commit dba34f2bf7bcf4be9ff1c281a6677a323a4710c0 Author: psionrevo Date: Wed Feb 19 07:32:23 2025 +0000 first commit diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..211ab31 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +# The following lines of boilerplate have to be in your project's CMakeLists +# in this exact order for cmake to work correctly +cmake_minimum_required(VERSION 3.16) + +include($ENV{IDF_PATH}/tools/cmake/project.cmake) +project(uart_async_rxtxtasks) diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3933f3 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 | +| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- | + +# UART Asynchronous Example with Separate Receive and Transfer Tasks + +(See the README.md file in the upper level 'examples' directory for more information about examples.) + +This example demonstrates how two asynchronous tasks can use the same UART interface for communication. One can use +this example to develop more complex applications for serial communication. + +The example starts two FreeRTOS tasks: +1. The first task periodically transmits `Hello world` via the UART. +2. The second task task listens, receives and prints data from the UART. + +## How to use example + +### Hardware Required + +The example can be run on any commonly available development board, that is based on the Espressif SoC. You will need a +USB cable to connect the development board to a computer, and a simple one-wire cable for shorting two pins of the board. + +### Setup the Hardware + +The `RXD_PIN` and `TXD_PIN` which are configurable in the code (by default `GPIO4` and `GPIO5`) need to be shorted in +order to receive back the same data which were sent out. + +### Configure the project + +``` +idf.py menuconfig +``` + +### Build and Flash + +Build the project and flash it to the board, then run monitor tool to view serial output: + +``` +idf.py -p PORT flash monitor +``` + +(To exit the serial monitor, type ``Ctrl-]``.) + +See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects. + +## Example Output + +You will receive the following repeating output from the monitoring console: +``` +... +I (3261) TX_TASK: Wrote 11 bytes +I (4261) RX_TASK: Read 11 bytes: 'Hello world' +I (4261) RX_TASK: 0x3ffb821c 48 65 6c 6c 6f 20 77 6f 72 6c 64 |Hello world| +... +``` + +## Troubleshooting + +If you do not see any output from `RX_TASK` then check if you have the `RXD_PIN` and `TXD_PIN` pins shorted on the board. diff --git a/build/.bin_timestamp b/build/.bin_timestamp new file mode 100644 index 0000000..abd3d4a --- /dev/null +++ b/build/.bin_timestamp @@ -0,0 +1 @@ +6de49f323b27626b888205e40ee352f2 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin diff --git a/build/.ninja_deps b/build/.ninja_deps new file mode 100644 index 0000000..b4c1305 Binary files /dev/null and b/build/.ninja_deps differ diff --git a/build/.ninja_log b/build/.ninja_log new file mode 100644 index 0000000..ca51fa0 --- /dev/null +++ b/build/.ninja_log @@ -0,0 +1,3005 @@ +# ninja log v6 +3304 3398 1739724315550517372 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +19563 19583 1739608242864426392 CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj f2fc20514e36da6f +293 2988 1739724315125996870 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +293 2988 1739724315125996870 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +84 103 1739724312256177000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +84 103 1739724312256177000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 84 1739724312231860729 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 84 1739724312231860729 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +32 78 1739724312185701046 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +32 78 1739724312185701046 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 78 1739724312185701046 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 78 1739724312185701046 bootloader/bootloader.elf a191f2829eca4ea8 +13021 16613 1739608239913254758 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure 69af520c7bdca866 +15768 16109 1739608239069175966 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj b53517198ea58e2e +16070 16101 1739608239371402485 esp-idf/mqtt/libmqtt.a ba9e54651136f75 +16070 16101 1739608239370858376 esp-idf/spiffs/libspiffs.a fe9c2677f70579fc +32 268 1739724312185364141 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +15441 16070 1739608238742630004 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 84afe4d81ab3fee0 +15998 16032 1739608239298752186 esp-idf/rt/librt.a a38d5d5093cd62ee +15982 16029 1739608239282683997 esp-idf/fatfs/libfatfs.a 52c713f1613ae44a +15997 16029 1739608239298461194 esp-idf/nvs_sec_provider/libnvs_sec_provider.a 86da8f993af58718 +15967 16014 1739608239268147179 esp-idf/espcoredump/libespcoredump.a 1b434b7e23d2304a +15961 16003 1739608239261870074 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 28f65830e7b8d3d7 +15930 15967 1739608239231313773 esp-idf/esp_driver_cam/libesp_driver_cam.a 2cfd7f0c8f11e4db +15923 15957 1739608239224232150 esp-idf/cmock/libcmock.a 251ad18c9b40edaa +15919 15954 1739608239219944694 esp-idf/app_trace/libapp_trace.a abb5605eb23df540 +15852 15930 1739608239153467878 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj aecc205be8cd5d0d +15777 15888 1739608239078463024 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj c57bd079b550b9c2 +15794 15886 1739608239095455227 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 990cf06cfe4d2ef9 +16109 16140 1739608239410379452 esp-idf/wifi_provisioning/libwifi_provisioning.a 28c7b4a09fd02b2f +15691 15794 1739608238991894096 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b57b681b623b34ea +15183 15777 1739608238484136268 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 9d2b23f813bf523c +15682 15768 1739608238982942487 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj 2aa2e1a8393ec80e +15561 15682 1739608238862045497 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj 4e46adc49069836c +15474 15601 1739608238775352531 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj d8102d43895ac60e +15414 15498 1739608238714773332 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj b9dbd05cca4d6aab +32 78 1739724312185701046 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +15313 15477 1739608238614460146 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj 3fbc6f32d7029a62 +15388 15474 1739608238689252048 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj 74e329a2ba59ca0b +15323 15434 1739608238624210689 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj f75ab7a5f37f6c05 +15289 15388 1739608238590278239 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj 89b3e16564369764 +15226 15323 1739608238526786251 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 689000fb4c9f3e97 +15206 15313 1739608238507152876 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj dbd6c35265e227c +15162 15289 1739608238463150725 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj 2e29758069d9ae23 +15180 15265 1739608238481207689 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj 2d5497855cc8e839 +15160 15206 1739608238461381528 esp-idf/wear_levelling/libwear_levelling.a fe3fa3090c80d927 +15092 15189 1739608238393501379 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj 3a292678cbd50e62 +15096 15183 1739608238397244726 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj db547b069ae0debf +15132 15170 1739608238433108702 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj 867d5bdb843aea16 +15036 15162 1739608238336979183 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 35a5525343a77946 +14999 15144 1739608238299912451 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj e325f2b629f3d691 +15059 15132 1739608238360515484 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 9656c1c5c3ef82b +14959 15115 1739608238260117384 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj 19e02deb384bc394 +14886 15096 1739608238187104137 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj cc48b8ea9cf71ab4 +14934 15066 1739608238235141043 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj beb53c0dd73f0256 +14947 15059 1739608238248216154 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj 21ce8b79aa7faed4 +14888 15052 1739608238189011455 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj f8b8888f8baa8597 +14894 15051 1739608238195209980 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj 3c0e0fcb0ac64610 +14908 14993 1739608238208723661 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj 84bdef8355c51aa1 +3398 3426 1739724315550965857 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +14993 15036 1739608238294364991 esp-idf/protocomm/libprotocomm.a 6381fed5653a8d73 +14873 14959 1739608238174027026 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj ece2f4a10565cd01 +14851 14934 1739608238152547206 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj bb2048ab77f8958b +14786 14908 1739608238086760244 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj 6aed3019de665942 +14851 14888 1739608238151842310 esp-idf/esp_https_server/libesp_https_server.a f7874fb0c98b4572 +14553 14886 1739608237853850415 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj b1f482324223dbe +14760 14873 1739608238061219169 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj a8383e07e5b18d65 +15472 15609 1739608238773677414 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 42b4f829b71735e1 +14728 14851 1739608238029239120 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj a3a3d710cfa9d8c1 +14083 14850 1739608237384608777 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 59ef340dec0fc43a +14684 14760 1739608237985047600 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj 8c528ae68bc10501 +14584 14725 1739608237884702748 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj d8e54d54c962bf0 +14635 14705 1739608237935729440 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 4f319333a4713531 +14649 14692 1739608237949927060 esp-idf/unity/libunity.a a9d9301914dd813d +14601 14684 1739608237901862905 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj be0c9180e8b078c6 +14548 14649 1739608237849382381 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj 5b6e0dee07220c56 +14507 14630 1739608237807775076 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj df865305dcb8dce8 +14087 14601 1739608237388176004 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj 24ccd0e398f9e67f +14534 14583 1739608237835106514 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj e7232ad8ee367242 +14477 14553 1739608237778003294 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj d10996d29a0d4289 +15609 15747 1739608238910576221 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj d27a90ebcf4d0e4d +14469 14548 1739608237769858120 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj e0e436ad4c921313 +14372 14534 1739608237672780171 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj cf5d31efce58dcd5 +14383 14525 1739608237683845884 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj e314e4b9596e51cd +14231 14365 1739608237532323595 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj c3fb232d3f1c5b57 +3398 3426 1739724315550965857 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +14277 14364 1739608237577898949 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj 6ecc1f2e53b5e988 +14292 14355 1739608237592890754 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 1d146466677e87ea +14251 14350 1739608237552616826 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 55f48259ad408b1c +14180 14277 1739608237480740336 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 3e45363310b0439 +14026 14231 1739608237326816244 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj 9c8009db0a88d811 +14010 14226 1739608237311237999 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj 20c24076fb5f5c55 +13856 14204 1739608237156741048 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 28c38ae053cd27ce +14006 14109 1739608237307356072 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj 1956a7292b2c00f9 +14018 14097 1739608237318846689 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj 9ac83ef6e9bc99f6 +14009 14094 1739608237310084616 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 5fa070a1c6a3b871 +14011 14087 1739608237312307967 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj 2ced382aa68ebf43 +13947 14026 1739608237247833633 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj ba4d9425669d54ef +13940 14017 1739608237240759510 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj 9d7e638f0c726d76 +13942 14011 1739608237243632091 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj 4b9f3950dda42e94 +13884 14010 1739608237184884545 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj 93425ad36d13b463 +13945 14010 1739608237246167182 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj f794a8ebee8500cf +13857 13945 1739608237158321501 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj 2f2cd9516b9ff743 +13708 13942 1739608237009065020 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj ed44f05923aeb876 +13843 13915 1739608237144293543 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 1090becb1061e7a5 +13795 13884 1739608237096141265 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj a5f40e5d7b7acbc8 +13822 13858 1739608237123668448 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj e150560a63e44733 +13706 13855 1739608237007699727 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj c51d7fa249a27f2d +13775 13843 1739608237076442559 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj 1181d78acc8df9d1 +13794 13826 1739608237095136129 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj fcc063da5e8128c5 +13679 13823 1739608236980064090 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj bf717a59d69f7da4 +13772 13818 1739608237072993662 esp-idf/mbedtls/libmbedtls.a cee588e73f210811 +13620 13795 1739608236921524954 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj a7a558c8ff70cd8b +13621 13794 1739608236922437927 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj fa9c0d7e0e0ce89a +13622 13775 1739608236922796667 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj e93e74f1c1aa401e +13620 13771 1739608236920981262 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 3086521a7b62bc0a +13620 13708 1739608236921304711 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj dac2f99ba53322 +13523 13620 1739608236920203035 x509_crt_bundle.S 413a6f65018bd2d0 +13405 13523 1739608236816070297 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/x509_crt_bundle 76247462998c1016 +13387 13405 1739608236687904647 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a 81313d481413e2cc +13369 13387 1739608236670286754 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a 2e09a15461f723bc +13225 13369 1739608236526420321 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 13c4405af9c1a804 +12522 13046 1739608235823492584 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 4ba378581d6f5ac7 +12947 13004 1739608236248657283 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj ddc49b7626333a6f +12949 13001 1739608236250488312 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj ceb0d2ccd50c41c4 +12874 13001 1739608236174964598 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj 31130b0029dd75c9 +12976 12999 1739608236299249405 bootloader-prefix/src/bootloader-stamp/bootloader-download 91fc7e9cfeeee592 +12955 12996 1739608236256582590 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj 4ac9494f543cef1 +12956 12976 1739608236276080552 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 16c1e34a2309d7d6 +15156 15281 1739608238457137112 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj ea0cff7e0f31be6c +12891 12949 1739608236192060132 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj ccc26f1d9d8ba385 +12855 12904 1739608236156205531 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj f52791fde70e7138 +15958 15998 1739608239258669710 esp-idf/esp_lcd/libesp_lcd.a 7222b7317901a145 +12818 12898 1739608236118733144 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj 54b2548fbd290839 +12744 12891 1739608236045162830 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj d21e426ed28f2a3 +12788 12875 1739608236088839908 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj 23888fad0e719584 +12760 12874 1739608236061710130 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj 2940e40c3dd54b76 +12666 12855 1739608235966939697 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj 39ab12e85435cae0 +12759 12835 1739608236060007015 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 8da0b6b1e2f9a8fb +12726 12817 1739608236026867166 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj 9133b04e518ae71e +12680 12787 1739608235981238272 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj 5bdef24ecac8c103 +12705 12786 1739608236006133324 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj f0fa780e7939e395 +12697 12761 1739608235998402345 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj 4505c57cf3b34c6f +12663 12726 1739608235964447312 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj d68584e31c604882 +12640 12705 1739608235941375582 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj df57d3bb1a20539c +12448 12684 1739608235749538741 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj e09d8647a3a83f63 +12614 12681 1739608235915588848 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj c8d0802c911795ac +12621 12680 1739608235922707345 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj 50c5eecc8a7ffaf5 +12606 12666 1739608235906933897 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj 3d153969d110cd40 +12567 12640 1739608235868132841 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj 9311315d04443a24 +12542 12614 1739608235843027212 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj f05a37905338e2a8 +12438 12609 1739608235739313045 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj f5d7b87e2851ac5 +12493 12606 1739608235794356575 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj 9f4ab8ecb3902b12 +13826 13939 1739608237127420711 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj 9860eb9c9ab4a4e5 +12427 12542 1739608235727859760 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj f41f19338a552f84 +12367 12534 1739608235668522898 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 2baf60e390b003c1 +348 404 1739608223649145577 esp-idf/esp_http_server/libesp_http_server.a 704a9cf1d901fe27 +12275 12492 1739608235576663378 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj 5f3ab173e06c307a +12444 12491 1739608235745532818 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj 157aa56464401a3e +4246 4818 1739608227547398733 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj f943973b79ec0238 +12198 12434 1739608235499281428 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj d680de09fe4a37bb +12167 12376 1739608235468445177 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj cc4d22de9d352f73 +12291 12363 1739608235592476617 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 3e0bbc49d6a725ca +12189 12296 1739608235490717015 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 692c5c3d4aa1d30c +7535 7614 1739608230836305663 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj 61eb4dcd9adcba80 +9977 10059 1739608233278102684 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj e30553badea4ee33 +12103 12291 1739608235404458037 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 54d172cb2c9d18f2 +12178 12277 1739608235479548472 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj a0cd2bc84e2f8f1f +12164 12275 1739608235465255605 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj faa0d20bf5bcce50 +12132 12190 1739608235433622295 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 507d4c8435519697 +11646 12140 1739608234947105045 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj 4e324fd2b8e993d3 +11975 12104 1739608235276024895 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj f9ec3888e26fdcce +15052 15092 1739608238353286657 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj f663237cff3da183 +14696 14784 1739608237996725628 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj 96ab6051dc7536f9 +7469 7595 1739608230770207544 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj 7293fec413437b7a +8829 8867 1739608232130599617 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj f55718589dd9dc3a +11987 12043 1739608235288332071 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 76b989017a471487 +14366 14553 1739608237666752434 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 9d02d03b8b04cfd3 +11982 12164 1739608235282962023 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 8c8404e21f4c54ce +14156 14246 1739608237457467153 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj ac0e186baf96f97b +11933 11987 1739608235234568919 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 1aacb6e85ea12bfe +14226 14454 1739608237527320702 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj 311fd78494893ba8 +11763 11933 1739608235063850576 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 4bf9c2cabfbbca2c +11847 11907 1739608235147979326 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 5879aba14b8109d4 +14224 14267 1739608237525413509 esp-idf/esp_driver_gpio/libesp_driver_gpio.a 67b83f59bb25d37d +1599 1910 1739608224900735633 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj a50a2a979c6aaa8f +11795 11896 1739608235096068160 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj 6f9e1edfe071331d +11757 11840 1739608235058446111 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj fa5a030d356a93cc +2977 3052 1739608226278480649 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj bd775c6bded89f56 +11835 11975 1739608235136647121 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 598233c0c614c09e +8481 8567 1739608231781968894 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj 83f81d9e50a78a4f +1552 1659 1739608224853530036 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj 9134b49276547658 +11650 11777 1739608234951175132 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj 4d94f99c5410e10e +12492 12589 1739608235793478810 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj 66f2b1e5a79d1554 +11639 11763 1739608234939833219 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 7411352647435a64 +11122 11171 1739608234423511021 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 1dcbe7a7b39fe8ff +11712 11757 1739608235012932047 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 5cffe77d31b5ebfe +11627 11750 1739608234927805785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 69d159eee7e4109f +11634 11747 1739608234935458599 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj 4d54c031850e45b1 +12898 12956 1739608236199246377 esp-idf/mbedtls/mbedtls/library/libmbedx509.a d35172b3802b9dfb +11374 11712 1739608234674854802 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 45773d5024506fa +2706 2847 1739608226007059674 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj c5b53eb6f32fd210 +11545 11650 1739608234845997425 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 79a08a600f6565cc +4068 4138 1739608227369325400 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj 13b5c0bcbfce234 +9278 9335 1739608232579484153 esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj 91633b9f15edd830 +11513 11611 1739608234814721146 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj 74a812866579d1f3 +2026 2191 1739608225327995228 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj 5d5c713eb2dcc7de +10845 11169 1739608234146620083 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 1b889d47177d4a3a +11372 11509 1739608234672897277 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj f533e148407c43a2 +11364 11505 1739608234665198714 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj 2d136e92695ed3a2 +12904 12989 1739608236205538773 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj c87c4dba48d25096 +5224 5458 1739608228525201759 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj 10bbcad1e86bd51f +8919 8983 1739608232220453031 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj e776b94de1b09749 +11363 11426 1739608234664577566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj 1221799b8225265 +11327 11372 1739608234628197772 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj 1b167eaf15bb77cf +11314 11371 1739608234614870876 esp-idf/efuse/libefuse.a 939de39c5062305 +11186 11332 1739608234486775308 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 909f0f075951592a +11171 11302 1739608234472733392 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 7fe793d0e2bc0bac +11162 11290 1739608234463215216 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj d9724ca15337449d +11075 11127 1739608234376602290 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj a0976f05d8b79bb8 +14109 14176 1739608237410129060 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj 50b3a3b178e5ebe0 +5179 5281 1739608228480598251 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj f2978378e8d5d57f +10995 11122 1739608234296574877 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 294367aec0940583 +9911 9977 1739608233211941067 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj 85d1fea5f36b9cb6 +10987 11111 1739608234288577572 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 643cc74c794b02c3 +10997 11075 1739608234298411072 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj c72d4aaa185a68e6 +10986 11060 1739608234287611893 esp-idf/esp_system/libesp_system.a de37ffef3ad598a +8876 8992 1739608232177571555 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj 9b3d6e81bc98c252 +10945 11044 1739608234245944673 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj 8ff4f360267d839a +10932 10997 1739608234233418295 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj d5418e3f3ae37ba8 +4244 4695 1739608227545785406 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj d7d513629d72eb36 +9430 9504 1739608232731501677 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 264549207f4373da +10505 10995 1739608233806681185 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 8422dbfcc537e5a3 +10916 10987 1739608234217610640 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj 10fe593ed2752e20 +87 3516 1739724170597533276 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +12140 12367 1739608235441322858 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 87f006fadf50d6f5 +10892 10939 1739608234192952664 esp-idf/esp_rom/libesp_rom.a 8e9aae0a129a8798 +10611 10850 1739608233912722283 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj f46e5275db5aa177 +10751 10845 1739608234052115141 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj c1b0fd26ce6e8aa9 +10683 10770 1739608233984737393 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj f15f611b4315c735 +10532 10761 1739608233833232479 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 759ed71a6c210516 +11331 11373 1739608234632240402 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj b00427f850b12dc4 +10692 10751 1739608233993319472 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 2d01e6de1bab4f05 +10059 10139 1739608233360592900 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj e0c7a774c10fccdd +11750 11890 1739608235051415695 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 8d985b3035091a9e +7843 7915 1739608231144375008 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj 2c4984e8ea6541c4 +11621 11763 1739608234922156161 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj d7d55f0aaaca6749 +3977 4068 1739608227278146943 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj 2ee2c4a4d2a442ac +10674 10718 1739608233974994058 esp-idf/heap/libheap.a 224124a06dee4a0c +2458 2585 1739608225759543279 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj abb9ec99acfbec58 +10620 10711 1739608233921163449 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj c9e14f0fc909a3c8 +4965 5076 1739608228266733815 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj 151365225989786f +11762 11835 1739608235062779816 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 37a8a42477f151d6 +3518 3594 1739608226819958017 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj e3696dbb2157d78c +10622 10692 1739608233922864982 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj 450822e8cf0db537 +9457 9536 1739608232758181885 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj 3cfdf65d6585df20 +10620 10667 1739608233920860667 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj 87c6a40201ce4f5e +15020 15160 1739608238320935452 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 8788d5a613432892 +18 40 1739608223340761241 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in 70b9995e1f5dddaa +8363 8440 1739608231664008525 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj f7137453612dcc68 +10444 10621 1739608233744830690 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 44bda1a21654d831 +10502 10611 1739608233803149539 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 553c5f13edc0e175 +268 293 1739724312421430750 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +10560 10608 1739608233861265271 esp-idf/esp_security/libesp_security.a cc49ce7f131fae7b +10503 10605 1739608233804796491 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj fadc776e95592174 +10385 10560 1739608233686748124 esp-idf/esp_hw_support/libesp_hw_support.a 9fba80365a022be8 +10359 10532 1739608233660286910 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj a6e5a1af26abfc20 +3609 3679 1739608226910228376 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj cf557ae881630b04 +10417 10503 1739608233718445140 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj 3e39e46e5be89dd3 +15051 15156 1739608238352299770 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj a8d17ddb6afb860c +3867 3979 1739608227168862440 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj a8093bacc27a28e4 +10401 10502 1739608233702685317 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 5ea76e94c6a53b31 +12190 12303 1739608235491370704 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 13514f1bb78d699f +10366 10444 1739608233667477071 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 8ac9f5bc3212a0c8 +10306 10401 1739608233607702348 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj 1882ed8f3a64cfe +4841 5047 1739608228142100102 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj 7d0941817e0b430b +10294 10385 1739608233595205386 esp-idf/freertos/libfreertos.a ae9c8e1ceddd5b68 +10283 10366 1739608233584063717 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj 969ff04a5293af6c +10215 10341 1739608233516464726 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj bdb30b5db7c62299 +10115 10306 1739608233415974170 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 1b941a9cf63acff4 +10045 10219 1739608233346362697 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj c6e8ed8d8770b33a +10139 10215 1739608233439982124 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj 5d0f29dcddf2d624 +10110 10191 1739608233410825240 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj d077e5d0aaebcd04 +3807 3935 1739608227108285824 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj d37dbf3afeb0e9d +3608 3683 1739608226909483815 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj b8180f71b1f7a355 +10130 10184 1739608233431690162 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj 655d287d86aee482 +8967 9021 1739608232268589100 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj 3b2466737c1cf839 +9524 9580 1739608232825471552 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 50ed3c6745a97941 +9992 10183 1739608233293780093 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 348b4d9c82a56f8d +678 768 1739608223979098813 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj f31402832d8b0913 +10126 10167 1739608233427635241 esp-idf/cxx/libcxx.a 430f334f0d053630 +11332 11409 1739608234633298578 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj 77d5674aaeb82609 +10183 10351 1739608233484163269 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj bca3d038898d1099 +10065 10126 1739608233365943282 esp-idf/esp_timer/libesp_timer.a 2217db85497b1e9b +3238 3379 1739608226539496643 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj a62ff02c0e34b6c8 +7723 7787 1739608231024058167 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 3122ff9b10062561 +10079 10126 1739608233380186859 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj 27882d03b8fe4473 +9977 10115 1739608233278612086 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj 9d132398463c23fa +14365 14469 1739608237665773005 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 8fab5afd9752a93b +7257 7465 1739608230558395089 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 756dd266a0c0e890 +10012 10089 1739608233313120852 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 9636b60ea2e14e35 +9973 10079 1739608233274719201 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj b0b7d0ab556bf620 +14553 14728 1739608237854343734 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj ce0f06106af05907 +9991 10020 1739608233292298387 esp-idf/esp_ringbuf/libesp_ringbuf.a 986986469aa5f45e +9939 10016 1739608233240584007 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 63f2dbf457193117 +9893 10012 1739608233193947518 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj 640da80ce0e0f7cc +12681 12758 1739608235982217534 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj f61dc57bce2e2e4f +10191 10283 1739608233491925163 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj c7112cb2b5f528e3 +9863 9982 1739608233164009700 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 344c6e5aa2c2aa7d +2763 2878 1739608226064437260 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj c65862f533da3746 +9719 9933 1739608233020393384 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj e3d12299ff293c95 +14850 14894 1739608238151218120 esp-idf/protobuf-c/libprotobuf-c.a 3408d1bf8e936f57 +9879 9918 1739608233179919769 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj d5fc2ef2f6075cb3 +9828 9912 1739608233129094779 esp-idf/nvs_flash/libnvs_flash.a 6cf504e6828d7e57 +10665 10844 1739608233965944410 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj f3ed3891b2c3b422 +9115 9210 1739608232416790488 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 511b9caa640b06c3 +9794 9910 1739608233095395947 esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj c3710fc7f5f13b7c +9863 9893 1739608233164768302 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 9890ed4ddf0485c3 +3160 3479 1739608226461071640 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj e71d9dc4bdbda191 +11880 11982 1739608235180927138 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj d3392c73aa731ae5 +4520 4647 1739608227821707914 esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj 489411829189e564 +3090 3159 1739608226391714201 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 1ec750af62fd70cd +9757 9876 1739608233057942935 esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj a3b188b0f6eb1206 +12761 12880 1739608236062362194 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj 79f6fd75ea59c423 +9711 9863 1739608233012255626 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj ec824f9c8397bb8c +1630 2229 1739608224931859625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj 89df5ae897edb423 +12363 12444 1739608235663930285 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj 942b879b0d08c901 +7138 9828 1739608230439649742 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj 5bde7022591d2629 +9685 9775 1739608232986046072 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj c07250df2cd869eb +4583 4858 1739608227884464550 esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj 933807cedceb2d30 +9664 9757 1739608232965154317 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj 599e6c6d9645c445 +4457 4629 1739608227758449378 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj fe50b1ab10201474 +12043 12167 1739608235344531818 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj a2ad49a5e921823 +2847 2983 1739608226148218937 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 596ac60714a19145 +9511 9752 1739608232811956370 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 2e9c1e96200038da +9581 9711 1739608232881925332 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj 2267c0b967839bb1 +40 285 1739608223341726004 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj cffe9b7da58bf226 +9588 9704 1739608232888867126 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj ce49cb22fe9ad2cb +12956 12976 1739608236276080552 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 16c1e34a2309d7d6 +11127 11185 1739608234428126092 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj f34d5fd33cb7df50 +10776 10973 1739608234077495428 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 5849547e010e5127 +9572 9685 1739608232873552789 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj d1df8db3a86affd4 +9592 9669 1739608232893613235 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj d1db02e1b81e9973 +10762 10871 1739608234062842281 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj f43c76ae66901bf3 +11173 11239 1739608234474221514 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 4fe214f852d29f14 +9534 9592 1739608232835491462 esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj 1fdde7b200703c01 +11907 12127 1739608235208288242 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj f1f07f504f40494e +9959 9991 1739608233260657411 esp-idf/esp_driver_uart/libesp_driver_uart.a d90b224a99999cf4 +5064 5133 1739608228365037893 esp-idf/driver/libdriver.a 87ba1c18b353f532 +9497 9597 1739608232798268985 esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj 152acbec62e6f301 +14350 14477 1739608237651603342 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj fc9700f7d7654334 +9506 9591 1739608232807745995 esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj 4864b90dcfa43328 +11890 11947 1739608235191645861 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 45e0aa8491d9b407 +9505 9572 1739608232806495615 esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj 5ce07b6356e20245 +9458 9534 1739608232759704173 esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj e76248c3a875b4d +3958 4041 1739608227259739156 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj 953a44085e616831 +11127 11173 1739608234428702533 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj 193985f43cbf3c05 +9440 9524 1739608232741352843 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj 2d6f250842e0e35a +9321 9505 1739608232622715994 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj 43927e5a88eacdfc +9429 9501 1739608232730823031 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj 398bc0585213f6d1 +9299 9361 1739608232600313159 esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj 2e8fe7a3628df93b +9405 9497 1739608232706342383 esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj d754c2dfa0b2ed57 +9353 9457 1739608232654624295 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj 76d93802aa2ab038 +32 78 1739724312185701046 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +4818 4948 1739608228119889720 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj a5d36a60154231ed +9361 9440 1739608232662057658 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj cdbef153acce81bd +9357 9430 1739608232658619676 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj e34a70444139806f +40 274 1739608223341990704 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj c104b368f31507ba +9289 9424 1739608232590432828 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 781167f0e8453bc9 +12534 12629 1739608235834925620 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj 2aeac79cbdfb05b3 +1748 1898 1739608225050032239 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 4b04a5260876311d +10770 10844 1739608234071701101 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj c8ddb83d69a216db +9335 9405 1739608232636766868 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj e3a816575225b281 +1880 2049 1739608225181373752 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 9d246697694e43e3 +10803 10945 1739608234104789117 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 8d5cd5c1e50858e1 +9109 9357 1739608232410025772 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj f7f77f8b9b447830 +9982 10130 1739608233283157576 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj 88623e145ff6ed63 +9246 9321 1739608232546997202 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj 6213dde66e9f5279 +14706 14947 1739608238006760371 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj a5f09e965c3b3895 +9752 9863 1739608233053704394 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj a05d7478c9bd24ee +9206 9299 1739608232507666662 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj 6f212a2ac1dffbfd +3052 3391 1739608226353294343 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj 9c5f2f6a9a6535f6 +7814 7971 1739608231115752026 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj c0821969518c447d +9231 9284 1739608232532393886 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj 566c3751b55a79db +12197 12299 1739608235498538116 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 89fb9d2601e185 +15297 15632 1739608238598518869 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj e523ba341bb0b128 +9181 9273 1739608232482353873 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj 97f8e908941f4861 +15066 15256 1739608238367327865 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 2e059604ea9494a3 +9210 9264 1739608232511418092 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj 97c480fe4fd9eb36 +9669 9794 1739608232970412286 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj de6f319f83adccb5 +9183 9246 1739608232484094321 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj ae36a711609e79aa +14282 14383 1739608237583298789 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj a7c9647e5ec0faf1 +8748 8875 1739608232049300992 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj 9dcd61a146d5ffe2 +9112 9232 1739608232412869896 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 2befafe35022e94e +7927 8481 1739608231228142436 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 997cd1dbc43d49e8 +9148 9228 1739608232449016322 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj 9da9c2a843b4b1bd +11123 11162 1739608234424179210 esp-idf/esp_mm/libesp_mm.a 35522902cf965d3d +8107 8217 1739608231408194627 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj c38615c66d733403 +9068 9124 1739608232369560308 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj 4c485b67f76a9a9 +8076 8146 1739608231377492956 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj b03ef34a25be4ebe +9056 9121 1739608232357085429 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj 650e01ea1197bd10 +9063 9115 1739608232363912476 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj e359c6bf93b6a4ae +9055 9111 1739608232355977462 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj 818d8d6823f15339 +4949 5133 1739608228249976021 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj ab92d250a16d0fd5 +10016 10109 1739608233317070651 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj 5c02c17d0e622f85 +9050 9103 1739608232351273310 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj 6d5393033b7da4ae +3309 3368 1739608226610417744 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 23ac6eafb3b05b9b +9044 9102 1739608232345468566 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj db25554269c8a5f6 +14176 14251 1739608237476857577 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj 414c4ab63cde5bcf +5281 5438 1739608228582825463 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj 92ae86a81ec09efc +10184 10306 1739608233485160114 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 3ba649808cf36bb5 +9019 9079 1739608232319893534 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj 977f1e533bd0a70f +15678 15919 1739608238978675697 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj 46f0ef13079794ae +9015 9070 1739608232316639881 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj 50b86f2b2f150202 +9668 9719 1739608232969804721 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj 9d9bc69191f0f119 +8391 8496 1739608231692245769 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj df68bde30808f4bc +9021 9068 1739608232322472416 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj 614c3c8c016602fb +9015 9056 1739608232316145104 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj 633a15c4a4256efe +9415 9511 1739608232715832393 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj fc418f2ce57bed4f +8567 8841 1739608231868000671 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj e720860eedc6e4cd +11239 11513 1739608234540443880 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj c0c2cc5e41d664b8 +5075 5409 1739608228376667006 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj 30531e1a584cc7d +9079 9155 1739608232380256865 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj aeede4e94fed928a +8984 9050 1739608232285235189 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj 92482c999ec8949c +673 748 1739608223974361162 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj 5d93006553a7fc3 +2872 2984 1739608226173083948 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 4f08b10bc505a7c4 +11611 11662 1739608234912233081 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj 4ce2ddc6cb55f98b +9424 9506 1739608232725449899 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj dddce52ebb8c7015 +9590 9664 1739608232891309012 esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj 51d6f390aaedd730 +8965 9015 1739608232266477621 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj 3b079bbcdb4ee2cb +15826 15944 1739608239127245241 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 3022c166fe5ab250 +11145 11279 1739608234446014519 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 5996eadaa02aa0ae +8961 9015 1739608232262471949 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj 3ad667ca1c2dd8ee +7596 7698 1739608230896929195 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj d171bc8145596b56 +12277 12343 1739608235578665235 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 76bfaf24a913be68 +8938 8984 1739608232239708333 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj 65363b3f6427ddae +8906 8971 1739608232207145051 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 6f3a0261ec83db12 +18 39 1739608223339959806 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/memory.ld afe60629017da409 +8876 8967 1739608232176918408 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj 98410cecc9d426da +3878 3977 1739608227179239173 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj 57767b7f5c232b8c +4351 4457 1739608227652659522 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj 3cdcaa56dd81aea9 +8930 8965 1739608232230929678 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj 52446fbd0bdde16a +15272 15441 1739608238572864090 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 5529277031136fdf +13719 13822 1739608237020599469 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj c2b20855dfcc823b +10608 10674 1739608233909642250 esp-idf/soc/libsoc.a c1e1f77a8d100de +8894 8961 1739608232195471815 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj f08057be2a922dbd +15954 15996 1739608239255523387 esp-idf/esp_hid/libesp_hid.a 4c9b76e8f1ef0b41 +8868 8938 1739608232168860356 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj bcac87ef5f398bb6 +8829 9006 1739608232130141506 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj e9cdaa8e9d70176 +8841 8919 1739608232142568762 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj a0e09954223aa848 +8807 8904 1739608232108443068 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj 13979a136ee0e6f4 +14246 14292 1739608237547064366 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 4f707c7f30cd7d21 +12303 12407 1739608235604366305 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj cf451181e82a32bb +9232 9289 1739608232533070074 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj 48509f2b82872901 +8803 8876 1739608232104099155 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj 786bff6d87431eaf +7463 7522 1739608230764263638 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj 6bae043a5fb175e5 +9102 9181 1739608232403646754 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj 2426d1bba0dd5947 +8761 8836 1739608232061879285 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj 1761cf865c86c7b8 +14010 14083 1739608237310765221 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj fe7b484b8860da0c +8662 8829 1739608231963131594 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj 7bc88a66aa7eebc7 +15888 15997 1739608239188810078 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj 5c6d52b0c16a4040 +2844 2972 1739608226145130487 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj f9e59bd7c7a33949 +8217 8760 1739608231518135360 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj 15907cadb189c8a7 +8642 8748 1739608231943625965 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj f3ccceda846906fa +84 103 1739724312256177000 CMakeFiles/bootloader-complete a9152c78199b28f4 +2930 3254 1739608226231222970 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 58c7fa300ac866be +8473 8745 1739608231774670528 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj c63b330b690a81c7 +8571 8727 1739608231872817361 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj 21466c6f335e570e +8438 8712 1739608231739084252 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj b1384f983162a7e9 +8554 8675 1739608231855181135 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj f836ac6cac8ddeb5 +4845 5214 1739608228146893876 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj 373e5222e1e68103 +8555 8642 1739608231856801546 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj f8964930b32cde0 +8476 8571 1739608231777661522 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj 8d24b58a51b2d155 +12684 12744 1739608235985549810 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj 29183c6f8d095945 +11052 11145 1739608234353569433 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj b4337e048ed9c6c +10204 10294 1739608233504972317 esp-idf/newlib/libnewlib.a 5dbc5838611495ee +8479 8554 1739608231780798804 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj 22f5c1c144f2a35c +2983 3063 1739608226284974331 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj d7c1650318b9ef51 +8387 8544 1739608231688237430 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj 9309633a347dd963 +12062 12198 1739608235363535170 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj e168261a783c463d +12492 12621 1739608235792781039 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj f9b4904fb7737359 +12511 12567 1739608235811951803 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj ce888900039017da +8440 8540 1739608231741581220 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj 2f7a43da4e67bcaa +8371 8476 1739608231672712100 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj f2bb448fed3b56dd +8284 8342 1739608231585447110 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj 5c9368e8e2bc8111 +8365 8473 1739608231665967550 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj ad478c86493ba64e +9828 9938 1739608233129516141 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 39029085a73ca009 +8291 8391 1739608231592479276 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj d78ef33d57891ecd +8294 8386 1739608231595118406 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj 8a9ff86ee74587cd +11777 11847 1739608235078083278 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj 38b192385598d320 +10720 10803 1739608234020794655 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj e9e92b538df410f +8274 8377 1739608231575240038 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj 95506c2e6620b58d +3304 3398 1739724315550517372 .bin_timestamp 4cac782a2b5dc5fc +8257 8363 1739608231557980468 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj 4c464509ece4d6eb +10946 11060 1739608234246847104 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 38149b457c44cc2 +9938 10045 1739608233239058803 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj f54b4254822465d2 +8159 8294 1739608231460590903 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj a780b4a11fc9a41a +8212 8291 1739608231513235214 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj 32cde3b1a4bdbbdb +8220 8284 1739608231521700046 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 75a896eaef213e33 +8153 8274 1739608231454469585 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj b69434ce91d0aa10 +8177 8257 1739608231478466331 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj 13be38304cc00df9 +8103 8241 1739608231404406740 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 6c30b049f42c4560 +9313 9429 1739608232614445073 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj bf85b3ba362a866 +8697 8930 1739608231998104222 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj add78cd0ca0c57e3 +15996 16051 1739608239297470057 esp-idf/ieee802154/libieee802154.a 92e81e74096be6a8 +8146 8220 1739608231447735952 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj f787f20cba5b69d8 +14454 14526 1739608237755640001 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj 8123d2ffead2d95f +8173 8212 1739608231474184874 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj 607d2bde6f93c1cd +14097 14179 1739608237398589069 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj eef920faf0b17d35 +8051 8177 1739608231352280955 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj f33242f7bb1c9fd4 +11060 11123 1739608234361663651 esp-idf/spi_flash/libspi_flash.a 6a3209531b080f3f +8099 8173 1739608231400302237 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj 982dc55907bbbaea +13620 13679 1739608236921187548 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj be8622d6c2ac5239 +8071 8153 1739608231371986370 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 1cf40813aab1f567 +13011 13021 1739608236321869399 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch e6b05ca89917fb68 +11662 11711 1739608234963545223 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj 8c8ff9a89e9d2142 +10020 10065 1739608233321519352 esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a 6a3aa2c05a615d84 +9228 9278 1739608232529198564 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj b2073c79534fabd1 +8036 8107 1739608231337668765 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj 97dfc916dd45035f +19 26 1739608223327006108 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/project_elf_src_esp32c6.c 2db157648c9049e7 +8544 8593 1739608231844990772 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj 7f03adf9463de929 +8021 8103 1739608231322196224 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj a0a15ea74bcb10f8 +10306 10611 1739608233607358733 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj c2f3f95f0eaf998d +9070 9109 1739608232371714536 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj da2e8aed4d28c528 +15637 16070 1739608238938454976 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj 684d530cf3e1da4b +11564 11626 1739608234865024734 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 84a71af33a046980 +7962 8099 1739608231263866166 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj 81976a5516cbb4ca +7971 8096 1739608231272446994 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj 311b6fdbaf76a96f +7986 8076 1739608231287744248 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj 6f546cddb274896 +7963 8071 1739608231264499272 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 774af30e609b60c3 +7915 8036 1739608231216829189 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj 5418e2d4ec228f6b +7906 7990 1739608231207404302 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj 86e918dfc705fff4 +7919 7986 1739608231220671783 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj d647937468cc53e1 +7867 7963 1739608231168752118 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj 7ac6e9e0698f7e24 +7897 7962 1739608231198740768 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj 78c6abc60a65f2f9 +7836 7920 1739608231137493963 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj a5992056d73d9934 +10605 10719 1739608233906225976 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj 9271ddb80ed4be44 +7842 7906 1739608231143160795 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj 9a21aab44c050e9 +7787 7897 1739608231088465087 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj 6b7e4ed179115480 +41 211 1739608223342998466 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj 7b24f8f76fdb9e59 +7811 7867 1739608231111923390 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj d4d6100b56a52f6a +42 732 1739608223343429037 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 4d0d19124f2ee3a4 +5118 5630 1739608228418986582 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj 21ba96321bd2d64a +10089 10218 1739608233390234310 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj 4328b0aa820e67a4 +4147 4364 1739608227448731540 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj c9988bcbcc0d73ee +7767 7842 1739608231067900573 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj 8ff97b63de910981 +7766 7832 1739608231067505085 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj 203db096eb5b91f3 +1095 1794 1739608224396863482 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj 91447da6daf5a041 +4629 5399 1739608227930253897 esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj 89969f6df67d6239 +11509 11634 1739608234810014619 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 2e4492dac2522a07 +7702 7766 1739608231003391782 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj b5b9352f41b2df77 +12360 12438 1739608235660940457 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj 1e49ada1563507ca +2198 2449 1739608225499161267 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj 278b9659fb4e042f +6216 7764 1739608229516971578 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj b29268e0efba9e02 +15601 15691 1739608238901819940 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj c67758cb3701ce48 +4827 4965 1739608228128713916 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj 2add8f1331fd9f7 +3647 3751 1739608226948849353 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj df65a119f1a229c8 +11541 11638 1739608234841826798 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 2784ea7e34a1c698 +11245 11313 1739608234546247540 esp-idf/bootloader_support/libbootloader_support.a 471458291d11a6f3 +612 731 1739608223913150440 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj 567a8ab279fb2ad3 +5610 5648 1739608228911264620 esp-idf/esp_driver_sdio/libesp_driver_sdio.a 727622eca0e32601 +5531 7562 1739608228832135054 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 26006a8e82febd63 +2176 2297 1739608225477598533 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj eb08725080091f97 +4869 4925 1739608228170317430 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj 57fb127e4655f1e8 +7459 7525 1739608230760140718 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj a080f660caf15ed5 +11507 11545 1739608234808276337 esp-idf/esp_app_format/libesp_app_format.a 4f1df11d2e47507c +11302 11363 1739608234602942606 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj 3b12a74566f0ff78 +3990 4038 1739608227291942908 esp-idf/esp_netif/libesp_netif.a 9d9483924b00e8a1 +7319 7469 1739608230620863149 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj dcfcaaad53461a12 +9264 9341 1739608232565480611 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 7f1101d58dea6960 +7765 7835 1739608231066094460 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj dcc1caf46435b39d +889 966 1739608224190745732 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj 843026fb8ab056b8 +15837 15923 1739608239138068419 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 332118fbb46f76e4 +13916 14006 1739608237216683350 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj d278235501c76f6c +5630 7357 1739608228931298399 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj 7c73eda9817ba92e +12629 12697 1739608235930348992 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 25ea11e08952403b +7614 7723 1739608230915218943 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj 5b96f1942e9638ba +11111 11175 1739608234412739549 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj cc4e9aaa2d91c8d9 +5664 7175 1739608228965713502 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 218d8afc2703ca31 +11169 11327 1739608234470746742 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj 10beeb9568044f01 +7703 7767 1739608231004529706 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj 838cdb0d76d053b5 +3390 3608 1739608226691212759 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj ebd6c42d17bb28a0 +5840 7156 1739608229141378823 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 2d95c61ae2543074 +5863 6131 1739608229164918207 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj d2cd8c9ce5eba0ff +5438 5928 1739608228739593221 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj afe0e6ef488fdca1 +7175 7319 1739608230476059619 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj 76b8afc33aff52d5 +2007 2197 1739608225308523765 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 2afb18e25d9dee47 +10772 10892 1739608234072978438 esp-idf/hal/libhal.a 9daa0684d397de5e +5522 5863 1739608228823536560 esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj 9f101d7774b2684b +2241 2404 1739608225542820594 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj 2918c1dc06a26ec1 +5274 5400 1739608228575821296 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj 2e76e217ffeb9b9d +32 78 1739724312185701046 bootloader/bootloader.bin a191f2829eca4ea8 +5141 5304 1739608228442555798 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj 42751d1db6236d2e +846 907 1739608224147651888 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj 45b9ad182796cf21 +7522 7596 1739608230822996059 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj eae76d2ccfb86950 +10221 10319 1739608233522206264 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj c6cc56f0fcc5d03e +5133 5175 1739608228434636325 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a db9014f1f1e6cd2a +5458 5694 1739608228759277386 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj d003271c3953af3a +12027 12132 1739608235328578459 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj dbfc2f5cda53aabf +10711 10776 1739608234011961709 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj f4f623cd13644668 +5648 5692 1739608228949433860 esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a 5a1e14b842d1610d +11953 12027 1739608235254550659 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj efbe94d89e93f699 +966 1105 1739608224267560158 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj 3ea9dfd3dca119e7 +5413 5664 1739608228714609880 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj 4d76f7bf5f1eccb1 +5576 5610 1739608228877572413 esp-idf/esp_driver_rmt/libesp_driver_rmt.a fee3496a0cec4922 +14784 15020 1739608238085546655 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj a5228ed461b3bd48 +5285 5558 1739608228586471188 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj db3c1033aa4618e8 +2691 2763 1739608225992517731 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 2d1b66f693859e21 +3908 4173 1739608227209800974 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 9602c656b1e24783 +3365 3518 1739608226666369456 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 616f1bd93d239f4d +5465 5531 1739608228766235971 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj 80f24e8c39a2ba4a +5448 5496 1739608228749761044 esp-idf/esp_driver_i2c/libesp_driver_i2c.a 116b4688c729fc35 +11175 11540 1739608234476543820 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj c89f2d39e80da256 +9705 9804 1739608233005821192 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj cafe51c65312f1ed +15512 15637 1739608238813566812 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj 21c9214c73f5fab +9273 9353 1739608232574236601 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj fcbcd6632a26d159 +5304 5466 1739608228605782739 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj 4e7e474319b487fb +10219 10336 1739608233520427608 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj 30bd8bbc0d6b5125 +2500 2599 1739608225801934103 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj a127cf2d8604b453 +5266 5413 1739608228567636706 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj 6074cf62a7290ddf +11426 11564 1739608234727181705 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj 27444dcd94942b3e +2476 2566 1739608225777233753 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj bfd9cda30253b3e0 +7617 7708 1739608230918038735 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj db277390519597b3 +12929 12998 1739608236229820926 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj 35c02ba08e1ac5f +1101 1228 1739608224402873345 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 558fab5b9094247f +7156 7195 1739608230457023976 esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a 67d52db9c1e29dd6 +10367 10475 1739608233667898267 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj 7728ed0196b23fba +274 403 1739608223576057332 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj 2f4eb0550f999a91 +1117 1240 1739608224418473340 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 658f769f2f3dfe06 +5214 5306 1739608228515354677 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj 6bfb44c63d022409 +84 103 1739724312256177000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +5133 5285 1739608228434374750 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj a2dc145154bfdcc4 +2967 3243 1739608226268584568 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj f34a9c169b33e14f +10844 10916 1739608234145624196 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 6a147c2d7fb4447d +5041 5141 1739608228342390775 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj a3521aedf4830ee +8496 8555 1739608231797785591 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj 300f9c27f87f7c50 +8727 8829 1739608232028357573 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj bcbba680ab418ed +9875 9973 1739608233175835932 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj c52f396c03ad8302 +7156 7230 1739608230457440214 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 9c4db66f4b3a7418 +4250 4517 1739608227551880850 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj 101f35296d076015 +8745 8894 1739608232046247208 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj e25bb7b7a52a84ee +10126 10221 1739608233427259752 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj c7f931211ca616b8 +12589 12760 1739608235890145562 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj 98f7abb478a3e25c +7134 7253 1739608230435395410 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj 7da1e1edb854ca68 +19 26 1739608223327006108 project_elf_src_esp32c6.c 2db157648c9049e7 +3828 4047 1739608227129052665 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj 3a8623c6393e6836 +12299 13225 1739608235600663623 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj 3b20a8c19ddc4711 +8593 8662 1739608231894175977 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj 1fcafdd5bbc4e +15256 15605 1739608238557426216 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 7510c57ade7151d7 +4636 5117 1739608227937944460 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj 2940aad7bccbc486 +2014 2241 1739608225315224650 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 3a1149683a539825 +3752 3867 1739608227053005966 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj bc842d8af4c95a2b +4358 4520 1739608227659576066 esp-idf/lwip/liblwip.a 7e695b66393a0024 +14355 14506 1739608237655773802 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj 82ffc5866ef9596b +4926 5075 1739608228227008745 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj 57e7b93910733b7d +9536 9590 1739608232837076165 esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj f8f826f4afcbf7a6 +4343 5063 1739608227644944543 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj 2211c6888355e8c0 +4858 5052 1739608228159558250 esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj 4aab3ed103bc46a1 +14095 14156 1739608237395793444 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj 6749d5d7be9bd548 +576 946 1739608223877564247 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 3712c9933f36d297 +4695 4827 1739608227996602301 esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj 2738b719e4c56d84 +5399 5448 1739608228700924620 esp-idf/esp_driver_ledc/libesp_driver_ledc.a 5d1072a8c8d1840d +4647 4794 1739608227948515396 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj 22a9c0f23528f065 +12786 12955 1739608236087590486 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj 8489e4fc71983bd8 +5052 5179 1739608228353225994 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 8218473496bef9fc +4566 4615 1739608227867075483 esp-idf/vfs/libvfs.a e44e5c371466d270 +546 677 1739608223847092986 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj 50b371395a57f6b2 +7595 7703 1739608230896296464 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj dbfa316815e43e97 +1471 1599 1739608224772383323 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj 730773f2a7c5ff3b +4485 4601 1739608227786470295 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj 202b1ccf9ca6da8d +15747 15826 1739608239048250755 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj d8cf6da57d23ed03 +12610 12663 1739608235910730450 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj e0b66329a59d7e12 +4176 4343 1739608227477521726 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj 38ea6355123385ff +9077 9148 1739608232378465210 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj 791aa5af3646bc68 +4138 4250 1739608227439786389 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj a3dd68568f763edf +4039 4246 1739608227340780540 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj 7bc4458892d1f18f +14725 14999 1739608238025767098 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj 22ed452fbdeea46c +11279 11621 1739608234580141742 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj e805555021a1510e +12976 12999 1739608236299249405 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-download 91fc7e9cfeeee592 +2612 2705 1739608225913100757 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj e1028d9479e0906a +4149 4194 1739608227450801728 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj 341624c83d7b3e21 +14 24328 1739608190019173913 CMakeFiles/menuconfig 4d251208b57cfd1b +4041 4176 1739608227342516446 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj dc4d8a4e7428beff +5692 5739 1739608228993355097 esp-idf/sdmmc/libsdmmc.a 15e902e043e36443 +11747 11795 1739608235048130751 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 718492b10c98633e +13818 13857 1739608237118768385 esp-idf/esp_pm/libesp_pm.a a2642ca7d7c18433 +3978 4057 1739608227279201161 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj 33e35ef2bc1cf69f +960 1639 1739608224261488171 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj e65aa948e635d32b +8540 8697 1739608231841540624 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj dfd5773c26f8eff1 +4615 4652 1739608227916146816 esp-idf/esp_vfs_console/libesp_vfs_console.a 9971e2098b7538d3 +3683 3772 1739608226984431546 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 1a81d0578db27418 +12408 12511 1739608235708804243 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj 5a9090e8577113f6 +3935 4016 1739608227236609719 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj 438435b06093d18 +3081 3245 1739608226382682719 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 10a90b1aa0c3ac37 +1228 1335 1739608224529399043 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj c407dd36727f35a7 +3880 3990 1739608227181018996 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj 1e077a368b43fe14 +10440 10620 1739608233741784738 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj fb19204a8557c5f9 +1765 1880 1739608225066643245 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj a5054363fde83674 +10871 10932 1739608234172265529 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj da59a8321b6b6980 +3798 3958 1739608227099228509 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj 3ddf15d9e7022880 +3801 3949 1739608227102666532 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj 6fc1247d76caf8d3 +8096 8151 1739608231396999543 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 91043ca0a795e865 +3792 3908 1739608227093138524 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj e908947a292dde13 +7455 7617 1739608230756482661 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj e2d26b2580909c8e +11458 11507 1739608234759110756 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 183beb9c14d8c895 +3770 3879 1739608227071370254 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj ace2f69e5505948d +3702 3774 1739608227003083242 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj e0e45bad951c5171 +11514 11646 1739608234815373168 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 4cd5c76a65928316 +1430 1474 1739608224731871568 esp-idf/esp_wifi/libesp_wifi.a ea543af81f83e296 +13858 13947 1739608237159175934 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj 993c19ade0155891 +3679 3770 1739608226980989273 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj f0b22727f6e54fba +12296 12360 1739608235597195185 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj e862dbf0fa120851 +10351 10417 1739608233652363687 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 2a0e757b76250110 +3432 3540 1739608226733017725 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 1532925a451aff0b +2972 3189 1739608226273150891 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj 1e1b54271282186f +3631 3718 1739608226932455590 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj b9cd80b846fff0ca +14315 14371 1739608237616689671 esp-idf/console/libconsole.a ed9411e6f1364984 +3618 3711 1739608226919803383 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj 9d5cd466959189c3 +3530 3618 1739608226831409801 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj fce39ff4a3103c4 +11947 12062 1739608235248418882 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 1aeee8db5f97261 +3620 3707 1739608226921171967 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 5d3aa6bdccf9fbbc +732 773 1739608224033823604 esp-idf/esp_http_client/libesp_http_client.a bd4f2eabb110b066 +1468 1575 1739608224769745068 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj 57328f2af366f0b9 +3590 3701 1739608226891207941 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj cdd1948be747e5c6 +11840 11880 1739608235141521892 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 8ef251b2168ebaf7 +8983 9055 1739608232284348424 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj 85c1215da5d1cd27 +15498 15577 1739608238799123367 esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj 3751c2ccc35d694 +15281 15414 1739608238582583843 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj bacc5021137994eb +3594 3684 1739608226895537896 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 432cf49187f8cf2 +3304 3390 1739608226605592470 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj 2e135e7279b74d15 +7764 7842 1739608231065515227 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj b53e4b97a26bbae5 +15436 15472 1739608238737366077 esp-idf/json/libjson.a 33792683be03a68e +5984 6215 1739608229285836947 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj 59c2cc5189fe54af +9341 9458 1739608232642352243 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj b6b80376e26bf761 +4652 4703 1739608227953385543 esp-idf/esp_phy/libesp_phy.a 16ed25643aaaad00 +1451 1616 1739608224752434082 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj bde3d3e06606347e +4047 4149 1739608227348681472 esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj 687fdaf44b23689f +1308 1435 1739608224609180381 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj 50a23ee964d24153 +3720 3828 1739608227021079707 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 71c2efe32cb4a0d4 +1386 1430 1739608224687866293 esp-idf/http_parser/libhttp_parser.a 451fe61ef3bc8b09 +1659 1775 1739608224960828014 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 1774d2b80b7c2b96 +3540 3631 1739608226841986779 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj 15d03be91fc70ec9 +3479 3590 1739608226780355860 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj aa7b909fc74a7243 +5137 5266 1739608228438357131 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj 43e202576d621454 +792 965 1739608224093257462 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj 974ee2307ae7b5ff +3528 3609 1739608226829871972 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj e6044fa2604e0ff8 +40 334 1739608223341853208 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 3369fada7472a978 +275 347 1739608223576682730 esp-idf/esp_https_ota/libesp_https_ota.a 907fa20ea84dd302 +40 275 1739608223341502844 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj f5276b3dd7905f11 +3459 3566 1739608226760098837 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj 7ef5dea88f331578 +10475 10683 1739608233776086302 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj c10b8577715e34ed +7990 8021 1739608231291495887 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj 87ce004ffd7557ac +13620 14224 1739608236921647493 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj 855693e3940c79ed +3949 4039 1739608227250667134 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj 5db90a30b7dbfc7d +7253 7459 1739608230554053509 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj 6e4b99687c9be039 +18 39 1739608223339959806 esp-idf/esp_system/ld/memory.ld afe60629017da409 +3384 3530 1739608226685210479 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 72183be860d4497c +13620 13719 1739608236921415458 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj e7c7d41b24570c97 +11409 11514 1739608234710091796 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 2a6a1c401a768240 +8836 8906 1739608232137121007 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj 4f6403fc475953d4 +15265 15436 1739608238566309160 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 3a1c665219f1ece3 +768 846 1739608224069735537 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 467a6ea8bc5f7133 +2358 2476 1739608225659137930 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj e4920be55f356690 +15577 15677 1739608238878406094 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj f40f5d0daac3c3f2 +3379 3530 1739608226680986980 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj fe596ce47138f8c0 +5175 5224 1739608228476193299 esp-idf/esp_driver_parlio/libesp_driver_parlio.a ee0bd6a21775f1c4 +3445 3528 1739608226746374745 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj 20076139d692d838 +12033 12103 1739608235334195625 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 2fe0c0572c2e2c79 +1910 2063 1739608225211444817 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj fecb568b990e053c +5928 5984 1739608229229449873 esp-idf/esp_driver_spi/libesp_driver_spi.a 8d016f8585aac2fc +3368 3459 1739608226669528320 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 907e7d1884318ae4 +9284 9414 1739608232585170068 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj f54b383ef51f2ff9 +2984 3445 1739608226285466400 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj 7d52b211f7891d9b +9938 10302 1739608233239404167 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b1eb8aa09f1df701 +1551 1630 1739608224852335030 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 47510ff6fd97ad5f +4364 4485 1739608227665684093 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj 68bddd3d6c3a9a8e +11505 12144 1739608234806529014 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj 3eab3e76cb1c3c04 +3254 3384 1739608226555240842 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj 7fb692ba4d5270dc +3167 3365 1739608226468846992 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj de28dae9cc2b69c9 +3246 3325 1739608226547010295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj 51efe9427d7c6004 +3979 4358 1739608227280891069 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj fb693fcc97a2ed5f +3022 3309 1739608226323908925 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj edb3390f7ba49337 +13523 13620 1739608236920203035 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/x509_crt_bundle.S 413a6f65018bd2d0 +1088 1215 1739608224390072101 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj 252b51d60c1e42e3 +5307 5465 1739608228608012381 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj b74b3f75b3930116 +403 470 1739608223704819631 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj 61abc930cccc59d3 +2695 3238 1739608225996501862 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj 694f3d102347cb03 +15886 15961 1739608239187262582 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 4ed6aaf4fd325b2b +3063 3167 1739608226364722670 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 93f6ebbc70ee74a1 +11852 11953 1739608235153294584 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 89074677347ffa30 +8241 8364 1739608231542816460 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj e19481afff279a5b +4662 4845 1739608227963319665 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj fc1c7e547cd25995 +2601 2695 1739608225902138291 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 8a2b1cee40ac00a5 +12434 12522 1739608235734889343 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj 9babd29eceb9e2fe +2449 2491 1739608225750488090 esp-idf/esp_coex/libesp_coex.a ca87e0e879fdb1e8 +3189 3304 1739608226490472641 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj 4d5bb77cd3fc4f12 +7466 7535 1739608230766948808 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 2592135ae7da0b1b +10218 10359 1739608233519788544 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj 69dbe07063e450a9 +8961 9019 1739608232262025254 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj 279e6452a8b16acc +12835 12929 1739608236136123502 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj 785978e278d156ba +2835 3090 1739608226136909023 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj abe1f3bceaebd66d +14204 14282 1739608237505561391 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj 8d9ec476794c0926 +748 859 1739608224049752172 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj a56db785eafd8e05 +2404 2500 1739608225705197602 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj a77de93fd586c640 +9619 9706 1739608232919949619 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj 2ac2a3b82fbfe3b9 +2343 2424 1739608225644559821 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 4cd9d4cad9abc581 +5076 5137 1739608228377721016 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj 241ce595ead89af7 +4944 5041 1739608228245452031 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj e7210723ff5951ef +4016 4566 1739608227317706642 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 21af6b97e622b092 +12376 12448 1739608235677058145 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj 4d1f88443486a26 +1367 1494 1739608224668272875 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 65dfed064f333829 +9918 9977 1739608233219753835 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj 73dc43147aa3239b +1040 1101 1739608224342011529 esp-idf/esp-tls/libesp-tls.a 63844c9bda1e2b4f +9706 9874 1739608233007025740 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj 5a66145acb6a2508 +10320 10440 1739608233621662225 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj 2f6b0e4093db50c2 +41 269 1739608223342112242 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj b76451167e063eed +10341 10396 1739608233642137908 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj b359e74babd1419a +2488 3081 1739608225789908168 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj f375bc0cb20894bd +8675 8802 1739608231975995379 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj 49ec742ce7c5fa2f +5705 7134 1739608229006539705 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj d3fe81b101570bfd +1738 2641 1739608225040033036 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 7705e9380694483a +14526 14851 1739608237827345578 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 7a01694a56f43816 +9103 9231 1739608232404061574 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj a407c0f2846b2dcd +2297 2746 1739608225598835972 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj 2116da0c93b2f4fe +9155 9248 1739608232456051363 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 431c2cb5fb7e1b9b +2585 2718 1739608225886310678 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj c7f230f0693e000f +14 24328 1739608190019173913 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/menuconfig 4d251208b57cfd1b +7920 8159 1739608231221026398 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj 761a2c14750d6c2f +897 1030 1739608224198086222 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj c5dc93b6c52d0428 +2527 2679 1739608225828648600 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj a0230b5e5776723d +9006 9076 1739608232307412280 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj 371ca82de2d3ea5e +1030 1259 1739608224331987243 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj 8a64f88426ea8a97 +520 683 1739608223821178964 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj 9e0f87bdaf25413d +10611 10664 1739608233912014388 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj 98a2ff14d0038586 +8151 8371 1739608231452740595 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj ccade3a9c248f9ac +1356 1471 1739608224657222162 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj 1042be7ea1ef78dd +1576 1802 1739608224877151584 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 7c6ab92748f71367 +236 331 1739608223537486270 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 4cd1800793de7e32 +846 885 1739608224147237608 esp-idf/tcp_transport/libtcp_transport.a d851199ba4d00096 +7230 7814 1739608230531219105 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj 57218d7471a90418 +11200 12033 1739608234501530578 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj 726374067539a2cc +14 2647 1739608223280839521 build.ninja 273792b64e9371ca +2478 2527 1739608225779325774 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj ee7af405766646 +2491 2600 1739608225792443093 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj 8ee0881fc6d44607 +12105 12178 1739608235405734666 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 3a4e7c230647f5ea +2390 2488 1739608225691587465 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj fb86542ffd0f13bc +9776 9879 1739608233076875039 esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj fe5e6c01a2d3bed2 +2878 3022 1739608226179691419 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 2f002cb34b14ad96 +5409 5522 1739608228710875408 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj ce32632b17fd865d +14525 14634 1739608237826559018 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 5340fe1aba70e3ac +10167 10204 1739608233468588899 esp-idf/pthread/libpthread.a 7943f3df4721463a +7738 7810 1739608231039123053 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj bc6a52517bfa0790 +2169 2390 1739608225470895815 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj 4cbdd13730efa911 +1898 2014 1739608225200006448 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 37986c817d531e58 +2191 2358 1739608225492401384 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj f32a6b177354843c +12127 12189 1739608235428229789 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 178673e33e892a24 +2207 2343 1739608225508088293 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj d8d5182660fc3492 +15632 15852 1739608238933641452 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj cbb2c8e57391efb9 +12343 12493 1739608235644389324 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj f38c9f4922afb8b +435 548 1739608223736815805 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj 3f674cc3dc101dbf +5400 5611 1739608228701569518 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj fbc5fd85586f95c1 +13011 13021 1739608236321869399 bootloader-prefix/src/bootloader-stamp/bootloader-patch e6b05ca89917fb68 +10815 10945 1739608234115876871 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj e54911017ca1ee9e +7460 7532 1739608230761173771 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b137c5ef17f2c635 +4794 4869 1739608228095261952 esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj af3b3742c5ca48ca +2988 3304 1739724315141841874 uart_async_rxtxtasks.elf 171a96b66ed82558 +5047 5274 1739608228348767085 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 620faf823cca1788 +3684 3807 1739608226985150649 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj 61f8c7c1af7a6b0b +3892 3978 1739608227193887655 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj db188913a1cc1c3 +1897 2057 1739608225198326998 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 616add588b3a83bf +15605 15837 1739608238905706241 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj c420188d98f85b27 +7532 8051 1739608230833739698 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 248f20f45050f93e +7525 7635 1739608230826641117 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj c42be4595e9586a3 +1775 2031 1739608225076216627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj aa40d3d490dbbe4f +773 943 1739608224074975547 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj 4dea7afb8a9fa2d8 +3772 3878 1739608227073740475 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj b5047aa1a945aa4e +10939 10986 1739608234240618581 esp-idf/esp_common/libesp_common.a b4f3c524bedd302e +7832 7927 1739608231133831739 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 1329fa1161379580 +1335 1451 1739608224636647565 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj 16cddb2b91876080 +2057 2169 1739608225358548154 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj 51f7117853230cc2 +1898 2026 1739608225199617543 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj f4794ecf32c20f58 +5535 5576 1739608228836165810 esp-idf/esp_driver_tsens/libesp_driver_tsens.a c46aede3505a9d5c +1879 2007 1739608225180651565 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj 7a343ffe01f07c7f +10973 11052 1739608234274487366 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj c87f024c883e370e +9501 9619 1739608232802377863 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj c5149d8497f75db0 +8992 9062 1739608232293683688 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj c96782b012a9d729 +9879 9938 1739608233180678954 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj e818866287169c4 +1639 1897 1739608224940410413 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj ca2d00be52c4256f +4494 4583 1739608227795853349 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj ac999c62dda83ac3 +212 334 1739608223513174492 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj fbc033b7993793d7 +2063 2176 1739608225364553975 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj 30ab386166b264ec +1785 1883 1739608225086572444 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj d621e226179494af +15477 15561 1739608238778229904 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 78606cc0909eed5a +946 1117 1739608224247450380 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 7c065280417911e8 +2746 2967 1739608226047926292 esp-idf/wpa_supplicant/libwpa_supplicant.a 65eb8ef140ea8692 +13824 14009 1739608237124792206 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj b0c240ddaa2efe9d +8342 8437 1739608231643466136 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj 5128911c666e688b +1469 1765 1739608224770794203 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 5bb6dca37a0d9beb +1112 1222 1739608224413787146 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj 45f2292a99d843fa +943 1135 1739608224244320098 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj dce700d81b6783b4 +5788 5840 1739608229089123626 esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a ff6f6cef93ae6cd0 +11764 11852 1739608235064818797 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj 4fdce11b4981e000 +9597 9668 1739608232898384968 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj dca19c5f21563c85 +1634 1748 1739608224935773092 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj dab0a3f4a1f96818 +3530 3620 1739608226831780499 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 6785fe7898074817 +2045 2109 1739608225346561427 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj 71fa17190e6b5ad9 +10850 10946 1739608234150984828 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 2cc8c4946f1ae29b +8712 8807 1739608232013735257 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj 6e3ae807b600780e +87 3516 1739724170597533276 CMakeFiles/flash 8c6cb7f22bae77da +1616 1738 1739608224917693880 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 6935605360347309 +11896 12427 1739608235197238528 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 18c2791d0953b996 +12875 12969 1739608236176122814 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj 20b6e1f957e1b33e +7345 7463 1739608230646596426 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj 58c64ab9dc1e831 +6132 7460 1739608229433402020 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj bef3824163a7909 +9876 9939 1739608233176934149 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj d5a33b7d04cdc38e +11060 11127 1739608234361445032 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj a348eef781a3123c +646 1040 1739608223947981946 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj 860647c035801844 +19 171 1739608223354035013 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin 5cfe058813b35a90 +2842 2977 1739608226143592658 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 5213b54e4f12b5ac +240 520 1739608223542040260 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj 2111f44b0822e052 +1334 1469 1739608224635478891 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj e2f75a02b62e9168 +5694 7345 1739608228995269165 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj cbcca440ccf40ba9 +13021 16613 1739608239913254758 bootloader-prefix/src/bootloader-stamp/bootloader-configure 69af520c7bdca866 +7093 7156 1739608230394176010 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj 76bbadf352328aa1 +2641 2759 1739608225942585631 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj 86f774e3ad42be04 +12999 13011 1739608236311633995 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-update 4d5dcb870d7d6568 +4703 4841 1739608228004318113 esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj 158d83b88e238e5b +1355 1445 1739608224656123444 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj 79bdef8aa5cf0a6b +622 679 1739608223924010075 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj 6d5281b75c2d9418 +14267 14315 1739608237568308068 esp-idf/riscv/libriscv.a 5392b217e1472ab3 +5740 5788 1739608229040956682 esp-idf/esp_driver_i2s/libesp_driver_i2s.a 16683731b98414ee +15170 15272 1739608238471197070 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 8e06d1a6d1784cc8 +1222 1355 1739608224523836625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj ce014a8772f66ed3 +1226 1308 1739608224527545515 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 1482746d3b8f933a +11054 11331 1739608234355169094 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b55c5e2318d75165 +10302 10367 1739608233603431600 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj 1ca25c3337f1e85c +3371 3798 1739608226672876304 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj d4e976d611f27b22 +2759 2871 1739608226060564000 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj f46b94712dc0e693 +4173 4244 1739608227474465817 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj fc9ad4210b1deed7 +171 397 1739608223472619364 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj e52d9838282c60b9 +885 930 1739608224186199576 esp-idf/esp_gdbstub/libesp_gdbstub.a 494bd440ae72a366 +9933 9992 1739608233234447482 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 7509ae4922ea25e4 +4057 4147 1739608227358363267 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj a6462fcb95de8257 +15434 15512 1739608238735562005 esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj 955ae530aacf7a8 +7195 7257 1739608230496596009 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 6d6f32673e6362c4 +3391 4240 1739608226692197605 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 58e52194866be506 +1342 1468 1739608224643906057 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj 8efc6bb9bafd7ac0 +404 490 1739608223705261243 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj bde3197cc4ee301c +9124 9183 1739608232424993411 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj 3286279e52e08980 +680 791 1739608223981146627 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj a15a3edad20b8452 +1802 1898 1739608225103857681 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj aa5a8891c23f9a3 +285 434 1739608223586686308 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj 999b332204a6aaa5 +2031 2279 1739608225332305809 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj 94d8c182dbe72e52 +9504 9587 1739608232805304734 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj 11e2666562c1bc89 +731 856 1739608224032210652 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj e9bceff546af369d +15189 15297 1739608238489956971 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj 41b263b9cb1bd5c0 +15145 15180 1739608238445694911 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj 1e70ac7fe4745acd +14630 14696 1739608237930706131 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj ba0a2c21ca1f8dfe +5558 7092 1739608228859468451 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 87f5f2b76c23dbc4 +976 1095 1739608224277226204 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj c467b45009bab708 +9248 9313 1739608232549712996 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 925855fdcb218f35 +11711 11761 1739608235011841746 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj d0f8db4194842a5a +10396 10485 1739608233697280894 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 82fefb9012da2679 +7835 7919 1739608231136011132 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj 308b0852aaf296f1 +2229 2499 1739608225530208719 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj 96c59f6afaeaafc4 +9669 9828 1739608232970701111 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj 621a10c6cb2e9164 +856 960 1739608224157755796 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj 46b196fc347fb5f4 +7357 7455 1739608230658490614 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj cc4347f9737466ad +12144 12197 1739608235445609773 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj cdbc5ccf06286e0f +12999 13011 1739608236311633995 bootloader-prefix/src/bootloader-stamp/bootloader-update 4d5dcb870d7d6568 +4194 4494 1739608227496094216 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj 9c1ce9ccf204fd6c +859 896 1739608224160873370 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 20f1d957524bbebb +334 529 1739608223635441984 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj c3397dc891e8b02 +652 1386 1739608223953141085 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj 10c9be1586b07907 +13405 13523 1739608236816070297 esp-idf/mbedtls/x509_crt_bundle 76247462998c1016 +3243 3371 1739608226544276959 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj 3ed6d11d4905eeec +801 889 1739608224102890051 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj be33b299e068ddc5 +11413 11458 1739608234714598288 esp-idf/app_update/libapp_update.a f0e818f747f5801d +14692 14786 1739608237993127235 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj fe61426a17ce7c90 +1240 1334 1739608224541866798 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj fde56c7c9bbc444b +583 652 1739608223884473792 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj bca98de763ef1f5 +4038 4175 1739608227339172296 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj b0103eb3c9eb4af7 +3711 3792 1739608227012647999 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj 32550eef61d16777 +10485 10620 1739608233786529367 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj ccc62bde08e44308 +2424 2612 1739608225725901904 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj e865b37103a597e3 +331 845 1739608223632412366 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 6cf88c10b57494c8 +2600 2930 1739608225901046240 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj a26846609d867716 +683 801 1739608223984409447 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj e6255578f636f52f +2049 2206 1739608225350338273 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj a70b50170e5dceae +41 240 1739608223342232530 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj c64209cb956da71f +3325 3431 1739608226626294855 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj d3474d01eb417fc6 +10443 10505 1739608233744081253 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj c8c9a54ce4b0448d +1884 2045 1739608225185088308 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 4a86321914f790ad +15115 15226 1739608238416207829 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj 3ecde5540c26d8ef +1494 1785 1739608224795640465 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 8aaf119c8eeb9e34 +3567 3647 1739608226868073170 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj ef5b4c3be5360feb +11371 11413 1739608234672401916 esp-idf/esp_partition/libesp_partition.a 86601ec4ecd1ce8b +10844 11245 1739608234145133752 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b9b452ac7ce28593 +1105 1342 1739608224406282077 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 1cb7f46c2f7ce422 +8377 8479 1739608231678813127 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj f64a56ac5ba2e89f +908 1088 1739608224209135352 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj 319d30afaa376768 +11290 11364 1739608234591335117 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj 49b0e14cc54274ad +9805 9879 1739608233105880052 esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj 542a71f6f99f0c0e +32 78 1739724312185701046 bootloader/bootloader.map a191f2829eca4ea8 +3774 3892 1739608227075234931 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 55fb274d7eee0a01 +537 646 1739608223838636612 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj 12bda33cdb66549f +1445 1551 1739608224746793041 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj 313a63a032a3679e +2679 2842 1739608225980186097 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 201af490271ab3ef +4175 4351 1739608227476881829 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj 78ea40f9c0956695 +2279 2458 1739608225580891797 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj a6c3deac247c8879 +2499 2589 1739608225800776637 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj b1251062299539a9 +435 583 1739608223736143950 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj a1588a18d9147ad8 +5467 5705 1739608228767980961 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj 3cba11074ff1d5bc +334 435 1739608223636016759 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 326a7780553c1ecc +478 576 1739608223779407122 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj 42a42be3e55ecfb3 +10667 10814 1739608233968149511 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 1b70dbeb5eabb31 +8904 8961 1739608232205752343 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj 3964d1670a881e66 +4240 4636 1739608227541899188 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 11dd61e0c4607e69 +11045 11200 1739608234345887911 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj 8c7cb8a1fb27a066 +2566 2691 1739608225867357742 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj 545f4399af065251 +5496 5535 1739608228797805741 esp-idf/esp_driver_sdm/libesp_driver_sdm.a 5f22d500183b8c70 +1794 1879 1739608225095423056 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj dd865b55a71de1 +10945 11053 1739608234246332786 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj f191dd5d1f0e8ae7 +12880 12947 1739608236181715981 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj 9f1f4b1a81b3313b +530 673 1739608223831343621 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj bd273f5cc851d415 +8971 9044 1739608232271952959 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj 993f803936a25707 +490 545 1739608223791669300 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj fe3a7f53131a437 +1135 1226 1739608224437058579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj f5b8ddcf72a8b31d +397 478 1739608223698570608 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 2f654b7b3f09e4f1 +15944 15981 1739608239244963576 esp-idf/esp_eth/libesp_eth.a 113d1c7b79bf9826 +2589 2843 1739608225890659216 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj 9f105a1e7eebd14d +930 976 1739608224231799512 esp-idf/esp_adc/libesp_adc.a 23dc0fe13e4cac5a +965 1112 1739608224266183574 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 4e87694529976f1b +269 611 1739608223570575745 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj ef0de6cc93b71444 +7698 7765 1739608230999001412 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj 67c714147a1122b +9912 9959 1739608233213078116 esp-idf/esp_event/libesp_event.a ef43ce986f19d3ef +7562 7738 1739608230863096909 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 91a6fd456d64cfd8 +1435 1552 1739608224736305478 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj 25c015e27c59ea16 +1259 1367 1739608224560209378 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 91170b79983d0e36 +13621 13706 1739608236922230600 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj 1e1895dc1a578e5b +19 171 1739608223354035013 partition_table/partition-table.bin 5cfe058813b35a90 +1215 1355 1739608224517041036 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 2ec451aea325575c +4601 4944 1739608227902595261 esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj d06c3b7f2d354475 +1474 1634 1739608224775859969 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj f2f258aa9ebe6691 +548 622 1739608223849237297 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj 961cde8b16bcc84 +10337 10443 1739608233637878451 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj ca9e12c7c317b49f +9591 9669 1739608232892265525 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj 48a49d25936a5d00 +18 40 1739608223340761241 esp-idf/esp_system/ld/sections.ld.in 70b9995e1f5dddaa +3707 3801 1739608227008657784 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 44aab5fca7e713d6 +2718 2835 1739608226019875501 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 20b479a89cf45b10 +5611 7138 1739608228911984473 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 45800945f47d253a +2109 2478 1739608225410359156 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj 15bb718e2427e2e1 +10718 10772 1739608234018894170 esp-idf/log/liblog.a 5d9500e141735b60 +42 236 1739608223343294790 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj dea32043f5187e6c +7709 7836 1739608231009885672 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj b0f958c480673e88 +470 537 1739608223771348529 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj 5916be70c44787d2 +7635 7702 1739608230936857342 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj 622890d461507c28 +9121 9206 1739608232422127121 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj 3c56ec1c79250364 +4517 4662 1739608227818465177 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj fdebe9f901efc468 +32 63 1739724323991957854 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +32 63 1739724323991957854 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +31 74 1739724323991609116 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 74 1739724323991609116 bootloader/bootloader.elf a191f2829eca4ea8 +31 74 1739724323991609116 bootloader/bootloader.bin a191f2829eca4ea8 +31 74 1739724323991609116 bootloader/bootloader.map a191f2829eca4ea8 +31 74 1739724323991609116 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 74 1739724323991609116 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +31 74 1739724323991609116 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +31 74 1739724323991609116 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +74 79 1739724324033648522 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 79 1739724324033648522 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +79 91 1739724324050497000 CMakeFiles/bootloader-complete a9152c78199b28f4 +79 91 1739724324050497000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +79 91 1739724324050497000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +79 91 1739724324050497000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +91 3504 1739724324050905311 CMakeFiles/flash 8c6cb7f22bae77da +91 3504 1739724324050905311 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +32 84 1739724537983737648 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739724537983737648 bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739724537983737648 bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739724537983737648 bootloader/bootloader.map a191f2829eca4ea8 +32 84 1739724537983737648 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739724537983737648 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739724537983737648 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739724537983737648 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +84 90 1739724538035971625 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +84 90 1739724538035971625 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +90 103 1739724538054619000 CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739724538054619000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +90 103 1739724538054619000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739724538054619000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 80 1739724552967076408 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 80 1739724552967076408 bootloader/bootloader.elf a191f2829eca4ea8 +29 80 1739724552967076408 bootloader/bootloader.bin a191f2829eca4ea8 +29 80 1739724552967076408 bootloader/bootloader.map a191f2829eca4ea8 +29 80 1739724552967076408 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 80 1739724552967076408 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +29 80 1739724552967076408 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +29 80 1739724552967076408 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +80 89 1739724553018007804 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +80 89 1739724553018007804 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +90 103 1739724553040538000 CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739724553040538000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +90 103 1739724553040538000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739724553040538000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 176 1739724552966155731 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +177 200 1739724553114835599 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +200 2884 1739724555806108046 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +200 2884 1739724555806108046 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2884 3204 1739724555822501073 uart_async_rxtxtasks.elf 171a96b66ed82558 +3204 3298 1739724556235958367 .bin_timestamp 4cac782a2b5dc5fc +3204 3298 1739724556235958367 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3298 3327 1739724556236397269 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3298 3327 1739724556236397269 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 58 1739724559294705003 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 58 1739724559294705003 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739724559294373639 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739724559294373639 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739724559294373639 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739724559294373639 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739724559294373639 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739724559294373639 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739724559294373639 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739724559294373639 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739724559337366887 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739724559337366887 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739724559354220000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739724559354220000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739724559354220000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739724559354220000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 3679 1739724559354632384 CMakeFiles/flash 8c6cb7f22bae77da +88 3679 1739724559354632384 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +32 84 1739725011075136409 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739725011075136409 bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739725011075136409 bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739725011075136409 bootloader/bootloader.map a191f2829eca4ea8 +32 84 1739725011075136409 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739725011075136409 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739725011075136409 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739725011075136409 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +84 90 1739725011126757656 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +84 90 1739725011126757656 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +90 103 1739725011145553000 CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739725011145553000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +90 103 1739725011145553000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739725011145553000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +31 87 1739725031782494382 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 87 1739725031782494382 bootloader/bootloader.elf a191f2829eca4ea8 +31 87 1739725031782494382 bootloader/bootloader.bin a191f2829eca4ea8 +31 87 1739725031782494382 bootloader/bootloader.map a191f2829eca4ea8 +31 87 1739725031782494382 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 87 1739725031782494382 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +31 87 1739725031782494382 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +31 87 1739725031782494382 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +87 93 1739725031837764214 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +87 93 1739725031837764214 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +93 105 1739725031855923000 CMakeFiles/bootloader-complete a9152c78199b28f4 +93 105 1739725031855923000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +93 105 1739725031855923000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +93 105 1739725031855923000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +31 257 1739725031782127312 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +257 282 1739725032008432835 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +282 3054 1739725034788121863 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +282 3054 1739725034788121863 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +3054 3375 1739725034805285822 uart_async_rxtxtasks.elf 171a96b66ed82558 +3375 3470 1739725035220199316 .bin_timestamp 4cac782a2b5dc5fc +3375 3470 1739725035220199316 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3470 3498 1739725035220642468 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3470 3498 1739725035220642468 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +31 67 1739725046604740444 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +31 67 1739725046604740444 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +31 80 1739725046604398622 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 80 1739725046604398622 bootloader/bootloader.elf a191f2829eca4ea8 +31 80 1739725046604398622 bootloader/bootloader.bin a191f2829eca4ea8 +31 80 1739725046604398622 bootloader/bootloader.map a191f2829eca4ea8 +31 80 1739725046604398622 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 80 1739725046604398622 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +31 80 1739725046604398622 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +31 80 1739725046604398622 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +80 85 1739725046653259255 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +80 85 1739725046653259255 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +85 97 1739725046670221000 CMakeFiles/bootloader-complete a9152c78199b28f4 +85 97 1739725046670221000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +85 97 1739725046670221000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +85 97 1739725046670221000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +97 3530 1739725046670633998 CMakeFiles/flash 8c6cb7f22bae77da +97 3530 1739725046670633998 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +65 119 1739734632109062402 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +65 119 1739734632109062402 bootloader/bootloader.elf a191f2829eca4ea8 +65 119 1739734632109062402 bootloader/bootloader.bin a191f2829eca4ea8 +65 119 1739734632109062402 bootloader/bootloader.map a191f2829eca4ea8 +65 119 1739734632109062402 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +65 119 1739734632109062402 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +65 119 1739734632109062402 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +65 119 1739734632109062402 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +119 125 1739734632163463606 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +119 125 1739734632163463606 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +125 138 1739734632182357000 CMakeFiles/bootloader-complete a9152c78199b28f4 +125 138 1739734632182357000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +125 138 1739734632182357000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +125 138 1739734632182357000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +64 329 1739734632108734914 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +329 352 1739734632373943254 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +352 3055 1739734635084245428 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +352 3055 1739734635084245428 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +3056 3380 1739734635100000372 uart_async_rxtxtasks.elf 171a96b66ed82558 +3380 3472 1739734635516402746 .bin_timestamp 4cac782a2b5dc5fc +3380 3472 1739734635516402746 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3472 3501 1739734635516832814 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3472 3501 1739734635516832814 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +32 80 1739735322963291816 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 80 1739735322963291816 bootloader/bootloader.elf a191f2829eca4ea8 +32 80 1739735322963291816 bootloader/bootloader.bin a191f2829eca4ea8 +32 80 1739735322963291816 bootloader/bootloader.map a191f2829eca4ea8 +32 80 1739735322963291816 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 80 1739735322963291816 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 80 1739735322963291816 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +32 80 1739735322963291816 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +81 86 1739735323011693273 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +81 86 1739735323011693273 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +86 99 1739735323029942000 CMakeFiles/bootloader-complete a9152c78199b28f4 +86 99 1739735323029942000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 99 1739735323029942000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +86 99 1739735323029942000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 70 1739735358399352027 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739735358399352027 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739735358399352027 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739735358399352027 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739735358399352027 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739735358399352027 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739735358399352027 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739735358399352027 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 77 1739735358442307551 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 77 1739735358442307551 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739735358461403000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739735358461403000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739735358461403000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739735358461403000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 139 1739735358398960041 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +139 162 1739735358511247783 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +162 2830 1739735361185853676 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +162 2830 1739735361185853676 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2830 3137 1739735361201703783 uart_async_rxtxtasks.elf 171a96b66ed82558 +3137 3229 1739735361600218497 .bin_timestamp 4cac782a2b5dc5fc +3137 3229 1739735361600218497 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3229 3257 1739735361600657607 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3229 3257 1739735361600657607 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 70 1739735420565504989 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739735420565504989 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739735420565504989 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739735420565504989 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739735420565504989 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739735420565504989 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739735420565504989 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739735420565504989 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739735420608062528 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739735420608062528 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739735420626976000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739735420626976000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739735420626976000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739735420626976000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739735420565149127 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739735420652634287 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2638 1739735423160083627 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2638 1739735423160083627 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2638 2871 1739735423175557288 uart_async_rxtxtasks.elf 171a96b66ed82558 +2871 2970 1739735423507197323 .bin_timestamp 4cac782a2b5dc5fc +2871 2970 1739735423507197323 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2970 2998 1739735423507616517 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2970 2998 1739735423507616517 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 73 1739735748934977239 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739735748934977239 bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739735748934977239 bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739735748934977239 bootloader/bootloader.map a191f2829eca4ea8 +28 73 1739735748934977239 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739735748934977239 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739735748934977239 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739735748934977239 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +73 79 1739735748979884528 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +73 79 1739735748979884528 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +79 92 1739735748998690000 CMakeFiles/bootloader-complete a9152c78199b28f4 +79 92 1739735748998690000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +79 92 1739735748998690000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +79 92 1739735748998690000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 76 1739735782777045800 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 76 1739735782777045800 bootloader/bootloader.elf a191f2829eca4ea8 +28 76 1739735782777045800 bootloader/bootloader.bin a191f2829eca4ea8 +28 76 1739735782777045800 bootloader/bootloader.map a191f2829eca4ea8 +28 76 1739735782777045800 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 76 1739735782777045800 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 76 1739735782777045800 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 76 1739735782777045800 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +76 84 1739735782824792196 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 84 1739735782824792196 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +27 71 1739735796265489067 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739735796265489067 bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739735796265489067 bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739735796265489067 bootloader/bootloader.map a191f2829eca4ea8 +27 71 1739735796265489067 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739735796265489067 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739735796265489067 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739735796265489067 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739735796309627132 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739735796309627132 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739735796328496000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739735796328496000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739735796328496000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739735796328496000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 72 1739736004109834653 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 72 1739736004109834653 bootloader/bootloader.elf a191f2829eca4ea8 +28 72 1739736004109834653 bootloader/bootloader.bin a191f2829eca4ea8 +28 72 1739736004109834653 bootloader/bootloader.map a191f2829eca4ea8 +28 72 1739736004109834653 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 72 1739736004109834653 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 72 1739736004109834653 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 72 1739736004109834653 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 78 1739736004154062841 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 78 1739736004154062841 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 91 1739736004172854000 CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739736004172854000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +78 91 1739736004172854000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739736004172854000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +33 89 1739736377652245731 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 89 1739736377652245731 bootloader/bootloader.elf a191f2829eca4ea8 +33 89 1739736377652245731 bootloader/bootloader.bin a191f2829eca4ea8 +33 89 1739736377652245731 bootloader/bootloader.map a191f2829eca4ea8 +33 89 1739736377652245731 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 89 1739736377652245731 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +33 89 1739736377652245731 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +33 89 1739736377652245731 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +89 95 1739736377708487144 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +89 95 1739736377708487144 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +95 108 1739736377727245000 CMakeFiles/bootloader-complete a9152c78199b28f4 +95 108 1739736377727245000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +95 108 1739736377727245000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +95 108 1739736377727245000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 72 1739736646301675711 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 72 1739736646301675711 bootloader/bootloader.elf a191f2829eca4ea8 +27 72 1739736646301675711 bootloader/bootloader.bin a191f2829eca4ea8 +27 72 1739736646301675711 bootloader/bootloader.map a191f2829eca4ea8 +27 72 1739736646301675711 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 72 1739736646301675711 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 72 1739736646301675711 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 72 1739736646301675711 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 81 1739736646346114999 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 81 1739736646346114999 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +81 94 1739736646367977000 CMakeFiles/bootloader-complete a9152c78199b28f4 +81 94 1739736646367977000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +81 94 1739736646367977000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +81 94 1739736646367977000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 133 1739736646301206558 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +133 157 1739736646407348199 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +157 2841 1739736649100100510 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +157 2841 1739736649100100510 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2841 3162 1739736649115681708 uart_async_rxtxtasks.elf 171a96b66ed82558 +3162 3256 1739736649529426973 .bin_timestamp 4cac782a2b5dc5fc +3162 3256 1739736649529426973 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3256 3284 1739736649529855585 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3256 3284 1739736649529855585 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739736656299814109 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739736656299814109 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739736656299521201 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739736656299521201 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739736656299521201 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739736656299521201 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739736656299521201 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739736656299521201 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739736656299521201 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739736656299521201 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739736656341939926 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739736656341939926 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739736656359062000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739736656359062000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739736656359062000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739736656359062000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3510 1739736656359488523 CMakeFiles/flash 8c6cb7f22bae77da +87 3510 1739736656359488523 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 73 1739736853650267051 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739736853650267051 bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739736853650267051 bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739736853650267051 bootloader/bootloader.map a191f2829eca4ea8 +28 73 1739736853650267051 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739736853650267051 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739736853650267051 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739736853650267051 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +73 79 1739736853694804337 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +73 79 1739736853694804337 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +79 91 1739736853712847000 CMakeFiles/bootloader-complete a9152c78199b28f4 +79 91 1739736853712847000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +79 91 1739736853712847000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +79 91 1739736853712847000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 256 1739736853649964435 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +256 278 1739736853877766084 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +278 2946 1739736856552072907 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +278 2946 1739736856552072907 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2946 3249 1739736856567903847 uart_async_rxtxtasks.elf 171a96b66ed82558 +3249 3339 1739736856960488333 .bin_timestamp 4cac782a2b5dc5fc +3249 3339 1739736856960488333 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3339 3367 1739736856960935111 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3339 3367 1739736856960935111 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739736859006050689 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739736859006050689 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739736859005701783 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739736859005701783 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739736859005701783 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739736859005701783 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739736859005701783 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739736859005701783 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739736859005701783 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739736859005701783 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739736859048020136 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739736859048020136 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739736859065159000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739736859065159000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739736859065159000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739736859065159000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3497 1739736859065589274 CMakeFiles/flash 8c6cb7f22bae77da +87 3497 1739736859065589274 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +32 86 1739740091290075112 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 86 1739740091290075112 bootloader/bootloader.elf a191f2829eca4ea8 +32 86 1739740091290075112 bootloader/bootloader.bin a191f2829eca4ea8 +32 86 1739740091290075112 bootloader/bootloader.map a191f2829eca4ea8 +32 86 1739740091290075112 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 86 1739740091290075112 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 86 1739740091290075112 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +32 86 1739740091290075112 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +86 92 1739740091344183976 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +86 92 1739740091344183976 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +92 105 1739740091362768000 CMakeFiles/bootloader-complete a9152c78199b28f4 +92 105 1739740091362768000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +92 105 1739740091362768000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +92 105 1739740091362768000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 70 1739740094219648558 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739740094219648558 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739740094219648558 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739740094219648558 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739740094219648558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739740094219648558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739740094219648558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739740094219648558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 77 1739740094262696958 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 77 1739740094262696958 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739740094281455000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740094281455000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739740094281455000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740094281455000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 71 1739740134984505310 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 71 1739740134984505310 bootloader/bootloader.elf a191f2829eca4ea8 +29 71 1739740134984505310 bootloader/bootloader.bin a191f2829eca4ea8 +29 71 1739740134984505310 bootloader/bootloader.map a191f2829eca4ea8 +29 71 1739740134984505310 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 71 1739740134984505310 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +29 71 1739740134984505310 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +29 71 1739740134984505310 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739740135027178056 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739740135027178056 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739740135045371000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740135045371000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739740135045371000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740135045371000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 73 1739740239886860640 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739740239886860640 bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739740239886860640 bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739740239886860640 bootloader/bootloader.map a191f2829eca4ea8 +28 73 1739740239886860640 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739740239886860640 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739740239886860640 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739740239886860640 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +73 80 1739740239931901598 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +73 80 1739740239931901598 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +80 93 1739740239951108000 CMakeFiles/bootloader-complete a9152c78199b28f4 +80 93 1739740239951108000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +80 93 1739740239951108000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +80 93 1739740239951108000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 70 1739740312763192172 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739740312763192172 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739740312763192172 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739740312763192172 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739740312763192172 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739740312763192172 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739740312763192172 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739740312763192172 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739740312805895598 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739740312805895598 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 90 1739740312825154000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739740312825154000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 90 1739740312825154000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739740312825154000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 71 1739740388854797078 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 71 1739740388854797078 bootloader/bootloader.elf a191f2829eca4ea8 +29 71 1739740388854797078 bootloader/bootloader.bin a191f2829eca4ea8 +29 71 1739740388854797078 bootloader/bootloader.map a191f2829eca4ea8 +29 71 1739740388854797078 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 71 1739740388854797078 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +29 71 1739740388854797078 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +29 71 1739740388854797078 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739740388897447801 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739740388897447801 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739740388916178000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740388916178000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739740388916178000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740388916178000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 72 1739740414776277288 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 72 1739740414776277288 bootloader/bootloader.elf a191f2829eca4ea8 +29 72 1739740414776277288 bootloader/bootloader.bin a191f2829eca4ea8 +29 72 1739740414776277288 bootloader/bootloader.map a191f2829eca4ea8 +29 72 1739740414776277288 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 72 1739740414776277288 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +29 72 1739740414776277288 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +29 72 1739740414776277288 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 78 1739740414818986287 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 78 1739740414818986287 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 91 1739740414837898000 CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739740414837898000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +78 91 1739740414837898000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739740414837898000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 70 1739740671611089923 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739740671611089923 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739740671611089923 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739740671611089923 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739740671611089923 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739740671611089923 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739740671611089923 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739740671611089923 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739740671653645589 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739740671653645589 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739740671672587000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740671672587000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739740671672587000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739740671672587000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 70 1739740699164542924 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739740699164542924 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739740699164542924 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739740699164542924 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739740699164542924 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739740699164542924 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739740699164542924 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739740699164542924 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739740699207697074 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739740699207697074 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739740699226372000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739740699226372000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739740699226372000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739740699226372000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 119 1739740699164188018 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +119 143 1739740699256742598 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +143 2824 1739740701945712087 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +143 2824 1739740701945712087 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2824 3139 1739740701961664259 uart_async_rxtxtasks.elf 171a96b66ed82558 +3139 3236 1739740702373340446 .bin_timestamp 4cac782a2b5dc5fc +3139 3236 1739740702373340446 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3236 3265 1739740702373747018 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3236 3265 1739740702373747018 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739740720168894533 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739740720168894533 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739740720168601666 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739740720168601666 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739740720168601666 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739740720168601666 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739740720168601666 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739740720168601666 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739740720168601666 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739740720168601666 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 74 1739740720210522767 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 74 1739740720210522767 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 86 1739740720227385000 CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739740720227385000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +74 86 1739740720227385000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739740720227385000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3525 1739740720227806568 CMakeFiles/flash 8c6cb7f22bae77da +86 3525 1739740720227806568 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739740959141820955 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739740959141820955 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739740959141820955 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739740959141820955 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739740959141820955 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739740959141820955 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739740959141820955 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739740959141820955 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739740959184272125 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739740959184272125 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739740959203002000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739740959203002000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739740959203002000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739740959203002000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 117 1739740959141506297 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 133 1739740959230668432 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2631 1739740961729711730 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2631 1739740961729711730 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2632 2853 1739740961745460033 uart_async_rxtxtasks.elf 171a96b66ed82558 +2853 2941 1739740962054322305 .bin_timestamp 4cac782a2b5dc5fc +2853 2941 1739740962054322305 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2941 2969 1739740962054802083 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2941 2969 1739740962054802083 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739740965610089475 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739740965610089475 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739740965609772443 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739740965609772443 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739740965609772443 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739740965609772443 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739740965609772443 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739740965609772443 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739740965609772443 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739740965609772443 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739740965652106699 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739740965652106699 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739740965669027000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739740965669027000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739740965669027000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739740965669027000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3526 1739740965669445415 CMakeFiles/flash 8c6cb7f22bae77da +87 3526 1739740965669445415 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 76 1739741359102018967 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 76 1739741359102018967 bootloader/bootloader.elf a191f2829eca4ea8 +27 76 1739741359102018967 bootloader/bootloader.bin a191f2829eca4ea8 +27 76 1739741359102018967 bootloader/bootloader.map a191f2829eca4ea8 +27 76 1739741359102018967 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 76 1739741359102018967 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 76 1739741359102018967 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 76 1739741359102018967 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +76 84 1739741359150529381 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 84 1739741359150529381 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +84 97 1739741359171562000 CMakeFiles/bootloader-complete a9152c78199b28f4 +84 97 1739741359171562000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +84 97 1739741359171562000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +84 97 1739741359171562000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739741359101681059 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 132 1739741359189907930 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +132 2706 1739741361764477208 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +132 2706 1739741361764477208 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2706 2939 1739741361780186470 uart_async_rxtxtasks.elf 171a96b66ed82558 +2939 3027 1739741362101311603 .bin_timestamp 4cac782a2b5dc5fc +2939 3027 1739741362101311603 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3027 3055 1739741362101761340 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3027 3055 1739741362101761340 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739741375990120857 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739741375990120857 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739741375989785908 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741375989785908 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741375989785908 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741375989785908 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739741375989785908 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741375989785908 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741375989785908 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741375989785908 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 74 1739741376031786383 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 74 1739741376031786383 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 86 1739741376048746000 CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739741376048746000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +74 86 1739741376048746000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739741376048746000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3499 1739741376049169847 CMakeFiles/flash 8c6cb7f22bae77da +86 3499 1739741376049169847 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739741577782041276 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739741577782041276 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739741577782041276 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739741577782041276 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739741577782041276 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739741577782041276 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739741577782041276 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739741577782041276 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 77 1739741577824881893 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 77 1739741577824881893 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739741577843712000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739741577843712000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739741577843712000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739741577843712000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739741577781704786 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739741577869527459 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2627 1739741580365542217 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2627 1739741580365542217 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2627 2876 1739741580381412183 uart_async_rxtxtasks.elf 171a96b66ed82558 +2876 2970 1739741580724232200 .bin_timestamp 4cac782a2b5dc5fc +2876 2970 1739741580724232200 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2970 2998 1739741580724686937 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2970 2998 1739741580724686937 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 58 1739741582759783074 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 58 1739741582759783074 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739741582759455375 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741582759455375 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741582759455375 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741582759455375 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739741582759455375 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741582759455375 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741582759455375 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741582759455375 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739741582801496765 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739741582801496765 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739741582818457000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739741582818457000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739741582818457000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739741582818457000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3502 1739741582818882063 CMakeFiles/flash 8c6cb7f22bae77da +87 3502 1739741582818882063 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739741667818783799 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739741667818783799 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739741667818783799 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739741667818783799 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739741667818783799 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739741667818783799 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739741667818783799 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739741667818783799 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739741667861320716 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739741667861320716 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739741667879849000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739741667879849000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739741667879849000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739741667879849000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 115 1739741667818445225 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 132 1739741667906243066 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +132 2698 1739741670473550633 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +132 2698 1739741670473550633 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2699 2919 1739741670489299020 uart_async_rxtxtasks.elf 171a96b66ed82558 +2919 3007 1739741670797328358 .bin_timestamp 4cac782a2b5dc5fc +2919 3007 1739741670797328358 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3007 3035 1739741670797792220 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3007 3035 1739741670797792220 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 57 1739741699153858971 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 57 1739741699153858971 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739741699153521981 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741699153521981 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741699153521981 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741699153521981 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739741699153521981 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741699153521981 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741699153521981 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741699153521981 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 74 1739741699195780239 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 74 1739741699195780239 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 86 1739741699212778000 CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739741699212778000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +74 86 1739741699212778000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739741699212778000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3495 1739741699213203328 CMakeFiles/flash 8c6cb7f22bae77da +86 3495 1739741699213203328 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 70 1739741859648625560 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739741859648625560 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739741859648625560 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739741859648625560 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739741859648625560 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739741859648625560 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739741859648625560 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739741859648625560 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 77 1739741859691881082 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 77 1739741859691881082 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 94 1739741859714670000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 94 1739741859714670000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 94 1739741859714670000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 94 1739741859714670000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 116 1739741859648286361 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 134 1739741859737546827 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +134 2709 1739741862314906443 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +134 2709 1739741862314906443 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2709 2982 1739741862330573873 uart_async_rxtxtasks.elf 171a96b66ed82558 +2982 3073 1739741862693864017 .bin_timestamp 4cac782a2b5dc5fc +2982 3073 1739741862693864017 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3073 3101 1739741862694309712 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3073 3101 1739741862694309712 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739741881246774307 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739741881246774307 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739741881246419025 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741881246419025 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741881246419025 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741881246419025 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739741881246419025 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739741881246419025 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739741881246419025 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739741881246419025 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739741881288881236 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739741881288881236 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 86 1739741881305781000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 86 1739741881305781000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 86 1739741881305781000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 86 1739741881305781000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3509 1739741881306194536 CMakeFiles/flash 8c6cb7f22bae77da +86 3509 1739741881306194536 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 71 1739741991709460316 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739741991709460316 bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739741991709460316 bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739741991709460316 bootloader/bootloader.map a191f2829eca4ea8 +28 71 1739741991709460316 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739741991709460316 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739741991709460316 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739741991709460316 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739741991752337307 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739741991752337307 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739741991770860000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739741991770860000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739741991770860000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739741991770860000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739741991708982913 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739741991796859209 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2624 1739741994289492981 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2624 1739741994289492981 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2624 2846 1739741994305440319 uart_async_rxtxtasks.elf 171a96b66ed82558 +2846 2935 1739741994616077083 .bin_timestamp 4cac782a2b5dc5fc +2846 2935 1739741994616077083 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2935 2963 1739741994616520987 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2935 2963 1739741994616520987 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739742001007374164 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739742001007374164 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739742001007067506 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739742001007067506 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739742001007067506 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739742001007067506 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739742001007067506 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739742001007067506 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739742001007067506 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739742001007067506 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739742001049386513 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739742001049386513 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 86 1739742001066440000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 86 1739742001066440000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 86 1739742001066440000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 86 1739742001066440000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3505 1739742001066853933 CMakeFiles/flash 8c6cb7f22bae77da +86 3505 1739742001066853933 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739742069678367300 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739742069678367300 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739742069678367300 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739742069678367300 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739742069678367300 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739742069678367300 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739742069678367300 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739742069678367300 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739742069720867677 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739742069720867677 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739742069739464000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739742069739464000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739742069739464000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739742069739464000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 116 1739742069678032310 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 132 1739742069766276055 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +132 2636 1739742072270610785 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +132 2636 1739742072270610785 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2636 2857 1739742072286262216 uart_async_rxtxtasks.elf 171a96b66ed82558 +2857 2946 1739742072595594100 .bin_timestamp 4cac782a2b5dc5fc +2857 2946 1739742072595594100 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2946 2974 1739742072596052628 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2946 2974 1739742072596052628 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739742079593838532 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739742079593838532 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739742079593508749 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739742079593508749 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739742079593508749 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739742079593508749 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739742079593508749 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739742079593508749 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739742079593508749 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739742079593508749 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 75 1739742079635778758 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 75 1739742079635778758 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739742079652921000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739742079652921000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739742079652921000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739742079652921000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3657 1739742079653332634 CMakeFiles/flash 8c6cb7f22bae77da +87 3657 1739742079653332634 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 58 1739742092239177340 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739742092239177340 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739742092238883349 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739742092238883349 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739742092238883349 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739742092238883349 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739742092238883349 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739742092238883349 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739742092238883349 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739742092238883349 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 75 1739742092281413849 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 75 1739742092281413849 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739742092298317000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739742092298317000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739742092298317000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739742092298317000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3492 1739742092298738024 CMakeFiles/flash 8c6cb7f22bae77da +87 3492 1739742092298738024 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 59 1739742116288026299 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 59 1739742116288026299 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739742116287702558 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739742116287702558 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739742116287702558 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739742116287702558 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739742116287702558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739742116287702558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739742116287702558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739742116287702558 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739742116330590674 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739742116330590674 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739742116347590000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739742116347590000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739742116347590000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739742116347590000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 59 1739742146977485218 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739742146977485218 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 70 1739742146977136728 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739742146977136728 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739742146977136728 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739742146977136728 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739742146977136728 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739742146977136728 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739742146977136728 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739742146977136728 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739742147019618147 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739742147019618147 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739742147036717000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739742147036717000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739742147036717000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739742147036717000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 3491 1739742147037151857 CMakeFiles/flash 8c6cb7f22bae77da +88 3491 1739742147037151857 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +31 80 1739742452503871006 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 80 1739742452503871006 bootloader/bootloader.elf a191f2829eca4ea8 +31 80 1739742452503871006 bootloader/bootloader.bin a191f2829eca4ea8 +31 80 1739742452503871006 bootloader/bootloader.map a191f2829eca4ea8 +31 80 1739742452503871006 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +31 80 1739742452503871006 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +31 80 1739742452503871006 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +31 80 1739742452503871006 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +80 86 1739742452552760701 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +80 86 1739742452552760701 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +86 99 1739742452571539000 CMakeFiles/bootloader-complete a9152c78199b28f4 +86 99 1739742452571539000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 99 1739742452571539000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +86 99 1739742452571539000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +31 227 1739742452503551224 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +227 249 1739742452699639031 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +249 2921 1739742455377862700 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +249 2921 1739742455377862700 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2921 3236 1739742455393614044 uart_async_rxtxtasks.elf 171a96b66ed82558 +3236 3326 1739742455798369094 .bin_timestamp 4cac782a2b5dc5fc +3236 3326 1739742455798369094 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3326 3355 1739742455798808165 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3326 3355 1739742455798808165 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739742457326434293 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739742457326434293 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739742457326124343 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739742457326124343 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739742457326124343 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739742457326124343 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739742457326124343 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739742457326124343 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739742457326124343 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739742457326124343 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739742457368453850 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739742457368453850 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 86 1739742457385420000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 86 1739742457385420000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 86 1739742457385420000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 86 1739742457385420000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3504 1739742457385839898 CMakeFiles/flash 8c6cb7f22bae77da +86 3504 1739742457385839898 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739742544946843754 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739742544946843754 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739742544946843754 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739742544946843754 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739742544946843754 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739742544946843754 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739742544946843754 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739742544946843754 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739742544989165844 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739742544989165844 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739742545007689000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739742545007689000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739742545007689000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739742545007689000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 116 1739742544946471639 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 132 1739742545034883087 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +132 2645 1739742547548307476 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +132 2645 1739742547548307476 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2645 2864 1739742547563906159 uart_async_rxtxtasks.elf 171a96b66ed82558 +2864 2953 1739742547871845041 .bin_timestamp 4cac782a2b5dc5fc +2864 2953 1739742547871845041 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2953 2981 1739742547872292111 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2953 2981 1739742547872292111 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 57 1739742549441800008 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 57 1739742549441800008 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 68 1739742549441497142 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 68 1739742549441497142 bootloader/bootloader.elf a191f2829eca4ea8 +27 68 1739742549441497142 bootloader/bootloader.bin a191f2829eca4ea8 +27 68 1739742549441497142 bootloader/bootloader.map a191f2829eca4ea8 +27 68 1739742549441497142 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 68 1739742549441497142 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 68 1739742549441497142 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 68 1739742549441497142 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +68 74 1739742549483096669 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +68 74 1739742549483096669 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 86 1739742549499949000 CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739742549499949000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +74 86 1739742549499949000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739742549499949000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3511 1739742549500361679 CMakeFiles/flash 8c6cb7f22bae77da +86 3511 1739742549500361679 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +32 84 1739743007513189135 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739743007513189135 bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739743007513189135 bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739743007513189135 bootloader/bootloader.map a191f2829eca4ea8 +32 84 1739743007513189135 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739743007513189135 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739743007513189135 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739743007513189135 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +84 90 1739743007564659341 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +84 90 1739743007564659341 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +90 103 1739743007583379000 CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739743007583379000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +90 103 1739743007583379000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739743007583379000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +32 239 1739743007512623693 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +240 262 1739743007720311255 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +262 2922 1739743010386979001 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +262 2922 1739743010386979001 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2922 3233 1739743010402753887 uart_async_rxtxtasks.elf 171a96b66ed82558 +3233 3324 1739743010804242779 .bin_timestamp 4cac782a2b5dc5fc +3233 3324 1739743010804242779 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3324 3352 1739743010804712308 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3324 3352 1739743010804712308 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739743012256967617 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739743012256967617 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739743012256664209 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739743012256664209 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739743012256664209 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739743012256664209 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739743012256664209 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739743012256664209 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739743012256664209 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739743012256664209 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 74 1739743012298358150 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 74 1739743012298358150 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 86 1739743012314995000 CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739743012314995000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +74 86 1739743012314995000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +74 86 1739743012314995000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +86 3496 1739743012315414124 CMakeFiles/flash 8c6cb7f22bae77da +86 3496 1739743012315414124 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 73 1739743453824950858 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739743453824950858 bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739743453824950858 bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739743453824950858 bootloader/bootloader.map a191f2829eca4ea8 +28 73 1739743453824950858 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739743453824950858 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739743453824950858 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739743453824950858 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +73 79 1739743453869827875 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +73 79 1739743453869827875 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +79 92 1739743453889031000 CMakeFiles/bootloader-complete a9152c78199b28f4 +79 92 1739743453889031000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +79 92 1739743453889031000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +79 92 1739743453889031000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 135 1739743453824622409 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +135 153 1739743453932464055 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +153 2777 1739743456558909819 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +153 2777 1739743456558909819 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2777 3072 1739743456574513085 uart_async_rxtxtasks.elf 171a96b66ed82558 +3072 3163 1739743456960143803 .bin_timestamp 4cac782a2b5dc5fc +3072 3163 1739743456960143803 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3164 3192 1739743456960592248 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3164 3192 1739743456960592248 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739743460243813824 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739743460243813824 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739743460243486167 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739743460243486167 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739743460243486167 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739743460243486167 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739743460243486167 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739743460243486167 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739743460243486167 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739743460243486167 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739743460285787049 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739743460285787049 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739743460302721000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739743460302721000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739743460302721000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739743460302721000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3511 1739743460303142890 CMakeFiles/flash 8c6cb7f22bae77da +87 3511 1739743460303142890 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +30 74 1739743623189986127 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +30 74 1739743623189986127 bootloader/bootloader.elf a191f2829eca4ea8 +30 74 1739743623189986127 bootloader/bootloader.bin a191f2829eca4ea8 +30 74 1739743623189986127 bootloader/bootloader.map a191f2829eca4ea8 +30 74 1739743623189986127 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +30 74 1739743623189986127 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +30 74 1739743623189986127 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +30 74 1739743623189986127 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +74 80 1739743623234788188 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +74 80 1739743623234788188 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +81 93 1739743623252979000 CMakeFiles/bootloader-complete a9152c78199b28f4 +81 93 1739743623252979000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +81 93 1739743623252979000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +81 93 1739743623252979000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 265 1739743623189658428 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +266 287 1739743623425886679 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +288 2966 1739743626109316159 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +288 2966 1739743626109316159 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2966 3277 1739743626125964811 uart_async_rxtxtasks.elf 171a96b66ed82558 +3277 3368 1739743626527965314 .bin_timestamp 4cac782a2b5dc5fc +3277 3368 1739743626527965314 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3368 3396 1739743626528383636 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3368 3396 1739743626528383636 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739743633908768302 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739743633908768302 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739743633908459977 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739743633908459977 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739743633908459977 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739743633908459977 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739743633908459977 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739743633908459977 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739743633908459977 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739743633908459977 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739743633951126183 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739743633951126183 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739743633968087000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739743633968087000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739743633968087000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739743633968087000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3499 1739743633968505856 CMakeFiles/flash 8c6cb7f22bae77da +87 3499 1739743633968505856 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 70 1739743756565962795 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739743756565962795 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739743756565962795 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739743756565962795 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739743756565962795 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739743756565962795 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739743756565962795 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739743756565962795 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739743756609046322 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739743756609046322 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739743756628051000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739743756628051000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739743756628051000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739743756628051000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 117 1739743756565610638 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +118 134 1739743756656054404 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +134 2645 1739743759167672469 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +134 2645 1739743759167672469 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2645 2924 1739743759183193403 uart_async_rxtxtasks.elf 171a96b66ed82558 +2924 3025 1739743759562758627 .bin_timestamp 4cac782a2b5dc5fc +2924 3025 1739743759562758627 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3025 3053 1739743759563198281 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3025 3053 1739743759563198281 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3053 6452 1739743759591725013 CMakeFiles/flash 8c6cb7f22bae77da +3053 6452 1739743759591725013 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 72 1739743807761166726 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 72 1739743807761166726 bootloader/bootloader.elf a191f2829eca4ea8 +28 72 1739743807761166726 bootloader/bootloader.bin a191f2829eca4ea8 +28 72 1739743807761166726 bootloader/bootloader.map a191f2829eca4ea8 +28 72 1739743807761166726 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 72 1739743807761166726 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 72 1739743807761166726 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 72 1739743807761166726 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 78 1739743807805411762 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 78 1739743807805411762 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 91 1739743807823997000 CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739743807823997000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +78 91 1739743807823997000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739743807823997000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 117 1739743807760624700 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +118 135 1739743807850679852 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +135 2705 1739743810422319254 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +135 2705 1739743810422319254 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2705 2944 1739743810438061224 uart_async_rxtxtasks.elf 171a96b66ed82558 +2944 3043 1739743810775707346 .bin_timestamp 4cac782a2b5dc5fc +2944 3043 1739743810775707346 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3043 3071 1739743810776111543 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3043 3071 1739743810776111543 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739743815285438431 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739743815285438431 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 71 1739743815285084483 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739743815285084483 bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739743815285084483 bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739743815285084483 bootloader/bootloader.map a191f2829eca4ea8 +27 71 1739743815285084483 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739743815285084483 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739743815285084483 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739743815285084483 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 76 1739743815328595414 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 76 1739743815328595414 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739743815345794000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739743815345794000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739743815345794000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739743815345794000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 3493 1739743815346214081 CMakeFiles/flash 8c6cb7f22bae77da +88 3493 1739743815346214081 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 71 1739744076638176614 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739744076638176614 bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739744076638176614 bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739744076638176614 bootloader/bootloader.map a191f2829eca4ea8 +27 71 1739744076638176614 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739744076638176614 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739744076638176614 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739744076638176614 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739744076681615984 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739744076681615984 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739744076700709000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739744076700709000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739744076700709000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739744076700709000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 122 1739744076637869953 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +122 144 1739744076732789433 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +144 2837 1739744079430490196 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +144 2837 1739744079430490196 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2837 3143 1739744079446299627 uart_async_rxtxtasks.elf 171a96b66ed82558 +3143 3234 1739744079842067216 .bin_timestamp 4cac782a2b5dc5fc +3143 3234 1739744079842067216 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3234 3262 1739744079842526909 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3234 3262 1739744079842526909 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744081604326443 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744081604326443 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739744081603993864 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744081603993864 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744081603993864 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744081603993864 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739744081603993864 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744081603993864 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744081603993864 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744081603993864 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 75 1739744081646451840 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 75 1739744081646451840 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739744081663397000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739744081663397000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739744081663397000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739744081663397000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3489 1739744081663819142 CMakeFiles/flash 8c6cb7f22bae77da +87 3489 1739744081663819142 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739744198023346552 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744198023346552 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744198023346552 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744198023346552 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739744198023346552 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744198023346552 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744198023346552 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744198023346552 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744198065918493 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744198065918493 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 90 1739744198084757000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739744198084757000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 90 1739744198084757000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739744198084757000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 116 1739744198023001897 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 133 1739744198111960692 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2640 1739744200619001148 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2640 1739744200619001148 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2640 2872 1739744200635059650 uart_async_rxtxtasks.elf 171a96b66ed82558 +2872 2971 1739744200965624280 .bin_timestamp 4cac782a2b5dc5fc +2872 2971 1739744200965624280 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2971 2999 1739744200966038391 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2971 2999 1739744200966038391 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744208071705211 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744208071705211 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739744208071366389 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744208071366389 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744208071366389 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744208071366389 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739744208071366389 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744208071366389 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744208071366389 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744208071366389 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744208114003792 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744208114003792 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739744208130995000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739744208130995000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739744208130995000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739744208130995000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3506 1739744208131409208 CMakeFiles/flash 8c6cb7f22bae77da +87 3506 1739744208131409208 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739744310957350893 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744310957350893 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744310957350893 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744310957350893 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739744310957350893 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744310957350893 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744310957350893 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744310957350893 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739744311000225127 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739744311000225127 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 89 1739744311018747000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 89 1739744311018747000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 89 1739744311018747000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 89 1739744311018747000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 116 1739744310957012446 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 133 1739744311045884601 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2708 1739744313621682650 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2708 1739744313621682650 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2708 2938 1739744313637325794 uart_async_rxtxtasks.elf 171a96b66ed82558 +2938 3027 1739744313956035019 .bin_timestamp 4cac782a2b5dc5fc +2938 3027 1739744313956035019 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3027 3055 1739744313956487254 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3027 3055 1739744313956487254 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744319552530041 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744319552530041 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 70 1739744319552192760 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744319552192760 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744319552192760 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744319552192760 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739744319552192760 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744319552192760 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744319552192760 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744319552192760 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744319594582552 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744319594582552 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739744319611607000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739744319611607000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739744319611607000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739744319611607000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 3506 1739744319612027719 CMakeFiles/flash 8c6cb7f22bae77da +88 3506 1739744319612027719 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 70 1739744398201098621 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744398201098621 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744398201098621 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744398201098621 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739744398201098621 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744398201098621 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744398201098621 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744398201098621 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744398244065810 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744398244065810 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739744398262799000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739744398262799000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739744398262799000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739744398262799000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 116 1739744398200769132 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 133 1739744398290204435 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2620 1739744400777862680 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2620 1739744400777862680 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2620 2840 1739744400793262457 uart_async_rxtxtasks.elf 171a96b66ed82558 +2840 2929 1739744401102663493 .bin_timestamp 4cac782a2b5dc5fc +2840 2929 1739744401102663493 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2929 2957 1739744401103118102 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2929 2957 1739744401103118102 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744403414158624 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744403414158624 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 69 1739744403413870550 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739744403413870550 bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739744403413870550 bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739744403413870550 bootloader/bootloader.map a191f2829eca4ea8 +27 69 1739744403413870550 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 69 1739744403413870550 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 69 1739744403413870550 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 69 1739744403413870550 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +69 75 1739744403456051766 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +69 75 1739744403456051766 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739744403473045000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739744403473045000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739744403473045000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739744403473045000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3496 1739744403473467434 CMakeFiles/flash 8c6cb7f22bae77da +87 3496 1739744403473467434 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 71 1739744573258488412 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739744573258488412 bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739744573258488412 bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739744573258488412 bootloader/bootloader.map a191f2829eca4ea8 +28 71 1739744573258488412 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739744573258488412 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739744573258488412 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739744573258488412 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739744573302100371 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739744573302100371 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739744573320900000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739744573320900000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739744573320900000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739744573320900000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 117 1739744573258144090 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 134 1739744573348085293 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +134 2644 1739744575859150922 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +134 2644 1739744575859150922 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2644 2865 1739744575874578698 uart_async_rxtxtasks.elf 171a96b66ed82558 +2865 2954 1739744576184496592 .bin_timestamp 4cac782a2b5dc5fc +2865 2954 1739744576184496592 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2954 2982 1739744576184944577 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2954 2982 1739744576184944577 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 60 1739744578349814108 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 60 1739744578349814108 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 70 1739744578349464911 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744578349464911 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744578349464911 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744578349464911 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739744578349464911 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744578349464911 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744578349464911 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744578349464911 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744578391853828 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744578391853828 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739744578408792000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739744578408792000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739744578408792000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739744578408792000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3486 1739744578409218373 CMakeFiles/flash 8c6cb7f22bae77da +87 3486 1739744578409218373 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739744726073654084 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744726073654084 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744726073654084 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744726073654084 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739744726073654084 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739744726073654084 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739744726073654084 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739744726073654084 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 76 1739744726116309159 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 76 1739744726116309159 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 90 1739744726135044000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739744726135044000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 90 1739744726135044000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739744726135044000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 116 1739744726073318929 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 132 1739744726161452192 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +132 2629 1739744728658824737 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +132 2629 1739744728658824737 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2629 2857 1739744728674620792 uart_async_rxtxtasks.elf 171a96b66ed82558 +2857 2952 1739744728997714037 .bin_timestamp 4cac782a2b5dc5fc +2857 2952 1739744728997714037 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2952 2980 1739744728998124190 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2952 2980 1739744728998124190 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 58 1739744730747293154 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 58 1739744730747293154 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739744730746951166 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744730746951166 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744730746951166 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744730746951166 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739744730746951166 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744730746951166 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744730746951166 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744730746951166 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744730789498494 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744730789498494 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739744730806545000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739744730806545000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739744730806545000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739744730806545000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3509 1739744730806970576 CMakeFiles/flash 8c6cb7f22bae77da +87 3509 1739744730806970576 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 71 1739744930218626319 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739744930218626319 bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739744930218626319 bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739744930218626319 bootloader/bootloader.map a191f2829eca4ea8 +28 71 1739744930218626319 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739744930218626319 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739744930218626319 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739744930218626319 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 78 1739744930262108407 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 78 1739744930262108407 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 91 1739744930281645000 CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739744930281645000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +78 91 1739744930281645000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739744930281645000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 118 1739744930218279080 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +118 135 1739744930308893177 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +135 2705 1739744932880287957 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +135 2705 1739744932880287957 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2705 2987 1739744932896250090 uart_async_rxtxtasks.elf 171a96b66ed82558 +2987 3083 1739744933273626187 .bin_timestamp 4cac782a2b5dc5fc +2987 3083 1739744933273626187 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3083 3111 1739744933274024507 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3083 3111 1739744933274024507 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744935698629484 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739744935698629484 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739744935698301036 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744935698301036 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744935698301036 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744935698301036 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739744935698301036 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739744935698301036 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739744935698301036 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739744935698301036 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739744935740672454 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739744935740672454 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739744935757931000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739744935757931000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739744935757931000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739744935757931000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 3506 1739744935758349696 CMakeFiles/flash 8c6cb7f22bae77da +88 3506 1739744935758349696 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 64 1739745484827267879 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 64 1739745484827267879 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739745484826929765 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739745484826929765 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739745484826929765 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739745484826929765 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739745484826929765 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739745484826929765 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739745484826929765 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739745484826929765 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739745484869811749 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739745484869811749 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 87 1739745484886445000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739745484886445000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 87 1739745484886445000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 87 1739745484886445000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 70 1739745512275938910 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739745512275938910 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739745512275938910 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739745512275938910 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739745512275938910 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739745512275938910 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739745512275938910 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739745512275938910 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739745512318470947 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739745512318470947 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739745512337386000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739745512337386000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739745512337386000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739745512337386000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 116 1739745512275594088 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 133 1739745512364632154 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2638 1739745514870491624 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2638 1739745514870491624 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2638 2898 1739745514886032771 uart_async_rxtxtasks.elf 171a96b66ed82558 +2898 2994 1739745515241982084 .bin_timestamp 4cac782a2b5dc5fc +2898 2994 1739745515241982084 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2994 3023 1739745515242464568 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2994 3023 1739745515242464568 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 70 1739745626665429572 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739745626665429572 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739745626665429572 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739745626665429572 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739745626665429572 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739745626665429572 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739745626665429572 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739745626665429572 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739745626708140395 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739745626708140395 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 90 1739745626726851000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739745626726851000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 90 1739745626726851000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 90 1739745626726851000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739745626665116374 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739745626752299919 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2711 1739745629333113717 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2711 1739745629333113717 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2711 2944 1739745629348638365 uart_async_rxtxtasks.elf 171a96b66ed82558 +2944 3043 1739745629680347822 .bin_timestamp 4cac782a2b5dc5fc +2944 3043 1739745629680347822 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3043 3071 1739745629680784515 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3043 3071 1739745629680784515 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 72 1739745639099766008 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 72 1739745639099766008 bootloader/bootloader.elf a191f2829eca4ea8 +27 72 1739745639099766008 bootloader/bootloader.bin a191f2829eca4ea8 +27 72 1739745639099766008 bootloader/bootloader.map a191f2829eca4ea8 +27 72 1739745639099766008 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 72 1739745639099766008 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 72 1739745639099766008 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 72 1739745639099766008 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 78 1739745639143911700 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 78 1739745639143911700 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 90 1739745639162268000 CMakeFiles/bootloader-complete a9152c78199b28f4 +78 90 1739745639162268000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +78 90 1739745639162268000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 90 1739745639162268000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +30 73 1739745650819811440 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +30 73 1739745650819811440 bootloader/bootloader.elf a191f2829eca4ea8 +30 73 1739745650819811440 bootloader/bootloader.bin a191f2829eca4ea8 +30 73 1739745650819811440 bootloader/bootloader.map a191f2829eca4ea8 +30 73 1739745650819811440 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +30 73 1739745650819811440 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +30 73 1739745650819811440 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +30 73 1739745650819811440 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +73 80 1739745650863348776 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +73 80 1739745650863348776 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +80 93 1739745650882147000 CMakeFiles/bootloader-complete a9152c78199b28f4 +80 93 1739745650882147000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +80 93 1739745650882147000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +80 93 1739745650882147000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +30 116 1739745650819466576 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +116 133 1739745650906227343 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2652 1739745653426211799 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2652 1739745653426211799 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2652 2890 1739745653441923232 uart_async_rxtxtasks.elf 171a96b66ed82558 +2890 2986 1739745653775905113 .bin_timestamp 4cac782a2b5dc5fc +2890 2986 1739745653775905113 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2987 3015 1739745653776314641 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2987 3015 1739745653776314641 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739745743195234335 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 58 1739745743195234335 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 71 1739745743194935970 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739745743194935970 bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739745743194935970 bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739745743194935970 bootloader/bootloader.map a191f2829eca4ea8 +27 71 1739745743194935970 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 71 1739745743194935970 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 71 1739745743194935970 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 71 1739745743194935970 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739745743238899626 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739745743238899626 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 89 1739745743256649000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 89 1739745743256649000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 89 1739745743256649000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 89 1739745743256649000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +89 3500 1739745743257073019 CMakeFiles/flash 8c6cb7f22bae77da +89 3500 1739745743257073019 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 73 1739745909981823445 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739745909981823445 bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739745909981823445 bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739745909981823445 bootloader/bootloader.map a191f2829eca4ea8 +28 73 1739745909981823445 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 73 1739745909981823445 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 73 1739745909981823445 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 73 1739745909981823445 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +73 79 1739745910027310800 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +73 79 1739745910027310800 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +79 91 1739745910044843000 CMakeFiles/bootloader-complete a9152c78199b28f4 +79 91 1739745910044843000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +79 91 1739745910044843000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +79 91 1739745910044843000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 250 1739745909981497623 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +250 273 1739745910203915940 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +273 2945 1739745912883371233 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +273 2945 1739745912883371233 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2945 3254 1739745912899017585 uart_async_rxtxtasks.elf 171a96b66ed82558 +3254 3347 1739745913300617289 .bin_timestamp 4cac782a2b5dc5fc +3254 3347 1739745913300617289 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3347 3375 1739745913301075066 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3347 3375 1739745913301075066 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3375 6777 1739745913329155169 CMakeFiles/flash 8c6cb7f22bae77da +3375 6777 1739745913329155169 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739746008751748154 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739746008751748154 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739746008751748154 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739746008751748154 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739746008751748154 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739746008751748154 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739746008751748154 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739746008751748154 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 77 1739746008794335689 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 77 1739746008794335689 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 89 1739746008812923000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 89 1739746008812923000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 89 1739746008812923000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 89 1739746008812923000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 70 1739746020955365975 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739746020955365975 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739746020955365975 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739746020955365975 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739746020955365975 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739746020955365975 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739746020955365975 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739746020955365975 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739746020997949284 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739746020997949284 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739746021016410000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739746021016410000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739746021016410000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739746021016410000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 114 1739746020955034737 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739746021042564665 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2649 1739746023562737736 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2649 1739746023562737736 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2649 2870 1739746023578518645 uart_async_rxtxtasks.elf 171a96b66ed82558 +2870 2959 1739746023888248833 .bin_timestamp 4cac782a2b5dc5fc +2870 2959 1739746023888248833 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2959 2988 1739746023888697045 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2959 2988 1739746023888697045 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2988 6405 1739746023916813156 CMakeFiles/flash 8c6cb7f22bae77da +2988 6405 1739746023916813156 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739746102728181608 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739746102728181608 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739746102728181608 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739746102728181608 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739746102728181608 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739746102728181608 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739746102728181608 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739746102728181608 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739746102770432964 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739746102770432964 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739746102789315000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739746102789315000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739746102789315000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739746102789315000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 117 1739746102727835909 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 133 1739746102817136404 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2646 1739746105330692181 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2646 1739746105330692181 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2646 2895 1739746105346424289 uart_async_rxtxtasks.elf 171a96b66ed82558 +2895 2994 1739746105693547393 .bin_timestamp 4cac782a2b5dc5fc +2895 2994 1739746105693547393 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2994 3022 1739746105693969048 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2994 3022 1739746105693969048 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3022 6425 1739746105722291392 CMakeFiles/flash 8c6cb7f22bae77da +3022 6425 1739746105722291392 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +29 72 1739746170238712302 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 72 1739746170238712302 bootloader/bootloader.elf a191f2829eca4ea8 +29 72 1739746170238712302 bootloader/bootloader.bin a191f2829eca4ea8 +29 72 1739746170238712302 bootloader/bootloader.map a191f2829eca4ea8 +29 72 1739746170238712302 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +29 72 1739746170238712302 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +29 72 1739746170238712302 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +29 72 1739746170238712302 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 79 1739746170281719732 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 79 1739746170281719732 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +79 92 1739746170300816000 CMakeFiles/bootloader-complete a9152c78199b28f4 +79 92 1739746170300816000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +79 92 1739746170300816000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +79 92 1739746170300816000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 117 1739746170238383395 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 134 1739746170326630190 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +134 2709 1739746172902912931 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +134 2709 1739746172902912931 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2709 2937 1739746172918435262 uart_async_rxtxtasks.elf 171a96b66ed82558 +2937 3026 1739746173235110601 .bin_timestamp 4cac782a2b5dc5fc +2937 3026 1739746173235110601 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3026 3055 1739746173235575921 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3026 3055 1739746173235575921 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3055 6473 1739746173264055991 CMakeFiles/flash 8c6cb7f22bae77da +3055 6473 1739746173264055991 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 70 1739746250101161916 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739746250101161916 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739746250101161916 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739746250101161916 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739746250101161916 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739746250101161916 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739746250101161916 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739746250101161916 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739746250144213803 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739746250144213803 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739746250162765000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739746250162765000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739746250162765000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739746250162765000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739746250100787178 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739746250188868141 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2645 1739746252703248437 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2645 1739746252703248437 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2645 2873 1739746252719228086 uart_async_rxtxtasks.elf 171a96b66ed82558 +2873 2962 1739746253035652216 .bin_timestamp 4cac782a2b5dc5fc +2873 2962 1739746253035652216 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2962 2990 1739746253036081120 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2962 2990 1739746253036081120 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2990 6407 1739746253063939375 CMakeFiles/flash 8c6cb7f22bae77da +2990 6407 1739746253063939375 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 59 1739746344735576165 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 59 1739746344735576165 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +27 70 1739746344735246966 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739746344735246966 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739746344735246966 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739746344735246966 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739746344735246966 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739746344735246966 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739746344735246966 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739746344735246966 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 75 1739746344777853241 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 75 1739746344777853241 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +75 87 1739746344794858000 CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739746344794858000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +75 87 1739746344794858000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +75 87 1739746344794858000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 3656 1739746344795274223 CMakeFiles/flash 8c6cb7f22bae77da +87 3656 1739746344795274223 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +33 83 1739747082176857348 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 83 1739747082176857348 bootloader/bootloader.elf a191f2829eca4ea8 +33 83 1739747082176857348 bootloader/bootloader.bin a191f2829eca4ea8 +33 83 1739747082176857348 bootloader/bootloader.map a191f2829eca4ea8 +33 83 1739747082176857348 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 83 1739747082176857348 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +33 83 1739747082176857348 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +33 83 1739747082176857348 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +83 90 1739747082227708127 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +83 90 1739747082227708127 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +90 102 1739747082246327000 CMakeFiles/bootloader-complete a9152c78199b28f4 +90 102 1739747082246327000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +90 102 1739747082246327000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +90 102 1739747082246327000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +32 264 1739747082176331489 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +264 288 1739747082408223424 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +288 2993 1739747085121507139 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +288 2993 1739747085121507139 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2993 3310 1739747085137403291 uart_async_rxtxtasks.elf 171a96b66ed82558 +3310 3402 1739747085545228119 .bin_timestamp 4cac782a2b5dc5fc +3310 3402 1739747085545228119 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3402 3430 1739747085545696855 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3402 3430 1739747085545696855 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3430 7009 1739747085574199507 CMakeFiles/flash 8c6cb7f22bae77da +3430 7009 1739747085574199507 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +32 84 1739747600938858105 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739747600938858105 bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739747600938858105 bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739747600938858105 bootloader/bootloader.map a191f2829eca4ea8 +32 84 1739747600938858105 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +32 84 1739747600938858105 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +32 84 1739747600938858105 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +32 84 1739747600938858105 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +84 90 1739747600990709354 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +84 90 1739747600990709354 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +90 103 1739747601009280000 CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739747601009280000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +90 103 1739747601009280000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +90 103 1739747601009280000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +31 261 1739747600938323829 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +261 287 1739747601168062037 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +287 2983 1739747603874501247 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +287 2983 1739747603874501247 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2983 3292 1739747603890131698 uart_async_rxtxtasks.elf 171a96b66ed82558 +3292 3384 1739747604290077886 .bin_timestamp 4cac782a2b5dc5fc +3292 3384 1739747604290077886 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3384 3412 1739747604290503415 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3384 3412 1739747604290503415 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3412 6989 1739747604318664952 CMakeFiles/flash 8c6cb7f22bae77da +3412 6989 1739747604318664952 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +33 82 1739747800345501308 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 82 1739747800345501308 bootloader/bootloader.elf a191f2829eca4ea8 +33 82 1739747800345501308 bootloader/bootloader.bin a191f2829eca4ea8 +33 82 1739747800345501308 bootloader/bootloader.map a191f2829eca4ea8 +33 82 1739747800345501308 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 82 1739747800345501308 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +33 82 1739747800345501308 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +33 82 1739747800345501308 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +82 88 1739747800394818007 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +82 88 1739747800394818007 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +88 101 1739747800413562000 CMakeFiles/bootloader-complete a9152c78199b28f4 +88 101 1739747800413562000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 101 1739747800413562000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +88 101 1739747800413562000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +32 261 1739747800345148443 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +261 283 1739747800573686062 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +283 2967 1739747803264613233 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +283 2967 1739747803264613233 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2967 3276 1739747803280306933 uart_async_rxtxtasks.elf 171a96b66ed82558 +3276 3370 1739747803682003526 .bin_timestamp 4cac782a2b5dc5fc +3276 3370 1739747803682003526 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3370 3398 1739747803682444138 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3370 3398 1739747803682444138 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3398 6815 1739747803710556052 CMakeFiles/flash 8c6cb7f22bae77da +3398 6815 1739747803710556052 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 59 1739747824658546028 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 59 1739747824658546028 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 71 1739747824658178664 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739747824658178664 bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739747824658178664 bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739747824658178664 bootloader/bootloader.map a191f2829eca4ea8 +28 71 1739747824658178664 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 71 1739747824658178664 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 71 1739747824658178664 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 71 1739747824658178664 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 76 1739747824700842395 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 76 1739747824700842395 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739747824717885000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739747824717885000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739747824717885000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739747824717885000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 60 1739747851093581717 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 60 1739747851093581717 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +28 70 1739747851093226394 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739747851093226394 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739747851093226394 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739747851093226394 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739747851093226394 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739747851093226394 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739747851093226394 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739747851093226394 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739747851135859543 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739747851135859543 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 88 1739747851152939000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739747851152939000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 88 1739747851152939000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 88 1739747851152939000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +88 3517 1739747851153355564 CMakeFiles/flash 8c6cb7f22bae77da +88 3517 1739747851153355564 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +33 81 1739748345419469448 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 81 1739748345419469448 bootloader/bootloader.elf a191f2829eca4ea8 +33 81 1739748345419469448 bootloader/bootloader.bin a191f2829eca4ea8 +33 81 1739748345419469448 bootloader/bootloader.map a191f2829eca4ea8 +33 81 1739748345419469448 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +33 81 1739748345419469448 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +33 81 1739748345419469448 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +33 81 1739748345419469448 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +81 87 1739748345467572753 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +81 87 1739748345467572753 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +87 100 1739748345486141000 CMakeFiles/bootloader-complete a9152c78199b28f4 +87 100 1739748345486141000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +87 100 1739748345486141000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +87 100 1739748345486141000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +32 251 1739748345419071956 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +251 274 1739748345638205089 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +274 2952 1739748348323120655 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +274 2952 1739748348323120655 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2952 3260 1739748348338827110 uart_async_rxtxtasks.elf 171a96b66ed82558 +3260 3354 1739748348740090281 .bin_timestamp 4cac782a2b5dc5fc +3260 3354 1739748348740090281 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3354 3382 1739748348740529397 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3354 3382 1739748348740529397 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3382 6951 1739748348768658619 CMakeFiles/flash 8c6cb7f22bae77da +3382 6951 1739748348768658619 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +30 78 1739748390354663698 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +30 78 1739748390354663698 bootloader/bootloader.elf a191f2829eca4ea8 +30 78 1739748390354663698 bootloader/bootloader.bin a191f2829eca4ea8 +30 78 1739748390354663698 bootloader/bootloader.map a191f2829eca4ea8 +30 78 1739748390354663698 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +30 78 1739748390354663698 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +30 78 1739748390354663698 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +30 78 1739748390354663698 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +78 84 1739748390402962082 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 84 1739748390402962082 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +84 98 1739748390423028000 CMakeFiles/bootloader-complete a9152c78199b28f4 +84 98 1739748390423028000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +84 98 1739748390423028000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +84 98 1739748390423028000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +29 141 1739748390354130666 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +141 158 1739748390466010106 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +158 2801 1739748393110556847 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +158 2801 1739748393110556847 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2801 3097 1739748393126074264 uart_async_rxtxtasks.elf 171a96b66ed82558 +3097 3188 1739748393512213719 .bin_timestamp 4cac782a2b5dc5fc +3097 3188 1739748393512213719 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3188 3216 1739748393512657252 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3188 3216 1739748393512657252 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3216 6634 1739748393540857722 CMakeFiles/flash 8c6cb7f22bae77da +3216 6634 1739748393540857722 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739748413105769581 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739748413105769581 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739748413105769581 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739748413105769581 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739748413105769581 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739748413105769581 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739748413105769581 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739748413105769581 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +71 77 1739748413148154035 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +71 77 1739748413148154035 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +77 90 1739748413166880000 CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739748413166880000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +77 90 1739748413166880000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +77 90 1739748413166880000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 70 1739748422668405868 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739748422668405868 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739748422668405868 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739748422668405868 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739748422668405868 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739748422668405868 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739748422668405868 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739748422668405868 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739748422710645075 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739748422710645075 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739748422729449000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739748422729449000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739748422729449000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739748422729449000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 116 1739748422668068583 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 133 1739748422757020287 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +133 2644 1739748425269120557 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +133 2644 1739748425269120557 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2644 2869 1739748425284495810 uart_async_rxtxtasks.elf 171a96b66ed82558 +2869 2969 1739748425609299917 .bin_timestamp 4cac782a2b5dc5fc +2869 2969 1739748425609299917 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2969 2997 1739748425609703909 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2969 2997 1739748425609703909 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2997 6409 1739748425637846006 CMakeFiles/flash 8c6cb7f22bae77da +2997 6409 1739748425637846006 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +28 70 1739748460692372983 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739748460692372983 bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739748460692372983 bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739748460692372983 bootloader/bootloader.map a191f2829eca4ea8 +28 70 1739748460692372983 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 70 1739748460692372983 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 70 1739748460692372983 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 70 1739748460692372983 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739748460734772062 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739748460734772062 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739748460753003000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739748460753003000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739748460753003000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739748460753003000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 72 1739748470160671959 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 72 1739748470160671959 bootloader/bootloader.elf a191f2829eca4ea8 +28 72 1739748470160671959 bootloader/bootloader.bin a191f2829eca4ea8 +28 72 1739748470160671959 bootloader/bootloader.map a191f2829eca4ea8 +28 72 1739748470160671959 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +28 72 1739748470160671959 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +28 72 1739748470160671959 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +28 72 1739748470160671959 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +72 78 1739748470204349180 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +72 78 1739748470204349180 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +78 91 1739748470223283000 CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739748470223283000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +78 91 1739748470223283000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +78 91 1739748470223283000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +28 117 1739748470160360632 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +117 134 1739748470249814118 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +134 2716 1739748472832355690 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +134 2716 1739748472832355690 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2716 2951 1739748472848323723 uart_async_rxtxtasks.elf 171a96b66ed82558 +2951 3049 1739748473181055098 .bin_timestamp 4cac782a2b5dc5fc +2951 3049 1739748473181055098 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +3049 3078 1739748473181467007 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3049 3078 1739748473181467007 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +3078 6483 1739748473210524336 CMakeFiles/flash 8c6cb7f22bae77da +3078 6483 1739748473210524336 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da +27 70 1739748564026031333 bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739748564026031333 bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739748564026031333 bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739748564026031333 bootloader/bootloader.map a191f2829eca4ea8 +27 70 1739748564026031333 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build a191f2829eca4ea8 +27 70 1739748564026031333 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf a191f2829eca4ea8 +27 70 1739748564026031333 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin a191f2829eca4ea8 +27 70 1739748564026031333 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map a191f2829eca4ea8 +70 76 1739748564068412287 bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +70 76 1739748564068412287 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install d2f2f945cae54952 +76 89 1739748564087172000 CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739748564087172000 bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +76 89 1739748564087172000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete a9152c78199b28f4 +76 89 1739748564087172000 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done a9152c78199b28f4 +27 115 1739748564025729755 esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj a1dd7a42f8f6a4ed +115 131 1739748564113815142 esp-idf/main/libmain.a 228a5c9a9f4c14c1 +131 2645 1739748566628296367 esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +131 2645 1739748566628296367 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld ee842cee1484d491 +2645 2864 1739748566643861825 uart_async_rxtxtasks.elf 171a96b66ed82558 +2864 2953 1739748566951720959 .bin_timestamp 4cac782a2b5dc5fc +2864 2953 1739748566951720959 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp 4cac782a2b5dc5fc +2953 2981 1739748566952170909 esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2953 2981 1739748566952170909 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size 9447162ba7c03839 +2981 6403 1739748566980016969 CMakeFiles/flash 8c6cb7f22bae77da +2981 6403 1739748566980016969 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash 8c6cb7f22bae77da diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 0000000..d1f1160 --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,620 @@ +# This is the CMakeCache file. +# For build in directory: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build +# It was generated by CMake: /opt/homebrew/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//No help, variable specified on the command line. +CCACHE_ENABLE:UNINITIALIZED=0 + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib + +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib + +//C++ Compiler Base Flags +CMAKE_CXX_FLAGS:STRING='-march=rv32imac_zicsr_zifencei ' + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib + +//C Compiler Base Flags +CMAKE_C_FLAGS:STRING='-march=rv32imac_zicsr_zifencei ' + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Linker Base Flags +CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs ' + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of build database during the build. +CMAKE_EXPORT_BUILD_DATABASE:BOOL= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/opt/homebrew/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=uart_async_rxtxtasks + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=3.6.2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=3 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=6 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Disable package configuration, target export and installation +DISABLE_PACKAGE_CONFIG_AND_INSTALL:BOOL=ON + +//Build Mbed TLS programs. +ENABLE_PROGRAMS:BOOL= + +//Build Mbed TLS tests. +ENABLE_TESTING:BOOL= + +//No help, variable specified on the command line. +ESP_PLATFORM:UNINITIALIZED=1 + +//Generate the auto-generated files as needed +GEN_FILES:BOOL= + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/opt/homebrew/bin/git + +//IDF Build Target +IDF_TARGET:STRING=esp32c6 + +//IDF Build Toolchain Type +IDF_TOOLCHAIN:STRING=gcc + +//Install Mbed TLS headers. +INSTALL_MBEDTLS_HEADERS:BOOL=ON + +//Explicitly link Mbed TLS library to pthread. +LINK_WITH_PTHREAD:BOOL=OFF + +//Explicitly link Mbed TLS library to trusted_storage. +LINK_WITH_TRUSTED_STORAGE:BOOL=OFF + +//Mbed TLS config file (overrides default). +MBEDTLS_CONFIG_FILE:FILEPATH= + +//Compiler warnings treated as errors +MBEDTLS_FATAL_WARNINGS:BOOL=ON + +//Mbed TLS user config file (appended to default). +MBEDTLS_USER_CONFIG_FILE:FILEPATH= + +//Value Computed by CMake +Mbed TLS_BINARY_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls + +//Value Computed by CMake +Mbed TLS_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Mbed TLS_SOURCE_DIR:STATIC=/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls + +//No help, variable specified on the command line. +PYTHON:UNINITIALIZED=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python + +//No help, variable specified on the command line. +PYTHON_DEPS_CHECKED:UNINITIALIZED=1 + +//Allow unsafe builds. These builds ARE NOT SECURE. +UNSAFE_BUILD:BOOL=OFF + +//Build Mbed TLS shared library. +USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF + +//Build Mbed TLS static library. +USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON + +//Value Computed by CMake +esp-idf_BINARY_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf + +//Value Computed by CMake +esp-idf_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +esp-idf_SOURCE_DIR:STATIC=/Users/james/Development/psionrevo/esp/esp-idf + +//Dependencies for the target +everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv; + +//Dependencies for the target +mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;everest;general;p256m;general;idf::esp_security;general;idf::esp_mm; + +//Dependencies for the target +mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedx509; + +//Dependencies for the target +mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedcrypto; + +//Dependencies for the target +p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv; + +//Value Computed by CMake +uart_async_rxtxtasks_BINARY_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + +//Value Computed by CMake +uart_async_rxtxtasks_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +uart_async_rxtxtasks_SOURCE_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=5 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE +CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=116 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/opt/homebrew/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS +C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1 +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/opt/homebrew/bin/git][v2.48.1()] +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python][cfound components: Interpreter ][v3.13.2()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +//Compiler reason failure +_Python3_Compiler_REASON_FAILURE:INTERNAL= +//Development reason failure +_Python3_Development_REASON_FAILURE:INTERNAL= +_Python3_EXECUTABLE:INTERNAL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;13;2;32;64;;;abi3;/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/lib/python3.13;/Users/james/.espressif/python_env/idf5.4_py3.13_env/lib/python3.13;/Users/james/.espressif/python_env/idf5.4_py3.13_env/lib/python3.13/site-packages;/Users/james/.espressif/python_env/idf5.4_py3.13_env/lib/python3.13/site-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=2e66949daf14884fb16a94f49594a189 +//NumPy reason failure +_Python3_NumPy_REASON_FAILURE:INTERNAL= + diff --git a/build/CMakeFiles/3.31.5/CMakeASMCompiler.cmake b/build/CMakeFiles/3.31.5/CMakeASMCompiler.cmake new file mode 100644 index 0000000..7a4ce60 --- /dev/null +++ b/build/CMakeFiles/3.31.5/CMakeASMCompiler.cmake @@ -0,0 +1,29 @@ +set(CMAKE_ASM_COMPILER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_ASM_COMPILER_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + +set(CMAKE_ASM_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/build/CMakeFiles/3.31.5/CMakeCCompiler.cmake b/build/CMakeFiles/3.31.5/CMakeCCompiler.cmake new file mode 100644 index 0000000..2e2ae52 --- /dev/null +++ b/build/CMakeFiles/3.31.5/CMakeCCompiler.cmake @@ -0,0 +1,82 @@ +set(CMAKE_C_COMPILER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "14.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_C_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + + +set(CMAKE_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_C_COMPILER_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "NOTFOUND") +set(CMAKE_C_COMPILER_LINKER_ID "") +set(CMAKE_C_COMPILER_LINKER_VERSION ) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.31.5/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.31.5/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..08a8059 --- /dev/null +++ b/build/CMakeFiles/3.31.5/CMakeCXXCompiler.cmake @@ -0,0 +1,106 @@ +set(CMAKE_CXX_COMPILER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + +set(CMAKE_CXX_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + + +set(CMAKE_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_CXX_COMPILER_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/build/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..cfc3f03 Binary files /dev/null and b/build/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..7891411 Binary files /dev/null and b/build/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/3.31.5/CMakeSystem.cmake b/build/CMakeFiles/3.31.5/CMakeSystem.cmake new file mode 100644 index 0000000..6cf9870 --- /dev/null +++ b/build/CMakeFiles/3.31.5/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Darwin-23.6.0") +set(CMAKE_HOST_SYSTEM_NAME "Darwin") +set(CMAKE_HOST_SYSTEM_VERSION "23.6.0") +set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64") + +include("/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake") + +set(CMAKE_SYSTEM "Generic") +set(CMAKE_SYSTEM_NAME "Generic") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.31.5/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.31.5/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..8d8bb03 --- /dev/null +++ b/build/CMakeFiles/3.31.5/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/CMakeFiles/3.31.5/CompilerIdC/a.out b/build/CMakeFiles/3.31.5/CompilerIdC/a.out new file mode 100755 index 0000000..5d6b01d Binary files /dev/null and b/build/CMakeFiles/3.31.5/CompilerIdC/a.out differ diff --git a/build/CMakeFiles/3.31.5/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.31.5/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..da6c824 --- /dev/null +++ b/build/CMakeFiles/3.31.5/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/CMakeFiles/3.31.5/CompilerIdCXX/a.out b/build/CMakeFiles/3.31.5/CompilerIdCXX/a.out new file mode 100755 index 0000000..54c700a Binary files /dev/null and b/build/CMakeFiles/3.31.5/CompilerIdCXX/a.out differ diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..3e27f9f --- /dev/null +++ b/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,606 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + The target system is: Generic - - + The host system is: Darwin - 23.6.0 - arm64 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Build flags: -march=rv32imac_zicsr_zifencei + Id flags: + + The output was: + 0 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/3.31.5/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Build flags: -march=rv32imac_zicsr_zifencei + Id flags: + + The output was: + 0 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/3.31.5/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1237 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + riscv32-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 + Copyright (C) 2024 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-0pUL37" + binary: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-0pUL37" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imac_zicsr_zifencei " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake;/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-0pUL37' + + Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_3b74d + [1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_3b74d.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3b74d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccOPk6wa.s + GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version Debian Clang 11.0.1, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: 355c689fdbec0c7ff41056f2865da6bc + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_3b74d.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccOPk6wa.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.' + [2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj -o cmTC_3b74d && : + Using built-in specs. + Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_3b74d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_3b74d.' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccJY8JzG.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_3b74d -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_3b74d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_3b74d.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-0pUL37'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_3b74d] + ignore line: [[1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_3b74d.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3b74d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccOPk6wa.s] + ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version Debian Clang 11.0.1 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 355c689fdbec0c7ff41056f2865da6bc] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_3b74d.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccOPk6wa.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj -o cmTC_3b74d && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_3b74d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_3b74d.'] + link line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccJY8JzG.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_3b74d -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccJY8JzG.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_3b74d] ==> ignore + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_3b74d.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_3b74d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_3b74d.'] + ignore line: [] + ignore line: [] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-KMUBn1" + binary: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-KMUBn1" + cmakeVariables: + CMAKE_CXX_FLAGS: "-march=rv32imac_zicsr_zifencei " + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake;/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-KMUBn1' + + Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_09fa5 + [1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_09fa5.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_09fa5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccK0D1uS.s + GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version Debian Clang 11.0.1, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: 6e49372a1109dc465056ef40790c161d + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_09fa5.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccK0D1uS.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_09fa5 && : + Using built-in specs. + Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_09fa5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_09fa5.' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//cc35P9p8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_09fa5 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_09fa5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_09fa5.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-KMUBn1'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_09fa5] + ignore line: [[1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_09fa5.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_09fa5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccK0D1uS.s] + ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version Debian Clang 11.0.1 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 6e49372a1109dc465056ef40790c161d] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_09fa5.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccK0D1uS.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_09fa5 && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_09fa5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_09fa5.'] + link line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//cc35P9p8.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_09fa5 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//cc35P9p8.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_09fa5] ==> ignore + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_09fa5.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_09fa5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_09fa5.'] + ignore line: [] + ignore line: [] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/opt/homebrew/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-Uq4LqS" + binary: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-Uq4LqS" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imac_zicsr_zifencei " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake;/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-Uq4LqS' + + Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_9c939 + [1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCMAKE_HAVE_LIBC_PTHREAD -march=rv32imac_zicsr_zifencei -o CMakeFiles/cmTC_9c939.dir/src.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-Uq4LqS/src.c + [2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_9c939.dir/src.c.obj -o cmTC_9c939 && : + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: CMakeFiles/cmTC_9c939.dir/src.c.obj: in function `main': + src.c:(.text+0x6e): warning: pthread_atfork is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x50): warning: pthread_cancel is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x34): warning: pthread_create is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x42): warning: pthread_detach is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x78): warning: pthread_exit is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x60): warning: pthread_join is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:219 (CHECK_C_COMPILER_FLAG)" + checks: + - "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" + directories: + source: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-a84z3P" + binary: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-a84z3P" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake;/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" + cached: true + stdout: | + Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-a84z3P' + + Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_494a2 + [1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_494a2.dir/src.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/CMakeScratch/TryCompile-a84z3P/src.c + [2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_494a2.dir/src.c.obj -o cmTC_494a2 && : + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + + exitCode: 0 +... diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..3a2d1bb --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,828 @@ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/menuconfig.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/confserver.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/save-defconfig.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/gen_project_binary.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/app.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/erase_flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/merge-bin.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/monitor.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/encrypted-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/_project_elf_src.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/uart_async_rxtxtasks.elf.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/size.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/size-files.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/size-components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/uf2.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/uf2-app.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/partition-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/__idf_hal.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/__idf_log.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/__idf_console.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/__idf_json.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/__idf_rt.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/__idf_main.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/list_install_components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/install.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/install/local.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/build/CMakeFiles/bootloader-complete b/build/CMakeFiles/bootloader-complete new file mode 100644 index 0000000..e69de29 diff --git a/build/CMakeFiles/bootloader.dir/Labels.json b/build/CMakeFiles/bootloader.dir/Labels.json new file mode 100644 index 0000000..b1a028f --- /dev/null +++ b/build/CMakeFiles/bootloader.dir/Labels.json @@ -0,0 +1,43 @@ +{ + "sources" : + [ + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + }, + { + "file" : "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + } + ], + "target" : + { + "labels" : + [ + "bootloader" + ], + "name" : "bootloader" + } +} \ No newline at end of file diff --git a/build/CMakeFiles/bootloader.dir/Labels.txt b/build/CMakeFiles/bootloader.dir/Labels.txt new file mode 100644 index 0000000..2c6fee4 --- /dev/null +++ b/build/CMakeFiles/bootloader.dir/Labels.txt @@ -0,0 +1,13 @@ +# Target labels + bootloader +# Source files and their labels +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/build/CMakeFiles/clean_additional.cmake b/build/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..35fcea8 --- /dev/null +++ b/build/CMakeFiles/clean_additional.cmake @@ -0,0 +1,24 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") + file(REMOVE_RECURSE + "bootloader/bootloader.bin" + "bootloader/bootloader.elf" + "bootloader/bootloader.map" + "config/sdkconfig.cmake" + "config/sdkconfig.h" + "esp-idf/esptool_py/flasher_args.json.in" + "esp-idf/mbedtls/x509_crt_bundle" + "flash_app_args" + "flash_bootloader_args" + "flash_project_args" + "flasher_args.json" + "ldgen_libraries" + "ldgen_libraries.in" + "project_elf_src_esp32c6.c" + "uart_async_rxtxtasks.bin" + "uart_async_rxtxtasks.map" + "x509_crt_bundle.S" + ) +endif() diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/git-data/HEAD b/build/CMakeFiles/git-data/HEAD new file mode 100644 index 0000000..59a6bf6 --- /dev/null +++ b/build/CMakeFiles/git-data/HEAD @@ -0,0 +1 @@ +67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/build/CMakeFiles/git-data/grabRef.cmake b/build/CMakeFiles/git-data/grabRef.cmake new file mode 100644 index 0000000..e45f7ee --- /dev/null +++ b/build/CMakeFiles/git-data/grabRef.cmake @@ -0,0 +1,50 @@ +# +# Internal file for GetGitRevisionDescription.cmake +# +# Requires CMake 2.6 or newer (uses the 'function' command) +# +# Original Author: +# 2009-2010 Ryan Pavlik +# http://academic.cleardefinition.com +# Iowa State University HCI Graduate Program/VRAC +# +# Copyright Iowa State University 2009-2010. +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +set(HEAD_HASH) + +file(READ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) + +string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) +set(GIT_DIR "/Users/james/Development/psionrevo/esp/esp-idf/.git") +# handle git-worktree +if(EXISTS "${GIT_DIR}/commondir") + file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) + string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW) + if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}") + get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE) + endif() + if(EXISTS "${GIT_DIR_NEW}") + set(GIT_DIR "${GIT_DIR_NEW}") + endif() +endif() +if(HEAD_CONTENTS MATCHES "ref") + # named branch + string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") + if(EXISTS "${GIT_DIR}/${HEAD_REF}") + configure_file("${GIT_DIR}/${HEAD_REF}" "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/git-data/head-ref" COPYONLY) + elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/git-data/head-ref" COPYONLY) + set(HEAD_HASH "${HEAD_REF}") + endif() +else() + # detached HEAD + configure_file("${GIT_DIR}/HEAD" "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/git-data/head-ref" COPYONLY) +endif() + +if(NOT HEAD_HASH) + file(READ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + string(STRIP "${HEAD_HASH}" HEAD_HASH) +endif() diff --git a/build/CMakeFiles/git-data/head-ref b/build/CMakeFiles/git-data/head-ref new file mode 100644 index 0000000..59a6bf6 --- /dev/null +++ b/build/CMakeFiles/git-data/head-ref @@ -0,0 +1 @@ +67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/build/CMakeFiles/rules.ninja b/build/CMakeFiles/rules.ninja new file mode 100644 index 0000000..e6abc42 --- /dev/null +++ b/build/CMakeFiles/rules.ninja @@ -0,0 +1,1832 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.31 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: uart_async_rxtxtasks +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__uart_async_rxtxtasks.2eelf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uart_async_rxtxtasks.2eelf_ + command = $PRE_LINK && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_riscv_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_riscv_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_riscv_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_gpio_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_pm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_mbedtls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_mbedtls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__everest_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__everest_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__p256m_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__p256m_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedcrypto_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedx509_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedx509_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedtls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedtls_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_app_format_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_bootloader_format_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_app_update_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_app_update_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_partition_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_efuse_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_efuse_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_bootloader_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_mm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spi_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_system_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_common_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_rom_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_hal_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_hal_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_log_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_log_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_heap_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_heap_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_soc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_soc_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_security_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_security_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_esp_hw_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hw_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_freertos_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_freertos_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_freertos_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_newlib_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_newlib_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_pthread_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_pthread_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_cxx_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_cxx_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_timer_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_gptimer_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gptimer_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_ringbuf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_uart_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_app_trace_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_app_trace_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_event_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_event_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_nvs_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_nvs_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_pcnt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_pcnt_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_spi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_mcpwm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_mcpwm_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_i2s_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2s_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_sdmmc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_sdspi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdspi_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_sdio_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdio_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_rmt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_tsens_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_sdm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_i2c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_ledc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_parlio_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_parlio_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_driver_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_driver_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_phy_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_vfs_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_vfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_vfs_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_lwip_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_lwip_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_netif_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wpa_supplicant_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_coex_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_wifi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_unity_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_unity_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_cmock_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_cmock_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_console_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_http_parser_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_http_parser_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp-tls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_adc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_cam_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_eth_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_gdbstub_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hid_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_tcp_transport_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_client_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_ota_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_lcd_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protobuf-c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protocomm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protocomm_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_local_ctrl_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_espcoredump_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_wear_levelling_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_fatfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_fatfs_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_ieee802154_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_ieee802154_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_json_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_json_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_mqtt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_mqtt_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_nvs_sec_provider_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_rt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_rt_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spiffs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spiffs_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wifi_provisioning_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_main_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_main_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /opt/homebrew/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/homebrew/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/homebrew/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj b/build/CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj new file mode 100644 index 0000000..8475fc3 Binary files /dev/null and b/build/CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj differ diff --git a/build/app-flash_args b/build/app-flash_args new file mode 100644 index 0000000..c6ed2a5 --- /dev/null +++ b/build/app-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x10000 uart_async_rxtxtasks.bin diff --git a/build/bootloader-flash_args b/build/bootloader-flash_args new file mode 100644 index 0000000..0837e62 --- /dev/null +++ b/build/bootloader-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x0 bootloader/bootloader.bin diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure b/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-done b/build/bootloader-prefix/src/bootloader-stamp/bootloader-done new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-download b/build/bootloader-prefix/src/bootloader-stamp/bootloader-download new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir b/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch b/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt b/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt new file mode 100644 index 0000000..53e1e1e --- /dev/null +++ b/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt @@ -0,0 +1,6 @@ +# This is a generated file and its contents are an internal implementation detail. +# The update step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command= +work_dir= diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt b/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt new file mode 100644 index 0000000..576889d --- /dev/null +++ b/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt @@ -0,0 +1,9 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=source_dir +command= +source_dir=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject +work_dir= + diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-update b/build/bootloader-prefix/src/bootloader-stamp/bootloader-update new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt b/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt new file mode 100644 index 0000000..31617d1 --- /dev/null +++ b/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt @@ -0,0 +1,7 @@ +# This is a generated file and its contents are an internal implementation detail. +# The patch step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command (connected)= +command (disconnected)= +work_dir= diff --git a/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt b/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt new file mode 100644 index 0000000..b0fbde1 --- /dev/null +++ b/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt @@ -0,0 +1 @@ +cmd='/opt/homebrew/bin/cmake;-DSDKCONFIG=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig;-DIDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf;-DIDF_TARGET=esp32c6;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-DEXTRA_COMPONENT_DIRS=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;;-B;' diff --git a/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake b/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake new file mode 100644 index 0000000..eef93d3 --- /dev/null +++ b/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake @@ -0,0 +1,27 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an +# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it +# would cause a fatal error, even though it would be a no-op. +if(NOT EXISTS "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject") + file(MAKE_DIRECTORY "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject") +endif() +file(MAKE_DIRECTORY + "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader" + "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix" + "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/tmp" + "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp" + "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src" + "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/build/bootloader/.bin_timestamp b/build/bootloader/.bin_timestamp new file mode 100644 index 0000000..aa144da --- /dev/null +++ b/build/bootloader/.bin_timestamp @@ -0,0 +1 @@ +a48801422706fa842912d97107ccd196 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin diff --git a/build/bootloader/.ninja_deps b/build/bootloader/.ninja_deps new file mode 100644 index 0000000..87b347d Binary files /dev/null and b/build/bootloader/.ninja_deps differ diff --git a/build/bootloader/.ninja_log b/build/bootloader/.ninja_log new file mode 100644 index 0000000..5e96e8b --- /dev/null +++ b/build/bootloader/.ninja_log @@ -0,0 +1,306 @@ +# ninja log v6 +7 39 1739725011093795984 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +1307 1342 1739608241227086673 bootloader.elf 40e065ded5ee95e9 +1291 1307 1739608241211160355 esp-idf/main/libmain.a 5a1563c13699e8c5 +1232 1250 1739608241152520389 esp-idf/micro-ecc/libmicro-ecc.a b1adb6e78c3a272d +792 1232 1739608240712312554 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 59854bcdfb00ee01 +1107 1131 1739608241027335943 esp-idf/hal/libhal.a bfc2626d7fefaaa4 +1071 1089 1739608240991189933 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 183beb9c14d8c895 +1024 1071 1739608240944453447 esp-idf/bootloader_support/libbootloader_support.a 70111db0f35386cc +7 39 1739725011093795984 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +984 1040 1739608240904147853 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 1ffbbec74295330d +529 1024 1739608240448731845 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b296a2ba1279348b +972 1006 1739608240891908217 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj efb1a7a46b87ce19 +1250 1291 1739608241170249779 esp-idf/soc/libsoc.a c1e1f77a8d100de +941 997 1739608240860618564 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj ad64346fbf017107 +982 995 1739608240914904784 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/project_elf_src_esp32c6.c f89d7273ada74dd9 +928 982 1739608240847743655 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj f8a81b8a78aea275 +938 981 1739608240858164136 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj 105cf276a936c88d +314 473 1739608240234371882 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj e2b355834b5040de +921 973 1739608240841454091 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj e8e49e98e08856a9 +906 957 1739608240825813639 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj 6ee8f852925b6704 +906 950 1739608240826177295 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj b1083bceb0ea2d06 +59 129 1739608239979563579 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 386da773455b1a14 +902 939 1739608240822083125 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj f70ce2a7c5229618 +502 938 1739608240421719773 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 5f8139657c97510d +786 906 1739608240706276858 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 9db941f548a5f3a +188 238 1739608240108285129 esp-idf/esp_rom/libesp_rom.a 8cef98ed0be3ea56 +851 896 1739608240770717693 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj 8a2ca892866fdcbb +840 894 1739608240759935097 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj d5dc4ef47b044539 +847 886 1739608240767539580 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj f4f453bf412e026f +801 840 1739608240721045003 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj e25b3febcfb6beb0 +5 74 1739608239925192903 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 3680546d5baa3cf +728 802 1739608240648155836 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj f35d91aaa61c68b2 +98 149 1739608240018395383 esp-idf/log/liblog.a e34606dbafc570ce +695 799 1739608240614949989 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj fea6472feca26977 +703 795 1739608240623562858 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 331aaabd34e439d +642 786 1739608240561700405 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj cb21f71de52fc3d0 +800 847 1739608240719610420 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj e7e2ef63f5360df2 +887 921 1739608240806607335 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj 1e0534b9c956fe00 +86 168 1739608240006497737 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 2d0dc792ee8e247d +952 996 1739608240872276509 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj 238dbbbd9605ed +649 703 1739608240569394051 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj 9f9e51ea641c6d97 +1089 1107 1739608241009198940 esp-idf/spi_flash/libspi_flash.a cf80a86946363327 +637 695 1739608240557156248 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj 2234bfa4c979aa34 +894 940 1739608240814494226 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj e39572bd9c377eb5 +3 86 1739608239923368874 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 72a37373db4e7f29 +480 869 1739608240400118790 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 5fa2941d219d1a9a +597 640 1739608240517340556 esp-idf/esp_system/libesp_system.a cc3b5be26afb7cf1 +501 625 1739608240421372908 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj 469b644babcf0486 +538 642 1739608240458114108 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 97ad1212fc6a8847 +520 589 1739608240439840276 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj d8177cb18d28ea7c +382 457 1739608240301951249 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 735c45b774e91e65 +327 502 1739608240246758472 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj a261392735f6494e +605 715 1739608240525409608 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj e6e9c1ebb1c9fd97 +323 398 1739608240243512777 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj cd5ba9926b2d3e0d +640 688 1739608240560188533 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj 458b89ab1af961c0 +187 382 1739608240107487403 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj af460d3c8564d01e +869 906 1739608240789400513 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj b6e11ba5177d2a3 +238 327 1739608240158311975 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj ed25aeacdcdb156a +288 378 1739608240207970333 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj 48d06a5dae2638bd +981 1027 1739608240900737163 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj 2a60f816d5989373 +286 365 1739608240205663193 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj 1bc4b4f874db8b3b +164 325 1739608240083628195 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj c7a7f7093feb58b3 +543 597 1739608240463593570 esp-idf/esp_hw_support/libesp_hw_support.a 16b73031acb7f6e +1342 1436 1739608241355710184 .bin_timestamp bd9fce14b26f33b6 +105 163 1739608240024690863 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 4e6bcd7b47c6216e +253 323 1739608240173581522 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 9f2935dd6b7e9402 +75 208 1739608239995256488 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 74c798950b6fa68a +795 851 1739608240714780481 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 5cd01c09e8deda3f +625 688 1739608240545576051 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 39dfae461150a6e1 +258 314 1739608240178382171 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj a72d3521f68637ce +973 1030 1739608240893247886 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj fd9e75eebb8d2e9e +129 293 1739608240049370921 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj efc0505bc82e970c +934 972 1739608240853645437 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj b56b3649eb692bdf +460 605 1739608240380405917 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj d31c2a7df8b46c11 +398 477 1739608240318089811 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj cb6751d81e16f879 +365 501 1739608240284983545 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 80b41d73e9613c6b +589 649 1739608240508941931 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 89855fbbbb1e1248 +149 288 1739608240068808052 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj 973f3420fe594c91 +119 258 1739608240039092560 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj bf1a9186aac62899 +995 1024 1739608240915449434 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj 58f9d31e88ffe95d +457 529 1739608240377557752 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b86cd34814670cd8 +957 984 1739608240877432689 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj 4789db5d7ef17fd3 +741 902 1739608240660693671 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj bacfc49a89530a8 +4 188 1739608239923931357 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj cc4e31720a6c8d5 +293 392 1739608240213056349 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj a035d46daf61b60b +168 480 1739608240088293515 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj f7721dc0377f5a3b +493 674 1739608240412793080 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 853a9984a516d8b3 +325 637 1739608240245277141 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 650f9ca24691c5d3 +473 520 1739608240392813465 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b6644659819d918a +74 187 1739608239994274517 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj b86d7c8c87e0e337 +144 543 1739608240064318644 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj 423b1f563b46c4bf +242 285 1739608240162176611 esp-idf/esp_common/libesp_common.a b4f3c524bedd302e +875 928 1739608240795052845 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj 54bd199eac36e44b +1342 1436 1739608241355710184 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/.bin_timestamp bd9fce14b26f33b6 +378 492 1739608240298303274 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 61585331acd568f7 +3 94 1739608239923568368 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj d7beab00cecd5d96 +95 242 1739608240015147272 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj 3fe3a9dae75dde54 +208 253 1739608240127913504 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj 451822fee14c0e5 +59 144 1739608239979107759 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj d2ded917746dd0fb +896 934 1739608240816254507 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj d9f63947aa9d021b +802 843 1739608240721899269 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj b260bef82a85f206 +392 460 1739608240311920369 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj cecb7670edf7d711 +688 728 1739608240608469807 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj 38349822bd65ae9a +716 792 1739608240635708705 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj a427da2de09355a2 +688 738 1739608240607871199 esp-idf/efuse/libefuse.a c079fa329c46d3d3 +4 58 1739608239924047312 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 348525106bc0737 +939 985 1739608240858779577 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj c255ec11d46ad94 +4 98 1739608239923691073 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 5bdf8085b5d68b08 +674 741 1739608240594336185 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj ba0b51cc4b407c00 +738 801 1739608240658220745 esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj 1bb4af04ea7d478d +5 59 1739608239925046157 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 3e43a57a241af2bd +477 538 1739608240397199793 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj 2dffefbb5a839ae7 +982 995 1739608240914904784 project_elf_src_esp32c6.c f89d7273ada74dd9 +843 875 1739608240763239666 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj 49c034450d21f597 +4 104 1739608239923821527 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b552e32c5c750dd3 +5 75 1739608239924814289 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 95c61c25aabb0061 +4 119 1739608239924485507 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 22988ff511f87136 +8 46 1739725031799388934 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +8 46 1739725031799388934 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 40 1739725046618762676 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 40 1739725046618762676 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +9 42 1739734632129648050 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +9 42 1739734632129648050 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 38 1739735322979681154 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 38 1739735322979681154 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739735358410912994 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739735358410912994 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739735420576680470 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739735420576680470 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739735748947345261 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739735748947345261 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 40 1739735782788311193 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 40 1739735782788311193 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739735796277307482 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739735796277307482 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739736004122606243 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739736004122606243 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 43 1739736377670467093 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 43 1739736377670467093 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739736646312999870 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739736646312999870 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739736656311227724 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739736656311227724 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739736853662820799 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739736853662820799 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739736859017092982 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739736859017092982 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 38 1739740091311046413 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 38 1739740091311046413 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740094231108426 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740094231108426 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740134995485986 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740134995485986 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739740239899723295 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739740239899723295 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740312774300384 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740312774300384 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740388866045888 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740388866045888 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739740414787390932 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739740414787390932 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739740671622413685 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739740671622413685 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740699176113971 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740699176113971 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740720180057424 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740720180057424 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740959153065052 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740959153065052 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740965621178869 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739740965621178869 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 40 1739741359113223523 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 40 1739741359113223523 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741376001132211 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741376001132211 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739741577793395454 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739741577793395454 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 34 1739741582770834635 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 34 1739741582770834635 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741667829951107 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741667829951107 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741699164827910 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741699164827910 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739741859659871907 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739741859659871907 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741881257804035 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739741881257804035 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739741991720771036 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739741991720771036 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742001018528722 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742001018528722 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742069689476360 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742069689476360 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742079604839094 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742079604839094 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742092250332232 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742092250332232 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742116299316478 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742116299316478 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742146988672859 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742146988672859 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 38 1739742452519594518 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 38 1739742452519594518 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742457337112198 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742457337112198 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742544958111434 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739742544958111434 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 33 1739742549452493205 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 33 1739742549452493205 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 40 1739743007530272525 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 40 1739743007530272525 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743012267896015 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743012267896015 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739743453837201052 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739743453837201052 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743460255031005 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743460255031005 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739743623202618977 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739743623202618977 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743633920108688 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743633920108688 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743756577277474 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739743756577277474 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739743807773323923 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739743807773323923 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739743815296621322 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739743815296621322 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744076650118225 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744076650118225 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744081615683119 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744081615683119 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744198034415512 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744198034415512 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744208083108537 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744208083108537 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744310968691681 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744310968691681 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744319563756791 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744319563756791 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739744398212282581 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739744398212282581 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 33 1739744403425350834 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 33 1739744403425350834 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744573270006402 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744573270006402 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744578360938361 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744578360938361 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744726084918041 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744726084918041 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744730758473697 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744730758473697 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744930230042187 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739744930230042187 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744935710033519 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739744935710033519 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739745484838590584 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739745484838590584 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739745512287049705 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739745512287049705 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739745626676661738 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739745626676661738 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739745639111202084 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739745639111202084 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739745650832271565 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739745650832271565 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739745743207208852 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739745743207208852 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739745909993862918 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739745909993862918 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746008762875366 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746008762875366 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739746020966650027 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739746020966650027 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746102739404138 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746102739404138 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746170250055965 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746170250055965 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746250112606910 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739746250112606910 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739746344746664460 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739746344746664460 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 39 1739747082193706555 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 39 1739747082193706555 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 40 1739747600957316806 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 40 1739747600957316806 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 39 1739747800360821935 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 39 1739747800360821935 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739747824669771027 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 35 1739747824669771027 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 34 1739747851105017668 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 34 1739747851105017668 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 38 1739748345435237819 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +6 38 1739748345435237819 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 38 1739748390371018557 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +7 38 1739748390371018557 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 34 1739748413117303614 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +5 34 1739748413117303614 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739748422679600658 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739748422679600658 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739748460703680854 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 34 1739748460703680854 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739748470171851624 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 36 1739748470171851624 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739748564037334495 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 +4 35 1739748564037334495 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 3444e3663288bd68 diff --git a/build/bootloader/CMakeCache.txt b/build/bootloader/CMakeCache.txt new file mode 100644 index 0000000..b8543aa --- /dev/null +++ b/build/bootloader/CMakeCache.txt @@ -0,0 +1,451 @@ +# This is the CMakeCache file. +# For build in directory: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader +# It was generated by CMake: /opt/homebrew/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib + +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib + +//C++ Compiler Base Flags +CMAKE_CXX_FLAGS:STRING='-march=rv32imac_zicsr_zifencei ' + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib + +//C Compiler Base Flags +CMAKE_C_FLAGS:STRING='-march=rv32imac_zicsr_zifencei ' + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Linker Base Flags +CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs ' + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of build database during the build. +CMAKE_EXPORT_BUILD_DATABASE:BOOL= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/opt/homebrew/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=bootloader + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//No help, variable specified on the command line. +EXTRA_COMPONENT_DIRS:UNINITIALIZED=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/opt/homebrew/bin/git + +//No help, variable specified on the command line. +IDF_PATH:UNINITIALIZED=/Users/james/Development/psionrevo/esp/esp-idf + +//IDF Build Target +IDF_TARGET:STRING=esp32c6 + +//IDF Build Toolchain Type +IDF_TOOLCHAIN:STRING=gcc + +//No help, variable specified on the command line. +IGNORE_EXTRA_COMPONENT:UNINITIALIZED= + +//No help, variable specified on the command line. +PROJECT_SOURCE_DIR:UNINITIALIZED=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks + +//No help, variable specified on the command line. +PYTHON:UNINITIALIZED=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python + +//No help, variable specified on the command line. +PYTHON_DEPS_CHECKED:UNINITIALIZED=1 + +//No help, variable specified on the command line. +SDKCONFIG:UNINITIALIZED=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig + +//Value Computed by CMake +bootloader_BINARY_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + +//Value Computed by CMake +bootloader_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +bootloader_SOURCE_DIR:STATIC=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject + +//Value Computed by CMake +esp-idf_BINARY_DIR:STATIC=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf + +//Value Computed by CMake +esp-idf_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +esp-idf_SOURCE_DIR:STATIC=/Users/james/Development/psionrevo/esp/esp-idf + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=5 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/opt/homebrew/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_BUILD_DATABASE +CMAKE_EXPORT_BUILD_DATABASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=25 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/opt/homebrew/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/opt/homebrew/bin/git][v2.48.1()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 + diff --git a/build/bootloader/CMakeFiles/3.31.5/CMakeASMCompiler.cmake b/build/bootloader/CMakeFiles/3.31.5/CMakeASMCompiler.cmake new file mode 100644 index 0000000..7a4ce60 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.31.5/CMakeASMCompiler.cmake @@ -0,0 +1,29 @@ +set(CMAKE_ASM_COMPILER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_ASM_COMPILER_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + +set(CMAKE_ASM_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/build/bootloader/CMakeFiles/3.31.5/CMakeCCompiler.cmake b/build/bootloader/CMakeFiles/3.31.5/CMakeCCompiler.cmake new file mode 100644 index 0000000..2e2ae52 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.31.5/CMakeCCompiler.cmake @@ -0,0 +1,82 @@ +set(CMAKE_C_COMPILER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "14.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_C_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + + +set(CMAKE_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_C_COMPILER_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "NOTFOUND") +set(CMAKE_C_COMPILER_LINKER_ID "") +set(CMAKE_C_COMPILER_LINKER_VERSION ) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/bootloader/CMakeFiles/3.31.5/CMakeCXXCompiler.cmake b/build/bootloader/CMakeFiles/3.31.5/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..08a8059 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.31.5/CMakeCXXCompiler.cmake @@ -0,0 +1,106 @@ +set(CMAKE_CXX_COMPILER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + +set(CMAKE_CXX_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + + +set(CMAKE_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_CXX_COMPILER_AR "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/build/bootloader/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_C.bin b/build/bootloader/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..cfc3f03 Binary files /dev/null and b/build/bootloader/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/bootloader/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_CXX.bin b/build/bootloader/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..7891411 Binary files /dev/null and b/build/bootloader/CMakeFiles/3.31.5/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/bootloader/CMakeFiles/3.31.5/CMakeSystem.cmake b/build/bootloader/CMakeFiles/3.31.5/CMakeSystem.cmake new file mode 100644 index 0000000..6cf9870 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.31.5/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Darwin-23.6.0") +set(CMAKE_HOST_SYSTEM_NAME "Darwin") +set(CMAKE_HOST_SYSTEM_VERSION "23.6.0") +set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64") + +include("/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake") + +set(CMAKE_SYSTEM "Generic") +set(CMAKE_SYSTEM_NAME "Generic") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/CMakeCCompilerId.c b/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..8d8bb03 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/a.out b/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/a.out new file mode 100755 index 0000000..5d6b01d Binary files /dev/null and b/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/a.out differ diff --git a/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..da6c824 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/a.out b/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/a.out new file mode 100755 index 0000000..54c700a Binary files /dev/null and b/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/a.out differ diff --git a/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml b/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..85e9f71 --- /dev/null +++ b/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,540 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + The target system is: Generic - - + The host system is: Darwin - 23.6.0 - arm64 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Build flags: -march=rv32imac_zicsr_zifencei + Id flags: + + The output was: + 0 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/3.31.5/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Build flags: -march=rv32imac_zicsr_zifencei + Id flags: + + The output was: + 0 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/3.31.5/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1237 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + riscv32-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 + Copyright (C) 2024 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-db6d7B" + binary: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-db6d7B" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imac_zicsr_zifencei " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake;/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-db6d7B' + + Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_edf8b + [1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_edf8b.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_edf8b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccuCtmaq.s + GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version Debian Clang 11.0.1, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: 355c689fdbec0c7ff41056f2865da6bc + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_edf8b.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccuCtmaq.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.' + [2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj -o cmTC_edf8b && : + Using built-in specs. + Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_edf8b' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_edf8b.' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccQxEiNm.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_edf8b -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_edf8b' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_edf8b.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-db6d7B'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_edf8b] + ignore line: [[1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_edf8b.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_edf8b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccuCtmaq.s] + ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version Debian Clang 11.0.1 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 355c689fdbec0c7ff41056f2865da6bc] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_edf8b.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccuCtmaq.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj -o cmTC_edf8b && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_edf8b' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_edf8b.'] + link line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccQxEiNm.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_edf8b -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccQxEiNm.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_edf8b] ==> ignore + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_edf8b.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_edf8b' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_edf8b.'] + ignore line: [] + ignore line: [] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-46BGDh" + binary: "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-46BGDh" + cmakeVariables: + CMAKE_CXX_FLAGS: "-march=rv32imac_zicsr_zifencei " + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake;/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-46BGDh' + + Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_17ed0 + [1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_17ed0.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_17ed0.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccsv3hUy.s + GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version Debian Clang 11.0.1, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32 + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: 6e49372a1109dc465056ef40790c161d + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_17ed0.dir/' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccsv3hUy.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_17ed0 && : + Using built-in specs. + Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_17ed0' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_17ed0.' + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//cc4VKFcN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_17ed0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_17ed0' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_17ed0.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-46BGDh'] + ignore line: [] + ignore line: [Run Build Command(s): /opt/homebrew/bin/ninja -v cmTC_17ed0] + ignore line: [[1/2] /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -v -o CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj -c /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_17ed0.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imac_zicsr_zifencei/ilp32 -iprefix /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_17ed0.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imac_zicsr_zifencei -version -o /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccsv3hUy.s] + ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version Debian Clang 11.0.1 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imac_zicsr_zifencei/ilp32] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 6e49372a1109dc465056ef40790c161d] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_17ed0.dir/'] + ignore line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imac_zicsr_zifencei -march=rv32imac_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj /var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//ccsv3hUy.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imac_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imac_zicsr_zifencei -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_17ed0 && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [COLLECT_LTO_WRAPPER=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_apple-darwin21.1 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_17ed0' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_17ed0.'] + link line: [ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//cc4VKFcN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_17ed0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/var/folders/lp/_zpht34s2yl6mxvb5h9dhm180000gn/T//cc4VKFcN.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_17ed0] ==> ignore + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_17ed0.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imac_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_17ed0' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imac_zicsr_zifencei' '-dumpdir' 'cmTC_17ed0.'] + ignore line: [] + ignore line: [] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + +... diff --git a/build/bootloader/CMakeFiles/TargetDirectories.txt b/build/bootloader/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..362e49f --- /dev/null +++ b/build/bootloader/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,86 @@ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/menuconfig.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/confserver.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/save-defconfig.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/gen_project_binary.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/app.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/erase_flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/merge-bin.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/monitor.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/_project_elf_src.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/bootloader.elf.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/size.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/size-files.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/size-components.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/uf2.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/uf2-app.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir diff --git a/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj b/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj new file mode 100644 index 0000000..8475fc3 Binary files /dev/null and b/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj differ diff --git a/build/bootloader/CMakeFiles/clean_additional.cmake b/build/bootloader/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..2261b6d --- /dev/null +++ b/build/bootloader/CMakeFiles/clean_additional.cmake @@ -0,0 +1,12 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") + file(REMOVE_RECURSE + "bootloader.bin" + "bootloader.map" + "config/sdkconfig.cmake" + "config/sdkconfig.h" + "project_elf_src_esp32c6.c" + ) +endif() diff --git a/build/bootloader/CMakeFiles/cmake.check_cache b/build/bootloader/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/bootloader/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/bootloader/CMakeFiles/git-data/HEAD b/build/bootloader/CMakeFiles/git-data/HEAD new file mode 100644 index 0000000..59a6bf6 --- /dev/null +++ b/build/bootloader/CMakeFiles/git-data/HEAD @@ -0,0 +1 @@ +67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/build/bootloader/CMakeFiles/git-data/grabRef.cmake b/build/bootloader/CMakeFiles/git-data/grabRef.cmake new file mode 100644 index 0000000..de8298f --- /dev/null +++ b/build/bootloader/CMakeFiles/git-data/grabRef.cmake @@ -0,0 +1,50 @@ +# +# Internal file for GetGitRevisionDescription.cmake +# +# Requires CMake 2.6 or newer (uses the 'function' command) +# +# Original Author: +# 2009-2010 Ryan Pavlik +# http://academic.cleardefinition.com +# Iowa State University HCI Graduate Program/VRAC +# +# Copyright Iowa State University 2009-2010. +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +set(HEAD_HASH) + +file(READ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) + +string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) +set(GIT_DIR "/Users/james/Development/psionrevo/esp/esp-idf/.git") +# handle git-worktree +if(EXISTS "${GIT_DIR}/commondir") + file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) + string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW) + if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}") + get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE) + endif() + if(EXISTS "${GIT_DIR_NEW}") + set(GIT_DIR "${GIT_DIR_NEW}") + endif() +endif() +if(HEAD_CONTENTS MATCHES "ref") + # named branch + string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") + if(EXISTS "${GIT_DIR}/${HEAD_REF}") + configure_file("${GIT_DIR}/${HEAD_REF}" "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + set(HEAD_HASH "${HEAD_REF}") + endif() +else() + # detached HEAD + configure_file("${GIT_DIR}/HEAD" "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) +endif() + +if(NOT HEAD_HASH) + file(READ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + string(STRIP "${HEAD_HASH}" HEAD_HASH) +endif() diff --git a/build/bootloader/CMakeFiles/git-data/head-ref b/build/bootloader/CMakeFiles/git-data/head-ref new file mode 100644 index 0000000..59a6bf6 --- /dev/null +++ b/build/bootloader/CMakeFiles/git-data/head-ref @@ -0,0 +1 @@ +67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/build/bootloader/CMakeFiles/rules.ninja b/build/bootloader/CMakeFiles/rules.ninja new file mode 100644 index 0000000..07aed99 --- /dev/null +++ b/build/bootloader/CMakeFiles/rules.ninja @@ -0,0 +1,319 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.31 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: bootloader +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__bootloader.2eelf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__bootloader.2eelf_ + command = $PRE_LINK && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_soc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_soc_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_micro-ecc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_hal_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_hal_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spi_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_bootloader_format_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_bootloader_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_efuse_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_efuse_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_system_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hw_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_common_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_rom_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_log_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_log_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_main_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_main_ + command = $PRE_LINK && /opt/homebrew/bin/cmake -E rm -f $TARGET_FILE && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && /opt/homebrew/bin/cmake -E touch $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /opt/homebrew/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/homebrew/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/homebrew/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/bootloader/bootloader.bin b/build/bootloader/bootloader.bin new file mode 100644 index 0000000..48943da Binary files /dev/null and b/build/bootloader/bootloader.bin differ diff --git a/build/bootloader/bootloader.elf b/build/bootloader/bootloader.elf new file mode 100755 index 0000000..22c156f Binary files /dev/null and b/build/bootloader/bootloader.elf differ diff --git a/build/bootloader/bootloader.map b/build/bootloader/bootloader.map new file mode 100644 index 0000000..ab358b5 --- /dev/null +++ b/build/bootloader/bootloader.map @@ -0,0 +1,4247 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + (esp_bootloader_desc) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + (__assert_func) +esp-idf/main/libmain.a(bootloader_start.c.obj) + (call_start_cpu0) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) (bootloader_utility_load_partition_table) +esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (esp_partition_table_verify) +esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_load_image) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_console_deinit) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_ana_clock_glitch_reset_config) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) (bootloader_init) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) (bootloader_clock_configure) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) (bootloader_fill_random) +esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (esp_flash_encryption_enabled) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_mmap_get_free_pages) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) (bootloader_clear_bss_section) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) (bootloader_console_init) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (ESP_EFUSE_DIS_DIRECT_BOOT) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_enable_rom_secure_download_mode) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_read_field_blob) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) +esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_get_key_dis_read) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_utility_clear_program_registers) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (esp_cpu_configure_region_protection) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (rtc_clk_init) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) (rtc_clk_32k_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) (get_act_hp_dbias) +esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_rom_regi2c_write) +esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (wdt_hal_init) +esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) (esp_log_timestamp) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) (efuse_hal_chip_revision) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) (efuse_hal_get_major_chip_version) +esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) (lp_timer_hal_get_cycle_count) +esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (mmu_hal_unmap_all) +esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) (cache_hal_init) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__lshrdi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__ashldi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) (__udivdi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) (__clz_tab) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) (memcmp) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) (_impure_data) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) (memset) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (memcpy) + +Discarded input sections + + .text 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj + .data 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj + .bss 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj + .comment 0x00000000 0x30 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj + .note.GNU-stack + 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj + .riscv.attributes + 0x00000000 0x5c CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj + .text 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .data 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .text 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .data 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .bss 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .text.__getreent + 0x00000000 0xa esp-idf/main/libmain.a(bootloader_start.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_get_partition_description + 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x00000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x00000000 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x00000000 0xe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify + 0x00000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x00000000 0xbe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x00000000 0x52 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_write_protect_crypt_cnt + 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_get_flash_encryption_mode + 0x00000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_set_release_mode.str1.4 + 0x00000000 0xb6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_set_release_mode + 0x00000000 0x124 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 + 0x00000000 0x3c7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_cfg_verify_release_mode + 0x00000000 0x334 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_spi_flash_reset + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7 0x00000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.8 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text.bootloader_flash_update_size + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .iram1.1 0x00000000 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SYS_DATA_PART2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA_MAC_CUSTOM + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DBIAS_VOL_GAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DSLP_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DSLP_LP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_LSLP_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_LSLP_HP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ACTIVE_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ACTIVE_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_EXT + 0x00000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_CRYPT_DPA_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SEC_DPA_LEVEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SWAP_UART_SDIO_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_CUSTOM_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_USR_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DBIAS_VOL_GAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DSLP_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DSLP_LP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_LSLP_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_LSLP_HP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ACTIVE_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ACTIVE_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_MAC_EXT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SEC_DPA_LEVEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SWAP_UART_SDIO_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_CRYPT_DPA_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SYS_DATA_PART2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY5 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY4 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY3 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY2 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY1 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY0 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA_MAC_CUSTOM + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DBIAS_VOL_GAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DSLP_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DSLP_LP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.LSLP_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.LSLP_HP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ACTIVE_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ACTIVE_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.MAC_EXT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.CRYPT_DPA_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SEC_DPA_LEVEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SWAP_UART_SDIO_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_CUSTOM_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_USR_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SYS_DATA_PART1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DBIAS_VOL_GAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DSLP_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DSLP_LP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_LSLP_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_LSLP_HP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ACTIVE_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ACTIVE_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_MAC_EXT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SEC_DPA_LEVEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SWAP_UART_SDIO_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_CRYPT_DPA_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000 0x2556 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x00000000 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x00000000 0x24c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_str 0x00000000 0x283b esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_get_pkg_ver + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_set_rom_log_scheme + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_enable_rom_secure_download_mode + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x00000000 0x3ba esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x00000000 0x18f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x00000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x00000000 0x4d0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_str 0x00000000 0x619 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x00000000 0x80 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_blob + 0x00000000 0x6e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x00000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x00000000 0x74 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x00000000 0xae esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_get_field_size + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x00000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x00000000 0x72 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x00000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x00000000 0x72 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.4 + 0x00000000 0x37 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_check_errors + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_destroy_block.str1.4 + 0x00000000 0x120 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_destroy_block + 0x00000000 0x13c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.0 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .sbss.s_batch_writing_mode + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00000000 0x11bf esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x00000000 0x3cb esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x00000000 0xab2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x00000000 0x122a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x00000000 0x930 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x00000000 0x220 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.write_reg.str1.4 + 0x00000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x00000000 0x7a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.4 + 0x00000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_process + 0x00000000 0x174 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x00000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x00000000 0x2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.4 + 0x00000000 0x27 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 + 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_single_block + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_pending + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x00000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_number_of_items + 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_read_reg + 0x00000000 0x68 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_fill_buff + 0x00000000 0xde esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_count_once + 0x00000000 0x62 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_cnt.str1.4 + 0x00000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x00000000 0xd4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x00000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x00000000 0x64 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x00000000 0x92 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.4 + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_read_register_address + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.4 + 0x00000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_is_correct_written_data + 0x00000000 0xd6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.0 + 0x00000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.2 + 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.3 + 0x00000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.4 + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .sbss.s_burn_counter + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000 0x1392 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000 0x42e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00000000 0x1331 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000000 0x2d0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000 0x1859 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x00000000 0xa8e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000 0x2bc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_block_is_empty + 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect + 0x00000000 0x6a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_read_protect + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_coding_scheme + 0x00000000 0x6 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_purpose_field + 0x00000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key + 0x00000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.4 + 0x00000000 0x8f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_read + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_read + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_write + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_write + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_purpose + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_purpose + 0x00000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_keypurpose_dis_write + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_keypurpose_dis_write + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_purpose + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_key_block_unused + 0x00000000 0x5e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_unused_key_block + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_count_unused_key_blocks + 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_key.str1.4 + 0x00000000 0x65 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_key + 0x00000000 0x114 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_keys.str1.4 + 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_keys + 0x00000000 0x156 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_digest_revoke.str1.4 + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_digest_revoke + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_digest_revoke + 0x00000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_write_protect_of_digest_revoke + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect_of_digest_revoke + 0x00000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_secure_boot_read_key_digests.str1.4 + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_secure_boot_read_key_digests + 0x00000000 0xa4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.0 + 0x00000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.1 + 0x00000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.2 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.3 + 0x00000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.4 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.5 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_revoke_table + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_table + 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_info 0x00000000 0x15b3 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_abbrev 0x00000000 0x3b8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_loc 0x00000000 0xdf1 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_aranges + 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_ranges 0x00000000 0x210 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_line 0x00000000 0x1516 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_str 0x00000000 0x1083 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_frame 0x00000000 0x324 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_check_errors + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip_opt.str1.4 + 0x00000000 0x1b0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip_opt + 0x00000000 0x2ba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip + 0x00000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x00000000 0x3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x00000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.write_mass_blocks + 0x00000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_read_addr_blocks + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000 0x8ec esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000 0x287 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00000000 0x38c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000000 0x118 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000 0xbae esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x00000000 0x7e2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000 0xdc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_add_consumer + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_remove_consumer + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_pll_and_pll_lock_release + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_set_to_default_config + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_xtal + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_enable + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_disable + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_8m_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_power_param_default.str1.4 + 0x00000000 0x55 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_hp_system_power_param_default + 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_clock_param_default.str1.4 + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_hp_system_clock_param_default + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_digital_param_default.str1.4 + 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_hp_system_digital_param_default + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_analog_param_default.str1.4 + 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_hp_system_analog_param_default + 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_retention_param_default.str1.4 + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_hp_system_retention_param_default + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_lp_system_power_param_default.str1.4 + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_lp_system_power_param_default + 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_lp_system_analog_param_default.str1.4 + 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text.pmu_lp_system_analog_param_default + 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.lp_analog.0 + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.1 + 0x00000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.lp_power.2 + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.3 + 0x00000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.hp_retention.4 + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.5 + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.hp_analog.6 + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.7 + 0x00000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.hp_digital.8 + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.9 + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.hp_clock.10 + 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.11 + 0x00000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.hp_power.12 + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.13 + 0x00000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .iram1.1 0x00000000 0x4e esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .iram1.2 0x00000000 0x9c esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .text.wdt_hal_deinit + 0x00000000 0x84 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_get_mac + 0x00000000 0x14 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_set_timing + 0x00000000 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_read + 0x00000000 0x4c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_clear_program_registers + 0x00000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_program + 0x00000000 0x6a esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_rs_calculate + 0x00000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_is_coding_error_in_block + 0x00000000 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .iram1.1 0x00000000 0x46 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .iram1.3 0x00000000 0x14 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .iram1.4 0x00000000 0x14 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_bytes_to_pages + 0x00000000 0x34 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_paddr_to_vaddr + 0x00000000 0xe8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_unmap_region + 0x00000000 0xa6 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_vaddr_to_paddr + 0x00000000 0xde esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.s_get_cache_state + 0x00000000 0x3e esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_suspend + 0x00000000 0x34 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_resume + 0x00000000 0x38 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_is_cache_enabled + 0x00000000 0x8 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_vaddr_to_cache_level_id + 0x00000000 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_invalidate_addr + 0x00000000 0x3c esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_freeze + 0x00000000 0x1c esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_unfreeze + 0x00000000 0x1a esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_get_cache_line_size + 0x00000000 0x22 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_info 0x00000000 0x1b6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_abbrev 0x00000000 0x10c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_loclists + 0x00000000 0x6b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_line 0x00000000 0x107 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_str 0x00000000 0x1e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .text 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_info 0x00000000 0x1b6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_abbrev 0x00000000 0x10c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_loclists + 0x00000000 0x6b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_line 0x00000000 0x107 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_str 0x00000000 0x1e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .text 0x00000000 0x42 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_info 0x00000000 0xe6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x00000000 0x65 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_loclists + 0x00000000 0xd6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line 0x00000000 0xe9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_str 0x00000000 0x1ab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .text 0x00000000 0x35a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x00000000 0x776 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x00000000 0x1a6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_loclists + 0x00000000 0x6ad /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_rnglists + 0x00000000 0x8f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x00000000 0x97b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_str 0x00000000 0x25a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .rodata 0x00000000 0x100 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_info 0x00000000 0xed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_abbrev 0x00000000 0x70 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_aranges + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line 0x00000000 0x3f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_str 0x00000000 0x1a7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .text 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_info 0x00000000 0x10f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_abbrev 0x00000000 0x8a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_loclists + 0x00000000 0x130 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line 0x00000000 0x157 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_str 0x00000000 0x113 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line_str + 0x00000000 0x273 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .data 0x00000000 0xf0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .sdata 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_info 0x00000000 0x84c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_abbrev 0x00000000 0x174 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_aranges + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line 0x00000000 0x51 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_str 0x00000000 0x4e3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line_str + 0x00000000 0x27b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .text 0x00000000 0xa8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line 0x00000000 0x18e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line_str + 0x00000000 0xdc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_info 0x00000000 0x33 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_abbrev 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_str 0x00000000 0xf1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .riscv.attributes + 0x00000000 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .text 0x00000000 0xe8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_info 0x00000000 0x256 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_abbrev 0x00000000 0x107 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_loclists + 0x00000000 0x1d6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line 0x00000000 0x31c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_str 0x00000000 0x134 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line_str + 0x00000000 0x340 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + +Memory Configuration + +Name Origin Length Attributes +iram_seg 0x4086c110 0x00002500 xrw +iram_loader_seg 0x4086e610 0x00007000 xrw +dram_seg 0x40875610 0x00005000 rw +*default* 0x00000000 0xffffffff + +Linker script and memory map + + 0x00000000 IDF_TARGET_ESP32C6 = 0x0 +LOAD CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libnosys.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +START GROUP +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libnosys.a +END GROUP + [!provide] PROVIDE (esprv_int_set_priority = esprv_intc_int_set_priority) + [!provide] PROVIDE (esprv_int_set_threshold = esprv_intc_int_set_threshold) + [!provide] PROVIDE (esprv_int_enable = esprv_intc_int_enable) + [!provide] PROVIDE (esprv_int_disable = esprv_intc_int_disable) + [!provide] PROVIDE (esprv_int_set_type = esprv_intc_int_set_type) + 0x40000018 rtc_get_reset_reason = 0x40000018 + 0x4000001c analog_super_wdt_reset_happened = 0x4000001c + 0x40000020 rtc_get_wakeup_cause = 0x40000020 + 0x40000024 rtc_unhold_all_pads = 0x40000024 + 0x40000028 ets_printf = 0x40000028 + 0x4000002c ets_install_putc1 = 0x4000002c + 0x40000030 ets_install_putc2 = 0x40000030 + 0x40000034 ets_install_uart_printf = 0x40000034 + 0x40000038 ets_install_usb_printf = 0x40000038 + 0x4000003c ets_get_printf_channel = 0x4000003c + 0x40000040 ets_delay_us = 0x40000040 + 0x40000044 ets_get_cpu_frequency = 0x40000044 + 0x40000048 ets_update_cpu_frequency = 0x40000048 + 0x4000004c ets_install_lock = 0x4000004c + 0x40000050 UartRxString = 0x40000050 + 0x40000054 UartGetCmdLn = 0x40000054 + 0x40000058 uart_tx_one_char = 0x40000058 + 0x4000005c uart_tx_one_char2 = 0x4000005c + 0x40000060 uart_rx_one_char = 0x40000060 + 0x40000064 uart_rx_one_char_block = 0x40000064 + 0x40000068 uart_rx_intr_handler = 0x40000068 + 0x4000006c uart_rx_readbuff = 0x4000006c + 0x40000070 uartAttach = 0x40000070 + 0x40000074 uart_tx_flush = 0x40000074 + 0x40000078 uart_tx_wait_idle = 0x40000078 + 0x4000007c uart_div_modify = 0x4000007c + 0x40000080 ets_write_char_uart = 0x40000080 + 0x40000084 uart_tx_switch = 0x40000084 + 0x40000088 roundup2 = 0x40000088 + 0x4000008c multofup = 0x4000008c + 0x40000090 software_reset = 0x40000090 + 0x40000094 software_reset_cpu = 0x40000094 + 0x40000098 ets_clk_assist_debug_clock_enable = 0x40000098 + 0x4000009c clear_super_wdt_reset_flag = 0x4000009c + 0x400000a0 disable_default_watchdog = 0x400000a0 + 0x400000a4 esp_rom_set_rtc_wake_addr = 0x400000a4 + 0x400000a8 esp_rom_get_rtc_wake_addr = 0x400000a8 + 0x400000ac send_packet = 0x400000ac + 0x400000b0 recv_packet = 0x400000b0 + 0x400000b4 GetUartDevice = 0x400000b4 + 0x400000b8 UartDwnLdProc = 0x400000b8 + 0x400000bc GetSecurityInfoProc = 0x400000bc + 0x400000c0 Uart_Init = 0x400000c0 + 0x400000c4 ets_set_user_start = 0x400000c4 + 0x4004fffc ets_rom_layout_p = 0x4004fffc + 0x4087fff8 ets_ops_table_ptr = 0x4087fff8 + 0x4087fffc g_saved_pc = 0x4087fffc + 0x400000c8 mz_adler32 = 0x400000c8 + 0x400000cc mz_free = 0x400000cc + 0x400000d0 tdefl_compress = 0x400000d0 + 0x400000d4 tdefl_compress_buffer = 0x400000d4 + 0x400000d8 tdefl_compress_mem_to_heap = 0x400000d8 + 0x400000dc tdefl_compress_mem_to_mem = 0x400000dc + 0x400000e0 tdefl_compress_mem_to_output = 0x400000e0 + 0x400000e4 tdefl_get_adler32 = 0x400000e4 + 0x400000e8 tdefl_get_prev_return_status = 0x400000e8 + 0x400000ec tdefl_init = 0x400000ec + 0x400000f0 tdefl_write_image_to_png_file_in_memory = 0x400000f0 + 0x400000f4 tdefl_write_image_to_png_file_in_memory_ex = 0x400000f4 + 0x400000f8 tinfl_decompress = 0x400000f8 + 0x400000fc tinfl_decompress_mem_to_callback = 0x400000fc + 0x40000100 tinfl_decompress_mem_to_heap = 0x40000100 + 0x40000104 tinfl_decompress_mem_to_mem = 0x40000104 + 0x40000108 jd_prepare = 0x40000108 + 0x4000010c jd_decomp = 0x4000010c + 0x40000110 esp_rom_spiflash_wait_idle = 0x40000110 + 0x40000114 esp_rom_spiflash_write_encrypted = 0x40000114 + 0x40000118 esp_rom_spiflash_write_encrypted_dest = 0x40000118 + 0x4000011c esp_rom_spiflash_write_encrypted_enable = 0x4000011c + 0x40000120 esp_rom_spiflash_write_encrypted_disable = 0x40000120 + 0x40000124 esp_rom_spiflash_erase_chip = 0x40000124 + 0x40000128 _esp_rom_spiflash_erase_sector = 0x40000128 + 0x4000012c _esp_rom_spiflash_erase_block = 0x4000012c + 0x40000130 _esp_rom_spiflash_write = 0x40000130 + 0x40000134 _esp_rom_spiflash_read = 0x40000134 + 0x40000138 _esp_rom_spiflash_unlock = 0x40000138 + 0x4000013c _SPIEraseArea = 0x4000013c + 0x40000140 _SPI_write_enable = 0x40000140 + 0x40000144 esp_rom_spiflash_erase_sector = 0x40000144 + 0x40000148 esp_rom_spiflash_erase_block = 0x40000148 + 0x4000014c esp_rom_spiflash_write = 0x4000014c + 0x40000150 esp_rom_spiflash_read = 0x40000150 + 0x40000154 esp_rom_spiflash_unlock = 0x40000154 + 0x40000158 SPIEraseArea = 0x40000158 + 0x4000015c SPI_write_enable = 0x4000015c + 0x40000160 esp_rom_spiflash_config_param = 0x40000160 + 0x40000164 esp_rom_spiflash_read_user_cmd = 0x40000164 + 0x40000168 esp_rom_spiflash_select_qio_pins = 0x40000168 + 0x4000016c esp_rom_spi_flash_auto_sus_res = 0x4000016c + 0x40000170 esp_rom_spi_flash_send_resume = 0x40000170 + 0x40000174 esp_rom_spi_flash_update_id = 0x40000174 + 0x40000178 esp_rom_spiflash_config_clk = 0x40000178 + 0x4000017c esp_rom_spiflash_config_readmode = 0x4000017c + 0x40000180 esp_rom_spiflash_read_status = 0x40000180 + 0x40000184 esp_rom_spiflash_read_statushigh = 0x40000184 + 0x40000188 esp_rom_spiflash_write_status = 0x40000188 + 0x4000018c spi_cache_mode_switch = 0x4000018c + 0x40000190 spi_common_set_dummy_output = 0x40000190 + 0x40000194 spi_common_set_flash_cs_timing = 0x40000194 + 0x40000198 esp_rom_spi_set_address_bit_len = 0x40000198 + 0x4000019c SPILock = 0x4000019c + 0x400001a0 SPIMasterReadModeCnfig = 0x400001a0 + 0x400001a4 SPI_Common_Command = 0x400001a4 + 0x400001a8 SPI_WakeUp = 0x400001a8 + 0x400001ac SPI_block_erase = 0x400001ac + 0x400001b0 SPI_chip_erase = 0x400001b0 + 0x400001b4 SPI_init = 0x400001b4 + 0x400001b8 SPI_page_program = 0x400001b8 + 0x400001bc SPI_read_data = 0x400001bc + 0x400001c0 SPI_sector_erase = 0x400001c0 + 0x400001c4 SelectSpiFunction = 0x400001c4 + 0x400001c8 SetSpiDrvs = 0x400001c8 + 0x400001cc Wait_SPI_Idle = 0x400001cc + 0x400001d0 spi_dummy_len_fix = 0x400001d0 + 0x400001d4 Disable_QMode = 0x400001d4 + 0x400001d8 Enable_QMode = 0x400001d8 + 0x400001dc spi_flash_attach = 0x400001dc + 0x400001e0 spi_flash_get_chip_size = 0x400001e0 + 0x400001e4 spi_flash_guard_set = 0x400001e4 + 0x400001e8 spi_flash_guard_get = 0x400001e8 + 0x400001ec spi_flash_read_encrypted = 0x400001ec + 0x4087fff0 rom_spiflash_legacy_funcs = 0x4087fff0 + 0x4087ffec rom_spiflash_legacy_data = 0x4087ffec + 0x4087fff4 g_flash_guard_ops = 0x4087fff4 + 0x40000278 esp_rom_spiflash_write_disable = 0x40000278 + 0x40000628 Cache_Get_ICache_Line_Size = 0x40000628 + 0x4000062c Cache_Get_Mode = 0x4000062c + 0x40000630 Cache_Address_Through_Cache = 0x40000630 + 0x40000634 ROM_Boot_Cache_Init = 0x40000634 + 0x40000638 MMU_Set_Page_Mode = 0x40000638 + 0x4000063c MMU_Get_Page_Mode = 0x4000063c + 0x40000640 Cache_Invalidate_ICache_Items = 0x40000640 + 0x40000644 Cache_Op_Addr = 0x40000644 + 0x40000648 Cache_Invalidate_Addr = 0x40000648 + 0x4000064c Cache_Invalidate_ICache_All = 0x4000064c + 0x40000650 Cache_Mask_All = 0x40000650 + 0x40000654 Cache_UnMask_Dram0 = 0x40000654 + 0x40000658 Cache_Suspend_ICache_Autoload = 0x40000658 + 0x4000065c Cache_Resume_ICache_Autoload = 0x4000065c + 0x40000660 Cache_Start_ICache_Preload = 0x40000660 + 0x40000664 Cache_ICache_Preload_Done = 0x40000664 + 0x40000668 Cache_End_ICache_Preload = 0x40000668 + 0x4000066c Cache_Config_ICache_Autoload = 0x4000066c + 0x40000670 Cache_Enable_ICache_Autoload = 0x40000670 + 0x40000674 Cache_Disable_ICache_Autoload = 0x40000674 + 0x40000678 Cache_Enable_ICache_PreLock = 0x40000678 + 0x4000067c Cache_Disable_ICache_PreLock = 0x4000067c + 0x40000680 Cache_Lock_ICache_Items = 0x40000680 + 0x40000684 Cache_Unlock_ICache_Items = 0x40000684 + 0x40000688 Cache_Lock_Addr = 0x40000688 + 0x4000068c Cache_Unlock_Addr = 0x4000068c + 0x40000690 Cache_Disable_ICache = 0x40000690 + 0x40000694 Cache_Enable_ICache = 0x40000694 + 0x40000698 Cache_Suspend_ICache = 0x40000698 + 0x4000069c Cache_Resume_ICache = 0x4000069c + 0x400006a0 Cache_Freeze_ICache_Enable = 0x400006a0 + 0x400006a4 Cache_Freeze_ICache_Disable = 0x400006a4 + 0x400006a8 Cache_Set_IDROM_MMU_Size = 0x400006a8 + 0x400006ac Cache_Get_IROM_MMU_End = 0x400006ac + 0x400006b0 Cache_Get_DROM_MMU_End = 0x400006b0 + 0x400006b4 Cache_MMU_Init = 0x400006b4 + 0x400006b8 Cache_MSPI_MMU_Set = 0x400006b8 + 0x400006bc Cache_Travel_Tag_Memory = 0x400006bc + 0x400006c0 Cache_Get_Virtual_Addr = 0x400006c0 + 0x4087ffcc rom_cache_op_cb = 0x4087ffcc + 0x4087ffc8 rom_cache_internal_table_ptr = 0x4087ffc8 + 0x400006c4 ets_clk_get_xtal_freq = 0x400006c4 + 0x400006c8 ets_clk_get_cpu_freq = 0x400006c8 + 0x400006cc ets_clk_apb_wait_ready = 0x400006cc + 0x400006d0 ets_clk_mspi_apb_wait_ready = 0x400006d0 + 0x400006d4 gpio_input_get = 0x400006d4 + 0x400006d8 gpio_matrix_in = 0x400006d8 + 0x400006dc gpio_matrix_out = 0x400006dc + 0x400006e8 gpio_output_set = 0x400006e8 + 0x400006ec gpio_pad_hold = 0x400006ec + 0x400006f0 gpio_pad_input_disable = 0x400006f0 + 0x400006f4 gpio_pad_input_enable = 0x400006f4 + 0x400006f8 gpio_pad_pulldown = 0x400006f8 + 0x400006fc gpio_pad_pullup = 0x400006fc + 0x40000700 gpio_pad_select_gpio = 0x40000700 + 0x40000704 gpio_pad_set_drv = 0x40000704 + 0x40000708 gpio_pad_unhold = 0x40000708 + 0x4000070c gpio_pin_wakeup_disable = 0x4000070c + 0x40000710 gpio_pin_wakeup_enable = 0x40000710 + 0x40000714 gpio_bypass_matrix_in = 0x40000714 + 0x40000718 esprv_intc_int_set_priority = 0x40000718 + 0x4000071c esprv_intc_int_set_threshold = 0x4000071c + 0x40000720 esprv_intc_int_enable = 0x40000720 + 0x40000724 esprv_intc_int_disable = 0x40000724 + 0x40000728 esprv_intc_int_set_type = 0x40000728 + [!provide] PROVIDE (intr_handler_set = 0x4000072c) + 0x40000730 intr_matrix_set = 0x40000730 + 0x40000734 ets_intr_lock = 0x40000734 + 0x40000738 ets_intr_unlock = 0x40000738 + 0x4000073c ets_isr_attach = 0x4000073c + 0x40000740 ets_isr_mask = 0x40000740 + 0x40000744 ets_isr_unmask = 0x40000744 + 0x40000748 md5_vector = 0x40000748 + 0x4000074c MD5Init = 0x4000074c + 0x40000750 MD5Update = 0x40000750 + 0x40000754 MD5Final = 0x40000754 + 0x40000758 crc32_le = 0x40000758 + 0x4000075c crc16_le = 0x4000075c + 0x40000760 crc8_le = 0x40000760 + 0x40000764 crc32_be = 0x40000764 + 0x40000768 crc16_be = 0x40000768 + 0x4000076c crc8_be = 0x4000076c + 0x40000770 esp_crc8 = 0x40000770 + 0x40000774 ets_sha_enable = 0x40000774 + 0x40000778 ets_sha_disable = 0x40000778 + 0x4000077c ets_sha_get_state = 0x4000077c + 0x40000780 ets_sha_init = 0x40000780 + 0x40000784 ets_sha_process = 0x40000784 + 0x40000788 ets_sha_starts = 0x40000788 + 0x4000078c ets_sha_update = 0x4000078c + 0x40000790 ets_sha_finish = 0x40000790 + 0x40000794 ets_sha_clone = 0x40000794 + 0x40000798 ets_hmac_enable = 0x40000798 + 0x4000079c ets_hmac_disable = 0x4000079c + 0x400007a0 ets_hmac_calculate_message = 0x400007a0 + 0x400007a4 ets_hmac_calculate_downstream = 0x400007a4 + 0x400007a8 ets_hmac_invalidate_downstream = 0x400007a8 + 0x400007ac ets_jtag_enable_temporarily = 0x400007ac + 0x400007b0 ets_aes_enable = 0x400007b0 + 0x400007b4 ets_aes_disable = 0x400007b4 + 0x400007b8 ets_aes_setkey = 0x400007b8 + 0x400007bc ets_aes_block = 0x400007bc + 0x400007c0 ets_aes_setkey_dec = 0x400007c0 + 0x400007c4 ets_aes_setkey_enc = 0x400007c4 + 0x400007c8 ets_bigint_enable = 0x400007c8 + 0x400007cc ets_bigint_disable = 0x400007cc + 0x400007d0 ets_bigint_multiply = 0x400007d0 + 0x400007d4 ets_bigint_modmult = 0x400007d4 + 0x400007d8 ets_bigint_modexp = 0x400007d8 + 0x400007dc ets_bigint_wait_finish = 0x400007dc + 0x400007e0 ets_bigint_getz = 0x400007e0 + 0x400007e4 ets_ds_enable = 0x400007e4 + 0x400007e8 ets_ds_disable = 0x400007e8 + 0x400007ec ets_ds_start_sign = 0x400007ec + 0x400007f0 ets_ds_is_busy = 0x400007f0 + 0x400007f4 ets_ds_finish_sign = 0x400007f4 + 0x400007f8 ets_ds_encrypt_params = 0x400007f8 + 0x400007fc ets_mgf1_sha256 = 0x400007fc + 0x4004fff8 crc32_le_table_ptr = 0x4004fff8 + 0x4004fff4 crc16_le_table_ptr = 0x4004fff4 + 0x4004fff0 crc8_le_table_ptr = 0x4004fff0 + 0x4004ffec crc32_be_table_ptr = 0x4004ffec + 0x4004ffe8 crc16_be_table_ptr = 0x4004ffe8 + 0x4004ffe4 crc8_be_table_ptr = 0x4004ffe4 + 0x40000800 ets_efuse_read = 0x40000800 + 0x40000804 ets_efuse_program = 0x40000804 + 0x40000808 ets_efuse_clear_program_registers = 0x40000808 + 0x4000080c ets_efuse_write_key = 0x4000080c + 0x40000810 ets_efuse_get_read_register_address = 0x40000810 + 0x40000814 ets_efuse_get_key_purpose = 0x40000814 + 0x40000818 ets_efuse_key_block_unused = 0x40000818 + 0x4000081c ets_efuse_find_unused_key_block = 0x4000081c + 0x40000820 ets_efuse_rs_calculate = 0x40000820 + 0x40000824 ets_efuse_count_unused_key_blocks = 0x40000824 + 0x40000828 ets_efuse_secure_boot_enabled = 0x40000828 + 0x4000082c ets_efuse_secure_boot_aggressive_revoke_enabled = 0x4000082c + 0x40000830 ets_efuse_cache_encryption_enabled = 0x40000830 + 0x40000834 ets_efuse_download_modes_disabled = 0x40000834 + 0x40000838 ets_efuse_find_purpose = 0x40000838 + 0x4000083c ets_efuse_force_send_resume = 0x4000083c + 0x40000840 ets_efuse_get_flash_delay_us = 0x40000840 + 0x40000844 ets_efuse_get_mac = 0x40000844 + 0x40000848 ets_efuse_get_uart_print_control = 0x40000848 + 0x4000084c ets_efuse_direct_boot_mode_disabled = 0x4000084c + 0x40000850 ets_efuse_security_download_modes_enabled = 0x40000850 + 0x40000854 ets_efuse_set_timing = 0x40000854 + 0x40000858 ets_efuse_jtag_disabled = 0x40000858 + 0x4000085c ets_efuse_usb_print_is_disabled = 0x4000085c + 0x40000860 ets_efuse_usb_download_mode_disabled = 0x40000860 + 0x40000864 ets_efuse_usb_device_disabled = 0x40000864 + 0x40000868 ets_efuse_secure_boot_fast_wake_enabled = 0x40000868 + 0x4000086c ets_emsa_pss_verify = 0x4000086c + 0x40000870 ets_rsa_pss_verify = 0x40000870 + 0x40000874 ets_secure_boot_verify_bootloader_with_keys = 0x40000874 + 0x40000878 ets_secure_boot_verify_signature = 0x40000878 + 0x4000087c ets_secure_boot_read_key_digests = 0x4000087c + 0x40000880 ets_secure_boot_revoke_public_key_digest = 0x40000880 + 0x40000a80 usb_serial_device_rx_one_char = 0x40000a80 + 0x40000a84 usb_serial_device_rx_one_char_block = 0x40000a84 + 0x40000a88 usb_serial_device_tx_flush = 0x40000a88 + 0x40000a8c usb_serial_device_tx_one_char = 0x40000a8c + 0x40000a90 lldesc_build_chain = 0x40000a90 + 0x40000a94 sip_after_tx_complete = 0x40000a94 + 0x40000a98 sip_alloc_to_host_evt = 0x40000a98 + 0x40000a9c sip_download_begin = 0x40000a9c + 0x40000aa0 sip_get_ptr = 0x40000aa0 + 0x40000aa4 sip_get_state = 0x40000aa4 + 0x40000aa8 sip_init_attach = 0x40000aa8 + 0x40000aac sip_install_rx_ctrl_cb = 0x40000aac + 0x40000ab0 sip_install_rx_data_cb = 0x40000ab0 + 0x40000ab4 sip_is_active = 0x40000ab4 + 0x40000ab8 sip_post_init = 0x40000ab8 + 0x40000abc sip_reclaim_from_host_cmd = 0x40000abc + 0x40000ac0 sip_reclaim_tx_data_pkt = 0x40000ac0 + 0x40000ac4 sip_send = 0x40000ac4 + 0x40000ac8 sip_to_host_chain_append = 0x40000ac8 + 0x40000acc sip_to_host_evt_send_done = 0x40000acc + 0x40000ad0 slc_add_credits = 0x40000ad0 + 0x40000ad4 slc_enable = 0x40000ad4 + 0x40000ad8 slc_from_host_chain_fetch = 0x40000ad8 + 0x40000adc slc_from_host_chain_recycle = 0x40000adc + 0x40000ae0 slc_has_pkt_to_host = 0x40000ae0 + 0x40000ae4 slc_init_attach = 0x40000ae4 + 0x40000ae8 slc_init_credit = 0x40000ae8 + 0x40000aec slc_reattach = 0x40000aec + 0x40000af0 slc_send_to_host_chain = 0x40000af0 + 0x40000af4 slc_set_host_io_max_window = 0x40000af4 + 0x40000af8 slc_to_host_chain_recycle = 0x40000af8 + 0x40000758 PROVIDE (esp_rom_crc32_le = crc32_le) + [!provide] PROVIDE (esp_rom_crc16_le = crc16_le) + [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) + [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) + [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) + [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) + [!provide] PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + [!provide] PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + 0x40000704 PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + [!provide] PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + [!provide] PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + [!provide] PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char2) + [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + [!provide] PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + [!provide] PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) + 0x40000074 PROVIDE (esp_rom_output_flush_tx = uart_tx_flush) + [!provide] PROVIDE (esp_rom_output_tx_one_char = uart_tx_one_char) + 0x40000078 PROVIDE (esp_rom_output_tx_wait_idle = uart_tx_wait_idle) + [!provide] PROVIDE (esp_rom_output_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_output_rx_string = UartRxString) + [!provide] PROVIDE (esp_rom_output_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_output_putc = ets_write_char_uart) + 0x4000074c PROVIDE (esp_rom_md5_init = MD5Init) + 0x40000750 PROVIDE (esp_rom_md5_update = MD5Update) + 0x40000754 PROVIDE (esp_rom_md5_final = MD5Final) + 0x40000090 PROVIDE (esp_rom_software_reset_system = software_reset) + [!provide] PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) + 0x40000028 PROVIDE (esp_rom_printf = ets_printf) + 0x40000034 PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) + 0x40000040 PROVIDE (esp_rom_delay_us = ets_delay_us) + 0x40000018 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + [!provide] PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) + 0x40000044 PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) + 0x40000048 PROVIDE (esp_rom_set_cpu_ticks_per_us = ets_update_cpu_frequency) + [!provide] PROVIDE (esp_rom_spiflash_attach = spi_flash_attach) + [!provide] PROVIDE (esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock) + [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) + [!provide] PROVIDE (esp_rom_spiflash_erase_area = SPIEraseArea) + 0x400001d0 PROVIDE (esp_rom_spiflash_fix_dummylen = spi_dummy_len_fix) + [!provide] PROVIDE (esp_rom_spiflash_set_drvs = SetSpiDrvs) + [!provide] PROVIDE (esp_rom_spiflash_select_padsfunc = SelectSpiFunction) + [!provide] PROVIDE (esp_rom_spiflash_common_cmd = SPI_Common_Command) + 0x400009f4 __adddf3 = 0x400009f4 + 0x400009f8 __addsf3 = 0x400009f8 + 0x400009fc __eqdf2 = 0x400009fc + 0x40000a00 __eqsf2 = 0x40000a00 + 0x40000a04 __extendsfdf2 = 0x40000a04 + 0x40000a08 __fixdfdi = 0x40000a08 + 0x40000a0c __fixdfsi = 0x40000a0c + 0x40000a10 __fixsfdi = 0x40000a10 + 0x40000a14 __fixsfsi = 0x40000a14 + 0x40000a18 __fixunsdfsi = 0x40000a18 + 0x40000a1c __fixunssfdi = 0x40000a1c + 0x40000a20 __fixunssfsi = 0x40000a20 + 0x40000a24 __floatdidf = 0x40000a24 + 0x40000a28 __floatdisf = 0x40000a28 + 0x40000a2c __floatsidf = 0x40000a2c + 0x40000a30 __floatsisf = 0x40000a30 + 0x40000a34 __floatundidf = 0x40000a34 + 0x40000a38 __floatundisf = 0x40000a38 + 0x40000a3c __floatunsidf = 0x40000a3c + 0x40000a40 __floatunsisf = 0x40000a40 + 0x40000a44 __gedf2 = 0x40000a44 + 0x40000a48 __gesf2 = 0x40000a48 + 0x40000a4c __gtdf2 = 0x40000a4c + 0x40000a50 __gtsf2 = 0x40000a50 + 0x40000a54 __ledf2 = 0x40000a54 + 0x40000a58 __lesf2 = 0x40000a58 + 0x40000a5c __ltdf2 = 0x40000a5c + 0x40000a60 __ltsf2 = 0x40000a60 + 0x40000a64 __muldf3 = 0x40000a64 + 0x40000a68 __mulsf3 = 0x40000a68 + 0x40000a6c __nedf2 = 0x40000a6c + 0x40000a70 __nesf2 = 0x40000a70 + 0x40000a74 __subdf3 = 0x40000a74 + 0x40000a78 __subsf3 = 0x40000a78 + 0x40000a7c __truncdfsf2 = 0x40000a7c + 0x40000884 __absvdi2 = 0x40000884 + 0x40000888 __absvsi2 = 0x40000888 + 0x40000894 __addvdi3 = 0x40000894 + 0x40000898 __addvsi3 = 0x40000898 + 0x4000089c __ashldi3 = 0x4000089c + 0x400008a0 __ashrdi3 = 0x400008a0 + 0x400008a4 __bswapdi2 = 0x400008a4 + 0x400008a8 __bswapsi2 = 0x400008a8 + 0x400008ac __clear_cache = 0x400008ac + 0x400008b0 __clrsbdi2 = 0x400008b0 + 0x400008b4 __clrsbsi2 = 0x400008b4 + 0x400008b8 __clzdi2 = 0x400008b8 + 0x400008bc __clzsi2 = 0x400008bc + 0x400008c0 __cmpdi2 = 0x400008c0 + 0x400008c4 __ctzdi2 = 0x400008c4 + 0x400008c8 __ctzsi2 = 0x400008c8 + 0x400008cc __divdc3 = 0x400008cc + 0x400008d0 __divdf3 = 0x400008d0 + 0x400008d4 __divdi3 = 0x400008d4 + 0x400008d8 __divsc3 = 0x400008d8 + 0x400008dc __divsf3 = 0x400008dc + 0x400008e0 __divsi3 = 0x400008e0 + 0x400008f0 __ffsdi2 = 0x400008f0 + 0x400008f4 __ffssi2 = 0x400008f4 + 0x40000934 __gcc_bcmp = 0x40000934 + 0x40000950 __lshrdi3 = 0x40000950 + 0x4000095c __moddi3 = 0x4000095c + 0x40000960 __modsi3 = 0x40000960 + 0x40000964 __muldc3 = 0x40000964 + 0x4000096c __muldi3 = 0x4000096c + 0x40000970 __mulsc3 = 0x40000970 + 0x40000978 __mulsi3 = 0x40000978 + 0x4000097c __mulvdi3 = 0x4000097c + 0x40000980 __mulvsi3 = 0x40000980 + 0x40000988 __negdf2 = 0x40000988 + 0x4000098c __negdi2 = 0x4000098c + 0x40000990 __negsf2 = 0x40000990 + 0x40000994 __negvdi2 = 0x40000994 + 0x40000998 __negvsi2 = 0x40000998 + 0x400009a0 __paritysi2 = 0x400009a0 + 0x400009a4 __popcountdi2 = 0x400009a4 + 0x400009a8 __popcountsi2 = 0x400009a8 + 0x400009ac __powidf2 = 0x400009ac + 0x400009b0 __powisf2 = 0x400009b0 + 0x400009bc __subvdi3 = 0x400009bc + 0x400009c0 __subvsi3 = 0x400009c0 + 0x400009c8 __ucmpdi2 = 0x400009c8 + 0x400009cc __udivdi3 = 0x400009cc + 0x400009d0 __udivmoddi4 = 0x400009d0 + 0x400009d4 __udivsi3 = 0x400009d4 + 0x400009d8 __udiv_w_sdiv = 0x400009d8 + 0x400009dc __umoddi3 = 0x400009dc + 0x400009e0 __umodsi3 = 0x400009e0 + 0x400009e4 __unorddf2 = 0x400009e4 + 0x400009e8 __unordsf2 = 0x400009e8 + 0x400009ec __extenddftf2 = 0x400009ec + 0x400009f0 __trunctfdf2 = 0x400009f0 + 0x4000039c wdt_hal_config_stage = 0x4000039c + 0x400003a0 wdt_hal_write_protect_disable = 0x400003a0 + 0x400003a4 wdt_hal_write_protect_enable = 0x400003a4 + 0x400003a8 wdt_hal_enable = 0x400003a8 + 0x400003ac wdt_hal_disable = 0x400003ac + 0x400003b0 wdt_hal_handle_intr = 0x400003b0 + 0x400003b4 wdt_hal_feed = 0x400003b4 + 0x400003b8 wdt_hal_set_flashboot_en = 0x400003b8 + 0x400003bc wdt_hal_is_enabled = 0x400003bc + 0x400003c8 systimer_hal_set_tick_rate_ops = 0x400003c8 + 0x400003cc systimer_hal_get_counter_value = 0x400003cc + 0x400003d0 systimer_hal_get_time = 0x400003d0 + 0x400003d4 systimer_hal_set_alarm_target = 0x400003d4 + 0x400003d8 systimer_hal_set_alarm_period = 0x400003d8 + 0x400003dc systimer_hal_get_alarm_value = 0x400003dc + 0x400003e0 systimer_hal_enable_alarm_int = 0x400003e0 + 0x400003e4 systimer_hal_on_apb_freq_update = 0x400003e4 + 0x400003e8 systimer_hal_counter_value_advance = 0x400003e8 + 0x400003ec systimer_hal_enable_counter = 0x400003ec + 0x400003f0 systimer_hal_select_alarm_mode = 0x400003f0 + 0x400003f4 systimer_hal_connect_alarm_counter = 0x400003f4 + 0x400003f8 systimer_hal_counter_can_stall_by_cpu = 0x400003f8 + 0x40000010 _rom_chip_id = 0x40000010 + 0x40000014 _rom_eco_version = 0x40000014 + 0x400004a4 esp_rom_newlib_init_common_mutexes = 0x400004a4 + 0x400004a8 memset = 0x400004a8 + 0x400004ac memcpy = 0x400004ac + 0x400004b0 memmove = 0x400004b0 + 0x400004b4 memcmp = 0x400004b4 + 0x400004b8 strcpy = 0x400004b8 + 0x400004bc strncpy = 0x400004bc + 0x400004c0 strcmp = 0x400004c0 + 0x400004c4 strncmp = 0x400004c4 + 0x400004c8 strlen = 0x400004c8 + 0x400004cc strstr = 0x400004cc + 0x400004d0 bzero = 0x400004d0 + 0x400004d4 _isatty_r = 0x400004d4 + 0x400004d8 sbrk = 0x400004d8 + 0x400004dc isalnum = 0x400004dc + 0x400004e0 isalpha = 0x400004e0 + 0x400004e4 isascii = 0x400004e4 + 0x400004e8 isblank = 0x400004e8 + 0x400004ec iscntrl = 0x400004ec + 0x400004f0 isdigit = 0x400004f0 + 0x400004f4 islower = 0x400004f4 + 0x400004f8 isgraph = 0x400004f8 + 0x400004fc isprint = 0x400004fc + 0x40000500 ispunct = 0x40000500 + 0x40000504 isspace = 0x40000504 + 0x40000508 isupper = 0x40000508 + 0x4000050c toupper = 0x4000050c + 0x40000510 tolower = 0x40000510 + 0x40000514 toascii = 0x40000514 + 0x40000518 memccpy = 0x40000518 + 0x4000051c memchr = 0x4000051c + 0x40000520 memrchr = 0x40000520 + 0x40000524 strcasecmp = 0x40000524 + 0x40000528 strcasestr = 0x40000528 + 0x4000052c strcat = 0x4000052c + 0x40000530 strdup = 0x40000530 + 0x40000534 strchr = 0x40000534 + 0x40000538 strcspn = 0x40000538 + 0x4000053c strcoll = 0x4000053c + 0x40000540 strlcat = 0x40000540 + 0x40000544 strlcpy = 0x40000544 + 0x40000548 strlwr = 0x40000548 + 0x4000054c strncasecmp = 0x4000054c + 0x40000550 strncat = 0x40000550 + 0x40000554 strndup = 0x40000554 + 0x40000558 strnlen = 0x40000558 + 0x4000055c strrchr = 0x4000055c + 0x40000560 strsep = 0x40000560 + 0x40000564 strspn = 0x40000564 + 0x40000568 strtok_r = 0x40000568 + 0x4000056c strupr = 0x4000056c + 0x40000570 longjmp = 0x40000570 + 0x40000574 setjmp = 0x40000574 + 0x40000578 abs = 0x40000578 + 0x4000057c div = 0x4000057c + 0x40000580 labs = 0x40000580 + 0x40000584 ldiv = 0x40000584 + 0x40000588 qsort = 0x40000588 + 0x4000058c rand_r = 0x4000058c + 0x40000590 rand = 0x40000590 + 0x40000594 srand = 0x40000594 + 0x40000598 utoa = 0x40000598 + 0x4000059c itoa = 0x4000059c + 0x400005a0 atoi = 0x400005a0 + 0x400005a4 atol = 0x400005a4 + 0x400005a8 strtol = 0x400005a8 + 0x400005ac strtoul = 0x400005ac + 0x400005b0 fflush = 0x400005b0 + 0x400005b4 _fflush_r = 0x400005b4 + 0x400005b8 _fwalk = 0x400005b8 + 0x400005bc _fwalk_reent = 0x400005bc + 0x400005c0 __smakebuf_r = 0x400005c0 + 0x400005c4 __swhatbuf_r = 0x400005c4 + 0x400005c8 __swbuf_r = 0x400005c8 + 0x400005cc __swbuf = 0x400005cc + 0x400005d0 __swsetup_r = 0x400005d0 + 0x4087ffd4 syscall_table_ptr = 0x4087ffd4 + 0x4087ffd0 _global_impure_ptr = 0x4087ffd0 + 0x60000000 PROVIDE (UART0 = 0x60000000) + [!provide] PROVIDE (UART1 = 0x60001000) + 0x60002000 PROVIDE (SPIMEM0 = 0x60002000) + 0x60003000 PROVIDE (SPIMEM1 = 0x60003000) + [!provide] PROVIDE (I2C0 = 0x60004000) + [!provide] PROVIDE (UHCI0 = 0x60005000) + [!provide] PROVIDE (RMT = 0x60006000) + [!provide] PROVIDE (RMTMEM = 0x60006400) + [!provide] PROVIDE (LEDC = 0x60007000) + 0x60008000 PROVIDE (TIMERG0 = 0x60008000) + 0x60009000 PROVIDE (TIMERG1 = 0x60009000) + [!provide] PROVIDE (SYSTIMER = 0x6000a000) + [!provide] PROVIDE (TWAI0 = 0x6000b000) + [!provide] PROVIDE (I2S0 = 0x6000c000) + [!provide] PROVIDE (TWAI1 = 0x6000d000) + [!provide] PROVIDE (APB_SARADC = 0x6000e000) + [!provide] PROVIDE (USB_SERIAL_JTAG = 0x6000f000) + [!provide] PROVIDE (INTMTX = 0x60010000) + [!provide] PROVIDE (ATOMIC_LOCKER = 0x60011000) + [!provide] PROVIDE (PCNT = 0x60012000) + [!provide] PROVIDE (SOC_ETM = 0x60013000) + [!provide] PROVIDE (MCPWM0 = 0x60014000) + [!provide] PROVIDE (PARL_IO = 0x60015000) + [!provide] PROVIDE (HINF = 0x60016000) + [!provide] PROVIDE (SLC = 0x60017000) + [!provide] PROVIDE (HOST = 0x60018000) + [!provide] PROVIDE (PVT_MONITOR = 0x60019000) + [!provide] PROVIDE (GDMA = 0x60080000) + [!provide] PROVIDE (GPSPI2 = 0x60081000) + [!provide] PROVIDE (AES = 0x60088000) + [!provide] PROVIDE (SHA = 0x60089000) + [!provide] PROVIDE (RSA = 0x6008a000) + [!provide] PROVIDE (ECC = 0x6008b000) + [!provide] PROVIDE (DS = 0x6008c000) + [!provide] PROVIDE (HMAC = 0x6008d000) + [!provide] PROVIDE (IO_MUX = 0x60090000) + [!provide] PROVIDE (GPIO = 0x60091000) + [!provide] PROVIDE (GPIO_EXT = 0x60091f00) + [!provide] PROVIDE (SDM = 0x60091f00) + [!provide] PROVIDE (GLITCH_FILTER = 0x60091f30) + [!provide] PROVIDE (GPIO_ETM = 0x60091f60) + [!provide] PROVIDE (MEM_MONITOR = 0x60092000) + [!provide] PROVIDE (PAU = 0x60093000) + [!provide] PROVIDE (HP_SYSTEM = 0x60095000) + 0x60096000 PROVIDE (PCR = 0x60096000) + [!provide] PROVIDE (TEE = 0x60098000) + [!provide] PROVIDE (HP_APM = 0x60099000) + [!provide] PROVIDE (IEEE802154 = 0x600a3000) + 0x600a9800 PROVIDE (MODEM_SYSCON = 0x600a9800) + 0x600af000 PROVIDE (MODEM_LPCON = 0x600af000) + 0x600b0000 PROVIDE (PMU = 0x600b0000) + 0x600b0400 PROVIDE (LP_CLKRST = 0x600b0400) + 0x600b0800 PROVIDE (EFUSE = 0x600b0800) + 0x600b0c00 PROVIDE (LP_TIMER = 0x600b0c00) + [!provide] PROVIDE (LP_AON = 0x600b1000) + 0x600b1400 PROVIDE (LP_UART = 0x600b1400) + [!provide] PROVIDE (LP_I2C = 0x600b1800) + 0x600b1c00 PROVIDE (LP_WDT = 0x600b1c00) + [!provide] PROVIDE (LP_IO = 0x600b2000) + [!provide] PROVIDE (LP_I2C_ANA_MST = 0x600b2400) + [!provide] PROVIDE (LPPERI = 0x600b2800) + 0x600b2c00 PROVIDE (LP_ANA_PERI = 0x600b2c00) + [!provide] PROVIDE (LP_APM = 0x600b3800) + [!provide] PROVIDE (OTP_DEBUG = 0x600b3c00) + 0x4087c610 bootloader_usable_dram_end = 0x4087c610 + 0x00002000 bootloader_stack_overhead = 0x2000 + 0x00005000 bootloader_dram_seg_len = 0x5000 + 0x00007000 bootloader_iram_loader_seg_len = 0x7000 + 0x00002500 bootloader_iram_seg_len = 0x2500 + 0x4087a610 bootloader_dram_seg_end = (bootloader_usable_dram_end - bootloader_stack_overhead) + 0x40875610 bootloader_dram_seg_start = (bootloader_dram_seg_end - bootloader_dram_seg_len) + 0x4086e610 bootloader_iram_loader_seg_start = (bootloader_dram_seg_start - bootloader_iram_loader_seg_len) + 0x4086c110 bootloader_iram_seg_start = (bootloader_iram_loader_seg_start - bootloader_iram_seg_len) + 0x00000001 ASSERT ((bootloader_iram_loader_seg_start == 0x4086e610), bootloader_iram_loader_seg_start inconsistent with SRAM_DRAM_END) + +.iram_loader.text + 0x4086e610 0x3048 + 0x4086e610 . = ALIGN (0x10) + 0x4086e610 _loader_text_start = ABSOLUTE (.) + *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + *(.iram1 .iram1.*) + .iram1.0 0x4086e610 0x4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x4086e610 esp_flash_encryption_enabled + .iram1.5 0x4086e614 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.1 0x4086e664 0x1fa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086e664 bootloader_flash_execute_command_common + .iram1.2 0x4086e85e 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086e85e bootloader_execute_flash_command + .iram1.0 0x4086e86c 0x15a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086e86c bootloader_flash_unlock + .iram1.3 0x4086e9c6 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086e9c6 bootloader_flash_read_sfdp + .iram1.4 0x4086ea06 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086ea06 bootloader_read_flash_id + .iram1.6 0x4086ea3a 0xbe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086ea3a bootloader_flash_xmc_startup + .iram1.0 0x4086eaf8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + 0x4086eaf8 bootloader_flash_cs_timing_config + .iram1.2 0x4086eb18 0x56 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + 0x4086eb18 bootloader_configure_spi_pins + .iram1.0 0x4086eb6e 0xc8 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .iram1.3 0x4086ec36 0x50 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + 0x4086ec36 regi2c_write_impl + 0x4086ec36 esp_rom_regi2c_write + .iram1.4 0x4086ec86 0xdc esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + 0x4086ec86 esp_rom_regi2c_write_mask + 0x4086ec86 regi2c_write_mask_impl + .iram1.0 0x4086ed62 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086ed62 efuse_hal_chip_revision + .iram1.1 0x4086ed80 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086ed80 efuse_hal_blk_version + .iram1.2 0x4086ed9e 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086ed9e efuse_hal_get_disable_wafer_version_major + .iram1.3 0x4086edac 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086edac efuse_hal_get_disable_blk_version_major + .iram1.4 0x4086edbc 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086edbc efuse_hal_flash_encryption_enabled + .iram1.0 0x4086edda 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086edda efuse_hal_get_major_chip_version + .iram1.1 0x4086edea 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4086edea efuse_hal_get_minor_chip_version + .iram1.2 0x4086edfa 0x28 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + 0x4086edfa lp_timer_hal_get_cycle_count + *liblog.a:(.literal .text .literal.* .text.*) + .text.esp_log_early_timestamp + 0x4086ee22 0x26 esp-idf/log/liblog.a(log_timestamp.c.obj) + 0x4086ee22 esp_log_timestamp + 0x4086ee22 esp_log_early_timestamp + *libgcc.a:(.literal .text .literal.* .text.*) + *libclang_rt.builtins.a:(.literal .text .literal.* .text.*) + *libbootloader_support.a:bootloader_clock_loader.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:bootloader_common_loader.*(.literal .text .literal.* .text.*) + .text.bootloader_common_ota_select_crc + 0x4086ee48 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086ee48 bootloader_common_ota_select_crc + .text.bootloader_common_ota_select_invalid + 0x4086ee56 0x16 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086ee56 bootloader_common_ota_select_invalid + .text.bootloader_common_ota_select_valid + 0x4086ee6c 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086ee6c bootloader_common_ota_select_valid + .text.bootloader_common_check_efuse_blk_validity + 0x4086ee96 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086ee96 bootloader_common_check_efuse_blk_validity + .text.bootloader_common_check_chip_validity + 0x4086ef4a 0x118 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086ef4a bootloader_common_check_chip_validity + .text.bootloader_common_select_otadata + 0x4086f062 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086f062 bootloader_common_select_otadata + .text.bootloader_common_get_active_otadata + 0x4086f0a0 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x4086f0a0 bootloader_common_get_active_otadata + *libbootloader_support.a:bootloader_flash.*(.literal .text .literal.* .text.*) + .text.spi_to_esp_err + 0x4086f0ce 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap_get_free_pages + 0x4086f0f2 0x6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f0f2 bootloader_mmap_get_free_pages + .text.bootloader_mmap + 0x4086f0f8 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f0f8 bootloader_mmap + .text.bootloader_munmap + 0x4086f1c0 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f1c0 bootloader_munmap + .text.bootloader_flash_read + 0x4086f1f2 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f1f2 bootloader_flash_read + .text.bootloader_flash_erase_sector + 0x4086f32a 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f32a bootloader_flash_erase_sector + .text.bootloader_flash_write + 0x4086f33c 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f33c bootloader_flash_write + .text.bootloader_enable_wp + 0x4086f40c 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f40c bootloader_enable_wp + .text.bootloader_flash_get_spi_mode + 0x4086f418 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4086f418 bootloader_flash_get_spi_mode + *libbootloader_support.a:bootloader_random.*(.literal .text .literal.* .text.*) + .text.bootloader_fill_random + 0x4086f456 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + 0x4086f456 bootloader_fill_random + *libbootloader_support.a:bootloader_random*.*(.literal.bootloader_random_disable .text.bootloader_random_disable) + .text.bootloader_random_disable + 0x4086f4d6 0xcc esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + 0x4086f4d6 bootloader_random_disable + *libbootloader_support.a:bootloader_random*.*(.literal.bootloader_random_enable .text.bootloader_random_enable) + .text.bootloader_random_enable + 0x4086f5a2 0x14a esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + 0x4086f5a2 bootloader_random_enable + *libbootloader_support.a:bootloader_efuse.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:bootloader_utility.*(.literal .text .literal.* .text.*) + .text.log_invalid_app_partition + 0x4086f6ec 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.index_to_partition + 0x4086f770 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x4086f7b6 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x4086f7fa 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x4086f8a4 0x1d0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_read_otadata + 0x4086fa74 0xa2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4086fa74 bootloader_common_read_otadata + .text.bootloader_utility_load_partition_table + 0x4086fb16 0x270 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4086fb16 bootloader_utility_load_partition_table + .text.bootloader_utility_get_selected_boot_partition + 0x4086fd86 0x112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4086fd86 bootloader_utility_get_selected_boot_partition + .text.bootloader_reset + 0x4086fe98 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4086fe98 bootloader_reset + .text.bootloader_utility_load_boot_image + 0x4086feb4 0x11c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4086feb4 bootloader_utility_load_boot_image + .text.bootloader_debug_buffer + 0x4086ffd0 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4086ffd0 bootloader_debug_buffer + *libbootloader_support.a:bootloader_sha.*(.literal .text .literal.* .text.*) + .text.bootloader_sha256_start + 0x4086ffd2 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x4086ffd2 bootloader_sha256_start + .text.bootloader_sha256_data + 0x4086fffe 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x4086fffe bootloader_sha256_data + .text.bootloader_sha256_finish + 0x40870032 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x40870032 bootloader_sha256_finish + *libbootloader_support.a:bootloader_console_loader.*(.literal .text .literal.* .text.*) + .text.bootloader_console_deinit + 0x40870078 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + 0x40870078 bootloader_console_deinit + *libbootloader_support.a:bootloader_panic.*(.literal .text .literal.* .text.*) + .text.__assert_func + 0x40870082 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x40870082 __assert_func + .text.unlikely.abort + 0x408700a2 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x408700a2 abort + *libbootloader_support.a:bootloader_soc.*(.literal .text .literal.* .text.*) + .text.bootloader_ana_super_wdt_reset_config + 0x408700c8 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + 0x408700c8 bootloader_ana_super_wdt_reset_config + .text.bootloader_ana_clock_glitch_reset_config + 0x408700fa 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + 0x408700fa bootloader_ana_clock_glitch_reset_config + *libbootloader_support.a:esp_image_format.*(.literal .text .literal.* .text.*) + .text.should_load + 0x408700fc 0x4e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_util_regions_overlap + 0x4087014a 0x4c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segments + 0x40870196 0x4b4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.image_load + 0x4087064a 0x3ec esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image + 0x40870a36 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x40870a36 bootloader_load_image + *libbootloader_support.a:flash_encrypt.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:flash_encryption_secure_features.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:flash_partitions.*(.literal .text .literal.* .text.*) + .text.esp_partition_table_verify + 0x40870a3e 0x17e esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x40870a3e esp_partition_table_verify + *libbootloader_support.a:secure_boot.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:secure_boot_secure_features.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:secure_boot_signatures_bootloader.*(.literal .text .literal.* .text.*) + *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*) + *libspi_flash.a:*.*(.literal .text .literal.* .text.*) + *libhal.a:wdt_hal_iram.*(.literal .text .literal.* .text.*) + *libhal.a:mmu_hal.*(.literal .text .literal.* .text.*) + .text.mmu_ll_check_valid_paddr_region.isra.0 + 0x40870bbc 0x86 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_unmap_all + 0x40870c42 0x24 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40870c42 mmu_hal_unmap_all + .text.mmu_hal_init + 0x40870c66 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40870c66 mmu_hal_init + .text.mmu_hal_pages_to_bytes + 0x40870c86 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40870c86 mmu_hal_pages_to_bytes + .text.mmu_hal_check_valid_ext_vaddr_region + 0x40870cb6 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40870cb6 mmu_hal_check_valid_ext_vaddr_region + .text.mmu_hal_map_region + 0x40870cd6 0x10a esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40870cd6 mmu_hal_map_region + *libhal.a:cache_hal.*(.literal .text .literal.* .text.*) + .text.s_cache_hal_init_ctx + 0x40870de0 0x32 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40870de0 s_cache_hal_init_ctx + .text.cache_hal_init + 0x40870e12 0x48 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40870e12 cache_hal_init + .text.s_update_cache_state + 0x40870e5a 0x34 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40870e5a s_update_cache_state + .text.cache_hal_disable + 0x40870e8e 0x2a esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40870e8e cache_hal_disable + .text.cache_hal_enable + 0x40870eb8 0x2e esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40870eb8 cache_hal_enable + *libhal.a:efuse_hal.*(.literal .text .literal.* .text.*) + *libesp_hw_support.a:rtc_clk.*(.literal .text .literal.* .text.*) + .text.rtc_clk_bbpll_disable + 0x40870ee6 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_8m + 0x40870f08 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_xtal + 0x40870f50 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x40870faa 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enable.part.0 + 0x4087102e 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enable + 0x40871082 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40871082 rtc_clk_32k_enable + .text.rtc_clk_32k_enable_external + 0x4087109c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4087109c rtc_clk_32k_enable_external + .text.rtc_clk_rc32k_enable + 0x408710b6 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408710b6 rtc_clk_rc32k_enable + .text.rtc_clk_8m_enable + 0x408710e2 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408710e2 rtc_clk_8m_enable + .text.rtc_clk_slow_src_set + 0x4087110e 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4087110e rtc_clk_slow_src_set + .text.rtc_clk_slow_src_get + 0x4087115e 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4087115e rtc_clk_slow_src_get + .text.rtc_clk_slow_freq_get_hz + 0x4087117c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4087117c rtc_clk_slow_freq_get_hz + .text.rtc_clk_fast_src_set + 0x4087119c 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4087119c rtc_clk_fast_src_set + .text.rtc_clk_fast_src_get + 0x408711cc 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408711cc rtc_clk_fast_src_get + .text.rtc_clk_set_cpu_switch_to_pll + 0x408711da 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408711da rtc_clk_set_cpu_switch_to_pll + .text.rtc_clk_xtal_freq_get + 0x408711dc 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408711dc rtc_get_xtal + 0x408711dc rtc_clk_xtal_freq_get + .text.rtc_clk_cpu_freq_mhz_to_config + 0x4087124c 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4087124c rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_set_config + 0x408712b6 0x19c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408712b6 rtc_clk_cpu_freq_set_config + .text.rtc_clk_cpu_freq_get_config + 0x40871452 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40871452 rtc_clk_cpu_freq_get_config + .text.rtc_clk_xtal_freq_update + 0x40871542 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40871542 rtc_clk_xtal_freq_update + .text.rtc_clk_apb_freq_get + 0x40871568 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40871568 rtc_clk_apb_freq_get + *libesp_hw_support.a:rtc_time.*(.literal .text .literal.* .text.*) + *libesp_hw_support.a:regi2c_ctrl.*(.literal .text .literal.* .text.*) + *libefuse.a:*.*(.literal .text .literal.* .text.*) + *(.fini.literal) + *(.fini) + *(.gnu.version) + 0x40871658 _loader_text_end = ABSOLUTE (.) + +.iram.text 0x4086c110 0x0 + 0x4086c110 . = ALIGN (0x10) + *(.entry.text) + *(.init.literal) + *(.init) + +.dram0.bss 0x40875610 0x110 + 0x40875610 . = ALIGN (0x8) + 0x40875610 _dram_start = ABSOLUTE (.) + 0x40875610 _bss_start = ABSOLUTE (.) + *(.dynsbss) + *(.sbss) + *(.sbss.*) + .sbss.ota_has_initial_contents + 0x40875610 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x40875611 0x3 + .sbss.ram_obfs_value + 0x40875614 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .sbss.mapped 0x4087561c 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x4087561d 0x3 + .sbss.s_bbpll_digi_consumers_ref_count + 0x40875620 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.s_cur_pll_freq + 0x40875624 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.ctx 0x40875628 0x8 esp-idf/hal/libhal.a(cache_hal.c.obj) + *(.gnu.linkonce.sb.*) + *(.scommon) + *(.sbss2) + *(.sbss2.*) + *(.gnu.linkonce.sb2.*) + *(.dynbss) + *(.bss) + *(.bss.*) + .bss.ctx 0x40875630 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss.bootloader_image_hdr + 0x40875708 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x40875708 bootloader_image_hdr + *(.gnu.linkonce.b.*) + *(COMMON) + 0x40875720 . = ALIGN (0x8) + 0x40875720 _bss_end = ABSOLUTE (.) + +.dram0.bootdesc + 0x40875720 0x50 + 0x40875720 _data_start = ABSOLUTE (.) + *(.data_bootloader_desc .data_bootloader_desc.*) + .data_bootloader_desc + 0x40875720 0x50 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x40875720 esp_bootloader_desc + +.dram0.data 0x40875770 0x8 + *(.dram1 .dram1.*) + .dram1.0 0x40875770 0x4 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + *(.data) + *(.data.*) + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + .sdata.current_read_mapping + 0x40875774 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + 0x40875778 _data_end = ABSOLUTE (.) + +.dram0.rodata 0x40875778 0x1660 + 0x40875778 _rodata_start = ABSOLUTE (.) + *(.rodata) + *(.rodata.*) + .rodata.__assert_func.str1.4 + 0x40875778 0x1535 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x22 (size before relaxing) + .rodata.abort.str1.4 + 0x40876cad 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .rodata.call_start_cpu0.str1.4 + 0x40876cad 0x31 esp-idf/main/libmain.a(bootloader_start.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x40876cad 0x99 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.try_load_partition.str1.4 + 0x40876cad 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.4 + 0x40876cad 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.4 + 0x40876cad 0x93 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_common_read_otadata.str1.4 + 0x40876cad 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x40876cad 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x40876cad 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x40876cad 0xc3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x40876cad 0x3 + .rodata.__func__.0 + 0x40876cb0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x40876cc0 0x131 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.bootloader_util_regions_overlap.str1.4 + 0x40876cc0 0x5e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.4 + 0x40876cc0 0x2c2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.image_load.str1.4 + 0x40876cc0 0x192 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.__func__.0 + 0x40876cc0 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.__func__.1 + 0x40876ce0 0x16 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.bootloader_sha256_data.str1.4 + 0x40876cf6 0x51 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + *fill* 0x40876cf6 0x2 + .rodata.__func__.0 + 0x40876cf8 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + *fill* 0x40876d11 0x3 + .rodata.__func__.1 + 0x40876d14 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_ana_super_wdt_reset_config.str1.4 + 0x40876d2b 0x49 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + *fill* 0x40876d2b 0x1 + .rodata.__func__.0 + 0x40876d2c 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .rodata.bootloader_init.str1.4 + 0x40876d52 0xf8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + *fill* 0x40876d52 0x2 + .rodata.__func__.0 + 0x40876d54 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .rodata.bootloader_common_check_efuse_blk_validity.str1.4 + 0x40876d64 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x40876d64 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_fill_random.str1.4 + 0x40876d64 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .rodata.__func__.0 + 0x40876d64 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .rodata.bootloader_mmap.str1.4 + 0x40876d7b 0x8d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_flash_read.str1.4 + 0x40876d7b 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.str1.4 + 0x40876d7b 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_flash_write.str1.4 + 0x40876d7b 0xcc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x40876d7b 0x1 + .rodata.__func__.0 + 0x40876d7c 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x40876d97 0x1 + .rodata.__func__.1 + 0x40876d98 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_init_spi_flash.str1.4 + 0x40876dc0 0xc9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .rodata.bootloader_read_bootloader_header.str1.4 + 0x40876dc0 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_check_bootloader_validity.str1.4 + 0x40876dc0 0x4e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_enable_random.str1.4 + 0x40876dc0 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_print_banner.str1.4 + 0x40876dc0 0x4d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.rtc_clk_init.str1.4 + 0x40876dc0 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .rodata.rtc_clk_xtal_freq_get.str1.4 + 0x40876dc0 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x40876dc0 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_apb_freq_get.str1.4 + 0x40876dc0 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.str1.4 + 0x40876dc0 0x4d esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .rodata.__func__.1 + 0x40876dc0 0x17 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.sdata2 .sdata2.* .srodata .srodata.*) + 0x40876dd7 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + *(.eh_frame_hdr) + *(.eh_frame) + 0x40876e8c . = ((. + 0x3) & 0xfffffffffffffffc) + *fill* 0x40876dd7 0x1 + 0x40876dd8 __init_array_start = ABSOLUTE (.) + *crtbegin.*(.ctors) + *(EXCLUDE_FILE(*crtend.*) .ctors) + *(SORT_BY_NAME(.ctors.*)) + *(.ctors) + 0x40876dd8 __init_array_end = ABSOLUTE (.) + *crtbegin.*(.dtors) + *(EXCLUDE_FILE(*crtend.*) .dtors) + *(SORT_BY_NAME(.dtors.*)) + *(.dtors) + 0x40876dd8 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x40876dd8 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x40876dd8 _rodata_end = ABSOLUTE (.) + 0x40876dd8 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x40876dd8 _lit4_end = ABSOLUTE (.) + 0x40876dd8 . = ALIGN (0x4) + 0x40876dd8 _dram_end = ABSOLUTE (.) + +.iram.text 0x4086c110 0xe82 + 0x4086c110 _stext = . + 0x4086c110 _text_start = ABSOLUTE (.) + *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + .text.esp_bootloader_get_description + 0x4086c110 0xa esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x4086c110 esp_bootloader_get_description + .text.call_start_cpu0 + 0x4086c11a 0x82 esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x4086c11a call_start_cpu0 + .text.bootloader_init + 0x4086c19c 0x1c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + 0x4086c19c bootloader_init + .text.bootloader_clock_configure + 0x4086c362 0x164 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + 0x4086c362 bootloader_clock_configure + .text.bootloader_init_mem + 0x4086c4c6 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x4086c4c6 bootloader_init_mem + .text.bootloader_flash_update_id + 0x4086c4c8 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + 0x4086c4c8 bootloader_flash_update_id + .text.bootloader_init_spi_flash + 0x4086c4e4 0x1be esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + 0x4086c4e4 bootloader_init_spi_flash + .text.bootloader_clear_bss_section + 0x4086c6a2 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4086c6a2 bootloader_clear_bss_section + .text.bootloader_read_bootloader_header + 0x4086c6c4 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4086c6c4 bootloader_read_bootloader_header + .text.bootloader_check_bootloader_validity + 0x4086c702 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4086c702 bootloader_check_bootloader_validity + .text.bootloader_config_wdt + 0x4086c786 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4086c786 bootloader_config_wdt + .text.bootloader_enable_random + 0x4086c830 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4086c830 bootloader_enable_random + .text.bootloader_print_banner + 0x4086c85a 0x56 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4086c85a bootloader_print_banner + .text.bootloader_console_init + 0x4086c8b0 0xde esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + 0x4086c8b0 bootloader_console_init + .text.esp_cpu_configure_region_protection + 0x4086c98e 0x194 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x4086c98e esp_cpu_configure_region_protection + .text.rtc_clk_init + 0x4086cb22 0x20c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0x4086cb22 rtc_clk_init + .text.get_act_hp_dbias + 0x4086cd2e 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x4086cd2e get_act_hp_dbias + .text.get_act_lp_dbias + 0x4086cd62 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x4086cd62 get_act_lp_dbias + .text.wdt_hal_init + 0x4086cd96 0x1ec esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + 0x4086cd96 wdt_hal_init + *(.iram .iram.*) + *(.fini.literal) + *(.fini) + *(.gnu.version) + 0x4086cf92 . = (. + 0x10) + *fill* 0x4086cf82 0x10 + 0x4086cf92 _text_end = ABSOLUTE (.) + 0x4086cf92 _etext = . + +.riscv.attributes + 0x00000000 0x60 + *(.riscv.attributes) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .riscv.attributes + 0x0000005c 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .riscv.attributes + 0x000000b8 0x5c esp-idf/main/libmain.a(bootloader_start.c.obj) + .riscv.attributes + 0x00000114 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .riscv.attributes + 0x00000170 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .riscv.attributes + 0x000001cc 0x5c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .riscv.attributes + 0x00000228 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .riscv.attributes + 0x00000284 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .riscv.attributes + 0x000002e0 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .riscv.attributes + 0x0000033c 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .riscv.attributes + 0x00000398 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .riscv.attributes + 0x000003f4 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .riscv.attributes + 0x00000450 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .riscv.attributes + 0x000004ac 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .riscv.attributes + 0x0000050c 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .riscv.attributes + 0x00000568 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .riscv.attributes + 0x000005c4 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .riscv.attributes + 0x00000620 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .riscv.attributes + 0x0000067c 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .riscv.attributes + 0x000006d8 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .riscv.attributes + 0x00000734 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .riscv.attributes + 0x00000794 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .riscv.attributes + 0x000007f4 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .riscv.attributes + 0x00000850 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .riscv.attributes + 0x000008ac 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .riscv.attributes + 0x00000908 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .riscv.attributes + 0x00000964 0x60 esp-idf/log/liblog.a(log_timestamp.c.obj) + .riscv.attributes + 0x000009c4 0x5c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x00000a20 0x5c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x00000a7c 0x5c esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .riscv.attributes + 0x00000ad8 0x5c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .riscv.attributes + 0x00000b34 0x5c esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug + *(.debug) + +.line + *(.line) + +.debug_srcinfo + *(.debug_srcinfo) + +.debug_sfnames + *(.debug_sfnames) + +.debug_aranges 0x00000000 0x8b8 + *(.debug_aranges) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_aranges + 0x00000020 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_aranges + 0x00000048 0x28 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_aranges + 0x00000070 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x00000100 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x00000120 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x00000190 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_aranges + 0x000001b0 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x000001e0 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_aranges + 0x00000208 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_aranges + 0x00000228 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x00000278 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_aranges + 0x00000298 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x000002b8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_aranges + 0x000002d8 0x40 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_aranges + 0x00000318 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_aranges + 0x00000340 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x000003f8 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_aranges + 0x00000440 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_aranges + 0x00000488 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_aranges + 0x000004a8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_aranges + 0x000004c8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_aranges + 0x000004e8 0x120 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x00000608 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_aranges + 0x00000668 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_aranges + 0x000006a8 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_aranges + 0x000006d0 0x20 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_aranges + 0x000006f0 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000738 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000790 0x38 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_aranges + 0x000007c8 0x68 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_aranges + 0x00000830 0x88 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_pubnames + *(.debug_pubnames) + +.debug_info 0x00000000 0x3d8d2 + *(.debug_info .gnu.linkonce.wi.*) + .debug_info 0x00000000 0x181 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_info 0x00000181 0x217 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_info 0x00000398 0xc95 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_info 0x0000102d 0x2083 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x000030b0 0x5b4 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x00003664 0x2663 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x00005cc7 0xc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_info 0x00005d8d 0x44e esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x000061db 0x15f esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_info 0x0000633a 0x4553 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_info 0x0000a88d 0xb35 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x0000b3c2 0x366 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_info 0x0000b728 0xa6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x0000b7ce 0x2b2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_info 0x0000ba80 0xa48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x0000c4c8 0x42e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_info 0x0000c8f6 0x59c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x000122bc 0xbe2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_info 0x00012e9e 0x1fc9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_info 0x00014e67 0x4aa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_info 0x0001990b 0x387 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x00019c92 0x6e7a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_info 0x00020b0c 0x59f9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x00026505 0x48d8 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_info 0x0002addd 0xbf9 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_info 0x0002b9d6 0x4ce3 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_info 0x000306b9 0x12c esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_info 0x000307e5 0x3831 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x00034016 0x3a97 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x00037aad 0x999 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_info 0x00038446 0x457e esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x0003c9c4 0xf0e esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_abbrev 0x00000000 0x573c + *(.debug_abbrev) + .debug_abbrev 0x00000000 0xaa esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_abbrev 0x000000aa 0xfb esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_abbrev 0x000001a5 0x309 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_abbrev 0x000004ae 0x516 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x000009c4 0x1fd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x00000bc1 0x4fb esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x000010bc 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_abbrev 0x00001145 0x1ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x0000130f 0xdc esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_abbrev 0x000013eb 0x3e4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_abbrev 0x000017cf 0x298 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x00001a67 0x143 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_abbrev 0x00001baa 0x65 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x00001c0f 0x194 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_abbrev 0x00001da3 0x322 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x000020c5 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_abbrev 0x0000219d 0x5c2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x0000275f 0x2fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_abbrev 0x00002a5d 0x347 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_abbrev 0x00002da4 0x376 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_abbrev 0x0000311a 0x15f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x00003279 0x4c7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_abbrev 0x00003740 0x639 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x00003d79 0x2fd esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_abbrev 0x00004076 0x21a esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_abbrev 0x00004290 0x39a esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_abbrev 0x0000462a 0xe5 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_abbrev 0x0000470f 0x22d esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x0000493c 0x37a esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x00004cb6 0x2b1 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_abbrev 0x00004f67 0x43b esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x000053a2 0x39a esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_line 0x00000000 0x15347 + *(.debug_line) + .debug_line 0x00000000 0x228 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_line 0x00000228 0x42f esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_line 0x00000657 0x6bd esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_line 0x00000d14 0x1fd2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x00002ce6 0x71c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x00003402 0x21df esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x000055e1 0x206 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_line 0x000057e7 0x47d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x00005c64 0x285 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_line 0x00005ee9 0xc02 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_line 0x00006aeb 0x9ee esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x000074d9 0x60d esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_line 0x00007ae6 0xfb esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x00007be1 0x50c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_line 0x000080ed 0xd64 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x00008e51 0x49a esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_line 0x000092eb 0x1d30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x0000b01b 0xa8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_line 0x0000baa6 0xba3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_line 0x0000c649 0x62d esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_line 0x0000cc76 0x752 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x0000d3c8 0xc22 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_line 0x0000dfea 0x20dc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x000100c6 0x946 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_line 0x00010a0c 0x85f esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_line 0x0001126b 0xd35 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_line 0x00011fa0 0x30a esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_line 0x000122aa 0x4b2 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0001275c 0x749 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x00012ea5 0x47a esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_line 0x0001331f 0x13fe esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x0001471d 0xc2a esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_frame 0x00000000 0x1754 + *(.debug_frame) + .debug_frame 0x00000000 0x20 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_frame 0x00000020 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_frame 0x00000060 0x38 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_frame 0x00000098 0x260 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x000002f8 0x58 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x00000350 0x198 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x000004e8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_frame 0x00000508 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x00000570 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_frame 0x000005ac 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_frame 0x000005e0 0x100 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x000006e0 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_frame 0x00000718 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x00000738 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_frame 0x0000077c 0xb4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x00000830 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_frame 0x0000087c 0x2d0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x00000b4c 0xac esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_frame 0x00000bf8 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_frame 0x00000cbc 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_frame 0x00000cec 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x00000d20 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_frame 0x00000d58 0x31c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x00001074 0x10c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_frame 0x00001180 0xd0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_frame 0x00001250 0x54 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_frame 0x000012a4 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_frame 0x000012d4 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x00001354 0xb0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x00001404 0x60 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_frame 0x00001464 0x170 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_frame 0x000015d4 0x180 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_str 0x00000000 0x10b3e + *(.debug_str) + .debug_str 0x00000000 0x10b3e esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x2ef (size before relaxing) + .debug_str 0x00010b3e 0x305 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_str 0x00010b3e 0xa70 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_str 0x00010b3e 0x19c0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x00010b3e 0x4ea esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x00010b3e 0x1a11 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x00010b3e 0x293 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_str 0x00010b3e 0x420 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x00010b3e 0x2d3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_str 0x00010b3e 0x3969 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_str 0x00010b3e 0x1132 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_str 0x00010b3e 0x6fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_str 0x00010b3e 0x282 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_str 0x00010b3e 0x362 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_str 0x00010b3e 0xa54 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_str 0x00010b3e 0x31d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_str 0x00010b3e 0x3d4b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x00010b3e 0x14a2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_str 0x00010b3e 0x1d20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_str 0x00010b3e 0x297e esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_str 0x00010b3e 0x357 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_str 0x00010b3e 0x4d11 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_str 0x00010b3e 0x4235 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_str 0x00010b3e 0x3397 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_str 0x00010b3e 0x9d6 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_str 0x00010b3e 0x2bce esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_str 0x00010b3e 0x2cf esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_str 0x00010b3e 0x295e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x00010b3e 0x2b0e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x00010b3e 0x5de esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_str 0x00010b3e 0x2bc1 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_str 0x00010b3e 0x739 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_loc 0x00000000 0x9894 + *(.debug_loc) + .debug_loc 0x00000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_loc 0x000000c8 0xc7 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_loc 0x0000018f 0x1082 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x00001211 0x1d9 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x000013ea 0x248c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x00003876 0x17d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x000039f3 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_loc 0x00003a25 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_loc 0x00003afd 0x3ad esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x00003eaa 0x19c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_loc 0x00004046 0x1e5 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x0000422b 0x153b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x00005766 0x135 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_loc 0x0000589b 0x141 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_loc 0x000059dc 0x7b esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_loc 0x00005a57 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_loc 0x00005ab7 0x1b0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_loc 0x00005c67 0xdbc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x00006a23 0x268 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_loc 0x00006c8b 0x716 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_loc 0x000073a1 0x518 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_loc 0x000078b9 0x13 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x000078cc 0x182 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00007a4e 0x175 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_loc 0x00007bc3 0xfed esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_loc 0x00008bb0 0xce4 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_macinfo + *(.debug_macinfo) + +.debug_pubtypes + *(.debug_pubtypes) + +.debug_ranges 0x00000000 0x1e78 + *(.debug_ranges) + .debug_ranges 0x00000000 0x10 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_ranges 0x00000010 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_ranges 0x00000028 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_ranges 0x00000058 0x208 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x00000260 0x70 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x000002d0 0x3d8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x000006a8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_ranges 0x000006b8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x000006d8 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_ranges 0x000006f0 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .debug_ranges 0x000007c0 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x00000818 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_ranges 0x00000828 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x00000838 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_ranges 0x00000878 0x90 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x00000908 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_ranges 0x00000920 0x280 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x00000ba0 0xa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_ranges 0x00000c48 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_ranges 0x00000cb8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_ranges 0x00000cc8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x00000d20 0x108 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_ranges 0x00000e28 0x620 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x00001448 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_ranges 0x000014b0 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_ranges 0x000014e0 0x280 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_ranges 0x00001760 0x28 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_ranges 0x00001788 0x88 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00001810 0x98 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x000018a8 0x88 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_ranges 0x00001930 0x3c8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_ranges 0x00001cf8 0x180 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_weaknames + *(.debug_weaknames) + +.debug_funcnames + *(.debug_funcnames) + +.debug_typenames + *(.debug_typenames) + +.debug_varnames + *(.debug_varnames) + +.debug_gnu_pubnames + *(.debug_gnu_pubnames) + +.debug_gnu_pubtypes + *(.debug_gnu_pubtypes) + +.debug_types + *(.debug_types) + +.debug_addr + *(.debug_addr) + +.debug_line_str + *(.debug_line_str) + +.debug_loclists + *(.debug_loclists) + +.debug_macro + *(.debug_macro) + +.debug_names + *(.debug_names) + +.debug_rnglists + *(.debug_rnglists) + +.debug_str_offsets + *(.debug_str_offsets) + +.comment 0x00000000 0x2f + *(.comment) + .comment 0x00000000 0x2f esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x30 (size before relaxing) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .comment 0x0000002f 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .comment 0x0000002f 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.note.GNU-stack + 0x00000000 0x0 + *(.note.GNU-stack) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + +/DISCARD/ + *(.rela.*) +OUTPUT(bootloader.elf elf32-littleriscv) + +Cross Reference Table + +Symbol File +Cache_Disable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Enable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Freeze_ICache_Disable esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Freeze_ICache_Enable esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Get_ICache_Line_Size esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Invalidate_Addr esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Resume_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Suspend_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +EFUSE esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +ESP_EFUSE_ACTIVE_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ACTIVE_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CRYPT_DPA_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DBIAS_VOL_GAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DSLP_LP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DSLP_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_LSLP_HP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_LSLP_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC_EXT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_DISABLE_FAST_WAKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SEC_DPA_LEVEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_DOWNLOAD_MSPI_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SWAP_UART_SDIO_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ACTIVE_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ACTIVE_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_USR_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_CRYPT_DPA_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DBIAS_VOL_GAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DSLP_LP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DSLP_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_LSLP_HP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_LSLP_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC_EXT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SEC_DPA_LEVEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_SPI_DOWNLOAD_MSPI_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SWAP_UART_SDIO_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SYS_DATA_PART1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +LP_ANA_PERI esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +LP_CLKRST esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +LP_TIMER esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +LP_UART esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +LP_WDT esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +MODEM_LPCON esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +MODEM_SYSCON esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +PCR esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +PMU esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +ROM_Boot_Cache_Init esp-idf/hal/libhal.a(mmu_hal.c.obj) +SPIMEM0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPIMEM1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +TIMERG0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +TIMERG1 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) +UART0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +__ashldi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__assert_func esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +__clz_tab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) +__getreent esp-idf/main/libmain.a(bootloader_start.c.obj) +__lshrdi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__popcountsi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__sf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) +__udivdi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +_bss_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +_bss_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +_data_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +_data_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +_dram_end esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +_dram_start esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +_impure_data /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) +_impure_ptr /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) +abort esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_after_init esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_ana_super_wdt_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_before_init esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_check_bootloader_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_clear_bss_section esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_clock_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_efuse_blk_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_read_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_config_wdt esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_console_deinit esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_console_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_enable_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_fill_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_execute_command_common esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_spi_mode esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_is_octal_mode_enabled esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_reset_chip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_image_hdr esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_print_banner esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +bootloader_read_bootloader_header esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_spi_flash_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_utility_load_boot_image esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +cache_hal_disable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +cache_hal_enable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +cache_hal_freeze esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_get_cache_line_size esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_init esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +cache_hal_invalidate_addr esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_resume esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_suspend esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_unfreeze esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_vaddr_to_cache_level_id esp-idf/hal/libhal.a(cache_hal.c.obj) +call_start_cpu0 esp-idf/main/libmain.a(bootloader_start.c.obj) +efuse_hal_blk_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_flash_encryption_enabled esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +efuse_hal_get_disable_blk_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_get_mac esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_major_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_minor_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_is_coding_error_in_block esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_program esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_read esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_set_timing esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_bootloader_desc esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) +esp_bootloader_get_description esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_batch_write_cancel esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_destroy_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_enable_rom_secure_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_unused_key_block esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_rom_log_scheme esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_chip esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_burn_chip_opt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_check_errors esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_count_once esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_debug_dump_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_pending esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_single_block esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_erase_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_read_register_address esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_utility_is_correct_written_data esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_read_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_reset esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_update_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_write_blob esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_flash_encryption_cfg_verify_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_enabled esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_flash_encryption_set_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_write_protect_crypt_cnt esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_flash_encryption_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_log_early_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +esp_rom_delay_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_rom_get_cpu_ticks_per_us esp-idf/log/liblog.a(log_timestamp.c.obj) +esp_rom_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +esp_rom_gpio_pad_set_drv esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +esp_rom_install_uart_printf esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +esp_rom_md5_final esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +esp_rom_md5_init esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +esp_rom_md5_update esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +esp_rom_output_flush_tx esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) +esp_rom_output_tx_wait_idle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) +esp_rom_regi2c_read esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +esp_rom_regi2c_read_mask esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +esp_rom_regi2c_write esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_regi2c_write_mask esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) +esp_rom_set_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_software_reset_system esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +esp_rom_spiflash_erase_block esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_fix_dummylen esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +esp_rom_spiflash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_wait_idle esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write_encrypted esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_secure_boot_read_key_digests esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ets_efuse_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_efuse_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_sha_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +ets_sha_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +ets_sha_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +ets_sha_update esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +get_act_hp_dbias esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +get_act_lp_dbias esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +lp_timer_hal_clear_alarm_intr_status esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +lp_timer_hal_clear_overflow_intr_status esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +lp_timer_hal_get_cycle_count esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) +lp_timer_hal_set_alarm_target esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +memcmp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +memcpy /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +memset /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +mmu_hal_bytes_to_pages esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_check_valid_ext_vaddr_region esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_init esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c6.c.obj) +mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +mmu_hal_paddr_to_vaddr esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_pages_to_bytes esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_unmap_all esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +mmu_hal_unmap_region esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_vaddr_to_paddr esp-idf/hal/libhal.a(mmu_hal.c.obj) +pmu_hp_system_analog_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +pmu_hp_system_clock_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +pmu_hp_system_digital_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +pmu_hp_system_power_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +pmu_hp_system_retention_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +pmu_lp_system_analog_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +pmu_lp_system_power_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) +range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +regi2c_read_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +regi2c_read_mask_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +regi2c_write_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +regi2c_write_mask_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +rom_spiflash_legacy_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_bbpll_add_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_bbpll_remove_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_to_pll_and_pll_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_fast_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_rc32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_set_cpu_switch_to_pll esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +rtc_clk_slow_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_slow_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_dig_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj) +s_get_cache_state esp-idf/hal/libhal.a(cache_hal.c.obj) +s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_update_cache_state esp-idf/hal/libhal.a(cache_hal.c.obj) +wdt_hal_config_stage esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_deinit esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) +wdt_hal_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_init esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_set_flashboot_en esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_write_protect_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_write_protect_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) diff --git a/build/bootloader/build.ninja b/build/bootloader/build.ninja new file mode 100644 index 0000000..d17b618 --- /dev/null +++ b/build/bootloader/build.ninja @@ -0,0 +1,2690 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.31 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: bootloader +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/ + +############################################# +# Utility command for menuconfig + +build menuconfig: phony CMakeFiles/menuconfig + + +############################################# +# Utility command for confserver + +build confserver: phony CMakeFiles/confserver + + +############################################# +# Utility command for save-defconfig + +build save-defconfig: phony CMakeFiles/save-defconfig + + +############################################# +# Utility command for gen_project_binary + +build gen_project_binary: phony CMakeFiles/gen_project_binary .bin_timestamp bootloader.elf + + +############################################# +# Utility command for app + +build app: phony CMakeFiles/app esp-idf/esptool_py/bootloader_check_size gen_project_binary + + +############################################# +# Utility command for erase_flash + +build erase_flash: phony CMakeFiles/erase_flash + + +############################################# +# Utility command for merge-bin + +build merge-bin: phony CMakeFiles/merge-bin gen_project_binary + + +############################################# +# Utility command for monitor + +build monitor: phony CMakeFiles/monitor bootloader.elf + + +############################################# +# Utility command for _project_elf_src + +build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32c6.c + +# ============================================================================= +# Object build statements for EXECUTABLE target bootloader.elf + + +############################################# +# Order-only phony target for bootloader.elf + +build cmake_object_order_depends_target_bootloader.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_soc project_elf_src_esp32c6.c + +build CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj: C_COMPILER__bootloader.2eelf_unscanned_ /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/project_elf_src_esp32c6.c || cmake_object_order_depends_target_bootloader.elf + DEFINES = -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ + DEP_FILE = CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always + INCLUDES = -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = CMakeFiles/bootloader.elf.dir + OBJECT_FILE_DIR = CMakeFiles/bootloader.elf.dir + TARGET_COMPILE_PDB = CMakeFiles/bootloader.elf.dir/ + TARGET_PDB = bootloader.elf.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target bootloader.elf + + +############################################# +# Link the executable bootloader.elf + +build bootloader.elf: C_EXECUTABLE_LINKER__bootloader.2eelf_ CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj | esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld/rom.api.ld /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld/esp32c6.peripherals.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.rvfp.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.systimer.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c6/bootloader.ld /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c6/bootloader.rom.ld || _project_elf_src esp-idf/main/libmain.a esp-idf/soc/libsoc.a + FLAGS = -march=rv32imac_zicsr_zifencei + LINK_FLAGS = -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32C6=0 -Wl,--Map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32c6.rom.ld -T esp32c6.rom.api.ld -T esp32c6.rom.rvfp.ld -T esp32c6.rom.wdt.ld -T esp32c6.rom.systimer.ld -T esp32c6.rom.version.ld -T esp32c6.rom.newlib.ld -T esp32c6.peripherals.ld -T bootloader.ld -T bootloader.rom.ld + LINK_LIBRARIES = esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a -u __assert_func -u esp_bootloader_desc -u abort -u __ubsan_include -u esp_system_include_startup_funcs -u esp_sleep_gpio_include -u bootloader_hooks_include + LINK_PATH = -L/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld -L/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld -L/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld -L/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c6 + OBJECT_DIR = CMakeFiles/bootloader.elf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/bootloader.elf.dir/ + TARGET_FILE = bootloader.elf + TARGET_PDB = bootloader.elf.pdb + + +############################################# +# Utility command for size + +build size: phony CMakeFiles/size + + +############################################# +# Utility command for size-files + +build size-files: phony CMakeFiles/size-files + + +############################################# +# Utility command for size-components + +build size-components: phony CMakeFiles/size-components + + +############################################# +# Utility command for uf2 + +build uf2: phony CMakeFiles/uf2 + + +############################################# +# Utility command for uf2-app + +build uf2-app: phony CMakeFiles/uf2-app + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Custom command for CMakeFiles/menuconfig + +build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env --env IDF_TARGET=esp32c6 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --dont-write-deprecated --output config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/check_term.py && /opt/homebrew/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/kconfigs_projbuild.in KCONFIG_CONFIG=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig IDF_TARGET=esp32c6 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.4.0 /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m menuconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env --env IDF_TARGET=esp32c6 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --output config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig + pool = console + + +############################################# +# Custom command for CMakeFiles/confserver + +build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfserver --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig + pool = console + + +############################################# +# Custom command for CMakeFiles/save-defconfig + +build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config.env --dont-write-deprecated --output savedefconfig /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/sdkconfig.defaults + pool = console + + +############################################# +# Phony custom command for CMakeFiles/gen_project_binary + +build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a + + +############################################# +# Custom command for .bin_timestamp + +build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32c6 elf2image --flash_mode dio --flash_freq 80m --flash_size 4MB --min-rev-full 0 --max-rev-full 99 -o /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf && /opt/homebrew/bin/cmake -E echo "Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin" && /opt/homebrew/bin/cmake -E md5sum /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin > /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/.bin_timestamp + DESC = Generating binary image from built executable + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/app + +build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esptool_py/bootloader_check_size esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a gen_project_binary + + +############################################# +# Custom command for CMakeFiles/erase_flash + +build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/merge-bin + +build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND bootloader || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a gen_project_binary + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/merged-binary.bin;@/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader -P run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/monitor + +build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;riscv32-esp-elf-;;--target;esp32c6;;--revision;0;;--decode-panic;backtrace;;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader -P run_serial_tool.cmake + pool = console + + +############################################# +# Phony custom command for CMakeFiles/_project_elf_src + +build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32c6.c + + +############################################# +# Custom command for project_elf_src_esp32c6.c + +build project_elf_src_esp32c6.c | ${cmake_ninja_workdir}project_elf_src_esp32c6.c: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/project_elf_src_esp32c6.c + DESC = Generating project_elf_src_esp32c6.c + restat = 1 + + +############################################# +# Custom command for CMakeFiles/size + +build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND bootloader.map + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -D "IDF_SIZE_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_size_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/size-files + +build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND bootloader.map + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -D "IDF_SIZE_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_size_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/size-components + +build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND bootloader.map + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -D "IDF_SIZE_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_size_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/uf2 + +build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "UF2_CMD=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;/Users/james/Development/psionrevo/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c6" -D "UF2_ARGS=--json;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/flasher_args.json;-o;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/uf2.bin" -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/uf2-app + +build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "UF2_CMD=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;/Users/james/Development/psionrevo/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c6" -D "UF2_ARGS=--json;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/flasher_args.json;-o;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/uf2-app.bin;--bin;app" -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + pool = console + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/riscv/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/riscv/edit_cache: phony esp-idf/riscv/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/riscv/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/riscv/rebuild_cache: phony esp-idf/riscv/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Order-only phony target for __idf_soc + +build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_micro-ecc + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Link the static library esp-idf/soc/libsoc.a + +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj || esp-idf/micro-ecc/libmicro-ecc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_FILE = esp-idf/soc/libsoc.a + TARGET_PDB = esp-idf/soc/libsoc.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_micro-ecc + + +############################################# +# Order-only phony target for __idf_micro-ecc + +build cmake_object_order_depends_target___idf_micro-ecc: phony || cmake_object_order_depends_target___idf_hal + +build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj: C_COMPILER____idf_micro-ecc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c || cmake_object_order_depends_target___idf_micro-ecc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir + OBJECT_FILE_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir + TARGET_COMPILE_PDB = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/__idf_micro-ecc.pdb + TARGET_PDB = esp-idf/micro-ecc/libmicro-ecc.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_micro-ecc + + +############################################# +# Link the static library esp-idf/micro-ecc/libmicro-ecc.a + +build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj || esp-idf/hal/libhal.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/__idf_micro-ecc.pdb + TARGET_FILE = esp-idf/micro-ecc/libmicro-ecc.a + TARGET_PDB = esp-idf/micro-ecc/libmicro-ecc.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/micro-ecc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/micro-ecc/edit_cache: phony esp-idf/micro-ecc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/micro-ecc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/micro-ecc/rebuild_cache: phony esp-idf/micro-ecc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Order-only phony target for __idf_hal + +build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_spi_flash + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Link the static library esp-idf/hal/libhal.a + +build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj || esp-idf/spi_flash/libspi_flash.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_FILE = esp-idf/hal/libhal.a + TARGET_PDB = esp-idf/hal/libhal.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Order-only phony target for __idf_spi_flash + +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_bootloader_format + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + TARGET_COMPILE_PDB = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/__idf_spi_flash.pdb + TARGET_PDB = esp-idf/spi_flash/libspi_flash.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Link the static library esp-idf/spi_flash/libspi_flash.a + +build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj || esp-idf/esp_bootloader_format/libesp_bootloader_format.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/__idf_spi_flash.pdb + TARGET_FILE = esp-idf/spi_flash/libspi_flash.a + TARGET_PDB = esp-idf/spi_flash/libspi_flash.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spi_flash/rebuild_cache: phony esp-idf/spi_flash/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_bootloader_format + + +############################################# +# Order-only phony target for __idf_esp_bootloader_format + +build cmake_object_order_depends_target___idf_esp_bootloader_format: phony || cmake_object_order_depends_target___idf_bootloader_support + +build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj: C_COMPILER____idf_esp_bootloader_format_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c || cmake_object_order_depends_target___idf_esp_bootloader_format + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + OBJECT_FILE_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + TARGET_COMPILE_PDB = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/__idf_esp_bootloader_format.pdb + TARGET_PDB = esp-idf/esp_bootloader_format/libesp_bootloader_format.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_bootloader_format + + +############################################# +# Link the static library esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/__idf_esp_bootloader_format.pdb + TARGET_FILE = esp-idf/esp_bootloader_format/libesp_bootloader_format.a + TARGET_PDB = esp-idf/esp_bootloader_format/libesp_bootloader_format.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Order-only phony target for __idf_bootloader_support + +build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_efuse + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_soc.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_esp32c6.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_ecdsa.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Link the static library esp-idf/bootloader_support/libbootloader_support.a + +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj || esp-idf/efuse/libefuse.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_FILE = esp-idf/bootloader_support/libbootloader_support.a + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Order-only phony target for __idf_efuse + +build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_esp_system + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Link the static library esp-idf/efuse/libefuse.a + +build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj || esp-idf/esp_system/libesp_system.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_FILE = esp-idf/efuse/libefuse.a + TARGET_PDB = esp-idf/efuse/libefuse.pdb + + +############################################# +# Utility command for efuse-common-table + +build esp-idf/efuse/efuse-common-table: phony esp-idf/efuse/CMakeFiles/efuse-common-table + + +############################################# +# Utility command for efuse_common_table + +build esp-idf/efuse/efuse_common_table: phony esp-idf/efuse/CMakeFiles/efuse_common_table esp-idf/efuse/efuse-common-table + + +############################################# +# Utility command for efuse-custom-table + +build esp-idf/efuse/efuse-custom-table: phony + + +############################################# +# Utility command for efuse_custom_table + +build esp-idf/efuse/efuse_custom_table: phony esp-idf/efuse/CMakeFiles/efuse_custom_table esp-idf/efuse/efuse-custom-table + + +############################################# +# Utility command for show-efuse-table + +build esp-idf/efuse/show-efuse-table: phony esp-idf/efuse/CMakeFiles/show-efuse-table + + +############################################# +# Utility command for show_efuse_table + +build esp-idf/efuse/show_efuse_table: phony esp-idf/efuse/CMakeFiles/show_efuse_table esp-idf/efuse/show-efuse-table + + +############################################# +# Utility command for efuse_test_table + +build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_table + + +############################################# +# Utility command for edit_cache + +build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/efuse/rebuild_cache: phony esp-idf/efuse/CMakeFiles/rebuild_cache.util + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse-common-table + +build esp-idf/efuse/CMakeFiles/efuse-common-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse-common-table: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/efuse_table_gen.py /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.csv -t esp32c6 --max_blk_len 256 + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table + +build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "efuse_common_table" is deprecated. Have you wanted to run "efuse-common-table" instead? + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse_custom_table + +build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_custom_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-custom-table + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "efuse_custom_table" is deprecated. Have you wanted to run "efuse-custom-table" instead? + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/show-efuse-table + +build esp-idf/efuse/CMakeFiles/show-efuse-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show-efuse-table: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/efuse_table_gen.py /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.csv -t esp32c6 --max_blk_len 256 --info + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table + +build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "show_efuse_table" is deprecated. Have you wanted to run "show-efuse-table" instead? + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse_test_table + +build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/efuse_table_gen.py /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32c6 --max_blk_len 256 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_security/rebuild_cache: phony esp-idf/esp_security/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Order-only phony target for __idf_esp_system + +build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_hw_support + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + TARGET_COMPILE_PDB = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/__idf_esp_system.pdb + TARGET_PDB = esp-idf/esp_system/libesp_system.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Link the static library esp-idf/esp_system/libesp_system.a + +build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/__idf_esp_system.pdb + TARGET_FILE = esp-idf/esp_system/libesp_system.a + TARGET_PDB = esp-idf/esp_system/libesp_system.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Order-only phony target for __idf_esp_hw_support + +build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_esp_common + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Link the static library esp-idf/esp_hw_support/libesp_hw_support.a + +build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj || esp-idf/esp_common/libesp_common.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_FILE = esp-idf/esp_hw_support/libesp_hw_support.a + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/edit_cache: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/rebuild_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Order-only phony target for __idf_esp_common + +build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_rom + +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/__idf_esp_common.pdb + TARGET_PDB = esp-idf/esp_common/libesp_common.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Link the static library esp-idf/esp_common/libesp_common.a + +build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_rom/libesp_rom.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/__idf_esp_common.pdb + TARGET_FILE = esp-idf/esp_common/libesp_common.a + TARGET_PDB = esp-idf/esp_common/libesp_common.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Order-only phony target for __idf_esp_rom + +build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_log + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Link the static library esp-idf/esp_rom/libesp_rom.a + +build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj || esp-idf/log/liblog.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_FILE = esp-idf/esp_rom/libesp_rom.a + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Order-only phony target for __idf_log + +build cmake_object_order_depends_target___idf_log: phony || . + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_timestamp.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_lock.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Link the static library esp-idf/log/liblog.a + +build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_FILE = esp-idf/log/liblog.a + TARGET_PDB = esp-idf/log/liblog.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for bootloader_check_size + +build esp-idf/esptool_py/bootloader_check_size: phony esp-idf/esptool_py/CMakeFiles/bootloader_check_size gen_project_binary + + +############################################# +# Utility command for edit_cache + +build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/bootloader_check_size + +build esp-idf/esptool_py/CMakeFiles/bootloader_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/bootloader_check_size: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a gen_project_binary + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Order-only phony target for __idf_main + +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_soc + +build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER____idf_main_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c || cmake_object_order_depends_target___idf_main + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + OBJECT_FILE_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + TARGET_COMPILE_PDB = esp-idf/main/CMakeFiles/__idf_main.dir/__idf_main.pdb + TARGET_PDB = esp-idf/main/libmain.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Link the static library esp-idf/main/libmain.a + +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/main/CMakeFiles/__idf_main.dir/__idf_main.pdb + TARGET_FILE = esp-idf/main/libmain.a + TARGET_PDB = esp-idf/main/libmain.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +build __idf_bootloader_support: phony esp-idf/bootloader_support/libbootloader_support.a + +build __idf_efuse: phony esp-idf/efuse/libefuse.a + +build __idf_esp_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a + +build __idf_esp_hw_support: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build __idf_esp_rom: phony esp-idf/esp_rom/libesp_rom.a + +build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a + +build __idf_hal: phony esp-idf/hal/libhal.a + +build __idf_log: phony esp-idf/log/liblog.a + +build __idf_main: phony esp-idf/main/libmain.a + +build __idf_micro-ecc: phony esp-idf/micro-ecc/libmicro-ecc.a + +build __idf_soc: phony esp-idf/soc/libsoc.a + +build __idf_spi_flash: phony esp-idf/spi_flash/libspi_flash.a + +build bootloader_check_size: phony esp-idf/esptool_py/bootloader_check_size + +build efuse-common-table: phony esp-idf/efuse/efuse-common-table + +build efuse-custom-table: phony esp-idf/efuse/efuse-custom-table + +build efuse_common_table: phony esp-idf/efuse/efuse_common_table + +build efuse_custom_table: phony esp-idf/efuse/efuse_custom_table + +build efuse_test_table: phony esp-idf/efuse/efuse_test_table + +build libbootloader_support.a: phony esp-idf/bootloader_support/libbootloader_support.a + +build libefuse.a: phony esp-idf/efuse/libefuse.a + +build libesp_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build libesp_common.a: phony esp-idf/esp_common/libesp_common.a + +build libesp_hw_support.a: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build libesp_rom.a: phony esp-idf/esp_rom/libesp_rom.a + +build libesp_system.a: phony esp-idf/esp_system/libesp_system.a + +build libhal.a: phony esp-idf/hal/libhal.a + +build liblog.a: phony esp-idf/log/liblog.a + +build libmain.a: phony esp-idf/main/libmain.a + +build libmicro-ecc.a: phony esp-idf/micro-ecc/libmicro-ecc.a + +build libsoc.a: phony esp-idf/soc/libsoc.a + +build libspi_flash.a: phony esp-idf/spi_flash/libspi_flash.a + +build show-efuse-table: phony esp-idf/efuse/show-efuse-table + +build show_efuse_table: phony esp-idf/efuse/show_efuse_table + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader + +build all: phony app bootloader.elf esp-idf/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf + +build esp-idf/all: phony esp-idf/riscv/all esp-idf/newlib/all esp-idf/soc/all esp-idf/micro-ecc/all esp-idf/hal/all esp-idf/spi_flash/all esp-idf/esp_bootloader_format/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/efuse/all esp-idf/esp_security/all esp-idf/esp_system/all esp-idf/esp_hw_support/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/log/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/bootloader/all esp-idf/freertos/all esp-idf/main/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader + +build esp-idf/bootloader/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support + +build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse + +build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format + +build esp-idf/esp_app_format/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format + +build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common + +build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support + +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32c6/all esp-idf/esp_hw_support/lowpower/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower + +build esp-idf/esp_hw_support/lowpower/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6 + +build esp-idf/esp_hw_support/port/esp32c6/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom + +build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security + +build esp-idf/esp_security/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system + +build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py + +build esp-idf/esptool_py/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos + +build esp-idf/freertos/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal + +build esp-idf/hal/all: phony esp-idf/hal/libhal.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log + +build esp-idf/log/all: phony esp-idf/log/liblog.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main + +build esp-idf/main/all: phony esp-idf/main/libmain.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc + +build esp-idf/micro-ecc/all: phony esp-idf/micro-ecc/libmicro-ecc.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib + +build esp-idf/newlib/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table + +build esp-idf/partition_table/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv + +build esp-idf/riscv/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc + +build esp-idf/soc/all: phony esp-idf/soc/libsoc.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash + +build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /Users/james/Development/psionrevo/esp/esp-idf/.git/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/unity/unity/HEAD /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/host/nimble/nimble/.git /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/.git /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/sources.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/espefuse.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/hal/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/.git /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/.git /Users/james/Development/psionrevo/esp/esp-idf/components/log/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/.git /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/openthread/.git /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/.git /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/soc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/.git /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/.git /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/build.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/component.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/depgraph.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/dfu.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/git_submodules.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/idf.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/kconfig.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/ldgen.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/prefix_map.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project_description.json.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/targets.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/tool_version_check.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/utilities.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/version.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/confgen.py /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/config.env.in /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig /opt/homebrew/share/cmake/Modules/CMakeASMCompiler.cmake.in /opt/homebrew/share/cmake/Modules/CMakeASMInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCCompiler.cmake.in /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c /opt/homebrew/share/cmake/Modules/CMakeCInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCXXCompiler.cmake.in /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp /opt/homebrew/share/cmake/Modules/CMakeCXXInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /opt/homebrew/share/cmake/Modules/CMakeCompilerIdDetection.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake /opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake /opt/homebrew/share/cmake/Modules/CMakeGenericSystem.cmake /opt/homebrew/share/cmake/Modules/CMakeInitializeConfigs.cmake /opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeNinjaFindMake.cmake /opt/homebrew/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /opt/homebrew/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /opt/homebrew/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /opt/homebrew/share/cmake/Modules/CMakeSystem.cmake.in /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /opt/homebrew/share/cmake/Modules/CMakeTestASMCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeTestCompilerCommon.cmake /opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /opt/homebrew/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-ASM.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-C.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake /opt/homebrew/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/ExternalProject.cmake /opt/homebrew/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /opt/homebrew/share/cmake/Modules/FindGit.cmake /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /opt/homebrew/share/cmake/Modules/FindPackageMessage.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/Internal/FeatureTesting.cmake /opt/homebrew/share/cmake/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.31.5/CMakeASMCompiler.cmake CMakeFiles/3.31.5/CMakeCCompiler.cmake CMakeFiles/3.31.5/CMakeCXXCompiler.cmake CMakeFiles/3.31.5/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /Users/james/Development/psionrevo/esp/esp-idf/.git/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/unity/unity/HEAD /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/host/nimble/nimble/.git /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/.git /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/sources.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/espefuse.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/hal/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/.git /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/.git /Users/james/Development/psionrevo/esp/esp-idf/components/log/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/.git /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/openthread/.git /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/.git /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/soc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/.git /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/.git /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/build.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/component.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/depgraph.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/dfu.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/git_submodules.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/idf.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/kconfig.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/ldgen.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/prefix_map.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project_description.json.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/targets.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/tool_version_check.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/utilities.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/version.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/confgen.py /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/config.env.in /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig /opt/homebrew/share/cmake/Modules/CMakeASMCompiler.cmake.in /opt/homebrew/share/cmake/Modules/CMakeASMInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCCompiler.cmake.in /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c /opt/homebrew/share/cmake/Modules/CMakeCInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCXXCompiler.cmake.in /opt/homebrew/share/cmake/Modules/CMakeCXXCompilerABI.cpp /opt/homebrew/share/cmake/Modules/CMakeCXXInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /opt/homebrew/share/cmake/Modules/CMakeCompilerIdDetection.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake /opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake /opt/homebrew/share/cmake/Modules/CMakeGenericSystem.cmake /opt/homebrew/share/cmake/Modules/CMakeInitializeConfigs.cmake /opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeNinjaFindMake.cmake /opt/homebrew/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /opt/homebrew/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /opt/homebrew/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /opt/homebrew/share/cmake/Modules/CMakeSystem.cmake.in /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /opt/homebrew/share/cmake/Modules/CMakeTestASMCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeTestCXXCompiler.cmake /opt/homebrew/share/cmake/Modules/CMakeTestCompilerCommon.cmake /opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /opt/homebrew/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-ASM.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-C.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake /opt/homebrew/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /opt/homebrew/share/cmake/Modules/ExternalProject.cmake /opt/homebrew/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /opt/homebrew/share/cmake/Modules/FindGit.cmake /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /opt/homebrew/share/cmake/Modules/FindPackageMessage.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/Internal/FeatureTesting.cmake /opt/homebrew/share/cmake/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/3.31.5/CMakeASMCompiler.cmake CMakeFiles/3.31.5/CMakeCCompiler.cmake CMakeFiles/3.31.5/CMakeCXXCompiler.cmake CMakeFiles/3.31.5/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/bootloader/cmake_install.cmake b/build/bootloader/cmake_install.cmake new file mode 100644 index 0000000..7f6ae2b --- /dev/null +++ b/build/bootloader/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/compile_commands.json b/build/bootloader/compile_commands.json new file mode 100644 index 0000000..7b229ef --- /dev/null +++ b/build/bootloader/compile_commands.json @@ -0,0 +1,584 @@ +[ +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/project_elf_src_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/project_elf_src_esp32c6.c", + "output": "CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", + "output": "esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "output": "esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_sha.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_sha.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_soc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_soc.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_esp32c6.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_ecdsa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_ecdsa.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "output": "esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_timestamp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_timestamp.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_lock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_lock.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", + "output": "esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj" +} +] \ No newline at end of file diff --git a/build/bootloader/config.env b/build/bootloader/config.env new file mode 100644 index 0000000..d58e483 --- /dev/null +++ b/build/bootloader/config.env @@ -0,0 +1,12 @@ +{ + "COMPONENT_KCONFIGS": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/log/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/soc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/sdkconfig.rename", + "IDF_TARGET": "esp32c6", + "IDF_TOOLCHAIN": "gcc", + "IDF_VERSION": "5.4.0", + "IDF_ENV_FPGA": "", + "IDF_PATH": "/Users/james/Development/psionrevo/esp/esp-idf", + "COMPONENT_KCONFIGS_SOURCE_FILE": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/kconfigs_projbuild.in" +} diff --git a/build/bootloader/config/kconfig_menus.json b/build/bootloader/config/kconfig_menus.json new file mode 100644 index 0000000..f876781 --- /dev/null +++ b/build/bootloader/config/kconfig_menus.json @@ -0,0 +1,10970 @@ +[ + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SUPPORTED", + "name": "SOC_ADC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDICATED_GPIO_SUPPORTED", + "name": "SOC_DEDICATED_GPIO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORTED", + "name": "SOC_UART_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_SUPPORTED", + "name": "SOC_GDMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AHB_GDMA_SUPPORTED", + "name": "SOC_AHB_GDMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPTIMER_SUPPORTED", + "name": "SOC_GPTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORTED", + "name": "SOC_PCNT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORTED", + "name": "SOC_MCPWM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTED", + "name": "SOC_TWAI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_SUPPORTED", + "name": "SOC_ETM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_SUPPORTED", + "name": "SOC_PARLIO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BT_SUPPORTED", + "name": "SOC_BT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_IEEE802154_SUPPORTED", + "name": "SOC_IEEE802154_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ASYNC_MEMCPY_SUPPORTED", + "name": "SOC_ASYNC_MEMCPY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "name": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMP_SENSOR_SUPPORTED", + "name": "SOC_TEMP_SENSOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_SUPPORTED", + "name": "SOC_PHY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_SUPPORTED", + "name": "SOC_WIFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORTS_SECURE_DL_MODE", + "name": "SOC_SUPPORTS_SECURE_DL_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_SUPPORTED", + "name": "SOC_ULP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_CORE_SUPPORTED", + "name": "SOC_LP_CORE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_KEY_PURPOSE_FIELD", + "name": "SOC_EFUSE_KEY_PURPOSE_FIELD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SUPPORTED", + "name": "SOC_EFUSE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_FAST_MEM_SUPPORTED", + "name": "SOC_RTC_FAST_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_MEM_SUPPORTED", + "name": "SOC_RTC_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTED", + "name": "SOC_I2S_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORTED", + "name": "SOC_RMT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_SUPPORTED", + "name": "SOC_SDM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPSPI_SUPPORTED", + "name": "SOC_GPSPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORTED", + "name": "SOC_LEDC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORTED", + "name": "SOC_I2C_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORTED", + "name": "SOC_SYSTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_COEXISTENCE", + "name": "SOC_SUPPORT_COEXISTENCE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORTED", + "name": "SOC_AES_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_SUPPORTED", + "name": "SOC_MPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORTED", + "name": "SOC_SHA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HMAC_SUPPORTED", + "name": "SOC_HMAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DIG_SIGN_SUPPORTED", + "name": "SOC_DIG_SIGN_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ECC_SUPPORTED", + "name": "SOC_ECC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENC_SUPPORTED", + "name": "SOC_FLASH_ENC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_SUPPORTED", + "name": "SOC_SECURE_BOOT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDIO_SLAVE_SUPPORTED", + "name": "SOC_SDIO_SLAVE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BOD_SUPPORTED", + "name": "SOC_BOD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APM_SUPPORTED", + "name": "SOC_APM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PMU_SUPPORTED", + "name": "SOC_PMU_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PAU_SUPPORTED", + "name": "SOC_PAU_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_TIMER_SUPPORTED", + "name": "SOC_LP_TIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_AON_SUPPORTED", + "name": "SOC_LP_AON_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_PERIPHERALS_SUPPORTED", + "name": "SOC_LP_PERIPHERALS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_I2C_SUPPORTED", + "name": "SOC_LP_I2C_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_LP_UART_SUPPORTED", + "name": "SOC_ULP_LP_UART_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_TREE_SUPPORTED", + "name": "SOC_CLK_TREE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ASSIST_DEBUG_SUPPORTED", + "name": "SOC_ASSIST_DEBUG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WDT_SUPPORTED", + "name": "SOC_WDT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_FLASH_SUPPORTED", + "name": "SOC_SPI_FLASH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RNG_SUPPORTED", + "name": "SOC_RNG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LIGHT_SLEEP_SUPPORTED", + "name": "SOC_LIGHT_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEEP_SLEEP_SUPPORTED", + "name": "SOC_DEEP_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MODEM_CLOCK_SUPPORTED", + "name": "SOC_MODEM_CLOCK_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORTED", + "name": "SOC_PM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_40M", + "name": "SOC_XTAL_SUPPORT_40M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_DMA", + "name": "SOC_AES_SUPPORT_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_GDMA", + "name": "SOC_AES_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_128", + "name": "SOC_AES_SUPPORT_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_256", + "name": "SOC_AES_SUPPORT_AES_256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_CTRL_SUPPORTED", + "name": "SOC_ADC_DIG_CTRL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "name": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MONITOR_SUPPORTED", + "name": "SOC_ADC_MONITOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DMA_SUPPORTED", + "name": "SOC_ADC_DMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PERIPH_NUM", + "name": "SOC_ADC_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MAX_CHANNEL_NUM", + "name": "SOC_ADC_MAX_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_ATTEN_NUM", + "name": "SOC_ADC_ATTEN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_CONTROLLER_NUM", + "name": "SOC_ADC_DIGI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PATT_LEN_MAX", + "name": "SOC_ADC_PATT_LEN_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MAX_BITWIDTH", + "name": "SOC_ADC_DIGI_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MIN_BITWIDTH", + "name": "SOC_ADC_DIGI_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "name": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MONITOR_NUM", + "name": "SOC_ADC_DIGI_MONITOR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_RESULT_BYTES", + "name": "SOC_ADC_DIGI_RESULT_BYTES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "name": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MIN_BITWIDTH", + "name": "SOC_ADC_RTC_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MAX_BITWIDTH", + "name": "SOC_ADC_RTC_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "name": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "name": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED", + "name": "SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_TEMPERATURE_SHARE_INTR", + "name": "SOC_ADC_TEMPERATURE_SHARE_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SHARED_POWER", + "name": "SOC_ADC_SHARED_POWER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APB_BACKUP_DMA", + "name": "SOC_APB_BACKUP_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BROWNOUT_RESET_SUPPORTED", + "name": "SOC_BROWNOUT_RESET_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHARED_IDCACHE_SUPPORTED", + "name": "SOC_SHARED_IDCACHE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CACHE_FREEZE_SUPPORTED", + "name": "SOC_CACHE_FREEZE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_CORES_NUM", + "name": "SOC_CPU_CORES_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_INTR_NUM", + "name": "SOC_CPU_INTR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_FLEXIBLE_INTC", + "name": "SOC_CPU_HAS_FLEXIBLE_INTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_INT_PLIC_SUPPORTED", + "name": "SOC_INT_PLIC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_CSR_PC", + "name": "SOC_CPU_HAS_CSR_PC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_BREAKPOINTS_NUM", + "name": "SOC_CPU_BREAKPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINTS_NUM", + "name": "SOC_CPU_WATCHPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "name": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_PMA", + "name": "SOC_CPU_HAS_PMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "name": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_PMP_REGION_GRANULARITY", + "name": "SOC_CPU_PMP_REGION_GRANULARITY", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_SIGNATURE_MAX_BIT_LEN", + "name": "SOC_DS_SIGNATURE_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", + "name": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_KEY_CHECK_MAX_WAIT_US", + "name": "SOC_DS_KEY_CHECK_MAX_WAIT_US", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AHB_GDMA_VERSION", + "name": "SOC_AHB_GDMA_VERSION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_NUM_GROUPS_MAX", + "name": "SOC_GDMA_NUM_GROUPS_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "name": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_SUPPORT_ETM", + "name": "SOC_GDMA_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_SUPPORT_SLEEP_RETENTION", + "name": "SOC_GDMA_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_GROUPS", + "name": "SOC_ETM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_CHANNELS_PER_GROUP", + "name": "SOC_ETM_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_SUPPORT_SLEEP_RETENTION", + "name": "SOC_ETM_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PORT", + "name": "SOC_GPIO_PORT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PIN_COUNT", + "name": "SOC_GPIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", + "name": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_FLEX_GLITCH_FILTER_NUM", + "name": "SOC_GPIO_FLEX_GLITCH_FILTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_ETM", + "name": "SOC_GPIO_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_RTC_INDEPENDENT", + "name": "SOC_GPIO_SUPPORT_RTC_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "name": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_IO_CLOCK_IS_INDEPENDENT", + "name": "SOC_LP_IO_CLOCK_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_IN_RANGE_MAX", + "name": "SOC_GPIO_IN_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_OUT_RANGE_MAX", + "name": "SOC_GPIO_OUT_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "name": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "name": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "name": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP", + "name": "SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "name": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLOCKOUT_HAS_SOURCE_GATE", + "name": "SOC_CLOCKOUT_HAS_SOURCE_GATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "name": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_PIN_COUNT", + "name": "SOC_RTCIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "name": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_HOLD_SUPPORTED", + "name": "SOC_RTCIO_HOLD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_WAKE_SUPPORTED", + "name": "SOC_RTCIO_WAKE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "name": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_NUM", + "name": "SOC_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HP_I2C_NUM", + "name": "SOC_HP_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_FIFO_LEN", + "name": "SOC_I2C_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_CMD_REG_NUM", + "name": "SOC_I2C_CMD_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_SLAVE", + "name": "SOC_I2C_SUPPORT_SLAVE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_HW_FSM_RST", + "name": "SOC_I2C_SUPPORT_HW_FSM_RST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "name": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_XTAL", + "name": "SOC_I2C_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_RTC", + "name": "SOC_I2C_SUPPORT_RTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_10BIT_ADDR", + "name": "SOC_I2C_SUPPORT_10BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "name": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "name": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", + "name": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH", + "name": "SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_SLEEP_RETENTION", + "name": "SOC_I2C_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_I2C_NUM", + "name": "SOC_LP_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_I2C_FIFO_LEN", + "name": "SOC_LP_I2C_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_NUM", + "name": "SOC_I2S_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_HW_VERSION_2", + "name": "SOC_I2S_HW_VERSION_2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_ETM", + "name": "SOC_I2S_SUPPORTS_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_XTAL", + "name": "SOC_I2S_SUPPORTS_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PLL_F160M", + "name": "SOC_I2S_SUPPORTS_PLL_F160M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PCM", + "name": "SOC_I2S_SUPPORTS_PCM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM", + "name": "SOC_I2S_SUPPORTS_PDM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM_TX", + "name": "SOC_I2S_SUPPORTS_PDM_TX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_PDM_MAX_TX_LINES", + "name": "SOC_I2S_PDM_MAX_TX_LINES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_TDM", + "name": "SOC_I2S_SUPPORTS_TDM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORT_SLEEP_RETENTION", + "name": "SOC_I2S_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_PLL_DIV_CLOCK", + "name": "SOC_LEDC_SUPPORT_PLL_DIV_CLOCK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_XTAL_CLOCK", + "name": "SOC_LEDC_SUPPORT_XTAL_CLOCK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_TIMER_NUM", + "name": "SOC_LEDC_TIMER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_CHANNEL_NUM", + "name": "SOC_LEDC_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_TIMER_BIT_WIDTH", + "name": "SOC_LEDC_TIMER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_FADE_STOP", + "name": "SOC_LEDC_SUPPORT_FADE_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED", + "name": "SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX", + "name": "SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_FADE_PARAMS_BIT_WIDTH", + "name": "SOC_LEDC_FADE_PARAMS_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_SLEEP_RETENTION", + "name": "SOC_LEDC_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PAGE_SIZE_CONFIGURABLE", + "name": "SOC_MMU_PAGE_SIZE_CONFIGURABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "name": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PERIPH_NUM", + "name": "SOC_MMU_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_DI_VADDR_SHARED", + "name": "SOC_MMU_DI_VADDR_SHARED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "name": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_MIN_REGION_SIZE", + "name": "SOC_MPU_MIN_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGIONS_MAX_NUM", + "name": "SOC_MPU_REGIONS_MAX_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_RO_SUPPORTED", + "name": "SOC_MPU_REGION_RO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_WO_SUPPORTED", + "name": "SOC_MPU_REGION_WO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_GROUPS", + "name": "SOC_PCNT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_UNITS_PER_GROUP", + "name": "SOC_PCNT_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_CHANNELS_PER_UNIT", + "name": "SOC_PCNT_CHANNELS_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_THRES_POINT_PER_UNIT", + "name": "SOC_PCNT_THRES_POINT_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE", + "name": "SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORT_SLEEP_RETENTION", + "name": "SOC_PCNT_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_GROUPS", + "name": "SOC_RMT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_CHANNELS_PER_GROUP", + "name": "SOC_RMT_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "name": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RX_PINGPONG", + "name": "SOC_RMT_SUPPORT_RX_PINGPONG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "name": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "name": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "name": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP", + "name": "SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "name": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "name": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_XTAL", + "name": "SOC_RMT_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RC_FAST", + "name": "SOC_RMT_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_SLEEP_RETENTION", + "name": "SOC_RMT_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GROUPS", + "name": "SOC_MCPWM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_OPERATORS_PER_GROUP", + "name": "SOC_MCPWM_OPERATORS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "name": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "name": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "name": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "name": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SWSYNC_CAN_PROPAGATE", + "name": "SOC_MCPWM_SWSYNC_CAN_PROPAGATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORT_ETM", + "name": "SOC_MCPWM_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_CLK_FROM_GROUP", + "name": "SOC_MCPWM_CAPTURE_CLK_FROM_GROUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORT_SLEEP_RETENTION", + "name": "SOC_MCPWM_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_GROUPS", + "name": "SOC_PARLIO_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_TX_UNITS_PER_GROUP", + "name": "SOC_PARLIO_TX_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_RX_UNITS_PER_GROUP", + "name": "SOC_PARLIO_RX_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH", + "name": "SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH", + "name": "SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_TX_RX_SHARE_INTERRUPT", + "name": "SOC_PARLIO_TX_RX_SHARE_INTERRUPT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_SUPPORT_SLEEP_RETENTION", + "name": "SOC_PARLIO_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_MEM_BLOCKS_NUM", + "name": "SOC_MPI_MEM_BLOCKS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_OPERATIONS_NUM", + "name": "SOC_MPI_OPERATIONS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RSA_MAX_BIT_LEN", + "name": "SOC_RSA_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "name": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_DMA", + "name": "SOC_SHA_SUPPORT_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_RESUME", + "name": "SOC_SHA_SUPPORT_RESUME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_GDMA", + "name": "SOC_SHA_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA1", + "name": "SOC_SHA_SUPPORT_SHA1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA224", + "name": "SOC_SHA_SUPPORT_SHA224", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA256", + "name": "SOC_SHA_SUPPORT_SHA256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_GROUPS", + "name": "SOC_SDM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CHANNELS_PER_GROUP", + "name": "SOC_SDM_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CLK_SUPPORT_PLL_F80M", + "name": "SOC_SDM_CLK_SUPPORT_PLL_F80M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CLK_SUPPORT_XTAL", + "name": "SOC_SDM_CLK_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_PERIPH_NUM", + "name": "SOC_SPI_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_CS_NUM", + "name": "SOC_SPI_MAX_CS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "name": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_DDRCLK", + "name": "SOC_SPI_SUPPORT_DDRCLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "name": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CD_SIG", + "name": "SOC_SPI_SUPPORT_CD_SIG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "name": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "name": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_SLEEP_RETENTION", + "name": "SOC_SPI_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_XTAL", + "name": "SOC_SPI_SUPPORT_CLK_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_PLL_F80M", + "name": "SOC_SPI_SUPPORT_CLK_PLL_F80M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_RC_FAST", + "name": "SOC_SPI_SUPPORT_CLK_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_SUPPORTED", + "name": "SOC_SPI_SCT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_REG_NUM", + "name": "SOC_SPI_SCT_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "name": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "name": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_IS_INDEPENDENT", + "name": "SOC_MEMSPI_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_PRE_DIVIDER", + "name": "SOC_SPI_MAX_PRE_DIVIDER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "name": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "name": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_WRAP", + "name": "SOC_SPI_MEM_SUPPORT_WRAP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_COUNTER_NUM", + "name": "SOC_SYSTIMER_COUNTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_NUM", + "name": "SOC_SYSTIMER_ALARM_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_LO", + "name": "SOC_SYSTIMER_BIT_WIDTH_LO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_HI", + "name": "SOC_SYSTIMER_BIT_WIDTH_HI", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_FIXED_DIVIDER", + "name": "SOC_SYSTIMER_FIXED_DIVIDER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORT_RC_FAST", + "name": "SOC_SYSTIMER_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_INT_LEVEL", + "name": "SOC_SYSTIMER_INT_LEVEL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "name": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORT_ETM", + "name": "SOC_SYSTIMER_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_TIMER_BIT_WIDTH_LO", + "name": "SOC_LP_TIMER_BIT_WIDTH_LO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_TIMER_BIT_WIDTH_HI", + "name": "SOC_LP_TIMER_BIT_WIDTH_HI", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUPS", + "name": "SOC_TIMER_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "name": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "name": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_SUPPORT_XTAL", + "name": "SOC_TIMER_GROUP_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_SUPPORT_RC_FAST", + "name": "SOC_TIMER_GROUP_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_SUPPORT_ETM", + "name": "SOC_TIMER_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_SUPPORT_SLEEP_RETENTION", + "name": "SOC_TIMER_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MWDT_SUPPORT_XTAL", + "name": "SOC_MWDT_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MWDT_SUPPORT_SLEEP_RETENTION", + "name": "SOC_MWDT_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CONTROLLER_NUM", + "name": "SOC_TWAI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CLK_SUPPORT_XTAL", + "name": "SOC_TWAI_CLK_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MIN", + "name": "SOC_TWAI_BRP_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MAX", + "name": "SOC_TWAI_BRP_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTS_RX_STATUS", + "name": "SOC_TWAI_SUPPORTS_RX_STATUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORT_SLEEP_RETENTION", + "name": "SOC_TWAI_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "name": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_PAD_JTAG", + "name": "SOC_EFUSE_DIS_PAD_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_USB_JTAG", + "name": "SOC_EFUSE_DIS_USB_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DIRECT_BOOT", + "name": "SOC_EFUSE_DIS_DIRECT_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SOFT_DIS_JTAG", + "name": "SOC_EFUSE_SOFT_DIS_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_ICACHE", + "name": "SOC_EFUSE_DIS_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "name": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V2_RSA", + "name": "SOC_SECURE_BOOT_V2_RSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V2_ECC", + "name": "SOC_SECURE_BOOT_V2_ECC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "name": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APM_CTRL_FILTER_SUPPORTED", + "name": "SOC_APM_CTRL_FILTER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APM_LP_APM0_SUPPORTED", + "name": "SOC_APM_LP_APM0_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "name": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_NUM", + "name": "SOC_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_HP_NUM", + "name": "SOC_UART_HP_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_LP_NUM", + "name": "SOC_UART_LP_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_FIFO_LEN", + "name": "SOC_UART_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_UART_FIFO_LEN", + "name": "SOC_LP_UART_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_BITRATE_MAX", + "name": "SOC_UART_BITRATE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_PLL_F80M_CLK", + "name": "SOC_UART_SUPPORT_PLL_F80M_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_RTC_CLK", + "name": "SOC_UART_SUPPORT_RTC_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_XTAL_CLK", + "name": "SOC_UART_SUPPORT_XTAL_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_WAKEUP_INT", + "name": "SOC_UART_SUPPORT_WAKEUP_INT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_HAS_LP_UART", + "name": "SOC_UART_HAS_LP_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_SLEEP_RETENTION", + "name": "SOC_UART_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", + "name": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_COEX_HW_PTI", + "name": "SOC_COEX_HW_PTI", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EXTERNAL_COEX_ADVANCE", + "name": "SOC_EXTERNAL_COEX_ADVANCE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", + "name": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_DIG_REGS_MEM_SIZE", + "name": "SOC_PHY_DIG_REGS_MEM_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "name": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_WIFI_WAKEUP", + "name": "SOC_PM_SUPPORT_WIFI_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_BEACON_WAKEUP", + "name": "SOC_PM_SUPPORT_BEACON_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_BT_WAKEUP", + "name": "SOC_PM_SUPPORT_BT_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN", + "name": "SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_CPU_PD", + "name": "SOC_PM_SUPPORT_CPU_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_MODEM_PD", + "name": "SOC_PM_SUPPORT_MODEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_XTAL32K_PD", + "name": "SOC_PM_SUPPORT_XTAL32K_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RC32K_PD", + "name": "SOC_PM_SUPPORT_RC32K_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RC_FAST_PD", + "name": "SOC_PM_SUPPORT_RC_FAST_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_VDDSDIO_PD", + "name": "SOC_PM_SUPPORT_VDDSDIO_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_TOP_PD", + "name": "SOC_PM_SUPPORT_TOP_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_HP_AON_PD", + "name": "SOC_PM_SUPPORT_HP_AON_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_MAC_BB_PD", + "name": "SOC_PM_SUPPORT_MAC_BB_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "name": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_PMU_MODEM_STATE", + "name": "SOC_PM_SUPPORT_PMU_MODEM_STATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY", + "name": "SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_CPU_RETENTION_BY_SW", + "name": "SOC_PM_CPU_RETENTION_BY_SW", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_MODEM_RETENTION_BY_REGDMA", + "name": "SOC_PM_MODEM_RETENTION_BY_REGDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_RETENTION_HAS_CLOCK_BUG", + "name": "SOC_PM_RETENTION_HAS_CLOCK_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN", + "name": "SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_LINK_NUM", + "name": "SOC_PM_PAU_LINK_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR", + "name": "SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_REGDMA_LINK_WIFIMAC", + "name": "SOC_PM_PAU_REGDMA_LINK_WIFIMAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE", + "name": "SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_RETENTION_MODULE_NUM", + "name": "SOC_PM_RETENTION_MODULE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "name": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MODEM_CLOCK_IS_INDEPENDENT", + "name": "SOC_MODEM_CLOCK_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_XTAL32K_SUPPORTED", + "name": "SOC_CLK_XTAL32K_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_OSC_SLOW_SUPPORTED", + "name": "SOC_CLK_OSC_SLOW_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC32K_SUPPORTED", + "name": "SOC_CLK_RC32K_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RCC_IS_INDEPENDENT", + "name": "SOC_RCC_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT", + "name": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_ETM", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN", + "name": "SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RNG_CLOCK_IS_INDEPENDENT", + "name": "SOC_RNG_CLOCK_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_HW_TSF", + "name": "SOC_WIFI_HW_TSF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_FTM_SUPPORT", + "name": "SOC_WIFI_FTM_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_GCMP_SUPPORT", + "name": "SOC_WIFI_GCMP_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_WAPI_SUPPORT", + "name": "SOC_WIFI_WAPI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_CSI_SUPPORT", + "name": "SOC_WIFI_CSI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_MESH_SUPPORT", + "name": "SOC_WIFI_MESH_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_HE_SUPPORT", + "name": "SOC_WIFI_HE_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_MAC_VERSION_NUM", + "name": "SOC_WIFI_MAC_VERSION_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_SUPPORTED", + "name": "SOC_BLE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_MESH_SUPPORTED", + "name": "SOC_BLE_MESH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ESP_NIMBLE_CONTROLLER", + "name": "SOC_ESP_NIMBLE_CONTROLLER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_50_SUPPORTED", + "name": "SOC_BLE_50_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "name": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_POWER_CONTROL_SUPPORTED", + "name": "SOC_BLE_POWER_CONTROL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED", + "name": "SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLUFI_SUPPORTED", + "name": "SOC_BLUFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_MULTI_CONN_OPTIMIZATION", + "name": "SOC_BLE_MULTI_CONN_OPTIMIZATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND", + "name": "SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_COMBO_MODULE", + "name": "SOC_PHY_COMBO_MODULE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CAPS_NO_RESET_BY_ANA_BOD", + "name": "SOC_CAPS_NO_RESET_BY_ANA_BOD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR", + "name": "SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_CORE_SUPPORT_ETM", + "name": "SOC_LP_CORE_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "name": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CMAKE", + "name": "IDF_CMAKE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "- This option is for internal use only.\n- Enabling this option will help enable all FPGA support so as to\n run ESP-IDF on an FPGA. This can help reproduce some issues that\n only happens on FPGA condition, or when you have to burn some\n efuses multiple times.", + "id": "IDF_ENV_FPGA", + "name": "IDF_ENV_FPGA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "- This option is ONLY used when doing new chip bringup.\n- This option will only enable necessary hw / sw settings for running\n a hello_world application.", + "id": "IDF_ENV_BRINGUP", + "name": "IDF_ENV_BRINGUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CI_BUILD", + "name": "IDF_CI_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_DOC_BUILD", + "name": "IDF_DOC_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN", + "name": "IDF_TOOLCHAIN", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_CLANG", + "name": "IDF_TOOLCHAIN_CLANG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_GCC", + "name": "IDF_TOOLCHAIN_GCC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_RISCV", + "name": "IDF_TARGET_ARCH_RISCV", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_XTENSA", + "name": "IDF_TARGET_ARCH_XTENSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH", + "name": "IDF_TARGET_ARCH", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET", + "name": "IDF_TARGET", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_INIT_VERSION", + "name": "IDF_INIT_VERSION", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32", + "name": "IDF_TARGET_ESP32", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S2", + "name": "IDF_TARGET_ESP32S2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S3", + "name": "IDF_TARGET_ESP32S3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C3", + "name": "IDF_TARGET_ESP32C3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C2", + "name": "IDF_TARGET_ESP32C2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C6", + "name": "IDF_TARGET_ESP32C6", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C5", + "name": "IDF_TARGET_ESP32C5", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32P4", + "name": "IDF_TARGET_ESP32P4", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32H2", + "name": "IDF_TARGET_ESP32H2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C61", + "name": "IDF_TARGET_ESP32C61", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_LINUX", + "name": "IDF_TARGET_LINUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_FIRMWARE_CHIP_ID", + "name": "IDF_FIRMWARE_CHIP_ID", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "APP_BUILD_TYPE_APP_2NDBOOT", + "name": "APP_BUILD_TYPE_APP_2NDBOOT", + "range": null, + "title": "Default (binary application + 2nd stage bootloader)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_RAM", + "name": "APP_BUILD_TYPE_RAM", + "range": null, + "title": "Build app runs entirely in RAM (EXPERIMENTAL)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP-IDF bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG or UART. Note that since IRAM and DRAM sizes are very limited, it is not possible\nto build any complex application this way. However for some kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\n\nNote: when APP_BUILD_TYPE_RAM is selected and loaded with JTAG, ESP-IDF does not contain\nall the startup code required to initialize the CPUs and ROM memory (data/bss).\nTherefore it is necessary to execute a bit of ROM code prior to executing the application.\nA gdbinit file may look as follows (for ESP32):\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007d54\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nExample gdbinit files for other targets can be found in tools/test_apps/system/gdb_loadable_elf/\n\nWhen loading the BIN with UART, the ROM will jump to ram and run the app after finishing the ROM\nstartup code, so there's no additional startup initialization required. You can use the\n`load_ram` in esptool.py to load the generated .bin file into ram and execute.\n\nExample:\n esptool.py --chip {chip} -p {port} -b {baud} --no-stub load_ram {app.bin}\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y\n CONFIG_ESP_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", + "id": "build-type-application-build-type", + "name": "APP_BUILD_TYPE", + "title": "Application build type", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_GENERATE_BINARIES", + "name": "APP_BUILD_GENERATE_BINARIES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_BOOTLOADER", + "name": "APP_BUILD_BOOTLOADER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "APP_BUILD_TYPE_RAM", + "help": "If this option is enabled, external memory and related peripherals, such as Cache, MMU,\nFlash and PSRAM, won't be initialized. Corresponding drivers won't be introduced either.\nComponents that depend on the spi_flash component will also be unavailable, such as\napp_update, etc. When this option is enabled, about 26KB of RAM space can be saved.", + "id": "APP_BUILD_TYPE_PURE_RAM_APP", + "name": "APP_BUILD_TYPE_PURE_RAM_APP", + "range": null, + "title": "Build app without SPI_FLASH/PSRAM support (saves ram)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_USE_FLASH_SECTIONS", + "name": "APP_BUILD_USE_FLASH_SECTIONS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, all date, time, and path information would be eliminated. A .gdbinit file would be create\nautomatically. (or will be append if you have one already)", + "id": "APP_REPRODUCIBLE_BUILD", + "name": "APP_REPRODUCIBLE_BUILD", + "range": null, + "title": "Enable reproducible build", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", + "id": "APP_NO_BLOBS", + "name": "APP_NO_BLOBS", + "range": null, + "title": "No Binary Blobs", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Bootloaders before ESP-IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", + "id": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloaders before ESP-IDF v2.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Partition tables before ESP-IDF V3.1 do not contain an MD5 checksum\nfield, and the bootloader before ESP-IDF v3.1 cannot read a partition\ntable that contains an MD5 checksum field.\n\nEnable this option only if your app needs to boot on a bootloader and/or\npartition table that was generated from a version *before* ESP-IDF v3.1.\n\nIf this option and Flash Encryption are enabled at the same time, and any\ndata partitions in the partition table are marked Encrypted, then the\npartition encrypted flag should be manually verified in the app before accessing\nthe partition (see CVE-2021-27926).", + "id": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloader and partition table before ESP-IDF v3.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": null, + "id": "APP_INIT_CLK", + "name": "APP_INIT_CLK", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "build-type", + "title": "Build type", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_REPRODUCIBLE_BUILD", + "help": "If set, then the bootloader will be built with the current time/date stamp.\nIt is stored in the bootloader description\nstructure. If not set, time/date stamp will be excluded from bootloader image.\nThis can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "BOOTLOADER_COMPILE_TIME_DATE", + "name": "BOOTLOADER_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Project version. It is placed in \"version\" field of the esp_bootloader_desc structure.\nThe type of this field is \"uint32_t\".", + "id": "BOOTLOADER_PROJECT_VER", + "name": "BOOTLOADER_PROJECT_VER", + "range": [ + 0, + 4294967295 + ], + "title": "Project version", + "type": "int" + } + ], + "depends_on": null, + "id": "bootloader-config-bootloader-manager", + "title": "Bootloader manager", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Offset address that 2nd bootloader will be flashed to.\nThe value is determined by the ROM bootloader.\nIt's not configurable in ESP-IDF.", + "id": "BOOTLOADER_OFFSET_IN_FLASH", + "name": "BOOTLOADER_OFFSET_IN_FLASH", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Size (-Os with GCC, -Oz with Clang)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ARCH_XTENSA || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2) && ", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0) (Deprecated, will be removed in IDF v6.0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -Os (-Oz with clang) flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "id": "bootloader-config-bootloader-optimization-level", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION", + "title": "Bootloader optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-log-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Use ANSI terminal colors in log output\nEnable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "BOOTLOADER_LOG_COLORS", + "name": "BOOTLOADER_LOG_COLORS", + "range": null, + "title": "Color", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n \"I log_test: info message\"\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n \"I (112500) log_test: info message\"", + "id": "bootloader-config-log-format-timestamp", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" + } + ], + "depends_on": null, + "id": "bootloader-config-log-format", + "title": "Format", + "type": "menu" + } + ], + "depends_on": null, + "id": "bootloader-config-log", + "title": "Log", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", + "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "range": null, + "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", + "range": null, + "title": "Custom SPI Flash WP Pin", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by\nresetting the Flash", + "id": "BOOTLOADER_FLASH_DC_AWARE", + "name": "BOOTLOADER_FLASH_DC_AWARE", + "range": null, + "title": "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n\ncomment \"Features below require specific hardware (READ DOCS FIRST!)\"", + "id": "BOOTLOADER_FLASH_XMC_SUPPORT", + "name": "BOOTLOADER_FLASH_XMC_SUPPORT", + "range": null, + "title": "Enable the support for flash chips of XMC (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_32BIT_ADDR", + "name": "BOOTLOADER_FLASH_32BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address quad flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH && IDF_EXPERIMENTAL_FEATURES", + "help": "Enabling this option allows the CPU to access 32-bit-address flash beyond 16M range.\n1. This option only valid for 4-line flash. Octal flash doesn't need this.\n2. This option is experimental, which means it can\u2019t use on all flash chips stable, for more\ninformation, please contact Espressif Business support.", + "id": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "range": null, + "title": "Enable cache access to 32-bit-address (over 16MB) range of SPI Flash (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config-serial-flash-configurations", + "title": "Serial Flash Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "range": null, + "title": "1.8V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "range": null, + "title": "1.9V", + "type": "bool" + } + ], + "depends_on": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", + "id": "bootloader-config-vddsdio-ldo-voltage", + "name": "BOOTLOADER_VDDSDIO_BOOST", + "title": "VDDSDIO LDO voltage", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled. To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", + "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "range": null, + "title": "Number of the GPIO input for factory reset", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "range": null, + "title": "Reset on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "name": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "range": null, + "title": "Reset on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Pin level for factory reset, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-factory-reset-factory-reset-gpio-level", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LEVEL", + "title": "Factory reset GPIO level", + "type": "choice" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", + "id": "BOOTLOADER_OTA_DATA_ERASE", + "name": "BOOTLOADER_OTA_DATA_ERASE", + "range": null, + "title": "Clear OTA data on factory reset (select factory partition)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", + "id": "BOOTLOADER_DATA_FACTORY_RESET", + "name": "BOOTLOADER_DATA_FACTORY_RESET", + "range": null, + "title": "Comma-separated names of partitions to clear on factory reset", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input held at the configured level while\ndevice starts up. See settings below.", + "id": "BOOTLOADER_FACTORY_RESET", + "name": "BOOTLOADER_FACTORY_RESET", + "range": null, + "title": "GPIO triggers factory reset", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", + "id": "BOOTLOADER_NUM_PIN_APP_TEST", + "name": "BOOTLOADER_NUM_PIN_APP_TEST", + "range": null, + "title": "Number of the GPIO input to boot TEST partition", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_LOW", + "name": "BOOTLOADER_APP_TEST_PIN_LOW", + "range": null, + "title": "Enter test app on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_HIGH", + "name": "BOOTLOADER_APP_TEST_PIN_HIGH", + "range": null, + "title": "Enter test app on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "Pin level for app test, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-boot-from-test-app-partition-app-test-gpio-level", + "name": "BOOTLOADER_APP_TEST_PIN_LEVEL", + "title": "App test GPIO level", + "type": "choice" + } + ], + "depends_on": "!BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_APP_TEST", + "name": "BOOTLOADER_APP_TEST", + "range": null, + "title": "GPIO triggers boot from test app partition", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", + "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", + "id": "BOOTLOADER_HOLD_TIME_GPIO", + "name": "BOOTLOADER_HOLD_TIME_GPIO", + "range": null, + "title": "Hold time of GPIO for reset/test mode (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.\nNOTE: Disabling this config on some targets (ESP32-C6, ESP32-H2, ESP32-C5) would not generate\nan exception when reading from or writing to 0x0.", + "id": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "name": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "range": null, + "title": "Enable protection for unmapped memory regions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function wdt_hal_feed() for resetting counter of RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_feed().\n\nUse function wdt_hal_disable() for disabling RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_disable().", + "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "range": null, + "title": "Allows RTC watchdog disable in user code", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", + "id": "BOOTLOADER_WDT_TIME_MS", + "name": "BOOTLOADER_WDT_TIME_MS", + "range": [ + 0, + 120000 + ], + "title": "Timeout for RTC watchdog (ms)", + "type": "int" + } + ], + "depends_on": null, + "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", + "id": "BOOTLOADER_WDT_ENABLE", + "name": "BOOTLOADER_WDT_ENABLE", + "range": null, + "title": "Use RTC watchdog in start code", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", + "id": "BOOTLOADER_APP_SECURE_VERSION", + "name": "BOOTLOADER_APP_SECURE_VERSION", + "range": null, + "title": "eFuse secure version of app", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", + "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "range": null, + "title": "Size of the efuse secure version field", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implementation without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", + "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "range": null, + "title": "Emulate operations with efuse secure version(only test)", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "help": "This option prevents rollback to previous firmware/application image with lower security version.", + "id": "BOOTLOADER_APP_ANTI_ROLLBACK", + "name": "BOOTLOADER_APP_ANTI_ROLLBACK", + "range": null, + "title": "Enable app anti-rollback support", + "type": "bool" + } + ], + "depends_on": null, + "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", + "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "range": null, + "title": "Enable app rollback support", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT", + "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.\n\nIt is possible to enable this option with Secure Boot if \"allow insecure\noptions\" is enabled, however it's strongly recommended to NOT enable it as\nit may allow a Secure Boot bypass.", + "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "range": null, + "title": "Skip image validation when exiting deep sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Some applications need to boot very quickly from power on. By default, the entire app binary\nis read from flash and verified which takes up a significant portion of the boot time.\n\nEnabling this option will skip validation of the app when the SoC boots from power on.\nNote that in this case it's not possible for the bootloader to detect if an app image is\ncorrupted in the flash, therefore it's not possible to safely fall back to a different app\npartition. Flash corruption of this kind is unlikely but can happen if there is a serious\nfirmware bug or physical damage.\n\nFollowing other reset types, the bootloader will still validate the app image. This increases\nthe chances that flash corruption resulting in a crash can be detected following soft reset, and\nthe bootloader will fall back to a valid app image. To increase the chances of successfully recovering\nfrom a flash corruption event, keep the option BOOTLOADER_WDT_ENABLE enabled and consider also enabling\nBOOTLOADER_WDT_DISABLE_IN_USER_CODE - then manually disable the RTC Watchdog once the app is running.\nIn addition, enable both the Task and Interrupt watchdog timers with reset options set.", + "id": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "name": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "range": null, + "title": "Skip image validation from power on reset (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Selecting this option prevents the bootloader from ever validating the app image before\nbooting it. Any flash corruption of the selected app partition will make the entire SoC\nunbootable.\n\nAlthough flash corruption is a very rare case, it is not recommended to select this option.\nConsider selecting \"Skip image validation from power on reset\" instead. However, if boot time\nis the only important factor then it can be enabled.", + "id": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "name": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "range": null, + "title": "Skip image validation always (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", + "id": "BOOTLOADER_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_RESERVE_RTC_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option allows the customer to use the legacy bootloader behavior when the\nRTC FAST memory CRC calculation takes place. When this option is enabled, the\nallocated user custom data will be taken into account in the CRC calculation.\nThis means that any change to the custom data would need a CRC update to prevent\nthe bootloader from marking this data as corrupted.\nIf this option is disabled, the custom data will not be taken into account when\ncalculating the RTC FAST memory CRC. The user custom data can be changed freely,\nwithout the need to update the CRC.\nTHIS OPTION MUST BE THE SAME FOR BOTH THE BOOTLOADER AND THE APPLICATION BUILDS.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "range": null, + "title": "Include custom memory in the CRC calculation", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "range": null, + "title": "Size in bytes for custom purposes", + "type": "hex" + } + ], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "range": null, + "title": "Reserve RTC FAST memory for custom purposes", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option reserves an area in RTC FAST memory for the following features:\n- \"Skip image validation when exiting deep sleep\"\n- \"Reserve RTC FAST memory for custom purposes\"\n- \"GPIO triggers factory reset\"", + "id": "BOOTLOADER_RESERVE_RTC_MEM", + "name": "BOOTLOADER_RESERVE_RTC_MEM", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config", + "title": "Bootloader config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_BOOT", + "name": "SECURE_SIGNED_ON_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_UPDATE", + "name": "SECURE_SIGNED_ON_UPDATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", + "help": null, + "id": "SECURE_SIGNED_APPS", + "name": "SECURE_SIGNED_APPS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL >= 300) || SOC_SECURE_BOOT_V2_RSA", + "help": null, + "id": "SECURE_BOOT_V2_RSA_SUPPORTED", + "name": "SECURE_BOOT_V2_RSA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V2_ECC", + "help": null, + "id": "SECURE_BOOT_V2_ECC_SUPPORTED", + "name": "SECURE_BOOT_V2_ECC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V1", + "help": null, + "id": "SECURE_BOOT_V1_SUPPORTED", + "name": "SECURE_BOOT_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_REV_MIN_FULL >= 300", + "help": null, + "id": "SECURE_BOOT_V2_PREFERRED", + "name": "SECURE_BOOT_V2_PREFERRED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_ECDSA_ENABLED", + "name": "SECURE_BOOT_V2_ECDSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_RSA_ENABLED", + "name": "SECURE_BOOT_V2_RSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "name": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_BOOT", + "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", + "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "range": null, + "title": "Require signed app images", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V1_ENABLED) && ", + "help": "Embeds the ECDSA public key in the bootloader and signs the application with an ECDSA key.\nRefer to the documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "range": null, + "title": "ECDSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_RSA_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "Appends the RSA-3072 based Signature block to the application.\nRefer to before enabling.", + "id": "SECURE_SIGNED_APPS_RSA_SCHEME", + "name": "SECURE_SIGNED_APPS_RSA_SCHEME", + "range": null, + "title": "RSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ECC_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "For Secure boot V2 (e.g., ESP32-C2 SoC), appends ECDSA based signature block to the application.\nRefer to documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "range": null, + "title": "ECDSA (V2)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "Select the Secure App signing scheme. Depends on the Chip Revision.\nThere are two secure boot versions:\n\n1. Secure boot V1\n - Legacy custom secure boot scheme. Supported in ESP32 SoC.\n\n2. Secure boot V2\n - RSA based secure boot scheme.\n Supported in ESP32-ECO3 (ESP32 Chip Revision 3 onwards), ESP32-S2, ESP32-C3, ESP32-S3 SoCs.\n\n - ECDSA based secure boot scheme. Supported in ESP32-C2 SoC.", + "id": "security-features-app-signing-scheme", + "name": "SECURE_SIGNED_APPS_SCHEME", + "title": "App Signing Scheme", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "range": null, + "title": "Using ECC curve NISTP192", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "range": null, + "title": "Using ECC curve NISTP256 (Recommended)", + "type": "bool" + } + ], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "help": "Select the ECDSA key size. Two key sizes are supported\n\n- 192 bit key using NISTP192 curve\n- 256 bit key using NISTP256 curve (Recommended)\n\nThe advantage of using 256 bit key is the extra randomness which makes it difficult to be\nbruteforced compared to 192 bit key.\nAt present, both key sizes are practically implausible to bruteforce.", + "id": "security-features-ecdsa-key-size", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_SIZE", + "title": "ECDSA key size", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT && SECURE_SIGNED_APPS_ECDSA_SCHEME", + "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", + "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "range": null, + "title": "Bootloader verifies app signatures", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", + "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "range": null, + "title": "Verify app signature on update", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && ", + "help": "Build a bootloader which enables secure boot version 1 on first boot.\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V1_ENABLED", + "name": "SECURE_BOOT_V1_ENABLED", + "range": null, + "title": "Enable Secure Boot version 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SECURE_BOOT_V2_RSA_SUPPORTED || SECURE_BOOT_V2_ECC_SUPPORTED) && ", + "help": "Build a bootloader which enables Secure Boot version 2 on first boot.\nRefer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V2_ENABLED", + "name": "SECURE_BOOT_V2_ENABLED", + "range": null, + "title": "Enable Secure Boot version 2", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT", + "help": "Select the Secure Boot Version. Depends on the Chip Revision.\nSecure Boot V2 is the new RSA / ECDSA based secure boot scheme.\n\n - RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3.\n - ECDSA based scheme is supported in ESP32-C2 SoC.\n\nPlease note that, RSA or ECDSA secure boot is property of specific SoC based on its HW design, supported\ncrypto accelerators, die-size, cost and similar parameters. Please note that RSA scheme has requirement\nfor bigger key sizes but at the same time it is comparatively faster than ECDSA verification.\n\nSecure Boot V1 is the AES based (custom) secure boot scheme supported in ESP32 SoC.", + "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--select-secure-boot-version", + "name": "SECURE_BOOT_VERSION", + "title": "Select secure boot version", + "type": "choice" + } + ], + "depends_on": "SOC_SECURE_BOOT_SUPPORTED && !(IDF_TARGET_ESP32C3 && ESP32C3_REV_MIN_FULL < 3)", + "help": "Build a bootloader which enables Secure Boot on first boot.\n\nOnce enabled, Secure Boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.", + "id": "SECURE_BOOT", + "name": "SECURE_BOOT", + "range": null, + "title": "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", + "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "range": null, + "title": "One-time flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", + "id": "SECURE_BOOTLOADER_REFLASHABLE", + "name": "SECURE_BOOTLOADER_REFLASHABLE", + "range": null, + "title": "Reflashable", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT_V1_ENABLED", + "help": null, + "id": "security-features-secure-bootloader-mode", + "name": "SECURE_BOOTLOADER_MODE", + "title": "Secure bootloader mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format for Secure Boot V1.\nKey file is an RSA private key in PEM format for Secure Boot V2.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.", + "id": "SECURE_BOOT_SIGNING_KEY", + "name": "SECURE_BOOT_SIGNING_KEY", + "range": null, + "title": "Secure boot private signing key", + "type": "string" + } + ], + "depends_on": "SECURE_SIGNED_APPS", + "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py.\nVersion 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.\n(for example, on a remote signing server.)", + "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "range": null, + "title": "Sign binaries during build", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS && SECURE_SIGNED_APPS_ECDSA_SCHEME && !SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to a public key file used to verify signed images.\nSecure Boot V1: This ECDSA public key is compiled into the bootloader and/or\napp, to verify app images.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_VERIFICATION_KEY", + "name": "SECURE_BOOT_VERIFICATION_KEY", + "range": null, + "title": "Secure boot public signature verification key", + "type": "string" + }, + { + "children": [], + "depends_on": "SECURE_BOOT && SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "help": "If this option is set, ROM bootloader will revoke the public key digest burned in efuse block\nif it fails to verify the signature of software bootloader with it.\nRevocation of keys does not happen when enabling secure boot. Once secure boot is enabled,\nkey revocation checks will be done on subsequent boot-up, while verifying the software bootloader\n\nThis feature provides a strong resistance against physical attacks on the device.\n\nNOTE: Once a digest slot is revoked, it can never be used again to verify an image\nThis can lead to permanent bricking of the device, in case all keys are revoked\nbecause of signature verification failure.", + "id": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "name": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "range": null, + "title": "Enable Aggressive key revoke strategy", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED", + "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the secure boot public key digest,\ncausing an immediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nThe option must be set when you need to program any read-protected key type into the efuses,\ne.g., HMAC, ECDSA etc. after secure boot has already been enabled on the device.\nPlease refer to secure boot V2 documentation guide for more details.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application\n\nPlease refer to the Secure Boot V2 documentation guide for more information.", + "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "range": null, + "title": "Do not disable the ability to further read protect eFuses", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED && SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "When Secure Boot V2 is enabled, by default the bootloader is not flashed along with other artifacts\nlike the application and the partition table images, i.e. bootloader has to be separately flashed\nusing the command `idf.py bootloader flash`, whereas, the application and partition table can be flashed\nusing the command `idf.py flash` itself.\nEnabling this option allows flashing the bootloader along with the other artifacts\nby invocation of the command `idf.py flash`.\n\nIf this option is enabled make sure that even the bootloader is signed using the correct secure boot key,\notherwise the bootloader signature verification would fail, as hash of the public key which is present in\nthe bootloader signature would not match with the digest stored into the efuses\nand thus the device will not be able to boot up.", + "id": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "name": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "range": null, + "title": "Flash bootloader along with other artifacts when using the default flash command", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "range": null, + "title": "No encoding (256 bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "range": null, + "title": "3/4 encoding (192 bit key)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", + "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", + "id": "security-features-hardware-key-encoding", + "name": "SECURE_BOOTLOADER_KEY_ENCODING", + "title": "Hardware Key Encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_BOOT", + "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_INSECURE", + "name": "SECURE_BOOT_INSECURE", + "range": null, + "title": "Allow potentially insecure options", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128_DERIVED && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "name": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "range": null, + "title": "AES-128 key derived from 128 bits (SHA256(128 bits))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128 && !(IDF_TARGET_ESP32C2 && SECURE_BOOT) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128", + "name": "SECURE_FLASH_ENCRYPTION_AES128", + "range": null, + "title": "AES-128 (256-bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_256 && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES256", + "name": "SECURE_FLASH_ENCRYPTION_AES256", + "range": null, + "title": "AES-256 (512-bit key)", + "type": "bool" + } + ], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS && SECURE_FLASH_ENC_ENABLED", + "help": "Size of generated XTS-AES key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-xts-aes-key", + "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", + "title": "Size of generated XTS-AES key", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "range": null, + "title": "Development (NOT SECURE)", + "type": "bool" + }, + { + "children": [], + "depends_on": "(!EFUSE_VIRTUAL || IDF_CI_BUILD) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "range": null, + "title": "Release", + "type": "bool" + } + ], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "By default Development mode is enabled which allows ROM download mode to perform flash encryption\noperations (plaintext is sent to the device, and it encrypts it internally and writes ciphertext\nto flash.) This mode is not secure, it's possible for an attacker to write their own chosen plaintext\nto flash.\n\nRelease mode should always be selected for production or manufacturing. Once enabled it's no longer\npossible for the device in ROM Download Mode to use the flash encryption hardware.\n\nWhen EFUSE_VIRTUAL is enabled, SECURE_FLASH_ENCRYPTION_MODE_RELEASE is not available.\nFor CI tests we use IDF_CI_BUILD to bypass it (\"export IDF_CI_BUILD=1\").\nWe do not recommend bypassing it for other purposes.\n\nRefer to the Flash Encryption section of the ESP-IDF Programmer's Guide for details.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", + "name": "SECURE_FLASH_ENCRYPTION_MODE", + "title": "Enable usage mode", + "type": "choice" + } + ], + "depends_on": null, + "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", + "id": "SECURE_FLASH_ENC_ENABLED", + "name": "SECURE_FLASH_ENC_ENABLED", + "range": null, + "title": "Enable flash encryption on boot (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT) && IDF_TARGET_ESP32", + "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_ROM_BASIC", + "name": "SECURE_BOOT_ALLOW_ROM_BASIC", + "range": null, + "title": "Leave ROM BASIC Interpreter available on reset", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_JTAG", + "name": "SECURE_BOOT_ALLOW_JTAG", + "range": null, + "title": "Allow JTAG Debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", + "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "range": null, + "title": "Allow app partition length not 64KB aligned", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE && SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.\n\nNote that if you plan to enable secure boot during the first boot up, the bootloader will intentionally\nrevoke the unused digest slots while enabling secure boot, even if the above config is enabled because\nkeeping the unused key slots un-revoked would a security hazard.\nIn case for any development workflow if you need to avoid this revocation, you should enable\nsecure boot externally (host based mechanism) rather than enabling it during the boot up,\nso that the bootloader would not need to enable secure boot and thus you could avoid its revocation\nstrategy.", + "id": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "name": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "range": null, + "title": "Leave unused digest slots available (not revoke)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "range": null, + "title": "Leave UART bootloader encryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && IDF_TARGET_ESP32", + "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "range": null, + "title": "Leave UART bootloader decryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && (IDF_TARGET_ESP32 || SOC_EFUSE_DIS_DOWNLOAD_ICACHE || SOC_EFUSE_DIS_DOWNLOAD_DCACHE)", + "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "range": null, + "title": "Leave UART bootloader flash cache enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", + "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "range": null, + "title": "Require flash encryption to be already enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "help": "If not set (default, recommended), on the first boot the bootloader will burn the write-protection of\nDIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enabled.\nWrite protection for cache disable efuse prevents the chip from being blocked if it is set by accident.\nApp and bootloader use cache so disabling it makes the chip useless for IDF.\nDue to other eFuses are linked with the same write protection bit (see the list below) then\nwrite-protection will not be done if these SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC,\nSECURE_BOOT_ALLOW_JTAG or SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE options are selected\nto give a chance to turn on the chip into the release mode later.\n\nList of eFuses with the same write protection bit:\nESP32: MAC, MAC_CRC, DISABLE_APP_CPU, DISABLE_BT, DIS_CACHE, VOL_LEVEL_HP_INV.\n\nESP32-C3: DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG,\nDIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-C6: SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE,\nDIS_USB_SERIAL_JTAG, DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE,\nDIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS,\nDIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG,\nHARD_DIS_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG,\nDIS_DOWNLOAD_MANUAL_ENCRYPT, DIS_USB_JTAG, DIS_USB_SERIAL_JTAG, STRAP_JTAG_SEL, USB_PHY_SEL.", + "id": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "range": null, + "title": "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)", + "type": "bool" + } + ], + "depends_on": null, + "id": "security-features-potentially-insecure-options", + "title": "Potentially insecure options", + "type": "menu" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && !SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "help": "If set (default), optimise encryption time for the partition of type APP,\nby only encrypting the app image that is present in the partition,\ninstead of the whole partition.\nThe image length used for encryption is derived from the image metadata, which\nincludes the size of the app image, checksum, hash and also the signature sector\nwhen secure boot is enabled.\n\nIf not set, the whole partition of type APP would be encrypted,\nwhich increases the encryption time but might be useful if there\nis any custom data appended to the firmware image.", + "id": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "name": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "range": null, + "title": "Encrypt only the app image that is present in the partition of type app", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "If set (default), in an app during startup code,\nthere is a check of the flash encryption eFuse bit is on\n(as the bootloader should already have set it).\nThe app requires this bit is on to continue work otherwise abort.\n\nIf not set, the app does not care if the flash encryption eFuse bit is set or not.", + "id": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "name": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "range": null, + "title": "Check Flash Encryption enabled on app startup", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_ROM_DL_MODE_ENABLED", + "name": "SECURE_ROM_DL_MODE_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "If set, during startup the app will burn an eFuse bit to permanently disable the UART ROM\nDownload Mode. This prevents any future use of esptool.py, espefuse.py and similar tools.\n\nOnce disabled, if the SoC is booted with strapping pins set for ROM Download Mode\nthen an error is printed instead.\n\nIt is recommended to enable this option in any production application where Flash\nEncryption and/or Secure Boot is enabled and access to Download Mode is not required.\n\nIt is also possible to permanently disable Download Mode by calling\nesp_efuse_disable_rom_download_mode() at runtime.", + "id": "SECURE_DISABLE_ROM_DL_MODE", + "name": "SECURE_DISABLE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently disabled (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SUPPORTS_SECURE_DL_MODE && ", + "help": "If set, during startup the app will burn an eFuse bit to permanently switch the UART ROM\nDownload Mode into a separate Secure Download mode. This option can only work if\nDownload Mode is not already disabled by eFuse.\n\nSecure Download mode limits the use of Download Mode functions to update SPI config,\nchanging baud rate, basic flash write and a command to return a summary of currently\nenabled security features (`get_security_info`).\n\nSecure Download mode is not compatible with the esptool.py flasher stub feature,\nespefuse.py, read/writing memory or registers, encrypted download, or any other\nfeatures that interact with unsupported Download Mode commands.\n\nSecure Download mode should be enabled in any application where Flash Encryption\nand/or Secure Boot is enabled. Disabling this option does not immediately cancel\nthe benefits of the security features, but it increases the potential \"attack\nsurface\" for an attacker to try and bypass them with a successful physical attack.\n\nIt is also possible to enable secure download mode at runtime by calling\nesp_efuse_enable_rom_secure_download_mode()\n\nNote: Secure Download mode is not available for ESP32 (includes revisions till ECO3).", + "id": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "name": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently switch to Secure mode (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a potentially insecure option.\nEnabling this option will allow the full UART download mode to stay enabled.\nThis option SHOULD NOT BE ENABLED for production use cases.", + "id": "SECURE_INSECURE_ALLOW_DL_MODE", + "name": "SECURE_INSECURE_ALLOW_DL_MODE", + "range": null, + "title": "UART ROM download mode (Enabled (not recommended))", + "type": "bool" + } + ], + "depends_on": "(SECURE_BOOT_V2_ENABLED || SECURE_FLASH_ENC_ENABLED) && !(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL < 300)", + "help": null, + "id": "security-features-uart-rom-download-mode", + "name": "SECURE_UART_ROM_DL_MODE", + "title": "UART ROM download mode", + "type": "choice" + } + ], + "depends_on": null, + "id": "security-features", + "title": "Security features", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_REPRODUCIBLE_BUILD", + "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "APP_COMPILE_TIME_DATE", + "name": "APP_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for app", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_VER variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_VER_VAR", + "name": "APP_EXCLUDE_PROJECT_VER_VAR", + "range": null, + "title": "Exclude PROJECT_VER from firmware image", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_NAME variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_NAME_VAR", + "name": "APP_EXCLUDE_PROJECT_NAME_VAR", + "range": null, + "title": "Exclude PROJECT_NAME from firmware image", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "APP_PROJECT_VER_FROM_CONFIG", + "help": "Project version", + "id": "APP_PROJECT_VER", + "name": "APP_PROJECT_VER", + "range": null, + "title": "Project version", + "type": "string" + } + ], + "depends_on": null, + "help": "If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.\nOther ways to set PROJECT_VER will be ignored.", + "id": "APP_PROJECT_VER_FROM_CONFIG", + "name": "APP_PROJECT_VER_FROM_CONFIG", + "range": null, + "title": "Get the project version from Kconfig", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "At startup, the app will read the embedded APP ELF SHA-256 hash value from flash\nand convert it into a string and store it in a RAM buffer.\nThis ensures the panic handler and core dump will be able to print this string\neven when cache is disabled.\nThe size of the buffer is APP_RETRIEVE_LEN_ELF_SHA plus the null terminator.\nChanging this value will change the size of this buffer, in bytes.", + "id": "APP_RETRIEVE_LEN_ELF_SHA", + "name": "APP_RETRIEVE_LEN_ELF_SHA", + "range": [ + 8, + 64 + ], + "title": "The length of APP ELF SHA is stored in RAM(chars)", + "type": "int" + } + ], + "depends_on": null, + "id": "application-manager", + "title": "Application manager", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_LE", + "name": "ESP_ROM_HAS_CRC_LE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_BE", + "name": "ESP_ROM_HAS_CRC_BE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_JPEG_DECODE", + "name": "ESP_ROM_HAS_JPEG_DECODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_UART_CLK_IS_XTAL", + "name": "ESP_ROM_UART_CLK_IS_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "name": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "name": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_GET_CLK_FREQ", + "name": "ESP_ROM_GET_CLK_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_RVFPLIB", + "name": "ESP_ROM_HAS_RVFPLIB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_HAL_WDT", + "name": "ESP_ROM_HAS_HAL_WDT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_HAL_SYSTIMER", + "name": "ESP_ROM_HAS_HAL_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_HEAP_TLSF", + "name": "ESP_ROM_HAS_HEAP_TLSF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_TLSF_CHECK_PATCH", + "name": "ESP_ROM_TLSF_CHECK_PATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_MULTI_HEAP_WALK_PATCH", + "name": "ESP_ROM_MULTI_HEAP_WALK_PATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_LAYOUT_TABLE", + "name": "ESP_ROM_HAS_LAYOUT_TABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SPI_FLASH", + "name": "ESP_ROM_HAS_SPI_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_REGI2C_BUG", + "name": "ESP_ROM_HAS_REGI2C_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB", + "name": "ESP_ROM_HAS_NEWLIB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT", + "name": "ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE", + "name": "ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_WDT_INIT_PATCH", + "name": "ESP_ROM_WDT_INIT_PATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "name": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "name": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SW_FLOAT", + "name": "ESP_ROM_HAS_SW_FLOAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_OTG_NUM", + "name": "ESP_ROM_USB_OTG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_VERSION", + "name": "ESP_ROM_HAS_VERSION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "name": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_OUTPUT_PUTC_FUNC", + "name": "ESP_ROM_HAS_OUTPUT_PUTC_FUNC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Always print ROM logs, this is the default behavior.", + "id": "BOOT_ROM_LOG_ALWAYS_ON", + "name": "BOOT_ROM_LOG_ALWAYS_ON", + "range": null, + "title": "Always Log", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Don't print ROM logs.", + "id": "BOOT_ROM_LOG_ALWAYS_OFF", + "name": "BOOT_ROM_LOG_ALWAYS_OFF", + "range": null, + "title": "Permanently disable logging", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is high during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "name": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "range": null, + "title": "Log on GPIO High", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is low during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_LOW", + "name": "BOOT_ROM_LOG_ON_GPIO_LOW", + "range": null, + "title": "Log on GPIO Low", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_ESP32", + "help": "Controls the Boot ROM log behavior.\nThe rom log behavior can only be changed for once,\nspecific eFuse bit(s) will be burned at app boot stage.", + "id": "boot-rom-behavior-permanently-change-boot-rom-output", + "name": "BOOT_ROM_LOG_SCHEME", + "title": "Permanently change Boot ROM output", + "type": "choice" + } + ], + "depends_on": null, + "id": "boot-rom-behavior", + "title": "Boot ROM Behavior", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The flasher tool sends a precompiled download stub first by default. That stub allows things\nlike compressed downloads and more. Usually you should not need to disable that feature", + "id": "ESPTOOLPY_NO_STUB", + "name": "ESPTOOLPY_NO_STUB", + "range": null, + "title": "Disable download stub", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_OCT_FLASH", + "name": "ESPTOOLPY_OCT_FLASH", + "range": null, + "title": "Enable Octal Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. This option is mainly to improve the out-of-box experience of developers. It doesn't guarantee\n the feature-complete. Some code still rely on `ESPTOOLPY_OCT_FLASH`. Please do not rely on this option\n when you are pretty sure that you are using Octal flash.\n In this case, please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", + "id": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "name": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "range": null, + "title": "Choose flash mode automatically (please read help)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QIO", + "name": "ESPTOOLPY_FLASHMODE_QIO", + "range": null, + "title": "QIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QOUT", + "name": "ESPTOOLPY_FLASHMODE_QOUT", + "range": null, + "title": "QOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DIO", + "name": "ESPTOOLPY_FLASHMODE_DIO", + "range": null, + "title": "DIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DOUT", + "name": "ESPTOOLPY_FLASHMODE_DOUT", + "range": null, + "title": "DOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_OPI", + "name": "ESPTOOLPY_FLASHMODE_OPI", + "range": null, + "title": "OPI", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", + "id": "serial-flasher-config-flash-spi-mode", + "name": "ESPTOOLPY_FLASHMODE", + "title": "Flash SPI mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "range": null, + "title": "STR Mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "range": null, + "title": "DTR Mode", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-sampling-mode", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE", + "title": "Flash Sampling Mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHMODE", + "name": "ESPTOOLPY_FLASHMODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_80M", + "name": "ESPTOOLPY_FLASHFREQ_80M", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_40M", + "name": "ESPTOOLPY_FLASHFREQ_40M", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_20M", + "name": "ESPTOOLPY_FLASHFREQ_20M", + "range": null, + "title": "20 MHz", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-spi-speed", + "name": "ESPTOOLPY_FLASHFREQ", + "title": "Flash SPI speed", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ", + "name": "ESPTOOLPY_FLASHFREQ", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_1MB", + "name": "ESPTOOLPY_FLASHSIZE_1MB", + "range": null, + "title": "1 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_2MB", + "name": "ESPTOOLPY_FLASHSIZE_2MB", + "range": null, + "title": "2 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_4MB", + "name": "ESPTOOLPY_FLASHSIZE_4MB", + "range": null, + "title": "4 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_8MB", + "name": "ESPTOOLPY_FLASHSIZE_8MB", + "range": null, + "title": "8 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_16MB", + "name": "ESPTOOLPY_FLASHSIZE_16MB", + "range": null, + "title": "16 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_32MB", + "name": "ESPTOOLPY_FLASHSIZE_32MB", + "range": null, + "title": "32 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_64MB", + "name": "ESPTOOLPY_FLASHSIZE_64MB", + "range": null, + "title": "64 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_128MB", + "name": "ESPTOOLPY_FLASHSIZE_128MB", + "range": null, + "title": "128 MB", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash size, in megabytes", + "id": "serial-flasher-config-flash-size", + "name": "ESPTOOLPY_FLASHSIZE", + "title": "Flash size", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE", + "name": "ESPTOOLPY_FLASHSIZE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.\n\nEnabling this option turns off the image protection against corruption\nby a SHA256 digest. Updating the bootloader image before flashing would\ninvalidate the digest.", + "id": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "name": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "range": null, + "title": "Detect flash size when flashing bootloader", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_RESET", + "name": "ESPTOOLPY_BEFORE_RESET", + "range": null, + "title": "Reset to bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_NORESET", + "name": "ESPTOOLPY_BEFORE_NORESET", + "range": null, + "title": "No reset", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-before-flashing", + "name": "ESPTOOLPY_BEFORE", + "title": "Before flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_BEFORE", + "name": "ESPTOOLPY_BEFORE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_RESET", + "name": "ESPTOOLPY_AFTER_RESET", + "range": null, + "title": "Reset after flashing", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_NORESET", + "name": "ESPTOOLPY_AFTER_NORESET", + "range": null, + "title": "Stay in bootloader", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-after-flashing", + "name": "ESPTOOLPY_AFTER", + "title": "After flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_AFTER", + "name": "ESPTOOLPY_AFTER", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD", + "name": "ESPTOOLPY_MONITOR_BAUD", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "serial-flasher-config", + "title": "Serial flasher config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This is the default partition table, designed to fit into a 2MB or\nlarger flash with a single 1MB app partition.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP", + "name": "PARTITION_TABLE_SINGLE_APP", + "range": null, + "title": "Single factory app, no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a variation of the default partition table, that expands\nthe 1MB app partition size to 1.5MB to fit more code.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE", + "range": null, + "title": "Single factory app (large), no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with a factory app\npartition plus two OTA app partitions. All are 1MB, so this\npartition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota.csv", + "id": "PARTITION_TABLE_TWO_OTA", + "name": "PARTITION_TABLE_TWO_OTA", + "range": null, + "title": "Factory app, two OTA definitions", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with\ntwo OTA app partitions. Both app partition sizes are 1700K,\nso this partition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_large.csv", + "id": "PARTITION_TABLE_TWO_OTA_LARGE", + "name": "PARTITION_TABLE_TWO_OTA_LARGE", + "range": null, + "title": "Two large size OTA partitions", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Specify the path to the partition table CSV to use for your project.\n\nConsult the Partition Table section in the ESP-IDF Programmers Guide\nfor more information.", + "id": "PARTITION_TABLE_CUSTOM", + "name": "PARTITION_TABLE_CUSTOM", + "range": null, + "title": "Custom partition table CSV", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", + "help": "This is a variation of the default \"Single factory app, no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "range": null, + "title": "Single factory app, no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", + "help": "This is a variation of the \"Single factory app (large), no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "range": null, + "title": "Single factory app (large), no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", + "help": "This is a variation of the \"Factory app, two OTA definitions\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_encr_nvs.csv", + "id": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "range": null, + "title": "Factory app, two OTA definitions, encrypted NVS", + "type": "bool" + } + ], + "depends_on": null, + "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. These are mostly intended\nfor example and development use, it's expect that for production use you\nwill copy one of these CSV files and create a custom partition CSV for\nyour application.", + "id": "partition-table-partition-table", + "name": "PARTITION_TABLE_TYPE", + "title": "Partition Table", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Name of the custom partition CSV filename.\nThis path is evaluated relative to the project root directory by default.\nHowever, if the absolute path for the CSV file is provided, then the absolute path is configured.", + "id": "PARTITION_TABLE_CUSTOM_FILENAME", + "name": "PARTITION_TABLE_CUSTOM_FILENAME", + "range": null, + "title": "Custom partition CSV file", + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PARTITION_TABLE_FILENAME", + "name": "PARTITION_TABLE_FILENAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", + "id": "PARTITION_TABLE_OFFSET", + "name": "PARTITION_TABLE_OFFSET", + "range": null, + "title": "Offset of partition table", + "type": "hex" + }, + { + "children": [], + "depends_on": "!APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS && !IDF_TARGET_LINUX", + "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", + "id": "PARTITION_TABLE_MD5", + "name": "PARTITION_TABLE_MD5", + "range": null, + "title": "Generate an MD5 checksum for the partition table", + "type": "bool" + } + ], + "depends_on": null, + "id": "partition-table", + "title": "Partition Table", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_DEBUG", + "name": "COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_SIZE", + "name": "COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Optimize for size (-Os with GCC, -Oz with Clang)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_PERF", + "name": "COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_NONE", + "name": "COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Size\" setting will add the -Os flag to CFLAGS (-Oz with Clang).\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "id": "compiler-options-optimization-level", + "name": "COMPILER_OPTIMIZATION", + "title": "Optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Enable assertions. Assertion content and line number will be printed on failure.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "range": null, + "title": "Silent (saves code size)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "range": null, + "title": "Disabled (sets -DNDEBUG)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", + "id": "compiler-options-assertion-level", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "title": "Assertion level", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When NDEBUG is set, assert(X) will not cause code to trigger an assertion.\nWith this option set, assert(X) will still evaluate the expression X, though\nthe result will never cause an assertion. This means that if X is a function\nthen the function will be called.\n\nThis is not according to the standard, which states that the assert(X) should\nbe replaced with ((void)0) if NDEBUG is defined.\n\nIn ESP-IDF v6.0 the default behavior will change to \"no\" to be in line with the\nstandard.", + "id": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "name": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "range": null, + "title": "Enable the evaluation of the expression inside assert(X) when NDEBUG is set", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "name": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_RVFPLIB && ", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "name": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "range": null, + "title": "librvfp", + "type": "bool" + } + ], + "depends_on": null, + "help": "In the soft-fp part of libgcc, riscv version is written in C,\nand handles all edge cases in IEEE754, which makes it larger\nand performance is slow.\n\nRVfplib is an optimized RISC-V library for FP arithmetic on 32-bit\ninteger processors, for single and double-precision FP.\nRVfplib is \"fast\", but it has a few exceptions from IEEE 754 compliance.", + "id": "compiler-options-compiler-float-lib-source", + "name": "COMPILER_FLOAT_LIB_FROM", + "title": "Compiler float lib source", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, the error messages will be discarded in following check macros:\n- ESP_RETURN_ON_ERROR\n- ESP_EXIT_ON_ERROR\n- ESP_RETURN_ON_FALSE\n- ESP_EXIT_ON_FALSE", + "id": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "name": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "range": null, + "title": "Disable messages in ESP_RETURN_ON_* and ESP_EXIT_ON_* macros", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When expanding the __FILE__ and __BASE_FILE__ macros, replace paths inside ESP-IDF\nwith paths relative to the placeholder string \"IDF\", and convert paths inside the\nproject directory to relative paths.\n\nThis allows building the project with assertions or other code that embeds file paths,\nwithout the binary containing the exact path to the IDF or project directories.\n\nThis option passes -fmacro-prefix-map options to the GCC command line. To replace additional\npaths in your binaries, modify the project CMakeLists.txt file to pass custom -fmacro-prefix-map or\n-ffile-prefix-map arguments.", + "id": "COMPILER_HIDE_PATHS_MACROS", + "is_menuconfig": true, + "name": "COMPILER_HIDE_PATHS_MACROS", + "range": null, + "title": "Replace ESP-IDF and project paths in binaries", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_CXX_EXCEPTIONS", + "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", + "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "range": null, + "title": "Emergency Pool Size", + "type": "int" + } + ], + "depends_on": null, + "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", + "id": "COMPILER_CXX_EXCEPTIONS", + "is_menuconfig": true, + "name": "COMPILER_CXX_EXCEPTIONS", + "range": null, + "title": "Enable C++ exceptions", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", + "id": "COMPILER_CXX_RTTI", + "name": "COMPILER_CXX_RTTI", + "range": null, + "title": "Enable C++ run-time type info (RTTI)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NONE", + "name": "COMPILER_STACK_CHECK_MODE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NORM", + "name": "COMPILER_STACK_CHECK_MODE_NORM", + "range": null, + "title": "Normal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_STRONG", + "name": "COMPILER_STACK_CHECK_MODE_STRONG", + "range": null, + "title": "Strong", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_ALL", + "name": "COMPILER_STACK_CHECK_MODE_ALL", + "range": null, + "title": "Overall", + "type": "bool" + } + ], + "depends_on": null, + "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL\n\nThe performance impact includes increasing the amount of stack memory required for each task.", + "id": "compiler-options-stack-smashing-protection-mode", + "name": "COMPILER_STACK_CHECK_MODE", + "title": "Stack smashing protection mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Stack smashing protection.", + "id": "COMPILER_STACK_CHECK", + "name": "COMPILER_STACK_CHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Disable merging identical constants (string/floating-point) across compilation units.\nThis helps in better size analysis of the application binary as the rodata section\ndistribution is more uniform across libraries. On downside, it may increase\nthe binary size and hence should be used during development phase only.", + "id": "COMPILER_NO_MERGE_CONSTANTS", + "name": "COMPILER_NO_MERGE_CONSTANTS", + "range": null, + "title": "Disable merging const sections", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", + "id": "COMPILER_WARN_WRITE_STRINGS", + "name": "COMPILER_WARN_WRITE_STRINGS", + "range": null, + "title": "Enable -Wwrite-strings warning flag", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Adds -msave-restore to C/C++ compilation flags.\n\nWhen this flag is enabled, compiler will call library functions to\nsave/restore registers in function prologues/epilogues. This results\nin lower overall code size, at the expense of slightly reduced performance.\n\nThis option can be enabled for RISC-V targets only.", + "id": "COMPILER_SAVE_RESTORE_LIBCALLS", + "name": "COMPILER_SAVE_RESTORE_LIBCALLS", + "range": null, + "title": "Enable -msave-restore flag to reduce code size", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if you do not want default warnings to be considered as errors,\nespecially when updating IDF.\n\nThis is a temporary flag that could help to allow upgrade while having\nsome time to address the warnings raised by those default warnings.\nAlternatives are:\n1) fix code (preferred),\n2) remove specific warnings,\n3) do not consider specific warnings as error.", + "id": "COMPILER_DISABLE_DEFAULT_ERRORS", + "name": "COMPILER_DISABLE_DEFAULT_ERRORS", + "range": null, + "title": "Disable errors for default warnings", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 12 or newer, and want to disable warnings which don't appear with\nGCC 11.", + "id": "COMPILER_DISABLE_GCC12_WARNINGS", + "name": "COMPILER_DISABLE_GCC12_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 12", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with\nGCC 12.", + "id": "COMPILER_DISABLE_GCC13_WARNINGS", + "name": "COMPILER_DISABLE_GCC13_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 13", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 14 or newer, and want to disable warnings which don't appear with\nGCC 13.", + "id": "COMPILER_DISABLE_GCC14_WARNINGS", + "name": "COMPILER_DISABLE_GCC14_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 14", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, RTL files will be produced during compilation. These files\ncan be used by other tools, for example to calculate call graphs.", + "id": "COMPILER_DUMP_RTL_FILES", + "name": "COMPILER_DUMP_RTL_FILES", + "range": null, + "title": "Dump RTL files during compilation", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_GCCLIB", + "name": "COMPILER_RT_LIB_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_CLANG && !IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_CLANGRT", + "name": "COMPILER_RT_LIB_CLANGRT", + "range": null, + "title": "libclang_rt", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_HOST", + "name": "COMPILER_RT_LIB_HOST", + "range": null, + "title": "Host", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select runtime library to be used by compiler.\n- GCC toolchain supports libgcc only.\n- Clang allows to choose between libgcc or libclang_rt.\n- For host builds (\"linux\" target), uses the default library.", + "id": "compiler-options-compiler-runtime-library", + "name": "COMPILER_RT_LIB", + "title": "Compiler runtime library", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_RT_LIB_NAME", + "name": "COMPILER_RT_LIB_NAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Places orphan sections with a warning message.", + "id": "COMPILER_ORPHAN_SECTIONS_WARNING", + "name": "COMPILER_ORPHAN_SECTIONS_WARNING", + "range": null, + "title": "Place with warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places orphan sections without a warning/error message.", + "id": "COMPILER_ORPHAN_SECTIONS_PLACE", + "name": "COMPILER_ORPHAN_SECTIONS_PLACE", + "range": null, + "title": "Place silently", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_LINUX", + "help": "If the linker finds orphan sections, it attempts to place orphan sections after sections of the same\nattribute such as code vs data, loadable vs non-loadable, etc.\nThat means that orphan sections could placed between sections defined in IDF linker scripts.\nThis could lead to corruption of the binary image. Configure the linker action here.", + "id": "compiler-options-orphan-sections-handling", + "name": "COMPILER_ORPHAN_SECTIONS", + "title": "Orphan sections handling", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Enable compiler static analyzer. This may produce false-positive results and increases compile time.", + "id": "COMPILER_STATIC_ANALYZER", + "name": "COMPILER_STATIC_ANALYZER", + "range": null, + "title": "Enable compiler static analyzer", + "type": "bool" + } + ], + "depends_on": null, + "id": "compiler-options", + "title": "Compiler options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_CUSTOM_TABLE", + "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "EFUSE_CUSTOM_TABLE_FILENAME", + "name": "EFUSE_CUSTOM_TABLE_FILENAME", + "range": null, + "title": "Custom eFuse CSV file", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to generate a structure for eFuse from the CSV file.", + "id": "EFUSE_CUSTOM_TABLE", + "name": "EFUSE_CUSTOM_TABLE", + "range": null, + "title": "Use custom eFuse table", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_VIRTUAL && !IDF_TARGET_LINUX", + "help": "In addition to the \"Simulate eFuse operations in RAM\" option, this option just adds\na feature to keep eFuses after reboots in flash memory. To use this mode the partition_table\nshould have the `efuse` partition. partition.csv: \"efuse_em, data, efuse, , 0x2000,\"\n\nDuring startup, the eFuses are copied from flash or,\nin case if flash is empty, from real eFuse to RAM and then update flash.\nThis mode is useful when need to keep changes after reboot\n(testing secure_boot and flash_encryption).", + "id": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "name": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "range": null, + "title": "Keep eFuses in flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "EFUSE_VIRTUAL", + "help": "If enabled, log efuse burns. This shows changes that would be made.", + "id": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "name": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "range": null, + "title": "Log all virtual writes", + "type": "bool" + } + ], + "depends_on": null, + "help": "If \"n\" - No virtual mode. All eFuse operations are real and use eFuse registers.\nIf \"y\" - The virtual mode is enabled and all eFuse operations (read and write) are redirected\nto RAM instead of eFuse registers, all permanent changes (via eFuse) are disabled.\nLog output will state changes that would be applied, but they will not be.\n\nIf it is \"y\", then SECURE_FLASH_ENCRYPTION_MODE_RELEASE cannot be used.\nBecause the EFUSE VIRT mode is for testing only.\n\nDuring startup, the eFuses are copied into RAM. This mode is useful for fast tests.", + "id": "EFUSE_VIRTUAL", + "name": "EFUSE_VIRTUAL", + "range": null, + "title": "Simulate eFuse operations in RAM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "range": null, + "title": "None Only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "range": null, + "title": "3/4 and None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "range": null, + "title": "Repeat, 3/4 and None (common table does not support it)", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "Selector eFuse code scheme.", + "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", + "name": "EFUSE_CODE_SCHEME_SELECTOR", + "title": "Coding Scheme Compatibility", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "EFUSE_MAX_BLK_LEN", + "name": "EFUSE_MAX_BLK_LEN", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-efuse-bit-manager", + "title": "eFuse Bit Manager", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", + "id": "ESP_ERR_TO_NAME_LOOKUP", + "name": "ESP_ERR_TO_NAME_LOOKUP", + "range": null, + "title": "Enable lookup of error code strings", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-common-esp-related", + "title": "Common ESP-related", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_REV_MIN_0", + "name": "ESP32C6_REV_MIN_0", + "range": null, + "title": "Rev v0.0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_REV_MIN_1", + "name": "ESP32C6_REV_MIN_1", + "range": null, + "title": "Rev v0.1 (ECO1)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Required minimum chip revision. ESP-IDF will check for it and\nreject to boot if the chip revision fails the check.\nThis ensures the chip used will have some modifications (features, or bugfixes).\n\nThe complied binary will only support chips above this revision,\nthis will also help to reduce binary size.", + "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-c6-revision", + "name": "ESP32C6_REV_MIN", + "title": "Minimum Supported ESP32-C6 Revision", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32C6_REV_MIN_FULL", + "name": "ESP32C6_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MIN_FULL", + "name": "ESP_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32C6_REV_MAX_FULL", + "name": "ESP32C6_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MAX_FULL", + "name": "ESP_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Required minimum eFuse Block revision. ESP-IDF will check it at the 2nd bootloader stage\nwhether the current image can work correctly for this eFuse Block revision.\nSo that to avoid running an incompatible image on a SoC that contains breaking change in the eFuse Block.\nIf you want to update this value to run the image that not compatible with the current eFuse Block revision,\nplease contact to Espressif's business team for details:\nhttps://www.espressif.com.cn/en/contact-us/sales-questions", + "id": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "range": null, + "title": "Minimum Supported ESP32-C6 eFuse Block Revision", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_CI_BUILD", + "help": "For internal chip testing, a small number of new versions chips didn't\nupdate the version field in eFuse, you can enable this option to force the\nsoftware recognize the chip version based on the rev selected in menuconfig.", + "id": "ESP_REV_NEW_CHIP_TEST", + "name": "ESP_REV_NEW_CHIP_TEST", + "range": null, + "title": "Internal test mode", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-chip-revision", + "title": "Chip revision", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_BT", + "name": "ESP_MAC_ADDR_UNIVERSE_BT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_ETH", + "name": "ESP_MAC_ADDR_UNIVERSE_ETH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "name": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": "Two", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": "Four", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\n\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\n\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\n\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\n\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)\n\nNote that ESP32-C6 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()\nAPI to return a MAC for Ethernet, this can only be used with an external MAC peripheral.", + "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES", + "title": "Number of universally administered (by IEEE) MAC address", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32C6_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If you have an invalid MAC CRC (ESP_ERR_INVALID_CRC) problem\nand you still want to use this chip, you can enable this option to bypass such an error.\nThis applies to both MAC_FACTORY and CUSTOM_MAC efuses.", + "id": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "name": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "range": null, + "title": "Ignore MAC CRC error (not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type of\nMAC using a custom MAC as the base MAC.", + "id": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "name": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "range": null, + "title": "Enable using custom mac as base mac", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-mac-config", + "title": "MAC Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "(!SPIRAM || ESP_LDO_RESERVE_PSRAM) && !(IDF_TARGET_ESP32P4 && ESP32P4_REV_MIN_FULL < 100)", + "help": "If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs\nmore time when chip wakes up. Can only be enabled if there is no SPIRAM configured.\n\nThis option will power down flash under a strict but relatively safe condition. Also, it is possible to\npower down flash under a relaxed condition by using esp_sleep_pd_config() to set ESP_PD_DOMAIN_VDDSDIO\nto ESP_PD_OPTION_OFF. It should be noted that there is a risk in powering down flash, you can refer\n`ESP-IDF Programming Guide/API Reference/System API/Sleep Modes/Power-down of Flash` for more details.", + "id": "ESP_SLEEP_POWER_DOWN_FLASH", + "name": "ESP_SLEEP_POWER_DOWN_FLASH", + "range": null, + "title": "Power down flash in light sleep when there is no SPIRAM or SPIRAM has independent power supply", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP && !ESP_SLEEP_POWER_DOWN_FLASH", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of SPI Flash is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in Flash may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of Flash to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of SPI Flash in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external SPI Flash CS pin pullups.)", + "id": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up Flash CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of PSRAM is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in PSRAM may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of PSRAM to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of PSRAM in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external PSRAM CS pin pullups.)", + "id": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up PSRAM CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_SLEEP_POWER_DOWN_FLASH && (ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND || ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND)", + "help": "To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin\nduring light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up\nall pins. It depends on the SPI Flash/RAM chip used.", + "id": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "name": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "range": null, + "title": "Pull-up all SPI pins in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "name": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "esp32c2, esp32c3, esp32s3, esp32c5, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", + "id": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "name": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "range": null, + "title": "light sleep GPIO reset workaround", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When the chip exits sleep, the CPU and the flash chip are powered on at the same time.\nCPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute\ncode from flash.\n\nSome flash chips need sufficient time to pass between power on and first read operation.\nBy default, without any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\n(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)\nIn Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum\ntime from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,\nand the configuration value here should be:\nESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900\n\nFor esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the console after deep sleep reset\non esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.\n(For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.\nFor chips after esp32, the delay will be executed only in light sleep flow, the delay\ncontrolled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)", + "id": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "name": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "range": [ + 0, + 5000 + ], + "title": "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling it will check the cache safety of the code before the flash power is ready after\nlight sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is\nonly for code quality inspection. Enabling it will increase the time overhead of entering\nand exiting sleep. It is not recommended to enable it in the release version.", + "id": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "name": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "range": null, + "title": "Check the cache safety of the sleep wakeup code in sleep process", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable esp sleep debug.", + "id": "ESP_SLEEP_DEBUG", + "name": "ESP_SLEEP_DEBUG", + "range": null, + "title": "esp sleep debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to\nmake use of the internal ones.", + "id": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "name": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "range": null, + "title": "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal\ndevelopers and customers can use PM_LIGHT_SLEEP_CALLBACKS as an alternative.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in\ncallback and hence it is highly recommended to keep them as short as possible.", + "id": "ESP_SLEEP_EVENT_CALLBACKS", + "name": "ESP_SLEEP_EVENT_CALLBACKS", + "range": null, + "title": "Enable registration of sleep event callbacks", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-sleep-config", + "title": "Sleep Config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_INT_RC", + "name": "RTC_CLK_SRC_INT_RC", + "range": null, + "title": "Internal 136 kHz RC oscillator", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_CRYS", + "name": "RTC_CLK_SRC_EXT_CRYS", + "range": null, + "title": "External 32 kHz crystal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_OSC", + "name": "RTC_CLK_SRC_EXT_OSC", + "range": null, + "title": "External 32 kHz oscillator at 32K_XP pin", + "type": "bool" + }, + { + "children": [], + "depends_on": "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED && ", + "help": "To be able to select this option, please select `RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED` first.\nThis option will be removed in IDF v6.0.", + "id": "RTC_CLK_SRC_INT_RC32K", + "name": "RTC_CLK_SRC_INT_RC32K", + "range": null, + "title": "Internal 32 kHz RC oscillator (NOT RECOMMENDED TO USE, READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose which clock is used as RTC clock source.", + "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", + "name": "RTC_CLK_SRC", + "title": "RTC clock source", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Internal RC32K clock is unstable at extreme temperatures and is not recommended for use.", + "id": "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED", + "name": "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED", + "range": null, + "title": "Confirm to use the unrecommended 32 kHz RC oscillator (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 136000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", + "id": "RTC_CLK_CAL_CYCLES", + "name": "RTC_CLK_CAL_CYCLES", + "range": [ + 0, + 32766 + ], + "title": "Number of cycles for RTC_SLOW_CLK calibration", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-rtc-clock-config", + "title": "RTC Clock Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place peripheral control functions (e.g. periph_module_reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "PERIPH_CTRL_FUNC_IN_IRAM", + "name": "PERIPH_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place peripheral control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-peripheral-control", + "title": "Peripheral Control", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ETM_SUPPORTED", + "help": "whether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", + "id": "ETM_ENABLE_DEBUG_LOG", + "name": "ETM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ETM_SUPPORTED", + "id": "component-config-hardware-settings-etm-configuration", + "title": "ETM Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "GDMA_CTRL_FUNC_IN_IRAM", + "name": "GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GDMA control functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "This will ensure the GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "GDMA_ISR_IRAM_SAFE", + "name": "GDMA_ISR_IRAM_SAFE", + "range": null, + "title": "GDMA ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for GDMA driver.\nNote that, this option only controls the GDMA driver log, won't affect other drivers.", + "id": "GDMA_ENABLE_DEBUG_LOG", + "name": "GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-gdma-configurations", + "title": "GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA control functions (e.g. dw_gdma_channel_continue) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "name": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA setter functions (e.g. dw_gdma_channel_set_block_markers) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA getter functions (e.g. dw_gdma_link_list_get_item) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DW_GDMA_ISR_IRAM_SAFE", + "name": "DW_GDMA_ISR_IRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA object is DRAM-Safe, allow to avoid external memory\ncache misses, and also be accessible whilst the cache is disabled.", + "id": "DW_GDMA_OBJ_DRAM_SAFE", + "name": "DW_GDMA_OBJ_DRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for DW_GDMA driver.\nNote that, this option only controls the DW_GDMA driver log, won't affect other drivers.", + "id": "DW_GDMA_ENABLE_DEBUG_LOG", + "name": "DW_GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-dw_gdma-configurations", + "title": "DW_GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "Place 2D-DMA all operation functions, including control functions (e.g. start/stop/append/reset) and setter\nfunctions (e.g. connect/strategy/callback registration) into IRAM, so that these functions can be IRAM-safe\nand able to be called in the other IRAM interrupt context. It also helps optimizing the performance.", + "id": "DMA2D_OPERATION_FUNC_IN_IRAM", + "name": "DMA2D_OPERATION_FUNC_IN_IRAM", + "range": null, + "title": "Place 2D-DMA operation functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "This will ensure the 2D-DMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DMA2D_ISR_IRAM_SAFE", + "name": "DMA2D_ISR_IRAM_SAFE", + "range": null, + "title": "2D-DMA ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_DMA2D_SUPPORTED", + "id": "component-config-hardware-settings-2d-dma-configurations", + "title": "2D-DMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "XTAL_FREQ_40", + "name": "XTAL_FREQ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.", + "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", + "name": "XTAL_FREQ", + "title": "Main XTAL frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "XTAL_FREQ", + "name": "XTAL_FREQ", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-main-xtal-config", + "title": "Main XTAL Config", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nclock support isn't done yet. So with this option,\nwe use xtal on FPGA as the clock source.", + "id": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "name": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nRNG isn't done yet. So with this option, we use 0x5A\nto fill the random buffers", + "id": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "name": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Due to the poor low-temperature characteristics of\nRC32K (it cannot operate below -40 degrees Celsius),\nplease avoid using it whenever possible", + "id": "ESP_CLK_RC32K_NOT_TO_USE", + "name": "ESP_CLK_RC32K_NOT_TO_USE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings", + "title": "Hardware Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "range": null, + "title": "Security level low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "range": null, + "title": "Security level medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "range": null, + "title": "Security level high", + "type": "bool" + } + ], + "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "Configure the DPA protection security level", + "id": "component-config-esp-security-specific-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "title": "DPA protection level", + "type": "choice" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", + "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "range": null, + "title": "Enable crypto DPA protection at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "id": "component-config-esp-security-specific-crypto-dpa-protection", + "title": "Crypto DPA Protection", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_ECC_CONSTANT_TIME_POINT_MUL", + "help": "If enabled, the app startup code will burn the ECC_FORCE_CONST_TIME efuse bit to force the\nECC peripheral to always perform constant time point multiplication operations,\nirrespective of the ECC_MULT_SECURITY_MODE status bit that is present in the ECC_MULT_CONF_REG\nregister. By default, ESP-IDF configures the ECC peripheral to perform constant time point\nmultiplication operations, so enabling this config would provide security enhancement only in\nthe cases when trusted boot is not enabled and the attacker tries carrying out non-constant\ntime point multiplication operations by changing the default ESP-IDF configurations.\nPerforming constant time operations protect the ECC multiplication operations from timing attacks.", + "id": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "name": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "range": null, + "title": "Forcfully enable ECC constant time point multiplication operations", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-security-specific", + "title": "ESP Security Specific", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_ENV_FPGA && ", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_120", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_120", + "range": null, + "title": "120 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "range": null, + "title": "160 MHz", + "type": "bool" + } + ], + "depends_on": null, + "help": "CPU frequency to be set on application startup.", + "id": "component-config-esp-system-settings-cpu-frequency", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "title": "CPU frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", + "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", + "id": "ESP_SYSTEM_PANIC_PRINT_HALT", + "name": "ESP_SYSTEM_PANIC_PRINT_HALT", + "range": null, + "title": "Print registers and halt", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", + "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", + "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "range": null, + "title": "Print registers and reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", + "help": "Just resets the processor without outputting anything", + "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "range": null, + "title": "Silent reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_GDBSTUB_ENABLED && ", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", + "id": "ESP_SYSTEM_PANIC_GDBSTUB", + "name": "ESP_SYSTEM_PANIC_GDBSTUB", + "range": null, + "title": "GDBStub on panic", + "type": "bool" + } + ], + "depends_on": null, + "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handler's action here.", + "id": "component-config-esp-system-settings-panic-handler-behaviour", + "name": "ESP_SYSTEM_PANIC", + "title": "Panic handler behaviour", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "help": "After the panic handler executes, you can specify a number of seconds to\nwait before the device reboots.", + "id": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "name": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "range": [ + 0, + 99 + ], + "title": "Panic reboot delay (Seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Only initialize and use the main core.", + "id": "ESP_SYSTEM_SINGLE_CORE_MODE", + "name": "ESP_SYSTEM_SINGLE_CORE_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_XTAL", + "name": "ESP_SYSTEM_RTC_EXT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_OSC", + "name": "ESP_SYSTEM_RTC_EXT_OSC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_EXT_XTAL", + "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", + "id": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "name": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "range": null, + "title": "Bootstrap cycles for external 32kHz crystal", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": null, + "id": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "name": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. Speed wise RTC fast memory operates on\nAPB clock and hence does not have much performance impact.", + "id": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "name": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "range": null, + "title": "Enable RTC fast memory for dynamic allocations", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Generate DWARF information for each function of the project. These information will parsed and used to\nperform backtracing when panics occur. Activating this option will activate asynchronous frame unwinding\nand generation of both .eh_frame and .eh_frame_hdr sections, resulting in a bigger binary size (20% to\n100% larger). The main purpose of this option is to be able to have a backtrace parsed and printed by\nthe program itself, regardless of the serial monitor used.\nThis option shall NOT be used for production.", + "id": "ESP_SYSTEM_USE_EH_FRAME", + "name": "ESP_SYSTEM_USE_EH_FRAME", + "range": null, + "title": "Generate and use eh_frame for backtracing", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV && SOC_LP_CORE_SUPPORTED && ESP_SYSTEM_PMP_IDRAM_SPLIT", + "help": "If enabled, user can run code available in LP Core image.\n\nWarning: on ESP32-P4 this will also mark the memory area used for BOOTLOADER_RESERVE_RTC_MEM\nas executable. If you consider this a security risk then do not activate this option.", + "id": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "name": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "range": null, + "title": "Make LP core reserved memory executable from HP core", + "type": "bool" + } + ], + "depends_on": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "help": "If enabled, the CPU watches all the memory access and raises an exception in case\nof any memory violation. This feature automatically splits\nthe SRAM memory, using PMP, into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "name": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "range": null, + "title": "Enable IRAM/DRAM split protection", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_SYSTEM_MEMPROT_FEATURE", + "help": "Once locked, memory protection settings cannot be changed anymore.\nThe lock is reset only on the chip startup.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "name": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "range": null, + "title": "Lock memory protection settings", + "type": "bool" + } + ], + "depends_on": "SOC_MEMPROT_SUPPORTED", + "help": "If enabled, the permission control module watches all the memory access and fires the panic handler\nif a permission violation is detected. This feature automatically splits\nthe SRAM memory into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE", + "name": "ESP_SYSTEM_MEMPROT_FEATURE", + "range": null, + "title": "Enable memory protection", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory-protection", + "title": "Memory protection", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event queue size in different application.", + "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "range": null, + "title": "System event queue size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event task stack size in different application.", + "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "range": null, + "title": "Event loop task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", + "id": "ESP_MAIN_TASK_STACK_SIZE", + "name": "ESP_MAIN_TASK_STACK_SIZE", + "range": null, + "title": "Main task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU0", + "name": "ESP_MAIN_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU1", + "name": "ESP_MAIN_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the \"main task\" core affinity. This is the used core of the task\nwhich calls app_main(). If app_main() returns then this task is deleted.", + "id": "component-config-esp-system-settings-main-task-core-affinity", + "name": "ESP_MAIN_TASK_AFFINITY", + "title": "Main task core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", + "id": "ESP_MINIMAL_SHARED_STACK_SIZE", + "name": "ESP_MINIMAL_SHARED_STACK_SIZE", + "range": null, + "title": "Minimal allowed size for shared stack", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_DEFAULT", + "name": "ESP_CONSOLE_UART_DEFAULT", + "range": null, + "title": "Default: UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB && ", + "help": null, + "id": "ESP_CONSOLE_USB_CDC", + "name": "ESP_CONSOLE_USB_CDC", + "range": null, + "title": "USB CDC", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED && ", + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG", + "range": null, + "title": "USB Serial/JTAG Controller", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM", + "name": "ESP_CONSOLE_UART_CUSTOM", + "range": null, + "title": "Custom UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_NONE", + "name": "ESP_CONSOLE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select where to send console output (through stdout and stderr).\n\n- Default is to use UART0 on pre-defined GPIOs.\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This ROM output can be suppressed by\n GPIO strapping or EFUSE, refer to chip datasheet for details.\n- On chips with USB OTG peripheral, \"USB CDC\" option redirects output to the\n CDC port. This option uses the CDC driver in the chip ROM.\n This option is incompatible with TinyUSB stack.\n- On chips with an USB serial/JTAG debug controller, selecting the option\n for that redirects output to the CDC/ACM (serial port emulation) component\n of that device.", + "id": "component-config-esp-system-settings-channel-for-console-output", + "name": "ESP_CONSOLE_UART", + "title": "Channel for console output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_SECONDARY_NONE", + "name": "ESP_CONSOLE_SECONDARY_NONE", + "range": null, + "title": "No secondary console", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_USB_SERIAL_JTAG && ", + "help": "This option supports output through USB_SERIAL_JTAG port when the UART0 port is not connected.\nThe output currently only supports non-blocking mode without using the console.\nIf you want to output in blocking mode with REPL or input through USB_SERIAL_JTAG port,\nplease change the primary config to ESP_CONSOLE_USB_SERIAL_JTAG above.", + "id": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "range": null, + "title": "USB_SERIAL_JTAG PORT", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "This secondary option supports output through other specific port like USB_SERIAL_JTAG\nwhen UART0 port as a primary is selected but not connected. This secondary output currently only supports\nnon-blocking mode without using REPL. If you want to output in blocking mode with REPL or\ninput through this secondary port, please change the primary config to this port\nin `Channel for console output` menu.", + "id": "component-config-esp-system-settings-channel-for-console-secondary-output", + "name": "ESP_CONSOLE_SECONDARY", + "title": "Channel for console secondary output", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART", + "name": "ESP_CONSOLE_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "range": null, + "title": "UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "range": null, + "title": "UART1", + "type": "bool" + } + ], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.\n\nDue to an ESP32 ROM bug, UART2 is not supported for console output\nvia esp_rom_printf.", + "id": "component-config-esp-system-settings-uart-peripheral-to-use-for-console-output-0-1-", + "name": "ESP_CONSOLE_UART_NUM", + "title": "UART peripheral to use for console output (0-1)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_NUM", + "name": "ESP_CONSOLE_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", + "name": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app). Value -1 means to\ncontinue using the default console UART TX pin.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART RX input in the ESP-IDF Bootloader and the app (including\ndefault standard input of the app). Value -1 means to continue using the default console UART\nRX pin.\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_RX_GPIO", + "name": "ESP_CONSOLE_UART_RX_GPIO", + "range": null, + "title": "UART RX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART", + "help": "This baud rate is used by both the ESP-IDF Bootloader and the app (including\nboot log output and default standard input/output/error of the app).\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_BAUDRATE", + "name": "ESP_CONSOLE_UART_BAUDRATE", + "range": [ + 1200, + 4000000 + ], + "title": "UART console baud rate", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "Set the size of USB CDC RX buffer. Increase the buffer size if your application\nis often receiving data over USB CDC.", + "id": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "name": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "range": null, + "title": "Size of USB CDC RX buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "If enabled, esp_rom_printf and ESP_EARLY_LOG output will also be sent over USB CDC.\nDisabling this option saves about 1kB or RAM.", + "id": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "name": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "range": null, + "title": "Enable esp_rom_printf / ESP_EARLY_LOG via USB CDC", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_INT_WDT", + "help": "The timeout of the watchdog, in milliseconds. Make this higher than the FreeRTOS tick rate.", + "id": "ESP_INT_WDT_TIMEOUT_MS", + "name": "ESP_INT_WDT_TIMEOUT_MS", + "range": [ + 10, + 10000 + ], + "title": "Interrupt watchdog timeout (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", + "help": "Also detect if interrupts on CPU 1 are disabled for too long.", + "id": "ESP_INT_WDT_CHECK_CPU1", + "name": "ESP_INT_WDT_CHECK_CPU1", + "range": null, + "title": "Also watch CPU1 tick interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", + "id": "ESP_INT_WDT", + "name": "ESP_INT_WDT", + "range": null, + "title": "Interrupt watchdog", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_EN", + "help": null, + "id": "ESP_TASK_WDT_USE_ESP_TIMER", + "name": "ESP_TASK_WDT_USE_ESP_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_PANIC", + "name": "ESP_TASK_WDT_PANIC", + "range": null, + "title": "Invoke panic handler on Task Watchdog timeout", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_TIMEOUT_S", + "name": "ESP_TASK_WDT_TIMEOUT_S", + "range": [ + 1, + 60 + ], + "title": "Task Watchdog timeout period (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "range": null, + "title": "Watch CPU0 Idle Task", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT && !FREERTOS_UNICORE", + "help": "If this option is enabled, the Task Watchdog Timer will wach the CPU1\nIdle Task.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "range": null, + "title": "Watch CPU1 Idle Task", + "type": "bool" + } + ], + "depends_on": "ESP_TASK_WDT_EN", + "help": "Enabling this option will cause the Task Watchdog Timer to be initialized\nautomatically at startup.", + "id": "ESP_TASK_WDT_INIT", + "name": "ESP_TASK_WDT_INIT", + "range": null, + "title": "Initialize Task Watchdog Timer on startup", + "type": "bool" + } + ], + "depends_on": null, + "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will enable the Task Watchdog Timer. It can be\neither initialized automatically at startup or initialized after startup\n(see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_EN", + "name": "ESP_TASK_WDT_EN", + "range": null, + "title": "Enable Task Watchdog Timer", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Timeout period configuration for the XTAL32K watchdog timer based on RTC_CLK.", + "id": "ESP_XT_WDT_TIMEOUT", + "name": "ESP_XT_WDT_TIMEOUT", + "range": null, + "title": "XTAL32K watchdog timeout period", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Enable this to automatically switch to BACKUP32K_CLK as the source of RTC_SLOW_CLK when\nthe watchdog timer expires.", + "id": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "name": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "range": null, + "title": "Automatically switch to BACKUP32K_CLK when timer expires", + "type": "bool" + } + ], + "depends_on": "SOC_XT_WDT_SUPPORTED && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", + "help": "This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure\nis detected the hardware can be set up to automatically switch to BACKUP32K_CLK and generate\nan interrupt.", + "id": "ESP_XT_WDT", + "name": "ESP_XT_WDT", + "range": null, + "title": "Initialize XTAL32K watchdog timer on startup", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code (including required UART functions) is placed\nin IRAM. This may be necessary to debug some complex issues with crashes while flash cache is\ndisabled (for example, when writing to SPI flash) or when flash cache is corrupted when an exception\nis triggered.", + "id": "ESP_PANIC_HANDLER_IRAM", + "name": "ESP_PANIC_HANDLER_IRAM", + "range": null, + "title": "Place panic handler code in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX && !ESP32S3_TRAX", + "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", + "id": "ESP_DEBUG_STUBS_ENABLE", + "name": "ESP_DEBUG_STUBS_ENABLE", + "range": null, + "title": "OpenOCD debug stubs", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "help": "OpenOCD uses stub code to access flash during programming or when inserting and removing\nSW flash breakpoints.\nTo execute stub code, OpenOCD allocates memory on the target device, backs up the existing memory,\nloads the stub binary, runs the binary, and then restores the original memory.\nThis process can be time-consuming, especially when using USB serial JTAG.\nBy enabling this option, 8K of memory in RAM will be preallocated with the stub code,\neliminating the need to back up and restore the memory region.", + "id": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "name": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "range": null, + "title": "Preload OpenOCD stub binaries to speed up debugging. 8K memory will be reserved", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", + "id": "ESP_DEBUG_OCDAWARE", + "name": "ESP_DEBUG_OCDAWARE", + "range": null, + "title": "Make exception and panic handlers JTAG/OCD aware", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": "Using level 5 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "range": null, + "title": "Level 5 interrupt", + "type": "bool" + }, + { + "children": [], + "depends_on": "!BTDM_CTRL_HLI && ", + "help": "Using level 4 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "range": null, + "title": "Level 4 interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "Interrupt level to use for Interrupt Watchdog, IPC_ISR and other system checks.", + "id": "component-config-esp-system-settings-interrupt-level-to-use-for-interrupt-watchdog-and-other-system-checks", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL", + "title": "Interrupt level to use for Interrupt Watchdog and other system checks", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP_BROWNOUT_DET_LVL_SEL_7", + "range": null, + "title": "2.51V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_6", + "name": "ESP_BROWNOUT_DET_LVL_SEL_6", + "range": null, + "title": "2.64V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP_BROWNOUT_DET_LVL_SEL_5", + "range": null, + "title": "2.76V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.92V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "3.10V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "3.27V", + "type": "bool" + } + ], + "depends_on": "ESP_BROWNOUT_DET", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "id": "component-config-esp-system-settings-brownout-detector-hardware-brownout-detect-reset-brownout-voltage-level", + "name": "ESP_BROWNOUT_DET_LVL_SEL", + "title": "Brownout voltage level", + "type": "choice" + } + ], + "depends_on": "!IDF_ENV_FPGA", + "help": "The ESP32-C6 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "id": "ESP_BROWNOUT_DET", + "name": "ESP_BROWNOUT_DET", + "range": null, + "title": "Hardware brownout detect & reset", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_BROWNOUT_DET_LVL", + "name": "ESP_BROWNOUT_DET_LVL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-brownout-detector", + "title": "Brownout Detector", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "This config allows to trigger an interrupt when brownout detected. Software restart will be done\nat the end of the default callback.\nTwo occasions need to restart the chip with interrupt so far.\n(1). For ESP32 version 1, brown-out reset function doesn't work (see ESP32 errata 3.4).\n So that we must restart from interrupt.\n(2). For special workflow, the chip needs do more things instead of restarting directly. This part\n needs to be done in callback function of interrupt.", + "id": "ESP_SYSTEM_BROWNOUT_INTR", + "name": "ESP_SYSTEM_BROWNOUT_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This config allows to trigger a panic interrupt when Stack Pointer register goes out of allocated stack\nmemory bounds.", + "id": "ESP_SYSTEM_HW_STACK_GUARD", + "name": "ESP_SYSTEM_HW_STACK_GUARD", + "range": null, + "title": "Hardware stack guard", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2", + "help": "This configuration helps to address an BBPLL inaccurate issue when boot from certain bootloader version,\nwhich may increase about the boot-up time by about 200 us. Disable this when your bootloader is built with\nESP-IDF version v5.2 and above.", + "id": "ESP_SYSTEM_BBPLL_RECALIB", + "name": "ESP_SYSTEM_BBPLL_RECALIB", + "range": null, + "title": "Re-calibration BBPLL at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This option will enable the PC recording function of assist_debug module. The PC value of the CPU will be\nrecorded to PC record register in assist_debug module in real time. When an exception occurs and the CPU\nis reset, this register will be kept, then we can use the recorded PC to debug the causes of the reset.", + "id": "ESP_SYSTEM_HW_PC_RECORD", + "name": "ESP_SYSTEM_HW_PC_RECORD", + "range": null, + "title": "Hardware PC recording", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings", + "title": "ESP System Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for\ncross-core function calls. See IPC documentation for more details. The default IPC stack size should be\nenough for most common simple use cases. However, users can increase/decrease the stack size to their\nneeds.", + "id": "ESP_IPC_TASK_STACK_SIZE", + "name": "ESP_IPC_TASK_STACK_SIZE", + "range": [ + 512, + 65536 + ], + "title": "Inter-Processor Call (IPC) task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE", + "help": "If this option is not enabled then the IPC task will keep behavior same as prior to that of ESP-IDF v4.0,\nhence IPC task will run at (configMAX_PRIORITIES - 1) priority.", + "id": "ESP_IPC_USES_CALLERS_PRIORITY", + "name": "ESP_IPC_USES_CALLERS_PRIORITY", + "range": null, + "title": "IPC runs at caller's priority", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is intended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", + "id": "ESP_IPC_ISR_ENABLE", + "name": "ESP_IPC_ISR_ENABLE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ipc-inter-processor-call-", + "title": "IPC (Inter-Processor Call)", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32P4", + "help": "Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:\nhttps://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp\n\nIDF has added an experimental port of this SMP kernel located in\ncomponents/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP\nkernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.\n\nLeaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:\ncomponents/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in\ntheir implementation and features.", + "id": "FREERTOS_SMP", + "name": "FREERTOS_SMP", + "range": null, + "title": "Run the Amazon SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This version of FreeRTOS normally takes control of all cores of the CPU. Select this if you only want\nto start it on the first core. This is needed when e.g. another process needs complete control over the\nsecond core.", + "id": "FREERTOS_UNICORE", + "name": "FREERTOS_UNICORE", + "range": null, + "title": "Run FreeRTOS only on first core", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the FreeRTOS tick interrupt frequency in Hz (see configTICK_RATE_HZ documentation for more\ndetails).", + "id": "FREERTOS_HZ", + "name": "FREERTOS_HZ", + "range": [ + 1, + 1000 + ], + "title": "configTICK_RATE_HZ", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE && !FREERTOS_SMP", + "help": "Enables port specific task selection method. This option can speed up the search of ready tasks\nwhen scheduling (see configUSE_PORT_OPTIMISED_TASK_SELECTION documentation for more details).", + "id": "FREERTOS_OPTIMIZED_SCHEDULER", + "name": "FREERTOS_OPTIMIZED_SCHEDULER", + "range": null, + "title": "configUSE_PORT_OPTIMISED_TASK_SELECTION", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW = 0)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "name": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "range": null, + "title": "No checking", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Check for stack overflows on each context switch by checking if the stack pointer is in a valid\nrange. Quick but does not detect stack overflows that happened between context switches\n(configCHECK_FOR_STACK_OVERFLOW = 1)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "name": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "range": null, + "title": "Check by stack pointer value (Method 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places some magic bytes at the end of the stack area and on each context switch, check if these\nbytes are still intact. More thorough than just checking the pointer, but also slightly slower.\n(configCHECK_FOR_STACK_OVERFLOW = 2)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "name": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "range": null, + "title": "Check using canary bytes (Method 2)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables FreeRTOS to check for stack overflows (see configCHECK_FOR_STACK_OVERFLOW documentation for\nmore details).\n\nNote: If users do not provide their own ``vApplicationStackOverflowHook()`` function, a default\nfunction will be provided by ESP-IDF.", + "id": "component-config-freertos-kernel-configcheck_for_stack_overflow", + "name": "FREERTOS_CHECK_STACKOVERFLOW", + "title": "configCHECK_FOR_STACK_OVERFLOW", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of thread local storage pointers in each task (see\nconfigNUM_THREAD_LOCAL_STORAGE_POINTERS documentation for more details).\n\nNote: In ESP-IDF, this value must be at least 1. Index 0 is reserved for use by the pthreads API\nthread-local-storage. Other indexes can be used for any desired purpose.", + "id": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "name": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "range": [ + 1, + 256 + ], + "title": "configNUM_THREAD_LOCAL_STORAGE_POINTERS", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the idle task stack size in bytes (see configMINIMAL_STACK_SIZE documentation for more details).\n\nNote:\n\n- ESP-IDF specifies stack sizes in bytes instead of words.\n- The default size is enough for most use cases.\n- The stack size may need to be increased above the default if the app installs idle or thread local\n storage cleanup hooks that use a lot of stack memory.\n- Conversely, the stack size can be reduced to the minimum if non of the idle features are used.", + "id": "FREERTOS_IDLE_TASK_STACKSIZE", + "name": "FREERTOS_IDLE_TASK_STACKSIZE", + "range": [ + 768, + 32768 + ], + "title": "configMINIMAL_STACK_SIZE (Idle task stack size)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the idle task application hook (see configUSE_IDLE_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationIdleHook( void );``\n- ``vApplicationIdleHook()`` is called from FreeRTOS idle task(s)\n- The FreeRTOS idle hook is NOT the same as the ESP-IDF Idle Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_IDLE_HOOK", + "name": "FREERTOS_USE_IDLE_HOOK", + "range": null, + "title": "configUSE_IDLE_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SMP", + "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationPassiveIdleHook( void );``\n- ``vApplicationPassiveIdleHook()`` is called from FreeRTOS minimal idle task(s)", + "id": "FREERTOS_USE_PASSIVE_IDLE_HOOK", + "name": "FREERTOS_USE_PASSIVE_IDLE_HOOK", + "range": null, + "title": "Use FreeRTOS minimal idle hook", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the tick hook (see configUSE_TICK_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationTickHook( void );``\n- ``vApplicationTickHook()`` is called from FreeRTOS's tick handling function ``xTaskIncrementTick()``\n- The FreeRTOS tick hook is NOT the same as the ESP-IDF Tick Interrupt Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_TICK_HOOK", + "name": "FREERTOS_USE_TICK_HOOK", + "range": null, + "title": "configUSE_TICK_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the maximum number of characters for task names (see configMAX_TASK_NAME_LEN documentation for\nmore details).\n\nNote: For most uses, the default of 16 characters is sufficient.", + "id": "FREERTOS_MAX_TASK_NAME_LEN", + "name": "FREERTOS_MAX_TASK_NAME_LEN", + "range": [ + 1, + 256 + ], + "title": "configMAX_TASK_NAME_LEN", + "type": "int" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX", + "help": "Enable backward compatibility with APIs prior to FreeRTOS v8.0.0. (see\nconfigENABLE_BACKWARD_COMPATIBILITY documentation for more details).", + "id": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "name": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "range": null, + "title": "configENABLE_BACKWARD_COMPATIBILITY", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's name (see configTIMER_SERVICE_TASK_NAME documentation for more details).", + "id": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "name": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "range": null, + "title": "configTIMER_SERVICE_TASK_NAME", + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "name": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's core affinity\n(see configTIMER_SERVICE_TASK_CORE_AFFINITY documentation for more details).", + "id": "component-config-freertos-kernel-configuse_timers-configtimer_service_task_core_affinity", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "title": "configTIMER_SERVICE_TASK_CORE_AFFINITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": null, + "id": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", + "range": [ + 1, + 25 + ], + "title": "configTIMER_TASK_PRIORITY", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "range": [ + 1536, + 32768 + ], + "title": "configTIMER_TASK_STACK_DEPTH", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "range": [ + 5, + 20 + ], + "title": "configTIMER_QUEUE_LENGTH", + "type": "int" + } + ], + "depends_on": null, + "help": "Enable FreeRTOS Software Timers. Normally the timer task will only get pulled into the build\nand created if any software timer related functions are used. This is achieved through IDF\ndefining a weak empty function for xTimerCreateTimerTask, which should take effect if timers.c\nis not pulled into the build.\n\nIn certain special cases (if you use configUSE_TRACE_FACILITY=y and event groups) the linker will\nstill pull in the xTimerCreateTimerTask from timers.c even if the function that utilized it gets\ndiscarded due to not being used.\n\nIn these cases you can use this option to force the timer task to be disabled.", + "id": "FREERTOS_USE_TIMERS", + "name": "FREERTOS_USE_TIMERS", + "range": null, + "title": "configUSE_TIMERS", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the queue registry (see configQUEUE_REGISTRY_SIZE documentation for more details).\n\nNote: A value of 0 will disable queue registry functionality", + "id": "FREERTOS_QUEUE_REGISTRY_SIZE", + "name": "FREERTOS_QUEUE_REGISTRY_SIZE", + "range": [ + 0, + 20 + ], + "title": "configQUEUE_REGISTRY_SIZE", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the task notification array of each task. When increasing this value, keep in\nmind that this means additional memory for each and every task on the system.\nHowever, task notifications in general are more light weight compared to alternatives\nsuch as semaphores.", + "id": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "name": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "range": [ + 1, + 32 + ], + "title": "configTASK_NOTIFICATION_ARRAY_ENTRIES", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TRACE_FACILITY", + "help": "Set configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS to 1 to include the\n``vTaskList()`` and ``vTaskGetRunTimeStats()`` functions in the build (see\nconfigUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).", + "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "name": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "range": null, + "title": "configUSE_STATS_FORMATTING_FUNCTIONS", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables additional structure members and functions to assist with execution visualization and tracing\n(see configUSE_TRACE_FACILITY documentation for more details).", + "id": "FREERTOS_USE_TRACE_FACILITY", + "name": "FREERTOS_USE_TRACE_FACILITY", + "range": null, + "title": "configUSE_TRACE_FACILITY", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable list integrity checker\n(see configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES documentation for more details).", + "id": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "name": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "range": null, + "title": "configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint32_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "range": null, + "title": "uint32_t", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint64_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "range": null, + "title": "uint64_t", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS && !FREERTOS_SMP", + "help": "Sets the data type used for the FreeRTOS run time stats. A larger data type can be used to reduce the\nfrequency of the counter overflowing.", + "id": "component-config-freertos-kernel-configgenerate_run_time_stats-configrun_time_counter_type", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE", + "title": "configRUN_TIME_COUNTER_TYPE", + "type": "choice" + } + ], + "depends_on": null, + "help": "Enables collection of run time statistics for each task (see configGENERATE_RUN_TIME_STATS\ndocumentation for more details).\n\nNote: The clock used for run time statistics can be configured in FREERTOS_RUN_TIME_STATS_CLK.", + "id": "FREERTOS_GENERATE_RUN_TIME_STATS", + "name": "FREERTOS_GENERATE_RUN_TIME_STATS", + "range": null, + "title": "configGENERATE_RUN_TIME_STATS", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "FreeRTOS will enter light sleep mode if no tasks need to run for this number of ticks.\nYou can enable PM_PROFILING feature in esp_pm components and dump the sleep status with\nesp_pm_dump_locks, if the proportion of rejected sleeps is too high, please increase\nthis value to improve scheduling efficiency", + "id": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "name": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "range": null, + "title": "configEXPECTED_IDLE_TIME_BEFORE_SLEEP", + "type": "int" + } + ], + "depends_on": "PM_ENABLE", + "help": "If power management support is enabled, FreeRTOS will be able to put the system into light sleep mode\nwhen no tasks need to run for a number of ticks. This number can be set using\nFREERTOS_IDLE_TIME_BEFORE_SLEEP option. This feature is also known as \"automatic light sleep\".\n\nNote that timers created using esp_timer APIs may prevent the system from entering sleep mode, even\nwhen no tasks need to run. To skip unnecessary wake-up initialize a timer with the\n\"skip_unhandled_events\" option as true.\n\nIf disabled, automatic light sleep support will be disabled.", + "id": "FREERTOS_USE_TICKLESS_IDLE", + "name": "FREERTOS_USE_TICKLESS_IDLE", + "range": null, + "title": "configUSE_TICKLESS_IDLE", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables task tagging functionality and its associated API (see configUSE_APPLICATION_TASK_TAG\ndocumentation for more details).", + "id": "FREERTOS_USE_APPLICATION_TASK_TAG", + "name": "FREERTOS_USE_APPLICATION_TASK_TAG", + "range": null, + "title": "configUSE_APPLICATION_TASK_TAG", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-kernel", + "title": "Kernel", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME", + "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function\nmistakenly returns (i.e. does not delete), the call flow will return to the wrapper function. The\nwrapper function will then log an error and abort the application. This option is also required for GDB\nbacktraces and C++ exceptions to work correctly inside top-level task functions.", + "id": "FREERTOS_TASK_FUNCTION_WRAPPER", + "name": "FREERTOS_TASK_FUNCTION_WRAPPER", + "range": null, + "title": "Wrap task functions", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "FreeRTOS can check if a stack has overflown its bounds by checking either the value of the stack\npointer or by checking the integrity of canary bytes. (See FREERTOS_CHECK_STACKOVERFLOW for more\ninformation.) These checks only happen on a context switch, and the situation that caused the stack\noverflow may already be long gone by then. This option will use the last debug memory watchpoint to\nallow breaking into the debugger (or panic'ing) as soon as any of the last 32 bytes on the stack of a\ntask are overwritten. The side effect is that using gdb, you effectively have one hardware watchpoint\nless because the last one is overwritten as soon as a task switch happens.\n\nAnother consequence is that due to alignment requirements of the watchpoint, the usable stack size\ndecreases by up to 60 bytes. This is because the watchpoint region has to be aligned to its size and\nthe size for the stack watchpoint in IDF is 32 bytes.\n\nThis check only triggers if the stack overflow writes within 32 bytes near the end of the stack, rather\nthan overshooting further, so it is worth combining this approach with one of the other stack overflow\ncheck methods.\n\nWhen this watchpoint is hit, gdb will stop with a SIGTRAP message. When no JTAG OCD is attached,\nesp-idf will panic on an unhandled debug exception.", + "id": "FREERTOS_WATCHPOINT_END_OF_STACK", + "name": "FREERTOS_WATCHPOINT_END_OF_STACK", + "range": null, + "title": "Enable stack overflow debug watchpoint", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS > 0", + "help": "ESP-IDF provides users with the ability to free TLSP memory by registering TLSP deletion callbacks.\nThese callbacks are automatically called by FreeRTOS when a task is deleted. When this option is turned\non, the memory reserved for TLSPs in the TCB is doubled to make space for storing the deletion\ncallbacks. If the user does not wish to use TLSP deletion callbacks then this option could be turned\noff to save space in the TCB memory.", + "id": "FREERTOS_TLSP_DELETION_CALLBACKS", + "name": "FREERTOS_TLSP_DELETION_CALLBACKS", + "range": null, + "title": "Enable thread local storage pointers deletion callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "help": "Enable this option to make FreeRTOS call a user provided hook function right before it deletes a task\n(i.e., frees/releases a dynamically/statically allocated task's memory). This is useful if users want\nto know when a task is actually deleted (in case the task's deletion is delegated to the IDLE task).\n\nIf this config option is enabled, users must define a ``void vTaskPreDeletionHook( void * pxTCB )``\nhook function in their application.", + "id": "FREERTOS_TASK_PRE_DELETION_HOOK", + "name": "FREERTOS_TASK_PRE_DELETION_HOOK", + "range": null, + "title": "Enable task pre-deletion hook", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "THIS OPTION IS DEPRECATED. Use FREERTOS_TASK_PRE_DELETION_HOOK instead.\n\nEnable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", + "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "range": null, + "title": "Enable static task clean up hook (DEPRECATED)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP", + "help": "If enabled, assert that when a mutex semaphore is given, the task giving the semaphore is the task\nwhich is currently holding the mutex.", + "id": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "name": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "range": null, + "title": "Check that mutex semaphore is given by owner task", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The interrupt handlers have their own stack. The size of the stack can be defined here. Each processor\nhas its own stack, so the total size occupied will be twice this.", + "id": "FREERTOS_ISR_STACKSIZE", + "name": "FREERTOS_ISR_STACKSIZE", + "range": [ + 1536, + 32768 + ], + "title": "ISR stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, interrupt stack frame will be modified to point to the code of the\ninterrupted task as its return address. This helps the debugger (or the panic handler) show a backtrace\nfrom the interrupt to the task which was interrupted. This also works for nested interrupts: higher\nlevel interrupt stack can be traced back to the lower level interrupt. This option adds 4 instructions\nto the interrupt dispatching code.", + "id": "FREERTOS_INTERRUPT_BACKTRACE", + "name": "FREERTOS_INTERRUPT_BACKTRACE", + "range": null, + "title": "Enable backtrace from interrupt to task context", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)", + "help": "When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in\nhigher level interrupts is still not permitted.", + "id": "FREERTOS_FPU_IN_ISR", + "name": "FREERTOS_FPU_IN_ISR", + "range": null, + "title": "Use float in Level 1 ISR", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_CORETIMER", + "name": "FREERTOS_TICK_SUPPORT_CORETIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "name": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 0", + "id": "FREERTOS_CORETIMER_0", + "name": "FREERTOS_CORETIMER_0", + "range": null, + "title": "Timer 0 (int 6, level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 1", + "id": "FREERTOS_CORETIMER_1", + "name": "FREERTOS_CORETIMER_1", + "range": null, + "title": "Timer 1 (int 15, level 3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 1 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "range": null, + "title": "SYSTIMER 0 (level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 3 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "range": null, + "title": "SYSTIMER 0 (level 3)", + "type": "bool" + } + ], + "depends_on": null, + "help": "FreeRTOS needs a timer with an associated interrupt to use as the main tick source to increase\ncounters, run timers and do pre-emptive multitasking with. There are multiple timers available to do\nthis, with different interrupt priorities.", + "id": "component-config-freertos-port-tick-timer-source-xtensa-only-", + "name": "FREERTOS_CORETIMER", + "title": "Tick timer source (Xtensa Only)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_SYSTIMER", + "name": "FREERTOS_SYSTICK_USES_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_CCOUNT", + "name": "FREERTOS_SYSTICK_USES_CCOUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "ESP Timer will be used as the clock source for FreeRTOS run time stats. The ESP Timer runs at a\nfrequency of 1MHz regardless of Dynamic Frequency Scaling. Therefore the ESP Timer will overflow in\napproximately 4290 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "name": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "range": null, + "title": "Use ESP TIMER for run time stats", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SYSTICK_USES_CCOUNT && ", + "help": "CPU Clock will be used as the clock source for the generation of run time stats. The CPU Clock has\na frequency dependent on ESP_DEFAULT_CPU_FREQ_MHZ and Dynamic Frequency Scaling (DFS). Therefore\nthe CPU Clock frequency can fluctuate between 80 to 240MHz. Run time stats generated using the CPU\nClock represents the number of CPU cycles each task is allocated and DOES NOT reflect the amount of\ntime each task runs for (as CPU clock frequency can change). If the CPU clock consistently runs at\nthe maximum frequency of 240MHz, it will overflow in approximately 17 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "name": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "range": null, + "title": "Use CPU Clock for run time stats", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS", + "help": "Choose the clock source for FreeRTOS run time stats. Options are CPU0's CPU Clock or the ESP Timer.\nBoth clock sources are 32 bits. The CPU Clock can run at a higher frequency hence provide a finer\nresolution but will overflow much quicker. Note that run time stats are only valid until the clock\nsource overflows.", + "id": "component-config-freertos-port-choose-the-clock-source-for-run-time-stats", + "name": "FREERTOS_RUN_TIME_STATS_CLK", + "title": "Choose the clock source for run time stats", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled the selected Non-ISR FreeRTOS functions will be placed into Flash memory instead of IRAM.\nThis saves up to 8KB of IRAM depending on which functions are used.", + "id": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "name": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place FreeRTOS functions into Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, context of port*_CRITICAL calls (ISR or Non-ISR) would be checked to be in compliance with\nVanilla FreeRTOS. e.g Calling port*_CRITICAL from ISR context would cause assert failure", + "id": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "name": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "range": null, + "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-port", + "title": "Port", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && FREERTOS_SUPPORT_STATIC_ALLOCATION", + "help": "Accessing memory in PSRAM has certain restrictions, so task stacks allocated by xTaskCreate\nare by default allocated from internal RAM.\n\nThis option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.\nThis should only be used for tasks where the stack is never accessed while the cache is disabled.\n\nExtra notes for ESP32:\n\nBecause some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate (and related task creation functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory.\nIf you have a task that needs a large amount of stack and does not call on ROM code in any way\n(no direct calls, but also no Bluetooth/WiFi), you can try enable this to\ncause xTaskCreateStatic to allow tasks stack in external memory.", + "id": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "name": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic (READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-extra", + "title": "Extra", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_PORT", + "name": "FREERTOS_PORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NO_AFFINITY", + "name": "FREERTOS_NO_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "name": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Hidden option, gets selected by CONFIG_ESP_DEBUG_OCDAWARE", + "id": "FREERTOS_DEBUG_OCDAWARE", + "name": "FREERTOS_DEBUG_OCDAWARE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_PANIC_HANDLER_IRAM", + "help": null, + "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NUMBER_OF_CORES", + "name": "FREERTOS_NUMBER_OF_CORES", + "range": [ + 1, + 2 + ], + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-freertos", + "title": "FreeRTOS", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_ASSERTION_EQUALS_SYSTEM", + "name": "HAL_ASSERTION_EQUALS_SYSTEM", + "range": null, + "title": "Same as system assertion level", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 0 && ", + "help": null, + "id": "HAL_ASSERTION_DISABLE", + "name": "HAL_ASSERTION_DISABLE", + "range": null, + "title": "Disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 1 && ", + "help": null, + "id": "HAL_ASSERTION_SILENT", + "name": "HAL_ASSERTION_SILENT", + "range": null, + "title": "Silent", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 2 && ", + "help": null, + "id": "HAL_ASSERTION_ENABLE", + "name": "HAL_ASSERTION_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + } + ], + "depends_on": null, + "help": "Set the assert behavior / level for HAL component.\nHAL component assert level can be set separately,\nbut the level can't exceed the system assertion level.\ne.g. If the system assertion is disabled, then the HAL\nassertion can't be enabled either. If the system assertion\nis enable, then the HAL assertion can still be disabled\nby this Kconfig option.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--default-hal-assertion-level", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "title": "Default HAL assertion level", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_DEFAULT_ASSERTION_LEVEL", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_NONE", + "name": "HAL_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_ERROR", + "name": "HAL_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_WARN", + "name": "HAL_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_INFO", + "name": "HAL_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_DEBUG", + "name": "HAL_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_VERBOSE", + "name": "HAL_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": "!LOG_DEFAULT_LEVEL_NONE && !LOG_DEFAULT_LEVEL_ERROR && !LOG_DEFAULT_LEVEL_WARN && !LOG_DEFAULT_LEVEL_INFO && !LOG_DEFAULT_LEVEL_DEBUG && !LOG_DEFAULT_LEVEL_VERBOSE", + "help": "Specify how much output to see in HAL logs.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--hal-layer-log-verbosity", + "name": "HAL_LOG_LEVEL", + "title": "HAL layer log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_LOG_LEVEL", + "name": "HAL_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_SYSTIMER", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_SYSTIMER_USE_ROM_IMPL", + "name": "HAL_SYSTIMER_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of SysTimer HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_WDT", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_WDT_USE_ROM_IMPL", + "name": "HAL_WDT_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of WDT HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_MASTER_ISR_IN_IRAM", + "help": "Enable this option to place SPI master hal layer functions into IRAM.", + "id": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "name": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_SLAVE_ISR_IN_IRAM", + "help": "Enable this option to place SPI slave hal layer functions into IRAM.", + "id": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "name": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to apply the countermeasure for ECDSA signature operation\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.", + "id": "HAL_ECDSA_GEN_SIG_CM", + "name": "HAL_ECDSA_GEN_SIG_CM", + "range": null, + "title": "Enable countermeasure for ECDSA signature generation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll-", + "title": "Hardware Abstraction Layer (HAL) and Low Level (LL)", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set() function if LOG_DYNAMIC_LEVEL_CONTROL\nis enabled.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", + "id": "component-config-log-log-level-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_MAXIMUM_EQUALS_DEFAULT", + "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "range": null, + "title": "Same as default", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_ERROR", + "name": "LOG_MAXIMUM_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_WARN", + "name": "LOG_MAXIMUM_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_INFO", + "name": "LOG_MAXIMUM_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_DEBUG", + "name": "LOG_MAXIMUM_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_VERBOSE", + "name": "LOG_MAXIMUM_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", + "id": "component-config-log-log-level-maximum-log-verbosity", + "name": "LOG_MAXIMUM_LEVEL", + "title": "Maximum log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_MAXIMUM_LEVEL", + "name": "LOG_MAXIMUM_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enables an additional global \"master\" log level check that occurs before a log tag cache\nlookup. This is useful if you want to compile in a lot of logs that are selectable at\nruntime, but avoid the performance hit during periods where you don't want log output.\n\nExamples include remote log forwarding, or disabling logs during a time-critical or\nCPU-intensive section and re-enabling them later. Results in larger program size\ndepending on number of logs compiled in.\n\nIf enabled, defaults to LOG_DEFAULT_LEVEL and can be set using\nesp_log_set_level_master(). This check takes precedence over ESP_LOG_LEVEL_LOCAL.", + "id": "LOG_MASTER_LEVEL", + "name": "LOG_MASTER_LEVEL", + "range": null, + "title": "Enable global master log level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows dynamic changes to the log level at runtime\n(using esp_log_level_set()), providing the ability to increase or decrease\nthe log level during program execution.\nIf disabled, the log level remains static once set at compile-time and calling\nesp_log_level_set() will have no effect.\nIf binary size is a critical consideration and dynamic log level changes are not needed,\nconsider disabling this option when LOG_TAG_LEVEL_IMPL_NONE=y to minimize program size.", + "id": "LOG_DYNAMIC_LEVEL_CONTROL", + "name": "LOG_DYNAMIC_LEVEL_CONTROL", + "range": null, + "title": "Enable dynamic log level changes at runtime", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option disables the ability to set the log level per tag.\nThe ability to change the log level at runtime depends on LOG_DYNAMIC_LEVEL_CONTROL.\nIf LOG_DYNAMIC_LEVEL_CONTROL is disabled, then changing the log level at runtime\nusing `esp_log_level_set()` is not possible.\nThis implementation is suitable for highly constrained environments.", + "id": "LOG_TAG_LEVEL_IMPL_NONE", + "name": "LOG_TAG_LEVEL_IMPL_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use the linked list-only implementation (no cache) for log level retrieval.\nThis approach searches the linked list of all tags for the log level, which may be slower\nfor a large number of tags but may have lower memory requirements than the CACHE approach.\nThe linked list approach compares the whole strings of log tags for finding the log level.", + "id": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "range": null, + "title": "Linked List", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use a hybrid mode: cache in combination with the linked list\nfor log tag level checks. This hybrid approach offers a balance between speed and memory usage.\n\nThe cache stores recently accessed log tags and their corresponding log levels, providing\nfaster lookups for frequently used tags. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.\n\nFor less frequently used tags, the linked list is used to search for the log level, which may be\nslower for a large number of tags but has lower memory requirements compared to a full cache.\n\nThis hybrid approach aims to improve the efficiency of log level retrieval by combining the benefits\nof both cache and linked list implementations.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "range": null, + "title": "Cache + Linked List", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose the per-tag log level implementation for the log library. This functionality is used\nto enable/disable logs for a particular tag at run time. Applicable only for\napplication logs (i.e., not bootloader logs).", + "id": "component-config-log-log-level-level-settings-method-of-tag-level-checks", + "name": "LOG_TAG_LEVEL_IMPL", + "title": "Method of tag level checks", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a simple array-based cache implementation for storing and\nretrieving log tag levels. There is no additional code that reorders the cache for fast lookups.\nSuitable for projects where memory usage optimization is crucial and the simplicity of implementation\nis preferred.", + "id": "LOG_TAG_LEVEL_CACHE_ARRAY", + "name": "LOG_TAG_LEVEL_CACHE_ARRAY", + "range": null, + "title": "Array", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a binary min-heap-based cache implementation for efficient\nstorage and retrieval of log tag levels. It does automatically optimizing cache for fast lookups.\nSuitable for projects where speed of lookup is critical and memory usage can accommodate\nthe overhead of maintaining a binary min-heap structure.", + "id": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "name": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "range": null, + "title": "Binary Min-Heap", + "type": "bool" + } + ], + "depends_on": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "help": "The cache stores recently accessed log tags (address of tag) and their corresponding log levels,\nproviding faster lookups for frequently used tags. Cache size can be configured using the\nLOG_TAG_LEVEL_IMPL_CACHE_SIZE option. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.", + "id": "component-config-log-log-level-level-settings-cache-implementation", + "name": "LOG_TAG_LEVEL_CACHE_IMPL", + "title": "Cache implementation", + "type": "choice" + }, + { + "children": [], + "depends_on": "LOG_TAG_LEVEL_CACHE_ARRAY || LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "help": "This option sets the size of the cache used for log tag entries. The cache stores recently accessed\nlog tags and their corresponding log levels, which helps improve the efficiency of log level retrieval.\nThe value must be a power of 2 minus 1 (e.g., 1, 3, 7, 15, 31, 63, 127, 255, ...)\nto ensure proper cache behavior. For LOG_TAG_LEVEL_CACHE_ARRAY option the value can be any,\nwithout restrictions.\n\nNote: A larger cache size can improve lookup performance for frequently used log tags but may consume\nmore memory. Conversely, a smaller cache size reduces memory usage but may lead to more frequent cache\nevictions for less frequently used log tags.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "range": null, + "title": "Log Tag Cache Size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-log-log-level-level-settings", + "title": "Level Settings", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-log-log-level", + "title": "Log Level", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", + "range": null, + "title": "Color", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_NONE", + "name": "LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time (HH:MM:SS.sss)", + "type": "bool" + }, + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "range": null, + "title": "System Time (YY-MM-DD HH:MM:SS.sss)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- \"System time (HH:MM:SS.sss)\" is taken from POSIX time functions which use the chip's\n RTC and high resolution timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- \"System time (YY-MM-DD HH:MM:SS.sss)\" it is the same as the above,\n but also prints the date as well.\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-format-timestamp", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-log-format", + "title": "Format", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-log", + "title": "Log", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "name": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_LF", + "name": "NEWLIB_STDOUT_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CR", + "name": "NEWLIB_STDOUT_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurrence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-output", + "name": "NEWLIB_STDOUT_LINE_ENDING", + "title": "Line ending for UART output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "name": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_LF", + "name": "NEWLIB_STDIN_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CR", + "name": "NEWLIB_STDIN_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurrence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-input", + "name": "NEWLIB_STDIN_LINE_ENDING", + "title": "Line ending for UART input", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "id": "NEWLIB_NANO_FORMAT", + "name": "NEWLIB_NANO_FORMAT", + "range": null, + "title": "Enable 'nano' formatting options for printf/scanf family", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "range": null, + "title": "RTC and high-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC", + "range": null, + "title": "RTC", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_HRT", + "range": null, + "title": "High-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_NONE", + "name": "NEWLIB_TIME_SYSCALL_USE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS; they are defined as weak,\n so they could be overridden.\n If you want to customize gettimeofday() and other time functions,\n please choose this option and refer to the 'time.c' source file\n for the exact prototypes of these functions.\n\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "id": "component-config-newlib-timers-used-for-gettimeofday-function", + "name": "NEWLIB_TIME_SYSCALL", + "title": "Timers used for gettimeofday function", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-newlib", + "title": "Newlib", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "name": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "help": null, + "id": "MMU_PAGE_SIZE_8KB", + "name": "MMU_PAGE_SIZE_8KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_16KB", + "name": "MMU_PAGE_SIZE_16KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_32KB", + "name": "MMU_PAGE_SIZE_32KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_64KB", + "name": "MMU_PAGE_SIZE_64KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_MODE", + "name": "MMU_PAGE_MODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE", + "name": "MMU_PAGE_SIZE", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": null, + "id": "component-config-soc-settings-mmu-config", + "title": "MMU Config", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-soc-settings", + "title": "SoC Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", + "id": "SPI_FLASH_BROWNOUT_RESET_XMC", + "name": "SPI_FLASH_BROWNOUT_RESET_XMC", + "range": null, + "title": "Enable sending reset when brownout for XMC flash chips", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", + "id": "SPI_FLASH_BROWNOUT_RESET", + "name": "SPI_FLASH_BROWNOUT_RESET", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-spi-flash-behavior-when-brownout", + "title": "SPI Flash behavior when brownout", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Invisible for users.", + "id": "SPI_FLASH_UNDER_HIGH_FREQ", + "name": "SPI_FLASH_UNDER_HIGH_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_ENA", + "name": "SPI_FLASH_HPM_ENA", + "range": null, + "title": "Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_AUTO", + "name": "SPI_FLASH_HPM_AUTO", + "range": null, + "title": "Auto (Not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DIS", + "name": "SPI_FLASH_HPM_DIS", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32S3 && !ESPTOOLPY_OCT_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manually\nenable this option as a confirmation. To be back-compatible with earlier IDF version, this option is\nautomatically enabled with warning when Flash running > 80Mhz.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--high-performance-mode-read-docs-first-80mhz-", + "name": "SPI_FLASH_HPM", + "title": "High Performance Mode (READ DOCS FIRST, > 80MHz)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", + "id": "SPI_FLASH_HPM_ON", + "name": "SPI_FLASH_HPM_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_AUTO", + "name": "SPI_FLASH_HPM_DC_AUTO", + "range": null, + "title": "Auto (Enable when bootloader support enabled (BOOTLOADER_FLASH_DC_AWARE))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_DISABLE", + "name": "SPI_FLASH_HPM_DC_DISABLE", + "range": null, + "title": "Disable (READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": "SPI_FLASH_HPM_ON && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwise the\nchip will not be able to boot after a reset.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--support-hpm-using-dc-read-docs-first-", + "name": "SPI_FLASH_HPM_DC", + "title": "Support HPM using DC (READ DOCS FIRST)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Whether HPM-DC is enabled is also determined by bootloader.\nInvisible for users.", + "id": "SPI_FLASH_HPM_DC_ON", + "name": "SPI_FLASH_HPM_DC_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is disabled by default because it is supported only\nfor specific flash chips and for specific Espressif chips.\nTo evaluate if you can use this feature refer to\n`Optional Features for Flash` > `Auto Suspend & Resume` of the `ESP-IDF Programming Guide`.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nIf you are using an official Espressif module, please contact Espressif Business support\nto check if the module has the flash that support this feature installed.\nAlso refer to `Concurrency Constraints for Flash on SPI1` > `Flash Auto Suspend Feature`\nbefore enabling this option.", + "id": "SPI_FLASH_AUTO_SUSPEND", + "name": "SPI_FLASH_AUTO_SUSPEND", + "range": null, + "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config is used for setting Tsus parameter. Tsus means CS# high to next command after\nsuspend. You can refer to the chapter of AC CHARACTERISTICS of flash datasheet.", + "id": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "name": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "range": [ + 20, + 100 + ], + "title": "SPI flash tSUS value (refer to chapter AC CHARACTERISTICS)", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "XMC-C series is regarded as not qualified for the Suspend feature, since its specification\nhas a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature.\nHowever, if your product in field has enabled this feature, you may still enable this\nconfig option to keep the legacy behavior.\n\nFor new users, DO NOT enable this config.", + "id": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "name": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "range": null, + "title": "Enable XMC-C series flash chip suspend feature anyway", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first-", + "title": "Optional and Experimental Features (READ DOCS FIRST)", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration", + "title": "Main Flash configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", + "id": "SPI_FLASH_LOG_FAILED_WRITE", + "name": "SPI_FLASH_LOG_FAILED_WRITE", + "range": null, + "title": "Log errors if verification fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", + "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "range": null, + "title": "Log warning if writing zero bits to ones", + "type": "bool" + } + ], + "depends_on": "!SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", + "id": "SPI_FLASH_VERIFY_WRITE", + "name": "SPI_FLASH_VERIFY_WRITE", + "range": null, + "title": "Verify SPI flash writes", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables the following APIs:\n\n- esp_flash_reset_counters\n- esp_flash_dump_counters\n- esp_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", + "id": "SPI_FLASH_ENABLE_COUNTERS", + "name": "SPI_FLASH_ENABLE_COUNTERS", + "range": null, + "title": "Enable operation counters", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option should be enabled, if any one of the following is true: (1) need to write\nto flash on ESP32-D2WD; (2) main SPI flash is connected to non-default pins; (3) main\nSPI flash chip is manufactured by ISSI.", + "id": "SPI_FLASH_ROM_DRIVER_PATCH", + "name": "SPI_FLASH_ROM_DRIVER_PATCH", + "range": null, + "title": "Enable SPI flash ROM driver patched functions", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_SPI_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use new SPI flash driver functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nBut you can use all of our flash features.\n\nIf making this as \"y\" in your project, you will increase free IRAM.\nBut you may miss out on some flash features and support for new flash chips.\n\nCurrently the ROM cannot support the following features:\n\n- SPI_FLASH_AUTO_SUSPEND (C3, S3)", + "id": "SPI_FLASH_ROM_IMPL", + "name": "SPI_FLASH_ROM_IMPL", + "range": null, + "title": "Use esp_flash implementation in ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "range": null, + "title": "Aborts", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "range": null, + "title": "Fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "range": null, + "title": "Allowed", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", + "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", + "name": "SPI_FLASH_DANGEROUS_WRITE", + "title": "Writing to dangerous flash regions", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Each SPI bus needs a lock for arbitration among devices. This allows multiple\ndevices on a same bus, but may reduce the speed of esp_flash driver access to the\nmain flash chip.\n\nIf you only need to use esp_flash driver to access the main flash chip, disable\nthis option, and the lock will be bypassed on SPI1 bus. Otherwise if extra devices\nare needed to attach to SPI1 bus, enable this option.", + "id": "SPI_FLASH_SHARE_SPI1_BUS", + "name": "SPI_FLASH_SHARE_SPI1_BUS", + "range": null, + "title": "Support other devices attached to SPI1 bus", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Some flash chips can have very high \"max\" erase times, especially for block erase (32KB or 64KB).\nThis option allows to bypass \"block erase\" and always do sector erase commands.\nThis will be much slower overall in most cases, but improves latency for other code to run.", + "id": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "name": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "range": null, + "title": "Bypass a block erase and always do sector erase", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If a duration of one erase command is large\nthen it will yield CPUs after finishing a current command.", + "id": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "name": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "range": null, + "title": "Duration of erasing to yield CPUs (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Defines how many ticks will be before returning to continue a erasing.", + "id": "SPI_FLASH_ERASE_YIELD_TICKS", + "name": "SPI_FLASH_ERASE_YIELD_TICKS", + "range": null, + "title": "CPU release time (tick) for an erase operation", + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documentation\nunder section `OS Function`.", + "id": "SPI_FLASH_YIELD_DURING_ERASE", + "name": "SPI_FLASH_YIELD_DURING_ERASE", + "range": null, + "title": "Enables yield operation during flash erase", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Flash write is broken down in terms of multiple (smaller) write operations.\nThis configuration options helps to set individual write chunk size, smaller\nvalue here ensures that cache (and non-IRAM resident interrupts) remains\ndisabled for shorter duration.", + "id": "SPI_FLASH_WRITE_CHUNK_SIZE", + "name": "SPI_FLASH_WRITE_CHUNK_SIZE", + "range": [ + 256, + 8192 + ], + "title": "Flash write chunk size", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI Flash driver uses the flash size configured in bootloader header by default.\nEnable this option to override flash size with latest ESPTOOLPY_FLASHSIZE value from\nthe app header if the size in the bootloader header is incorrect.", + "id": "SPI_FLASH_SIZE_OVERRIDE", + "name": "SPI_FLASH_SIZE_OVERRIDE", + "range": null, + "title": "Override flash size in bootloader header by ESPTOOLPY_FLASHSIZE", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is helpful if you are using a flash chip whose timeout is quite large or unpredictable.", + "id": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "name": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "range": null, + "title": "Flash timeout checkout disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option allows the chip driver list to be customized, instead of using the default list provided by\nESP-IDF.\n\nWhen this option is enabled, the default list is no longer compiled or linked. Instead, the\n`default_registered_chips` structure must be provided by the user.\n\nSee example: custom_chip_driver under examples/storage for more details.", + "id": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "name": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "range": null, + "title": "Override default chip driver list", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "name": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "range": null, + "title": "ISSI", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "range": null, + "title": "MXIC", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", + "id": "SPI_FLASH_SUPPORT_GD_CHIP", + "name": "SPI_FLASH_SUPPORT_GD_CHIP", + "range": null, + "title": "GigaDevice", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Winbond chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "name": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "range": null, + "title": "Winbond", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of BOYA chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "name": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "range": null, + "title": "BOYA", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of TH chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_TH_CHIP", + "name": "SPI_FLASH_SUPPORT_TH_CHIP", + "range": null, + "title": "TH", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Octal MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "range": null, + "title": "mxic (opi)", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver-auto-detect-flash-chips", + "title": "Auto-detect flash chips", + "type": "menu" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables flash read/write operations to encrypted partition/s. This option\nis kept enabled irrespective of state of flash encryption feature. However, in case\napplication is not using flash encryption feature and is in need of some additional\nmemory from IRAM region (~1KB) then this config can be disabled.", + "id": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "name": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "range": null, + "title": "Enable encrypted partition read/write operations", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver", + "title": "SPI Flash driver", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config", + "title": "Component config", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.\n\nCurrent experimental feature list:\n\n- CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR\n- CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT\n- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH\n- CONFIG_ESP_WIFI_EAP_TLS1_3\n- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP\n- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS\n- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS", + "id": "IDF_EXPERIMENTAL_FEATURES", + "name": "IDF_EXPERIMENTAL_FEATURES", + "range": null, + "title": "Make experimental features visible", + "type": "bool" + } +] \ No newline at end of file diff --git a/build/bootloader/config/sdkconfig.cmake b/build/bootloader/config/sdkconfig.cmake new file mode 100644 index 0000000..9a38050 --- /dev/null +++ b/build/bootloader/config/sdkconfig.cmake @@ -0,0 +1,849 @@ +# + # Automatically generated file. DO NOT EDIT. + # Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file + # +set(CONFIG_SOC_ADC_SUPPORTED "y") +set(CONFIG_SOC_DEDICATED_GPIO_SUPPORTED "y") +set(CONFIG_SOC_UART_SUPPORTED "y") +set(CONFIG_SOC_GDMA_SUPPORTED "y") +set(CONFIG_SOC_AHB_GDMA_SUPPORTED "y") +set(CONFIG_SOC_GPTIMER_SUPPORTED "y") +set(CONFIG_SOC_PCNT_SUPPORTED "y") +set(CONFIG_SOC_MCPWM_SUPPORTED "y") +set(CONFIG_SOC_TWAI_SUPPORTED "y") +set(CONFIG_SOC_ETM_SUPPORTED "y") +set(CONFIG_SOC_PARLIO_SUPPORTED "y") +set(CONFIG_SOC_BT_SUPPORTED "y") +set(CONFIG_SOC_IEEE802154_SUPPORTED "y") +set(CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED "y") +set(CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED "y") +set(CONFIG_SOC_TEMP_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_PHY_SUPPORTED "y") +set(CONFIG_SOC_WIFI_SUPPORTED "y") +set(CONFIG_SOC_SUPPORTS_SECURE_DL_MODE "y") +set(CONFIG_SOC_ULP_SUPPORTED "y") +set(CONFIG_SOC_LP_CORE_SUPPORTED "y") +set(CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD "y") +set(CONFIG_SOC_EFUSE_SUPPORTED "y") +set(CONFIG_SOC_RTC_FAST_MEM_SUPPORTED "y") +set(CONFIG_SOC_RTC_MEM_SUPPORTED "y") +set(CONFIG_SOC_I2S_SUPPORTED "y") +set(CONFIG_SOC_RMT_SUPPORTED "y") +set(CONFIG_SOC_SDM_SUPPORTED "y") +set(CONFIG_SOC_GPSPI_SUPPORTED "y") +set(CONFIG_SOC_LEDC_SUPPORTED "y") +set(CONFIG_SOC_I2C_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_SUPPORTED "y") +set(CONFIG_SOC_SUPPORT_COEXISTENCE "y") +set(CONFIG_SOC_AES_SUPPORTED "y") +set(CONFIG_SOC_MPI_SUPPORTED "y") +set(CONFIG_SOC_SHA_SUPPORTED "y") +set(CONFIG_SOC_HMAC_SUPPORTED "y") +set(CONFIG_SOC_DIG_SIGN_SUPPORTED "y") +set(CONFIG_SOC_ECC_SUPPORTED "y") +set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") +set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") +set(CONFIG_SOC_SDIO_SLAVE_SUPPORTED "y") +set(CONFIG_SOC_BOD_SUPPORTED "y") +set(CONFIG_SOC_APM_SUPPORTED "y") +set(CONFIG_SOC_PMU_SUPPORTED "y") +set(CONFIG_SOC_PAU_SUPPORTED "y") +set(CONFIG_SOC_LP_TIMER_SUPPORTED "y") +set(CONFIG_SOC_LP_AON_SUPPORTED "y") +set(CONFIG_SOC_LP_PERIPHERALS_SUPPORTED "y") +set(CONFIG_SOC_LP_I2C_SUPPORTED "y") +set(CONFIG_SOC_ULP_LP_UART_SUPPORTED "y") +set(CONFIG_SOC_CLK_TREE_SUPPORTED "y") +set(CONFIG_SOC_ASSIST_DEBUG_SUPPORTED "y") +set(CONFIG_SOC_WDT_SUPPORTED "y") +set(CONFIG_SOC_SPI_FLASH_SUPPORTED "y") +set(CONFIG_SOC_RNG_SUPPORTED "y") +set(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_DEEP_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_MODEM_CLOCK_SUPPORTED "y") +set(CONFIG_SOC_PM_SUPPORTED "y") +set(CONFIG_SOC_XTAL_SUPPORT_40M "y") +set(CONFIG_SOC_AES_SUPPORT_DMA "y") +set(CONFIG_SOC_AES_GDMA "y") +set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") +set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED "y") +set(CONFIG_SOC_ADC_MONITOR_SUPPORTED "y") +set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") +set(CONFIG_SOC_ADC_PERIPH_NUM "1") +set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "7") +set(CONFIG_SOC_ADC_ATTEN_NUM "4") +set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "1") +set(CONFIG_SOC_ADC_PATT_LEN_MAX "8") +set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "12") +set(CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM "2") +set(CONFIG_SOC_ADC_DIGI_MONITOR_NUM "2") +set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "4") +set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "83333") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "611") +set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "12") +set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED "y") +set(CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED "y") +set(CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED "y") +set(CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR "y") +set(CONFIG_SOC_ADC_SHARED_POWER "y") +set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "y") +set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") +set(CONFIG_SOC_CACHE_FREEZE_SUPPORTED "y") +set(CONFIG_SOC_CPU_CORES_NUM "1") +set(CONFIG_SOC_CPU_INTR_NUM "32") +set(CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC "y") +set(CONFIG_SOC_INT_PLIC_SUPPORTED "y") +set(CONFIG_SOC_CPU_HAS_CSR_PC "y") +set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "4") +set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "4") +set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "0x80000000") +set(CONFIG_SOC_CPU_HAS_PMA "y") +set(CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP "y") +set(CONFIG_SOC_CPU_PMP_REGION_GRANULARITY "4") +set(CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN "3072") +set(CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH "16") +set(CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US "1100") +set(CONFIG_SOC_AHB_GDMA_VERSION "1") +set(CONFIG_SOC_GDMA_NUM_GROUPS_MAX "1") +set(CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX "3") +set(CONFIG_SOC_GDMA_SUPPORT_ETM "y") +set(CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_ETM_GROUPS "1") +set(CONFIG_SOC_ETM_CHANNELS_PER_GROUP "50") +set(CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_GPIO_PORT "1") +set(CONFIG_SOC_GPIO_PIN_COUNT "31") +set(CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER "y") +set(CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM "8") +set(CONFIG_SOC_GPIO_SUPPORT_ETM "y") +set(CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT "y") +set(CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP "y") +set(CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT "y") +set(CONFIG_SOC_GPIO_IN_RANGE_MAX "30") +set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "30") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK "0") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT "8") +set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0x7fffff00") +set(CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD "y") +set(CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP "y") +set(CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP "y") +set(CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX "y") +set(CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE "y") +set(CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM "3") +set(CONFIG_SOC_RTCIO_PIN_COUNT "8") +set(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_HOLD_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_WAKE_SUPPORTED "y") +set(CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE "y") +set(CONFIG_SOC_I2C_NUM "2") +set(CONFIG_SOC_HP_I2C_NUM "1") +set(CONFIG_SOC_I2C_FIFO_LEN "32") +set(CONFIG_SOC_I2C_CMD_REG_NUM "8") +set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") +set(CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST "y") +set(CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS "y") +set(CONFIG_SOC_I2C_SUPPORT_XTAL "y") +set(CONFIG_SOC_I2C_SUPPORT_RTC "y") +set(CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST "y") +set(CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH "y") +set(CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_LP_I2C_NUM "1") +set(CONFIG_SOC_LP_I2C_FIFO_LEN "16") +set(CONFIG_SOC_I2S_NUM "1") +set(CONFIG_SOC_I2S_HW_VERSION_2 "y") +set(CONFIG_SOC_I2S_SUPPORTS_ETM "y") +set(CONFIG_SOC_I2S_SUPPORTS_XTAL "y") +set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") +set(CONFIG_SOC_I2S_SUPPORTS_PCM "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") +set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "2") +set(CONFIG_SOC_I2S_SUPPORTS_TDM "y") +set(CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK "y") +set(CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK "y") +set(CONFIG_SOC_LEDC_TIMER_NUM "4") +set(CONFIG_SOC_LEDC_CHANNEL_NUM "6") +set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "20") +set(CONFIG_SOC_LEDC_SUPPORT_FADE_STOP "y") +set(CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED "y") +set(CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX "16") +set(CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH "10") +set(CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE "y") +set(CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED "y") +set(CONFIG_SOC_MMU_PERIPH_NUM "1") +set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "1") +set(CONFIG_SOC_MMU_DI_VADDR_SHARED "y") +set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") +set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") +set(CONFIG_SOC_PCNT_GROUPS "1") +set(CONFIG_SOC_PCNT_UNITS_PER_GROUP "4") +set(CONFIG_SOC_PCNT_CHANNELS_PER_UNIT "2") +set(CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT "2") +set(CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE "y") +set(CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_RMT_GROUPS "1") +set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "4") +set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "48") +set(CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG "y") +set(CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY "y") +set(CONFIG_SOC_RMT_SUPPORT_XTAL "y") +set(CONFIG_SOC_RMT_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MCPWM_GROUPS "1") +set(CONFIG_SOC_MCPWM_TIMERS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP "y") +set(CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER "3") +set(CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE "y") +set(CONFIG_SOC_MCPWM_SUPPORT_ETM "y") +set(CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP "y") +set(CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_PARLIO_GROUPS "1") +set(CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP "1") +set(CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP "1") +set(CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH "16") +set(CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH "16") +set(CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT "y") +set(CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MPI_MEM_BLOCKS_NUM "4") +set(CONFIG_SOC_MPI_OPERATIONS_NUM "3") +set(CONFIG_SOC_RSA_MAX_BIT_LEN "3072") +set(CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE "3968") +set(CONFIG_SOC_SHA_SUPPORT_DMA "y") +set(CONFIG_SOC_SHA_SUPPORT_RESUME "y") +set(CONFIG_SOC_SHA_GDMA "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA224 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") +set(CONFIG_SOC_SDM_GROUPS "1") +set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "4") +set(CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M "y") +set(CONFIG_SOC_SDM_CLK_SUPPORT_XTAL "y") +set(CONFIG_SOC_SPI_PERIPH_NUM "2") +set(CONFIG_SOC_SPI_MAX_CS_NUM "6") +set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") +set(CONFIG_SOC_SPI_SUPPORT_DDRCLK "y") +set(CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_CD_SIG "y") +set(CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 "y") +set(CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_XTAL "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST "y") +set(CONFIG_SOC_SPI_SCT_SUPPORTED "y") +set(CONFIG_SOC_SPI_SCT_REG_NUM "14") +set(CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX "y") +set(CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX "0x3fffa") +set(CONFIG_SOC_MEMSPI_IS_INDEPENDENT "y") +set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "16") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_WRAP "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_COUNTER_NUM "2") +set(CONFIG_SOC_SYSTIMER_ALARM_NUM "3") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO "32") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI "20") +set(CONFIG_SOC_SYSTIMER_FIXED_DIVIDER "y") +set(CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_SYSTIMER_INT_LEVEL "y") +set(CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE "y") +set(CONFIG_SOC_SYSTIMER_SUPPORT_ETM "y") +set(CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO "32") +set(CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI "16") +set(CONFIG_SOC_TIMER_GROUPS "2") +set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "1") +set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "54") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL "y") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "2") +set(CONFIG_SOC_TIMER_SUPPORT_ETM "y") +set(CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MWDT_SUPPORT_XTAL "y") +set(CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_TWAI_CONTROLLER_NUM "2") +set(CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL "y") +set(CONFIG_SOC_TWAI_BRP_MIN "2") +set(CONFIG_SOC_TWAI_BRP_MAX "32768") +set(CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS "y") +set(CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE "y") +set(CONFIG_SOC_EFUSE_DIS_PAD_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_USB_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT "y") +set(CONFIG_SOC_EFUSE_SOFT_DIS_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_ICACHE "y") +set(CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK "y") +set(CONFIG_SOC_SECURE_BOOT_V2_RSA "y") +set(CONFIG_SOC_SECURE_BOOT_V2_ECC "y") +set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "3") +set(CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS "y") +set(CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY "y") +set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "64") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES "y") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 "y") +set(CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED "y") +set(CONFIG_SOC_APM_LP_APM0_SUPPORTED "y") +set(CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED "y") +set(CONFIG_SOC_UART_NUM "3") +set(CONFIG_SOC_UART_HP_NUM "2") +set(CONFIG_SOC_UART_LP_NUM "1") +set(CONFIG_SOC_UART_FIFO_LEN "128") +set(CONFIG_SOC_LP_UART_FIFO_LEN "16") +set(CONFIG_SOC_UART_BITRATE_MAX "5000000") +set(CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_RTC_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_XTAL_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_WAKEUP_INT "y") +set(CONFIG_SOC_UART_HAS_LP_UART "y") +set(CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND "y") +set(CONFIG_SOC_COEX_HW_PTI "y") +set(CONFIG_SOC_EXTERNAL_COEX_ADVANCE "y") +set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") +set(CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH "12") +set(CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_BT_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN "y") +set(CONFIG_SOC_PM_SUPPORT_CPU_PD "y") +set(CONFIG_SOC_PM_SUPPORT_MODEM_PD "y") +set(CONFIG_SOC_PM_SUPPORT_XTAL32K_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RC32K_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") +set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") +set(CONFIG_SOC_PM_SUPPORT_TOP_PD "y") +set(CONFIG_SOC_PM_SUPPORT_HP_AON_PD "y") +set(CONFIG_SOC_PM_SUPPORT_MAC_BB_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD "y") +set(CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE "y") +set(CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY "y") +set(CONFIG_SOC_PM_CPU_RETENTION_BY_SW "y") +set(CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA "y") +set(CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG "y") +set(CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN "y") +set(CONFIG_SOC_PM_PAU_LINK_NUM "4") +set(CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR "y") +set(CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC "y") +set(CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE "y") +set(CONFIG_SOC_PM_RETENTION_MODULE_NUM "32") +set(CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION "y") +set(CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT "y") +set(CONFIG_SOC_CLK_XTAL32K_SUPPORTED "y") +set(CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED "y") +set(CONFIG_SOC_CLK_RC32K_SUPPORTED "y") +set(CONFIG_SOC_RCC_IS_INDEPENDENT "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN "y") +set(CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT "y") +set(CONFIG_SOC_WIFI_HW_TSF "y") +set(CONFIG_SOC_WIFI_FTM_SUPPORT "y") +set(CONFIG_SOC_WIFI_GCMP_SUPPORT "y") +set(CONFIG_SOC_WIFI_WAPI_SUPPORT "y") +set(CONFIG_SOC_WIFI_CSI_SUPPORT "y") +set(CONFIG_SOC_WIFI_MESH_SUPPORT "y") +set(CONFIG_SOC_WIFI_HE_SUPPORT "y") +set(CONFIG_SOC_WIFI_MAC_VERSION_NUM "2") +set(CONFIG_SOC_BLE_SUPPORTED "y") +set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") +set(CONFIG_SOC_ESP_NIMBLE_CONTROLLER "y") +set(CONFIG_SOC_BLE_50_SUPPORTED "y") +set(CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED "y") +set(CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED "y") +set(CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED "y") +set(CONFIG_SOC_BLUFI_SUPPORTED "y") +set(CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION "y") +set(CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND "y") +set(CONFIG_SOC_PHY_COMBO_MODULE "y") +set(CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD "y") +set(CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR "y") +set(CONFIG_SOC_LP_CORE_SUPPORT_ETM "y") +set(CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS "y") +set(CONFIG_IDF_CMAKE "y") +set(CONFIG_IDF_TOOLCHAIN "gcc") +set(CONFIG_IDF_TOOLCHAIN_GCC "y") +set(CONFIG_IDF_TARGET_ARCH_RISCV "y") +set(CONFIG_IDF_TARGET_ARCH "riscv") +set(CONFIG_IDF_TARGET "esp32c6") +set(CONFIG_IDF_INIT_VERSION "5.4.0") +set(CONFIG_IDF_TARGET_ESP32C6 "y") +set(CONFIG_IDF_FIRMWARE_CHIP_ID "0xd") +set(CONFIG_APP_BUILD_TYPE_APP_2NDBOOT "y") +set(CONFIG_APP_BUILD_TYPE_RAM "") +set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") +set(CONFIG_APP_BUILD_BOOTLOADER "y") +set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") +set(CONFIG_APP_REPRODUCIBLE_BUILD "") +set(CONFIG_APP_NO_BLOBS "") +set(CONFIG_BOOTLOADER_COMPILE_TIME_DATE "y") +set(CONFIG_BOOTLOADER_PROJECT_VER "1") +set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x0") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_NONE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_ERROR "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_WARN "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_INFO "y") +set(CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL "3") +set(CONFIG_BOOTLOADER_LOG_COLORS "") +set(CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS "y") +set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") +set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") +set(CONFIG_BOOTLOADER_FACTORY_RESET "") +set(CONFIG_BOOTLOADER_APP_TEST "") +set(CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE "") +set(CONFIG_BOOTLOADER_WDT_TIME_MS "9000") +set(CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS "") +set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0x0") +set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") +set(CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_PREFERRED "y") +set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") +set(CONFIG_SECURE_BOOT "") +set(CONFIG_SECURE_FLASH_ENC_ENABLED "") +set(CONFIG_SECURE_ROM_DL_MODE_ENABLED "y") +set(CONFIG_APP_COMPILE_TIME_DATE "y") +set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") +set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") +set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") +set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "9") +set(CONFIG_ESP_ROM_HAS_CRC_LE "y") +set(CONFIG_ESP_ROM_HAS_CRC_BE "y") +set(CONFIG_ESP_ROM_HAS_JPEG_DECODE "y") +set(CONFIG_ESP_ROM_UART_CLK_IS_XTAL "y") +set(CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM "3") +set(CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING "y") +set(CONFIG_ESP_ROM_GET_CLK_FREQ "y") +set(CONFIG_ESP_ROM_HAS_RVFPLIB "y") +set(CONFIG_ESP_ROM_HAS_HAL_WDT "y") +set(CONFIG_ESP_ROM_HAS_HAL_SYSTIMER "y") +set(CONFIG_ESP_ROM_HAS_HEAP_TLSF "y") +set(CONFIG_ESP_ROM_TLSF_CHECK_PATCH "y") +set(CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH "y") +set(CONFIG_ESP_ROM_HAS_LAYOUT_TABLE "y") +set(CONFIG_ESP_ROM_HAS_SPI_FLASH "y") +set(CONFIG_ESP_ROM_HAS_REGI2C_BUG "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT "y") +set(CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE "y") +set(CONFIG_ESP_ROM_WDT_INIT_PATCH "y") +set(CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE "y") +set(CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT "y") +set(CONFIG_ESP_ROM_HAS_SW_FLOAT "y") +set(CONFIG_ESP_ROM_USB_OTG_NUM "-1") +set(CONFIG_ESP_ROM_HAS_VERSION "y") +set(CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB "y") +set(CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_ON "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_OFF "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW "") +set(CONFIG_ESPTOOLPY_NO_STUB "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QOUT "") +set(CONFIG_ESPTOOLPY_FLASHMODE_DIO "y") +set(CONFIG_ESPTOOLPY_FLASHMODE_DOUT "") +set(CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR "y") +set(CONFIG_ESPTOOLPY_FLASHMODE "dio") +set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ "80m") +set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "y") +set(CONFIG_ESPTOOLPY_FLASHSIZE_8MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_16MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_32MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_64MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_128MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE "4MB") +set(CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE "") +set(CONFIG_ESPTOOLPY_BEFORE_RESET "y") +set(CONFIG_ESPTOOLPY_BEFORE_NORESET "") +set(CONFIG_ESPTOOLPY_BEFORE "default_reset") +set(CONFIG_ESPTOOLPY_AFTER_RESET "y") +set(CONFIG_ESPTOOLPY_AFTER_NORESET "") +set(CONFIG_ESPTOOLPY_AFTER "hard_reset") +set(CONFIG_ESPTOOLPY_MONITOR_BAUD "115200") +set(CONFIG_PARTITION_TABLE_SINGLE_APP "y") +set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") +set(CONFIG_PARTITION_TABLE_TWO_OTA "") +set(CONFIG_PARTITION_TABLE_TWO_OTA_LARGE "") +set(CONFIG_PARTITION_TABLE_CUSTOM "") +set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") +set(CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv") +set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") +set(CONFIG_PARTITION_TABLE_MD5 "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_SIZE "") +set(CONFIG_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_COMPILER_OPTIMIZATION_NONE "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE "") +set(CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE "y") +set(CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB "") +set(CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT "") +set(CONFIG_COMPILER_HIDE_PATHS_MACROS "y") +set(CONFIG_COMPILER_CXX_EXCEPTIONS "") +set(CONFIG_COMPILER_CXX_RTTI "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NONE "y") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NORM "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_STRONG "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_ALL "") +set(CONFIG_COMPILER_NO_MERGE_CONSTANTS "") +set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") +set(CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS "") +set(CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS "y") +set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC13_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC14_WARNINGS "") +set(CONFIG_COMPILER_DUMP_RTL_FILES "") +set(CONFIG_COMPILER_RT_LIB_GCCLIB "y") +set(CONFIG_COMPILER_RT_LIB_NAME "gcc") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING "y") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE "") +set(CONFIG_COMPILER_STATIC_ANALYZER "") +set(CONFIG_EFUSE_CUSTOM_TABLE "") +set(CONFIG_EFUSE_VIRTUAL "") +set(CONFIG_EFUSE_MAX_BLK_LEN "256") +set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") +set(CONFIG_ESP32C6_REV_MIN_0 "y") +set(CONFIG_ESP32C6_REV_MIN_1 "") +set(CONFIG_ESP32C6_REV_MIN_FULL "0") +set(CONFIG_ESP_REV_MIN_FULL "0") +set(CONFIG_ESP32C6_REV_MAX_FULL "99") +set(CONFIG_ESP_REV_MAX_FULL "99") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL "0") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL "99") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_BT "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154 "y") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO "") +set(CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC "") +set(CONFIG_ESP_SLEEP_POWER_DOWN_FLASH "") +set(CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU "") +set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "0") +set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") +set(CONFIG_ESP_SLEEP_DEBUG "") +set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") +set(CONFIG_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED "") +set(CONFIG_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_PERIPH_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_ETM_ENABLE_DEBUG_LOG "") +set(CONFIG_GDMA_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_GDMA_ISR_IRAM_SAFE "") +set(CONFIG_GDMA_ENABLE_DEBUG_LOG "") +set(CONFIG_XTAL_FREQ_40 "y") +set(CONFIG_XTAL_FREQ "40") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP "y") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW "y") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM "") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH "") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL "1") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_120 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 "y") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS "0") +set(CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE "y") +set(CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK "y") +set(CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP "y") +set(CONFIG_ESP_SYSTEM_USE_EH_FRAME "") +set(CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT "y") +set(CONFIG_ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE "") +set(CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_ESP_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 "y") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY "") +set(CONFIG_ESP_MAIN_TASK_AFFINITY "0x0") +set(CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE "2048") +set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG "") +set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") +set(CONFIG_ESP_CONSOLE_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED "y") +set(CONFIG_ESP_CONSOLE_UART "y") +set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM "0") +set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_ESP_INT_WDT "y") +set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_ESP_TASK_WDT_EN "y") +set(CONFIG_ESP_TASK_WDT_INIT "y") +set(CONFIG_ESP_TASK_WDT_PANIC "") +set(CONFIG_ESP_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_ESP_PANIC_HANDLER_IRAM "") +set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") +set(CONFIG_ESP_DEBUG_INCLUDE_OCD_STUB_BINS "") +set(CONFIG_ESP_DEBUG_OCDAWARE "y") +set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") +set(CONFIG_ESP_BROWNOUT_DET "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL "7") +set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") +set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y") +set(CONFIG_ESP_SYSTEM_BBPLL_RECALIB "y") +set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y") +set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_FREERTOS_SMP "") +set(CONFIG_FREERTOS_UNICORE "y") +set(CONFIG_FREERTOS_HZ "100") +set(CONFIG_FREERTOS_OPTIMIZED_SCHEDULER "y") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY "y") +set(CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS "1") +set(CONFIG_FREERTOS_IDLE_TASK_STACKSIZE "1536") +set(CONFIG_FREERTOS_USE_IDLE_HOOK "") +set(CONFIG_FREERTOS_USE_TICK_HOOK "") +set(CONFIG_FREERTOS_MAX_TASK_NAME_LEN "16") +set(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY "") +set(CONFIG_FREERTOS_USE_TIMERS "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc") +set(CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 "") +set(CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY "0x7fffffff") +set(CONFIG_FREERTOS_TIMER_TASK_PRIORITY "1") +set(CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_FREERTOS_TIMER_QUEUE_LENGTH "10") +set(CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE "0") +set(CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES "1") +set(CONFIG_FREERTOS_USE_TRACE_FACILITY "") +set(CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES "") +set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") +set(CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG "") +set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") +set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") +set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") +set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "") +set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "") +set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y") +set(CONFIG_FREERTOS_ISR_STACKSIZE "1536") +set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y") +set(CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 "") +set(CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER "y") +set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") +set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") +set(CONFIG_FREERTOS_PORT "y") +set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") +set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") +set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") +set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "y") +set(CONFIG_FREERTOS_NUMBER_OF_CORES "1") +set(CONFIG_HAL_ASSERTION_EQUALS_SYSTEM "y") +set(CONFIG_HAL_ASSERTION_DISABLE "") +set(CONFIG_HAL_ASSERTION_SILENT "") +set(CONFIG_HAL_ASSERTION_ENABLE "") +set(CONFIG_HAL_DEFAULT_ASSERTION_LEVEL "2") +set(CONFIG_HAL_SYSTIMER_USE_ROM_IMPL "y") +set(CONFIG_HAL_WDT_USE_ROM_IMPL "y") +set(CONFIG_HAL_ECDSA_GEN_SIG_CM "") +set(CONFIG_LOG_DEFAULT_LEVEL_NONE "") +set(CONFIG_LOG_DEFAULT_LEVEL_ERROR "") +set(CONFIG_LOG_DEFAULT_LEVEL_WARN "") +set(CONFIG_LOG_DEFAULT_LEVEL_INFO "y") +set(CONFIG_LOG_DEFAULT_LEVEL_DEBUG "") +set(CONFIG_LOG_DEFAULT_LEVEL_VERBOSE "") +set(CONFIG_LOG_DEFAULT_LEVEL "3") +set(CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT "y") +set(CONFIG_LOG_MAXIMUM_LEVEL_DEBUG "") +set(CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE "") +set(CONFIG_LOG_MAXIMUM_LEVEL "3") +set(CONFIG_LOG_MASTER_LEVEL "") +set(CONFIG_LOG_DYNAMIC_LEVEL_CONTROL "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_NONE "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST "y") +set(CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY "") +set(CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE "31") +set(CONFIG_LOG_COLORS "") +set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") +set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF "y") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CR "y") +set(CONFIG_NEWLIB_NANO_FORMAT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT "y") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE "") +set(CONFIG_MMU_PAGE_SIZE_64KB "y") +set(CONFIG_MMU_PAGE_MODE "64KB") +set(CONFIG_MMU_PAGE_SIZE "0x10000") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") +set(CONFIG_SPI_FLASH_AUTO_SUSPEND "") +set(CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US "50") +set(CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND "") +set(CONFIG_SPI_FLASH_VERIFY_WRITE "") +set(CONFIG_SPI_FLASH_ENABLE_COUNTERS "") +set(CONFIG_SPI_FLASH_ROM_DRIVER_PATCH "y") +set(CONFIG_SPI_FLASH_ROM_IMPL "") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS "y") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS "") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED "") +set(CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE "") +set(CONFIG_SPI_FLASH_YIELD_DURING_ERASE "y") +set(CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS "20") +set(CONFIG_SPI_FLASH_ERASE_YIELD_TICKS "1") +set(CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE "8192") +set(CONFIG_SPI_FLASH_SIZE_OVERRIDE "") +set(CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED "") +set(CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST "") +set(CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED "y") +set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "") +set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") +set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") +set(CONFIGS_LIST CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DEDICATED_GPIO_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_GDMA_SUPPORTED;CONFIG_SOC_AHB_GDMA_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_PCNT_SUPPORTED;CONFIG_SOC_MCPWM_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_ETM_SUPPORTED;CONFIG_SOC_PARLIO_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_IEEE802154_SUPPORTED;CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED;CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED;CONFIG_SOC_TEMP_SENSOR_SUPPORTED;CONFIG_SOC_PHY_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SUPPORTS_SECURE_DL_MODE;CONFIG_SOC_ULP_SUPPORTED;CONFIG_SOC_LP_CORE_SUPPORTED;CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD;CONFIG_SOC_EFUSE_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SYSTIMER_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_HMAC_SUPPORTED;CONFIG_SOC_DIG_SIGN_SUPPORTED;CONFIG_SOC_ECC_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_SDIO_SLAVE_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_APM_SUPPORTED;CONFIG_SOC_PMU_SUPPORTED;CONFIG_SOC_PAU_SUPPORTED;CONFIG_SOC_LP_TIMER_SUPPORTED;CONFIG_SOC_LP_AON_SUPPORTED;CONFIG_SOC_LP_PERIPHERALS_SUPPORTED;CONFIG_SOC_LP_I2C_SUPPORTED;CONFIG_SOC_ULP_LP_UART_SUPPORTED;CONFIG_SOC_CLK_TREE_SUPPORTED;CONFIG_SOC_ASSIST_DEBUG_SUPPORTED;CONFIG_SOC_WDT_SUPPORTED;CONFIG_SOC_SPI_FLASH_SUPPORTED;CONFIG_SOC_RNG_SUPPORTED;CONFIG_SOC_LIGHT_SLEEP_SUPPORTED;CONFIG_SOC_DEEP_SLEEP_SUPPORTED;CONFIG_SOC_MODEM_CLOCK_SUPPORTED;CONFIG_SOC_PM_SUPPORTED;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_AES_SUPPORT_DMA;CONFIG_SOC_AES_GDMA;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED;CONFIG_SOC_ADC_MONITOR_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM;CONFIG_SOC_ADC_DIGI_MONITOR_NUM;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED;CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED;CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED;CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR;CONFIG_SOC_ADC_SHARED_POWER;CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_CACHE_FREEZE_SUPPORTED;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC;CONFIG_SOC_INT_PLIC_SUPPORTED;CONFIG_SOC_CPU_HAS_CSR_PC;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_CPU_HAS_PMA;CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP;CONFIG_SOC_CPU_PMP_REGION_GRANULARITY;CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN;CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH;CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US;CONFIG_SOC_AHB_GDMA_VERSION;CONFIG_SOC_GDMA_NUM_GROUPS_MAX;CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX;CONFIG_SOC_GDMA_SUPPORT_ETM;CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_ETM_GROUPS;CONFIG_SOC_ETM_CHANNELS_PER_GROUP;CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER;CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM;CONFIG_SOC_GPIO_SUPPORT_ETM;CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT;CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP;CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD;CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP;CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP;CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX;CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE;CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED;CONFIG_SOC_RTCIO_HOLD_SUPPORTED;CONFIG_SOC_RTCIO_WAKE_SUPPORTED;CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM;CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM;CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE;CONFIG_SOC_I2C_NUM;CONFIG_SOC_HP_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST;CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS;CONFIG_SOC_I2C_SUPPORT_XTAL;CONFIG_SOC_I2C_SUPPORT_RTC;CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR;CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST;CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE;CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS;CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH;CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_LP_I2C_NUM;CONFIG_SOC_LP_I2C_FIFO_LEN;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_2;CONFIG_SOC_I2S_SUPPORTS_ETM;CONFIG_SOC_I2S_SUPPORTS_XTAL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PCM;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_TDM;CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK;CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK;CONFIG_SOC_LEDC_TIMER_NUM;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_FADE_STOP;CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED;CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX;CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE;CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MMU_DI_VADDR_SHARED;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_PCNT_GROUPS;CONFIG_SOC_PCNT_UNITS_PER_GROUP;CONFIG_SOC_PCNT_CHANNELS_PER_UNIT;CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT;CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE;CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG;CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION;CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP;CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO;CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY;CONFIG_SOC_RMT_SUPPORT_XTAL;CONFIG_SOC_RMT_SUPPORT_RC_FAST;CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MCPWM_GROUPS;CONFIG_SOC_MCPWM_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP;CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR;CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER;CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP;CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE;CONFIG_SOC_MCPWM_SUPPORT_ETM;CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP;CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_PARLIO_GROUPS;CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP;CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP;CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH;CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH;CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT;CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MPI_MEM_BLOCKS_NUM;CONFIG_SOC_MPI_OPERATIONS_NUM;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE;CONFIG_SOC_SHA_SUPPORT_DMA;CONFIG_SOC_SHA_SUPPORT_RESUME;CONFIG_SOC_SHA_GDMA;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA224;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M;CONFIG_SOC_SDM_CLK_SUPPORT_XTAL;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_SUPPORT_DDRCLK;CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS;CONFIG_SOC_SPI_SUPPORT_CD_SIG;CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS;CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2;CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_SPI_SUPPORT_CLK_XTAL;CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M;CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST;CONFIG_SOC_SPI_SCT_SUPPORTED;CONFIG_SOC_SPI_SCT_REG_NUM;CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX;CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX;CONFIG_SOC_MEMSPI_IS_INDEPENDENT;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME;CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR;CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS;CONFIG_SOC_SPI_MEM_SUPPORT_WRAP;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_SYSTIMER_COUNTER_NUM;CONFIG_SOC_SYSTIMER_ALARM_NUM;CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO;CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI;CONFIG_SOC_SYSTIMER_FIXED_DIVIDER;CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST;CONFIG_SOC_SYSTIMER_INT_LEVEL;CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE;CONFIG_SOC_SYSTIMER_SUPPORT_ETM;CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO;CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL;CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_TIMER_SUPPORT_ETM;CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MWDT_SUPPORT_XTAL;CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_BRP_MAX;CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS;CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE;CONFIG_SOC_EFUSE_DIS_PAD_JTAG;CONFIG_SOC_EFUSE_DIS_USB_JTAG;CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT;CONFIG_SOC_EFUSE_SOFT_DIS_JTAG;CONFIG_SOC_EFUSE_DIS_ICACHE;CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK;CONFIG_SOC_SECURE_BOOT_V2_RSA;CONFIG_SOC_SECURE_BOOT_V2_ECC;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS;CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128;CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED;CONFIG_SOC_APM_LP_APM0_SUPPORTED;CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_HP_NUM;CONFIG_SOC_UART_LP_NUM;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_LP_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK;CONFIG_SOC_UART_SUPPORT_RTC_CLK;CONFIG_SOC_UART_SUPPORT_XTAL_CLK;CONFIG_SOC_UART_SUPPORT_WAKEUP_INT;CONFIG_SOC_UART_HAS_LP_UART;CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND;CONFIG_SOC_COEX_HW_PTI;CONFIG_SOC_EXTERNAL_COEX_ADVANCE;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH;CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP;CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP;CONFIG_SOC_PM_SUPPORT_BT_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN;CONFIG_SOC_PM_SUPPORT_CPU_PD;CONFIG_SOC_PM_SUPPORT_MODEM_PD;CONFIG_SOC_PM_SUPPORT_XTAL32K_PD;CONFIG_SOC_PM_SUPPORT_RC32K_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_TOP_PD;CONFIG_SOC_PM_SUPPORT_HP_AON_PD;CONFIG_SOC_PM_SUPPORT_MAC_BB_PD;CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD;CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE;CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY;CONFIG_SOC_PM_CPU_RETENTION_BY_SW;CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA;CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG;CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN;CONFIG_SOC_PM_PAU_LINK_NUM;CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR;CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC;CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE;CONFIG_SOC_PM_RETENTION_MODULE_NUM;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED;CONFIG_SOC_CLK_RC32K_SUPPORTED;CONFIG_SOC_RCC_IS_INDEPENDENT;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL;CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN;CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT;CONFIG_SOC_WIFI_HW_TSF;CONFIG_SOC_WIFI_FTM_SUPPORT;CONFIG_SOC_WIFI_GCMP_SUPPORT;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_HE_SUPPORT;CONFIG_SOC_WIFI_MAC_VERSION_NUM;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_ESP_NIMBLE_CONTROLLER;CONFIG_SOC_BLE_50_SUPPORTED;CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED;CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED;CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION;CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD;CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR;CONFIG_SOC_LP_CORE_SUPPORT_ETM;CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS;CONFIG_IDF_CMAKE;CONFIG_IDF_TOOLCHAIN;CONFIG_IDF_TOOLCHAIN_GCC;CONFIG_IDF_TARGET_ARCH_RISCV;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_INIT_VERSION;CONFIG_IDF_TARGET_ESP32C6;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_BOOTLOADER_COMPILE_TIME_DATE;CONFIG_BOOTLOADER_PROJECT_VER;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_LOG_COLORS;CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED;CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED;CONFIG_SECURE_BOOT_V2_PREFERRED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_SECURE_ROM_DL_MODE_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_UART_CLK_IS_XTAL;CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM;CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING;CONFIG_ESP_ROM_GET_CLK_FREQ;CONFIG_ESP_ROM_HAS_RVFPLIB;CONFIG_ESP_ROM_HAS_HAL_WDT;CONFIG_ESP_ROM_HAS_HAL_SYSTIMER;CONFIG_ESP_ROM_HAS_HEAP_TLSF;CONFIG_ESP_ROM_TLSF_CHECK_PATCH;CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH;CONFIG_ESP_ROM_HAS_LAYOUT_TABLE;CONFIG_ESP_ROM_HAS_SPI_FLASH;CONFIG_ESP_ROM_HAS_REGI2C_BUG;CONFIG_ESP_ROM_HAS_NEWLIB;CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT;CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE;CONFIG_ESP_ROM_WDT_INIT_PATCH;CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE;CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT;CONFIG_ESP_ROM_HAS_SW_FLOAT;CONFIG_ESP_ROM_USB_OTG_NUM;CONFIG_ESP_ROM_HAS_VERSION;CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB;CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC;CONFIG_BOOT_ROM_LOG_ALWAYS_ON;CONFIG_BOOT_ROM_LOG_ALWAYS_OFF;CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH;CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_TWO_OTA_LARGE;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEBUG;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_NO_MERGE_CONSTANTS;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS;CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DISABLE_GCC13_WARNINGS;CONFIG_COMPILER_DISABLE_GCC14_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_COMPILER_RT_LIB_GCCLIB;CONFIG_COMPILER_RT_LIB_NAME;CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING;CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE;CONFIG_COMPILER_STATIC_ANALYZER;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP32C6_REV_MIN_0;CONFIG_ESP32C6_REV_MIN_1;CONFIG_ESP32C6_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32C6_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_ETM_ENABLE_DEBUG_LOG;CONFIG_GDMA_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_ISR_IRAM_SAFE;CONFIG_GDMA_ENABLE_DEBUG_LOG;CONFIG_XTAL_FREQ_40;CONFIG_XTAL_FREQ;CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_120;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE;CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK;CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP;CONFIG_ESP_SYSTEM_USE_EH_FRAME;CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT;CONFIG_ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_SECONDARY_NONE;CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_INCLUDE_OCD_STUB_BINS;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_SYSTEM_HW_STACK_GUARD;CONFIG_ESP_SYSTEM_BBPLL_RECALIB;CONFIG_ESP_SYSTEM_HW_PC_RECORD;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_OPTIMIZED_SCHEDULER;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_USE_TIMERS;CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME;CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0;CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY;CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3;CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_PORT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_NUMBER_OF_CORES;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_HAL_SYSTIMER_USE_ROM_IMPL;CONFIG_HAL_WDT_USE_ROM_IMPL;CONFIG_HAL_ECDSA_GEN_SIG_CM;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_MASTER_LEVEL;CONFIG_LOG_DYNAMIC_LEVEL_CONTROL;CONFIG_LOG_TAG_LEVEL_IMPL_NONE;CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY;CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_AUTO_SUSPEND;CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US;CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_ROM_IMPL;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_IDF_EXPERIMENTAL_FEATURES) +# List of deprecated options for backward compatibility +set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") +set(CONFIG_NO_BLOBS "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_ERROR "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_WARN "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_INFO "y") +set(CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL "3") +set(CONFIG_APP_ROLLBACK_ENABLE "") +set(CONFIG_FLASH_ENCRYPTION_ENABLED "") +set(CONFIG_FLASHMODE_QIO "") +set(CONFIG_FLASHMODE_QOUT "") +set(CONFIG_FLASHMODE_DIO "y") +set(CONFIG_FLASHMODE_DOUT "") +set(CONFIG_MONITOR_BAUD "115200") +set(CONFIG_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") +set(CONFIG_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED "y") +set(CONFIG_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED "") +set(CONFIG_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_CXX_EXCEPTIONS "") +set(CONFIG_STACK_CHECK_NONE "y") +set(CONFIG_STACK_CHECK_NORM "") +set(CONFIG_STACK_CHECK_STRONG "") +set(CONFIG_STACK_CHECK_ALL "") +set(CONFIG_WARN_WRITE_STRINGS "") +set(CONFIG_ESP_SYSTEM_PD_FLASH "") +set(CONFIG_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_CONSOLE_UART_DEFAULT "y") +set(CONFIG_CONSOLE_UART_CUSTOM "") +set(CONFIG_CONSOLE_UART_NONE "") +set(CONFIG_ESP_CONSOLE_UART_NONE "") +set(CONFIG_CONSOLE_UART "y") +set(CONFIG_CONSOLE_UART_NUM "0") +set(CONFIG_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_INT_WDT "y") +set(CONFIG_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_TASK_WDT "y") +set(CONFIG_ESP_TASK_WDT "y") +set(CONFIG_TASK_WDT_PANIC "") +set(CONFIG_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_ESP32_DEBUG_STUBS_ENABLE "") +set(CONFIG_BROWNOUT_DET "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_BROWNOUT_DET_LVL "7") +set(CONFIG_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_TIMER_TASK_PRIORITY "1") +set(CONFIG_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_TIMER_QUEUE_LENGTH "10") +set(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK "") +set(CONFIG_HAL_ASSERTION_SILIENT "") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS "y") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS "") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED "") diff --git a/build/bootloader/config/sdkconfig.h b/build/bootloader/config/sdkconfig.h new file mode 100644 index 0000000..207fac0 --- /dev/null +++ b/build/bootloader/config/sdkconfig.h @@ -0,0 +1,647 @@ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header + */ +#pragma once +#define CONFIG_SOC_ADC_SUPPORTED 1 +#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1 +#define CONFIG_SOC_UART_SUPPORTED 1 +#define CONFIG_SOC_GDMA_SUPPORTED 1 +#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1 +#define CONFIG_SOC_GPTIMER_SUPPORTED 1 +#define CONFIG_SOC_PCNT_SUPPORTED 1 +#define CONFIG_SOC_MCPWM_SUPPORTED 1 +#define CONFIG_SOC_TWAI_SUPPORTED 1 +#define CONFIG_SOC_ETM_SUPPORTED 1 +#define CONFIG_SOC_PARLIO_SUPPORTED 1 +#define CONFIG_SOC_BT_SUPPORTED 1 +#define CONFIG_SOC_IEEE802154_SUPPORTED 1 +#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1 +#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1 +#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_PHY_SUPPORTED 1 +#define CONFIG_SOC_WIFI_SUPPORTED 1 +#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1 +#define CONFIG_SOC_ULP_SUPPORTED 1 +#define CONFIG_SOC_LP_CORE_SUPPORTED 1 +#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1 +#define CONFIG_SOC_EFUSE_SUPPORTED 1 +#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1 +#define CONFIG_SOC_RTC_MEM_SUPPORTED 1 +#define CONFIG_SOC_I2S_SUPPORTED 1 +#define CONFIG_SOC_RMT_SUPPORTED 1 +#define CONFIG_SOC_SDM_SUPPORTED 1 +#define CONFIG_SOC_GPSPI_SUPPORTED 1 +#define CONFIG_SOC_LEDC_SUPPORTED 1 +#define CONFIG_SOC_I2C_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_SUPPORTED 1 +#define CONFIG_SOC_SUPPORT_COEXISTENCE 1 +#define CONFIG_SOC_AES_SUPPORTED 1 +#define CONFIG_SOC_MPI_SUPPORTED 1 +#define CONFIG_SOC_SHA_SUPPORTED 1 +#define CONFIG_SOC_HMAC_SUPPORTED 1 +#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1 +#define CONFIG_SOC_ECC_SUPPORTED 1 +#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 +#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 +#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1 +#define CONFIG_SOC_BOD_SUPPORTED 1 +#define CONFIG_SOC_APM_SUPPORTED 1 +#define CONFIG_SOC_PMU_SUPPORTED 1 +#define CONFIG_SOC_PAU_SUPPORTED 1 +#define CONFIG_SOC_LP_TIMER_SUPPORTED 1 +#define CONFIG_SOC_LP_AON_SUPPORTED 1 +#define CONFIG_SOC_LP_PERIPHERALS_SUPPORTED 1 +#define CONFIG_SOC_LP_I2C_SUPPORTED 1 +#define CONFIG_SOC_ULP_LP_UART_SUPPORTED 1 +#define CONFIG_SOC_CLK_TREE_SUPPORTED 1 +#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1 +#define CONFIG_SOC_WDT_SUPPORTED 1 +#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1 +#define CONFIG_SOC_RNG_SUPPORTED 1 +#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_MODEM_CLOCK_SUPPORTED 1 +#define CONFIG_SOC_PM_SUPPORTED 1 +#define CONFIG_SOC_XTAL_SUPPORT_40M 1 +#define CONFIG_SOC_AES_SUPPORT_DMA 1 +#define CONFIG_SOC_AES_GDMA 1 +#define CONFIG_SOC_AES_SUPPORT_AES_128 1 +#define CONFIG_SOC_AES_SUPPORT_AES_256 1 +#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1 +#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1 +#define CONFIG_SOC_ADC_DMA_SUPPORTED 1 +#define CONFIG_SOC_ADC_PERIPH_NUM 1 +#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 7 +#define CONFIG_SOC_ADC_ATTEN_NUM 4 +#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1 +#define CONFIG_SOC_ADC_PATT_LEN_MAX 8 +#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12 +#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2 +#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2 +#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4 +#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611 +#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12 +#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1 +#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1 +#define CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED 1 +#define CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR 1 +#define CONFIG_SOC_ADC_SHARED_POWER 1 +#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1 +#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 +#define CONFIG_SOC_CACHE_FREEZE_SUPPORTED 1 +#define CONFIG_SOC_CPU_CORES_NUM 1 +#define CONFIG_SOC_CPU_INTR_NUM 32 +#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1 +#define CONFIG_SOC_INT_PLIC_SUPPORTED 1 +#define CONFIG_SOC_CPU_HAS_CSR_PC 1 +#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 4 +#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 4 +#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 +#define CONFIG_SOC_CPU_HAS_PMA 1 +#define CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP 1 +#define CONFIG_SOC_CPU_PMP_REGION_GRANULARITY 4 +#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072 +#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16 +#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100 +#define CONFIG_SOC_AHB_GDMA_VERSION 1 +#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1 +#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3 +#define CONFIG_SOC_GDMA_SUPPORT_ETM 1 +#define CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_ETM_GROUPS 1 +#define CONFIG_SOC_ETM_CHANNELS_PER_GROUP 50 +#define CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_GPIO_PORT 1 +#define CONFIG_SOC_GPIO_PIN_COUNT 31 +#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1 +#define CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM 8 +#define CONFIG_SOC_GPIO_SUPPORT_ETM 1 +#define CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT 1 +#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1 +#define CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT 1 +#define CONFIG_SOC_GPIO_IN_RANGE_MAX 30 +#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 30 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 8 +#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x000000007FFFFF00 +#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1 +#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1 +#define CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP 1 +#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1 +#define CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE 1 +#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3 +#define CONFIG_SOC_RTCIO_PIN_COUNT 8 +#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1 +#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1 +#define CONFIG_SOC_I2C_NUM 2 +#define CONFIG_SOC_HP_I2C_NUM 1 +#define CONFIG_SOC_I2C_FIFO_LEN 32 +#define CONFIG_SOC_I2C_CMD_REG_NUM 8 +#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 +#define CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST 1 +#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1 +#define CONFIG_SOC_I2C_SUPPORT_XTAL 1 +#define CONFIG_SOC_I2C_SUPPORT_RTC 1 +#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1 +#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH 1 +#define CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_LP_I2C_NUM 1 +#define CONFIG_SOC_LP_I2C_FIFO_LEN 16 +#define CONFIG_SOC_I2S_NUM 1 +#define CONFIG_SOC_I2S_HW_VERSION_2 1 +#define CONFIG_SOC_I2S_SUPPORTS_ETM 1 +#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1 +#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 +#define CONFIG_SOC_I2S_SUPPORTS_PCM 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 +#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2 +#define CONFIG_SOC_I2S_SUPPORTS_TDM 1 +#define CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK 1 +#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1 +#define CONFIG_SOC_LEDC_TIMER_NUM 4 +#define CONFIG_SOC_LEDC_CHANNEL_NUM 6 +#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20 +#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1 +#define CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED 1 +#define CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX 16 +#define CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH 10 +#define CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE 1 +#define CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED 1 +#define CONFIG_SOC_MMU_PERIPH_NUM 1 +#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1 +#define CONFIG_SOC_MMU_DI_VADDR_SHARED 1 +#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 +#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 +#define CONFIG_SOC_PCNT_GROUPS 1 +#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 4 +#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2 +#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2 +#define CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE 1 +#define CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_RMT_GROUPS 1 +#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4 +#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48 +#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1 +#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1 +#define CONFIG_SOC_RMT_SUPPORT_XTAL 1 +#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MCPWM_GROUPS 1 +#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3 +#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE 1 +#define CONFIG_SOC_MCPWM_SUPPORT_ETM 1 +#define CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP 1 +#define CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_PARLIO_GROUPS 1 +#define CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP 1 +#define CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP 1 +#define CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH 16 +#define CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH 16 +#define CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT 1 +#define CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4 +#define CONFIG_SOC_MPI_OPERATIONS_NUM 3 +#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072 +#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968 +#define CONFIG_SOC_SHA_SUPPORT_DMA 1 +#define CONFIG_SOC_SHA_SUPPORT_RESUME 1 +#define CONFIG_SOC_SHA_GDMA 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA224 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 +#define CONFIG_SOC_SDM_GROUPS 1 +#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4 +#define CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M 1 +#define CONFIG_SOC_SDM_CLK_SUPPORT_XTAL 1 +#define CONFIG_SOC_SPI_PERIPH_NUM 2 +#define CONFIG_SOC_SPI_MAX_CS_NUM 6 +#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 +#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1 +#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1 +#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1 +#define CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST 1 +#define CONFIG_SOC_SPI_SCT_SUPPORTED 1 +#define CONFIG_SOC_SPI_SCT_REG_NUM 14 +#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1 +#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA +#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1 +#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_COUNTER_NUM 2 +#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20 +#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1 +#define CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1 +#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1 +#define CONFIG_SOC_SYSTIMER_SUPPORT_ETM 1 +#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO 32 +#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI 16 +#define CONFIG_SOC_TIMER_GROUPS 2 +#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2 +#define CONFIG_SOC_TIMER_SUPPORT_ETM 1 +#define CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1 +#define CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_TWAI_CONTROLLER_NUM 2 +#define CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL 1 +#define CONFIG_SOC_TWAI_BRP_MIN 2 +#define CONFIG_SOC_TWAI_BRP_MAX 32768 +#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1 +#define CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1 +#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1 +#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_ICACHE 1 +#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 +#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1 +#define CONFIG_SOC_SECURE_BOOT_V2_ECC 1 +#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 +#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1 +#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1 +#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 64 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1 +#define CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED 1 +#define CONFIG_SOC_APM_LP_APM0_SUPPORTED 1 +#define CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED 1 +#define CONFIG_SOC_UART_NUM 3 +#define CONFIG_SOC_UART_HP_NUM 2 +#define CONFIG_SOC_UART_LP_NUM 1 +#define CONFIG_SOC_UART_FIFO_LEN 128 +#define CONFIG_SOC_LP_UART_FIFO_LEN 16 +#define CONFIG_SOC_UART_BITRATE_MAX 5000000 +#define CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1 +#define CONFIG_SOC_UART_HAS_LP_UART 1 +#define CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1 +#define CONFIG_SOC_COEX_HW_PTI 1 +#define CONFIG_SOC_EXTERNAL_COEX_ADVANCE 1 +#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 +#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12 +#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN 1 +#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1 +#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1 +#define CONFIG_SOC_PM_SUPPORT_XTAL32K_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RC32K_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 +#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 +#define CONFIG_SOC_PM_SUPPORT_TOP_PD 1 +#define CONFIG_SOC_PM_SUPPORT_HP_AON_PD 1 +#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1 +#define CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE 1 +#define CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY 1 +#define CONFIG_SOC_PM_CPU_RETENTION_BY_SW 1 +#define CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA 1 +#define CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG 1 +#define CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN 1 +#define CONFIG_SOC_PM_PAU_LINK_NUM 4 +#define CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR 1 +#define CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC 1 +#define CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE 1 +#define CONFIG_SOC_PM_RETENTION_MODULE_NUM 32 +#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1 +#define CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT 1 +#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1 +#define CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED 1 +#define CONFIG_SOC_CLK_RC32K_SUPPORTED 1 +#define CONFIG_SOC_RCC_IS_INDEPENDENT 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN 1 +#define CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT 1 +#define CONFIG_SOC_WIFI_HW_TSF 1 +#define CONFIG_SOC_WIFI_FTM_SUPPORT 1 +#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1 +#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1 +#define CONFIG_SOC_WIFI_CSI_SUPPORT 1 +#define CONFIG_SOC_WIFI_MESH_SUPPORT 1 +#define CONFIG_SOC_WIFI_HE_SUPPORT 1 +#define CONFIG_SOC_WIFI_MAC_VERSION_NUM 2 +#define CONFIG_SOC_BLE_SUPPORTED 1 +#define CONFIG_SOC_BLE_MESH_SUPPORTED 1 +#define CONFIG_SOC_ESP_NIMBLE_CONTROLLER 1 +#define CONFIG_SOC_BLE_50_SUPPORTED 1 +#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1 +#define CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED 1 +#define CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED 1 +#define CONFIG_SOC_BLUFI_SUPPORTED 1 +#define CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION 1 +#define CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND 1 +#define CONFIG_SOC_PHY_COMBO_MODULE 1 +#define CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD 1 +#define CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR 1 +#define CONFIG_SOC_LP_CORE_SUPPORT_ETM 1 +#define CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS 1 +#define CONFIG_IDF_CMAKE 1 +#define CONFIG_IDF_TOOLCHAIN "gcc" +#define CONFIG_IDF_TOOLCHAIN_GCC 1 +#define CONFIG_IDF_TARGET_ARCH_RISCV 1 +#define CONFIG_IDF_TARGET_ARCH "riscv" +#define CONFIG_IDF_TARGET "esp32c6" +#define CONFIG_IDF_INIT_VERSION "5.4.0" +#define CONFIG_IDF_TARGET_ESP32C6 1 +#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x000D +#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1 +#define CONFIG_APP_BUILD_GENERATE_BINARIES 1 +#define CONFIG_APP_BUILD_BOOTLOADER 1 +#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 +#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1 +#define CONFIG_BOOTLOADER_PROJECT_VER 1 +#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0 +#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL 3 +#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1 +#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 +#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 +#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0 +#define CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_PREFERRED 1 +#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1 +#define CONFIG_APP_COMPILE_TIME_DATE 1 +#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9 +#define CONFIG_ESP_ROM_HAS_CRC_LE 1 +#define CONFIG_ESP_ROM_HAS_CRC_BE 1 +#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1 +#define CONFIG_ESP_ROM_UART_CLK_IS_XTAL 1 +#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3 +#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1 +#define CONFIG_ESP_ROM_GET_CLK_FREQ 1 +#define CONFIG_ESP_ROM_HAS_RVFPLIB 1 +#define CONFIG_ESP_ROM_HAS_HAL_WDT 1 +#define CONFIG_ESP_ROM_HAS_HAL_SYSTIMER 1 +#define CONFIG_ESP_ROM_HAS_HEAP_TLSF 1 +#define CONFIG_ESP_ROM_TLSF_CHECK_PATCH 1 +#define CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH 1 +#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1 +#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1 +#define CONFIG_ESP_ROM_HAS_REGI2C_BUG 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT 1 +#define CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE 1 +#define CONFIG_ESP_ROM_WDT_INIT_PATCH 1 +#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1 +#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1 +#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1 +#define CONFIG_ESP_ROM_USB_OTG_NUM -1 +#define CONFIG_ESP_ROM_HAS_VERSION 1 +#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1 +#define CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC 1 +#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" +#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB" +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200 +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_PARTITION_TABLE_OFFSET 0x8000 +#define CONFIG_PARTITION_TABLE_MD5 1 +#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 +#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 1 +#define CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2 +#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1 +#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1 +#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1 +#define CONFIG_COMPILER_RT_LIB_GCCLIB 1 +#define CONFIG_COMPILER_RT_LIB_NAME "gcc" +#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1 +#define CONFIG_EFUSE_MAX_BLK_LEN 256 +#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 +#define CONFIG_ESP32C6_REV_MIN_0 1 +#define CONFIG_ESP32C6_REV_MIN_FULL 0 +#define CONFIG_ESP_REV_MIN_FULL 0 +#define CONFIG_ESP32C6_REV_MAX_FULL 99 +#define CONFIG_ESP_REV_MAX_FULL 99 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 99 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154 1 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0 +#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1 +#define CONFIG_RTC_CLK_SRC_INT_RC 1 +#define CONFIG_RTC_CLK_CAL_CYCLES 1024 +#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_GDMA_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_XTAL_FREQ_40 1 +#define CONFIG_XTAL_FREQ 40 +#define CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP 1 +#define CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW 1 +#define CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL 1 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 +#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 +#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 +#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1 +#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1 +#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1 +#define CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT 1 +#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304 +#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584 +#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1 +#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0 +#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 +#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 +#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1 +#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1 +#define CONFIG_ESP_CONSOLE_UART 1 +#define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0 +#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_ESP_INT_WDT 1 +#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESP_TASK_WDT_EN 1 +#define CONFIG_ESP_TASK_WDT_INIT 1 +#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 +#define CONFIG_ESP_DEBUG_OCDAWARE 1 +#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1 +#define CONFIG_ESP_BROWNOUT_DET 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL 7 +#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 +#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1 +#define CONFIG_ESP_SYSTEM_BBPLL_RECALIB 1 +#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1 +#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 +#define CONFIG_FREERTOS_UNICORE 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 +#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FREERTOS_USE_TIMERS 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc" +#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF +#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1 +#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048 +#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10 +#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0 +#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1 +#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1 +#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1 +#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 +#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1 +#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1 +#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1 +#define CONFIG_FREERTOS_PORT 1 +#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF +#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 +#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1 +#define CONFIG_FREERTOS_NUMBER_OF_CORES 1 +#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1 +#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2 +#define CONFIG_HAL_SYSTIMER_USE_ROM_IMPL 1 +#define CONFIG_HAL_WDT_USE_ROM_IMPL 1 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1 +#define CONFIG_LOG_MAXIMUM_LEVEL 3 +#define CONFIG_LOG_DYNAMIC_LEVEL_CONTROL 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1 +#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31 +#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 +#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 +#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 +#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1 +#define CONFIG_MMU_PAGE_SIZE_64KB 1 +#define CONFIG_MMU_PAGE_MODE "64KB" +#define CONFIG_MMU_PAGE_SIZE 0x10000 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 +#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50 +#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 +#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1 +#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1 +#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20 +#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1 +#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192 +#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1 +#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1 + +/* List of deprecated options */ +#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 +#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART +#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE +#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT +#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM +#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO +#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT +#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS +#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE +#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO +#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE +#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD +#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE +#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS +#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE +#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 +#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S +#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH +#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY +#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH diff --git a/build/bootloader/config/sdkconfig.json b/build/bootloader/config/sdkconfig.json new file mode 100644 index 0000000..c69dcbf --- /dev/null +++ b/build/bootloader/config/sdkconfig.json @@ -0,0 +1,778 @@ +{ + "APP_BUILD_BOOTLOADER": true, + "APP_BUILD_GENERATE_BINARIES": true, + "APP_BUILD_TYPE_APP_2NDBOOT": true, + "APP_BUILD_TYPE_RAM": false, + "APP_BUILD_USE_FLASH_SECTIONS": true, + "APP_COMPILE_TIME_DATE": true, + "APP_EXCLUDE_PROJECT_NAME_VAR": false, + "APP_EXCLUDE_PROJECT_VER_VAR": false, + "APP_NO_BLOBS": false, + "APP_PROJECT_VER_FROM_CONFIG": false, + "APP_REPRODUCIBLE_BUILD": false, + "APP_RETRIEVE_LEN_ELF_SHA": 9, + "BOOTLOADER_APP_ROLLBACK_ENABLE": false, + "BOOTLOADER_APP_TEST": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_COMPILE_TIME_DATE": true, + "BOOTLOADER_CUSTOM_RESERVE_RTC": false, + "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_FLASH_DC_AWARE": false, + "BOOTLOADER_FLASH_XMC_SUPPORT": true, + "BOOTLOADER_LOG_COLORS": false, + "BOOTLOADER_LOG_LEVEL": 3, + "BOOTLOADER_LOG_LEVEL_DEBUG": false, + "BOOTLOADER_LOG_LEVEL_ERROR": false, + "BOOTLOADER_LOG_LEVEL_INFO": true, + "BOOTLOADER_LOG_LEVEL_NONE": false, + "BOOTLOADER_LOG_LEVEL_VERBOSE": false, + "BOOTLOADER_LOG_LEVEL_WARN": false, + "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true, + "BOOTLOADER_OFFSET_IN_FLASH": 0, + "BOOTLOADER_PROJECT_VER": 1, + "BOOTLOADER_REGION_PROTECTION_ENABLE": true, + "BOOTLOADER_RESERVE_RTC_SIZE": 0, + "BOOTLOADER_SKIP_VALIDATE_ALWAYS": false, + "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, + "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false, + "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, + "BOOTLOADER_WDT_ENABLE": true, + "BOOTLOADER_WDT_TIME_MS": 9000, + "BOOT_ROM_LOG_ALWAYS_OFF": false, + "BOOT_ROM_LOG_ALWAYS_ON": true, + "BOOT_ROM_LOG_ON_GPIO_HIGH": false, + "BOOT_ROM_LOG_ON_GPIO_LOW": false, + "COMPILER_ASSERT_NDEBUG_EVALUATE": true, + "COMPILER_CXX_EXCEPTIONS": false, + "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_DEFAULT_ERRORS": true, + "COMPILER_DISABLE_GCC12_WARNINGS": false, + "COMPILER_DISABLE_GCC13_WARNINGS": false, + "COMPILER_DISABLE_GCC14_WARNINGS": false, + "COMPILER_DUMP_RTL_FILES": false, + "COMPILER_FLOAT_LIB_FROM_GCCLIB": false, + "COMPILER_FLOAT_LIB_FROM_RVFPLIB": true, + "COMPILER_HIDE_PATHS_MACROS": true, + "COMPILER_NO_MERGE_CONSTANTS": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, + "COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2, + "COMPILER_OPTIMIZATION_CHECKS_SILENT": false, + "COMPILER_OPTIMIZATION_DEBUG": true, + "COMPILER_OPTIMIZATION_NONE": false, + "COMPILER_OPTIMIZATION_PERF": false, + "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_ORPHAN_SECTIONS_PLACE": false, + "COMPILER_ORPHAN_SECTIONS_WARNING": true, + "COMPILER_RT_LIB_GCCLIB": true, + "COMPILER_RT_LIB_NAME": "gcc", + "COMPILER_SAVE_RESTORE_LIBCALLS": false, + "COMPILER_STACK_CHECK_MODE_ALL": false, + "COMPILER_STACK_CHECK_MODE_NONE": true, + "COMPILER_STACK_CHECK_MODE_NORM": false, + "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_STATIC_ANALYZER": false, + "COMPILER_WARN_WRITE_STRINGS": false, + "EFUSE_CUSTOM_TABLE": false, + "EFUSE_MAX_BLK_LEN": 256, + "EFUSE_VIRTUAL": false, + "ESP32C6_REV_MAX_FULL": 99, + "ESP32C6_REV_MIN_0": true, + "ESP32C6_REV_MIN_1": false, + "ESP32C6_REV_MIN_FULL": 0, + "ESP32C6_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO": false, + "ESPTOOLPY_AFTER": "hard_reset", + "ESPTOOLPY_AFTER_NORESET": false, + "ESPTOOLPY_AFTER_RESET": true, + "ESPTOOLPY_BEFORE": "default_reset", + "ESPTOOLPY_BEFORE_NORESET": false, + "ESPTOOLPY_BEFORE_RESET": true, + "ESPTOOLPY_FLASHFREQ": "80m", + "ESPTOOLPY_FLASHFREQ_20M": false, + "ESPTOOLPY_FLASHFREQ_40M": false, + "ESPTOOLPY_FLASHFREQ_80M": true, + "ESPTOOLPY_FLASHMODE": "dio", + "ESPTOOLPY_FLASHMODE_DIO": true, + "ESPTOOLPY_FLASHMODE_DOUT": false, + "ESPTOOLPY_FLASHMODE_QIO": false, + "ESPTOOLPY_FLASHMODE_QOUT": false, + "ESPTOOLPY_FLASHSIZE": "4MB", + "ESPTOOLPY_FLASHSIZE_128MB": false, + "ESPTOOLPY_FLASHSIZE_16MB": false, + "ESPTOOLPY_FLASHSIZE_1MB": false, + "ESPTOOLPY_FLASHSIZE_2MB": false, + "ESPTOOLPY_FLASHSIZE_32MB": false, + "ESPTOOLPY_FLASHSIZE_4MB": true, + "ESPTOOLPY_FLASHSIZE_64MB": false, + "ESPTOOLPY_FLASHSIZE_8MB": false, + "ESPTOOLPY_FLASH_SAMPLE_MODE_STR": true, + "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE": false, + "ESPTOOLPY_MONITOR_BAUD": 115200, + "ESPTOOLPY_NO_STUB": false, + "ESP_BROWNOUT_DET": true, + "ESP_BROWNOUT_DET_LVL": 7, + "ESP_BROWNOUT_DET_LVL_SEL_2": false, + "ESP_BROWNOUT_DET_LVL_SEL_3": false, + "ESP_BROWNOUT_DET_LVL_SEL_4": false, + "ESP_BROWNOUT_DET_LVL_SEL_5": false, + "ESP_BROWNOUT_DET_LVL_SEL_6": false, + "ESP_BROWNOUT_DET_LVL_SEL_7": true, + "ESP_CONSOLE_NONE": false, + "ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0, + "ESP_CONSOLE_SECONDARY_NONE": false, + "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true, + "ESP_CONSOLE_UART": true, + "ESP_CONSOLE_UART_BAUDRATE": 115200, + "ESP_CONSOLE_UART_CUSTOM": false, + "ESP_CONSOLE_UART_DEFAULT": true, + "ESP_CONSOLE_UART_NUM": 0, + "ESP_CONSOLE_USB_SERIAL_JTAG": false, + "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true, + "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP": true, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL": 1, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH": false, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW": true, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM": false, + "ESP_DEBUG_INCLUDE_OCD_STUB_BINS": false, + "ESP_DEBUG_OCDAWARE": true, + "ESP_DEBUG_STUBS_ENABLE": false, + "ESP_DEFAULT_CPU_FREQ_MHZ": 160, + "ESP_DEFAULT_CPU_FREQ_MHZ_120": false, + "ESP_DEFAULT_CPU_FREQ_MHZ_160": true, + "ESP_DEFAULT_CPU_FREQ_MHZ_80": false, + "ESP_EFUSE_BLOCK_REV_MAX_FULL": 99, + "ESP_EFUSE_BLOCK_REV_MIN_FULL": 0, + "ESP_ERR_TO_NAME_LOOKUP": true, + "ESP_INT_WDT": true, + "ESP_INT_WDT_TIMEOUT_MS": 300, + "ESP_IPC_TASK_STACK_SIZE": 1024, + "ESP_MAC_ADDR_UNIVERSE_BT": true, + "ESP_MAC_ADDR_UNIVERSE_ETH": true, + "ESP_MAC_ADDR_UNIVERSE_IEEE802154": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false, + "ESP_MAIN_TASK_AFFINITY": 0, + "ESP_MAIN_TASK_AFFINITY_CPU0": true, + "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false, + "ESP_MAIN_TASK_STACK_SIZE": 3584, + "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, + "ESP_PANIC_HANDLER_IRAM": false, + "ESP_REV_MAX_FULL": 99, + "ESP_REV_MIN_FULL": 0, + "ESP_ROM_GET_CLK_FREQ": true, + "ESP_ROM_HAS_CRC_BE": true, + "ESP_ROM_HAS_CRC_LE": true, + "ESP_ROM_HAS_HAL_SYSTIMER": true, + "ESP_ROM_HAS_HAL_WDT": true, + "ESP_ROM_HAS_HEAP_TLSF": true, + "ESP_ROM_HAS_JPEG_DECODE": true, + "ESP_ROM_HAS_LAYOUT_TABLE": true, + "ESP_ROM_HAS_NEWLIB": true, + "ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT": true, + "ESP_ROM_HAS_OUTPUT_PUTC_FUNC": true, + "ESP_ROM_HAS_REGI2C_BUG": true, + "ESP_ROM_HAS_RETARGETABLE_LOCKING": true, + "ESP_ROM_HAS_RVFPLIB": true, + "ESP_ROM_HAS_SPI_FLASH": true, + "ESP_ROM_HAS_SW_FLOAT": true, + "ESP_ROM_HAS_VERSION": true, + "ESP_ROM_MULTI_HEAP_WALK_PATCH": true, + "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true, + "ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true, + "ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE": true, + "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true, + "ESP_ROM_TLSF_CHECK_PATCH": true, + "ESP_ROM_UART_CLK_IS_XTAL": true, + "ESP_ROM_USB_OTG_NUM": -1, + "ESP_ROM_USB_SERIAL_DEVICE_NUM": 3, + "ESP_ROM_WDT_INIT_PATCH": true, + "ESP_SLEEP_CACHE_SAFE_ASSERTION": false, + "ESP_SLEEP_DEBUG": false, + "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true, + "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true, + "ESP_SLEEP_GPIO_RESET_WORKAROUND": true, + "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, + "ESP_SLEEP_POWER_DOWN_FLASH": false, + "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0, + "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true, + "ESP_SYSTEM_BBPLL_RECALIB": true, + "ESP_SYSTEM_BROWNOUT_INTR": true, + "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, + "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, + "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, + "ESP_SYSTEM_HW_PC_RECORD": true, + "ESP_SYSTEM_HW_STACK_GUARD": true, + "ESP_SYSTEM_PANIC_PRINT_HALT": false, + "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, + "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0, + "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_SYSTEM_PMP_IDRAM_SPLIT": true, + "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE": false, + "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true, + "ESP_SYSTEM_SINGLE_CORE_MODE": true, + "ESP_SYSTEM_USE_EH_FRAME": false, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, + "ESP_TASK_WDT_EN": true, + "ESP_TASK_WDT_INIT": true, + "ESP_TASK_WDT_PANIC": false, + "ESP_TASK_WDT_TIMEOUT_S": 5, + "ETM_ENABLE_DEBUG_LOG": false, + "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, + "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false, + "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, + "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, + "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, + "FREERTOS_CORETIMER_SYSTIMER_LVL1": true, + "FREERTOS_CORETIMER_SYSTIMER_LVL3": false, + "FREERTOS_DEBUG_OCDAWARE": true, + "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, + "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, + "FREERTOS_ENABLE_TASK_SNAPSHOT": true, + "FREERTOS_GENERATE_RUN_TIME_STATS": false, + "FREERTOS_HZ": 100, + "FREERTOS_IDLE_TASK_STACKSIZE": 1536, + "FREERTOS_INTERRUPT_BACKTRACE": true, + "FREERTOS_ISR_STACKSIZE": 1536, + "FREERTOS_MAX_TASK_NAME_LEN": 16, + "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_NUMBER_OF_CORES": 1, + "FREERTOS_OPTIMIZED_SCHEDULER": true, + "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, + "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": true, + "FREERTOS_PORT": true, + "FREERTOS_QUEUE_REGISTRY_SIZE": 0, + "FREERTOS_SMP": false, + "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, + "FREERTOS_SYSTICK_USES_SYSTIMER": true, + "FREERTOS_TASK_FUNCTION_WRAPPER": true, + "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, + "FREERTOS_TASK_PRE_DELETION_HOOK": false, + "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, + "FREERTOS_TICK_SUPPORT_SYSTIMER": true, + "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647, + "FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc", + "FREERTOS_TIMER_TASK_AFFINITY_CPU0": false, + "FREERTOS_TIMER_TASK_NO_AFFINITY": true, + "FREERTOS_TIMER_TASK_PRIORITY": 1, + "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, + "FREERTOS_TLSP_DELETION_CALLBACKS": true, + "FREERTOS_UNICORE": true, + "FREERTOS_USE_APPLICATION_TASK_TAG": false, + "FREERTOS_USE_IDLE_HOOK": false, + "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false, + "FREERTOS_USE_TICK_HOOK": false, + "FREERTOS_USE_TIMERS": true, + "FREERTOS_USE_TRACE_FACILITY": false, + "FREERTOS_WATCHPOINT_END_OF_STACK": false, + "GDMA_CTRL_FUNC_IN_IRAM": true, + "GDMA_ENABLE_DEBUG_LOG": false, + "GDMA_ISR_IRAM_SAFE": false, + "HAL_ASSERTION_DISABLE": false, + "HAL_ASSERTION_ENABLE": false, + "HAL_ASSERTION_EQUALS_SYSTEM": true, + "HAL_ASSERTION_SILENT": false, + "HAL_DEFAULT_ASSERTION_LEVEL": 2, + "HAL_ECDSA_GEN_SIG_CM": false, + "HAL_SYSTIMER_USE_ROM_IMPL": true, + "HAL_WDT_USE_ROM_IMPL": true, + "IDF_CMAKE": true, + "IDF_EXPERIMENTAL_FEATURES": false, + "IDF_FIRMWARE_CHIP_ID": 13, + "IDF_INIT_VERSION": "5.4.0", + "IDF_TARGET": "esp32c6", + "IDF_TARGET_ARCH": "riscv", + "IDF_TARGET_ARCH_RISCV": true, + "IDF_TARGET_ESP32C6": true, + "IDF_TOOLCHAIN": "gcc", + "IDF_TOOLCHAIN_GCC": true, + "LOG_COLORS": false, + "LOG_DEFAULT_LEVEL": 3, + "LOG_DEFAULT_LEVEL_DEBUG": false, + "LOG_DEFAULT_LEVEL_ERROR": false, + "LOG_DEFAULT_LEVEL_INFO": true, + "LOG_DEFAULT_LEVEL_NONE": false, + "LOG_DEFAULT_LEVEL_VERBOSE": false, + "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_DYNAMIC_LEVEL_CONTROL": true, + "LOG_MASTER_LEVEL": false, + "LOG_MAXIMUM_EQUALS_DEFAULT": true, + "LOG_MAXIMUM_LEVEL": 3, + "LOG_MAXIMUM_LEVEL_DEBUG": false, + "LOG_MAXIMUM_LEVEL_VERBOSE": false, + "LOG_TAG_LEVEL_CACHE_ARRAY": false, + "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true, + "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true, + "LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31, + "LOG_TAG_LEVEL_IMPL_LINKED_LIST": false, + "LOG_TAG_LEVEL_IMPL_NONE": false, + "LOG_TIMESTAMP_SOURCE_RTOS": true, + "LOG_TIMESTAMP_SOURCE_SYSTEM": false, + "MMU_PAGE_MODE": "64KB", + "MMU_PAGE_SIZE": 65536, + "MMU_PAGE_SIZE_64KB": true, + "NEWLIB_NANO_FORMAT": false, + "NEWLIB_STDIN_LINE_ENDING_CR": true, + "NEWLIB_STDIN_LINE_ENDING_CRLF": false, + "NEWLIB_STDIN_LINE_ENDING_LF": false, + "NEWLIB_STDOUT_LINE_ENDING_CR": false, + "NEWLIB_STDOUT_LINE_ENDING_CRLF": true, + "NEWLIB_STDOUT_LINE_ENDING_LF": false, + "NEWLIB_TIME_SYSCALL_USE_HRT": false, + "NEWLIB_TIME_SYSCALL_USE_NONE": false, + "NEWLIB_TIME_SYSCALL_USE_RTC": false, + "NEWLIB_TIME_SYSCALL_USE_RTC_HRT": true, + "PARTITION_TABLE_CUSTOM": false, + "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", + "PARTITION_TABLE_FILENAME": "partitions_singleapp.csv", + "PARTITION_TABLE_MD5": true, + "PARTITION_TABLE_OFFSET": 32768, + "PARTITION_TABLE_SINGLE_APP": true, + "PARTITION_TABLE_SINGLE_APP_LARGE": false, + "PARTITION_TABLE_TWO_OTA": false, + "PARTITION_TABLE_TWO_OTA_LARGE": false, + "PERIPH_CTRL_FUNC_IN_IRAM": true, + "RTC_CLK_CAL_CYCLES": 1024, + "RTC_CLK_SRC_EXT_CRYS": false, + "RTC_CLK_SRC_EXT_OSC": false, + "RTC_CLK_SRC_INT_RC": true, + "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED": false, + "SECURE_BOOT": false, + "SECURE_BOOT_V2_ECC_SUPPORTED": true, + "SECURE_BOOT_V2_PREFERRED": true, + "SECURE_BOOT_V2_RSA_SUPPORTED": true, + "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_ROM_DL_MODE_ENABLED": true, + "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SOC_ADC_ATTEN_NUM": 4, + "SOC_ADC_CALIBRATION_V1_SUPPORTED": true, + "SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED": true, + "SOC_ADC_DIGI_CONTROLLER_NUM": 1, + "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, + "SOC_ADC_DIGI_IIR_FILTER_NUM": 2, + "SOC_ADC_DIGI_MAX_BITWIDTH": 12, + "SOC_ADC_DIGI_MIN_BITWIDTH": 12, + "SOC_ADC_DIGI_MONITOR_NUM": 2, + "SOC_ADC_DIGI_RESULT_BYTES": 4, + "SOC_ADC_DIG_CTRL_SUPPORTED": true, + "SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true, + "SOC_ADC_DMA_SUPPORTED": true, + "SOC_ADC_MAX_CHANNEL_NUM": 7, + "SOC_ADC_MONITOR_SUPPORTED": true, + "SOC_ADC_PATT_LEN_MAX": 8, + "SOC_ADC_PERIPH_NUM": 1, + "SOC_ADC_RTC_MAX_BITWIDTH": 12, + "SOC_ADC_RTC_MIN_BITWIDTH": 12, + "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333, + "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611, + "SOC_ADC_SELF_HW_CALI_SUPPORTED": true, + "SOC_ADC_SHARED_POWER": true, + "SOC_ADC_SUPPORTED": true, + "SOC_ADC_TEMPERATURE_SHARE_INTR": true, + "SOC_AES_GDMA": true, + "SOC_AES_SUPPORTED": true, + "SOC_AES_SUPPORT_AES_128": true, + "SOC_AES_SUPPORT_AES_256": true, + "SOC_AES_SUPPORT_DMA": true, + "SOC_AHB_GDMA_SUPPORTED": true, + "SOC_AHB_GDMA_VERSION": 1, + "SOC_APM_CTRL_FILTER_SUPPORTED": true, + "SOC_APM_LP_APM0_SUPPORTED": true, + "SOC_APM_SUPPORTED": true, + "SOC_ASSIST_DEBUG_SUPPORTED": true, + "SOC_ASYNC_MEMCPY_SUPPORTED": true, + "SOC_BLE_50_SUPPORTED": true, + "SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true, + "SOC_BLE_MESH_SUPPORTED": true, + "SOC_BLE_MULTI_CONN_OPTIMIZATION": true, + "SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED": true, + "SOC_BLE_POWER_CONTROL_SUPPORTED": true, + "SOC_BLE_SUPPORTED": true, + "SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND": true, + "SOC_BLUFI_SUPPORTED": true, + "SOC_BOD_SUPPORTED": true, + "SOC_BROWNOUT_RESET_SUPPORTED": true, + "SOC_BT_SUPPORTED": true, + "SOC_CACHE_FREEZE_SUPPORTED": true, + "SOC_CAPS_NO_RESET_BY_ANA_BOD": true, + "SOC_CLK_OSC_SLOW_SUPPORTED": true, + "SOC_CLK_RC32K_SUPPORTED": true, + "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, + "SOC_CLK_TREE_SUPPORTED": true, + "SOC_CLK_XTAL32K_SUPPORTED": true, + "SOC_CLOCKOUT_HAS_SOURCE_GATE": true, + "SOC_COEX_HW_PTI": true, + "SOC_CPU_BREAKPOINTS_NUM": 4, + "SOC_CPU_CORES_NUM": 1, + "SOC_CPU_HAS_CSR_PC": true, + "SOC_CPU_HAS_FLEXIBLE_INTC": true, + "SOC_CPU_HAS_PMA": true, + "SOC_CPU_IDRAM_SPLIT_USING_PMP": true, + "SOC_CPU_INTR_NUM": 32, + "SOC_CPU_PMP_REGION_GRANULARITY": 4, + "SOC_CPU_WATCHPOINTS_NUM": 4, + "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648, + "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED": true, + "SOC_DEBUG_HAVE_OCD_STUB_BINS": true, + "SOC_DEDICATED_GPIO_SUPPORTED": true, + "SOC_DEDIC_GPIO_IN_CHANNELS_NUM": 8, + "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM": 8, + "SOC_DEDIC_PERIPH_ALWAYS_ENABLE": true, + "SOC_DEEP_SLEEP_SUPPORTED": true, + "SOC_DIG_SIGN_SUPPORTED": true, + "SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100, + "SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16, + "SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072, + "SOC_ECC_SUPPORTED": true, + "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true, + "SOC_EFUSE_DIS_DIRECT_BOOT": true, + "SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true, + "SOC_EFUSE_DIS_ICACHE": true, + "SOC_EFUSE_DIS_PAD_JTAG": true, + "SOC_EFUSE_DIS_USB_JTAG": true, + "SOC_EFUSE_KEY_PURPOSE_FIELD": true, + "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true, + "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3, + "SOC_EFUSE_SOFT_DIS_JTAG": true, + "SOC_EFUSE_SUPPORTED": true, + "SOC_ESP_NIMBLE_CONTROLLER": true, + "SOC_ETM_CHANNELS_PER_GROUP": 50, + "SOC_ETM_GROUPS": 1, + "SOC_ETM_SUPPORTED": true, + "SOC_ETM_SUPPORT_SLEEP_RETENTION": true, + "SOC_EXTERNAL_COEX_ADVANCE": true, + "SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN": true, + "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 64, + "SOC_FLASH_ENCRYPTION_XTS_AES": true, + "SOC_FLASH_ENCRYPTION_XTS_AES_128": true, + "SOC_FLASH_ENC_SUPPORTED": true, + "SOC_GDMA_NUM_GROUPS_MAX": 1, + "SOC_GDMA_PAIRS_PER_GROUP_MAX": 3, + "SOC_GDMA_SUPPORTED": true, + "SOC_GDMA_SUPPORT_ETM": true, + "SOC_GDMA_SUPPORT_SLEEP_RETENTION": true, + "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true, + "SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3, + "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 8, + "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0, + "SOC_GPIO_FLEX_GLITCH_FILTER_NUM": 8, + "SOC_GPIO_IN_RANGE_MAX": 30, + "SOC_GPIO_OUT_RANGE_MAX": 30, + "SOC_GPIO_PIN_COUNT": 31, + "SOC_GPIO_PORT": 1, + "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true, + "SOC_GPIO_SUPPORT_ETM": true, + "SOC_GPIO_SUPPORT_FORCE_HOLD": true, + "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true, + "SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP": true, + "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true, + "SOC_GPIO_SUPPORT_RTC_INDEPENDENT": true, + "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 2147483392, + "SOC_GPSPI_SUPPORTED": true, + "SOC_GPTIMER_SUPPORTED": true, + "SOC_HMAC_SUPPORTED": true, + "SOC_HP_I2C_NUM": 1, + "SOC_I2C_CMD_REG_NUM": 8, + "SOC_I2C_FIFO_LEN": 32, + "SOC_I2C_NUM": 2, + "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true, + "SOC_I2C_SLAVE_SUPPORT_BROADCAST": true, + "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true, + "SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH": true, + "SOC_I2C_SUPPORTED": true, + "SOC_I2C_SUPPORT_10BIT_ADDR": true, + "SOC_I2C_SUPPORT_HW_CLR_BUS": true, + "SOC_I2C_SUPPORT_HW_FSM_RST": true, + "SOC_I2C_SUPPORT_RTC": true, + "SOC_I2C_SUPPORT_SLAVE": true, + "SOC_I2C_SUPPORT_SLEEP_RETENTION": true, + "SOC_I2C_SUPPORT_XTAL": true, + "SOC_I2S_HW_VERSION_2": true, + "SOC_I2S_NUM": 1, + "SOC_I2S_PDM_MAX_TX_LINES": 2, + "SOC_I2S_SUPPORTED": true, + "SOC_I2S_SUPPORTS_ETM": true, + "SOC_I2S_SUPPORTS_PCM": true, + "SOC_I2S_SUPPORTS_PDM": true, + "SOC_I2S_SUPPORTS_PDM_TX": true, + "SOC_I2S_SUPPORTS_PLL_F160M": true, + "SOC_I2S_SUPPORTS_TDM": true, + "SOC_I2S_SUPPORTS_XTAL": true, + "SOC_I2S_SUPPORT_SLEEP_RETENTION": true, + "SOC_IEEE802154_SUPPORTED": true, + "SOC_INT_PLIC_SUPPORTED": true, + "SOC_LEDC_CHANNEL_NUM": 6, + "SOC_LEDC_FADE_PARAMS_BIT_WIDTH": 10, + "SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX": 16, + "SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED": true, + "SOC_LEDC_SUPPORTED": true, + "SOC_LEDC_SUPPORT_FADE_STOP": true, + "SOC_LEDC_SUPPORT_PLL_DIV_CLOCK": true, + "SOC_LEDC_SUPPORT_SLEEP_RETENTION": true, + "SOC_LEDC_SUPPORT_XTAL_CLOCK": true, + "SOC_LEDC_TIMER_BIT_WIDTH": 20, + "SOC_LEDC_TIMER_NUM": 4, + "SOC_LIGHT_SLEEP_SUPPORTED": true, + "SOC_LP_AON_SUPPORTED": true, + "SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR": true, + "SOC_LP_CORE_SUPPORTED": true, + "SOC_LP_CORE_SUPPORT_ETM": true, + "SOC_LP_I2C_FIFO_LEN": 16, + "SOC_LP_I2C_NUM": 1, + "SOC_LP_I2C_SUPPORTED": true, + "SOC_LP_IO_CLOCK_IS_INDEPENDENT": true, + "SOC_LP_PERIPHERALS_SUPPORTED": true, + "SOC_LP_TIMER_BIT_WIDTH_HI": 16, + "SOC_LP_TIMER_BIT_WIDTH_LO": 32, + "SOC_LP_TIMER_SUPPORTED": true, + "SOC_LP_UART_FIFO_LEN": 16, + "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER": 3, + "SOC_MCPWM_CAPTURE_CLK_FROM_GROUP": true, + "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP": true, + "SOC_MCPWM_COMPARATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GENERATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GPIO_FAULTS_PER_GROUP": 3, + "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP": 3, + "SOC_MCPWM_GROUPS": 1, + "SOC_MCPWM_OPERATORS_PER_GROUP": 3, + "SOC_MCPWM_SUPPORTED": true, + "SOC_MCPWM_SUPPORT_ETM": true, + "SOC_MCPWM_SUPPORT_SLEEP_RETENTION": true, + "SOC_MCPWM_SWSYNC_CAN_PROPAGATE": true, + "SOC_MCPWM_TIMERS_PER_GROUP": 3, + "SOC_MCPWM_TRIGGERS_PER_OPERATOR": 2, + "SOC_MEMSPI_IS_INDEPENDENT": true, + "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true, + "SOC_MMU_DI_VADDR_SHARED": true, + "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 1, + "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED": true, + "SOC_MMU_PAGE_SIZE_CONFIGURABLE": true, + "SOC_MMU_PERIPH_NUM": 1, + "SOC_MODEM_CLOCK_IS_INDEPENDENT": true, + "SOC_MODEM_CLOCK_SUPPORTED": true, + "SOC_MPI_MEM_BLOCKS_NUM": 4, + "SOC_MPI_OPERATIONS_NUM": 3, + "SOC_MPI_SUPPORTED": true, + "SOC_MPU_MIN_REGION_SIZE": 536870912, + "SOC_MPU_REGIONS_MAX_NUM": 8, + "SOC_MWDT_SUPPORT_SLEEP_RETENTION": true, + "SOC_MWDT_SUPPORT_XTAL": true, + "SOC_PARLIO_GROUPS": 1, + "SOC_PARLIO_RX_UNITS_PER_GROUP": 1, + "SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH": 16, + "SOC_PARLIO_SUPPORTED": true, + "SOC_PARLIO_SUPPORT_SLEEP_RETENTION": true, + "SOC_PARLIO_TX_RX_SHARE_INTERRUPT": true, + "SOC_PARLIO_TX_UNITS_PER_GROUP": 1, + "SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH": 16, + "SOC_PAU_SUPPORTED": true, + "SOC_PCNT_CHANNELS_PER_UNIT": 2, + "SOC_PCNT_GROUPS": 1, + "SOC_PCNT_SUPPORTED": true, + "SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE": true, + "SOC_PCNT_SUPPORT_SLEEP_RETENTION": true, + "SOC_PCNT_THRES_POINT_PER_UNIT": 2, + "SOC_PCNT_UNITS_PER_GROUP": 4, + "SOC_PHY_COMBO_MODULE": true, + "SOC_PHY_DIG_REGS_MEM_SIZE": 21, + "SOC_PHY_SUPPORTED": true, + "SOC_PMU_SUPPORTED": true, + "SOC_PM_CPU_RETENTION_BY_SW": true, + "SOC_PM_MODEM_RETENTION_BY_REGDMA": true, + "SOC_PM_PAU_LINK_NUM": 4, + "SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR": true, + "SOC_PM_PAU_REGDMA_LINK_WIFIMAC": true, + "SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE": true, + "SOC_PM_RETENTION_HAS_CLOCK_BUG": true, + "SOC_PM_RETENTION_MODULE_NUM": 32, + "SOC_PM_SUPPORTED": true, + "SOC_PM_SUPPORT_BEACON_WAKEUP": true, + "SOC_PM_SUPPORT_BT_WAKEUP": true, + "SOC_PM_SUPPORT_CPU_PD": true, + "SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY": true, + "SOC_PM_SUPPORT_EXT1_WAKEUP": true, + "SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN": true, + "SOC_PM_SUPPORT_HP_AON_PD": true, + "SOC_PM_SUPPORT_MAC_BB_PD": true, + "SOC_PM_SUPPORT_MODEM_PD": true, + "SOC_PM_SUPPORT_PMU_MODEM_STATE": true, + "SOC_PM_SUPPORT_RC32K_PD": true, + "SOC_PM_SUPPORT_RC_FAST_PD": true, + "SOC_PM_SUPPORT_RTC_PERIPH_PD": true, + "SOC_PM_SUPPORT_TOP_PD": true, + "SOC_PM_SUPPORT_VDDSDIO_PD": true, + "SOC_PM_SUPPORT_WIFI_WAKEUP": true, + "SOC_PM_SUPPORT_XTAL32K_PD": true, + "SOC_RCC_IS_INDEPENDENT": true, + "SOC_RMT_CHANNELS_PER_GROUP": 4, + "SOC_RMT_GROUPS": 1, + "SOC_RMT_MEM_WORDS_PER_CHANNEL": 48, + "SOC_RMT_RX_CANDIDATES_PER_GROUP": 2, + "SOC_RMT_SUPPORTED": true, + "SOC_RMT_SUPPORT_RC_FAST": true, + "SOC_RMT_SUPPORT_RX_DEMODULATION": true, + "SOC_RMT_SUPPORT_RX_PINGPONG": true, + "SOC_RMT_SUPPORT_SLEEP_RETENTION": true, + "SOC_RMT_SUPPORT_TX_ASYNC_STOP": true, + "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true, + "SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP": true, + "SOC_RMT_SUPPORT_TX_LOOP_COUNT": true, + "SOC_RMT_SUPPORT_TX_SYNCHRO": true, + "SOC_RMT_SUPPORT_XTAL": true, + "SOC_RMT_TX_CANDIDATES_PER_GROUP": 2, + "SOC_RNG_CLOCK_IS_INDEPENDENT": true, + "SOC_RNG_SUPPORTED": true, + "SOC_RSA_MAX_BIT_LEN": 3072, + "SOC_RTCIO_HOLD_SUPPORTED": true, + "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED": true, + "SOC_RTCIO_PIN_COUNT": 8, + "SOC_RTCIO_WAKE_SUPPORTED": true, + "SOC_RTC_FAST_MEM_SUPPORTED": true, + "SOC_RTC_MEM_SUPPORTED": true, + "SOC_SDIO_SLAVE_SUPPORTED": true, + "SOC_SDM_CHANNELS_PER_GROUP": 4, + "SOC_SDM_CLK_SUPPORT_PLL_F80M": true, + "SOC_SDM_CLK_SUPPORT_XTAL": true, + "SOC_SDM_GROUPS": 1, + "SOC_SDM_SUPPORTED": true, + "SOC_SECURE_BOOT_SUPPORTED": true, + "SOC_SECURE_BOOT_V2_ECC": true, + "SOC_SECURE_BOOT_V2_RSA": true, + "SOC_SHARED_IDCACHE_SUPPORTED": true, + "SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968, + "SOC_SHA_GDMA": true, + "SOC_SHA_SUPPORTED": true, + "SOC_SHA_SUPPORT_DMA": true, + "SOC_SHA_SUPPORT_RESUME": true, + "SOC_SHA_SUPPORT_SHA1": true, + "SOC_SHA_SUPPORT_SHA224": true, + "SOC_SHA_SUPPORT_SHA256": true, + "SOC_SPI_FLASH_SUPPORTED": true, + "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, + "SOC_SPI_MAX_CS_NUM": 6, + "SOC_SPI_MAX_PRE_DIVIDER": 16, + "SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true, + "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true, + "SOC_SPI_MEM_SUPPORT_CHECK_SUS": true, + "SOC_SPI_MEM_SUPPORT_IDLE_INTR": true, + "SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_WRAP": true, + "SOC_SPI_PERIPH_NUM": 2, + "SOC_SPI_SCT_BUFFER_NUM_MAX": true, + "SOC_SPI_SCT_CONF_BITLEN_MAX": 262138, + "SOC_SPI_SCT_REG_NUM": 14, + "SOC_SPI_SCT_SUPPORTED": true, + "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true, + "SOC_SPI_SUPPORT_CD_SIG": true, + "SOC_SPI_SUPPORT_CLK_PLL_F80M": true, + "SOC_SPI_SUPPORT_CLK_RC_FAST": true, + "SOC_SPI_SUPPORT_CLK_XTAL": true, + "SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true, + "SOC_SPI_SUPPORT_DDRCLK": true, + "SOC_SPI_SUPPORT_SLAVE_HD_VER2": true, + "SOC_SPI_SUPPORT_SLEEP_RETENTION": true, + "SOC_SUPPORTS_SECURE_DL_MODE": true, + "SOC_SUPPORT_COEXISTENCE": true, + "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true, + "SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true, + "SOC_SYSTIMER_ALARM_NUM": 3, + "SOC_SYSTIMER_BIT_WIDTH_HI": 20, + "SOC_SYSTIMER_BIT_WIDTH_LO": 32, + "SOC_SYSTIMER_COUNTER_NUM": 2, + "SOC_SYSTIMER_FIXED_DIVIDER": true, + "SOC_SYSTIMER_INT_LEVEL": true, + "SOC_SYSTIMER_SUPPORTED": true, + "SOC_SYSTIMER_SUPPORT_ETM": true, + "SOC_SYSTIMER_SUPPORT_RC_FAST": true, + "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_ETM": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true, + "SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN": true, + "SOC_TEMP_SENSOR_SUPPORTED": true, + "SOC_TIMER_GROUPS": 2, + "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 54, + "SOC_TIMER_GROUP_SUPPORT_RC_FAST": true, + "SOC_TIMER_GROUP_SUPPORT_XTAL": true, + "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 1, + "SOC_TIMER_GROUP_TOTAL_TIMERS": 2, + "SOC_TIMER_SUPPORT_ETM": true, + "SOC_TIMER_SUPPORT_SLEEP_RETENTION": true, + "SOC_TWAI_BRP_MAX": 32768, + "SOC_TWAI_BRP_MIN": 2, + "SOC_TWAI_CLK_SUPPORT_XTAL": true, + "SOC_TWAI_CONTROLLER_NUM": 2, + "SOC_TWAI_SUPPORTED": true, + "SOC_TWAI_SUPPORTS_RX_STATUS": true, + "SOC_TWAI_SUPPORT_SLEEP_RETENTION": true, + "SOC_UART_BITRATE_MAX": 5000000, + "SOC_UART_FIFO_LEN": 128, + "SOC_UART_HAS_LP_UART": true, + "SOC_UART_HP_NUM": 2, + "SOC_UART_LP_NUM": 1, + "SOC_UART_NUM": 3, + "SOC_UART_SUPPORTED": true, + "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true, + "SOC_UART_SUPPORT_PLL_F80M_CLK": true, + "SOC_UART_SUPPORT_RTC_CLK": true, + "SOC_UART_SUPPORT_SLEEP_RETENTION": true, + "SOC_UART_SUPPORT_WAKEUP_INT": true, + "SOC_UART_SUPPORT_XTAL_CLK": true, + "SOC_ULP_LP_UART_SUPPORTED": true, + "SOC_ULP_SUPPORTED": true, + "SOC_USB_SERIAL_JTAG_SUPPORTED": true, + "SOC_WDT_SUPPORTED": true, + "SOC_WIFI_CSI_SUPPORT": true, + "SOC_WIFI_FTM_SUPPORT": true, + "SOC_WIFI_GCMP_SUPPORT": true, + "SOC_WIFI_HE_SUPPORT": true, + "SOC_WIFI_HW_TSF": true, + "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12, + "SOC_WIFI_MAC_VERSION_NUM": 2, + "SOC_WIFI_MESH_SUPPORT": true, + "SOC_WIFI_SUPPORTED": true, + "SOC_WIFI_WAPI_SUPPORT": true, + "SOC_XTAL_SUPPORT_40M": true, + "SPI_FLASH_AUTO_SUSPEND": false, + "SPI_FLASH_BROWNOUT_RESET": true, + "SPI_FLASH_BROWNOUT_RESET_XMC": true, + "SPI_FLASH_BYPASS_BLOCK_ERASE": false, + "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED": false, + "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, + "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, + "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, + "SPI_FLASH_ENABLE_COUNTERS": false, + "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true, + "SPI_FLASH_ERASE_YIELD_DURATION_MS": 20, + "SPI_FLASH_ERASE_YIELD_TICKS": 1, + "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false, + "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false, + "SPI_FLASH_ROM_DRIVER_PATCH": true, + "SPI_FLASH_ROM_IMPL": false, + "SPI_FLASH_SIZE_OVERRIDE": false, + "SPI_FLASH_SUPPORT_BOYA_CHIP": false, + "SPI_FLASH_SUPPORT_GD_CHIP": false, + "SPI_FLASH_SUPPORT_ISSI_CHIP": false, + "SPI_FLASH_SUPPORT_MXIC_CHIP": false, + "SPI_FLASH_SUPPORT_TH_CHIP": false, + "SPI_FLASH_SUPPORT_WINBOND_CHIP": false, + "SPI_FLASH_SUSPEND_TSUS_VAL_US": 50, + "SPI_FLASH_VENDOR_XMC_SUPPORTED": true, + "SPI_FLASH_VERIFY_WRITE": false, + "SPI_FLASH_WRITE_CHUNK_SIZE": 8192, + "SPI_FLASH_YIELD_DURING_ERASE": true, + "XTAL_FREQ": 40, + "XTAL_FREQ_40": true +} \ No newline at end of file diff --git a/build/bootloader/esp-idf/bootloader/cmake_install.cmake b/build/bootloader/esp-idf/bootloader/cmake_install.cmake new file mode 100644 index 0000000..28f029e --- /dev/null +++ b/build/bootloader/esp-idf/bootloader/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj new file mode 100644 index 0000000..d90b8b6 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj new file mode 100644 index 0000000..dcf0e5b Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj new file mode 100644 index 0000000..8d13733 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj new file mode 100644 index 0000000..5b3d64e Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj new file mode 100644 index 0000000..dee28fa Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj new file mode 100644 index 0000000..8ac3d1a Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj new file mode 100644 index 0000000..d247b79 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj new file mode 100644 index 0000000..0c27125 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj new file mode 100644 index 0000000..5bae48a Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj new file mode 100644 index 0000000..181695d Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj new file mode 100644 index 0000000..c35bc36 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj new file mode 100644 index 0000000..4cf1e7b Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj new file mode 100644 index 0000000..b5b927c Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj new file mode 100644 index 0000000..71ac030 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj new file mode 100644 index 0000000..8a27e29 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj new file mode 100644 index 0000000..aab7b30 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj new file mode 100644 index 0000000..4770f8f Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj new file mode 100644 index 0000000..bc74e8b Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj new file mode 100644 index 0000000..015a165 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj new file mode 100644 index 0000000..61dcdad Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj new file mode 100644 index 0000000..74413ea Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj new file mode 100644 index 0000000..cfed9a8 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj new file mode 100644 index 0000000..f23e5ab Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj new file mode 100644 index 0000000..8fee0a6 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake b/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake new file mode 100644 index 0000000..c3a2948 --- /dev/null +++ b/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a b/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a new file mode 100644 index 0000000..af2eed7 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a differ diff --git a/build/bootloader/esp-idf/cmake_install.cmake b/build/bootloader/esp-idf/cmake_install.cmake new file mode 100644 index 0000000..62fc937 --- /dev/null +++ b/build/bootloader/esp-idf/cmake_install.cmake @@ -0,0 +1,150 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj new file mode 100644 index 0000000..159856d Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj new file mode 100644 index 0000000..6d92236 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj new file mode 100644 index 0000000..43c0bef Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj new file mode 100644 index 0000000..e9130c1 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj new file mode 100644 index 0000000..d57c31c Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj new file mode 100644 index 0000000..87cbf3a Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj new file mode 100644 index 0000000..b3bd8fa Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj new file mode 100644 index 0000000..0649289 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/cmake_install.cmake b/build/bootloader/esp-idf/efuse/cmake_install.cmake new file mode 100644 index 0000000..9a8dbfa --- /dev/null +++ b/build/bootloader/esp-idf/efuse/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/efuse + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/efuse/libefuse.a b/build/bootloader/esp-idf/efuse/libefuse.a new file mode 100644 index 0000000..feed248 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/libefuse.a differ diff --git a/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake b/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake new file mode 100644 index 0000000..da1b356 --- /dev/null +++ b/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_app_format/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj new file mode 100644 index 0000000..c705813 Binary files /dev/null and b/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj differ diff --git a/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake b/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake new file mode 100644 index 0000000..400dfc5 --- /dev/null +++ b/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a new file mode 100644 index 0000000..87d01fb Binary files /dev/null and b/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a differ diff --git a/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj new file mode 100644 index 0000000..7fa8f82 Binary files /dev/null and b/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj differ diff --git a/build/bootloader/esp-idf/esp_common/cmake_install.cmake b/build/bootloader/esp-idf/esp_common/cmake_install.cmake new file mode 100644 index 0000000..1484060 --- /dev/null +++ b/build/bootloader/esp-idf/esp_common/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_common/libesp_common.a b/build/bootloader/esp-idf/esp_common/libesp_common.a new file mode 100644 index 0000000..bba316c Binary files /dev/null and b/build/bootloader/esp-idf/esp_common/libesp_common.a differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj new file mode 100644 index 0000000..d168428 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj new file mode 100644 index 0000000..dbe2144 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj new file mode 100644 index 0000000..e79958b Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj new file mode 100644 index 0000000..a9d3312 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj new file mode 100644 index 0000000..e5c814c Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj new file mode 100644 index 0000000..eab177e Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj new file mode 100644 index 0000000..bf9512b Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj new file mode 100644 index 0000000..a918348 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj new file mode 100644 index 0000000..8bd7f52 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj new file mode 100644 index 0000000..d73ed25 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj new file mode 100644 index 0000000..666f141 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj new file mode 100644 index 0000000..c098148 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake b/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake new file mode 100644 index 0000000..de37979 --- /dev/null +++ b/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a b/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a new file mode 100644 index 0000000..81fdb67 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a differ diff --git a/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake new file mode 100644 index 0000000..61ea2f3 --- /dev/null +++ b/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake b/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake new file mode 100644 index 0000000..6a842fa --- /dev/null +++ b/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/port/esp32c6/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj new file mode 100644 index 0000000..b1d98df Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj new file mode 100644 index 0000000..c6ff407 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj new file mode 100644 index 0000000..a6a7b76 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj new file mode 100644 index 0000000..233f52d Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj new file mode 100644 index 0000000..d40ce71 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj new file mode 100644 index 0000000..5d9fdb8 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj new file mode 100644 index 0000000..8450597 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj new file mode 100644 index 0000000..fd48df8 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj new file mode 100644 index 0000000..eb90d59 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj new file mode 100644 index 0000000..7cbdcc7 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/cmake_install.cmake b/build/bootloader/esp-idf/esp_rom/cmake_install.cmake new file mode 100644 index 0000000..6922149 --- /dev/null +++ b/build/bootloader/esp-idf/esp_rom/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_rom/libesp_rom.a b/build/bootloader/esp-idf/esp_rom/libesp_rom.a new file mode 100644 index 0000000..b469686 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/libesp_rom.a differ diff --git a/build/bootloader/esp-idf/esp_security/cmake_install.cmake b/build/bootloader/esp-idf/esp_security/cmake_install.cmake new file mode 100644 index 0000000..af5b9bb --- /dev/null +++ b/build/bootloader/esp-idf/esp_security/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_security/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj new file mode 100644 index 0000000..8ef1a7d Binary files /dev/null and b/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj differ diff --git a/build/bootloader/esp-idf/esp_system/cmake_install.cmake b/build/bootloader/esp-idf/esp_system/cmake_install.cmake new file mode 100644 index 0000000..13d0586 --- /dev/null +++ b/build/bootloader/esp-idf/esp_system/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/esp_system/libesp_system.a b/build/bootloader/esp-idf/esp_system/libesp_system.a new file mode 100644 index 0000000..f82ff26 Binary files /dev/null and b/build/bootloader/esp-idf/esp_system/libesp_system.a differ diff --git a/build/bootloader/esp-idf/esptool_py/cmake_install.cmake b/build/bootloader/esp-idf/esptool_py/cmake_install.cmake new file mode 100644 index 0000000..8b54250 --- /dev/null +++ b/build/bootloader/esp-idf/esptool_py/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/freertos/cmake_install.cmake b/build/bootloader/esp-idf/freertos/cmake_install.cmake new file mode 100644 index 0000000..ac9713a --- /dev/null +++ b/build/bootloader/esp-idf/freertos/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/freertos + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/freertos/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj new file mode 100644 index 0000000..1b8b894 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj new file mode 100644 index 0000000..870896a Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj new file mode 100644 index 0000000..732599f Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj new file mode 100644 index 0000000..90e906a Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj new file mode 100644 index 0000000..cf0d660 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj new file mode 100644 index 0000000..4dd4118 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/cmake_install.cmake b/build/bootloader/esp-idf/hal/cmake_install.cmake new file mode 100644 index 0000000..f88809b --- /dev/null +++ b/build/bootloader/esp-idf/hal/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/hal + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/hal/libhal.a b/build/bootloader/esp-idf/hal/libhal.a new file mode 100644 index 0000000..6340033 Binary files /dev/null and b/build/bootloader/esp-idf/hal/libhal.a differ diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj new file mode 100644 index 0000000..77210cd Binary files /dev/null and b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj differ diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj new file mode 100644 index 0000000..f880744 Binary files /dev/null and b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj differ diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj new file mode 100644 index 0000000..ba215de Binary files /dev/null and b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj differ diff --git a/build/bootloader/esp-idf/log/cmake_install.cmake b/build/bootloader/esp-idf/log/cmake_install.cmake new file mode 100644 index 0000000..75ee170 --- /dev/null +++ b/build/bootloader/esp-idf/log/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/log + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/log/liblog.a b/build/bootloader/esp-idf/log/liblog.a new file mode 100644 index 0000000..8039865 Binary files /dev/null and b/build/bootloader/esp-idf/log/liblog.a differ diff --git a/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj b/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj new file mode 100644 index 0000000..a04c853 Binary files /dev/null and b/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj differ diff --git a/build/bootloader/esp-idf/main/cmake_install.cmake b/build/bootloader/esp-idf/main/cmake_install.cmake new file mode 100644 index 0000000..f62cece --- /dev/null +++ b/build/bootloader/esp-idf/main/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/main/libmain.a b/build/bootloader/esp-idf/main/libmain.a new file mode 100644 index 0000000..a65fb25 Binary files /dev/null and b/build/bootloader/esp-idf/main/libmain.a differ diff --git a/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj b/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj new file mode 100644 index 0000000..4cf8b7c Binary files /dev/null and b/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj differ diff --git a/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake b/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake new file mode 100644 index 0000000..15b8f94 --- /dev/null +++ b/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a b/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a new file mode 100644 index 0000000..854f940 Binary files /dev/null and b/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a differ diff --git a/build/bootloader/esp-idf/newlib/cmake_install.cmake b/build/bootloader/esp-idf/newlib/cmake_install.cmake new file mode 100644 index 0000000..9d794f0 --- /dev/null +++ b/build/bootloader/esp-idf/newlib/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/newlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/newlib/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/partition_table/cmake_install.cmake b/build/bootloader/esp-idf/partition_table/cmake_install.cmake new file mode 100644 index 0000000..915980b --- /dev/null +++ b/build/bootloader/esp-idf/partition_table/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/partition_table/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/riscv/cmake_install.cmake b/build/bootloader/esp-idf/riscv/cmake_install.cmake new file mode 100644 index 0000000..46b7ba8 --- /dev/null +++ b/build/bootloader/esp-idf/riscv/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/riscv + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/riscv/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj new file mode 100644 index 0000000..135c3c5 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj new file mode 100644 index 0000000..2ab2511 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj new file mode 100644 index 0000000..0812ea4 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj new file mode 100644 index 0000000..4fe03f9 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj new file mode 100644 index 0000000..ddee2b1 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj new file mode 100644 index 0000000..9749ff1 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj new file mode 100644 index 0000000..e71c783 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj new file mode 100644 index 0000000..b29db35 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj new file mode 100644 index 0000000..e6cfda1 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj new file mode 100644 index 0000000..47da900 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj new file mode 100644 index 0000000..d8e39cc Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj new file mode 100644 index 0000000..bddea92 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj new file mode 100644 index 0000000..fa4326f Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj new file mode 100644 index 0000000..4c012c1 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj new file mode 100644 index 0000000..4b52ee6 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj new file mode 100644 index 0000000..2695ecb Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj new file mode 100644 index 0000000..4673b02 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj new file mode 100644 index 0000000..d705db4 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj new file mode 100644 index 0000000..6bbfae6 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj new file mode 100644 index 0000000..5dca7df Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj new file mode 100644 index 0000000..216cce3 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj new file mode 100644 index 0000000..ec2607a Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj new file mode 100644 index 0000000..5ea38d9 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj new file mode 100644 index 0000000..08bee40 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj new file mode 100644 index 0000000..d9a775e Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj new file mode 100644 index 0000000..cba9434 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj new file mode 100644 index 0000000..3f5866d Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj differ diff --git a/build/bootloader/esp-idf/soc/cmake_install.cmake b/build/bootloader/esp-idf/soc/cmake_install.cmake new file mode 100644 index 0000000..b7c57c8 --- /dev/null +++ b/build/bootloader/esp-idf/soc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/soc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/soc/libsoc.a b/build/bootloader/esp-idf/soc/libsoc.a new file mode 100644 index 0000000..b58b349 Binary files /dev/null and b/build/bootloader/esp-idf/soc/libsoc.a differ diff --git a/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj new file mode 100644 index 0000000..ad2f935 Binary files /dev/null and b/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj differ diff --git a/build/bootloader/esp-idf/spi_flash/cmake_install.cmake b/build/bootloader/esp-idf/spi_flash/cmake_install.cmake new file mode 100644 index 0000000..ef80c78 --- /dev/null +++ b/build/bootloader/esp-idf/spi_flash/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/esp-idf/spi_flash/libspi_flash.a b/build/bootloader/esp-idf/spi_flash/libspi_flash.a new file mode 100644 index 0000000..d2c7c6e Binary files /dev/null and b/build/bootloader/esp-idf/spi_flash/libspi_flash.a differ diff --git a/build/bootloader/kconfigs.in b/build/bootloader/kconfigs.in new file mode 100644 index 0000000..2c741c9 --- /dev/null +++ b/build/bootloader/kconfigs.in @@ -0,0 +1,11 @@ +source "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/log/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/Kconfig" \ No newline at end of file diff --git a/build/bootloader/kconfigs_projbuild.in b/build/bootloader/kconfigs_projbuild.in new file mode 100644 index 0000000..0157893 --- /dev/null +++ b/build/bootloader/kconfigs_projbuild.in @@ -0,0 +1,5 @@ +source "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file diff --git a/build/bootloader/project_description.json b/build/bootloader/project_description.json new file mode 100644 index 0000000..625b060 --- /dev/null +++ b/build/bootloader/project_description.json @@ -0,0 +1,1634 @@ +{ + "version": "1.1", + "project_name": "bootloader", + "project_version": "v5.4", + "project_path": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject", + "idf_path": "/Users/james/Development/psionrevo/esp/esp-idf", + "build_dir": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", + "config_file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig", + "config_defaults": "", + "bootloader_elf": "", + "app_elf": "bootloader.elf", + "app_bin": "bootloader.bin", + "build_type": "flash_app", + "git_revision": "v5.4", + "target": "esp32c6", + "rev": "", + "min_rev": "0", + "max_rev": "99", + "phy_data_partition": "", + "monitor_baud" : "115200", + "monitor_toolprefix": "riscv32-esp-elf-", + "c_compiler": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", + "config_environment" : { + "COMPONENT_KCONFIGS" : "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/log/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/soc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/Kconfig.projbuild" + }, + "common_component_reqs": [ "log", "esp_rom", "esp_common", "esp_hw_support", "newlib", "riscv" ], + "build_components" : [ "bootloader", "bootloader_support", "efuse", "esp_app_format", "esp_bootloader_format", "esp_common", "esp_hw_support", "esp_rom", "esp_security", "esp_system", "esptool_py", "freertos", "hal", "log", "main", "micro-ecc", "newlib", "partition_table", "riscv", "soc", "spi_flash", "" ], + "build_component_paths" : [ "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system", "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal", "/Users/james/Development/psionrevo/esp/esp-idf/components/log", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib", "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table", "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash", "" ], + "build_component_info" : { + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader", + "type": "CONFIG_ONLY", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support", + "type": "LIBRARY", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "esp_app_format", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_sha.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_soc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/bootloader_ecdsa.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c" ], + "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse", + "type": "LIBRARY", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/efuse/libefuse.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c" ], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format", + "type": "LIBRARY", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common", + "type": "LIBRARY", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_common/libesp_common.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support", + "type": "LIBRARY", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "hal", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c6", "dma/include", "ldo/include", "debug_probe/include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom", + "type": "LIBRARY", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c" ], + "include_dirs": [ "include", "esp32c6/include", "esp32c6/include/esp32c6", "esp32c6" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system", + "type": "LIBRARY", + "lib": "__idf_esp_system", + "reqs": [ "spi_flash" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esp_system/libesp_system.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c" ], + "include_dirs": [] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py", + "type": "CONFIG_ONLY", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos", + "type": "CONFIG_ONLY", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal", + "type": "LIBRARY", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/hal/libhal.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c" ], + "include_dirs": [ "platform_port/include", "esp32c6/include", "include" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/log", + "type": "LIBRARY", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/log/liblog.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_timestamp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/noos/log_lock.c" ], + "include_dirs": [ "include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main", + "type": "LIBRARY", + "lib": "__idf_main", + "reqs": [ "bootloader", "bootloader_support" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/main/libmain.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c" ], + "include_dirs": [] + }, + "micro-ecc": { + "alias": "idf::micro-ecc", + "target": "___idf_micro-ecc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", + "type": "LIBRARY", + "lib": "__idf_micro-ecc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c" ], + "include_dirs": [ ".", "micro-ecc" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib", + "type": "CONFIG_ONLY", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "platform_include" ] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table", + "type": "CONFIG_ONLY", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv", + "type": "CONFIG_ONLY", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc", + "type": "LIBRARY", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/soc/libsoc.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c" ], + "include_dirs": [ "include", "esp32c6", "esp32c6/include", "esp32c6/register" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash", + "type": "LIBRARY", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c" ], + "include_dirs": [ "include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "esp_app_format", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs", "esp_vfs_console" ], + "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32c6/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ana_cmpr": { + "alias": "idf::esp_driver_ana_cmpr", + "target": "___idf_esp_driver_ana_cmpr", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr", + "lib": "__idf_esp_driver_ana_cmpr", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_cam": { + "alias": "idf::esp_driver_cam", + "target": "___idf_esp_driver_cam", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam", + "lib": "__idf_esp_driver_cam", + "reqs": [ "esp_driver_isp", "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_driver_dac": { + "alias": "idf::esp_driver_dac", + "target": "___idf_esp_driver_dac", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac", + "lib": "__idf_esp_driver_dac", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "./include" ] + }, + "esp_driver_gpio": { + "alias": "idf::esp_driver_gpio", + "target": "___idf_esp_driver_gpio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio", + "lib": "__idf_esp_driver_gpio", + "reqs": [], + "priv_reqs": [ "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_gptimer": { + "alias": "idf::esp_driver_gptimer", + "target": "___idf_esp_driver_gptimer", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer", + "lib": "__idf_esp_driver_gptimer", + "reqs": [ "esp_pm" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2c": { + "alias": "idf::esp_driver_i2c", + "target": "___idf_esp_driver_i2c", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c", + "lib": "__idf_esp_driver_i2c", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2s": { + "alias": "idf::esp_driver_i2s", + "target": "___idf_esp_driver_i2s", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s", + "lib": "__idf_esp_driver_i2s", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_isp": { + "alias": "idf::esp_driver_isp", + "target": "___idf_esp_driver_isp", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp", + "lib": "__idf_esp_driver_isp", + "reqs": [ "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_jpeg": { + "alias": "idf::esp_driver_jpeg", + "target": "___idf_esp_driver_jpeg", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg", + "lib": "__idf_esp_driver_jpeg", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ledc": { + "alias": "idf::esp_driver_ledc", + "target": "___idf_esp_driver_ledc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc", + "lib": "__idf_esp_driver_ledc", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_mcpwm": { + "alias": "idf::esp_driver_mcpwm", + "target": "___idf_esp_driver_mcpwm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm", + "lib": "__idf_esp_driver_mcpwm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_parlio": { + "alias": "idf::esp_driver_parlio", + "target": "___idf_esp_driver_parlio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio", + "lib": "__idf_esp_driver_parlio", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_pcnt": { + "alias": "idf::esp_driver_pcnt", + "target": "___idf_esp_driver_pcnt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt", + "lib": "__idf_esp_driver_pcnt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ppa": { + "alias": "idf::esp_driver_ppa", + "target": "___idf_esp_driver_ppa", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa", + "lib": "__idf_esp_driver_ppa", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_rmt": { + "alias": "idf::esp_driver_rmt", + "target": "___idf_esp_driver_rmt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt", + "lib": "__idf_esp_driver_rmt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdio": { + "alias": "idf::esp_driver_sdio", + "target": "___idf_esp_driver_sdio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio", + "lib": "__idf_esp_driver_sdio", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdm": { + "alias": "idf::esp_driver_sdm", + "target": "___idf_esp_driver_sdm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm", + "lib": "__idf_esp_driver_sdm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdmmc": { + "alias": "idf::esp_driver_sdmmc", + "target": "___idf_esp_driver_sdmmc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc", + "lib": "__idf_esp_driver_sdmmc", + "reqs": [ "sdmmc", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdspi": { + "alias": "idf::esp_driver_sdspi", + "target": "___idf_esp_driver_sdspi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi", + "lib": "__idf_esp_driver_sdspi", + "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_spi": { + "alias": "idf::esp_driver_spi", + "target": "___idf_esp_driver_spi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi", + "lib": "__idf_esp_driver_spi", + "reqs": [ "esp_pm" ], + "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_touch_sens": { + "alias": "idf::esp_driver_touch_sens", + "target": "___idf_esp_driver_touch_sens", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens", + "lib": "__idf_esp_driver_touch_sens", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_driver_tsens": { + "alias": "idf::esp_driver_tsens", + "target": "___idf_esp_driver_tsens", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens", + "lib": "__idf_esp_driver_tsens", + "reqs": [], + "priv_reqs": [ "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_uart": { + "alias": "idf::esp_driver_uart", + "target": "___idf_esp_driver_uart", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart", + "lib": "__idf_esp_driver_uart", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_usb_serial_jtag": { + "alias": "idf::esp_driver_usb_serial_jtag", + "target": "___idf_esp_driver_usb_serial_jtag", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag", + "lib": "__idf_esp_driver_usb_serial_jtag", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "hal", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c6", "dma/include", "ldo/include", "debug_probe/include" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], + "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [ "spi_flash" ], + "priv_reqs": [ "bootloader_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6/include", "esp32c6/include/esp32c6", "esp32c6" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [ "spi_flash" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_vfs_console": { + "alias": "idf::esp_vfs_console", + "target": "___idf_esp_vfs_console", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console", + "lib": "__idf_esp_vfs_console", + "reqs": [], + "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], + "priv_reqs": [ "vfs", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_port/include", "esp32c6/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "tlsf" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32c6" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "rt": { + "alias": "idf::rt", + "target": "___idf_rt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/rt", + "lib": "__idf_rt", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [], + "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6", "esp32c6/include", "esp32c6/register" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/xtensa", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main", + "lib": "__idf_main", + "reqs": [ "bootloader", "bootloader_support" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "micro-ecc": { + "alias": "idf::micro-ecc", + "target": "___idf_micro-ecc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", + "lib": "__idf_micro-ecc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ ".", "micro-ecc" ] + } + }, + "debug_prefix_map_gdbinit": "" +} diff --git a/build/bootloader/project_elf_src_esp32c6.c b/build/bootloader/project_elf_src_esp32c6.c new file mode 100644 index 0000000..e69de29 diff --git a/build/build.ninja b/build/build.ninja new file mode 100644 index 0000000..8515555 --- /dev/null +++ b/build/build.ninja @@ -0,0 +1,19850 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.31 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: uart_async_rxtxtasks +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/ + +############################################# +# Utility command for menuconfig + +build menuconfig: phony CMakeFiles/menuconfig + + +############################################# +# Utility command for confserver + +build confserver: phony CMakeFiles/confserver + + +############################################# +# Utility command for save-defconfig + +build save-defconfig: phony CMakeFiles/save-defconfig + + +############################################# +# Utility command for bootloader + +build bootloader: phony CMakeFiles/bootloader CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/bootloader-done bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootloader.map bootloader-prefix/src/bootloader-stamp/bootloader-configure bootloader-prefix/src/bootloader-stamp/bootloader-download bootloader-prefix/src/bootloader-stamp/bootloader-install bootloader-prefix/src/bootloader-stamp/bootloader-mkdir bootloader-prefix/src/bootloader-stamp/bootloader-patch bootloader-prefix/src/bootloader-stamp/bootloader-update esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for gen_project_binary + +build gen_project_binary: phony CMakeFiles/gen_project_binary .bin_timestamp uart_async_rxtxtasks.elf + + +############################################# +# Utility command for app + +build app: phony CMakeFiles/app esp-idf/esptool_py/app_check_size gen_project_binary + + +############################################# +# Utility command for erase_flash + +build erase_flash: phony CMakeFiles/erase_flash + + +############################################# +# Utility command for merge-bin + +build merge-bin: phony CMakeFiles/merge-bin bootloader gen_project_binary + + +############################################# +# Utility command for monitor + +build monitor: phony CMakeFiles/monitor uart_async_rxtxtasks.elf + + +############################################# +# Utility command for flash + +build flash: phony CMakeFiles/flash app bootloader esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for encrypted-flash + +build encrypted-flash: phony CMakeFiles/encrypted-flash + + +############################################# +# Utility command for _project_elf_src + +build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32c6.c + +# ============================================================================= +# Object build statements for EXECUTABLE target uart_async_rxtxtasks.elf + + +############################################# +# Order-only phony target for uart_async_rxtxtasks.elf + +build cmake_object_order_depends_target_uart_async_rxtxtasks.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_driver_cam cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_ieee802154 cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_rt cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning esp-idf/esp_system/__ldgen_output_sections.ld project_elf_src_esp32c6.c + +build CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj: C_COMPILER__uart_async_rxtxtasks.2eelf_unscanned_ /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/project_elf_src_esp32c6.c || cmake_object_order_depends_target_uart_async_rxtxtasks.elf + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H + DEP_FILE = CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always + INCLUDES = -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main + OBJECT_DIR = CMakeFiles/uart_async_rxtxtasks.elf.dir + OBJECT_FILE_DIR = CMakeFiles/uart_async_rxtxtasks.elf.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target uart_async_rxtxtasks.elf + + +############################################# +# Link the executable uart_async_rxtxtasks.elf + +build uart_async_rxtxtasks.elf: CXX_EXECUTABLE_LINKER__uart_async_rxtxtasks.2eelf_ CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj | esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/ieee802154/libieee802154.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_phy/libesp_phy.a /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld/rom.api.ld esp-idf/esp_system/ld/memory.ld esp-idf/esp_system/ld/sections.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.rvfp.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.systimer.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib-normal.ld /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.heap.ld /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld/esp32c6.peripherals.ld || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a + FLAGS = -march=rv32imac_zicsr_zifencei + LINK_FLAGS = -nostartfiles -march=rv32imac_zicsr_zifencei --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32C6=0 -Wl,--Map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32c6.peripherals.ld -T esp32c6.rom.ld -T esp32c6.rom.api.ld -T esp32c6.rom.rvfp.ld -T esp32c6.rom.wdt.ld -T esp32c6.rom.systimer.ld -T esp32c6.rom.version.ld -T esp32c6.rom.phy.ld -T esp32c6.rom.coexist.ld -T esp32c6.rom.net80211.ld -T esp32c6.rom.pp.ld -T esp32c6.rom.newlib.ld -T esp32c6.rom.newlib-normal.ld -T esp32c6.rom.heap.ld -T memory.ld -T sections.ld + LINK_LIBRARIES = esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a -u esp_system_include_coredump_init esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/ieee802154/libieee802154.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a -u nvs_sec_provider_include_impl esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a -u esp_app_desc -u esp_efuse_startup_include_func -u start_app -u __ubsan_include -u esp_system_include_startup_funcs -u tlsf_set_rom_patches -u esp_rom_include_multi_heap_patch -u __assert_func -u esp_security_init_include_impl -u rv_core_critical_regs_save -u rv_core_critical_regs_restore -u esp_sleep_gpio_include -Wl,--undefined=FreeRTOS_openocd_params -u app_main -lc -lm -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -u newlib_include_getentropy_impl -u newlib_include_init_funcs -u pthread_include_pthread_impl -u pthread_include_pthread_cond_var_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u pthread_include_pthread_semaphore_impl -Wl,--wrap=__register_frame_info_bases -Wl,--wrap=__register_frame_info -Wl,--wrap=__register_frame -Wl,--wrap=__register_frame_info_table_bases -Wl,--wrap=__register_frame_info_table -Wl,--wrap=__register_frame_table -Wl,--wrap=__deregister_frame_info_bases -Wl,--wrap=__deregister_frame_info -Wl,--wrap=_Unwind_Find_FDE -Wl,--wrap=_Unwind_GetGR -Wl,--wrap=_Unwind_GetCFA -Wl,--wrap=_Unwind_GetIP -Wl,--wrap=_Unwind_GetIPInfo -Wl,--wrap=_Unwind_GetRegionStart -Wl,--wrap=_Unwind_GetDataRelBase -Wl,--wrap=_Unwind_GetTextRelBase -Wl,--wrap=_Unwind_SetIP -Wl,--wrap=_Unwind_SetGR -Wl,--wrap=_Unwind_GetLanguageSpecificData -Wl,--wrap=_Unwind_FindEnclosingFunction -Wl,--wrap=_Unwind_Resume -Wl,--wrap=_Unwind_RaiseException -Wl,--wrap=_Unwind_DeleteException -Wl,--wrap=_Unwind_ForcedUnwind -Wl,--wrap=_Unwind_Resume_or_Rethrow -Wl,--wrap=_Unwind_Backtrace -Wl,--wrap=__cxa_call_unexpected -Wl,--wrap=__gxx_personality_v0 -Wl,--wrap=__cxa_throw -Wl,--wrap=__cxa_allocate_exception -u __cxa_guard_dummy -u __cxx_init_dummy -lstdc++ esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a -lgcc esp-idf/cxx/libcxx.a -u __cxx_fatal_exception -u esp_timer_init_include_func -u uart_vfs_include_dev_init -u usb_serial_jtag_vfs_include_dev_init -u usb_serial_jtag_connection_monitor_include -u include_esp_phy_override -lphy -lbtbb esp-idf/esp_phy/libesp_phy.a -lphy -lbtbb esp-idf/esp_phy/libesp_phy.a -lphy -lbtbb -u esp_vfs_include_console_register -u vfs_include_syscalls_impl -u esp_vfs_include_nullfs_register + LINK_PATH = -L/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld -L/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld -L/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld -L/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld -L/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6 -L/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6 -L/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6 + OBJECT_DIR = CMakeFiles/uart_async_rxtxtasks.elf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = uart_async_rxtxtasks.elf + TARGET_PDB = uart_async_rxtxtasks.elf.dbg + + +############################################# +# Utility command for size + +build size: phony CMakeFiles/size + + +############################################# +# Utility command for size-files + +build size-files: phony CMakeFiles/size-files + + +############################################# +# Utility command for size-components + +build size-components: phony CMakeFiles/size-components + + +############################################# +# Utility command for uf2 + +build uf2: phony CMakeFiles/uf2 + + +############################################# +# Utility command for uf2-app + +build uf2-app: phony CMakeFiles/uf2-app + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Custom command for CMakeFiles/menuconfig + +build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env --env IDF_TARGET=esp32c6 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --dont-write-deprecated --output config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/check_term.py && /opt/homebrew/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/kconfigs_projbuild.in KCONFIG_CONFIG=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig IDF_TARGET=esp32c6 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.4.0 /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m menuconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env --env IDF_TARGET=esp32c6 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --output config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig + pool = console + + +############################################# +# Custom command for CMakeFiles/confserver + +build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfserver --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig + pool = console + + +############################################# +# Custom command for CMakeFiles/save-defconfig + +build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --sdkconfig-rename /Users/james/Development/psionrevo/esp/esp-idf/sdkconfig.rename --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env --dont-write-deprecated --output savedefconfig /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig.defaults + pool = console + + +############################################# +# Phony custom command for CMakeFiles/bootloader + +build CMakeFiles/bootloader | ${cmake_ninja_workdir}CMakeFiles/bootloader: phony CMakeFiles/bootloader-complete || esp-idf/partition_table/partition_table_bin + + +############################################# +# Custom command for CMakeFiles/bootloader-complete + +build CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/bootloader-done | ${cmake_ninja_workdir}CMakeFiles/bootloader-complete ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-done: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-install bootloader-prefix/src/bootloader-stamp/bootloader-mkdir bootloader-prefix/src/bootloader-stamp/bootloader-download bootloader-prefix/src/bootloader-stamp/bootloader-update bootloader-prefix/src/bootloader-stamp/bootloader-patch bootloader-prefix/src/bootloader-stamp/bootloader-configure bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader-prefix/src/bootloader-stamp/bootloader-install || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -E make_directory /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/bootloader-complete && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-done + DESC = Completed 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-build + +build bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootloader.map | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-build ${cmake_ninja_workdir}bootloader/bootloader.elf ${cmake_ninja_workdir}bootloader/bootloader.bin ${cmake_ninja_workdir}bootloader/bootloader.map: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-configure || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake --build . + DESC = Performing build step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-configure + +build bootloader-prefix/src/bootloader-stamp/bootloader-configure | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-configure: CUSTOM_COMMAND bootloader-prefix/tmp/bootloader-cfgcmd.txt bootloader-prefix/src/bootloader-stamp/bootloader-patch || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -DSDKCONFIG=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig -DIDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -DIDF_TARGET=esp32c6 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python -DEXTRA_COMPONENT_DIRS=/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -DIGNORE_EXTRA_COMPONENT= -GNinja -S /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject -B /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure + DESC = Performing configure step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-download + +build bootloader-prefix/src/bootloader-stamp/bootloader-download | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-download: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt bootloader-prefix/src/bootloader-stamp/bootloader-mkdir || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -E echo_append && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-download + DESC = No download step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-install + +build bootloader-prefix/src/bootloader-stamp/bootloader-install | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-install: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-build || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader && /opt/homebrew/bin/cmake -E echo_append + DESC = No install step for 'bootloader' + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-mkdir + +build bootloader-prefix/src/bootloader-stamp/bootloader-mkdir | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-mkdir: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -Dcfgdir= -P /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir + DESC = Creating directories for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-patch + +build bootloader-prefix/src/bootloader-stamp/bootloader-patch | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-update || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -E echo_append && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch + DESC = No patch step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-update + +build bootloader-prefix/src/bootloader-stamp/bootloader-update | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -E echo_append && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader-prefix/src/bootloader-stamp/bootloader-update + DESC = No update step for 'bootloader' + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/gen_project_binary + +build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a uart_async_rxtxtasks.elf + + +############################################# +# Custom command for .bin_timestamp + +build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND uart_async_rxtxtasks.elf || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a uart_async_rxtxtasks.elf + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32c6 elf2image --flash_mode dio --flash_freq 80m --flash_size 4MB --elf-sha256-offset 0xb0 --min-rev-full 0 --max-rev-full 99 -o /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.elf && /opt/homebrew/bin/cmake -E echo "Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin" && /opt/homebrew/bin/cmake -E md5sum /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin > /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/.bin_timestamp + DESC = Generating binary image from built executable + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/app + +build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary uart_async_rxtxtasks.elf + + +############################################# +# Custom command for CMakeFiles/erase_flash + +build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/merge-bin + +build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND || _project_elf_src bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary uart_async_rxtxtasks.elf + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/merged-binary.bin;@/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/monitor + +build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a uart_async_rxtxtasks.elf + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;riscv32-esp-elf-;;--target;esp32c6;;--revision;0;;--decode-panic;backtrace;;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.elf" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/flash + +build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND || _project_elf_src app bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary uart_async_rxtxtasks.elf + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/encrypted-flash + +build CMakeFiles/encrypted-flash | ${cmake_ninja_workdir}CMakeFiles/encrypted-flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -E echo "Error: The target encrypted-flash requires" && /opt/homebrew/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /opt/homebrew/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /opt/homebrew/bin/cmake -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/scripts/fail.cmake + + +############################################# +# Phony custom command for CMakeFiles/_project_elf_src + +build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32c6.c + + +############################################# +# Custom command for project_elf_src_esp32c6.c + +build project_elf_src_esp32c6.c | ${cmake_ninja_workdir}project_elf_src_esp32c6.c: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -E touch /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/project_elf_src_esp32c6.c + DESC = Generating project_elf_src_esp32c6.c + restat = 1 + + +############################################# +# Custom command for CMakeFiles/size + +build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND uart_async_rxtxtasks.map + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -D "IDF_SIZE_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.map -D OUTPUT_JSON= -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_size_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/size-files + +build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND uart_async_rxtxtasks.map + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -D "IDF_SIZE_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.map -D OUTPUT_JSON= -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_size_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/size-components + +build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND uart_async_rxtxtasks.map + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -D "IDF_SIZE_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.map -D OUTPUT_JSON= -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_size_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/uf2 + +build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "UF2_CMD=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;/Users/james/Development/psionrevo/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c6" -D "UF2_ARGS=--json;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/flasher_args.json;-o;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uf2.bin" -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/uf2-app + +build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "UF2_CMD=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;/Users/james/Development/psionrevo/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c6" -D "UF2_ARGS=--json;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/flasher_args.json;-o;/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uf2-app.bin;--bin;app" -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + pool = console + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/install: phony esp-idf/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/install/local: phony esp-idf/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/install/strip: phony esp-idf/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_riscv + + +############################################# +# Order-only phony target for __idf_riscv + +build cmake_object_order_depends_target___idf_riscv: phony || cmake_object_order_depends_target___idf_esp_driver_gpio + +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj: C_COMPILER____idf_riscv_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/instruction_decode.c || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + OBJECT_FILE_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj: C_COMPILER____idf_riscv_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt.c || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + OBJECT_FILE_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj: ASM_COMPILER____idf_riscv_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors.S || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + OBJECT_FILE_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj: C_COMPILER____idf_riscv_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt_plic.c || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + OBJECT_FILE_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj: ASM_COMPILER____idf_riscv_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + OBJECT_FILE_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_riscv + + +############################################# +# Link the static library esp-idf/riscv/libriscv.a + +build esp-idf/riscv/libriscv.a: C_STATIC_LIBRARY_LINKER____idf_riscv_ esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj || esp-idf/esp_driver_gpio/libesp_driver_gpio.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/riscv/libriscv.a + TARGET_PDB = riscv.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/riscv/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/riscv/edit_cache: phony esp-idf/riscv/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/riscv/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/riscv/rebuild_cache: phony esp-idf/riscv/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/riscv/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/riscv/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/riscv/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/riscv/install: phony esp-idf/riscv/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/riscv/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/riscv/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/riscv/install/local: phony esp-idf/riscv/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/riscv/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/riscv/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/riscv/install/strip: phony esp-idf/riscv/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_gpio + + +############################################# +# Order-only phony target for __idf_esp_driver_gpio + +build cmake_object_order_depends_target___idf_esp_driver_gpio: phony || cmake_object_order_depends_target___idf_esp_pm + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_flex_glitch_filter.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_etm.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_gpio + + +############################################# +# Link the static library esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build esp-idf/esp_driver_gpio/libesp_driver_gpio.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_ esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj || esp-idf/esp_pm/libesp_pm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_gpio/libesp_driver_gpio.a + TARGET_PDB = esp_driver_gpio.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_gpio/edit_cache: phony esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_gpio/rebuild_cache: phony esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_gpio/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_gpio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_gpio/install: phony esp-idf/esp_driver_gpio/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_gpio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_gpio/install/local: phony esp-idf/esp_driver_gpio/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_gpio/install/strip: phony esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_pm + + +############################################# +# Order-only phony target for __idf_esp_pm + +build cmake_object_order_depends_target___idf_esp_pm: phony || cmake_object_order_depends_target___idf_mbedtls + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_locks.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + OBJECT_FILE_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_trace.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + OBJECT_FILE_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_impl.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + OBJECT_FILE_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_pm + + +############################################# +# Link the static library esp-idf/esp_pm/libesp_pm.a + +build esp-idf/esp_pm/libesp_pm.a: C_STATIC_LIBRARY_LINKER____idf_esp_pm_ esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj || esp-idf/mbedtls/libmbedtls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_pm/libesp_pm.a + TARGET_PDB = esp_pm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_pm/edit_cache: phony esp-idf/esp_pm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_pm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_pm/rebuild_cache: phony esp-idf/esp_pm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_pm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_pm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_pm/install: phony esp-idf/esp_pm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_pm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_pm/install/local: phony esp-idf/esp_pm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_pm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_pm/install/strip: phony esp-idf/esp_pm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Order-only phony target for __idf_mbedtls + +build cmake_object_order_depends_target___idf_mbedtls: phony || cmake_object_order_depends_target_everest esp-idf/mbedtls/x509_crt_bundle x509_crt_bundle.S + +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj: C_COMPILER____idf_mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c || cmake_object_order_depends_target___idf_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle + +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj: ASM_COMPILER____idf_mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__ + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Link the static library esp-idf/mbedtls/libmbedtls.a + +build esp-idf/mbedtls/libmbedtls.a: C_STATIC_LIBRARY_LINKER____idf_mbedtls_ esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj || esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/libmbedtls.a + TARGET_PDB = mbedtls.a.dbg + + +############################################# +# Utility command for custom_bundle + +build esp-idf/mbedtls/custom_bundle: phony + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/edit_cache: phony esp-idf/mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/rebuild_cache: phony esp-idf/mbedtls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/install/strip: phony esp-idf/mbedtls/CMakeFiles/install/strip.util + + +############################################# +# Custom command for x509_crt_bundle.S + +build x509_crt_bundle.S | ${cmake_ninja_workdir}x509_crt_bundle.S: CUSTOM_COMMAND esp-idf/mbedtls/x509_crt_bundle /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build && /opt/homebrew/bin/cmake -D DATA_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake + DESC = Generating ../../x509_crt_bundle.S + restat = 1 + + +############################################# +# Custom command for esp-idf/mbedtls/x509_crt_bundle + +build esp-idf/mbedtls/x509_crt_bundle | ${cmake_ninja_workdir}esp-idf/mbedtls/x509_crt_bundle: CUSTOM_COMMAND || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q --max-certs 200 + DESC = Generating x509_crt_bundle + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for apidoc + +build esp-idf/mbedtls/mbedtls/apidoc: phony esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/edit_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/rebuild_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install/local: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install/strip: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc + +build esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/doxygen && doxygen mbedtls.doxyfile + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/rebuild_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/include/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install/local: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install/strip: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target everest + + +############################################# +# Order-only phony target for everest + +build cmake_object_order_depends_target_everest: phony || cmake_object_order_depends_target_p256m + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj: C_COMPILER__everest_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj: C_COMPILER__everest_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj: C_COMPILER__everest_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target everest + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a: CXX_STATIC_LIBRARY_LINKER__everest_ esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj || esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + TARGET_PDB = everest.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target p256m + + +############################################# +# Order-only phony target for p256m + +build cmake_object_order_depends_target_p256m: phony || cmake_object_order_depends_target_mbedcrypto + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj: C_COMPILER__p256m_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c || cmake_object_order_depends_target_p256m + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj: C_COMPILER__p256m_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c || cmake_object_order_depends_target_p256m + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target p256m + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a: CXX_STATIC_LIBRARY_LINKER__p256m_ esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + TARGET_PDB = p256m.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedcrypto + + +############################################# +# Order-only phony target for mbedcrypto + +build cmake_object_order_depends_target_mbedcrypto: phony || cmake_object_order_depends_target_mbedx509 + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj: C_COMPILER__mbedcrypto_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedcrypto + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + TARGET_PDB = mbedcrypto.a.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedx509 + + +############################################# +# Order-only phony target for mbedx509 + +build cmake_object_order_depends_target_mbedx509: phony || cmake_object_order_depends_target_mbedtls + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj: C_COMPILER__mbedx509_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedx509 + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build esp-idf/mbedtls/mbedtls/library/libmbedx509.a: CXX_STATIC_LIBRARY_LINKER__mbedx509_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedtls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/mbedtls/library/libmbedx509.a + TARGET_PDB = mbedx509.a.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedtls + + +############################################# +# Order-only phony target for mbedtls + +build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_depends_target___idf_esp_app_format + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj: C_COMPILER__mbedtls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedtls + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__mbedtls_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj || esp-idf/esp_app_format/libesp_app_format.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mbedtls/mbedtls/library/libmbedtls.a + TARGET_PDB = mbedtls.a.dbg + + +############################################# +# Utility command for lib + +build esp-idf/mbedtls/mbedtls/library/lib: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib esp-idf/riscv/libriscv.a + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/edit_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/rebuild_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/library/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install/local: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install/strip: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/edit_cache: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/rebuild_cache: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/pkgconfig/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install/local: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install/strip: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for bootloader-flash + +build esp-idf/bootloader/bootloader-flash: phony esp-idf/bootloader/CMakeFiles/bootloader-flash bootloader + + +############################################# +# Utility command for encrypted-bootloader-flash + +build esp-idf/bootloader/encrypted-bootloader-flash: phony esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bootloader/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bootloader/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bootloader/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bootloader/install/local: phony esp-idf/bootloader/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bootloader/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bootloader/install/strip: phony esp-idf/bootloader/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/bootloader/CMakeFiles/bootloader-flash + +build esp-idf/bootloader/CMakeFiles/bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/bootloader-flash: CUSTOM_COMMAND || bootloader esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@bootloader-flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash + +build esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader && /opt/homebrew/bin/cmake -E echo "Error: The target encrypted-bootloader-flash requires" && /opt/homebrew/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /opt/homebrew/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /opt/homebrew/bin/cmake -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/scripts/fail.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for app-flash + +build esp-idf/esptool_py/app-flash: phony esp-idf/esptool_py/CMakeFiles/app-flash app + + +############################################# +# Utility command for encrypted-app-flash + +build esp-idf/esptool_py/encrypted-app-flash: phony esp-idf/esptool_py/CMakeFiles/encrypted-app-flash + + +############################################# +# Utility command for app_check_size + +build esp-idf/esptool_py/app_check_size: phony esp-idf/esptool_py/CMakeFiles/app_check_size esp-idf/partition_table/partition_table_bin gen_project_binary + + +############################################# +# Utility command for edit_cache + +build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esptool_py/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esptool_py/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esptool_py/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esptool_py/install/local: phony esp-idf/esptool_py/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esptool_py/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esptool_py/install/strip: phony esp-idf/esptool_py/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/app-flash + +build esp-idf/esptool_py/CMakeFiles/app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || _project_elf_src app esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary uart_async_rxtxtasks.elf + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@app-flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/encrypted-app-flash + +build esp-idf/esptool_py/CMakeFiles/encrypted-app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/encrypted-app-flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /opt/homebrew/bin/cmake -E echo "Error: The target encrypted-app-flash requires" && /opt/homebrew/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /opt/homebrew/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /opt/homebrew/bin/cmake -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/scripts/fail.cmake + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/app_check_size + +build esp-idf/esptool_py/CMakeFiles/app_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app_check_size: CUSTOM_COMMAND || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary uart_async_rxtxtasks.elf + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for partition_table_bin + +build esp-idf/partition_table/partition_table_bin: phony esp-idf/partition_table/CMakeFiles/partition_table_bin partition_table/partition-table.bin + + +############################################# +# Utility command for partition-table + +build esp-idf/partition_table/partition-table: phony esp-idf/partition_table/CMakeFiles/partition-table esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for partition_table + +build esp-idf/partition_table/partition_table: phony esp-idf/partition_table/CMakeFiles/partition_table esp-idf/partition_table/partition-table + + +############################################# +# Utility command for partition-table-flash + +build esp-idf/partition_table/partition-table-flash: phony esp-idf/partition_table/CMakeFiles/partition-table-flash + + +############################################# +# Utility command for encrypted-partition-table-flash + +build esp-idf/partition_table/encrypted-partition-table-flash: phony esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash + + +############################################# +# Utility command for partition_table-flash + +build esp-idf/partition_table/partition_table-flash: phony esp-idf/partition_table/CMakeFiles/partition_table-flash esp-idf/partition_table/partition-table-flash + + +############################################# +# Utility command for edit_cache + +build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/partition_table/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/partition_table/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/partition_table/install: phony esp-idf/partition_table/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/partition_table/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/partition_table/install/local: phony esp-idf/partition_table/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/partition_table/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/partition_table/install/strip: phony esp-idf/partition_table/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf/partition_table/CMakeFiles/partition_table_bin + +build esp-idf/partition_table/CMakeFiles/partition_table_bin | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table_bin: phony partition_table/partition-table.bin partition_table/partition-table.bin + + +############################################# +# Custom command for partition_table/partition-table.bin + +build partition_table/partition-table.bin | ${cmake_ninja_workdir}partition_table/partition-table.bin: CUSTOM_COMMAND /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/partitions_singleapp.csv /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/gen_esp32part.py + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/partitions_singleapp.csv /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin && /opt/homebrew/bin/cmake -E echo "Partition table binary generated. Contents:" && /opt/homebrew/bin/cmake -E echo "*******************************************************************************" && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin && /opt/homebrew/bin/cmake -E echo "*******************************************************************************" + DESC = Generating ../../partition_table/partition-table.bin + restat = 1 + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition-table + +build esp-idf/partition_table/CMakeFiles/partition-table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -E echo "Partition table binary generated. Contents:" && /opt/homebrew/bin/cmake -E echo "*******************************************************************************" && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin && /opt/homebrew/bin/cmake -E echo "*******************************************************************************" + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition_table + +build esp-idf/partition_table/CMakeFiles/partition_table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table: CUSTOM_COMMAND || esp-idf/partition_table/partition-table esp-idf/partition_table/partition_table_bin + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "partition_table" is deprecated. Have you wanted to run "partition-table" instead? + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition-table-flash + +build esp-idf/partition_table/CMakeFiles/partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table-flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@partition-table-flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash + +build esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -E echo "Error: The target encrypted-partition-table-flash requires" && /opt/homebrew/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /opt/homebrew/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /opt/homebrew/bin/cmake -P /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/scripts/fail.cmake + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition_table-flash + +build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table-flash: CUSTOM_COMMAND || esp-idf/partition_table/partition-table-flash + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "partition_table-flash" is deprecated. Have you wanted to run "partition-table-flash" instead? + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Order-only phony target for __idf_esp_app_format + +build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_esp_bootloader_format + +build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"uart_async_rxtxtasks\" -DPROJECT_VER=\"1\" + DEP_FILE = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir + OBJECT_FILE_DIR = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Link the static library esp-idf/esp_app_format/libesp_app_format.a + +build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj || esp-idf/esp_bootloader_format/libesp_bootloader_format.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_app_format/libesp_app_format.a + TARGET_PDB = esp_app_format.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_app_format/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_app_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install: phony esp-idf/esp_app_format/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_app_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install/local: phony esp-idf/esp_app_format/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_app_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install/strip: phony esp-idf/esp_app_format/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_bootloader_format + + +############################################# +# Order-only phony target for __idf_esp_bootloader_format + +build cmake_object_order_depends_target___idf_esp_bootloader_format: phony || cmake_object_order_depends_target___idf_app_update + +build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj: C_COMPILER____idf_esp_bootloader_format_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c || cmake_object_order_depends_target___idf_esp_bootloader_format + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + OBJECT_FILE_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_bootloader_format + + +############################################# +# Link the static library esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj || esp-idf/app_update/libapp_update.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_bootloader_format/libesp_bootloader_format.a + TARGET_PDB = esp_bootloader_format.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_bootloader_format/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_bootloader_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/install: phony esp-idf/esp_bootloader_format/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_bootloader_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/install/local: phony esp-idf/esp_bootloader_format/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_bootloader_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/install/strip: phony esp-idf/esp_bootloader_format/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_app_update + + +############################################# +# Order-only phony target for __idf_app_update + +build cmake_object_order_depends_target___idf_app_update: phony || cmake_object_order_depends_target___idf_esp_partition + +build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir + OBJECT_FILE_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir + +build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj: C_COMPILER____idf_app_update_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_app_desc.c || cmake_object_order_depends_target___idf_app_update + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir + OBJECT_FILE_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_app_update + + +############################################# +# Link the static library esp-idf/app_update/libapp_update.a + +build esp-idf/app_update/libapp_update.a: C_STATIC_LIBRARY_LINKER____idf_app_update_ esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj || esp-idf/esp_partition/libesp_partition.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/app_update/libapp_update.a + TARGET_PDB = app_update.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/app_update/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/app_update/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/app_update/rebuild_cache: phony esp-idf/app_update/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/app_update/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/app_update/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/app_update/install: phony esp-idf/app_update/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/app_update/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/app_update/install/local: phony esp-idf/app_update/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/app_update/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/app_update/install/strip: phony esp-idf/app_update/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_partition + + +############################################# +# Order-only phony target for __idf_esp_partition + +build cmake_object_order_depends_target___idf_esp_partition: phony || cmake_object_order_depends_target___idf_efuse + +build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: C_COMPILER____idf_esp_partition_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition.c || cmake_object_order_depends_target___idf_esp_partition + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include + OBJECT_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir + OBJECT_FILE_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir + +build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj: C_COMPILER____idf_esp_partition_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition_target.c || cmake_object_order_depends_target___idf_esp_partition + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include + OBJECT_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir + OBJECT_FILE_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_partition + + +############################################# +# Link the static library esp-idf/esp_partition/libesp_partition.a + +build esp-idf/esp_partition/libesp_partition.a: C_STATIC_LIBRARY_LINKER____idf_esp_partition_ esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj || esp-idf/efuse/libefuse.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_partition/libesp_partition.a + TARGET_PDB = esp_partition.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_partition/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_partition/edit_cache: phony esp-idf/esp_partition/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_partition/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_partition/rebuild_cache: phony esp-idf/esp_partition/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_partition/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_partition/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_partition/install: phony esp-idf/esp_partition/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_partition/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_partition/install/local: phony esp-idf/esp_partition/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_partition/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_partition/install/strip: phony esp-idf/esp_partition/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Order-only phony target for __idf_efuse + +build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_bootloader_support + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj: C_COMPILER____idf_efuse_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_startup.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Link the static library esp-idf/efuse/libefuse.a + +build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj || esp-idf/bootloader_support/libbootloader_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/efuse/libefuse.a + TARGET_PDB = efuse.a.dbg + + +############################################# +# Utility command for efuse-common-table + +build esp-idf/efuse/efuse-common-table: phony esp-idf/efuse/CMakeFiles/efuse-common-table + + +############################################# +# Utility command for efuse_common_table + +build esp-idf/efuse/efuse_common_table: phony esp-idf/efuse/CMakeFiles/efuse_common_table esp-idf/efuse/efuse-common-table + + +############################################# +# Utility command for efuse-custom-table + +build esp-idf/efuse/efuse-custom-table: phony + + +############################################# +# Utility command for efuse_custom_table + +build esp-idf/efuse/efuse_custom_table: phony esp-idf/efuse/CMakeFiles/efuse_custom_table esp-idf/efuse/efuse-custom-table + + +############################################# +# Utility command for show-efuse-table + +build esp-idf/efuse/show-efuse-table: phony esp-idf/efuse/CMakeFiles/show-efuse-table + + +############################################# +# Utility command for show_efuse_table + +build esp-idf/efuse/show_efuse_table: phony esp-idf/efuse/CMakeFiles/show_efuse_table esp-idf/efuse/show-efuse-table + + +############################################# +# Utility command for efuse_test_table + +build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_table + + +############################################# +# Utility command for edit_cache + +build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/efuse/rebuild_cache: phony esp-idf/efuse/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/efuse/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/efuse/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/efuse/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/efuse/install: phony esp-idf/efuse/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/efuse/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/efuse/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/efuse/install/local: phony esp-idf/efuse/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/efuse/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/efuse/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/efuse/install/strip: phony esp-idf/efuse/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse-common-table + +build esp-idf/efuse/CMakeFiles/efuse-common-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse-common-table: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/efuse_table_gen.py /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.csv -t esp32c6 --max_blk_len 256 + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table + +build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "efuse_common_table" is deprecated. Have you wanted to run "efuse-common-table" instead? + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse_custom_table + +build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_custom_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-custom-table + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "efuse_custom_table" is deprecated. Have you wanted to run "efuse-custom-table" instead? + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/show-efuse-table + +build esp-idf/efuse/CMakeFiles/show-efuse-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show-efuse-table: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/efuse_table_gen.py /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.csv -t esp32c6 --max_blk_len 256 --info + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table + +build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /opt/homebrew/bin/cmake -E echo + DESC = Warning: command "show_efuse_table" is deprecated. Have you wanted to run "show-efuse-table" instead? + + +############################################# +# Custom command for esp-idf/efuse/CMakeFiles/efuse_test_table + +build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/efuse_table_gen.py /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32c6 --max_blk_len 256 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Order-only phony target for __idf_bootloader_support + +build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_esp_mm + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/secure_boot_secure_features.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Link the static library esp-idf/bootloader_support/libbootloader_support.a + +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj || esp-idf/esp_mm/libesp_mm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/bootloader_support/libbootloader_support.a + TARGET_PDB = bootloader_support.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bootloader_support/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bootloader_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader_support/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bootloader_support/install: phony esp-idf/bootloader_support/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bootloader_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader_support/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bootloader_support/install/local: phony esp-idf/bootloader_support/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bootloader_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader_support/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bootloader_support/install/strip: phony esp-idf/bootloader_support/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_mm + + +############################################# +# Order-only phony target for __idf_esp_mm + +build cmake_object_order_depends_target___idf_esp_mm: phony || cmake_object_order_depends_target___idf_spi_flash + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_mmu_map.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/port/esp32c6/ext_mem_layout.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6 + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_cache.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/heap_align_hw.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_mm + + +############################################# +# Link the static library esp-idf/esp_mm/libesp_mm.a + +build esp-idf/esp_mm/libesp_mm.a: C_STATIC_LIBRARY_LINKER____idf_esp_mm_ esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj || esp-idf/spi_flash/libspi_flash.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_mm/libesp_mm.a + TARGET_PDB = esp_mm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_mm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_mm/edit_cache: phony esp-idf/esp_mm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_mm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_mm/rebuild_cache: phony esp-idf/esp_mm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_mm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_mm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_mm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_mm/install: phony esp-idf/esp_mm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_mm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_mm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_mm/install/local: phony esp-idf/esp_mm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_mm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_mm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_mm/install/strip: phony esp-idf/esp_mm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Order-only phony target for __idf_spi_flash + +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_system + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_brownout_hook.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Link the static library esp-idf/spi_flash/libspi_flash.a + +build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj || esp-idf/esp_system/libesp_system.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/spi_flash/libspi_flash.a + TARGET_PDB = spi_flash.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spi_flash/rebuild_cache: phony esp-idf/spi_flash/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/spi_flash/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/spi_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spi_flash/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/spi_flash/install: phony esp-idf/spi_flash/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/spi_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spi_flash/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/spi_flash/install/local: phony esp-idf/spi_flash/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/spi_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spi_flash/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/spi_flash/install/strip: phony esp-idf/spi_flash/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Order-only phony target for __idf_esp_system + +build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_common + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/crosscore_int.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_ipc.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/int_wdt.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_system.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup_funcs.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/system_time.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/stack_check.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ubsan.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/xt_wdt.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/systick_etm.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/hw_stack_guard.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/cpu_start.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/esp_system_chip.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/image_process.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/brownout.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/clk.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/reset_reason.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/system_internal.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/cache_err_int.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Link the static library esp-idf/esp_system/libesp_system.a + +build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj || esp-idf/esp_common/libesp_common.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_system/libesp_system.a + TARGET_PDB = esp_system.a.dbg + + +############################################# +# Utility command for memory.ld + +build esp-idf/esp_system/memory.ld: phony esp-idf/esp_system/CMakeFiles/memory.ld esp-idf/esp_system/ld/memory.ld + + +############################################# +# Utility command for sections.ld.in + +build esp-idf/esp_system/sections.ld.in: phony esp-idf/esp_system/CMakeFiles/sections.ld.in esp-idf/esp_system/ld/sections.ld.in + + +############################################# +# Utility command for __ldgen_output_sections.ld + +build esp-idf/esp_system/__ldgen_output_sections.ld: phony esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld esp-idf/esp_system/ld/sections.ld esp-idf/esp_system/ld/sections.ld.in esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_system/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_system/install: phony esp-idf/esp_system/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_system/install/local: phony esp-idf/esp_system/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_system/install/strip: phony esp-idf/esp_system/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf/esp_system/CMakeFiles/memory.ld + +build esp-idf/esp_system/CMakeFiles/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/memory.ld: phony esp-idf/esp_system/ld/memory.ld + + +############################################# +# Custom command for esp-idf/esp_system/ld/memory.ld + +build esp-idf/esp_system/ld/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/memory.ld: CUSTOM_COMMAND /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld/esp32c6/memory.ld.in config/sdkconfig.h + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/cmake -DCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOURCE=/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld/esp32c6/memory.ld.in -DTARGET=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/memory.ld -DCONFIG_DIR=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -DLD_DIR=/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld -P /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/linker_script_generator.cmake + DESC = Generating /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/memory.ld linker script... + restat = 1 + + +############################################# +# Phony custom command for esp-idf/esp_system/CMakeFiles/sections.ld.in + +build esp-idf/esp_system/CMakeFiles/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/sections.ld.in: phony esp-idf/esp_system/ld/sections.ld.in + + +############################################# +# Custom command for esp-idf/esp_system/ld/sections.ld.in + +build esp-idf/esp_system/ld/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld.in: CUSTOM_COMMAND /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld/esp32c6/sections.ld.in config/sdkconfig.h + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /opt/homebrew/bin/cmake -DCC=/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOURCE=/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld/esp32c6/sections.ld.in -DTARGET=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in -DCONFIG_DIR=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -DLD_DIR=/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld -P /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/linker_script_generator.cmake + DESC = Generating /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in linker script... + restat = 1 + + +############################################# +# Phony custom command for esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld + +build esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld: phony esp-idf/esp_system/ld/sections.ld || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a + + +############################################# +# Custom command for esp-idf/esp_system/ld/sections.ld + +build esp-idf/esp_system/ld/sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld: CUSTOM_COMMAND esp-idf/esp_system/ld/sections.ld.in /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/app.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/common.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/soc.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/hal/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/log/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/heap/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/soc/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/linker_common.lf /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/newlib.lf /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/system_libs.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/linker.lf /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/linker.lf esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_parlio/libesp_driver_parlio.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/tools/ldgen/ldgen.py --config /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig --fragments-list "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/app.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/common.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/soc.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/log/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/heap/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/soc/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/linker_common.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/newlib.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/system_libs.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/linker.lf;/Users/james/Development/psionrevo/esp/esp-idf/components/openthread/linker.lf" --input /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in --output /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld --kconfig /Users/james/Development/psionrevo/esp/esp-idf/Kconfig --env-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config.env --libraries-file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/ldgen_libraries --objdump /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump + DESC = Generating ld/sections.ld + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/port/edit_cache: phony esp-idf/esp_system/port/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/port/rebuild_cache: phony esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/port/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_system/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_system/port/install: phony esp-idf/esp_system/port/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_system/port/install/local: phony esp-idf/esp_system/port/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_system/port/install/strip: phony esp-idf/esp_system/port/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6 && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32c6/edit_cache: phony esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6 && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32c6/rebuild_cache: phony esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/port/soc/esp32c6/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c6/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6 && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32c6/install: phony esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c6/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6 && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32c6/install/local: phony esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c6/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6 && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32c6/install/strip: phony esp-idf/esp_system/port/soc/esp32c6/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Order-only phony target for __idf_esp_common + +build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_rom + +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Link the static library esp-idf/esp_common/libesp_common.a + +build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_rom/libesp_rom.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_common/libesp_common.a + TARGET_PDB = esp_common.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_common/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_common/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_common/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_common/install: phony esp-idf/esp_common/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_common/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_common/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_common/install/local: phony esp-idf/esp_common/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_common/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_common/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_common/install/strip: phony esp-idf/esp_common/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Order-only phony target for __idf_esp_rom + +build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_hal + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_tlsf.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_multi_heap.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Link the static library esp-idf/esp_rom/libesp_rom.a + +build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj || esp-idf/hal/libhal.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_rom/libesp_rom.a + TARGET_PDB = esp_rom.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_rom/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_rom/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_rom/install: phony esp-idf/esp_rom/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_rom/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_rom/install/strip: phony esp-idf/esp_rom/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Order-only phony target for __idf_hal + +build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_log + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/color_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/clk_tree_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/gpio_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/timer_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/rmt_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_top.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2s_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdm_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/etm_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/parlio_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal_common.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_oneshot_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ecc_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mpi_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/sha_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/aes_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/modem_clock_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pau_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/brownout_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hd_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pmu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/apm_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/hmac_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ds_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/hal/usb_serial_jtag_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Link the static library esp-idf/hal/libhal.a + +build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj || esp-idf/log/liblog.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/hal/libhal.a + TARGET_PDB = hal.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/hal/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/hal/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/hal/install: phony esp-idf/hal/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/hal/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/hal/install/local: phony esp-idf/hal/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/hal/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/hal/install/strip: phony esp-idf/hal/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Order-only phony target for __idf_log + +build cmake_object_order_depends_target___idf_log: phony || cmake_object_order_depends_target___idf_heap + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_timestamp.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/os + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_lock.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/os + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_write.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/os + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/buffer/log_buffers.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/util.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/log_level.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj: C_COMPILER____idf_log_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Link the static library esp-idf/log/liblog.a + +build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj || esp-idf/heap/libheap.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/log/liblog.a + TARGET_PDB = log.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/log/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/log/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/log/install: phony esp-idf/log/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/log/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/log/install/local: phony esp-idf/log/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/log/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/log/install/strip: phony esp-idf/log/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_heap + + +############################################# +# Order-only phony target for __idf_heap + +build cmake_object_order_depends_target___idf_heap: phony || cmake_object_order_depends_target___idf_soc + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj: C_COMPILER____idf_heap_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_base.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_heap_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER____idf_heap_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf_heap_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj: C_COMPILER____idf_heap_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/memory_layout_utils.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir/port + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj: C_COMPILER____idf_heap_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/esp32c6/memory_layout.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + OBJECT_FILE_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_heap + + +############################################# +# Link the static library esp-idf/heap/libheap.a + +build esp-idf/heap/libheap.a: C_STATIC_LIBRARY_LINKER____idf_heap_ esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/heap/libheap.a + TARGET_PDB = heap.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/heap/edit_cache: phony esp-idf/heap/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/heap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/heap/rebuild_cache: phony esp-idf/heap/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/heap/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/heap/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/heap/install: phony esp-idf/heap/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/heap/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/heap/install/local: phony esp-idf/heap/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/heap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/heap/install/strip: phony esp-idf/heap/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Order-only phony target for __idf_soc + +build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_esp_security + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Link the static library esp-idf/soc/libsoc.a + +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj || esp-idf/esp_security/libesp_security.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/soc/libsoc.a + TARGET_PDB = soc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/soc/install: phony esp-idf/soc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/soc/install/local: phony esp-idf/soc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/soc/install/strip: phony esp-idf/soc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_security + + +############################################# +# Order-only phony target for __idf_esp_security + +build cmake_object_order_depends_target___idf_esp_security: phony || cmake_object_order_depends_target___idf_esp_hw_support + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj: C_COMPILER____idf_esp_security_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/init.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj: C_COMPILER____idf_esp_security_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_hmac.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj: C_COMPILER____idf_esp_security_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_ds.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj: C_COMPILER____idf_esp_security_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_dpa_protection.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj: C_COMPILER____idf_esp_security_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_security + + +############################################# +# Link the static library esp-idf/esp_security/libesp_security.a + +build esp-idf/esp_security/libesp_security.a: C_STATIC_LIBRARY_LINKER____idf_esp_security_ esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_security/libesp_security.a + TARGET_PDB = esp_security.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_security/rebuild_cache: phony esp-idf/esp_security/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_security/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_security/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_security/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_security/install: phony esp-idf/esp_security/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_security/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_security/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_security/install/local: phony esp-idf/esp_security/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_security/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_security/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_security/install/strip: phony esp-idf/esp_security/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Order-only phony target for __idf_esp_hw_support + +build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_freertos + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clk.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/hw_random.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/intr_alloc.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mac_addr.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/revision.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/rtc_module.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modem.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modes.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_console.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_gpio.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_event.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/io_mux.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_clk_tree.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_retention.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_system_peripheral.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_sleep_retention.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_etm.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/systimer.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_etm.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/pau_regdma.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/regdma_link.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/modem_clock.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clock_output.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/sar_periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj: ASM_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu_asm.S || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_clock.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_modem_state.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Link the static library esp-idf/esp_hw_support/libesp_hw_support.a + +build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj || esp-idf/freertos/libfreertos.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_hw_support/libesp_hw_support.a + TARGET_PDB = esp_hw_support.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install: phony esp-idf/esp_hw_support/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install/local: phony esp-idf/esp_hw_support/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install/strip: phony esp-idf/esp_hw_support/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/edit_cache: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/port/esp32c6/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c6/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/install: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c6/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/install/local: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c6/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6 && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c6/install/strip: phony esp-idf/esp_hw_support/port/esp32c6/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/rebuild_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/lowpower/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/install: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/install/local: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/install/strip: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_freertos + + +############################################# +# Order-only phony target for __idf_freertos + +build cmake_object_order_depends_target___idf_freertos: phony || cmake_object_order_depends_target___idf_newlib + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/heap_idf.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/app_startup.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_common.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_systick.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj: ASM_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj: C_COMPILER____idf_freertos_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_freertos + + +############################################# +# Link the static library esp-idf/freertos/libfreertos.a + +build esp-idf/freertos/libfreertos.a: C_STATIC_LIBRARY_LINKER____idf_freertos_ esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj || esp-idf/newlib/libnewlib.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/freertos/libfreertos.a + TARGET_PDB = freertos.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/freertos/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/freertos/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/freertos/install: phony esp-idf/freertos/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/freertos/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/freertos/install/local: phony esp-idf/freertos/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/freertos/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/freertos/install/strip: phony esp-idf/freertos/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_newlib + + +############################################# +# Order-only phony target for __idf_newlib + +build cmake_object_order_depends_target___idf_newlib: phony || cmake_object_order_depends_target___idf_pthread + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/abort.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/assert.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/heap.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-builtin + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/flockfile.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/locks.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/poll.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/pthread.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/random.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/getentropy.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/reent_init.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/newlib_init.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/syscalls.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/termios.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/stdatomic.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/time.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/sysconf.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/realpath.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/scandir.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj: C_COMPILER____idf_newlib_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port/esp_time_impl.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_newlib + + +############################################# +# Link the static library esp-idf/newlib/libnewlib.a + +build esp-idf/newlib/libnewlib.a: C_STATIC_LIBRARY_LINKER____idf_newlib_ esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj || esp-idf/pthread/libpthread.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/newlib/libnewlib.a + TARGET_PDB = newlib.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/newlib/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/newlib/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/newlib/install: phony esp-idf/newlib/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/newlib/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/newlib/install/local: phony esp-idf/newlib/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/newlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/newlib/install/strip: phony esp-idf/newlib/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/newlib/port/edit_cache: phony esp-idf/newlib/port/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/port/rebuild_cache: phony esp-idf/newlib/port/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/newlib/port/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/newlib/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/newlib/port/install: phony esp-idf/newlib/port/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/newlib/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/newlib/port/install/local: phony esp-idf/newlib/port/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/newlib/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/newlib/port/install/strip: phony esp-idf/newlib/port/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_pthread + + +############################################# +# Order-only phony target for __idf_pthread + +build cmake_object_order_depends_target___idf_pthread: phony || cmake_object_order_depends_target___idf_cxx + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COMPILER____idf_pthread_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: C_COMPILER____idf_pthread_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj: C_COMPILER____idf_pthread_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_rwlock.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj: C_COMPILER____idf_pthread_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_semaphore.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_pthread + + +############################################# +# Link the static library esp-idf/pthread/libpthread.a + +build esp-idf/pthread/libpthread.a: C_STATIC_LIBRARY_LINKER____idf_pthread_ esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj || esp-idf/cxx/libcxx.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/pthread/libpthread.a + TARGET_PDB = pthread.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/pthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/pthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/pthread/rebuild_cache: phony esp-idf/pthread/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/pthread/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/pthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/pthread/install: phony esp-idf/pthread/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/pthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/pthread/install/local: phony esp-idf/pthread/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/pthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/pthread/install/strip: phony esp-idf/pthread/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cxx + + +############################################# +# Order-only phony target for __idf_cxx + +build cmake_object_order_depends_target___idf_cxx: phony || cmake_object_order_depends_target___idf_esp_timer + +build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include + OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + +build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include + OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + +build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_init.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include + OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cxx + + +############################################# +# Link the static library esp-idf/cxx/libcxx.a + +build esp-idf/cxx/libcxx.a: C_STATIC_LIBRARY_LINKER____idf_cxx_ esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj || esp-idf/esp_timer/libesp_timer.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/cxx/libcxx.a + TARGET_PDB = cxx.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/cxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/cxx/edit_cache: phony esp-idf/cxx/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cxx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cxx/rebuild_cache: phony esp-idf/cxx/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cxx/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cxx/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cxx/install: phony esp-idf/cxx/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cxx/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cxx/install/local: phony esp-idf/cxx/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cxx/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cxx/install/strip: phony esp-idf/cxx/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_timer + + +############################################# +# Order-only phony target for __idf_esp_timer + +build cmake_object_order_depends_target___idf_esp_timer: phony || cmake_object_order_depends_target___idf_esp_driver_gptimer + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_init.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/system_time.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_etm.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_timer + + +############################################# +# Link the static library esp-idf/esp_timer/libesp_timer.a + +build esp-idf/esp_timer/libesp_timer.a: C_STATIC_LIBRARY_LINKER____idf_esp_timer_ esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj || esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_timer/libesp_timer.a + TARGET_PDB = esp_timer.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_timer/edit_cache: phony esp-idf/esp_timer/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_timer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_timer/rebuild_cache: phony esp-idf/esp_timer/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_timer/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_timer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_timer/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_timer/install: phony esp-idf/esp_timer/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_timer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_timer/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_timer/install/local: phony esp-idf/esp_timer/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_timer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_timer/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_timer/install/strip: phony esp-idf/esp_timer/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_gptimer + + +############################################# +# Order-only phony target for __idf_esp_driver_gptimer + +build cmake_object_order_depends_target___idf_esp_driver_gptimer: phony || cmake_object_order_depends_target___idf_esp_ringbuf + +build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c || cmake_object_order_depends_target___idf_esp_driver_gptimer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src + +build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c || cmake_object_order_depends_target___idf_esp_driver_gptimer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src + +build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_etm.c || cmake_object_order_depends_target___idf_esp_driver_gptimer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_gptimer + + +############################################# +# Link the static library esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_gptimer_ esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj || esp-idf/esp_ringbuf/libesp_ringbuf.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + TARGET_PDB = esp_driver_gptimer.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/edit_cache: phony esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/rebuild_cache: phony esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_gptimer/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_gptimer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/install: phony esp-idf/esp_driver_gptimer/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_gptimer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/install/local: phony esp-idf/esp_driver_gptimer/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/install/strip: phony esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_ringbuf + + +############################################# +# Order-only phony target for __idf_esp_ringbuf + +build cmake_object_order_depends_target___idf_esp_ringbuf: phony || cmake_object_order_depends_target___idf_esp_driver_uart + +build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir + OBJECT_FILE_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_ringbuf + + +############################################# +# Link the static library esp-idf/esp_ringbuf/libesp_ringbuf.a + +build esp-idf/esp_ringbuf/libesp_ringbuf.a: C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj || esp-idf/esp_driver_uart/libesp_driver_uart.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_ringbuf/libesp_ringbuf.a + TARGET_PDB = esp_ringbuf.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/rebuild_cache: phony esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_ringbuf/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_ringbuf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install: phony esp-idf/esp_ringbuf/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_ringbuf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install/local: phony esp-idf/esp_ringbuf/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_ringbuf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install/strip: phony esp-idf/esp_ringbuf/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_uart + + +############################################# +# Order-only phony target for __idf_esp_driver_uart + +build cmake_object_order_depends_target___idf_esp_driver_uart: phony || cmake_object_order_depends_target___idf_esp_event + +build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart.c || cmake_object_order_depends_target___idf_esp_driver_uart + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src + +build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c || cmake_object_order_depends_target___idf_esp_driver_uart + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_uart + + +############################################# +# Link the static library esp-idf/esp_driver_uart/libesp_driver_uart.a + +build esp-idf/esp_driver_uart/libesp_driver_uart.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_ esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj || esp-idf/esp_event/libesp_event.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_uart/libesp_driver_uart.a + TARGET_PDB = esp_driver_uart.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/edit_cache: phony esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/rebuild_cache: phony esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_uart/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_uart/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/install: phony esp-idf/esp_driver_uart/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_uart/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/install/local: phony esp-idf/esp_driver_uart/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_uart/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/install/strip: phony esp-idf/esp_driver_uart/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_app_trace + + +############################################# +# Order-only phony target for __idf_app_trace + +build cmake_object_order_depends_target___idf_app_trace: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPILER____idf_app_trace_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_COMPILER____idf_app_trace_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COMPILER____idf_app_trace_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj: C_COMPILER____idf_app_trace_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/port_uart.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_app_trace + + +############################################# +# Link the static library esp-idf/app_trace/libapp_trace.a + +build esp-idf/app_trace/libapp_trace.a: C_STATIC_LIBRARY_LINKER____idf_app_trace_ esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/app_trace/libapp_trace.a + TARGET_PDB = app_trace.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/app_trace/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/app_trace/edit_cache: phony esp-idf/app_trace/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/app_trace/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/app_trace/rebuild_cache: phony esp-idf/app_trace/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/app_trace/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/app_trace/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_trace/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/app_trace/install: phony esp-idf/app_trace/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/app_trace/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_trace/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/app_trace/install/local: phony esp-idf/app_trace/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/app_trace/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_trace/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/app_trace/install/strip: phony esp-idf/app_trace/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_event + + +############################################# +# Order-only phony target for __idf_esp_event + +build cmake_object_order_depends_target___idf_esp_event: phony || cmake_object_order_depends_target___idf_nvs_flash + +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: C_COMPILER____idf_esp_event_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPILER____idf_esp_event_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: C_COMPILER____idf_esp_event_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_event + + +############################################# +# Link the static library esp-idf/esp_event/libesp_event.a + +build esp-idf/esp_event/libesp_event.a: C_STATIC_LIBRARY_LINKER____idf_esp_event_ esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj || esp-idf/nvs_flash/libnvs_flash.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_event/libesp_event.a + TARGET_PDB = esp_event.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_event/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_event/edit_cache: phony esp-idf/esp_event/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_event/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_event/rebuild_cache: phony esp-idf/esp_event/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_event/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_event/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_event/install: phony esp-idf/esp_event/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_event/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_event/install/local: phony esp-idf/esp_event/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_event/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_event/install/strip: phony esp-idf/esp_event/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_nvs_flash + + +############################################# +# Order-only phony target for __idf_nvs_flash + +build cmake_object_order_depends_target___idf_nvs_flash: phony || cmake_object_order_depends_target___idf_esp_driver_pcnt + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj: C_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_nvs_flash + + +############################################# +# Link the static library esp-idf/nvs_flash/libnvs_flash.a + +build esp-idf/nvs_flash/libnvs_flash.a: C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj || esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/nvs_flash/libnvs_flash.a + TARGET_PDB = nvs_flash.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/nvs_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/nvs_flash/edit_cache: phony esp-idf/nvs_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/nvs_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/nvs_flash/rebuild_cache: phony esp-idf/nvs_flash/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/nvs_flash/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/nvs_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_flash/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/nvs_flash/install: phony esp-idf/nvs_flash/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/nvs_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_flash/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/nvs_flash/install/local: phony esp-idf/nvs_flash/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/nvs_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_flash/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/nvs_flash/install/strip: phony esp-idf/nvs_flash/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_pcnt + + +############################################# +# Order-only phony target for __idf_esp_driver_pcnt + +build cmake_object_order_depends_target___idf_esp_driver_pcnt: phony || cmake_object_order_depends_target___idf_esp_driver_spi + +build esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj: C_COMPILER____idf_esp_driver_pcnt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c || cmake_object_order_depends_target___idf_esp_driver_pcnt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_pcnt + + +############################################# +# Link the static library esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a + +build esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_pcnt_ esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj || esp-idf/esp_driver_spi/libesp_driver_spi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a + TARGET_PDB = esp_driver_pcnt.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_pcnt/edit_cache: phony esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_pcnt/rebuild_cache: phony esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_pcnt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_pcnt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_pcnt/install: phony esp-idf/esp_driver_pcnt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_pcnt/install/local: phony esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_pcnt/install/strip: phony esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_spi + + +############################################# +# Order-only phony target for __idf_esp_driver_spi + +build cmake_object_order_depends_target___idf_esp_driver_spi: phony || cmake_object_order_depends_target___idf_esp_driver_mcpwm + +build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + +build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + +build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + +build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + +build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_spi + + +############################################# +# Link the static library esp-idf/esp_driver_spi/libesp_driver_spi.a + +build esp-idf/esp_driver_spi/libesp_driver_spi.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_ esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj || esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_spi/libesp_driver_spi.a + TARGET_PDB = esp_driver_spi.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_spi/edit_cache: phony esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_spi/rebuild_cache: phony esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_spi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_spi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_spi/install: phony esp-idf/esp_driver_spi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_spi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_spi/install/local: phony esp-idf/esp_driver_spi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_spi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_spi/install/strip: phony esp-idf/esp_driver_spi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_mcpwm + + +############################################# +# Order-only phony target for __idf_esp_driver_mcpwm + +build cmake_object_order_depends_target___idf_esp_driver_mcpwm: phony || cmake_object_order_depends_target___idf_esp_driver_i2s + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + +build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_etm.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_mcpwm + + +############################################# +# Link the static library esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a + +build esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_mcpwm_ esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj || esp-idf/esp_driver_i2s/libesp_driver_i2s.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a + TARGET_PDB = esp_driver_mcpwm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_mcpwm/edit_cache: phony esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_mcpwm/rebuild_cache: phony esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_mcpwm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_mcpwm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_mcpwm/install: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_mcpwm/install/local: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_mcpwm/install/strip: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_ana_cmpr/edit_cache: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_ana_cmpr/rebuild_cache: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_ana_cmpr/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_ana_cmpr/install: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_ana_cmpr/install/local: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_ana_cmpr/install/strip: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_i2s + + +############################################# +# Order-only phony target for __idf_esp_driver_i2s + +build cmake_object_order_depends_target___idf_esp_driver_i2s: phony || cmake_object_order_depends_target___idf_sdmmc + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_common.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_std.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_etm.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_i2s + + +############################################# +# Link the static library esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build esp-idf/esp_driver_i2s/libesp_driver_i2s.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2s_ esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj || esp-idf/sdmmc/libsdmmc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_i2s/libesp_driver_i2s.a + TARGET_PDB = esp_driver_i2s.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2s/edit_cache: phony esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2s/rebuild_cache: phony esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_i2s/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_i2s/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2s/install: phony esp-idf/esp_driver_i2s/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_i2s/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2s/install/local: phony esp-idf/esp_driver_i2s/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2s/install/strip: phony esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_sdmmc + + +############################################# +# Order-only phony target for __idf_sdmmc + +build cmake_object_order_depends_target___idf_sdmmc: phony || cmake_object_order_depends_target___idf_esp_driver_sdspi + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_sdmmc + + +############################################# +# Link the static library esp-idf/sdmmc/libsdmmc.a + +build esp-idf/sdmmc/libsdmmc.a: C_STATIC_LIBRARY_LINKER____idf_sdmmc_ esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj || esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/sdmmc/libsdmmc.a + TARGET_PDB = sdmmc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/sdmmc/edit_cache: phony esp-idf/sdmmc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/sdmmc/rebuild_cache: phony esp-idf/sdmmc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/sdmmc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/sdmmc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/sdmmc/install: phony esp-idf/sdmmc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/sdmmc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/sdmmc/install/local: phony esp-idf/sdmmc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/sdmmc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/sdmmc/install/strip: phony esp-idf/sdmmc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/edit_cache: phony esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/rebuild_cache: phony esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdmmc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/install: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/install/local: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/install/strip: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdspi + + +############################################# +# Order-only phony target for __idf_esp_driver_sdspi + +build cmake_object_order_depends_target___idf_esp_driver_sdspi: phony || cmake_object_order_depends_target___idf_esp_driver_sdio + +build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c || cmake_object_order_depends_target___idf_esp_driver_sdspi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src + +build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c || cmake_object_order_depends_target___idf_esp_driver_sdspi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src + +build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c || cmake_object_order_depends_target___idf_esp_driver_sdspi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdspi + + +############################################# +# Link the static library esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdspi_ esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj || esp-idf/esp_driver_sdio/libesp_driver_sdio.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + TARGET_PDB = esp_driver_sdspi.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/edit_cache: phony esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/rebuild_cache: phony esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdspi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdspi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/install: phony esp-idf/esp_driver_sdspi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdspi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/install/local: phony esp-idf/esp_driver_sdspi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/install/strip: phony esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdio + + +############################################# +# Order-only phony target for __idf_esp_driver_sdio + +build cmake_object_order_depends_target___idf_esp_driver_sdio: phony || cmake_object_order_depends_target___idf_esp_driver_rmt + +build esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj: C_COMPILER____idf_esp_driver_sdio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c || cmake_object_order_depends_target___idf_esp_driver_sdio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdio + + +############################################# +# Link the static library esp-idf/esp_driver_sdio/libesp_driver_sdio.a + +build esp-idf/esp_driver_sdio/libesp_driver_sdio.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdio_ esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj || esp-idf/esp_driver_rmt/libesp_driver_rmt.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_sdio/libesp_driver_sdio.a + TARGET_PDB = esp_driver_sdio.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/edit_cache: phony esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/rebuild_cache: phony esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdio/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/install: phony esp-idf/esp_driver_sdio/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/install/local: phony esp-idf/esp_driver_sdio/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/install/strip: phony esp-idf/esp_driver_sdio/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/edit_cache: phony esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/rebuild_cache: phony esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_dac/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_dac/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/install: phony esp-idf/esp_driver_dac/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_dac/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/install/local: phony esp-idf/esp_driver_dac/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_dac/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/install/strip: phony esp-idf/esp_driver_dac/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_rmt + + +############################################# +# Order-only phony target for __idf_esp_driver_rmt + +build cmake_object_order_depends_target___idf_esp_driver_rmt: phony || cmake_object_order_depends_target___idf_esp_driver_tsens + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_rmt + + +############################################# +# Link the static library esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build esp-idf/esp_driver_rmt/libesp_driver_rmt.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj || esp-idf/esp_driver_tsens/libesp_driver_tsens.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_rmt/libesp_driver_rmt.a + TARGET_PDB = esp_driver_rmt.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/edit_cache: phony esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/rebuild_cache: phony esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_rmt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_rmt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/install: phony esp-idf/esp_driver_rmt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_rmt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/install/local: phony esp-idf/esp_driver_rmt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_rmt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/install/strip: phony esp-idf/esp_driver_rmt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_tsens + + +############################################# +# Order-only phony target for __idf_esp_driver_tsens + +build cmake_object_order_depends_target___idf_esp_driver_tsens: phony || cmake_object_order_depends_target___idf_esp_driver_sdm + +build esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj: C_COMPILER____idf_esp_driver_tsens_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c || cmake_object_order_depends_target___idf_esp_driver_tsens + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include + OBJECT_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src + +build esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj: C_COMPILER____idf_esp_driver_tsens_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor_etm.c || cmake_object_order_depends_target___idf_esp_driver_tsens + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include + OBJECT_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_tsens + + +############################################# +# Link the static library esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build esp-idf/esp_driver_tsens/libesp_driver_tsens.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj || esp-idf/esp_driver_sdm/libesp_driver_sdm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_tsens/libesp_driver_tsens.a + TARGET_PDB = esp_driver_tsens.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/edit_cache: phony esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/rebuild_cache: phony esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_tsens/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_tsens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/install: phony esp-idf/esp_driver_tsens/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_tsens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/install/local: phony esp-idf/esp_driver_tsens/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_tsens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/install/strip: phony esp-idf/esp_driver_tsens/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdm + + +############################################# +# Order-only phony target for __idf_esp_driver_sdm + +build cmake_object_order_depends_target___idf_esp_driver_sdm: phony || cmake_object_order_depends_target___idf_esp_driver_i2c + +build esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj: C_COMPILER____idf_esp_driver_sdm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/src/sdm.c || cmake_object_order_depends_target___idf_esp_driver_sdm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdm + + +############################################# +# Link the static library esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build esp-idf/esp_driver_sdm/libesp_driver_sdm.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj || esp-idf/esp_driver_i2c/libesp_driver_i2c.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_sdm/libesp_driver_sdm.a + TARGET_PDB = esp_driver_sdm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/edit_cache: phony esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/rebuild_cache: phony esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/install: phony esp-idf/esp_driver_sdm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/install/local: phony esp-idf/esp_driver_sdm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/install/strip: phony esp-idf/esp_driver_sdm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_i2c + + +############################################# +# Order-only phony target for __idf_esp_driver_i2c + +build cmake_object_order_depends_target___idf_esp_driver_i2c: phony || cmake_object_order_depends_target___idf_esp_driver_ledc + +build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_master.c || cmake_object_order_depends_target___idf_esp_driver_i2c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + +build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_common.c || cmake_object_order_depends_target___idf_esp_driver_i2c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + +build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c || cmake_object_order_depends_target___idf_esp_driver_i2c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_i2c + + +############################################# +# Link the static library esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build esp-idf/esp_driver_i2c/libesp_driver_i2c.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj || esp-idf/esp_driver_ledc/libesp_driver_ledc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_i2c/libesp_driver_i2c.a + TARGET_PDB = esp_driver_i2c.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/edit_cache: phony esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/rebuild_cache: phony esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_i2c/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_i2c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/install: phony esp-idf/esp_driver_i2c/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_i2c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/install/local: phony esp-idf/esp_driver_i2c/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_i2c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/install/strip: phony esp-idf/esp_driver_i2c/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_ledc + + +############################################# +# Order-only phony target for __idf_esp_driver_ledc + +build cmake_object_order_depends_target___idf_esp_driver_ledc: phony || cmake_object_order_depends_target___idf_esp_driver_parlio + +build esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj: C_COMPILER____idf_esp_driver_ledc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/src/ledc.c || cmake_object_order_depends_target___idf_esp_driver_ledc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_ledc + + +############################################# +# Link the static library esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build esp-idf/esp_driver_ledc/libesp_driver_ledc.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj || esp-idf/esp_driver_parlio/libesp_driver_parlio.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_ledc/libesp_driver_ledc.a + TARGET_PDB = esp_driver_ledc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/edit_cache: phony esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/rebuild_cache: phony esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_ledc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_ledc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/install: phony esp-idf/esp_driver_ledc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_ledc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/install/local: phony esp-idf/esp_driver_ledc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_ledc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/install/strip: phony esp-idf/esp_driver_ledc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_parlio + + +############################################# +# Order-only phony target for __idf_esp_driver_parlio + +build cmake_object_order_depends_target___idf_esp_driver_parlio: phony || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + +build esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj: C_COMPILER____idf_esp_driver_parlio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_common.c || cmake_object_order_depends_target___idf_esp_driver_parlio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src + +build esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj: C_COMPILER____idf_esp_driver_parlio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_tx.c || cmake_object_order_depends_target___idf_esp_driver_parlio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src + +build esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj: C_COMPILER____idf_esp_driver_parlio_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_rx.c || cmake_object_order_depends_target___idf_esp_driver_parlio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_parlio + + +############################################# +# Link the static library esp-idf/esp_driver_parlio/libesp_driver_parlio.a + +build esp-idf/esp_driver_parlio/libesp_driver_parlio.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_parlio_ esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj || esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_parlio/libesp_driver_parlio.a + TARGET_PDB = esp_driver_parlio.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/edit_cache: phony esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/rebuild_cache: phony esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_parlio/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_parlio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/install: phony esp-idf/esp_driver_parlio/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_parlio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/install/local: phony esp-idf/esp_driver_parlio/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_parlio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/install/strip: phony esp-idf/esp_driver_parlio/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag + + +############################################# +# Order-only phony target for __idf_esp_driver_usb_serial_jtag + +build cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag: phony || cmake_object_order_depends_target___idf_driver + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag + + +############################################# +# Link the static library esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj || esp-idf/driver/libdriver.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + TARGET_PDB = esp_driver_usb_serial_jtag.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/edit_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/rebuild_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_usb_serial_jtag/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install/local: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install/strip: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Order-only phony target for __idf_driver + +build cmake_object_order_depends_target___idf_driver: phony || cmake_object_order_depends_target___idf_esp_phy + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____idf_driver_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/twai + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Link the static library esp-idf/driver/libdriver.a + +build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj || esp-idf/esp_phy/libesp_phy.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/driver/libdriver.a + TARGET_PDB = driver.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/driver/rebuild_cache: phony esp-idf/driver/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/driver/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/driver/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/driver/install: phony esp-idf/driver/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/driver/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/driver/install/strip: phony esp-idf/driver/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Order-only phony target for __idf_esp_phy + +build cmake_object_order_depends_target___idf_esp_phy: phony || cmake_object_order_depends_target___idf_esp_vfs_console + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/phy_init_data.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6 + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Link the static library esp-idf/esp_phy/libesp_phy.a + +build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj || esp-idf/esp_vfs_console/libesp_vfs_console.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_phy/libesp_phy.a + TARGET_PDB = esp_phy.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_phy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_phy/edit_cache: phony esp-idf/esp_phy/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_phy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_phy/rebuild_cache: phony esp-idf/esp_phy/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_phy/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_phy/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_phy/install: phony esp-idf/esp_phy/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_phy/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/local: phony esp-idf/esp_phy/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_phy/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/strip: phony esp-idf/esp_phy/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_vfs_console + + +############################################# +# Order-only phony target for __idf_esp_vfs_console + +build cmake_object_order_depends_target___idf_esp_vfs_console: phony || cmake_object_order_depends_target___idf_vfs + +build esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj: C_COMPILER____idf_esp_vfs_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/vfs_console.c || cmake_object_order_depends_target___idf_esp_vfs_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + OBJECT_FILE_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_vfs_console + + +############################################# +# Link the static library esp-idf/esp_vfs_console/libesp_vfs_console.a + +build esp-idf/esp_vfs_console/libesp_vfs_console.a: C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj || esp-idf/vfs/libvfs.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_vfs_console/libesp_vfs_console.a + TARGET_PDB = esp_vfs_console.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/edit_cache: phony esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/rebuild_cache: phony esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_vfs_console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_vfs_console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install: phony esp-idf/esp_vfs_console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_vfs_console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install/local: phony esp-idf/esp_vfs_console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_vfs_console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install/strip: phony esp-idf/esp_vfs_console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Order-only phony target for __idf_vfs + +build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_depends_target___idf_lwip + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_vfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf_vfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/nullfs.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Link the static library esp-idf/vfs/libvfs.a + +build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj || esp-idf/lwip/liblwip.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/vfs/libvfs.a + TARGET_PDB = vfs.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/vfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/vfs/rebuild_cache: phony esp-idf/vfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/vfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/vfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/vfs/install: phony esp-idf/vfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/vfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/vfs/install/local: phony esp-idf/vfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/vfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/vfs/install/strip: phony esp-idf/vfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Order-only phony target for __idf_lwip + +build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_depends_target___idf_esp_netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/err.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/if_api.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netdb.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/sockets.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/def.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/dns.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/init.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/mem.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/memp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/netif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/raw.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/stats.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/sys.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/udp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-array-parameter + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/debug/lwip_debug.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/sockets_ext.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/sys_arch.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/acd_dhcp_check.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/esp_ping.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping_sock.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Link the static library esp-idf/lwip/liblwip.a + +build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj || esp-idf/esp_netif/libesp_netif.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/lwip/liblwip.a + TARGET_PDB = lwip.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/lwip/edit_cache: phony esp-idf/lwip/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/lwip/rebuild_cache: phony esp-idf/lwip/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/lwip/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/lwip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/lwip/install: phony esp-idf/lwip/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/lwip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/edit_cache: phony esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/rebuild_cache: phony esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif_stack/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif_stack/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install: phony esp-idf/esp_netif_stack/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif_stack/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/local: phony esp-idf/esp_netif_stack/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif_stack/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/strip: phony esp-idf/esp_netif_stack/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Order-only phony target for __idf_esp_netif + +build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_wpa_supplicant + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_objects.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Link the static library esp-idf/esp_netif/libesp_netif.a + +build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif_ esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_netif/libesp_netif.a + TARGET_PDB = esp_netif.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Order-only phony target for __idf_wpa_supplicant + +build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_esp_coex + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/eloop.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/json.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Link the static library esp-idf/wpa_supplicant/libwpa_supplicant.a + +build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj || esp-idf/esp_coex/libesp_coex.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/wpa_supplicant/libwpa_supplicant.a + TARGET_PDB = wpa_supplicant.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wpa_supplicant/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Order-only phony target for __idf_esp_coex + +build cmake_object_order_depends_target___idf_esp_coex: phony || cmake_object_order_depends_target___idf_esp_wifi + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/esp32c6/esp_coex_adapter.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6 + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Link the static library esp-idf/esp_coex/libesp_coex.a + +build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj || esp-idf/esp_wifi/libesp_wifi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_coex/libesp_coex.a + TARGET_PDB = esp_coex.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_coex/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_coex/edit_cache: phony esp-idf/esp_coex/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_coex/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_coex/rebuild_cache: phony esp-idf/esp_coex/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_coex/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_coex/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_coex/install: phony esp-idf/esp_coex/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_coex/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/local: phony esp-idf/esp_coex/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_coex/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/strip: phony esp-idf/esp_coex/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Order-only phony target for __idf_esp_wifi + +build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_order_depends_target___idf_http_parser + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/esp32c6/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6 + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Link the static library esp-idf/esp_wifi/libesp_wifi.a + +build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj || esp-idf/http_parser/libhttp_parser.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_wifi/libesp_wifi.a + TARGET_PDB = esp_wifi.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_wifi/rebuild_cache: phony esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_wifi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install: phony esp-idf/esp_wifi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/strip: phony esp-idf/esp_wifi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bt/rebuild_cache: phony esp-idf/bt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bt/install: phony esp-idf/bt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bt/install/local: phony esp-idf/bt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bt/install/strip: phony esp-idf/bt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Order-only phony target for __idf_unity + +build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_compat.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj: C_COMPILER____idf_unity_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Link the static library esp-idf/unity/libunity.a + +build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/unity/libunity.a + TARGET_PDB = unity.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/unity/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/unity/rebuild_cache: phony esp-idf/unity/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/unity/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/unity/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/unity/install: phony esp-idf/unity/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/unity/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/unity/install/local: phony esp-idf/unity/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/unity/install/strip: phony esp-idf/unity/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Order-only phony target for __idf_cmock + +build cmake_object_order_depends_target___idf_cmock: phony || cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_unity + +build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src + OBJECT_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir + OBJECT_FILE_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Link the static library esp-idf/cmock/libcmock.a + +build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj || esp-idf/riscv/libriscv.a esp-idf/unity/libunity.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/cmock/libcmock.a + TARGET_PDB = cmock.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/cmock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/cmock/edit_cache: phony esp-idf/cmock/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cmock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cmock/rebuild_cache: phony esp-idf/cmock/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cmock/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cmock/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cmock/install: phony esp-idf/cmock/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cmock/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cmock/install/local: phony esp-idf/cmock/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cmock/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cmock/install/strip: phony esp-idf/cmock/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Order-only phony target for __idf_console + +build cmake_object_order_depends_target___idf_console: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_common.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise + +build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_repl_chip.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_COMPILER____idf_console_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Link the static library esp-idf/console/libconsole.a + +build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/console/libconsole.a + TARGET_PDB = console.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/console/rebuild_cache: phony esp-idf/console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/console/install: phony esp-idf/console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/console/install/strip: phony esp-idf/console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Order-only phony target for __idf_http_parser + +build cmake_object_order_depends_target___idf_http_parser: phony || cmake_object_order_depends_target___idf_esp-tls + +build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_COMPILER____idf_http_parser_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + OBJECT_FILE_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Link the static library esp-idf/http_parser/libhttp_parser.a + +build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_parser_ esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj || esp-idf/esp-tls/libesp-tls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/http_parser/libhttp_parser.a + TARGET_PDB = http_parser.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/http_parser/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/http_parser/edit_cache: phony esp-idf/http_parser/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/http_parser/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/http_parser/rebuild_cache: phony esp-idf/http_parser/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/http_parser/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/http_parser/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/http_parser/install: phony esp-idf/http_parser/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/http_parser/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/http_parser/install/local: phony esp-idf/http_parser/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/http_parser/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/http_parser/install/strip: phony esp-idf/http_parser/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Order-only phony target for __idf_esp-tls + +build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_order_depends_target___idf_esp_adc + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Link the static library esp-idf/esp-tls/libesp-tls.a + +build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj || esp-idf/esp_adc/libesp_adc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp-tls/libesp-tls.a + TARGET_PDB = esp-tls.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp-tls/rebuild_cache: phony esp-idf/esp-tls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp-tls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp-tls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp-tls/install: phony esp-idf/esp-tls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp-tls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/strip: phony esp-idf/esp-tls/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Order-only phony target for __idf_esp_adc + +build cmake_object_order_depends_target___idf_esp_adc: phony || cmake_object_order_depends_target___idf_esp_gdbstub + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_monitor.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/gdma/adc_dma.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_filter.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/curve_fitting_coefficients.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Link the static library esp-idf/esp_adc/libesp_adc.a + +build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj || esp-idf/esp_gdbstub/libesp_gdbstub.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_adc/libesp_adc.a + TARGET_PDB = esp_adc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_adc/edit_cache: phony esp-idf/esp_adc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_adc/rebuild_cache: phony esp-idf/esp_adc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_adc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_adc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_adc/install: phony esp-idf/esp_adc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_adc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/local: phony esp-idf/esp_adc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_adc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/strip: phony esp-idf/esp_adc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/edit_cache: phony esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/rebuild_cache: phony esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_isp/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_isp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install: phony esp-idf/esp_driver_isp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_isp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install/local: phony esp-idf/esp_driver_isp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_isp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install/strip: phony esp-idf/esp_driver_isp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_cam + + +############################################# +# Order-only phony target for __idf_esp_driver_cam + +build cmake_object_order_depends_target___idf_esp_driver_cam: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c || cmake_object_order_depends_target___idf_esp_driver_cam + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + +build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c || cmake_object_order_depends_target___idf_esp_driver_cam + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_cam + + +############################################# +# Link the static library esp-idf/esp_driver_cam/libesp_driver_cam.a + +build esp-idf/esp_driver_cam/libesp_driver_cam.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_driver_cam/libesp_driver_cam.a + TARGET_PDB = esp_driver_cam.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/edit_cache: phony esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/rebuild_cache: phony esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_cam/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_cam/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install: phony esp-idf/esp_driver_cam/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_cam/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install/local: phony esp-idf/esp_driver_cam/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_cam/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install/strip: phony esp-idf/esp_driver_cam/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/edit_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/rebuild_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_jpeg/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_jpeg/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install: phony esp-idf/esp_driver_jpeg/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install/local: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install/strip: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/edit_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/rebuild_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_ppa/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_ppa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install: phony esp-idf/esp_driver_ppa/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_ppa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install/local: phony esp-idf/esp_driver_ppa/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install/strip: phony esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/edit_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/rebuild_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_touch_sens/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install/local: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install/strip: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Order-only phony target for __idf_esp_eth + +build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Link the static library esp-idf/esp_eth/libesp_eth.a + +build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_eth/libesp_eth.a + TARGET_PDB = esp_eth.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_eth/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Order-only phony target for __idf_esp_gdbstub + +build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object_order_depends_target___idf_tcp_transport + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Link the static library esp-idf/esp_gdbstub/libesp_gdbstub.a + +build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj || esp-idf/tcp_transport/libtcp_transport.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_gdbstub/libesp_gdbstub.a + TARGET_PDB = esp_gdbstub.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/rebuild_cache: phony esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_gdbstub/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_gdbstub/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Order-only phony target for __idf_esp_hid + +build cmake_object_order_depends_target___idf_esp_hid: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hid_common.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Link the static library esp-idf/esp_hid/libesp_hid.a + +build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_hid/libesp_hid.a + TARGET_PDB = esp_hid.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hid/edit_cache: phony esp-idf/esp_hid/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hid/rebuild_cache: phony esp-idf/esp_hid/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hid/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hid/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hid/install: phony esp-idf/esp_hid/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hid/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/local: phony esp-idf/esp_hid/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hid/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/strip: phony esp-idf/esp_hid/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Order-only phony target for __idf_tcp_transport + +build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_object_order_depends_target___idf_esp_http_client + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Link the static library esp-idf/tcp_transport/libtcp_transport.a + +build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj || esp-idf/esp_http_client/libesp_http_client.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/tcp_transport/libtcp_transport.a + TARGET_PDB = tcp_transport.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/tcp_transport/rebuild_cache: phony esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/tcp_transport/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/tcp_transport/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/strip: phony esp-idf/tcp_transport/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Order-only phony target for __idf_esp_http_client + +build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_object_order_depends_target___idf_esp_http_server + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/esp_http_client.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_auth.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_header.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_utils.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Link the static library esp-idf/esp_http_client/libesp_http_client.a + +build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj || esp-idf/esp_http_server/libesp_http_server.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_http_client/libesp_http_client.a + TARGET_PDB = esp_http_client.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_client/rebuild_cache: phony esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_client/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/strip: phony esp-idf/esp_http_client/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Order-only phony target for __idf_esp_http_server + +build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_object_order_depends_target___idf_esp_https_ota + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_main.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_parse.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_sess.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_uri.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_ws.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Link the static library esp-idf/esp_http_server/libesp_http_server.a + +build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/esp_https_ota/libesp_https_ota.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_http_server/libesp_http_server.a + TARGET_PDB = esp_http_server.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_server/rebuild_cache: phony esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/strip: phony esp-idf/esp_http_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Order-only phony target for __idf_esp_https_ota + +build cmake_object_order_depends_target___idf_esp_https_ota: phony || esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle + +build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj: C_COMPILER____idf_esp_https_ota_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c || cmake_object_order_depends_target___idf_esp_https_ota + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include + OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir + OBJECT_FILE_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Link the static library esp-idf/esp_https_ota/libesp_https_ota.a + +build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj || esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_https_ota/libesp_https_ota.a + TARGET_PDB = esp_https_ota.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/rebuild_cache: phony esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_ota/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_ota/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_ota/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_ota/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/strip: phony esp-idf/esp_https_ota/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_server + + +############################################# +# Order-only phony target for __idf_esp_https_server + +build cmake_object_order_depends_target___idf_esp_https_server: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj: C_COMPILER____idf_esp_https_server_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/src/https_server.c || cmake_object_order_depends_target___idf_esp_https_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir + OBJECT_FILE_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_server + + +############################################# +# Link the static library esp-idf/esp_https_server/libesp_https_server.a + +build esp-idf/esp_https_server/libesp_https_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_https_server/libesp_https_server.a + TARGET_PDB = esp_https_server.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_server/rebuild_cache: phony esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/strip: phony esp-idf/esp_https_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_psram/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_psram/edit_cache: phony esp-idf/esp_psram/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_psram/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_psram/rebuild_cache: phony esp-idf/esp_psram/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_psram/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_psram/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_psram/install: phony esp-idf/esp_psram/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_psram/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/local: phony esp-idf/esp_psram/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_psram/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/strip: phony esp-idf/esp_psram/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Order-only phony target for __idf_esp_lcd + +build cmake_object_order_depends_target___idf_esp_lcd: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Link the static library esp-idf/esp_lcd/libesp_lcd.a + +build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_lcd/libesp_lcd.a + TARGET_PDB = esp_lcd.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_lcd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_lcd/edit_cache: phony esp-idf/esp_lcd/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_lcd/rebuild_cache: phony esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_lcd/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_lcd/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install: phony esp-idf/esp_lcd/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_lcd/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/local: phony esp-idf/esp_lcd/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_lcd/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/strip: phony esp-idf/esp_lcd/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Order-only phony target for __idf_protobuf-c + +build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj: C_COMPILER____idf_protobuf-c_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c || cmake_object_order_depends_target___idf_protobuf-c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir + OBJECT_FILE_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Link the static library esp-idf/protobuf-c/libprotobuf-c.a + +build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/protobuf-c/libprotobuf-c.a + TARGET_PDB = protobuf-c.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protobuf-c/rebuild_cache: phony esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protobuf-c/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protobuf-c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/strip: phony esp-idf/protobuf-c/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Order-only phony target for __idf_protocomm + +build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_riscv + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj: C_COMPILER____idf_protocomm_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Link the static library esp-idf/protocomm/libprotocomm.a + +build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm_ esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/protocomm/libprotocomm.a + TARGET_PDB = protocomm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protocomm/rebuild_cache: phony esp-idf/protocomm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protocomm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protocomm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protocomm/install: phony esp-idf/protocomm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protocomm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protocomm/install/strip: phony esp-idf/protocomm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Order-only phony target for __idf_esp_local_ctrl + +build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Link the static library esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj || esp-idf/console/libconsole.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/esp_local_ctrl/libesp_local_ctrl.a + TARGET_PDB = esp_local_ctrl.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/rebuild_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_local_ctrl/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_local_ctrl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_local_ctrl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/strip: phony esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Order-only phony target for __idf_espcoredump + +build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_init.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_sha.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_crc.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Link the static library esp-idf/espcoredump/libespcoredump.a + +build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espcoredump_ esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/espcoredump/libespcoredump.a + TARGET_PDB = espcoredump.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/espcoredump/rebuild_cache: phony esp-idf/espcoredump/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/espcoredump/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/espcoredump/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/strip: phony esp-idf/espcoredump/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Order-only phony target for __idf_wear_levelling + +build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Link the static library esp-idf/wear_levelling/libwear_levelling.a + +build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/wear_levelling/libwear_levelling.a + TARGET_PDB = wear_levelling.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wear_levelling/rebuild_cache: phony esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wear_levelling/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wear_levelling/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_fatfs + + +############################################# +# Order-only phony target for __idf_fatfs + +build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_wear_levelling + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_fatfs + + +############################################# +# Link the static library esp-idf/fatfs/libfatfs.a + +build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj || esp-idf/riscv/libriscv.a esp-idf/wear_levelling/libwear_levelling.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/fatfs/libfatfs.a + TARGET_PDB = fatfs.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/fatfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/fatfs/rebuild_cache: phony esp-idf/fatfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/fatfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/fatfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/fatfs/install: phony esp-idf/fatfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/fatfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/fatfs/install/local: phony esp-idf/fatfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/fatfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/fatfs/install/strip: phony esp-idf/fatfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/idf_test/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/idf_test/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/idf_test/rebuild_cache: phony esp-idf/idf_test/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/idf_test/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/idf_test/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/idf_test/install: phony esp-idf/idf_test/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/idf_test/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/idf_test/install/local: phony esp-idf/idf_test/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/idf_test/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/idf_test/install/strip: phony esp-idf/idf_test/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_ieee802154 + + +############################################# +# Order-only phony target for __idf_ieee802154 + +build cmake_object_order_depends_target___idf_ieee802154: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/esp_ieee802154.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_ack.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_dev.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_frame.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_pib.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_util.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_sec.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + +build esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj: C_COMPILER____idf_ieee802154_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_timer.c || cmake_object_order_depends_target___idf_ieee802154 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + OBJECT_FILE_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_ieee802154 + + +############################################# +# Link the static library esp-idf/ieee802154/libieee802154.a + +build esp-idf/ieee802154/libieee802154.a: C_STATIC_LIBRARY_LINKER____idf_ieee802154_ esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/ieee802154/libieee802154.a + TARGET_PDB = ieee802154.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/ieee802154/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154 && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/ieee802154/edit_cache: phony esp-idf/ieee802154/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/ieee802154/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154 && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/ieee802154/rebuild_cache: phony esp-idf/ieee802154/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/ieee802154/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/ieee802154/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154 && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/ieee802154/install: phony esp-idf/ieee802154/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/ieee802154/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154 && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/ieee802154/install/local: phony esp-idf/ieee802154/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/ieee802154/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154 && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/ieee802154/install/strip: phony esp-idf/ieee802154/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_json + + +############################################# +# Order-only phony target for __idf_json + +build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + OBJECT_FILE_DIR = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON + +build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER____idf_json_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + OBJECT_FILE_DIR = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_json + + +############################################# +# Link the static library esp-idf/json/libjson.a + +build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/json/libjson.a + TARGET_PDB = json.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/json/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/json/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/json/rebuild_cache: phony esp-idf/json/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/json/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/json/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/json/install: phony esp-idf/json/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/json/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/json/install/local: phony esp-idf/json/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/json/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/json/install/strip: phony esp-idf/json/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mqtt + + +############################################# +# Order-only phony target for __idf_mqtt + +build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMPILER____idf_mqtt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_COMPILER____idf_mqtt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj: C_COMPILER____idf_mqtt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mqtt + + +############################################# +# Link the static library esp-idf/mqtt/libmqtt.a + +build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/mqtt/libmqtt.a + TARGET_PDB = mqtt.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/mqtt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mqtt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mqtt/rebuild_cache: phony esp-idf/mqtt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mqtt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mqtt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mqtt/install: phony esp-idf/mqtt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mqtt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mqtt/install/local: phony esp-idf/mqtt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mqtt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mqtt/install/strip: phony esp-idf/mqtt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_nvs_sec_provider + + +############################################# +# Order-only phony target for __idf_nvs_sec_provider + +build cmake_object_order_depends_target___idf_nvs_sec_provider: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj: C_COMPILER____idf_nvs_sec_provider_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c || cmake_object_order_depends_target___idf_nvs_sec_provider + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include + OBJECT_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + OBJECT_FILE_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_nvs_sec_provider + + +############################################# +# Link the static library esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build esp-idf/nvs_sec_provider/libnvs_sec_provider.a: C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/nvs_sec_provider/libnvs_sec_provider.a + TARGET_PDB = nvs_sec_provider.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/edit_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/rebuild_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/nvs_sec_provider/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/nvs_sec_provider/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install: phony esp-idf/nvs_sec_provider/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/nvs_sec_provider/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install/local: phony esp-idf/nvs_sec_provider/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install/strip: phony esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/openthread/edit_cache: phony esp-idf/openthread/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/openthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/openthread/rebuild_cache: phony esp-idf/openthread/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/openthread/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/openthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/openthread/install: phony esp-idf/openthread/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/openthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/openthread/install/local: phony esp-idf/openthread/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/openthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/openthread/install/strip: phony esp-idf/openthread/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_rt + + +############################################# +# Order-only phony target for __idf_rt + +build cmake_object_order_depends_target___idf_rt: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj: C_COMPILER____idf_rt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c || cmake_object_order_depends_target___idf_rt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + OBJECT_FILE_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + +build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj: C_COMPILER____idf_rt_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c || cmake_object_order_depends_target___idf_rt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + OBJECT_FILE_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_rt + + +############################################# +# Link the static library esp-idf/rt/librt.a + +build esp-idf/rt/librt.a: C_STATIC_LIBRARY_LINKER____idf_rt_ esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/rt/librt.a + TARGET_PDB = rt.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/rt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/rt/edit_cache: phony esp-idf/rt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/rt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/rt/rebuild_cache: phony esp-idf/rt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/rt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/rt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/rt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/rt/install: phony esp-idf/rt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/rt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/rt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/rt/install/local: phony esp-idf/rt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/rt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/rt/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/rt/install/strip: phony esp-idf/rt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spiffs + + +############################################# +# Order-only phony target for __idf_spiffs + +build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER____idf_spiffs_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spiffs + + +############################################# +# Link the static library esp-idf/spiffs/libspiffs.a + +build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/spiffs/libspiffs.a + TARGET_PDB = spiffs.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/spiffs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spiffs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spiffs/rebuild_cache: phony esp-idf/spiffs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/spiffs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/spiffs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/spiffs/install: phony esp-idf/spiffs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/spiffs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/spiffs/install/local: phony esp-idf/spiffs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/spiffs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/spiffs/install/strip: phony esp-idf/spiffs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/ulp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/ulp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/ulp/rebuild_cache: phony esp-idf/ulp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/ulp/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/ulp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/ulp/install: phony esp-idf/ulp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/ulp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/ulp/install/local: phony esp-idf/ulp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/ulp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/ulp/install/strip: phony esp-idf/ulp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/usb/edit_cache: phony esp-idf/usb/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/usb/rebuild_cache: phony esp-idf/usb/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/usb/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/usb/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/usb/install: phony esp-idf/usb/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/usb/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/usb/install/local: phony esp-idf/usb/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/usb/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/usb/install/strip: phony esp-idf/usb/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wifi_provisioning + + +############################################# +# Order-only phony target for __idf_wifi_provisioning + +build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wifi_provisioning + + +############################################# +# Link the static library esp-idf/wifi_provisioning/libwifi_provisioning.a + +build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj || esp-idf/console/libconsole.a esp-idf/json/libjson.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/wifi_provisioning/libwifi_provisioning.a + TARGET_PDB = wifi_provisioning.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/edit_cache: phony esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/rebuild_cache: phony esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wifi_provisioning/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wifi_provisioning/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install: phony esp-idf/wifi_provisioning/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wifi_provisioning/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install/local: phony esp-idf/wifi_provisioning/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wifi_provisioning/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Order-only phony target for __idf_main + +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_driver_cam cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_ieee802154 cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_rt cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning + +build esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj: C_COMPILER____idf_main_unscanned_ /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d + FLAGS = -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + OBJECT_FILE_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Link the static library esp-idf/main/libmain.a + +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj || esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/ieee802154/libieee802154.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imac_zicsr_zifencei + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = esp-idf/main/libmain.a + TARGET_PDB = main.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main && /opt/homebrew/bin/ccmake -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main && /opt/homebrew/bin/cmake --regenerate-during-build -S/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks -B/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/main/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/main/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main && /opt/homebrew/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/main/install: phony esp-idf/main/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/main/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/main/install/local: phony esp-idf/main/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/main/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main && /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/main/install/strip: phony esp-idf/main/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build __idf_app_trace: phony esp-idf/app_trace/libapp_trace.a + +build __idf_app_update: phony esp-idf/app_update/libapp_update.a + +build __idf_bootloader_support: phony esp-idf/bootloader_support/libbootloader_support.a + +build __idf_cmock: phony esp-idf/cmock/libcmock.a + +build __idf_console: phony esp-idf/console/libconsole.a + +build __idf_cxx: phony esp-idf/cxx/libcxx.a + +build __idf_driver: phony esp-idf/driver/libdriver.a + +build __idf_efuse: phony esp-idf/efuse/libefuse.a + +build __idf_esp-tls: phony esp-idf/esp-tls/libesp-tls.a + +build __idf_esp_adc: phony esp-idf/esp_adc/libesp_adc.a + +build __idf_esp_app_format: phony esp-idf/esp_app_format/libesp_app_format.a + +build __idf_esp_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build __idf_esp_coex: phony esp-idf/esp_coex/libesp_coex.a + +build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a + +build __idf_esp_driver_cam: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +build __idf_esp_driver_gpio: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build __idf_esp_driver_gptimer: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build __idf_esp_driver_i2c: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build __idf_esp_driver_i2s: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build __idf_esp_driver_ledc: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build __idf_esp_driver_mcpwm: phony esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a + +build __idf_esp_driver_parlio: phony esp-idf/esp_driver_parlio/libesp_driver_parlio.a + +build __idf_esp_driver_pcnt: phony esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a + +build __idf_esp_driver_rmt: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build __idf_esp_driver_sdio: phony esp-idf/esp_driver_sdio/libesp_driver_sdio.a + +build __idf_esp_driver_sdm: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build __idf_esp_driver_sdspi: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build __idf_esp_driver_spi: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +build __idf_esp_driver_tsens: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build __idf_esp_driver_uart: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +build __idf_esp_driver_usb_serial_jtag: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build __idf_esp_eth: phony esp-idf/esp_eth/libesp_eth.a + +build __idf_esp_event: phony esp-idf/esp_event/libesp_event.a + +build __idf_esp_gdbstub: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +build __idf_esp_hid: phony esp-idf/esp_hid/libesp_hid.a + +build __idf_esp_http_client: phony esp-idf/esp_http_client/libesp_http_client.a + +build __idf_esp_http_server: phony esp-idf/esp_http_server/libesp_http_server.a + +build __idf_esp_https_ota: phony esp-idf/esp_https_ota/libesp_https_ota.a + +build __idf_esp_https_server: phony esp-idf/esp_https_server/libesp_https_server.a + +build __idf_esp_hw_support: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build __idf_esp_lcd: phony esp-idf/esp_lcd/libesp_lcd.a + +build __idf_esp_local_ctrl: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build __idf_esp_mm: phony esp-idf/esp_mm/libesp_mm.a + +build __idf_esp_netif: phony esp-idf/esp_netif/libesp_netif.a + +build __idf_esp_partition: phony esp-idf/esp_partition/libesp_partition.a + +build __idf_esp_phy: phony esp-idf/esp_phy/libesp_phy.a + +build __idf_esp_pm: phony esp-idf/esp_pm/libesp_pm.a + +build __idf_esp_ringbuf: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +build __idf_esp_rom: phony esp-idf/esp_rom/libesp_rom.a + +build __idf_esp_security: phony esp-idf/esp_security/libesp_security.a + +build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a + +build __idf_esp_timer: phony esp-idf/esp_timer/libesp_timer.a + +build __idf_esp_vfs_console: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +build __idf_esp_wifi: phony esp-idf/esp_wifi/libesp_wifi.a + +build __idf_espcoredump: phony esp-idf/espcoredump/libespcoredump.a + +build __idf_fatfs: phony esp-idf/fatfs/libfatfs.a + +build __idf_freertos: phony esp-idf/freertos/libfreertos.a + +build __idf_hal: phony esp-idf/hal/libhal.a + +build __idf_heap: phony esp-idf/heap/libheap.a + +build __idf_http_parser: phony esp-idf/http_parser/libhttp_parser.a + +build __idf_ieee802154: phony esp-idf/ieee802154/libieee802154.a + +build __idf_json: phony esp-idf/json/libjson.a + +build __idf_log: phony esp-idf/log/liblog.a + +build __idf_lwip: phony esp-idf/lwip/liblwip.a + +build __idf_main: phony esp-idf/main/libmain.a + +build __idf_mbedtls: phony esp-idf/mbedtls/libmbedtls.a + +build __idf_mqtt: phony esp-idf/mqtt/libmqtt.a + +build __idf_newlib: phony esp-idf/newlib/libnewlib.a + +build __idf_nvs_flash: phony esp-idf/nvs_flash/libnvs_flash.a + +build __idf_nvs_sec_provider: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build __idf_protobuf-c: phony esp-idf/protobuf-c/libprotobuf-c.a + +build __idf_protocomm: phony esp-idf/protocomm/libprotocomm.a + +build __idf_pthread: phony esp-idf/pthread/libpthread.a + +build __idf_riscv: phony esp-idf/riscv/libriscv.a + +build __idf_rt: phony esp-idf/rt/librt.a + +build __idf_sdmmc: phony esp-idf/sdmmc/libsdmmc.a + +build __idf_soc: phony esp-idf/soc/libsoc.a + +build __idf_spi_flash: phony esp-idf/spi_flash/libspi_flash.a + +build __idf_spiffs: phony esp-idf/spiffs/libspiffs.a + +build __idf_tcp_transport: phony esp-idf/tcp_transport/libtcp_transport.a + +build __idf_unity: phony esp-idf/unity/libunity.a + +build __idf_vfs: phony esp-idf/vfs/libvfs.a + +build __idf_wear_levelling: phony esp-idf/wear_levelling/libwear_levelling.a + +build __idf_wifi_provisioning: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +build __idf_wpa_supplicant: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +build __ldgen_output_sections.ld: phony esp-idf/esp_system/__ldgen_output_sections.ld + +build apidoc: phony esp-idf/mbedtls/mbedtls/apidoc + +build app-flash: phony esp-idf/esptool_py/app-flash + +build app_check_size: phony esp-idf/esptool_py/app_check_size + +build bootloader-flash: phony esp-idf/bootloader/bootloader-flash + +build custom_bundle: phony esp-idf/mbedtls/custom_bundle + +build efuse-common-table: phony esp-idf/efuse/efuse-common-table + +build efuse-custom-table: phony esp-idf/efuse/efuse-custom-table + +build efuse_common_table: phony esp-idf/efuse/efuse_common_table + +build efuse_custom_table: phony esp-idf/efuse/efuse_custom_table + +build efuse_test_table: phony esp-idf/efuse/efuse_test_table + +build encrypted-app-flash: phony esp-idf/esptool_py/encrypted-app-flash + +build encrypted-bootloader-flash: phony esp-idf/bootloader/encrypted-bootloader-flash + +build encrypted-partition-table-flash: phony esp-idf/partition_table/encrypted-partition-table-flash + +build everest: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build lib: phony esp-idf/mbedtls/mbedtls/library/lib + +build libapp_trace.a: phony esp-idf/app_trace/libapp_trace.a + +build libapp_update.a: phony esp-idf/app_update/libapp_update.a + +build libbootloader_support.a: phony esp-idf/bootloader_support/libbootloader_support.a + +build libcmock.a: phony esp-idf/cmock/libcmock.a + +build libconsole.a: phony esp-idf/console/libconsole.a + +build libcxx.a: phony esp-idf/cxx/libcxx.a + +build libdriver.a: phony esp-idf/driver/libdriver.a + +build libefuse.a: phony esp-idf/efuse/libefuse.a + +build libesp-tls.a: phony esp-idf/esp-tls/libesp-tls.a + +build libesp_adc.a: phony esp-idf/esp_adc/libesp_adc.a + +build libesp_app_format.a: phony esp-idf/esp_app_format/libesp_app_format.a + +build libesp_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build libesp_coex.a: phony esp-idf/esp_coex/libesp_coex.a + +build libesp_common.a: phony esp-idf/esp_common/libesp_common.a + +build libesp_driver_cam.a: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +build libesp_driver_gpio.a: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build libesp_driver_gptimer.a: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build libesp_driver_i2c.a: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build libesp_driver_i2s.a: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build libesp_driver_ledc.a: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build libesp_driver_mcpwm.a: phony esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a + +build libesp_driver_parlio.a: phony esp-idf/esp_driver_parlio/libesp_driver_parlio.a + +build libesp_driver_pcnt.a: phony esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a + +build libesp_driver_rmt.a: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build libesp_driver_sdio.a: phony esp-idf/esp_driver_sdio/libesp_driver_sdio.a + +build libesp_driver_sdm.a: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build libesp_driver_sdspi.a: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build libesp_driver_spi.a: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +build libesp_driver_tsens.a: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build libesp_driver_uart.a: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +build libesp_driver_usb_serial_jtag.a: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build libesp_eth.a: phony esp-idf/esp_eth/libesp_eth.a + +build libesp_event.a: phony esp-idf/esp_event/libesp_event.a + +build libesp_gdbstub.a: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +build libesp_hid.a: phony esp-idf/esp_hid/libesp_hid.a + +build libesp_http_client.a: phony esp-idf/esp_http_client/libesp_http_client.a + +build libesp_http_server.a: phony esp-idf/esp_http_server/libesp_http_server.a + +build libesp_https_ota.a: phony esp-idf/esp_https_ota/libesp_https_ota.a + +build libesp_https_server.a: phony esp-idf/esp_https_server/libesp_https_server.a + +build libesp_hw_support.a: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build libesp_lcd.a: phony esp-idf/esp_lcd/libesp_lcd.a + +build libesp_local_ctrl.a: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build libesp_mm.a: phony esp-idf/esp_mm/libesp_mm.a + +build libesp_netif.a: phony esp-idf/esp_netif/libesp_netif.a + +build libesp_partition.a: phony esp-idf/esp_partition/libesp_partition.a + +build libesp_phy.a: phony esp-idf/esp_phy/libesp_phy.a + +build libesp_pm.a: phony esp-idf/esp_pm/libesp_pm.a + +build libesp_ringbuf.a: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +build libesp_rom.a: phony esp-idf/esp_rom/libesp_rom.a + +build libesp_security.a: phony esp-idf/esp_security/libesp_security.a + +build libesp_system.a: phony esp-idf/esp_system/libesp_system.a + +build libesp_timer.a: phony esp-idf/esp_timer/libesp_timer.a + +build libesp_vfs_console.a: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +build libesp_wifi.a: phony esp-idf/esp_wifi/libesp_wifi.a + +build libespcoredump.a: phony esp-idf/espcoredump/libespcoredump.a + +build libeverest.a: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build libfatfs.a: phony esp-idf/fatfs/libfatfs.a + +build libfreertos.a: phony esp-idf/freertos/libfreertos.a + +build libhal.a: phony esp-idf/hal/libhal.a + +build libheap.a: phony esp-idf/heap/libheap.a + +build libhttp_parser.a: phony esp-idf/http_parser/libhttp_parser.a + +build libieee802154.a: phony esp-idf/ieee802154/libieee802154.a + +build libjson.a: phony esp-idf/json/libjson.a + +build liblog.a: phony esp-idf/log/liblog.a + +build liblwip.a: phony esp-idf/lwip/liblwip.a + +build libmain.a: phony esp-idf/main/libmain.a + +build libmbedcrypto.a: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build libmbedtls.a: phony esp-idf/mbedtls/libmbedtls.a + +build libmbedx509.a: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build libmqtt.a: phony esp-idf/mqtt/libmqtt.a + +build libnewlib.a: phony esp-idf/newlib/libnewlib.a + +build libnvs_flash.a: phony esp-idf/nvs_flash/libnvs_flash.a + +build libnvs_sec_provider.a: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build libp256m.a: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build libprotobuf-c.a: phony esp-idf/protobuf-c/libprotobuf-c.a + +build libprotocomm.a: phony esp-idf/protocomm/libprotocomm.a + +build libpthread.a: phony esp-idf/pthread/libpthread.a + +build libriscv.a: phony esp-idf/riscv/libriscv.a + +build librt.a: phony esp-idf/rt/librt.a + +build libsdmmc.a: phony esp-idf/sdmmc/libsdmmc.a + +build libsoc.a: phony esp-idf/soc/libsoc.a + +build libspi_flash.a: phony esp-idf/spi_flash/libspi_flash.a + +build libspiffs.a: phony esp-idf/spiffs/libspiffs.a + +build libtcp_transport.a: phony esp-idf/tcp_transport/libtcp_transport.a + +build libunity.a: phony esp-idf/unity/libunity.a + +build libvfs.a: phony esp-idf/vfs/libvfs.a + +build libwear_levelling.a: phony esp-idf/wear_levelling/libwear_levelling.a + +build libwifi_provisioning.a: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +build libwpa_supplicant.a: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +build mbedcrypto: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build mbedtls: phony esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +build mbedx509: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build memory.ld: phony esp-idf/esp_system/memory.ld + +build p256m: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build partition-table: phony esp-idf/partition_table/partition-table + +build partition-table-flash: phony esp-idf/partition_table/partition-table-flash + +build partition_table: phony esp-idf/partition_table/partition_table + +build partition_table-flash: phony esp-idf/partition_table/partition_table-flash + +build partition_table_bin: phony esp-idf/partition_table/partition_table_bin + +build sections.ld.in: phony esp-idf/esp_system/sections.ld.in + +build show-efuse-table: phony esp-idf/efuse/show-efuse-table + +build show_efuse_table: phony esp-idf/efuse/show_efuse_table + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build + +build all: phony bootloader app uart_async_rxtxtasks.elf esp-idf/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf + +build esp-idf/all: phony esp-idf/riscv/all esp-idf/esp_driver_gpio/all esp-idf/esp_pm/all esp-idf/mbedtls/all esp-idf/bootloader/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/esp_app_format/all esp-idf/esp_bootloader_format/all esp-idf/app_update/all esp-idf/esp_partition/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/esp_mm/all esp-idf/spi_flash/all esp-idf/esp_system/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/hal/all esp-idf/log/all esp-idf/heap/all esp-idf/soc/all esp-idf/esp_security/all esp-idf/esp_hw_support/all esp-idf/freertos/all esp-idf/newlib/all esp-idf/pthread/all esp-idf/cxx/all esp-idf/esp_timer/all esp-idf/esp_driver_gptimer/all esp-idf/esp_ringbuf/all esp-idf/esp_driver_uart/all esp-idf/app_trace/all esp-idf/esp_event/all esp-idf/nvs_flash/all esp-idf/esp_driver_pcnt/all esp-idf/esp_driver_spi/all esp-idf/esp_driver_mcpwm/all esp-idf/esp_driver_ana_cmpr/all esp-idf/esp_driver_i2s/all esp-idf/sdmmc/all esp-idf/esp_driver_sdmmc/all esp-idf/esp_driver_sdspi/all esp-idf/esp_driver_sdio/all esp-idf/esp_driver_dac/all esp-idf/esp_driver_rmt/all esp-idf/esp_driver_tsens/all esp-idf/esp_driver_sdm/all esp-idf/esp_driver_i2c/all esp-idf/esp_driver_ledc/all esp-idf/esp_driver_parlio/all esp-idf/esp_driver_usb_serial_jtag/all esp-idf/driver/all esp-idf/esp_phy/all esp-idf/esp_vfs_console/all esp-idf/vfs/all esp-idf/lwip/all esp-idf/esp_netif_stack/all esp-idf/esp_netif/all esp-idf/wpa_supplicant/all esp-idf/esp_coex/all esp-idf/esp_wifi/all esp-idf/bt/all esp-idf/unity/all esp-idf/cmock/all esp-idf/console/all esp-idf/http_parser/all esp-idf/esp-tls/all esp-idf/esp_adc/all esp-idf/esp_driver_isp/all esp-idf/esp_driver_cam/all esp-idf/esp_driver_jpeg/all esp-idf/esp_driver_ppa/all esp-idf/esp_driver_touch_sens/all esp-idf/esp_eth/all esp-idf/esp_gdbstub/all esp-idf/esp_hid/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/esp_psram/all esp-idf/esp_lcd/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/esp_local_ctrl/all esp-idf/espcoredump/all esp-idf/wear_levelling/all esp-idf/fatfs/all esp-idf/idf_test/all esp-idf/ieee802154/all esp-idf/json/all esp-idf/mqtt/all esp-idf/nvs_sec_provider/all esp-idf/openthread/all esp-idf/rt/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/main/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace + +build esp-idf/app_trace/all: phony esp-idf/app_trace/libapp_trace.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update + +build esp-idf/app_update/all: phony esp-idf/app_update/libapp_update.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader + +build esp-idf/bootloader/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support + +build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt + +build esp-idf/bt/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock + +build esp-idf/cmock/all: phony esp-idf/cmock/libcmock.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console + +build esp-idf/console/all: phony esp-idf/console/libconsole.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx + +build esp-idf/cxx/all: phony esp-idf/cxx/libcxx.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver + +build esp-idf/driver/all: phony esp-idf/driver/libdriver.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse + +build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls + +build esp-idf/esp-tls/all: phony esp-idf/esp-tls/libesp-tls.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc + +build esp-idf/esp_adc/all: phony esp-idf/esp_adc/libesp_adc.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format + +build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format + +build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex + +build esp-idf/esp_coex/all: phony esp-idf/esp_coex/libesp_coex.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common + +build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr + +build esp-idf/esp_driver_ana_cmpr/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam + +build esp-idf/esp_driver_cam/all: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac + +build esp-idf/esp_driver_dac/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio + +build esp-idf/esp_driver_gpio/all: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer + +build esp-idf/esp_driver_gptimer/all: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c + +build esp-idf/esp_driver_i2c/all: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s + +build esp-idf/esp_driver_i2s/all: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp + +build esp-idf/esp_driver_isp/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg + +build esp-idf/esp_driver_jpeg/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc + +build esp-idf/esp_driver_ledc/all: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm + +build esp-idf/esp_driver_mcpwm/all: phony esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio + +build esp-idf/esp_driver_parlio/all: phony esp-idf/esp_driver_parlio/libesp_driver_parlio.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt + +build esp-idf/esp_driver_pcnt/all: phony esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa + +build esp-idf/esp_driver_ppa/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt + +build esp-idf/esp_driver_rmt/all: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio + +build esp-idf/esp_driver_sdio/all: phony esp-idf/esp_driver_sdio/libesp_driver_sdio.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm + +build esp-idf/esp_driver_sdm/all: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc + +build esp-idf/esp_driver_sdmmc/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi + +build esp-idf/esp_driver_sdspi/all: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi + +build esp-idf/esp_driver_spi/all: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens + +build esp-idf/esp_driver_touch_sens/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens + +build esp-idf/esp_driver_tsens/all: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart + +build esp-idf/esp_driver_uart/all: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag + +build esp-idf/esp_driver_usb_serial_jtag/all: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth + +build esp-idf/esp_eth/all: phony esp-idf/esp_eth/libesp_eth.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event + +build esp-idf/esp_event/all: phony esp-idf/esp_event/libesp_event.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub + +build esp-idf/esp_gdbstub/all: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid + +build esp-idf/esp_hid/all: phony esp-idf/esp_hid/libesp_hid.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client + +build esp-idf/esp_http_client/all: phony esp-idf/esp_http_client/libesp_http_client.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server + +build esp-idf/esp_http_server/all: phony esp-idf/esp_http_server/libesp_http_server.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota + +build esp-idf/esp_https_ota/all: phony esp-idf/esp_https_ota/libesp_https_ota.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server + +build esp-idf/esp_https_server/all: phony esp-idf/esp_https_server/libesp_https_server.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support + +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32c6/all esp-idf/esp_hw_support/lowpower/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower + +build esp-idf/esp_hw_support/lowpower/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6 + +build esp-idf/esp_hw_support/port/esp32c6/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd + +build esp-idf/esp_lcd/all: phony esp-idf/esp_lcd/libesp_lcd.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl + +build esp-idf/esp_local_ctrl/all: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm + +build esp-idf/esp_mm/all: phony esp-idf/esp_mm/libesp_mm.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif + +build esp-idf/esp_netif/all: phony esp-idf/esp_netif/libesp_netif.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack + +build esp-idf/esp_netif_stack/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition + +build esp-idf/esp_partition/all: phony esp-idf/esp_partition/libesp_partition.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy + +build esp-idf/esp_phy/all: phony esp-idf/esp_phy/libesp_phy.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm + +build esp-idf/esp_pm/all: phony esp-idf/esp_pm/libesp_pm.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram + +build esp-idf/esp_psram/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf + +build esp-idf/esp_ringbuf/all: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom + +build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security + +build esp-idf/esp_security/all: phony esp-idf/esp_security/libesp_security.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system + +build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a esp-idf/esp_system/port/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port + +build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32c6/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6 + +build esp-idf/esp_system/port/soc/esp32c6/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer + +build esp-idf/esp_timer/all: phony esp-idf/esp_timer/libesp_timer.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console + +build esp-idf/esp_vfs_console/all: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi + +build esp-idf/esp_wifi/all: phony esp-idf/esp_wifi/libesp_wifi.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump + +build esp-idf/espcoredump/all: phony esp-idf/espcoredump/libespcoredump.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py + +build esp-idf/esptool_py/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs + +build esp-idf/fatfs/all: phony esp-idf/fatfs/libfatfs.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos + +build esp-idf/freertos/all: phony esp-idf/freertos/libfreertos.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal + +build esp-idf/hal/all: phony esp-idf/hal/libhal.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap + +build esp-idf/heap/all: phony esp-idf/heap/libheap.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser + +build esp-idf/http_parser/all: phony esp-idf/http_parser/libhttp_parser.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test + +build esp-idf/idf_test/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154 + +build esp-idf/ieee802154/all: phony esp-idf/ieee802154/libieee802154.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json + +build esp-idf/json/all: phony esp-idf/json/libjson.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log + +build esp-idf/log/all: phony esp-idf/log/liblog.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip + +build esp-idf/lwip/all: phony esp-idf/lwip/liblwip.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main + +build esp-idf/main/all: phony esp-idf/main/libmain.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls + +build esp-idf/mbedtls/all: phony esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls + +build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/include/all esp-idf/mbedtls/mbedtls/3rdparty/all esp-idf/mbedtls/mbedtls/library/all esp-idf/mbedtls/mbedtls/pkgconfig/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty + +build esp-idf/mbedtls/mbedtls/3rdparty/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/all esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include + +build esp-idf/mbedtls/mbedtls/include/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library + +build esp-idf/mbedtls/mbedtls/library/all: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig + +build esp-idf/mbedtls/mbedtls/pkgconfig/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt + +build esp-idf/mqtt/all: phony esp-idf/mqtt/libmqtt.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib + +build esp-idf/newlib/all: phony esp-idf/newlib/libnewlib.a esp-idf/newlib/port/all + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port + +build esp-idf/newlib/port/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash + +build esp-idf/nvs_flash/all: phony esp-idf/nvs_flash/libnvs_flash.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider + +build esp-idf/nvs_sec_provider/all: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread + +build esp-idf/openthread/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table + +build esp-idf/partition_table/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c + +build esp-idf/protobuf-c/all: phony esp-idf/protobuf-c/libprotobuf-c.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm + +build esp-idf/protocomm/all: phony esp-idf/protocomm/libprotocomm.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread + +build esp-idf/pthread/all: phony esp-idf/pthread/libpthread.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv + +build esp-idf/riscv/all: phony esp-idf/riscv/libriscv.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt + +build esp-idf/rt/all: phony esp-idf/rt/librt.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc + +build esp-idf/sdmmc/all: phony esp-idf/sdmmc/libsdmmc.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc + +build esp-idf/soc/all: phony esp-idf/soc/libsoc.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash + +build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs + +build esp-idf/spiffs/all: phony esp-idf/spiffs/libspiffs.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport + +build esp-idf/tcp_transport/all: phony esp-idf/tcp_transport/libtcp_transport.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp + +build esp-idf/ulp/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity + +build esp-idf/unity/all: phony esp-idf/unity/libunity.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb + +build esp-idf/usb/all: phony + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs + +build esp-idf/vfs/all: phony esp-idf/vfs/libvfs.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling + +build esp-idf/wear_levelling/all: phony esp-idf/wear_levelling/libwear_levelling.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning + +build esp-idf/wifi_provisioning/all: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +# ============================================================================= + +############################################# +# Folder: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant + +build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /Users/james/Development/psionrevo/esp/esp-idf/.git/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/unity/unity/HEAD /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/app_update/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/host/nimble/nimble/.git /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/.git /Users/james/Development/psionrevo/esp/esp-idf/components/console/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/driver/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/sources.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld/ld.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/espefuse.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/hal/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/heap/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/.git /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/json/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/.git /Users/james/Development/psionrevo/esp/esp-idf/components/log/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/openthread/.git /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/partitions_singleapp.csv /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/.git /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/rt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/soc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/.git /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/ulp/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/ulp/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/unity/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/.git /Users/james/Development/psionrevo/esp/esp-idf/components/usb/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/build.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/component.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/depgraph.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/dfu.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/git_submodules.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/idf.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/kconfig.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/ldgen.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/prefix_map.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project_description.json.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/targets.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/tool_version_check.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/utilities.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/version.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/confgen.py /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/config.env.in /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/CMakeLists.txt /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/CMakeLists.txt /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig /opt/homebrew/share/cmake/Modules/CMakeASMInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCXXInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /opt/homebrew/share/cmake/Modules/CMakeGenericSystem.cmake /opt/homebrew/share/cmake/Modules/CMakeInitializeConfigs.cmake /opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake /opt/homebrew/share/cmake/Modules/CMakePackageConfigHelpers.cmake /opt/homebrew/share/cmake/Modules/CMakePrintHelpers.cmake /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake /opt/homebrew/share/cmake/Modules/CheckLibraryExists.cmake /opt/homebrew/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-ASM.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-C.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake /opt/homebrew/share/cmake/Modules/ExternalProject.cmake /opt/homebrew/share/cmake/Modules/ExternalProject/PatchInfo.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /opt/homebrew/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /opt/homebrew/share/cmake/Modules/FindGit.cmake /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /opt/homebrew/share/cmake/Modules/FindPackageMessage.cmake /opt/homebrew/share/cmake/Modules/FindPython/Support.cmake /opt/homebrew/share/cmake/Modules/FindPython3.cmake /opt/homebrew/share/cmake/Modules/FindThreads.cmake /opt/homebrew/share/cmake/Modules/GNUInstallDirs.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/Platform/Generic.cmake /opt/homebrew/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.31.5/CMakeASMCompiler.cmake CMakeFiles/3.31.5/CMakeCCompiler.cmake CMakeFiles/3.31.5/CMakeCXXCompiler.cmake CMakeFiles/3.31.5/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /Users/james/Development/psionrevo/esp/esp-idf/.git/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /Users/james/Development/psionrevo/esp/esp-idf/.git/modules/components/unity/unity/HEAD /Users/james/Development/psionrevo/esp/esp-idf/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/app_update/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/bt/host/nimble/nimble/.git /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/.git /Users/james/Development/psionrevo/esp/esp-idf/components/console/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/driver/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/sources.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ld/ld.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/espefuse.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/hal/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/heap/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/.git /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/json/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/.git /Users/james/Development/psionrevo/esp/esp-idf/components/log/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/.git /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/lib/.git /Users/james/Development/psionrevo/esp/esp-idf/components/openthread/openthread/.git /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/partitions_singleapp.csv /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/.git /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/rt/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/soc/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/.git /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/ulp/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/ulp/project_include.cmake /Users/james/Development/psionrevo/esp/esp-idf/components/unity/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/.git /Users/james/Development/psionrevo/esp/esp-idf/components/usb/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/build.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/component.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/depgraph.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/dfu.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/git_submodules.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/idf.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/kconfig.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/ldgen.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/prefix_map.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/project_description.json.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/targets.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/tool_version_check.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/toolchain-esp32c6.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/utilities.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/cmake/version.cmake /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/confgen.py /Users/james/Development/psionrevo/esp/esp-idf/tools/kconfig_new/config.env.in /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/CMakeLists.txt /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/CMakeLists.txt /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig /opt/homebrew/share/cmake/Modules/CMakeASMInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCXXInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /opt/homebrew/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /opt/homebrew/share/cmake/Modules/CMakeGenericSystem.cmake /opt/homebrew/share/cmake/Modules/CMakeInitializeConfigs.cmake /opt/homebrew/share/cmake/Modules/CMakeLanguageInformation.cmake /opt/homebrew/share/cmake/Modules/CMakePackageConfigHelpers.cmake /opt/homebrew/share/cmake/Modules/CMakePrintHelpers.cmake /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /opt/homebrew/share/cmake/Modules/CheckCCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/CheckCXXCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/CheckCXXSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/CheckIncludeFile.cmake /opt/homebrew/share/cmake/Modules/CheckLibraryExists.cmake /opt/homebrew/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-ASM.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-C.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU-CXX.cmake /opt/homebrew/share/cmake/Modules/Compiler/GNU.cmake /opt/homebrew/share/cmake/Modules/ExternalProject.cmake /opt/homebrew/share/cmake/Modules/ExternalProject/PatchInfo.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /opt/homebrew/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /opt/homebrew/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /opt/homebrew/share/cmake/Modules/FindGit.cmake /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /opt/homebrew/share/cmake/Modules/FindPackageMessage.cmake /opt/homebrew/share/cmake/Modules/FindPython/Support.cmake /opt/homebrew/share/cmake/Modules/FindPython3.cmake /opt/homebrew/share/cmake/Modules/FindThreads.cmake /opt/homebrew/share/cmake/Modules/GNUInstallDirs.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /opt/homebrew/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /opt/homebrew/share/cmake/Modules/Platform/Generic.cmake /opt/homebrew/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.31.5/CMakeASMCompiler.cmake CMakeFiles/3.31.5/CMakeCCompiler.cmake CMakeFiles/3.31.5/CMakeCXXCompiler.cmake CMakeFiles/3.31.5/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 0000000..825be73 --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..0024b92 --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,5528 @@ +[ +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -o CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/project_elf_src_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/project_elf_src_esp32c6.c", + "output": "CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/instruction_decode.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/instruction_decode.c", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt.c", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors.S", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors.S", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt_plic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt_plic.c", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_flex_glitch_filter.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_flex_glitch_filter.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_etm.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_locks.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_locks.c", + "output": "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_trace.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_trace.c", + "output": "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_impl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_impl.c", + "output": "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", + "output": "esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/x509_crt_bundle.S", + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/x509_crt_bundle.S", + "output": "esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"uart_async_rxtxtasks\\\" -DPROJECT_VER=\\\"1\\\" -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/esp_app_desc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/esp_app_desc.c", + "output": "esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "output": "esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_ops.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_ops.c", + "output": "esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_app_desc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_app_desc.c", + "output": "esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition.c", + "output": "esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition_target.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition_target.c", + "output": "esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/secure_boot_secure_features.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/secure_boot_secure_features.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_mmu_map.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_mmu_map.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/port/esp32c6/ext_mem_layout.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/port/esp32c6/ext_mem_layout.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_cache.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_cache.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/heap_align_hw.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/heap_align_hw.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/memspi_host_driver.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/memspi_host_driver.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/cache_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/cache_utils.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_mmap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_mmap.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_ops.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_ops.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_api.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_api.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include/spi_flash -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/crosscore_int.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/crosscore_int.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_ipc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_ipc.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/freertos_hooks.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/freertos_hooks.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/int_wdt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/int_wdt.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/panic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/panic.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_system.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_system.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup_funcs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup_funcs.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/system_time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/system_time.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/stack_check.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/stack_check.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ubsan.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ubsan.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/xt_wdt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/xt_wdt.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/systick_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/systick_etm.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/hw_stack_guard.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/hw_stack_guard.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/cpu_start.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/cpu_start.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/panic_handler.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/panic_handler.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/esp_system_chip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/esp_system_chip.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/image_process.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/image_process.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/brownout.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/brownout.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/clk.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/clk.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/reset_reason.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/reset_reason.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/system_internal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/system_internal.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/cache_err_int.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/cache_err_int.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "output": "esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_tlsf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_tlsf.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_multi_heap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_multi_heap.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/color_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/color_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/clk_tree_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/clk_tree_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/gpio_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/gpio_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/rtc_io_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/rtc_io_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/timer_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/timer_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/rmt_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/rmt_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/pcnt_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/pcnt_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mcpwm_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mcpwm_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_top.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_top.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2s_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2s_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdm_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdm_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/etm_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/etm_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/parlio_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/parlio_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal_common.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_oneshot_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_oneshot_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ecc_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ecc_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/mpi_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mpi_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/sha_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sha_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/aes_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/aes_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/modem_clock_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/modem_clock_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pau_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pau_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/brownout_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/brownout_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal_iram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hd_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hd_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdio_slave_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdio_slave_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pmu_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pmu_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/apm_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/apm_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/hmac_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/hmac_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/ds_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ds_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/hal/usb_serial_jtag_hal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/usb_serial_jtag_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_timestamp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_timestamp.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_lock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_lock.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_write.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_write.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/buffer/log_buffers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/buffer/log_buffers.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/util.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/util.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/log_level.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/log_level.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_base.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_base.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_init.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/heap/multi_heap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/multi_heap.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/memory_layout_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/memory_layout_utils.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/esp32c6/memory_layout.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/esp32c6/memory_layout.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/init.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_hmac.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_hmac.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_ds.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_ds.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_dpa_protection.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_dpa_protection.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clk.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clk.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/hw_random.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/hw_random.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/intr_alloc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/intr_alloc.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mac_addr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mac_addr.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/revision.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/revision.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/rtc_module.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/rtc_module.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modem.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modes.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modes.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_console.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_console.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_event.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_event.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/io_mux.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/io_mux.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_clk_tree.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_clk_tree.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_retention.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_retention.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_system_peripheral.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_system_peripheral.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_sleep_retention.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_sleep_retention.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_etm.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/systimer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/systimer.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_etm.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/pau_regdma.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/pau_regdma.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/regdma_link.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/regdma_link.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/modem_clock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/modem_clock.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/sar_periph_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/sar_periph_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu_asm.S", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu_asm.S", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_clock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_clock.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/esp_private -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_modem_state.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_modem_state.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/heap_idf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/heap_idf.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/app_startup.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/app_startup.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_common.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_systick.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_systick.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/abort.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/abort.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/assert.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/assert.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-builtin -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/heap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/heap.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/flockfile.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/flockfile.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/locks.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/locks.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/poll.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/poll.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/pthread.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/pthread.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/random.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/random.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/getentropy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/getentropy.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/reent_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/reent_init.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/newlib_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/newlib_init.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/syscalls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/syscalls.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/termios.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/termios.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/stdatomic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/stdatomic.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/time.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/sysconf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/sysconf.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/realpath.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/realpath.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/scandir.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/scandir.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port/esp_time_impl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port/esp_time_impl.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_cond_var.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_cond_var.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_local_storage.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_local_storage.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_rwlock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_rwlock.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_semaphore.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_semaphore.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", + "output": "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_guards.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_guards.cpp", + "output": "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_init.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_init.cpp", + "output": "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/system_time.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/system_time.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_etm.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", + "output": "esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", + "output": "esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_etm.c", + "output": "esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/ringbuf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/ringbuf.c", + "output": "esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart.c", + "output": "esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", + "output": "esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace_util.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace_util.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/host_file_io.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/host_file_io.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/port_uart.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/port_uart.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/default_event_loop.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/default_event_loop.c", + "output": "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event.c", + "output": "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event_private.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event_private.c", + "output": "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c", + "output": "esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_etm.c", + "output": "esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_etm.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_common.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_init.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_io.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_io.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_sd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_sd.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", + "output": "esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", + "output": "esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", + "output": "esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c", + "output": "esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c", + "output": "esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor_etm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor_etm.c", + "output": "esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", + "output": "esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", + "output": "esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", + "output": "esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", + "output": "esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", + "output": "esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_common.c", + "output": "esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_tx.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_tx.c", + "output": "esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_rx.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_rx.c", + "output": "esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", + "output": "esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", + "output": "esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c", + "output": "esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/timer_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/timer_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/i2c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/i2c.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/twai.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/twai.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_override.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_override.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/lib_printf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/lib_printf.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_common.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_init.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/phy_init_data.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/phy_init_data.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/btbb_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/btbb_init.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/vfs_console.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/vfs_console.c", + "output": "esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_eventfd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_eventfd.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_semihost.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_semihost.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/vfs/nullfs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/nullfs.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/sntp/sntp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/sntp/sntp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/err.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/err.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/def.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/def.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/dns.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/dns.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/init.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/mem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/mem.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/memp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/memp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/netif.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/netif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/raw.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/raw.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/stats.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/stats.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/sys.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/sys.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/udp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/udp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-array-parameter -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/sockets_ext.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/sockets_ext.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_objects.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_objects.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/eloop.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/eloop.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/lib_printf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/lib_printf.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/esp32c6/esp_coex_adapter.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/esp32c6/esp_coex_adapter.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/lib_printf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/lib_printf.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/mesh_event.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/mesh_event.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_init.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/esp32c6/esp_adapter.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/esp32c6/esp_adapter.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src/unity.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src/unity.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_compat.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_compat.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_runner.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_runner.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_freertos.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_freertos.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_cache.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_cache.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_memory.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_memory.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_port_esp32.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_port_esp32.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src/cmock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src/cmock.c", + "output": "esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/commands.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/commands.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_common.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/split_argv.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/split_argv.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/linenoise/linenoise.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/linenoise/linenoise.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_repl_chip.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_repl_chip.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_cmd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_cmd.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_date.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_date.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dbl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dbl.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dstr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dstr.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_end.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_end.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_file.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_file.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_hashtable.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_hashtable.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_int.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_int.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_lit.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_lit.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rem.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rex.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rex.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_str.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_str.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_utils.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/console/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/argtable3.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/argtable3.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser/http_parser.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser/http_parser.c", + "output": "esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_oneshot.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_oneshot.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_common.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_continuous.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_continuous.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_monitor.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_monitor.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/gdma/adc_dma.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/gdma/adc_dma.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_filter.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_filter.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/curve_fitting_coefficients.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/curve_fitting_coefficients.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "output": "esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "output": "esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/packet.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/packet.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidd.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidh.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidh.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ssl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ssl.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_internal.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_internal.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ws.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ws.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/esp_http_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/esp_http_client.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_auth.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_auth.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_header.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_header.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_utils.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_main.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_main.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "output": "esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/src/https_server.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/src/https_server.c", + "output": "esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/priv_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "output": "esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common/protocomm.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common/protocomm.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security0.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security0.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security1.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security1.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security2.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security2.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_init.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_init.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_common.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_common.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Partition.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Partition.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/crc32.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/crc32.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ff.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ff.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ffunicode.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ffunicode.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/esp_ieee802154.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/esp_ieee802154.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_ack.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_ack.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_dev.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_dev.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_frame.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_frame.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_pib.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_pib.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_util.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_util.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_sec.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_sec.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_timer.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_timer.c", + "output": "esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON.c", + "output": "esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", + "output": "esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "output": "esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", + "output": "esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", + "output": "esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs_api.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs_api.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/esp_spiffs.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/esp_spiffs.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/manager.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/manager.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/handlers.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/handlers.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj -c /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "file": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj" +}, +{ + "directory": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "command": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c", + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c", + "output": "esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj" +} +] \ No newline at end of file diff --git a/build/config.env b/build/config.env new file mode 100644 index 0000000..e492281 --- /dev/null +++ b/build/config.env @@ -0,0 +1,12 @@ +{ + "COMPONENT_KCONFIGS": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/bt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/console/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/driver/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/heap/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/log/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/openthread/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/soc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/ulp/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/unity/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/usb/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/bt/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/driver/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/sdkconfig.rename;/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/sdkconfig.rename", + "IDF_TARGET": "esp32c6", + "IDF_TOOLCHAIN": "gcc", + "IDF_VERSION": "5.4.0", + "IDF_ENV_FPGA": "", + "IDF_PATH": "/Users/james/Development/psionrevo/esp/esp-idf", + "COMPONENT_KCONFIGS_SOURCE_FILE": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/kconfigs_projbuild.in" +} diff --git a/build/config/kconfig_menus.json b/build/config/kconfig_menus.json new file mode 100644 index 0000000..2b8d481 --- /dev/null +++ b/build/config/kconfig_menus.json @@ -0,0 +1,30499 @@ +[ + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SUPPORTED", + "name": "SOC_ADC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDICATED_GPIO_SUPPORTED", + "name": "SOC_DEDICATED_GPIO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORTED", + "name": "SOC_UART_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_SUPPORTED", + "name": "SOC_GDMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AHB_GDMA_SUPPORTED", + "name": "SOC_AHB_GDMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPTIMER_SUPPORTED", + "name": "SOC_GPTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORTED", + "name": "SOC_PCNT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORTED", + "name": "SOC_MCPWM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTED", + "name": "SOC_TWAI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_SUPPORTED", + "name": "SOC_ETM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_SUPPORTED", + "name": "SOC_PARLIO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BT_SUPPORTED", + "name": "SOC_BT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_IEEE802154_SUPPORTED", + "name": "SOC_IEEE802154_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ASYNC_MEMCPY_SUPPORTED", + "name": "SOC_ASYNC_MEMCPY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "name": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMP_SENSOR_SUPPORTED", + "name": "SOC_TEMP_SENSOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_SUPPORTED", + "name": "SOC_PHY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_SUPPORTED", + "name": "SOC_WIFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORTS_SECURE_DL_MODE", + "name": "SOC_SUPPORTS_SECURE_DL_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_SUPPORTED", + "name": "SOC_ULP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_CORE_SUPPORTED", + "name": "SOC_LP_CORE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_KEY_PURPOSE_FIELD", + "name": "SOC_EFUSE_KEY_PURPOSE_FIELD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SUPPORTED", + "name": "SOC_EFUSE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_FAST_MEM_SUPPORTED", + "name": "SOC_RTC_FAST_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_MEM_SUPPORTED", + "name": "SOC_RTC_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTED", + "name": "SOC_I2S_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORTED", + "name": "SOC_RMT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_SUPPORTED", + "name": "SOC_SDM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPSPI_SUPPORTED", + "name": "SOC_GPSPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORTED", + "name": "SOC_LEDC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORTED", + "name": "SOC_I2C_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORTED", + "name": "SOC_SYSTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_COEXISTENCE", + "name": "SOC_SUPPORT_COEXISTENCE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORTED", + "name": "SOC_AES_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_SUPPORTED", + "name": "SOC_MPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORTED", + "name": "SOC_SHA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HMAC_SUPPORTED", + "name": "SOC_HMAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DIG_SIGN_SUPPORTED", + "name": "SOC_DIG_SIGN_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ECC_SUPPORTED", + "name": "SOC_ECC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENC_SUPPORTED", + "name": "SOC_FLASH_ENC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_SUPPORTED", + "name": "SOC_SECURE_BOOT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDIO_SLAVE_SUPPORTED", + "name": "SOC_SDIO_SLAVE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BOD_SUPPORTED", + "name": "SOC_BOD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APM_SUPPORTED", + "name": "SOC_APM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PMU_SUPPORTED", + "name": "SOC_PMU_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PAU_SUPPORTED", + "name": "SOC_PAU_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_TIMER_SUPPORTED", + "name": "SOC_LP_TIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_AON_SUPPORTED", + "name": "SOC_LP_AON_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_PERIPHERALS_SUPPORTED", + "name": "SOC_LP_PERIPHERALS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_I2C_SUPPORTED", + "name": "SOC_LP_I2C_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_LP_UART_SUPPORTED", + "name": "SOC_ULP_LP_UART_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_TREE_SUPPORTED", + "name": "SOC_CLK_TREE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ASSIST_DEBUG_SUPPORTED", + "name": "SOC_ASSIST_DEBUG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WDT_SUPPORTED", + "name": "SOC_WDT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_FLASH_SUPPORTED", + "name": "SOC_SPI_FLASH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RNG_SUPPORTED", + "name": "SOC_RNG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LIGHT_SLEEP_SUPPORTED", + "name": "SOC_LIGHT_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEEP_SLEEP_SUPPORTED", + "name": "SOC_DEEP_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MODEM_CLOCK_SUPPORTED", + "name": "SOC_MODEM_CLOCK_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORTED", + "name": "SOC_PM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_40M", + "name": "SOC_XTAL_SUPPORT_40M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_DMA", + "name": "SOC_AES_SUPPORT_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_GDMA", + "name": "SOC_AES_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_128", + "name": "SOC_AES_SUPPORT_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_256", + "name": "SOC_AES_SUPPORT_AES_256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_CTRL_SUPPORTED", + "name": "SOC_ADC_DIG_CTRL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "name": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MONITOR_SUPPORTED", + "name": "SOC_ADC_MONITOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DMA_SUPPORTED", + "name": "SOC_ADC_DMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PERIPH_NUM", + "name": "SOC_ADC_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MAX_CHANNEL_NUM", + "name": "SOC_ADC_MAX_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_ATTEN_NUM", + "name": "SOC_ADC_ATTEN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_CONTROLLER_NUM", + "name": "SOC_ADC_DIGI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PATT_LEN_MAX", + "name": "SOC_ADC_PATT_LEN_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MAX_BITWIDTH", + "name": "SOC_ADC_DIGI_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MIN_BITWIDTH", + "name": "SOC_ADC_DIGI_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "name": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MONITOR_NUM", + "name": "SOC_ADC_DIGI_MONITOR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_RESULT_BYTES", + "name": "SOC_ADC_DIGI_RESULT_BYTES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "name": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MIN_BITWIDTH", + "name": "SOC_ADC_RTC_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MAX_BITWIDTH", + "name": "SOC_ADC_RTC_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "name": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "name": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED", + "name": "SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_TEMPERATURE_SHARE_INTR", + "name": "SOC_ADC_TEMPERATURE_SHARE_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SHARED_POWER", + "name": "SOC_ADC_SHARED_POWER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APB_BACKUP_DMA", + "name": "SOC_APB_BACKUP_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BROWNOUT_RESET_SUPPORTED", + "name": "SOC_BROWNOUT_RESET_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHARED_IDCACHE_SUPPORTED", + "name": "SOC_SHARED_IDCACHE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CACHE_FREEZE_SUPPORTED", + "name": "SOC_CACHE_FREEZE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_CORES_NUM", + "name": "SOC_CPU_CORES_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_INTR_NUM", + "name": "SOC_CPU_INTR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_FLEXIBLE_INTC", + "name": "SOC_CPU_HAS_FLEXIBLE_INTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_INT_PLIC_SUPPORTED", + "name": "SOC_INT_PLIC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_CSR_PC", + "name": "SOC_CPU_HAS_CSR_PC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_BREAKPOINTS_NUM", + "name": "SOC_CPU_BREAKPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINTS_NUM", + "name": "SOC_CPU_WATCHPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "name": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_PMA", + "name": "SOC_CPU_HAS_PMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "name": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_PMP_REGION_GRANULARITY", + "name": "SOC_CPU_PMP_REGION_GRANULARITY", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_SIGNATURE_MAX_BIT_LEN", + "name": "SOC_DS_SIGNATURE_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", + "name": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_KEY_CHECK_MAX_WAIT_US", + "name": "SOC_DS_KEY_CHECK_MAX_WAIT_US", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AHB_GDMA_VERSION", + "name": "SOC_AHB_GDMA_VERSION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_NUM_GROUPS_MAX", + "name": "SOC_GDMA_NUM_GROUPS_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "name": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_SUPPORT_ETM", + "name": "SOC_GDMA_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_SUPPORT_SLEEP_RETENTION", + "name": "SOC_GDMA_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_GROUPS", + "name": "SOC_ETM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_CHANNELS_PER_GROUP", + "name": "SOC_ETM_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ETM_SUPPORT_SLEEP_RETENTION", + "name": "SOC_ETM_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PORT", + "name": "SOC_GPIO_PORT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PIN_COUNT", + "name": "SOC_GPIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", + "name": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_FLEX_GLITCH_FILTER_NUM", + "name": "SOC_GPIO_FLEX_GLITCH_FILTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_ETM", + "name": "SOC_GPIO_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_RTC_INDEPENDENT", + "name": "SOC_GPIO_SUPPORT_RTC_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "name": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_IO_CLOCK_IS_INDEPENDENT", + "name": "SOC_LP_IO_CLOCK_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_IN_RANGE_MAX", + "name": "SOC_GPIO_IN_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_OUT_RANGE_MAX", + "name": "SOC_GPIO_OUT_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "name": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "name": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "name": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP", + "name": "SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "name": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLOCKOUT_HAS_SOURCE_GATE", + "name": "SOC_CLOCKOUT_HAS_SOURCE_GATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "name": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_PIN_COUNT", + "name": "SOC_RTCIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "name": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_HOLD_SUPPORTED", + "name": "SOC_RTCIO_HOLD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_WAKE_SUPPORTED", + "name": "SOC_RTCIO_WAKE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "name": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_NUM", + "name": "SOC_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HP_I2C_NUM", + "name": "SOC_HP_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_FIFO_LEN", + "name": "SOC_I2C_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_CMD_REG_NUM", + "name": "SOC_I2C_CMD_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_SLAVE", + "name": "SOC_I2C_SUPPORT_SLAVE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_HW_FSM_RST", + "name": "SOC_I2C_SUPPORT_HW_FSM_RST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "name": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_XTAL", + "name": "SOC_I2C_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_RTC", + "name": "SOC_I2C_SUPPORT_RTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_10BIT_ADDR", + "name": "SOC_I2C_SUPPORT_10BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "name": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "name": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", + "name": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH", + "name": "SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_SLEEP_RETENTION", + "name": "SOC_I2C_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_I2C_NUM", + "name": "SOC_LP_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_I2C_FIFO_LEN", + "name": "SOC_LP_I2C_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_NUM", + "name": "SOC_I2S_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_HW_VERSION_2", + "name": "SOC_I2S_HW_VERSION_2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_ETM", + "name": "SOC_I2S_SUPPORTS_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_XTAL", + "name": "SOC_I2S_SUPPORTS_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PLL_F160M", + "name": "SOC_I2S_SUPPORTS_PLL_F160M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PCM", + "name": "SOC_I2S_SUPPORTS_PCM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM", + "name": "SOC_I2S_SUPPORTS_PDM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM_TX", + "name": "SOC_I2S_SUPPORTS_PDM_TX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_PDM_MAX_TX_LINES", + "name": "SOC_I2S_PDM_MAX_TX_LINES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_TDM", + "name": "SOC_I2S_SUPPORTS_TDM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORT_SLEEP_RETENTION", + "name": "SOC_I2S_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_PLL_DIV_CLOCK", + "name": "SOC_LEDC_SUPPORT_PLL_DIV_CLOCK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_XTAL_CLOCK", + "name": "SOC_LEDC_SUPPORT_XTAL_CLOCK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_TIMER_NUM", + "name": "SOC_LEDC_TIMER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_CHANNEL_NUM", + "name": "SOC_LEDC_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_TIMER_BIT_WIDTH", + "name": "SOC_LEDC_TIMER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_FADE_STOP", + "name": "SOC_LEDC_SUPPORT_FADE_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED", + "name": "SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX", + "name": "SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_FADE_PARAMS_BIT_WIDTH", + "name": "SOC_LEDC_FADE_PARAMS_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_SLEEP_RETENTION", + "name": "SOC_LEDC_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PAGE_SIZE_CONFIGURABLE", + "name": "SOC_MMU_PAGE_SIZE_CONFIGURABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "name": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PERIPH_NUM", + "name": "SOC_MMU_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_DI_VADDR_SHARED", + "name": "SOC_MMU_DI_VADDR_SHARED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "name": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_MIN_REGION_SIZE", + "name": "SOC_MPU_MIN_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGIONS_MAX_NUM", + "name": "SOC_MPU_REGIONS_MAX_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_RO_SUPPORTED", + "name": "SOC_MPU_REGION_RO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_WO_SUPPORTED", + "name": "SOC_MPU_REGION_WO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_GROUPS", + "name": "SOC_PCNT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_UNITS_PER_GROUP", + "name": "SOC_PCNT_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_CHANNELS_PER_UNIT", + "name": "SOC_PCNT_CHANNELS_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_THRES_POINT_PER_UNIT", + "name": "SOC_PCNT_THRES_POINT_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE", + "name": "SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORT_SLEEP_RETENTION", + "name": "SOC_PCNT_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_GROUPS", + "name": "SOC_RMT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_CHANNELS_PER_GROUP", + "name": "SOC_RMT_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "name": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RX_PINGPONG", + "name": "SOC_RMT_SUPPORT_RX_PINGPONG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "name": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "name": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "name": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP", + "name": "SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "name": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "name": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_XTAL", + "name": "SOC_RMT_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RC_FAST", + "name": "SOC_RMT_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_SLEEP_RETENTION", + "name": "SOC_RMT_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GROUPS", + "name": "SOC_MCPWM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_OPERATORS_PER_GROUP", + "name": "SOC_MCPWM_OPERATORS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "name": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "name": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "name": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "name": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SWSYNC_CAN_PROPAGATE", + "name": "SOC_MCPWM_SWSYNC_CAN_PROPAGATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORT_ETM", + "name": "SOC_MCPWM_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_CLK_FROM_GROUP", + "name": "SOC_MCPWM_CAPTURE_CLK_FROM_GROUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORT_SLEEP_RETENTION", + "name": "SOC_MCPWM_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_GROUPS", + "name": "SOC_PARLIO_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_TX_UNITS_PER_GROUP", + "name": "SOC_PARLIO_TX_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_RX_UNITS_PER_GROUP", + "name": "SOC_PARLIO_RX_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH", + "name": "SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH", + "name": "SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_TX_RX_SHARE_INTERRUPT", + "name": "SOC_PARLIO_TX_RX_SHARE_INTERRUPT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PARLIO_SUPPORT_SLEEP_RETENTION", + "name": "SOC_PARLIO_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_MEM_BLOCKS_NUM", + "name": "SOC_MPI_MEM_BLOCKS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_OPERATIONS_NUM", + "name": "SOC_MPI_OPERATIONS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RSA_MAX_BIT_LEN", + "name": "SOC_RSA_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "name": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_DMA", + "name": "SOC_SHA_SUPPORT_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_RESUME", + "name": "SOC_SHA_SUPPORT_RESUME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_GDMA", + "name": "SOC_SHA_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA1", + "name": "SOC_SHA_SUPPORT_SHA1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA224", + "name": "SOC_SHA_SUPPORT_SHA224", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA256", + "name": "SOC_SHA_SUPPORT_SHA256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_GROUPS", + "name": "SOC_SDM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CHANNELS_PER_GROUP", + "name": "SOC_SDM_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CLK_SUPPORT_PLL_F80M", + "name": "SOC_SDM_CLK_SUPPORT_PLL_F80M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CLK_SUPPORT_XTAL", + "name": "SOC_SDM_CLK_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_PERIPH_NUM", + "name": "SOC_SPI_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_CS_NUM", + "name": "SOC_SPI_MAX_CS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "name": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_DDRCLK", + "name": "SOC_SPI_SUPPORT_DDRCLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "name": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CD_SIG", + "name": "SOC_SPI_SUPPORT_CD_SIG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "name": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "name": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_SLEEP_RETENTION", + "name": "SOC_SPI_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_XTAL", + "name": "SOC_SPI_SUPPORT_CLK_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_PLL_F80M", + "name": "SOC_SPI_SUPPORT_CLK_PLL_F80M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_RC_FAST", + "name": "SOC_SPI_SUPPORT_CLK_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_SUPPORTED", + "name": "SOC_SPI_SCT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_REG_NUM", + "name": "SOC_SPI_SCT_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "name": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "name": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_IS_INDEPENDENT", + "name": "SOC_MEMSPI_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_PRE_DIVIDER", + "name": "SOC_SPI_MAX_PRE_DIVIDER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "name": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "name": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_WRAP", + "name": "SOC_SPI_MEM_SUPPORT_WRAP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_COUNTER_NUM", + "name": "SOC_SYSTIMER_COUNTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_NUM", + "name": "SOC_SYSTIMER_ALARM_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_LO", + "name": "SOC_SYSTIMER_BIT_WIDTH_LO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_HI", + "name": "SOC_SYSTIMER_BIT_WIDTH_HI", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_FIXED_DIVIDER", + "name": "SOC_SYSTIMER_FIXED_DIVIDER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORT_RC_FAST", + "name": "SOC_SYSTIMER_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_INT_LEVEL", + "name": "SOC_SYSTIMER_INT_LEVEL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "name": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORT_ETM", + "name": "SOC_SYSTIMER_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_TIMER_BIT_WIDTH_LO", + "name": "SOC_LP_TIMER_BIT_WIDTH_LO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_TIMER_BIT_WIDTH_HI", + "name": "SOC_LP_TIMER_BIT_WIDTH_HI", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUPS", + "name": "SOC_TIMER_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "name": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "name": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_SUPPORT_XTAL", + "name": "SOC_TIMER_GROUP_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_SUPPORT_RC_FAST", + "name": "SOC_TIMER_GROUP_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_SUPPORT_ETM", + "name": "SOC_TIMER_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_SUPPORT_SLEEP_RETENTION", + "name": "SOC_TIMER_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MWDT_SUPPORT_XTAL", + "name": "SOC_MWDT_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MWDT_SUPPORT_SLEEP_RETENTION", + "name": "SOC_MWDT_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CONTROLLER_NUM", + "name": "SOC_TWAI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CLK_SUPPORT_XTAL", + "name": "SOC_TWAI_CLK_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MIN", + "name": "SOC_TWAI_BRP_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MAX", + "name": "SOC_TWAI_BRP_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTS_RX_STATUS", + "name": "SOC_TWAI_SUPPORTS_RX_STATUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORT_SLEEP_RETENTION", + "name": "SOC_TWAI_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "name": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_PAD_JTAG", + "name": "SOC_EFUSE_DIS_PAD_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_USB_JTAG", + "name": "SOC_EFUSE_DIS_USB_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DIRECT_BOOT", + "name": "SOC_EFUSE_DIS_DIRECT_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SOFT_DIS_JTAG", + "name": "SOC_EFUSE_SOFT_DIS_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_ICACHE", + "name": "SOC_EFUSE_DIS_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "name": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V2_RSA", + "name": "SOC_SECURE_BOOT_V2_RSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V2_ECC", + "name": "SOC_SECURE_BOOT_V2_ECC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "name": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APM_CTRL_FILTER_SUPPORTED", + "name": "SOC_APM_CTRL_FILTER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APM_LP_APM0_SUPPORTED", + "name": "SOC_APM_LP_APM0_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "name": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_NUM", + "name": "SOC_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_HP_NUM", + "name": "SOC_UART_HP_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_LP_NUM", + "name": "SOC_UART_LP_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_FIFO_LEN", + "name": "SOC_UART_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_UART_FIFO_LEN", + "name": "SOC_LP_UART_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_BITRATE_MAX", + "name": "SOC_UART_BITRATE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_PLL_F80M_CLK", + "name": "SOC_UART_SUPPORT_PLL_F80M_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_RTC_CLK", + "name": "SOC_UART_SUPPORT_RTC_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_XTAL_CLK", + "name": "SOC_UART_SUPPORT_XTAL_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_WAKEUP_INT", + "name": "SOC_UART_SUPPORT_WAKEUP_INT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_HAS_LP_UART", + "name": "SOC_UART_HAS_LP_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_SLEEP_RETENTION", + "name": "SOC_UART_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", + "name": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_COEX_HW_PTI", + "name": "SOC_COEX_HW_PTI", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EXTERNAL_COEX_ADVANCE", + "name": "SOC_EXTERNAL_COEX_ADVANCE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", + "name": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_DIG_REGS_MEM_SIZE", + "name": "SOC_PHY_DIG_REGS_MEM_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "name": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_WIFI_WAKEUP", + "name": "SOC_PM_SUPPORT_WIFI_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_BEACON_WAKEUP", + "name": "SOC_PM_SUPPORT_BEACON_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_BT_WAKEUP", + "name": "SOC_PM_SUPPORT_BT_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN", + "name": "SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_CPU_PD", + "name": "SOC_PM_SUPPORT_CPU_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_MODEM_PD", + "name": "SOC_PM_SUPPORT_MODEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_XTAL32K_PD", + "name": "SOC_PM_SUPPORT_XTAL32K_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RC32K_PD", + "name": "SOC_PM_SUPPORT_RC32K_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RC_FAST_PD", + "name": "SOC_PM_SUPPORT_RC_FAST_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_VDDSDIO_PD", + "name": "SOC_PM_SUPPORT_VDDSDIO_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_TOP_PD", + "name": "SOC_PM_SUPPORT_TOP_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_HP_AON_PD", + "name": "SOC_PM_SUPPORT_HP_AON_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_MAC_BB_PD", + "name": "SOC_PM_SUPPORT_MAC_BB_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "name": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_PMU_MODEM_STATE", + "name": "SOC_PM_SUPPORT_PMU_MODEM_STATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY", + "name": "SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_CPU_RETENTION_BY_SW", + "name": "SOC_PM_CPU_RETENTION_BY_SW", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_MODEM_RETENTION_BY_REGDMA", + "name": "SOC_PM_MODEM_RETENTION_BY_REGDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_RETENTION_HAS_CLOCK_BUG", + "name": "SOC_PM_RETENTION_HAS_CLOCK_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN", + "name": "SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_LINK_NUM", + "name": "SOC_PM_PAU_LINK_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR", + "name": "SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_REGDMA_LINK_WIFIMAC", + "name": "SOC_PM_PAU_REGDMA_LINK_WIFIMAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE", + "name": "SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_RETENTION_MODULE_NUM", + "name": "SOC_PM_RETENTION_MODULE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "name": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MODEM_CLOCK_IS_INDEPENDENT", + "name": "SOC_MODEM_CLOCK_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_XTAL32K_SUPPORTED", + "name": "SOC_CLK_XTAL32K_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_OSC_SLOW_SUPPORTED", + "name": "SOC_CLK_OSC_SLOW_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC32K_SUPPORTED", + "name": "SOC_CLK_RC32K_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RCC_IS_INDEPENDENT", + "name": "SOC_RCC_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT", + "name": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_ETM", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN", + "name": "SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RNG_CLOCK_IS_INDEPENDENT", + "name": "SOC_RNG_CLOCK_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_HW_TSF", + "name": "SOC_WIFI_HW_TSF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_FTM_SUPPORT", + "name": "SOC_WIFI_FTM_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_GCMP_SUPPORT", + "name": "SOC_WIFI_GCMP_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_WAPI_SUPPORT", + "name": "SOC_WIFI_WAPI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_CSI_SUPPORT", + "name": "SOC_WIFI_CSI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_MESH_SUPPORT", + "name": "SOC_WIFI_MESH_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_HE_SUPPORT", + "name": "SOC_WIFI_HE_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_MAC_VERSION_NUM", + "name": "SOC_WIFI_MAC_VERSION_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_SUPPORTED", + "name": "SOC_BLE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_MESH_SUPPORTED", + "name": "SOC_BLE_MESH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ESP_NIMBLE_CONTROLLER", + "name": "SOC_ESP_NIMBLE_CONTROLLER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_50_SUPPORTED", + "name": "SOC_BLE_50_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "name": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_POWER_CONTROL_SUPPORTED", + "name": "SOC_BLE_POWER_CONTROL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED", + "name": "SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLUFI_SUPPORTED", + "name": "SOC_BLUFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_MULTI_CONN_OPTIMIZATION", + "name": "SOC_BLE_MULTI_CONN_OPTIMIZATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND", + "name": "SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_COMBO_MODULE", + "name": "SOC_PHY_COMBO_MODULE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CAPS_NO_RESET_BY_ANA_BOD", + "name": "SOC_CAPS_NO_RESET_BY_ANA_BOD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR", + "name": "SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_CORE_SUPPORT_ETM", + "name": "SOC_LP_CORE_SUPPORT_ETM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "name": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CMAKE", + "name": "IDF_CMAKE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "- This option is for internal use only.\n- Enabling this option will help enable all FPGA support so as to\n run ESP-IDF on an FPGA. This can help reproduce some issues that\n only happens on FPGA condition, or when you have to burn some\n efuses multiple times.", + "id": "IDF_ENV_FPGA", + "name": "IDF_ENV_FPGA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "- This option is ONLY used when doing new chip bringup.\n- This option will only enable necessary hw / sw settings for running\n a hello_world application.", + "id": "IDF_ENV_BRINGUP", + "name": "IDF_ENV_BRINGUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CI_BUILD", + "name": "IDF_CI_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_DOC_BUILD", + "name": "IDF_DOC_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN", + "name": "IDF_TOOLCHAIN", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_CLANG", + "name": "IDF_TOOLCHAIN_CLANG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_GCC", + "name": "IDF_TOOLCHAIN_GCC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_RISCV", + "name": "IDF_TARGET_ARCH_RISCV", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_XTENSA", + "name": "IDF_TARGET_ARCH_XTENSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH", + "name": "IDF_TARGET_ARCH", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET", + "name": "IDF_TARGET", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_INIT_VERSION", + "name": "IDF_INIT_VERSION", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32", + "name": "IDF_TARGET_ESP32", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S2", + "name": "IDF_TARGET_ESP32S2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S3", + "name": "IDF_TARGET_ESP32S3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C3", + "name": "IDF_TARGET_ESP32C3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C2", + "name": "IDF_TARGET_ESP32C2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C6", + "name": "IDF_TARGET_ESP32C6", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C5", + "name": "IDF_TARGET_ESP32C5", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32P4", + "name": "IDF_TARGET_ESP32P4", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32H2", + "name": "IDF_TARGET_ESP32H2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C61", + "name": "IDF_TARGET_ESP32C61", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_LINUX", + "name": "IDF_TARGET_LINUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_FIRMWARE_CHIP_ID", + "name": "IDF_FIRMWARE_CHIP_ID", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "APP_BUILD_TYPE_APP_2NDBOOT", + "name": "APP_BUILD_TYPE_APP_2NDBOOT", + "range": null, + "title": "Default (binary application + 2nd stage bootloader)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_RAM", + "name": "APP_BUILD_TYPE_RAM", + "range": null, + "title": "Build app runs entirely in RAM (EXPERIMENTAL)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP-IDF bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG or UART. Note that since IRAM and DRAM sizes are very limited, it is not possible\nto build any complex application this way. However for some kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\n\nNote: when APP_BUILD_TYPE_RAM is selected and loaded with JTAG, ESP-IDF does not contain\nall the startup code required to initialize the CPUs and ROM memory (data/bss).\nTherefore it is necessary to execute a bit of ROM code prior to executing the application.\nA gdbinit file may look as follows (for ESP32):\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007d54\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nExample gdbinit files for other targets can be found in tools/test_apps/system/gdb_loadable_elf/\n\nWhen loading the BIN with UART, the ROM will jump to ram and run the app after finishing the ROM\nstartup code, so there's no additional startup initialization required. You can use the\n`load_ram` in esptool.py to load the generated .bin file into ram and execute.\n\nExample:\n esptool.py --chip {chip} -p {port} -b {baud} --no-stub load_ram {app.bin}\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y\n CONFIG_ESP_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", + "id": "build-type-application-build-type", + "name": "APP_BUILD_TYPE", + "title": "Application build type", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_GENERATE_BINARIES", + "name": "APP_BUILD_GENERATE_BINARIES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_BOOTLOADER", + "name": "APP_BUILD_BOOTLOADER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "APP_BUILD_TYPE_RAM", + "help": "If this option is enabled, external memory and related peripherals, such as Cache, MMU,\nFlash and PSRAM, won't be initialized. Corresponding drivers won't be introduced either.\nComponents that depend on the spi_flash component will also be unavailable, such as\napp_update, etc. When this option is enabled, about 26KB of RAM space can be saved.", + "id": "APP_BUILD_TYPE_PURE_RAM_APP", + "name": "APP_BUILD_TYPE_PURE_RAM_APP", + "range": null, + "title": "Build app without SPI_FLASH/PSRAM support (saves ram)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_USE_FLASH_SECTIONS", + "name": "APP_BUILD_USE_FLASH_SECTIONS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, all date, time, and path information would be eliminated. A .gdbinit file would be create\nautomatically. (or will be append if you have one already)", + "id": "APP_REPRODUCIBLE_BUILD", + "name": "APP_REPRODUCIBLE_BUILD", + "range": null, + "title": "Enable reproducible build", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", + "id": "APP_NO_BLOBS", + "name": "APP_NO_BLOBS", + "range": null, + "title": "No Binary Blobs", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Bootloaders before ESP-IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", + "id": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloaders before ESP-IDF v2.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Partition tables before ESP-IDF V3.1 do not contain an MD5 checksum\nfield, and the bootloader before ESP-IDF v3.1 cannot read a partition\ntable that contains an MD5 checksum field.\n\nEnable this option only if your app needs to boot on a bootloader and/or\npartition table that was generated from a version *before* ESP-IDF v3.1.\n\nIf this option and Flash Encryption are enabled at the same time, and any\ndata partitions in the partition table are marked Encrypted, then the\npartition encrypted flag should be manually verified in the app before accessing\nthe partition (see CVE-2021-27926).", + "id": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloader and partition table before ESP-IDF v3.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": null, + "id": "APP_INIT_CLK", + "name": "APP_INIT_CLK", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "build-type", + "title": "Build type", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_REPRODUCIBLE_BUILD", + "help": "If set, then the bootloader will be built with the current time/date stamp.\nIt is stored in the bootloader description\nstructure. If not set, time/date stamp will be excluded from bootloader image.\nThis can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "BOOTLOADER_COMPILE_TIME_DATE", + "name": "BOOTLOADER_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Project version. It is placed in \"version\" field of the esp_bootloader_desc structure.\nThe type of this field is \"uint32_t\".", + "id": "BOOTLOADER_PROJECT_VER", + "name": "BOOTLOADER_PROJECT_VER", + "range": [ + 0, + 4294967295 + ], + "title": "Project version", + "type": "int" + } + ], + "depends_on": null, + "id": "bootloader-config-bootloader-manager", + "title": "Bootloader manager", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Offset address that 2nd bootloader will be flashed to.\nThe value is determined by the ROM bootloader.\nIt's not configurable in ESP-IDF.", + "id": "BOOTLOADER_OFFSET_IN_FLASH", + "name": "BOOTLOADER_OFFSET_IN_FLASH", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Size (-Os with GCC, -Oz with Clang)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ARCH_XTENSA || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2) && ", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0) (Deprecated, will be removed in IDF v6.0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -Os (-Oz with clang) flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "id": "bootloader-config-bootloader-optimization-level", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION", + "title": "Bootloader optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-log-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Use ANSI terminal colors in log output\nEnable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "BOOTLOADER_LOG_COLORS", + "name": "BOOTLOADER_LOG_COLORS", + "range": null, + "title": "Color", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n \"I log_test: info message\"\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n \"I (112500) log_test: info message\"", + "id": "bootloader-config-log-format-timestamp", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" + } + ], + "depends_on": null, + "id": "bootloader-config-log-format", + "title": "Format", + "type": "menu" + } + ], + "depends_on": null, + "id": "bootloader-config-log", + "title": "Log", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", + "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "range": null, + "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", + "range": null, + "title": "Custom SPI Flash WP Pin", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by\nresetting the Flash", + "id": "BOOTLOADER_FLASH_DC_AWARE", + "name": "BOOTLOADER_FLASH_DC_AWARE", + "range": null, + "title": "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n\ncomment \"Features below require specific hardware (READ DOCS FIRST!)\"", + "id": "BOOTLOADER_FLASH_XMC_SUPPORT", + "name": "BOOTLOADER_FLASH_XMC_SUPPORT", + "range": null, + "title": "Enable the support for flash chips of XMC (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_32BIT_ADDR", + "name": "BOOTLOADER_FLASH_32BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address quad flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH && IDF_EXPERIMENTAL_FEATURES", + "help": "Enabling this option allows the CPU to access 32-bit-address flash beyond 16M range.\n1. This option only valid for 4-line flash. Octal flash doesn't need this.\n2. This option is experimental, which means it can\u2019t use on all flash chips stable, for more\ninformation, please contact Espressif Business support.", + "id": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "range": null, + "title": "Enable cache access to 32-bit-address (over 16MB) range of SPI Flash (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config-serial-flash-configurations", + "title": "Serial Flash Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "range": null, + "title": "1.8V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "range": null, + "title": "1.9V", + "type": "bool" + } + ], + "depends_on": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", + "id": "bootloader-config-vddsdio-ldo-voltage", + "name": "BOOTLOADER_VDDSDIO_BOOST", + "title": "VDDSDIO LDO voltage", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled. To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", + "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "range": null, + "title": "Number of the GPIO input for factory reset", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "range": null, + "title": "Reset on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "name": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "range": null, + "title": "Reset on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Pin level for factory reset, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-factory-reset-factory-reset-gpio-level", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LEVEL", + "title": "Factory reset GPIO level", + "type": "choice" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", + "id": "BOOTLOADER_OTA_DATA_ERASE", + "name": "BOOTLOADER_OTA_DATA_ERASE", + "range": null, + "title": "Clear OTA data on factory reset (select factory partition)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", + "id": "BOOTLOADER_DATA_FACTORY_RESET", + "name": "BOOTLOADER_DATA_FACTORY_RESET", + "range": null, + "title": "Comma-separated names of partitions to clear on factory reset", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input held at the configured level while\ndevice starts up. See settings below.", + "id": "BOOTLOADER_FACTORY_RESET", + "name": "BOOTLOADER_FACTORY_RESET", + "range": null, + "title": "GPIO triggers factory reset", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", + "id": "BOOTLOADER_NUM_PIN_APP_TEST", + "name": "BOOTLOADER_NUM_PIN_APP_TEST", + "range": null, + "title": "Number of the GPIO input to boot TEST partition", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_LOW", + "name": "BOOTLOADER_APP_TEST_PIN_LOW", + "range": null, + "title": "Enter test app on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_HIGH", + "name": "BOOTLOADER_APP_TEST_PIN_HIGH", + "range": null, + "title": "Enter test app on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "Pin level for app test, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-boot-from-test-app-partition-app-test-gpio-level", + "name": "BOOTLOADER_APP_TEST_PIN_LEVEL", + "title": "App test GPIO level", + "type": "choice" + } + ], + "depends_on": "!BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_APP_TEST", + "name": "BOOTLOADER_APP_TEST", + "range": null, + "title": "GPIO triggers boot from test app partition", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", + "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", + "id": "BOOTLOADER_HOLD_TIME_GPIO", + "name": "BOOTLOADER_HOLD_TIME_GPIO", + "range": null, + "title": "Hold time of GPIO for reset/test mode (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.\nNOTE: Disabling this config on some targets (ESP32-C6, ESP32-H2, ESP32-C5) would not generate\nan exception when reading from or writing to 0x0.", + "id": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "name": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "range": null, + "title": "Enable protection for unmapped memory regions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function wdt_hal_feed() for resetting counter of RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_feed().\n\nUse function wdt_hal_disable() for disabling RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_disable().", + "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "range": null, + "title": "Allows RTC watchdog disable in user code", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", + "id": "BOOTLOADER_WDT_TIME_MS", + "name": "BOOTLOADER_WDT_TIME_MS", + "range": [ + 0, + 120000 + ], + "title": "Timeout for RTC watchdog (ms)", + "type": "int" + } + ], + "depends_on": null, + "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", + "id": "BOOTLOADER_WDT_ENABLE", + "name": "BOOTLOADER_WDT_ENABLE", + "range": null, + "title": "Use RTC watchdog in start code", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", + "id": "BOOTLOADER_APP_SECURE_VERSION", + "name": "BOOTLOADER_APP_SECURE_VERSION", + "range": null, + "title": "eFuse secure version of app", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", + "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "range": null, + "title": "Size of the efuse secure version field", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implementation without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", + "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "range": null, + "title": "Emulate operations with efuse secure version(only test)", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "help": "This option prevents rollback to previous firmware/application image with lower security version.", + "id": "BOOTLOADER_APP_ANTI_ROLLBACK", + "name": "BOOTLOADER_APP_ANTI_ROLLBACK", + "range": null, + "title": "Enable app anti-rollback support", + "type": "bool" + } + ], + "depends_on": null, + "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", + "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "range": null, + "title": "Enable app rollback support", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT", + "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.\n\nIt is possible to enable this option with Secure Boot if \"allow insecure\noptions\" is enabled, however it's strongly recommended to NOT enable it as\nit may allow a Secure Boot bypass.", + "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "range": null, + "title": "Skip image validation when exiting deep sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Some applications need to boot very quickly from power on. By default, the entire app binary\nis read from flash and verified which takes up a significant portion of the boot time.\n\nEnabling this option will skip validation of the app when the SoC boots from power on.\nNote that in this case it's not possible for the bootloader to detect if an app image is\ncorrupted in the flash, therefore it's not possible to safely fall back to a different app\npartition. Flash corruption of this kind is unlikely but can happen if there is a serious\nfirmware bug or physical damage.\n\nFollowing other reset types, the bootloader will still validate the app image. This increases\nthe chances that flash corruption resulting in a crash can be detected following soft reset, and\nthe bootloader will fall back to a valid app image. To increase the chances of successfully recovering\nfrom a flash corruption event, keep the option BOOTLOADER_WDT_ENABLE enabled and consider also enabling\nBOOTLOADER_WDT_DISABLE_IN_USER_CODE - then manually disable the RTC Watchdog once the app is running.\nIn addition, enable both the Task and Interrupt watchdog timers with reset options set.", + "id": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "name": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "range": null, + "title": "Skip image validation from power on reset (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Selecting this option prevents the bootloader from ever validating the app image before\nbooting it. Any flash corruption of the selected app partition will make the entire SoC\nunbootable.\n\nAlthough flash corruption is a very rare case, it is not recommended to select this option.\nConsider selecting \"Skip image validation from power on reset\" instead. However, if boot time\nis the only important factor then it can be enabled.", + "id": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "name": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "range": null, + "title": "Skip image validation always (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", + "id": "BOOTLOADER_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_RESERVE_RTC_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option allows the customer to use the legacy bootloader behavior when the\nRTC FAST memory CRC calculation takes place. When this option is enabled, the\nallocated user custom data will be taken into account in the CRC calculation.\nThis means that any change to the custom data would need a CRC update to prevent\nthe bootloader from marking this data as corrupted.\nIf this option is disabled, the custom data will not be taken into account when\ncalculating the RTC FAST memory CRC. The user custom data can be changed freely,\nwithout the need to update the CRC.\nTHIS OPTION MUST BE THE SAME FOR BOTH THE BOOTLOADER AND THE APPLICATION BUILDS.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "range": null, + "title": "Include custom memory in the CRC calculation", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "range": null, + "title": "Size in bytes for custom purposes", + "type": "hex" + } + ], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "range": null, + "title": "Reserve RTC FAST memory for custom purposes", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option reserves an area in RTC FAST memory for the following features:\n- \"Skip image validation when exiting deep sleep\"\n- \"Reserve RTC FAST memory for custom purposes\"\n- \"GPIO triggers factory reset\"", + "id": "BOOTLOADER_RESERVE_RTC_MEM", + "name": "BOOTLOADER_RESERVE_RTC_MEM", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config", + "title": "Bootloader config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_BOOT", + "name": "SECURE_SIGNED_ON_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_UPDATE", + "name": "SECURE_SIGNED_ON_UPDATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", + "help": null, + "id": "SECURE_SIGNED_APPS", + "name": "SECURE_SIGNED_APPS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL >= 300) || SOC_SECURE_BOOT_V2_RSA", + "help": null, + "id": "SECURE_BOOT_V2_RSA_SUPPORTED", + "name": "SECURE_BOOT_V2_RSA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V2_ECC", + "help": null, + "id": "SECURE_BOOT_V2_ECC_SUPPORTED", + "name": "SECURE_BOOT_V2_ECC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V1", + "help": null, + "id": "SECURE_BOOT_V1_SUPPORTED", + "name": "SECURE_BOOT_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_REV_MIN_FULL >= 300", + "help": null, + "id": "SECURE_BOOT_V2_PREFERRED", + "name": "SECURE_BOOT_V2_PREFERRED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_ECDSA_ENABLED", + "name": "SECURE_BOOT_V2_ECDSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_RSA_ENABLED", + "name": "SECURE_BOOT_V2_RSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "name": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_BOOT", + "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", + "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "range": null, + "title": "Require signed app images", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V1_ENABLED) && ", + "help": "Embeds the ECDSA public key in the bootloader and signs the application with an ECDSA key.\nRefer to the documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "range": null, + "title": "ECDSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_RSA_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "Appends the RSA-3072 based Signature block to the application.\nRefer to before enabling.", + "id": "SECURE_SIGNED_APPS_RSA_SCHEME", + "name": "SECURE_SIGNED_APPS_RSA_SCHEME", + "range": null, + "title": "RSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ECC_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "For Secure boot V2 (e.g., ESP32-C2 SoC), appends ECDSA based signature block to the application.\nRefer to documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "range": null, + "title": "ECDSA (V2)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "Select the Secure App signing scheme. Depends on the Chip Revision.\nThere are two secure boot versions:\n\n1. Secure boot V1\n - Legacy custom secure boot scheme. Supported in ESP32 SoC.\n\n2. Secure boot V2\n - RSA based secure boot scheme.\n Supported in ESP32-ECO3 (ESP32 Chip Revision 3 onwards), ESP32-S2, ESP32-C3, ESP32-S3 SoCs.\n\n - ECDSA based secure boot scheme. Supported in ESP32-C2 SoC.", + "id": "security-features-app-signing-scheme", + "name": "SECURE_SIGNED_APPS_SCHEME", + "title": "App Signing Scheme", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "range": null, + "title": "Using ECC curve NISTP192", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "range": null, + "title": "Using ECC curve NISTP256 (Recommended)", + "type": "bool" + } + ], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "help": "Select the ECDSA key size. Two key sizes are supported\n\n- 192 bit key using NISTP192 curve\n- 256 bit key using NISTP256 curve (Recommended)\n\nThe advantage of using 256 bit key is the extra randomness which makes it difficult to be\nbruteforced compared to 192 bit key.\nAt present, both key sizes are practically implausible to bruteforce.", + "id": "security-features-ecdsa-key-size", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_SIZE", + "title": "ECDSA key size", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT && SECURE_SIGNED_APPS_ECDSA_SCHEME", + "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", + "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "range": null, + "title": "Bootloader verifies app signatures", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", + "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "range": null, + "title": "Verify app signature on update", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && ", + "help": "Build a bootloader which enables secure boot version 1 on first boot.\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V1_ENABLED", + "name": "SECURE_BOOT_V1_ENABLED", + "range": null, + "title": "Enable Secure Boot version 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SECURE_BOOT_V2_RSA_SUPPORTED || SECURE_BOOT_V2_ECC_SUPPORTED) && ", + "help": "Build a bootloader which enables Secure Boot version 2 on first boot.\nRefer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V2_ENABLED", + "name": "SECURE_BOOT_V2_ENABLED", + "range": null, + "title": "Enable Secure Boot version 2", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT", + "help": "Select the Secure Boot Version. Depends on the Chip Revision.\nSecure Boot V2 is the new RSA / ECDSA based secure boot scheme.\n\n - RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3.\n - ECDSA based scheme is supported in ESP32-C2 SoC.\n\nPlease note that, RSA or ECDSA secure boot is property of specific SoC based on its HW design, supported\ncrypto accelerators, die-size, cost and similar parameters. Please note that RSA scheme has requirement\nfor bigger key sizes but at the same time it is comparatively faster than ECDSA verification.\n\nSecure Boot V1 is the AES based (custom) secure boot scheme supported in ESP32 SoC.", + "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--select-secure-boot-version", + "name": "SECURE_BOOT_VERSION", + "title": "Select secure boot version", + "type": "choice" + } + ], + "depends_on": "SOC_SECURE_BOOT_SUPPORTED && !(IDF_TARGET_ESP32C3 && ESP32C3_REV_MIN_FULL < 3)", + "help": "Build a bootloader which enables Secure Boot on first boot.\n\nOnce enabled, Secure Boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.", + "id": "SECURE_BOOT", + "name": "SECURE_BOOT", + "range": null, + "title": "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", + "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "range": null, + "title": "One-time flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", + "id": "SECURE_BOOTLOADER_REFLASHABLE", + "name": "SECURE_BOOTLOADER_REFLASHABLE", + "range": null, + "title": "Reflashable", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT_V1_ENABLED", + "help": null, + "id": "security-features-secure-bootloader-mode", + "name": "SECURE_BOOTLOADER_MODE", + "title": "Secure bootloader mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format for Secure Boot V1.\nKey file is an RSA private key in PEM format for Secure Boot V2.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.", + "id": "SECURE_BOOT_SIGNING_KEY", + "name": "SECURE_BOOT_SIGNING_KEY", + "range": null, + "title": "Secure boot private signing key", + "type": "string" + } + ], + "depends_on": "SECURE_SIGNED_APPS", + "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py.\nVersion 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.\n(for example, on a remote signing server.)", + "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "range": null, + "title": "Sign binaries during build", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS && SECURE_SIGNED_APPS_ECDSA_SCHEME && !SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to a public key file used to verify signed images.\nSecure Boot V1: This ECDSA public key is compiled into the bootloader and/or\napp, to verify app images.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_VERIFICATION_KEY", + "name": "SECURE_BOOT_VERIFICATION_KEY", + "range": null, + "title": "Secure boot public signature verification key", + "type": "string" + }, + { + "children": [], + "depends_on": "SECURE_BOOT && SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "help": "If this option is set, ROM bootloader will revoke the public key digest burned in efuse block\nif it fails to verify the signature of software bootloader with it.\nRevocation of keys does not happen when enabling secure boot. Once secure boot is enabled,\nkey revocation checks will be done on subsequent boot-up, while verifying the software bootloader\n\nThis feature provides a strong resistance against physical attacks on the device.\n\nNOTE: Once a digest slot is revoked, it can never be used again to verify an image\nThis can lead to permanent bricking of the device, in case all keys are revoked\nbecause of signature verification failure.", + "id": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "name": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "range": null, + "title": "Enable Aggressive key revoke strategy", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED", + "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the secure boot public key digest,\ncausing an immediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nThe option must be set when you need to program any read-protected key type into the efuses,\ne.g., HMAC, ECDSA etc. after secure boot has already been enabled on the device.\nPlease refer to secure boot V2 documentation guide for more details.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application\n\nPlease refer to the Secure Boot V2 documentation guide for more information.", + "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "range": null, + "title": "Do not disable the ability to further read protect eFuses", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED && SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "When Secure Boot V2 is enabled, by default the bootloader is not flashed along with other artifacts\nlike the application and the partition table images, i.e. bootloader has to be separately flashed\nusing the command `idf.py bootloader flash`, whereas, the application and partition table can be flashed\nusing the command `idf.py flash` itself.\nEnabling this option allows flashing the bootloader along with the other artifacts\nby invocation of the command `idf.py flash`.\n\nIf this option is enabled make sure that even the bootloader is signed using the correct secure boot key,\notherwise the bootloader signature verification would fail, as hash of the public key which is present in\nthe bootloader signature would not match with the digest stored into the efuses\nand thus the device will not be able to boot up.", + "id": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "name": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "range": null, + "title": "Flash bootloader along with other artifacts when using the default flash command", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "range": null, + "title": "No encoding (256 bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "range": null, + "title": "3/4 encoding (192 bit key)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", + "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", + "id": "security-features-hardware-key-encoding", + "name": "SECURE_BOOTLOADER_KEY_ENCODING", + "title": "Hardware Key Encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_BOOT", + "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_INSECURE", + "name": "SECURE_BOOT_INSECURE", + "range": null, + "title": "Allow potentially insecure options", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128_DERIVED && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "name": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "range": null, + "title": "AES-128 key derived from 128 bits (SHA256(128 bits))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128 && !(IDF_TARGET_ESP32C2 && SECURE_BOOT) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128", + "name": "SECURE_FLASH_ENCRYPTION_AES128", + "range": null, + "title": "AES-128 (256-bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_256 && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES256", + "name": "SECURE_FLASH_ENCRYPTION_AES256", + "range": null, + "title": "AES-256 (512-bit key)", + "type": "bool" + } + ], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS && SECURE_FLASH_ENC_ENABLED", + "help": "Size of generated XTS-AES key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-xts-aes-key", + "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", + "title": "Size of generated XTS-AES key", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "range": null, + "title": "Development (NOT SECURE)", + "type": "bool" + }, + { + "children": [], + "depends_on": "(!EFUSE_VIRTUAL || IDF_CI_BUILD) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "range": null, + "title": "Release", + "type": "bool" + } + ], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "By default Development mode is enabled which allows ROM download mode to perform flash encryption\noperations (plaintext is sent to the device, and it encrypts it internally and writes ciphertext\nto flash.) This mode is not secure, it's possible for an attacker to write their own chosen plaintext\nto flash.\n\nRelease mode should always be selected for production or manufacturing. Once enabled it's no longer\npossible for the device in ROM Download Mode to use the flash encryption hardware.\n\nWhen EFUSE_VIRTUAL is enabled, SECURE_FLASH_ENCRYPTION_MODE_RELEASE is not available.\nFor CI tests we use IDF_CI_BUILD to bypass it (\"export IDF_CI_BUILD=1\").\nWe do not recommend bypassing it for other purposes.\n\nRefer to the Flash Encryption section of the ESP-IDF Programmer's Guide for details.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", + "name": "SECURE_FLASH_ENCRYPTION_MODE", + "title": "Enable usage mode", + "type": "choice" + } + ], + "depends_on": null, + "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", + "id": "SECURE_FLASH_ENC_ENABLED", + "name": "SECURE_FLASH_ENC_ENABLED", + "range": null, + "title": "Enable flash encryption on boot (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT) && IDF_TARGET_ESP32", + "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_ROM_BASIC", + "name": "SECURE_BOOT_ALLOW_ROM_BASIC", + "range": null, + "title": "Leave ROM BASIC Interpreter available on reset", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_JTAG", + "name": "SECURE_BOOT_ALLOW_JTAG", + "range": null, + "title": "Allow JTAG Debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", + "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "range": null, + "title": "Allow app partition length not 64KB aligned", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE && SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.\n\nNote that if you plan to enable secure boot during the first boot up, the bootloader will intentionally\nrevoke the unused digest slots while enabling secure boot, even if the above config is enabled because\nkeeping the unused key slots un-revoked would a security hazard.\nIn case for any development workflow if you need to avoid this revocation, you should enable\nsecure boot externally (host based mechanism) rather than enabling it during the boot up,\nso that the bootloader would not need to enable secure boot and thus you could avoid its revocation\nstrategy.", + "id": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "name": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "range": null, + "title": "Leave unused digest slots available (not revoke)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "range": null, + "title": "Leave UART bootloader encryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && IDF_TARGET_ESP32", + "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "range": null, + "title": "Leave UART bootloader decryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && (IDF_TARGET_ESP32 || SOC_EFUSE_DIS_DOWNLOAD_ICACHE || SOC_EFUSE_DIS_DOWNLOAD_DCACHE)", + "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "range": null, + "title": "Leave UART bootloader flash cache enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", + "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "range": null, + "title": "Require flash encryption to be already enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "help": "If not set (default, recommended), on the first boot the bootloader will burn the write-protection of\nDIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enabled.\nWrite protection for cache disable efuse prevents the chip from being blocked if it is set by accident.\nApp and bootloader use cache so disabling it makes the chip useless for IDF.\nDue to other eFuses are linked with the same write protection bit (see the list below) then\nwrite-protection will not be done if these SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC,\nSECURE_BOOT_ALLOW_JTAG or SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE options are selected\nto give a chance to turn on the chip into the release mode later.\n\nList of eFuses with the same write protection bit:\nESP32: MAC, MAC_CRC, DISABLE_APP_CPU, DISABLE_BT, DIS_CACHE, VOL_LEVEL_HP_INV.\n\nESP32-C3: DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG,\nDIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-C6: SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE,\nDIS_USB_SERIAL_JTAG, DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE,\nDIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS,\nDIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG,\nHARD_DIS_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG,\nDIS_DOWNLOAD_MANUAL_ENCRYPT, DIS_USB_JTAG, DIS_USB_SERIAL_JTAG, STRAP_JTAG_SEL, USB_PHY_SEL.", + "id": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "range": null, + "title": "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)", + "type": "bool" + } + ], + "depends_on": null, + "id": "security-features-potentially-insecure-options", + "title": "Potentially insecure options", + "type": "menu" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && !SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "help": "If set (default), optimise encryption time for the partition of type APP,\nby only encrypting the app image that is present in the partition,\ninstead of the whole partition.\nThe image length used for encryption is derived from the image metadata, which\nincludes the size of the app image, checksum, hash and also the signature sector\nwhen secure boot is enabled.\n\nIf not set, the whole partition of type APP would be encrypted,\nwhich increases the encryption time but might be useful if there\nis any custom data appended to the firmware image.", + "id": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "name": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "range": null, + "title": "Encrypt only the app image that is present in the partition of type app", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "If set (default), in an app during startup code,\nthere is a check of the flash encryption eFuse bit is on\n(as the bootloader should already have set it).\nThe app requires this bit is on to continue work otherwise abort.\n\nIf not set, the app does not care if the flash encryption eFuse bit is set or not.", + "id": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "name": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "range": null, + "title": "Check Flash Encryption enabled on app startup", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_ROM_DL_MODE_ENABLED", + "name": "SECURE_ROM_DL_MODE_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "If set, during startup the app will burn an eFuse bit to permanently disable the UART ROM\nDownload Mode. This prevents any future use of esptool.py, espefuse.py and similar tools.\n\nOnce disabled, if the SoC is booted with strapping pins set for ROM Download Mode\nthen an error is printed instead.\n\nIt is recommended to enable this option in any production application where Flash\nEncryption and/or Secure Boot is enabled and access to Download Mode is not required.\n\nIt is also possible to permanently disable Download Mode by calling\nesp_efuse_disable_rom_download_mode() at runtime.", + "id": "SECURE_DISABLE_ROM_DL_MODE", + "name": "SECURE_DISABLE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently disabled (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SUPPORTS_SECURE_DL_MODE && ", + "help": "If set, during startup the app will burn an eFuse bit to permanently switch the UART ROM\nDownload Mode into a separate Secure Download mode. This option can only work if\nDownload Mode is not already disabled by eFuse.\n\nSecure Download mode limits the use of Download Mode functions to update SPI config,\nchanging baud rate, basic flash write and a command to return a summary of currently\nenabled security features (`get_security_info`).\n\nSecure Download mode is not compatible with the esptool.py flasher stub feature,\nespefuse.py, read/writing memory or registers, encrypted download, or any other\nfeatures that interact with unsupported Download Mode commands.\n\nSecure Download mode should be enabled in any application where Flash Encryption\nand/or Secure Boot is enabled. Disabling this option does not immediately cancel\nthe benefits of the security features, but it increases the potential \"attack\nsurface\" for an attacker to try and bypass them with a successful physical attack.\n\nIt is also possible to enable secure download mode at runtime by calling\nesp_efuse_enable_rom_secure_download_mode()\n\nNote: Secure Download mode is not available for ESP32 (includes revisions till ECO3).", + "id": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "name": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently switch to Secure mode (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a potentially insecure option.\nEnabling this option will allow the full UART download mode to stay enabled.\nThis option SHOULD NOT BE ENABLED for production use cases.", + "id": "SECURE_INSECURE_ALLOW_DL_MODE", + "name": "SECURE_INSECURE_ALLOW_DL_MODE", + "range": null, + "title": "UART ROM download mode (Enabled (not recommended))", + "type": "bool" + } + ], + "depends_on": "(SECURE_BOOT_V2_ENABLED || SECURE_FLASH_ENC_ENABLED) && !(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL < 300)", + "help": null, + "id": "security-features-uart-rom-download-mode", + "name": "SECURE_UART_ROM_DL_MODE", + "title": "UART ROM download mode", + "type": "choice" + } + ], + "depends_on": null, + "id": "security-features", + "title": "Security features", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_REPRODUCIBLE_BUILD", + "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "APP_COMPILE_TIME_DATE", + "name": "APP_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for app", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_VER variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_VER_VAR", + "name": "APP_EXCLUDE_PROJECT_VER_VAR", + "range": null, + "title": "Exclude PROJECT_VER from firmware image", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_NAME variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_NAME_VAR", + "name": "APP_EXCLUDE_PROJECT_NAME_VAR", + "range": null, + "title": "Exclude PROJECT_NAME from firmware image", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "APP_PROJECT_VER_FROM_CONFIG", + "help": "Project version", + "id": "APP_PROJECT_VER", + "name": "APP_PROJECT_VER", + "range": null, + "title": "Project version", + "type": "string" + } + ], + "depends_on": null, + "help": "If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.\nOther ways to set PROJECT_VER will be ignored.", + "id": "APP_PROJECT_VER_FROM_CONFIG", + "name": "APP_PROJECT_VER_FROM_CONFIG", + "range": null, + "title": "Get the project version from Kconfig", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "At startup, the app will read the embedded APP ELF SHA-256 hash value from flash\nand convert it into a string and store it in a RAM buffer.\nThis ensures the panic handler and core dump will be able to print this string\neven when cache is disabled.\nThe size of the buffer is APP_RETRIEVE_LEN_ELF_SHA plus the null terminator.\nChanging this value will change the size of this buffer, in bytes.", + "id": "APP_RETRIEVE_LEN_ELF_SHA", + "name": "APP_RETRIEVE_LEN_ELF_SHA", + "range": [ + 8, + 64 + ], + "title": "The length of APP ELF SHA is stored in RAM(chars)", + "type": "int" + } + ], + "depends_on": null, + "id": "application-manager", + "title": "Application manager", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_LE", + "name": "ESP_ROM_HAS_CRC_LE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_BE", + "name": "ESP_ROM_HAS_CRC_BE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_JPEG_DECODE", + "name": "ESP_ROM_HAS_JPEG_DECODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_UART_CLK_IS_XTAL", + "name": "ESP_ROM_UART_CLK_IS_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "name": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "name": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_GET_CLK_FREQ", + "name": "ESP_ROM_GET_CLK_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_RVFPLIB", + "name": "ESP_ROM_HAS_RVFPLIB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_HAL_WDT", + "name": "ESP_ROM_HAS_HAL_WDT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_HAL_SYSTIMER", + "name": "ESP_ROM_HAS_HAL_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_HEAP_TLSF", + "name": "ESP_ROM_HAS_HEAP_TLSF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_TLSF_CHECK_PATCH", + "name": "ESP_ROM_TLSF_CHECK_PATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_MULTI_HEAP_WALK_PATCH", + "name": "ESP_ROM_MULTI_HEAP_WALK_PATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_LAYOUT_TABLE", + "name": "ESP_ROM_HAS_LAYOUT_TABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SPI_FLASH", + "name": "ESP_ROM_HAS_SPI_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_REGI2C_BUG", + "name": "ESP_ROM_HAS_REGI2C_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB", + "name": "ESP_ROM_HAS_NEWLIB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT", + "name": "ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE", + "name": "ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_WDT_INIT_PATCH", + "name": "ESP_ROM_WDT_INIT_PATCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "name": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "name": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SW_FLOAT", + "name": "ESP_ROM_HAS_SW_FLOAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_OTG_NUM", + "name": "ESP_ROM_USB_OTG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_VERSION", + "name": "ESP_ROM_HAS_VERSION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "name": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_OUTPUT_PUTC_FUNC", + "name": "ESP_ROM_HAS_OUTPUT_PUTC_FUNC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Always print ROM logs, this is the default behavior.", + "id": "BOOT_ROM_LOG_ALWAYS_ON", + "name": "BOOT_ROM_LOG_ALWAYS_ON", + "range": null, + "title": "Always Log", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Don't print ROM logs.", + "id": "BOOT_ROM_LOG_ALWAYS_OFF", + "name": "BOOT_ROM_LOG_ALWAYS_OFF", + "range": null, + "title": "Permanently disable logging", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is high during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "name": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "range": null, + "title": "Log on GPIO High", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is low during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_LOW", + "name": "BOOT_ROM_LOG_ON_GPIO_LOW", + "range": null, + "title": "Log on GPIO Low", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_ESP32", + "help": "Controls the Boot ROM log behavior.\nThe rom log behavior can only be changed for once,\nspecific eFuse bit(s) will be burned at app boot stage.", + "id": "boot-rom-behavior-permanently-change-boot-rom-output", + "name": "BOOT_ROM_LOG_SCHEME", + "title": "Permanently change Boot ROM output", + "type": "choice" + } + ], + "depends_on": null, + "id": "boot-rom-behavior", + "title": "Boot ROM Behavior", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The flasher tool sends a precompiled download stub first by default. That stub allows things\nlike compressed downloads and more. Usually you should not need to disable that feature", + "id": "ESPTOOLPY_NO_STUB", + "name": "ESPTOOLPY_NO_STUB", + "range": null, + "title": "Disable download stub", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_OCT_FLASH", + "name": "ESPTOOLPY_OCT_FLASH", + "range": null, + "title": "Enable Octal Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. This option is mainly to improve the out-of-box experience of developers. It doesn't guarantee\n the feature-complete. Some code still rely on `ESPTOOLPY_OCT_FLASH`. Please do not rely on this option\n when you are pretty sure that you are using Octal flash.\n In this case, please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", + "id": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "name": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "range": null, + "title": "Choose flash mode automatically (please read help)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QIO", + "name": "ESPTOOLPY_FLASHMODE_QIO", + "range": null, + "title": "QIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QOUT", + "name": "ESPTOOLPY_FLASHMODE_QOUT", + "range": null, + "title": "QOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DIO", + "name": "ESPTOOLPY_FLASHMODE_DIO", + "range": null, + "title": "DIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DOUT", + "name": "ESPTOOLPY_FLASHMODE_DOUT", + "range": null, + "title": "DOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_OPI", + "name": "ESPTOOLPY_FLASHMODE_OPI", + "range": null, + "title": "OPI", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", + "id": "serial-flasher-config-flash-spi-mode", + "name": "ESPTOOLPY_FLASHMODE", + "title": "Flash SPI mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "range": null, + "title": "STR Mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "range": null, + "title": "DTR Mode", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-sampling-mode", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE", + "title": "Flash Sampling Mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHMODE", + "name": "ESPTOOLPY_FLASHMODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_80M", + "name": "ESPTOOLPY_FLASHFREQ_80M", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_40M", + "name": "ESPTOOLPY_FLASHFREQ_40M", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_20M", + "name": "ESPTOOLPY_FLASHFREQ_20M", + "range": null, + "title": "20 MHz", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-spi-speed", + "name": "ESPTOOLPY_FLASHFREQ", + "title": "Flash SPI speed", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ", + "name": "ESPTOOLPY_FLASHFREQ", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_1MB", + "name": "ESPTOOLPY_FLASHSIZE_1MB", + "range": null, + "title": "1 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_2MB", + "name": "ESPTOOLPY_FLASHSIZE_2MB", + "range": null, + "title": "2 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_4MB", + "name": "ESPTOOLPY_FLASHSIZE_4MB", + "range": null, + "title": "4 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_8MB", + "name": "ESPTOOLPY_FLASHSIZE_8MB", + "range": null, + "title": "8 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_16MB", + "name": "ESPTOOLPY_FLASHSIZE_16MB", + "range": null, + "title": "16 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_32MB", + "name": "ESPTOOLPY_FLASHSIZE_32MB", + "range": null, + "title": "32 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_64MB", + "name": "ESPTOOLPY_FLASHSIZE_64MB", + "range": null, + "title": "64 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_128MB", + "name": "ESPTOOLPY_FLASHSIZE_128MB", + "range": null, + "title": "128 MB", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash size, in megabytes", + "id": "serial-flasher-config-flash-size", + "name": "ESPTOOLPY_FLASHSIZE", + "title": "Flash size", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE", + "name": "ESPTOOLPY_FLASHSIZE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.\n\nEnabling this option turns off the image protection against corruption\nby a SHA256 digest. Updating the bootloader image before flashing would\ninvalidate the digest.", + "id": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "name": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "range": null, + "title": "Detect flash size when flashing bootloader", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_RESET", + "name": "ESPTOOLPY_BEFORE_RESET", + "range": null, + "title": "Reset to bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_NORESET", + "name": "ESPTOOLPY_BEFORE_NORESET", + "range": null, + "title": "No reset", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-before-flashing", + "name": "ESPTOOLPY_BEFORE", + "title": "Before flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_BEFORE", + "name": "ESPTOOLPY_BEFORE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_RESET", + "name": "ESPTOOLPY_AFTER_RESET", + "range": null, + "title": "Reset after flashing", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_NORESET", + "name": "ESPTOOLPY_AFTER_NORESET", + "range": null, + "title": "Stay in bootloader", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-after-flashing", + "name": "ESPTOOLPY_AFTER", + "title": "After flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_AFTER", + "name": "ESPTOOLPY_AFTER", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD", + "name": "ESPTOOLPY_MONITOR_BAUD", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "serial-flasher-config", + "title": "Serial flasher config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This is the default partition table, designed to fit into a 2MB or\nlarger flash with a single 1MB app partition.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP", + "name": "PARTITION_TABLE_SINGLE_APP", + "range": null, + "title": "Single factory app, no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a variation of the default partition table, that expands\nthe 1MB app partition size to 1.5MB to fit more code.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE", + "range": null, + "title": "Single factory app (large), no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with a factory app\npartition plus two OTA app partitions. All are 1MB, so this\npartition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota.csv", + "id": "PARTITION_TABLE_TWO_OTA", + "name": "PARTITION_TABLE_TWO_OTA", + "range": null, + "title": "Factory app, two OTA definitions", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with\ntwo OTA app partitions. Both app partition sizes are 1700K,\nso this partition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_large.csv", + "id": "PARTITION_TABLE_TWO_OTA_LARGE", + "name": "PARTITION_TABLE_TWO_OTA_LARGE", + "range": null, + "title": "Two large size OTA partitions", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Specify the path to the partition table CSV to use for your project.\n\nConsult the Partition Table section in the ESP-IDF Programmers Guide\nfor more information.", + "id": "PARTITION_TABLE_CUSTOM", + "name": "PARTITION_TABLE_CUSTOM", + "range": null, + "title": "Custom partition table CSV", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", + "help": "This is a variation of the default \"Single factory app, no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "range": null, + "title": "Single factory app, no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", + "help": "This is a variation of the \"Single factory app (large), no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "range": null, + "title": "Single factory app (large), no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", + "help": "This is a variation of the \"Factory app, two OTA definitions\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_encr_nvs.csv", + "id": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "range": null, + "title": "Factory app, two OTA definitions, encrypted NVS", + "type": "bool" + } + ], + "depends_on": null, + "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. These are mostly intended\nfor example and development use, it's expect that for production use you\nwill copy one of these CSV files and create a custom partition CSV for\nyour application.", + "id": "partition-table-partition-table", + "name": "PARTITION_TABLE_TYPE", + "title": "Partition Table", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Name of the custom partition CSV filename.\nThis path is evaluated relative to the project root directory by default.\nHowever, if the absolute path for the CSV file is provided, then the absolute path is configured.", + "id": "PARTITION_TABLE_CUSTOM_FILENAME", + "name": "PARTITION_TABLE_CUSTOM_FILENAME", + "range": null, + "title": "Custom partition CSV file", + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PARTITION_TABLE_FILENAME", + "name": "PARTITION_TABLE_FILENAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", + "id": "PARTITION_TABLE_OFFSET", + "name": "PARTITION_TABLE_OFFSET", + "range": null, + "title": "Offset of partition table", + "type": "hex" + }, + { + "children": [], + "depends_on": "!APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS && !IDF_TARGET_LINUX", + "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", + "id": "PARTITION_TABLE_MD5", + "name": "PARTITION_TABLE_MD5", + "range": null, + "title": "Generate an MD5 checksum for the partition table", + "type": "bool" + } + ], + "depends_on": null, + "id": "partition-table", + "title": "Partition Table", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_DEBUG", + "name": "COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_SIZE", + "name": "COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Optimize for size (-Os with GCC, -Oz with Clang)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_PERF", + "name": "COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_NONE", + "name": "COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Size\" setting will add the -Os flag to CFLAGS (-Oz with Clang).\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "id": "compiler-options-optimization-level", + "name": "COMPILER_OPTIMIZATION", + "title": "Optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Enable assertions. Assertion content and line number will be printed on failure.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "range": null, + "title": "Silent (saves code size)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "range": null, + "title": "Disabled (sets -DNDEBUG)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", + "id": "compiler-options-assertion-level", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "title": "Assertion level", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When NDEBUG is set, assert(X) will not cause code to trigger an assertion.\nWith this option set, assert(X) will still evaluate the expression X, though\nthe result will never cause an assertion. This means that if X is a function\nthen the function will be called.\n\nThis is not according to the standard, which states that the assert(X) should\nbe replaced with ((void)0) if NDEBUG is defined.\n\nIn ESP-IDF v6.0 the default behavior will change to \"no\" to be in line with the\nstandard.", + "id": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "name": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "range": null, + "title": "Enable the evaluation of the expression inside assert(X) when NDEBUG is set", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "name": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_RVFPLIB && ", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "name": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "range": null, + "title": "librvfp", + "type": "bool" + } + ], + "depends_on": null, + "help": "In the soft-fp part of libgcc, riscv version is written in C,\nand handles all edge cases in IEEE754, which makes it larger\nand performance is slow.\n\nRVfplib is an optimized RISC-V library for FP arithmetic on 32-bit\ninteger processors, for single and double-precision FP.\nRVfplib is \"fast\", but it has a few exceptions from IEEE 754 compliance.", + "id": "compiler-options-compiler-float-lib-source", + "name": "COMPILER_FLOAT_LIB_FROM", + "title": "Compiler float lib source", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, the error messages will be discarded in following check macros:\n- ESP_RETURN_ON_ERROR\n- ESP_EXIT_ON_ERROR\n- ESP_RETURN_ON_FALSE\n- ESP_EXIT_ON_FALSE", + "id": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "name": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "range": null, + "title": "Disable messages in ESP_RETURN_ON_* and ESP_EXIT_ON_* macros", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When expanding the __FILE__ and __BASE_FILE__ macros, replace paths inside ESP-IDF\nwith paths relative to the placeholder string \"IDF\", and convert paths inside the\nproject directory to relative paths.\n\nThis allows building the project with assertions or other code that embeds file paths,\nwithout the binary containing the exact path to the IDF or project directories.\n\nThis option passes -fmacro-prefix-map options to the GCC command line. To replace additional\npaths in your binaries, modify the project CMakeLists.txt file to pass custom -fmacro-prefix-map or\n-ffile-prefix-map arguments.", + "id": "COMPILER_HIDE_PATHS_MACROS", + "is_menuconfig": true, + "name": "COMPILER_HIDE_PATHS_MACROS", + "range": null, + "title": "Replace ESP-IDF and project paths in binaries", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_CXX_EXCEPTIONS", + "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", + "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "range": null, + "title": "Emergency Pool Size", + "type": "int" + } + ], + "depends_on": null, + "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", + "id": "COMPILER_CXX_EXCEPTIONS", + "is_menuconfig": true, + "name": "COMPILER_CXX_EXCEPTIONS", + "range": null, + "title": "Enable C++ exceptions", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", + "id": "COMPILER_CXX_RTTI", + "name": "COMPILER_CXX_RTTI", + "range": null, + "title": "Enable C++ run-time type info (RTTI)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NONE", + "name": "COMPILER_STACK_CHECK_MODE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NORM", + "name": "COMPILER_STACK_CHECK_MODE_NORM", + "range": null, + "title": "Normal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_STRONG", + "name": "COMPILER_STACK_CHECK_MODE_STRONG", + "range": null, + "title": "Strong", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_ALL", + "name": "COMPILER_STACK_CHECK_MODE_ALL", + "range": null, + "title": "Overall", + "type": "bool" + } + ], + "depends_on": null, + "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL\n\nThe performance impact includes increasing the amount of stack memory required for each task.", + "id": "compiler-options-stack-smashing-protection-mode", + "name": "COMPILER_STACK_CHECK_MODE", + "title": "Stack smashing protection mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Stack smashing protection.", + "id": "COMPILER_STACK_CHECK", + "name": "COMPILER_STACK_CHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Disable merging identical constants (string/floating-point) across compilation units.\nThis helps in better size analysis of the application binary as the rodata section\ndistribution is more uniform across libraries. On downside, it may increase\nthe binary size and hence should be used during development phase only.", + "id": "COMPILER_NO_MERGE_CONSTANTS", + "name": "COMPILER_NO_MERGE_CONSTANTS", + "range": null, + "title": "Disable merging const sections", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", + "id": "COMPILER_WARN_WRITE_STRINGS", + "name": "COMPILER_WARN_WRITE_STRINGS", + "range": null, + "title": "Enable -Wwrite-strings warning flag", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Adds -msave-restore to C/C++ compilation flags.\n\nWhen this flag is enabled, compiler will call library functions to\nsave/restore registers in function prologues/epilogues. This results\nin lower overall code size, at the expense of slightly reduced performance.\n\nThis option can be enabled for RISC-V targets only.", + "id": "COMPILER_SAVE_RESTORE_LIBCALLS", + "name": "COMPILER_SAVE_RESTORE_LIBCALLS", + "range": null, + "title": "Enable -msave-restore flag to reduce code size", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if you do not want default warnings to be considered as errors,\nespecially when updating IDF.\n\nThis is a temporary flag that could help to allow upgrade while having\nsome time to address the warnings raised by those default warnings.\nAlternatives are:\n1) fix code (preferred),\n2) remove specific warnings,\n3) do not consider specific warnings as error.", + "id": "COMPILER_DISABLE_DEFAULT_ERRORS", + "name": "COMPILER_DISABLE_DEFAULT_ERRORS", + "range": null, + "title": "Disable errors for default warnings", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 12 or newer, and want to disable warnings which don't appear with\nGCC 11.", + "id": "COMPILER_DISABLE_GCC12_WARNINGS", + "name": "COMPILER_DISABLE_GCC12_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 12", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with\nGCC 12.", + "id": "COMPILER_DISABLE_GCC13_WARNINGS", + "name": "COMPILER_DISABLE_GCC13_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 13", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 14 or newer, and want to disable warnings which don't appear with\nGCC 13.", + "id": "COMPILER_DISABLE_GCC14_WARNINGS", + "name": "COMPILER_DISABLE_GCC14_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 14", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, RTL files will be produced during compilation. These files\ncan be used by other tools, for example to calculate call graphs.", + "id": "COMPILER_DUMP_RTL_FILES", + "name": "COMPILER_DUMP_RTL_FILES", + "range": null, + "title": "Dump RTL files during compilation", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_GCCLIB", + "name": "COMPILER_RT_LIB_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_CLANG && !IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_CLANGRT", + "name": "COMPILER_RT_LIB_CLANGRT", + "range": null, + "title": "libclang_rt", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_HOST", + "name": "COMPILER_RT_LIB_HOST", + "range": null, + "title": "Host", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select runtime library to be used by compiler.\n- GCC toolchain supports libgcc only.\n- Clang allows to choose between libgcc or libclang_rt.\n- For host builds (\"linux\" target), uses the default library.", + "id": "compiler-options-compiler-runtime-library", + "name": "COMPILER_RT_LIB", + "title": "Compiler runtime library", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_RT_LIB_NAME", + "name": "COMPILER_RT_LIB_NAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Places orphan sections with a warning message.", + "id": "COMPILER_ORPHAN_SECTIONS_WARNING", + "name": "COMPILER_ORPHAN_SECTIONS_WARNING", + "range": null, + "title": "Place with warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places orphan sections without a warning/error message.", + "id": "COMPILER_ORPHAN_SECTIONS_PLACE", + "name": "COMPILER_ORPHAN_SECTIONS_PLACE", + "range": null, + "title": "Place silently", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_LINUX", + "help": "If the linker finds orphan sections, it attempts to place orphan sections after sections of the same\nattribute such as code vs data, loadable vs non-loadable, etc.\nThat means that orphan sections could placed between sections defined in IDF linker scripts.\nThis could lead to corruption of the binary image. Configure the linker action here.", + "id": "compiler-options-orphan-sections-handling", + "name": "COMPILER_ORPHAN_SECTIONS", + "title": "Orphan sections handling", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Enable compiler static analyzer. This may produce false-positive results and increases compile time.", + "id": "COMPILER_STATIC_ANALYZER", + "name": "COMPILER_STATIC_ANALYZER", + "range": null, + "title": "Enable compiler static analyzer", + "type": "bool" + } + ], + "depends_on": null, + "id": "compiler-options", + "title": "Compiler options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_JTAG", + "name": "APPTRACE_DEST_JTAG", + "range": null, + "title": "JTAG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_NONE", + "name": "APPTRACE_DEST_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select destination for application trace: JTAG or none (to disable).", + "id": "component-config-application-level-tracing-data-destination-1", + "name": "APPTRACE_DESTINATION1", + "title": "Data Destination 1", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APPTRACE_DEST_UART", + "name": "APPTRACE_DEST_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APPTRACE_DEST_UART_NOUSB", + "name": "APPTRACE_DEST_UART_NOUSB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_NUM != 0 && ", + "help": null, + "id": "APPTRACE_DEST_UART0", + "name": "APPTRACE_DEST_UART0", + "range": null, + "title": "UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_NUM != 1 && ", + "help": null, + "id": "APPTRACE_DEST_UART1", + "name": "APPTRACE_DEST_UART1", + "range": null, + "title": "UART1", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_NUM != 2 && SOC_UART_NUM > 2 && ", + "help": null, + "id": "APPTRACE_DEST_UART2", + "name": "APPTRACE_DEST_UART2", + "range": null, + "title": "UART2", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_USB_CDC && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) && !USB_ENABLED && ", + "help": null, + "id": "APPTRACE_DEST_USB_CDC", + "name": "APPTRACE_DEST_USB_CDC", + "range": null, + "title": "USB_CDC", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_UART_NONE", + "name": "APPTRACE_DEST_UART_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select destination for application trace: UART(XX) or none (to disable).", + "id": "component-config-application-level-tracing-data-destination-2", + "name": "APPTRACE_DESTINATION2", + "title": "Data Destination 2", + "type": "choice" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART_NOUSB", + "help": "This GPIO is used for UART TX pin.", + "id": "APPTRACE_UART_TX_GPIO", + "name": "APPTRACE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART_NOUSB", + "help": "This GPIO is used for UART RX pin.", + "id": "APPTRACE_UART_RX_GPIO", + "name": "APPTRACE_UART_RX_GPIO", + "range": null, + "title": "UART RX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "This baud rate is used for UART.\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.", + "id": "APPTRACE_UART_BAUDRATE", + "name": "APPTRACE_UART_BAUDRATE", + "range": null, + "title": "UART baud rate", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "Size of the UART input ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.\nThe data placed to this buffer before sent out to the interface.", + "id": "APPTRACE_UART_RX_BUFF_SIZE", + "name": "APPTRACE_UART_RX_BUFF_SIZE", + "range": null, + "title": "UART RX ring buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "Size of the UART output ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.", + "id": "APPTRACE_UART_TX_BUFF_SIZE", + "name": "APPTRACE_UART_TX_BUFF_SIZE", + "range": null, + "title": "UART TX ring buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "Maximum size of the single message to transfer.", + "id": "APPTRACE_UART_TX_MSG_SIZE", + "name": "APPTRACE_UART_TX_MSG_SIZE", + "range": null, + "title": "UART TX message size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "UART task priority. In case of high events rate,\nthis parameter could be changed up to (configMAX_PRIORITIES-1).", + "id": "APPTRACE_UART_TASK_PRIO", + "name": "APPTRACE_UART_TASK_PRIO", + "range": [ + 1, + 32 + ], + "title": "UART Task Priority", + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_XTENSA && !ESP32_TRAX && !ESP32S2_TRAX && !ESP32S3_TRAX", + "help": "Enables/disable TRAX tracing HW.", + "id": "APPTRACE_DEST_TRAX", + "name": "APPTRACE_DEST_TRAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable swapping memory buffers tracing protocol.", + "id": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE", + "name": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable application tracing module.", + "id": "APPTRACE_ENABLE", + "name": "APPTRACE_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable application tracing module internal sync lock.", + "id": "APPTRACE_LOCK_ENABLE", + "name": "APPTRACE_LOCK_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_ENABLE", + "help": "Timeout for flushing last trace data to host in case of panic. In ms.\nUse -1 to disable timeout and wait forever.", + "id": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", + "name": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", + "range": null, + "title": "Timeout for flushing last trace data to host on panic", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_ENABLE", + "help": "Threshold for flushing last trace data to host on panic in post-mortem mode.\nThis is minimal amount of data needed to perform flush. In bytes.", + "id": "APPTRACE_POSTMORTEM_FLUSH_THRESH", + "name": "APPTRACE_POSTMORTEM_FLUSH_THRESH", + "range": null, + "title": "Threshold for flushing last trace data to host on panic", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE && !APPTRACE_DEST_TRAX", + "help": "Size of the memory buffer for trace data in bytes.", + "id": "APPTRACE_BUF_SIZE", + "name": "APPTRACE_BUF_SIZE", + "range": null, + "title": "Size of the apptrace buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE", + "help": "Size of the buffer for events in bytes. It is useful for buffering events from\nthe time critical code (scheduler, ISRs etc). If this parameter is 0 then\nevents will be discarded when main HW buffer is full.", + "id": "APPTRACE_PENDING_DATA_SIZE_MAX", + "name": "APPTRACE_PENDING_DATA_SIZE_MAX", + "range": null, + "title": "Size of the pending data buffer", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!PM_ENABLE && !APPTRACE_DEST_NONE && ", + "help": "Send SEGGER SystemView events through JTAG interface.", + "id": "APPTRACE_SV_DEST_JTAG", + "name": "APPTRACE_SV_DEST_JTAG", + "range": null, + "title": "Data destination JTAG", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART && ", + "help": "Send SEGGER SystemView events through UART interface.", + "id": "APPTRACE_SV_DEST_UART", + "name": "APPTRACE_SV_DEST_UART", + "range": null, + "title": "Data destination UART", + "type": "bool" + } + ], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "SystemView will transfer data through the defined interface.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-systemview-tracing-enable-systemview-destination", + "name": "APPTRACE_SV_DEST", + "title": "SystemView destination", + "type": "choice" + } + ], + "depends_on": "APPTRACE_ENABLE && APPTRACE_ENABLE", + "help": "Enables supporrt for SEGGER SystemView tracing functionality.", + "id": "APPTRACE_SV_ENABLE", + "name": "APPTRACE_SV_ENABLE", + "range": null, + "title": "SystemView Tracing Enable", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Send SEGGER SystemView events for Pro CPU.", + "id": "APPTRACE_SV_DEST_CPU_0", + "name": "APPTRACE_SV_DEST_CPU_0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Send SEGGER SystemView events for App CPU.", + "id": "APPTRACE_SV_DEST_CPU_1", + "name": "APPTRACE_SV_DEST_CPU_1", + "range": null, + "title": "CPU1", + "type": "bool" + } + ], + "depends_on": "APPTRACE_SV_DEST_UART && !ESP_SYSTEM_SINGLE_CORE_MODE && APPTRACE_ENABLE", + "help": "Define the CPU to trace by SystemView.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-cpu-to-trace", + "name": "APPTRACE_SV_CPU", + "title": "CPU to trace", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_SYSTEM_SINGLE_CORE_MODE && !PM_ENABLE && !IDF_TARGET_ESP32C3 && ", + "help": null, + "id": "APPTRACE_SV_TS_SOURCE_CCOUNT", + "name": "APPTRACE_SV_TS_SOURCE_CCOUNT", + "range": null, + "title": "CPU cycle counter (CCOUNT)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!PM_ENABLE && !IDF_TARGET_ESP32C3 && ", + "help": null, + "id": "APPTRACE_SV_TS_SOURCE_GPTIMER", + "name": "APPTRACE_SV_TS_SOURCE_GPTIMER", + "range": null, + "title": "General Purpose Timer (Timer Group)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_SV_TS_SOURCE_ESP_TIMER", + "name": "APPTRACE_SV_TS_SOURCE_ESP_TIMER", + "range": null, + "title": "esp_timer high resolution timer", + "type": "bool" + } + ], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "SystemView needs to use a hardware timer as the source of timestamps\nwhen tracing. This option selects the timer for it.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-timer-to-use-as-timestamp-source", + "name": "APPTRACE_SV_TS_SOURCE", + "title": "Timer to use as timestamp source", + "type": "choice" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Configures maximum supported tasks in sysview debug", + "id": "APPTRACE_SV_MAX_TASKS", + "name": "APPTRACE_SV_MAX_TASKS", + "range": null, + "title": "Maximum supported tasks", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Configures timeout (in us) to wait for free space in trace buffer.\nSet to -1 to wait forever and avoid lost events.", + "id": "APPTRACE_SV_BUF_WAIT_TMO", + "name": "APPTRACE_SV_BUF_WAIT_TMO", + "range": null, + "title": "Trace buffer wait timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Trace Buffer Overflow\" event.", + "id": "APPTRACE_SV_EVT_OVERFLOW_ENABLE", + "name": "APPTRACE_SV_EVT_OVERFLOW_ENABLE", + "range": null, + "title": "Trace Buffer Overflow Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR Enter\" event.", + "id": "APPTRACE_SV_EVT_ISR_ENTER_ENABLE", + "name": "APPTRACE_SV_EVT_ISR_ENTER_ENABLE", + "range": null, + "title": "ISR Enter Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR Exit\" event.", + "id": "APPTRACE_SV_EVT_ISR_EXIT_ENABLE", + "name": "APPTRACE_SV_EVT_ISR_EXIT_ENABLE", + "range": null, + "title": "ISR Exit Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR to Scheduler\" event.", + "id": "APPTRACE_SV_EVT_ISR_TO_SCHED_ENABLE", + "name": "APPTRACE_SV_EVT_ISR_TO_SCHED_ENABLE", + "range": null, + "title": "ISR Exit to Scheduler Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Start Execution\" event.", + "id": "APPTRACE_SV_EVT_TASK_START_EXEC_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_START_EXEC_ENABLE", + "range": null, + "title": "Task Start Execution Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Stop Execution\" event.", + "id": "APPTRACE_SV_EVT_TASK_STOP_EXEC_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_STOP_EXEC_ENABLE", + "range": null, + "title": "Task Stop Execution Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Start Ready State\" event.", + "id": "APPTRACE_SV_EVT_TASK_START_READY_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_START_READY_ENABLE", + "range": null, + "title": "Task Start Ready State Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Stop Ready State\" event.", + "id": "APPTRACE_SV_EVT_TASK_STOP_READY_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_STOP_READY_ENABLE", + "range": null, + "title": "Task Stop Ready State Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Create\" event.", + "id": "APPTRACE_SV_EVT_TASK_CREATE_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_CREATE_ENABLE", + "range": null, + "title": "Task Create Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Terminate\" event.", + "id": "APPTRACE_SV_EVT_TASK_TERMINATE_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_TERMINATE_ENABLE", + "range": null, + "title": "Task Terminate Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"System Idle\" event.", + "id": "APPTRACE_SV_EVT_IDLE_ENABLE", + "name": "APPTRACE_SV_EVT_IDLE_ENABLE", + "range": null, + "title": "System Idle Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Timer Enter\" event.", + "id": "APPTRACE_SV_EVT_TIMER_ENTER_ENABLE", + "name": "APPTRACE_SV_EVT_TIMER_ENTER_ENABLE", + "range": null, + "title": "Timer Enter Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Timer Exit\" event.", + "id": "APPTRACE_SV_EVT_TIMER_EXIT_ENABLE", + "name": "APPTRACE_SV_EVT_TIMER_EXIT_ENABLE", + "range": null, + "title": "Timer Exit Event", + "type": "bool" + } + ], + "depends_on": "APPTRACE_ENABLE", + "id": "component-config-application-level-tracing-freertos-systemview-tracing", + "title": "FreeRTOS SystemView Tracing", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "APPTRACE_GCOV_ENABLE", + "help": "Configures stack size of Gcov dump task", + "id": "APPTRACE_GCOV_DUMP_TASK_STACK_SIZE", + "name": "APPTRACE_GCOV_DUMP_TASK_STACK_SIZE", + "range": null, + "title": "Gcov dump task stack size", + "type": "int" + } + ], + "depends_on": "APPTRACE_ENABLE && !APPTRACE_SV_ENABLE", + "help": "Enables support for GCOV data transfer to host.", + "id": "APPTRACE_GCOV_ENABLE", + "name": "APPTRACE_GCOV_ENABLE", + "range": null, + "title": "GCOV to Host Enable", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-application-level-tracing", + "title": "Application Level Tracing", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option is recommended for classic Bluetooth or for dual-mode\nusecases", + "id": "BT_BLUEDROID_ENABLED", + "name": "BT_BLUEDROID_ENABLED", + "range": null, + "title": "Bluedroid - Dual-mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option is recommended for BLE only usecases to save on memory", + "id": "BT_NIMBLE_ENABLED", + "name": "BT_NIMBLE_ENABLED", + "range": null, + "title": "NimBLE - BLE only", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_BT_SUPPORTED && ", + "help": "This option is recommended when you want to communicate directly with the\ncontroller (without any host) or when you are using any other host stack\nnot supported by Espressif (not mentioned here).", + "id": "BT_CONTROLLER_ONLY", + "name": "BT_CONTROLLER_ONLY", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": "This helps to choose Bluetooth host stack", + "id": "component-config-bluetooth-bluetooth-host", + "name": "BT_HOST", + "title": "Host", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_BT_SUPPORTED && ", + "help": "This option is recommended for Bluetooth controller usecases", + "id": "BT_CONTROLLER_ENABLED", + "name": "BT_CONTROLLER_ENABLED", + "range": null, + "title": "Enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option is recommended for Bluetooth Host only usecases", + "id": "BT_CONTROLLER_DISABLED", + "name": "BT_CONTROLLER_DISABLED", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": "This helps to choose Bluetooth controller stack", + "id": "component-config-bluetooth-bluetooth-controller", + "name": "BT_CONTROLLER", + "title": "Controller", + "type": "choice" + } + ], + "depends_on": "!APP_NO_BLOBS", + "help": "Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.", + "id": "BT_ENABLED", + "name": "BT_ENABLED", + "range": null, + "title": "Bluetooth", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select btc task stack size", + "id": "BT_BTC_TASK_STACK_SIZE", + "name": "BT_BTC_TASK_STACK_SIZE", + "range": null, + "title": "Bluetooth event (callback to application) task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE_0", + "name": "BT_BLUEDROID_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE_1", + "name": "BT_BLUEDROID_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !FREERTOS_UNICORE && BT_BLUEDROID_ENABLED", + "help": "Which the cpu core to run Bluedroid. Can choose core0 and core1.\nCan not specify no-affinity.", + "id": "component-config-bluetooth-bluedroid-options-the-cpu-core-which-bluedroid-run", + "name": "BT_BLUEDROID_PINNED_TO_CORE_CHOICE", + "title": "The cpu core which Bluedroid run", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE", + "name": "BT_BLUEDROID_PINNED_TO_CORE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select btu task stack size", + "id": "BT_BTU_TASK_STACK_SIZE", + "name": "BT_BTU_TASK_STACK_SIZE", + "range": null, + "title": "Bluetooth Bluedroid Host Stack task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Bluedroid memory debug", + "id": "BT_BLUEDROID_MEM_DEBUG", + "name": "BT_BLUEDROID_MEM_DEBUG", + "range": null, + "title": "Bluedroid memory debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Enable Espressif Vendor-specific HCI commands for coexist status configuration", + "id": "BT_BLUEDROID_ESP_COEX_VSC", + "name": "BT_BLUEDROID_ESP_COEX_VSC", + "range": null, + "title": "Enable Espressif Vendor-specific HCI commands for coexist status configuration", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(BT_CONTROLLER_DISABLED || (BT_CONTROLLER_ENABLED && SOC_BT_H2C_ENC_KEY_CTRL_ENH_STD_SUPPORTED)) && ", + "help": null, + "id": "BT_ENC_KEY_SIZE_CTRL_STD", + "name": "BT_ENC_KEY_SIZE_CTRL_STD", + "range": null, + "title": "Supported by standard HCI command", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BT_CONTROLLER_DISABLED || (BT_CONTROLLER_ENABLED && SOC_BT_H2C_ENC_KEY_CTRL_ENH_VSC_SUPPORTED)) && ", + "help": null, + "id": "BT_ENC_KEY_SIZE_CTRL_VSC", + "name": "BT_ENC_KEY_SIZE_CTRL_VSC", + "range": null, + "title": "Supported by Vendor-specific HCI command", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_ENC_KEY_SIZE_CTRL_NONE", + "name": "BT_ENC_KEY_SIZE_CTRL_NONE", + "range": null, + "title": "Not supported", + "type": "bool" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This chooses the support status of configuring encryption key size", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-configure-encryption-key-size", + "name": "BT_ENC_KEY_SIZE_CTRL_ENABLED", + "title": "configure encryption key size", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables functionalities of Host qualification for Classic Bluetooth.", + "id": "BT_CLASSIC_BQB_ENABLED", + "name": "BT_CLASSIC_BQB_ENABLED", + "range": null, + "title": "Host Qualitifcation support for Classic Bluetooth", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_A2DP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Audio/Video Remote Control Profile, AVRCP and A2DP are coupled in Bluedroid,\nAVRCP still controlled by A2DP option, this is a dummy option currently", + "id": "BT_AVRCP_ENABLED", + "name": "BT_AVRCP_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_AVRCP_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enable Cover Art feature of AVRCP CT role", + "id": "BT_AVRCP_CT_COVER_ART_ENABLED", + "name": "BT_AVRCP_CT_COVER_ART_ENABLED", + "range": null, + "title": "AVRCP CT Cover Art", + "type": "bool" + } + ], + "depends_on": "BT_AVRCP_ENABLED && BT_BLUEDROID_ENABLED", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-a2dp-avrcp-features", + "title": "AVRCP Features", + "type": "menu" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Advanced Audio Distribution Profile", + "id": "BT_A2DP_ENABLE", + "name": "BT_A2DP_ENABLE", + "range": null, + "title": "A2DP", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the Serial Port Profile", + "id": "BT_SPP_ENABLED", + "name": "BT_SPP_ENABLED", + "range": null, + "title": "SPP", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the Logical Link Control and Adaptation Layer Protocol.\nOnly supported classic bluetooth.", + "id": "BT_L2CAP_ENABLED", + "name": "BT_L2CAP_ENABLED", + "range": null, + "title": "BT L2CAP", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables common SDP operation, such as SDP record creation and deletion.", + "id": "BT_SDP_COMMON_ENABLED", + "name": "BT_SDP_COMMON_ENABLED", + "range": null, + "title": "BT SDP COMMON", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_HFP_CLIENT_ENABLE", + "name": "BT_HFP_CLIENT_ENABLE", + "range": null, + "title": "Hands Free Unit", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_HFP_AG_ENABLE", + "name": "BT_HFP_AG_ENABLE", + "range": null, + "title": "Audio Gateway", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AUDIO_DATA_PATH_PCM", + "name": "BT_HFP_AUDIO_DATA_PATH_PCM", + "range": null, + "title": "PCM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AUDIO_DATA_PATH_HCI", + "name": "BT_HFP_AUDIO_DATA_PATH_HCI", + "range": null, + "title": "HCI", + "type": "bool" + } + ], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "SCO data path, i.e. HCI or PCM. This option is set using API\n\"esp_bredr_sco_datapath_set\" in Bluetooth host. Default SCO data\npath can also be set in Bluetooth Controller.", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-audio-sco-data-path", + "name": "BT_HFP_AUDIO_DATA_PATH", + "title": "audio(SCO) data path", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_HFP_AUDIO_DATA_PATH_HCI && BT_BLUEDROID_ENABLED", + "help": "This enables Wide Band Speech. Should disable it when SCO data path is PCM.\nOtherwise there will be no data transmitted via GPIOs.", + "id": "BT_HFP_WBS_ENABLE", + "name": "BT_HFP_WBS_ENABLE", + "range": null, + "title": "Wide Band Speech", + "type": "bool" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Hands Free Unit and Audio Gateway can be included simultaneously\nbut they cannot run simultaneously due to internal limitations.", + "id": "BT_HFP_ENABLE", + "is_menuconfig": true, + "name": "BT_HFP_ENABLE", + "range": null, + "title": "Hands Free/Handset Profile", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID Host", + "id": "BT_HID_HOST_ENABLED", + "name": "BT_HID_HOST_ENABLED", + "range": null, + "title": "Classic BT HID Host", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID Device", + "id": "BT_HID_DEVICE_ENABLED", + "name": "BT_HID_DEVICE_ENABLED", + "range": null, + "title": "Classic BT HID Device", + "type": "bool" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID functionalities", + "id": "BT_HID_ENABLED", + "is_menuconfig": true, + "name": "BT_HID_ENABLED", + "range": null, + "title": "Classic BT HID", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT GOEP Profile Client role", + "id": "BT_GOEPC_ENABLED", + "name": "BT_GOEPC_ENABLED", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BT_CLASSIC_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "For now this option needs \"SMP_ENABLE\" to be set to yes", + "id": "BT_CLASSIC_ENABLED", + "name": "BT_CLASSIC_ENABLED", + "range": null, + "title": "Classic Bluetooth", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This enables \"Peripheral Preferred Connection Parameters\" characteristic (UUID: 0x2A04) in GAP service that has\nconnection parameters like min/max connection interval, slave latency and supervision timeout multiplier", + "id": "BT_GATTS_PPCP_CHAR_GAP", + "name": "BT_GATTS_PPCP_CHAR_GAP", + "range": null, + "title": "Enable Peripheral Preferred Connection Parameters characteristic in GAP service", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This option can be close when the app does not require blufi function.", + "id": "BT_BLE_BLUFI_ENABLE", + "name": "BT_BLE_BLUFI_ENABLE", + "range": null, + "title": "Include blufi function", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Maximum GATT Server Profiles Count", + "id": "BT_GATT_MAX_SR_PROFILES", + "name": "BT_GATT_MAX_SR_PROFILES", + "range": null, + "title": "Max GATT Server Profiles", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Maximum GATT Service Attributes Count", + "id": "BT_GATT_MAX_SR_ATTRIBUTES", + "name": "BT_GATT_MAX_SR_ATTRIBUTES", + "range": null, + "title": "Max GATT Service Attributes", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Manually send service change indication through API esp_ble_gatts_send_service_change_indication()", + "id": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", + "range": null, + "title": "GATTS manually send service change indication", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Let Bluedroid handle the service change indication internally", + "id": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", + "range": null, + "title": "GATTS automatically send service change indication", + "type": "bool" + } + ], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Service change indication mode for GATT Server.", + "id": "component-config-bluetooth-bluedroid-options-bluetooth-low-energy-include-gatt-server-module-gatts--gatts-service-change-mode", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "title": "GATTS Service Change Mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This option enables the GATT robust caching feature on the server.\nif turned on, the Client Supported Features characteristic, Database Hash characteristic,\nand Server Supported Features characteristic will be included in the GAP SERVICE.", + "id": "BT_GATTS_ROBUST_CACHING_ENABLED", + "name": "BT_GATTS_ROBUST_CACHING_ENABLED", + "range": null, + "title": "Enable Robust Caching on Server Side", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Enabling this option allows remote GATT clients to write device name", + "id": "BT_GATTS_DEVICE_NAME_WRITABLE", + "name": "BT_GATTS_DEVICE_NAME_WRITABLE", + "range": null, + "title": "Allow to write device name by GATT clients", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Enabling this option allows remote GATT clients to write appearance", + "id": "BT_GATTS_APPEARANCE_WRITABLE", + "name": "BT_GATTS_APPEARANCE_WRITABLE", + "range": null, + "title": "Allow to write appearance by GATT clients", + "type": "bool" + } + ], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This option can be disabled when the app work only on gatt client mode", + "id": "BT_GATTS_ENABLE", + "name": "BT_GATTS_ENABLE", + "range": null, + "title": "Include GATT server module(GATTS)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Maximum GATTC cache characteristic count", + "id": "BT_GATTC_MAX_CACHE_CHAR", + "name": "BT_GATTC_MAX_CACHE_CHAR", + "range": null, + "title": "Max gattc cache characteristic for discover", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Maximum GATTC notify(indication) register number", + "id": "BT_GATTC_NOTIF_REG_MAX", + "name": "BT_GATTC_NOTIF_REG_MAX", + "range": null, + "title": "Max gattc notify(indication) register number", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This select can save gattc cache data to nvs flash", + "id": "BT_GATTC_CACHE_NVS_FLASH", + "name": "BT_GATTC_CACHE_NVS_FLASH", + "range": null, + "title": "Save gattc cache data to nvs flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "The number of attempts to reconnect if the connection establishment failed", + "id": "BT_GATTC_CONNECT_RETRY_COUNT", + "name": "BT_GATTC_CONNECT_RETRY_COUNT", + "range": null, + "title": "The number of attempts to reconnect if the connection establishment failed", + "type": "int" + } + ], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This option can be close when the app work only on gatt server mode", + "id": "BT_GATTC_ENABLE", + "name": "BT_GATTC_ENABLE", + "range": null, + "title": "Include GATT client module(GATTC)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "In order to reduce the pairing time, slave actively initiates connection parameters\nupdate during pairing.", + "id": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", + "name": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", + "range": null, + "title": "Slave enable connection parameters update during pairing", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "There are tracking risks associated with using a fixed or static IRK.\nIf enabled this option, Bluedroid will assign a new randomly-generated IRK\nwhen all pairing and bonding records are deleted. This would decrease the ability\nof a previously paired peer to be used to determine whether a device\nwith which it previously shared an IRK is within range.", + "id": "BT_BLE_SMP_ID_RESET_ENABLE", + "name": "BT_BLE_SMP_ID_RESET_ENABLE", + "range": null, + "title": "Reset device identity when all bonding records are deleted", + "type": "bool" + } + ], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This option can be close when the app not used the ble security connect.", + "id": "BT_BLE_SMP_ENABLE", + "name": "BT_BLE_SMP_ENABLE", + "range": null, + "title": "Include BLE security module(SMP)", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables Bluetooth Low Energy", + "id": "BT_BLE_ENABLED", + "name": "BT_BLE_ENABLED", + "range": null, + "title": "Bluetooth Low Energy", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select can save the rodata code size", + "id": "BT_STACK_NO_LOG", + "name": "BT_STACK_NO_LOG", + "range": null, + "title": "Disable BT debug logs (minimize bin size)", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_NONE", + "name": "BT_LOG_HCI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_HCI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_HCI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_API", + "name": "BT_LOG_HCI_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_HCI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for HCI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hci-layer", + "name": "BT_LOG_HCI_TRACE_LEVEL", + "title": "HCI layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL", + "name": "BT_LOG_HCI_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTM_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTM_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTM_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_API", + "name": "BT_LOG_BTM_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTM_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BTM layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btm-layer", + "name": "BT_LOG_BTM_TRACE_LEVEL", + "title": "BTM layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL", + "name": "BT_LOG_BTM_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_API", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for L2CAP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-l2cap-layer", + "name": "BT_LOG_L2CAP_TRACE_LEVEL", + "title": "L2CAP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL", + "name": "BT_LOG_L2CAP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_API", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for RFCOMM layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-rfcomm-layer", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL", + "title": "RFCOMM layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_NONE", + "name": "BT_LOG_SDP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_SDP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_SDP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_API", + "name": "BT_LOG_SDP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_SDP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for SDP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-sdp-layer", + "name": "BT_LOG_SDP_TRACE_LEVEL", + "title": "SDP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL", + "name": "BT_LOG_SDP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_NONE", + "name": "BT_LOG_GAP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_GAP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_GAP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_API", + "name": "BT_LOG_GAP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_GAP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for GAP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gap-layer", + "name": "BT_LOG_GAP_TRACE_LEVEL", + "title": "GAP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL", + "name": "BT_LOG_GAP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_NONE", + "name": "BT_LOG_BNEP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_API", + "name": "BT_LOG_BNEP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BNEP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-bnep-layer", + "name": "BT_LOG_BNEP_TRACE_LEVEL", + "title": "BNEP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL", + "name": "BT_LOG_BNEP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_NONE", + "name": "BT_LOG_PAN_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_ERROR", + "name": "BT_LOG_PAN_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_WARNING", + "name": "BT_LOG_PAN_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_API", + "name": "BT_LOG_PAN_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_EVENT", + "name": "BT_LOG_PAN_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for PAN layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-pan-layer", + "name": "BT_LOG_PAN_TRACE_LEVEL", + "title": "PAN layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL", + "name": "BT_LOG_PAN_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_NONE", + "name": "BT_LOG_A2D_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_ERROR", + "name": "BT_LOG_A2D_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_WARNING", + "name": "BT_LOG_A2D_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_API", + "name": "BT_LOG_A2D_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_EVENT", + "name": "BT_LOG_A2D_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for A2D layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-a2d-layer", + "name": "BT_LOG_A2D_TRACE_LEVEL", + "title": "A2D layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL", + "name": "BT_LOG_A2D_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVDT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_API", + "name": "BT_LOG_AVDT_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for AVDT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avdt-layer", + "name": "BT_LOG_AVDT_TRACE_LEVEL", + "title": "AVDT layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL", + "name": "BT_LOG_AVDT_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVCT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_API", + "name": "BT_LOG_AVCT_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for AVCT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avct-layer", + "name": "BT_LOG_AVCT_TRACE_LEVEL", + "title": "AVCT layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL", + "name": "BT_LOG_AVCT_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVRC_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_API", + "name": "BT_LOG_AVRC_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for AVRC layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avrc-layer", + "name": "BT_LOG_AVRC_TRACE_LEVEL", + "title": "AVRC layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL", + "name": "BT_LOG_AVRC_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_NONE", + "name": "BT_LOG_MCA_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_ERROR", + "name": "BT_LOG_MCA_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_WARNING", + "name": "BT_LOG_MCA_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_API", + "name": "BT_LOG_MCA_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_EVENT", + "name": "BT_LOG_MCA_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for MCA layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-mca-layer", + "name": "BT_LOG_MCA_TRACE_LEVEL", + "title": "MCA layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL", + "name": "BT_LOG_MCA_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_NONE", + "name": "BT_LOG_HID_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_ERROR", + "name": "BT_LOG_HID_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_WARNING", + "name": "BT_LOG_HID_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_API", + "name": "BT_LOG_HID_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_EVENT", + "name": "BT_LOG_HID_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_HID_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for HID layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hid-layer", + "name": "BT_LOG_HID_TRACE_LEVEL", + "title": "HID layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL", + "name": "BT_LOG_HID_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_NONE", + "name": "BT_LOG_APPL_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_ERROR", + "name": "BT_LOG_APPL_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_WARNING", + "name": "BT_LOG_APPL_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_API", + "name": "BT_LOG_APPL_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_EVENT", + "name": "BT_LOG_APPL_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for APPL layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-appl-layer", + "name": "BT_LOG_APPL_TRACE_LEVEL", + "title": "APPL layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL", + "name": "BT_LOG_APPL_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_NONE", + "name": "BT_LOG_GATT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_GATT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_GATT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_API", + "name": "BT_LOG_GATT_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_GATT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for GATT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gatt-layer", + "name": "BT_LOG_GATT_TRACE_LEVEL", + "title": "GATT layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL", + "name": "BT_LOG_GATT_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_NONE", + "name": "BT_LOG_SMP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_SMP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_SMP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_API", + "name": "BT_LOG_SMP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_SMP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for SMP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-smp-layer", + "name": "BT_LOG_SMP_TRACE_LEVEL", + "title": "SMP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL", + "name": "BT_LOG_SMP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTIF_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_API", + "name": "BT_LOG_BTIF_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BTIF layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btif-layer", + "name": "BT_LOG_BTIF_TRACE_LEVEL", + "title": "BTIF layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL", + "name": "BT_LOG_BTIF_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTC_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTC_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTC_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_API", + "name": "BT_LOG_BTC_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTC_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BTC layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btc-layer", + "name": "BT_LOG_BTC_TRACE_LEVEL", + "title": "BTC layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL", + "name": "BT_LOG_BTC_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_NONE", + "name": "BT_LOG_OSI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_OSI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_OSI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_API", + "name": "BT_LOG_OSI_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_OSI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for OSI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-osi-layer", + "name": "BT_LOG_OSI_TRACE_LEVEL", + "title": "OSI layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL", + "name": "BT_LOG_OSI_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_API", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BLUFI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-blufi-layer", + "name": "BT_LOG_BLUFI_TRACE_LEVEL", + "title": "BLUFI layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL", + "name": "BT_LOG_BLUFI_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level", + "title": "BT DEBUG LOG LEVEL", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Maximum BT/BLE connection count. The ESP32-C3/S3 chip supports a maximum of 10 instances,\nincluding ADV, SCAN and connections. The ESP32-C3/S3 chip can connect up to 9 devices if\nADV or SCAN uses only one. If ADV and SCAN are both used, The ESP32-C3/S3 chip is connected\nto a maximum of 8 devices. Because Bluetooth cannot reclaim used instances once ADV or SCAN\nis used.", + "id": "BT_ACL_CONNECTIONS", + "name": "BT_ACL_CONNECTIONS", + "range": null, + "title": "BT/BLE MAX ACL CONNECTIONS(1~9)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Enable this option if there are multiple connections", + "id": "BT_MULTI_CONNECTION_ENBALE", + "name": "BT_MULTI_CONNECTION_ENBALE", + "range": null, + "title": "Enable BLE multi-connections", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select can save the internal RAM if there have the PSRAM", + "id": "BT_ALLOCATION_FROM_SPIRAM_FIRST", + "name": "BT_ALLOCATION_FROM_SPIRAM_FIRST", + "range": null, + "title": "BT/BLE will first malloc the memory from the PSRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select can make the allocation of memory will become more flexible", + "id": "BT_BLE_DYNAMIC_ENV_MEMORY", + "name": "BT_BLE_DYNAMIC_ENV_MEMORY", + "range": null, + "title": "Use dynamic memory allocation in BT/BLE stack", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", + "id": "BT_BLE_HOST_QUEUE_CONG_CHECK", + "name": "BT_BLE_HOST_QUEUE_CONG_CHECK", + "range": null, + "title": "BLE queue congestion check", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_SMP_ENABLE", + "name": "BT_SMP_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "The number of security records for peer devices.", + "id": "BT_SMP_MAX_BONDS", + "name": "BT_SMP_MAX_BONDS", + "range": null, + "title": "BT/BLE maximum bond device count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Originally, when doing BLE active scan, Bluedroid will not report adv to application layer\nuntil receive scan response. This option is used to disable the behavior. When enable this option,\nBluedroid will report adv data or scan response to application layer immediately.\n\n# Memory reserved at start of DRAM for Bluetooth stack", + "id": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", + "name": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", + "range": null, + "title": "Report adv data and scan response individually when BLE active scan", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Bluetooth Connection establishment maximum time, if connection time exceeds this value, the connection\nestablishment fails, ESP_GATTC_OPEN_EVT or ESP_GATTS_OPEN_EVT is triggered.", + "id": "BT_BLE_ESTAB_LINK_CONN_TOUT", + "name": "BT_BLE_ESTAB_LINK_CONN_TOUT", + "range": null, + "title": "Timeout of BLE connection establishment", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Bluetooth Device name length shall be no larger than 248 octets, If the broadcast data cannot contain\nthe complete device name, then only the shortname will be displayed, the rest parts that can't fit in\nwill be truncated.", + "id": "BT_MAX_DEVICE_NAME_LEN", + "name": "BT_MAX_DEVICE_NAME_LEN", + "range": null, + "title": "length of bluetooth device name", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && ((BT_CONTROLLER_ENABLED && !SOC_BLE_DEVICE_PRIVACY_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "This enables controller RPA list function.\nFor ESP32, ESP32 only support network privacy mode. If this option is enabled, ESP32 will only accept\nadvertising packets from peer devices that contain private address, HW will not receive the advertising\npackets contain identity address after IRK changed. If this option is disabled, address resolution will\nbe performed in the host, so the functions that require controller to resolve address in the white list\ncannot be used. This option is disabled by default on ESP32, please enable or disable this option according\nto your own needs.\n\nFor other BLE chips, devices support network privacy mode and device privacy mode,\nusers can switch the two modes according to their own needs. So this option is enabled by default.", + "id": "BT_BLE_RPA_SUPPORTED", + "name": "BT_BLE_RPA_SUPPORTED", + "range": null, + "title": "Update RPA to Controller", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This set RPA timeout of Controller and Host.\nDefault is 900 s (15 minutes). Range is 1 s to 1 hour (3600 s).", + "id": "BT_BLE_RPA_TIMEOUT", + "name": "BT_BLE_RPA_TIMEOUT", + "range": null, + "title": "Timeout of resolvable private address", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BLE_50_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "Enabling this option activates BLE 5.0 features.\nThis option is universally supported in chips that support BLE, except for ESP32.\nBLE 4.2 and BLE 5.0 cannot be used simultaneously.", + "id": "BT_BLE_50_FEATURES_SUPPORTED", + "name": "BT_BLE_50_FEATURES_SUPPORTED", + "range": null, + "title": "Enable BLE 5.0 features(please disable BLE 4.2 if enable BLE 5.0)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BLE_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "This enables BLE 4.2 features.\nThis option is universally supported by all ESP chips with BLE capabilities.\nBLE 4.2 and BLE 5.0 cannot be used simultaneously.", + "id": "BT_BLE_42_FEATURES_SUPPORTED", + "name": "BT_BLE_42_FEATURES_SUPPORTED", + "range": null, + "title": "Enable BLE 4.2 features(please disable BLE 5.0 if enable BLE 4.2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "This enables BLE periodic advertising sync transfer feature", + "id": "BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER", + "name": "BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER", + "range": null, + "title": "Enable BLE periodic advertising sync transfer feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "Enable the periodic advertising enhancements", + "id": "BT_BLE_FEAT_PERIODIC_ADV_ENH", + "name": "BT_BLE_FEAT_PERIODIC_ADV_ENH", + "range": null, + "title": "Enable periodic adv enhancements(adi support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "Enable the create sync enhancements", + "id": "BT_BLE_FEAT_CREATE_SYNC_ENH", + "name": "BT_BLE_FEAT_CREATE_SYNC_ENH", + "range": null, + "title": "Enable create sync enhancements(reporting disable and duplicate filtering enable support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enable BLE high duty advertising interval feature", + "id": "BT_BLE_HIGH_DUTY_ADV_INTERVAL", + "name": "BT_BLE_HIGH_DUTY_ADV_INTERVAL", + "range": null, + "title": "Enable BLE high duty advertising interval feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables abort when memory allocation fails", + "id": "BT_ABORT_WHEN_ALLOCATION_FAILS", + "name": "BT_ABORT_WHEN_ALLOCATION_FAILS", + "range": null, + "title": "Abort when memory allocation fails in BT/BLE stack", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED", + "id": "component-config-bluetooth-bluedroid-options", + "title": "Bluedroid Options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", + "range": null, + "title": "Internal memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", + "range": null, + "title": "Default alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region.\n\nEvery unaligned (8bit or 16bit) access will result in an exception\nand incur penalty of certain clock cycles per unaligned read/write.", + "id": "BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Allocation strategy for NimBLE host stack, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Internal IRAM memory wherever applicable else internal DRAM", + "id": "component-config-bluetooth-nimble-options-memory-allocation-strategy", + "name": "BT_NIMBLE_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_NONE", + "name": "BT_NIMBLE_LOG_LEVEL_NONE", + "range": null, + "title": "No logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_ERROR", + "name": "BT_NIMBLE_LOG_LEVEL_ERROR", + "range": null, + "title": "Error logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_WARNING", + "name": "BT_NIMBLE_LOG_LEVEL_WARNING", + "range": null, + "title": "Warning logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_INFO", + "name": "BT_NIMBLE_LOG_LEVEL_INFO", + "range": null, + "title": "Info logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_DEBUG", + "name": "BT_NIMBLE_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug logs", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Select NimBLE log level. Please make a note that the selected NimBLE log\nverbosity can not exceed the level set in \"Component config --> Log output\n--> Default log verbosity\".", + "id": "component-config-bluetooth-nimble-options-nimble-host-log-verbosity", + "name": "BT_NIMBLE_LOG_LEVEL", + "title": "NimBLE Host log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL", + "name": "BT_NIMBLE_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of concurrent BLE connections. For ESP32, user\nis expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu\nalong with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to\nconfigure BT_CTRL_BLE_MAX_ACT from controller menu.\nFor ESP32C2, ESP32C6 and ESP32H2, each connection will take about 1k DRAM.", + "id": "BT_NIMBLE_MAX_CONNECTIONS", + "name": "BT_NIMBLE_MAX_CONNECTIONS", + "range": null, + "title": "Maximum number of concurrent connections", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of bonds to save for peer security and our security", + "id": "BT_NIMBLE_MAX_BONDS", + "name": "BT_NIMBLE_MAX_BONDS", + "range": null, + "title": "Maximum number of bonds to save across reboots", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of CCC descriptors to save", + "id": "BT_NIMBLE_MAX_CCCDS", + "name": "BT_NIMBLE_MAX_CCCDS", + "range": null, + "title": "Maximum number of CCC descriptors to save across reboots", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of BLE Connection Oriented Channels. When set to (0), BLE COC is not compiled in", + "id": "BT_NIMBLE_L2CAP_COC_MAX_NUM", + "name": "BT_NIMBLE_L2CAP_COC_MAX_NUM", + "range": null, + "title": "Maximum number of connection oriented channels", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE_0", + "name": "BT_NIMBLE_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE_1", + "name": "BT_NIMBLE_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && !FREERTOS_UNICORE && BT_NIMBLE_ENABLED", + "help": "The CPU core on which NimBLE host will run. You can choose Core 0 or Core 1.\nCannot specify no-affinity", + "id": "component-config-bluetooth-nimble-options-the-cpu-core-on-which-nimble-host-will-run", + "name": "BT_NIMBLE_PINNED_TO_CORE_CHOICE", + "title": "The CPU core on which NimBLE host will run", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE", + "name": "BT_NIMBLE_PINNED_TO_CORE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This configures stack size of NimBLE host task", + "id": "BT_NIMBLE_HOST_TASK_STACK_SIZE", + "name": "BT_NIMBLE_HOST_TASK_STACK_SIZE", + "range": null, + "title": "NimBLE Host task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enables central role", + "id": "BT_NIMBLE_ROLE_CENTRAL", + "name": "BT_NIMBLE_ROLE_CENTRAL", + "range": null, + "title": "Enable BLE Central role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable peripheral role", + "id": "BT_NIMBLE_ROLE_PERIPHERAL", + "name": "BT_NIMBLE_ROLE_PERIPHERAL", + "range": null, + "title": "Enable BLE Peripheral role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enables broadcaster role", + "id": "BT_NIMBLE_ROLE_BROADCASTER", + "name": "BT_NIMBLE_ROLE_BROADCASTER", + "range": null, + "title": "Enable BLE Broadcaster role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enables observer role", + "id": "BT_NIMBLE_ROLE_OBSERVER", + "name": "BT_NIMBLE_ROLE_OBSERVER", + "range": null, + "title": "Enable BLE Observer role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable this flag to make bonding persistent across device reboots", + "id": "BT_NIMBLE_NVS_PERSIST", + "name": "BT_NIMBLE_NVS_PERSIST", + "range": null, + "title": "Persist the BLE Bonding keys in NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "There are tracking risks associated with using a fixed or static IRK.\nIf enabled this option, Bluedroid will assign a new randomly-generated IRK\nwhen all pairing and bonding records are deleted. This would decrease the ability\nof a previously paired peer to be used to determine whether a device\nwith which it previously shared an IRK is within range.", + "id": "BT_NIMBLE_SMP_ID_RESET", + "name": "BT_NIMBLE_SMP_ID_RESET", + "range": null, + "title": "Reset device identity when all bonding records are deleted", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "Enable security manager legacy pairing", + "id": "BT_NIMBLE_SM_LEGACY", + "name": "BT_NIMBLE_SM_LEGACY", + "range": null, + "title": "Security manager legacy pairing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_SM_SC && BT_NIMBLE_ENABLED", + "help": "If this option is enabled, SM uses predefined DH key pair as described\nin Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to\ndecrypt air traffic easily and thus should only be used for debugging.", + "id": "BT_NIMBLE_SM_SC_DEBUG_KEYS", + "name": "BT_NIMBLE_SM_SC_DEBUG_KEYS", + "range": null, + "title": "Use predefined public-private key pair", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "Enable security manager secure connections", + "id": "BT_NIMBLE_SM_SC", + "name": "BT_NIMBLE_SM_SC", + "range": null, + "title": "Security manager secure connections (4.2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable encryption connection", + "id": "BT_NIMBLE_LL_CFG_FEAT_LE_ENCRYPTION", + "name": "BT_NIMBLE_LL_CFG_FEAT_LE_ENCRYPTION", + "range": null, + "title": "Enable LE encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "LE Security Mode 1 Levels:\n1. No Security\n2. Unauthenticated pairing with encryption\n3. Authenticated pairing with encryption\n4. Authenticated LE Secure Connections pairing with encryption using a 128-bit strength encryption key.", + "id": "BT_NIMBLE_SM_LVL", + "name": "BT_NIMBLE_SM_LVL", + "range": null, + "title": "Security level", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable BLE sm feature", + "id": "BT_NIMBLE_SECURITY_ENABLE", + "is_menuconfig": true, + "name": "BT_NIMBLE_SECURITY_ENABLE", + "range": null, + "title": "Enable BLE SM feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This enables extra runtime asserts and host debugging", + "id": "BT_NIMBLE_DEBUG", + "name": "BT_NIMBLE_DEBUG", + "range": null, + "title": "Enable extra runtime asserts and host debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This enables user to add/remove Gatt services at runtime", + "id": "BT_NIMBLE_DYNAMIC_SERVICE", + "name": "BT_NIMBLE_DYNAMIC_SERVICE", + "range": null, + "title": "Enable dynamic services", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "The Device Name characteristic shall contain the name of the device as an UTF-8 string.\nThis name can be changed by using API ble_svc_gap_device_name_set()", + "id": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", + "name": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", + "range": null, + "title": "BLE GAP default device name", + "type": "string" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Device Name characteristic value shall be 0 to 248 octets in length", + "id": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", + "name": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", + "range": null, + "title": "Maximum length of BLE device name in octets", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.\nThis value can be changed using API ble_att_set_preferred_mtu()", + "id": "BT_NIMBLE_ATT_PREFERRED_MTU", + "name": "BT_NIMBLE_ATT_PREFERRED_MTU", + "range": null, + "title": "Preferred MTU size in octets", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Standard BLE GAP Appearance value in HEX format e.g. 0x02C0", + "id": "BT_NIMBLE_SVC_GAP_APPEARANCE", + "name": "BT_NIMBLE_SVC_GAP_APPEARANCE", + "range": null, + "title": "External appearance of the device", + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "MSYS is a system level mbuf registry. For prepare write & prepare\nresponses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH\nenabled cases, this block count is increased by 8 than user defined\ncount.", + "id": "BT_NIMBLE_MSYS_1_BLOCK_COUNT", + "name": "BT_NIMBLE_MSYS_1_BLOCK_COUNT", + "range": null, + "title": "MSYS_1 Block Count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Dynamic memory size of block 1", + "id": "BT_NIMBLE_MSYS_1_BLOCK_SIZE", + "name": "BT_NIMBLE_MSYS_1_BLOCK_SIZE", + "range": null, + "title": "MSYS_1 Block Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Dynamic memory count", + "id": "BT_NIMBLE_MSYS_2_BLOCK_COUNT", + "name": "BT_NIMBLE_MSYS_2_BLOCK_COUNT", + "range": null, + "title": "MSYS_2 Block Count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Dynamic memory size of block 2", + "id": "BT_NIMBLE_MSYS_2_BLOCK_SIZE", + "name": "BT_NIMBLE_MSYS_2_BLOCK_SIZE", + "range": null, + "title": "MSYS_2 Block Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_MSYS_INIT_IN_CONTROLLER && BT_NIMBLE_ENABLED", + "help": "This option sets the source of the shared msys mbuf memory between\nthe Host and the Controller. Allocate the memory from the heap if\nthis option is sets, from the mempool otherwise.", + "id": "BT_NIMBLE_MSYS_BUF_FROM_HEAP", + "name": "BT_NIMBLE_MSYS_BUF_FROM_HEAP", + "range": null, + "title": "Get Msys Mbuf from heap", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "The number of ACL data buffers allocated for host.", + "id": "BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT", + "name": "BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT", + "range": null, + "title": "ACL Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the maximum size of the data portion of HCI ACL data packets.\nIt does not include the HCI data header (of 4 bytes)", + "id": "BT_NIMBLE_TRANSPORT_ACL_SIZE", + "name": "BT_NIMBLE_TRANSPORT_ACL_SIZE", + "range": null, + "title": "Transport ACL Buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the size of each HCI event buffer in bytes. In case of\nextended advertising, packets can be fragmented. 257 bytes is the\nmaximum size of a packet.", + "id": "BT_NIMBLE_TRANSPORT_EVT_SIZE", + "name": "BT_NIMBLE_TRANSPORT_EVT_SIZE", + "range": null, + "title": "Transport Event Buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the high priority HCI events' buffer size. High-priority\nevent buffers are for everything except advertising reports. If there\nare no free high-priority event buffers then host will try to allocate a\nlow-priority buffer instead", + "id": "BT_NIMBLE_TRANSPORT_EVT_COUNT", + "name": "BT_NIMBLE_TRANSPORT_EVT_COUNT", + "range": null, + "title": "Transport Event Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the low priority HCI events' buffer size. Low-priority event\nbuffers are only used for advertising reports. If there are no free\nlow-priority event buffers, then an incoming advertising report will\nget dropped", + "id": "BT_NIMBLE_TRANSPORT_EVT_DISCARD_COUNT", + "name": "BT_NIMBLE_TRANSPORT_EVT_DISCARD_COUNT", + "range": null, + "title": "Discardable Transport Event Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the service data unit buffer count for l2cap coc.", + "id": "BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT", + "name": "BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT", + "range": null, + "title": "L2cap coc Service Data Unit Buffer count", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-memory-settings", + "title": "Memory Settings", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Maximum number of GATT client procedures that can be executed.", + "id": "BT_NIMBLE_GATT_MAX_PROCS", + "name": "BT_NIMBLE_GATT_MAX_PROCS", + "range": null, + "title": "Maximum number of GATT client procedures", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL && BT_NIMBLE_ENABLED", + "help": "Host flow control interval in msecs", + "id": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", + "name": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", + "range": null, + "title": "Host Flow control interval", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL && BT_NIMBLE_ENABLED", + "help": "Host flow control threshold, if the number of free buffers are at or\nbelow this threshold, send an immediate number-of-completed-packets\nevent", + "id": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", + "name": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", + "range": null, + "title": "Host Flow control threshold", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL && BT_NIMBLE_ENABLED", + "help": "Enable this option to send number-of-completed-packets event to\ncontroller after disconnection", + "id": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", + "name": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", + "range": null, + "title": "Host Flow control on disconnect", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable Host Flow control", + "id": "BT_NIMBLE_HS_FLOW_CTRL", + "name": "BT_NIMBLE_HS_FLOW_CTRL", + "range": null, + "title": "Enable Host Flow control", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Time interval between RPA address change.", + "id": "BT_NIMBLE_RPA_TIMEOUT", + "name": "BT_NIMBLE_RPA_TIMEOUT", + "range": null, + "title": "RPA timeout in seconds", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable proxy. This is automatically set whenever NIMBLE_MESH_PB_GATT or\nNIMBLE_MESH_GATT_PROXY is set", + "id": "BT_NIMBLE_MESH_PROXY", + "name": "BT_NIMBLE_MESH_PROXY", + "range": null, + "title": "Enable mesh proxy functionality", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_MESH_PROV && BT_NIMBLE_ENABLED", + "help": "Enable this option to allow the device to be provisioned over\nthe advertising bearer", + "id": "BT_NIMBLE_MESH_PB_ADV", + "name": "BT_NIMBLE_MESH_PB_ADV", + "range": null, + "title": "Enable mesh provisioning over advertising bearer", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH_PROV && BT_NIMBLE_ENABLED", + "help": "Enable this option to allow the device to be provisioned over the GATT\nbearer", + "id": "BT_NIMBLE_MESH_PB_GATT", + "name": "BT_NIMBLE_MESH_PB_GATT", + "range": null, + "title": "Enable mesh provisioning over GATT bearer", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable mesh provisioning", + "id": "BT_NIMBLE_MESH_PROV", + "name": "BT_NIMBLE_MESH_PROV", + "range": null, + "title": "Enable BLE mesh provisioning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "This option enables support for the Mesh GATT Proxy Service,\ni.e. the ability to act as a proxy between a Mesh GATT Client\nand a Mesh network", + "id": "BT_NIMBLE_MESH_GATT_PROXY", + "name": "BT_NIMBLE_MESH_GATT_PROXY", + "range": null, + "title": "Enable GATT Proxy functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Support for acting as a Mesh Relay Node", + "id": "BT_NIMBLE_MESH_RELAY", + "name": "BT_NIMBLE_MESH_RELAY", + "range": null, + "title": "Enable mesh relay functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable this option to be able to act as a Low Power Node", + "id": "BT_NIMBLE_MESH_LOW_POWER", + "name": "BT_NIMBLE_MESH_LOW_POWER", + "range": null, + "title": "Enable mesh low power mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable this option to be able to act as a Friend Node", + "id": "BT_NIMBLE_MESH_FRIEND", + "name": "BT_NIMBLE_MESH_FRIEND", + "range": null, + "title": "Enable mesh friend functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "This value defines Bluetooth Mesh device/node name", + "id": "BT_NIMBLE_MESH_DEVICE_NAME", + "name": "BT_NIMBLE_MESH_DEVICE_NAME", + "range": null, + "title": "Set mesh device name", + "type": "string" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Defines mesh node count.", + "id": "BT_NIMBLE_MESH_NODE_COUNT", + "name": "BT_NIMBLE_MESH_NODE_COUNT", + "range": null, + "title": "Set mesh node count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable mesh provisioner.", + "id": "BT_NIMBLE_MESH_PROVISIONER", + "name": "BT_NIMBLE_MESH_PROVISIONER", + "range": null, + "title": "Enable BLE mesh provisioner", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable BLE Mesh example present in upstream mynewt-nimble and not maintained by Espressif.\n\nIDF maintains ESP-BLE-MESH as the official Mesh solution. Please refer to ESP-BLE-MESH guide at:\n`https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html`", + "id": "BT_NIMBLE_MESH", + "is_menuconfig": true, + "name": "BT_NIMBLE_MESH", + "range": null, + "title": "Enable BLE mesh functionality", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable this option to choose mbedTLS instead of TinyCrypt for crypto\ncomputations.", + "id": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", + "name": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", + "range": null, + "title": "Override TinyCrypt with mbedTLS for crypto computations", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "BLE Host stop procedure timeout in milliseconds.", + "id": "BT_NIMBLE_HS_STOP_TIMEOUT_MS", + "name": "BT_NIMBLE_HS_STOP_TIMEOUT_MS", + "range": null, + "title": "BLE host stop timeout in msec", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && IDF_TARGET_ESP32 && BT_NIMBLE_ENABLED", + "help": "Use this option to do host based Random Private Address resolution.\nIf this option is disabled then controller based privacy is used.", + "id": "BT_NIMBLE_HOST_BASED_PRIVACY", + "name": "BT_NIMBLE_HOST_BASED_PRIVACY", + "range": null, + "title": "Enable host based privacy for random address.", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of connection reattempts.", + "id": "BT_NIMBLE_MAX_CONN_REATTEMPT", + "name": "BT_NIMBLE_MAX_CONN_REATTEMPT", + "range": null, + "title": "Maximum number connection reattempts", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable to make the NimBLE host to reattempt GAP connection on connection\nestablishment failure.", + "id": "BT_NIMBLE_ENABLE_CONN_REATTEMPT", + "name": "BT_NIMBLE_ENABLE_CONN_REATTEMPT", + "range": null, + "title": "Enable connection reattempts on connection establishment error", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable 2M-PHY", + "id": "BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY", + "name": "BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY", + "range": null, + "title": "Enable 2M Phy", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable coded-PHY", + "id": "BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY", + "name": "BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY", + "range": null, + "title": "Enable coded Phy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Change this option to set maximum number of extended advertising\ninstances. Minimum there is always one instance of\nadvertising. Enter how many more advertising instances you\nwant.\nFor ESP32C2, ESP32C6 and ESP32H2, each extended advertising instance\nwill take about 0.5k DRAM.", + "id": "BT_NIMBLE_MAX_EXT_ADV_INSTANCES", + "name": "BT_NIMBLE_MAX_EXT_ADV_INSTANCES", + "range": null, + "title": "Maximum number of extended advertising instances.", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Defines the length of the extended adv data. The value should not\nexceed 1650.", + "id": "BT_NIMBLE_EXT_ADV_MAX_SIZE", + "name": "BT_NIMBLE_EXT_ADV_MAX_SIZE", + "range": null, + "title": "Maximum length of the advertising data.", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable the periodic advertising enhancements", + "id": "BT_NIMBLE_PERIODIC_ADV_ENH", + "name": "BT_NIMBLE_PERIODIC_ADV_ENH", + "range": null, + "title": "Periodic adv enhancements(adi support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "This enables controller transfer periodic sync events to host", + "id": "BT_NIMBLE_PERIODIC_ADV_SYNC_TRANSFER", + "name": "BT_NIMBLE_PERIODIC_ADV_SYNC_TRANSFER", + "range": null, + "title": "Enable Transfer Sync Events", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to start periodic advertisement.", + "id": "BT_NIMBLE_ENABLE_PERIODIC_ADV", + "name": "BT_NIMBLE_ENABLE_PERIODIC_ADV", + "range": null, + "title": "Enable periodic advertisement.", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to do extended advertising. Extended advertising\nwill be supported from BLE 5.0 onwards.", + "id": "BT_NIMBLE_EXT_ADV", + "name": "BT_NIMBLE_EXT_ADV", + "range": null, + "title": "Enable extended advertising", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_SYNC && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit for number of periodic sync\nconnections. This should be less than maximum connections allowed by\ncontroller.", + "id": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "name": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "range": null, + "title": "Maximum number of periodic advertising syncs", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_ENABLE_PERIODIC_SYNC && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit for number of periodic advertiser list.", + "id": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", + "name": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", + "range": null, + "title": "Maximum number of periodic advertiser list", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_EXT_SCAN && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to receive periodic advertisement.", + "id": "BT_NIMBLE_ENABLE_PERIODIC_SYNC", + "name": "BT_NIMBLE_ENABLE_PERIODIC_SYNC", + "range": null, + "title": "Enable periodic sync", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ROLE_OBSERVER && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to do extended scanning.", + "id": "BT_NIMBLE_EXT_SCAN", + "name": "BT_NIMBLE_EXT_SCAN", + "range": null, + "title": "Enable extended scanning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_POWER_CONTROL_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to enable the Power Control feature", + "id": "BT_NIMBLE_BLE_POWER_CONTROL", + "name": "BT_NIMBLE_BLE_POWER_CONTROL", + "range": null, + "title": "Enable support for BLE Power Control", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && (BT_CONTROLLER_DISABLED || SOC_BLE_CTE_SUPPORTED) && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable support for Connectionless and Connection Oriented Direction Finding", + "id": "BT_NIMBLE_AOA_AOD", + "name": "BT_NIMBLE_AOA_AOD", + "range": null, + "title": "Direction Finding", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of connections to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_CONNS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_CONNS", + "range": null, + "title": "Maximum connections to be cached", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of services per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_SVCS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_SVCS", + "range": null, + "title": "Maximum number of services per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of characteristics per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_CHRS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_CHRS", + "range": null, + "title": "Maximum number of characteristics per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of descriptors per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_DSCS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_DSCS", + "range": null, + "title": "Maximum number of descriptors per connection", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable GATT caching", + "id": "BT_NIMBLE_GATT_CACHING", + "is_menuconfig": true, + "name": "BT_NIMBLE_GATT_CACHING", + "range": null, + "title": "Enable GATT caching", + "type": "menu" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && (SOC_BLE_50_SUPPORTED || !BT_CONTROLLER_ENABLED) && BT_NIMBLE_ENABLED", + "help": "Enable BLE 5 feature", + "id": "BT_NIMBLE_50_FEATURE_SUPPORT", + "is_menuconfig": true, + "name": "BT_NIMBLE_50_FEATURE_SUPPORT", + "range": null, + "title": "Enable BLE 5 feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "BLE list size", + "id": "BT_NIMBLE_WHITELIST_SIZE", + "name": "BT_NIMBLE_WHITELIST_SIZE", + "range": null, + "title": "BLE white list size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable the throughput test mode", + "id": "BT_NIMBLE_TEST_THROUGHPUT_TEST", + "name": "BT_NIMBLE_TEST_THROUGHPUT_TEST", + "range": null, + "title": "Throughput Test Mode enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Set this option to enable blufi functionality.", + "id": "BT_NIMBLE_BLUFI_ENABLE", + "name": "BT_NIMBLE_BLUFI_ENABLE", + "range": null, + "title": "Enable blufi functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Set this option to use Esp Timer which has higher priority timer instead of FreeRTOS timer", + "id": "BT_NIMBLE_USE_ESP_TIMER", + "name": "BT_NIMBLE_USE_ESP_TIMER", + "range": null, + "title": "Enable Esp Timer for Nimble", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used to distinguish whether a previous version of VHCI is being used", + "id": "BT_NIMBLE_LEGACY_VHCI_ENABLE", + "name": "BT_NIMBLE_LEGACY_VHCI_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used when data to be sent is more than 512 bytes. For peripheral role,\nBT_NIMBLE_MSYS_1_BLOCK_COUNT needs to be increased according to the need.", + "id": "BT_NIMBLE_BLE_GATT_BLOB_TRANSFER", + "name": "BT_NIMBLE_BLE_GATT_BLOB_TRANSFER", + "range": null, + "title": "Blob transfer", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with encryption permission (BLE_GATT_CHR_F_WRITE_ENC)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_ENC", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_ENC", + "range": null, + "title": "Write with encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authentication permission (BLE_GATT_CHR_F_WRITE_AUTHEN)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHEN", + "range": null, + "title": "Write with authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHOR", + "range": null, + "title": "Write with authorisation", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable write permission (BLE_GATT_CHR_F_WRITE)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE", + "range": null, + "title": "Write", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-appearance-write-permissions", + "title": "GAP Appearance write permissions", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ENC", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ENC", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHN", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHR", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_CHAR_NOT_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_CHAR_NOT_SUPP", + "range": null, + "title": "Characteristic not supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP", + "range": null, + "title": "Central Address Resolution not supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_SUPP", + "range": null, + "title": "Central Address Resolution supported", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Weather or not Central Address Resolution characteristic is supported on\nthe device, and if supported, weather or not Central Address Resolution\nis supported.\n\n- Central Address Resolution characteristic not supported\n- Central Address Resolution not supported\n- Central Address Resolution supported", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-characteristic-central-address-resolution", + "name": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "title": "GAP Characteristic - Central Address Resolution", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "name": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with encryption permission (BLE_GATT_CHR_F_WRITE_ENC)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_ENC", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_ENC", + "range": null, + "title": "Write with encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authentication permission (BLE_GATT_CHR_F_WRITE_AUTHEN)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHEN", + "range": null, + "title": "Write with authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHOR", + "range": null, + "title": "Write with authorisation", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable write permission (BLE_GATT_CHR_F_WRITE)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE", + "range": null, + "title": "Write", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-device-name-write-permissions", + "title": "GAP device name write permissions", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_ENC", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_ENC", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ROLE_PERIPHERAL && BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Connection Interval maximum value\nInterval Max = value * 1.25 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL", + "name": "BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL", + "range": null, + "title": "PPCP Connection Interval Max (Unit: 1.25 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ROLE_PERIPHERAL && BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Connection Interval minimum value\nInterval Min = value * 1.25 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL", + "name": "BT_NIMBLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL", + "range": null, + "title": "PPCP Connection Interval Min (Unit: 1.25 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Slave Latency", + "id": "BT_NIMBLE_SVC_GAP_PPCP_SLAVE_LATENCY", + "name": "BT_NIMBLE_SVC_GAP_PPCP_SLAVE_LATENCY", + "range": null, + "title": "PPCP Slave Latency", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Supervision Timeout\nTimeout = Value * 10 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO", + "name": "BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO", + "range": null, + "title": "PPCP Supervision Timeout (Uint: 10 ms)", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service", + "title": "GAP Service", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_HID_SERVICE && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of HID service instances", + "id": "BT_NIMBLE_SVC_HID_MAX_INSTANCES", + "name": "BT_NIMBLE_SVC_HID_MAX_INSTANCES", + "range": null, + "title": "Maximum HID service instances", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HID_SERVICE && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of report characteristics per service instance", + "id": "BT_NIMBLE_SVC_HID_MAX_RPTS", + "name": "BT_NIMBLE_SVC_HID_MAX_RPTS", + "range": null, + "title": "Maximum HID Report characteristics per service instance", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable HID service support", + "id": "BT_NIMBLE_HID_SERVICE", + "is_menuconfig": true, + "name": "BT_NIMBLE_HID_SERVICE", + "range": null, + "title": "HID service", + "type": "menu" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-ble-services", + "title": "BLE Services", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used to enable support for sending Vendor Specific HCI commands and handling\nVendor Specific HCI Events.", + "id": "BT_NIMBLE_VS_SUPPORT", + "name": "BT_NIMBLE_VS_SUPPORT", + "range": null, + "title": "Enable support for VSC and VSE", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_BLE_MULTI_CONN_OPTIMIZATION && BT_NIMBLE_ENABLED", + "help": "This option enables the use of vendor-specific APIs for multi-connections, which can\ngreatly enhance the stability of coexistence between numerous central and peripheral\ndevices. It will prohibit the usage of standard APIs.", + "id": "BT_NIMBLE_OPTIMIZE_MULTI_CONN", + "name": "BT_NIMBLE_OPTIMIZE_MULTI_CONN", + "range": null, + "title": "Enable the optimization of multi-connection", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENC_ADV_DATA && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of encrypted advertising data key material to save", + "id": "BT_NIMBLE_MAX_EADS", + "name": "BT_NIMBLE_MAX_EADS", + "range": null, + "title": "Maximum number of EAD devices to save across reboots", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used to enable encrypted advertising data.", + "id": "BT_NIMBLE_ENC_ADV_DATA", + "name": "BT_NIMBLE_ENC_ADV_DATA", + "range": null, + "title": "Encrypted Advertising Data", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This enable BLE high duty advertising interval feature", + "id": "BT_NIMBLE_HIGH_DUTY_ADV_ITVL", + "name": "BT_NIMBLE_HIGH_DUTY_ADV_ITVL", + "range": null, + "title": "Enable BLE high duty advertising interval feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) && BT_NIMBLE_ENABLED", + "help": "This enables support for user to initiate a new connection with scan in progress", + "id": "BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN", + "name": "BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN", + "range": null, + "title": "Allow Connections with scanning in progress", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", + "id": "BT_NIMBLE_HOST_QUEUE_CONG_CHECK", + "name": "BT_NIMBLE_HOST_QUEUE_CONG_CHECK", + "range": null, + "title": "BLE queue congestion check", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart port", + "id": "BT_NIMBLE_TRANSPORT_UART_PORT", + "name": "BT_NIMBLE_TRANSPORT_UART_PORT", + "range": null, + "title": "Uart port", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_115200", + "name": "UART_BAUDRATE_115200", + "range": null, + "title": "115200", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_230400", + "name": "UART_BAUDRATE_230400", + "range": null, + "title": "230400", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_460800", + "name": "UART_BAUDRATE_460800", + "range": null, + "title": "460800", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_921600", + "name": "UART_BAUDRATE_921600", + "range": null, + "title": "921600", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart Baud Rate", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-enable-uart-transport-uart-hci-baud-rate", + "name": "BT_NIMBLE_HCI_USE_UART_BAUDRATE", + "title": "Uart Hci Baud Rate", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_HCI_UART_BAUDRATE", + "name": "BT_NIMBLE_HCI_UART_BAUDRATE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_NONE", + "name": "UART_PARITY_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_ODD", + "name": "UART_PARITY_ODD", + "range": null, + "title": "Odd", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_EVEN", + "name": "UART_PARITY_EVEN", + "range": null, + "title": "Even", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart Parity", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-enable-uart-transport-uart-parity", + "name": "BT_NIMBLE_USE_HCI_UART_PARITY", + "title": "Uart PARITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_NONE", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_NONE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_ODD", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_ODD", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_EVEN", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_EVEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Rx pin for Nimble Transport", + "id": "BT_NIMBLE_UART_RX_PIN", + "name": "BT_NIMBLE_UART_RX_PIN", + "range": null, + "title": "UART Rx pin", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Tx pin for Nimble Transport", + "id": "BT_NIMBLE_UART_TX_PIN", + "name": "BT_NIMBLE_UART_TX_PIN", + "range": null, + "title": "UART Tx pin", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_ENABLED", + "help": "Use UART transport", + "id": "BT_NIMBLE_TRANSPORT_UART", + "name": "BT_NIMBLE_TRANSPORT_UART", + "range": null, + "title": "Enable Uart Transport", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_HW_FLOWCTRL_DISABLE", + "name": "UART_HW_FLOWCTRL_DISABLE", + "range": null, + "title": "Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_HW_FLOWCTRL_CTS_RTS", + "name": "UART_HW_FLOWCTRL_CTS_RTS", + "range": null, + "title": "Enable hardware flow control", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Uart Flow Control", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-uart-flow-control", + "name": "BT_NIMBLE_USE_HCI_UART_FLOW_CTRL", + "title": "Uart Flow Control", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_HCI_UART_FLOW_CTRL", + "name": "BT_NIMBLE_HCI_UART_FLOW_CTRL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "UART HCI RTS pin", + "id": "BT_NIMBLE_HCI_UART_RTS_PIN", + "name": "BT_NIMBLE_HCI_UART_RTS_PIN", + "range": null, + "title": "UART Rts Pin", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "UART HCI CTS pin", + "id": "BT_NIMBLE_HCI_UART_CTS_PIN", + "name": "BT_NIMBLE_HCI_UART_CTS_PIN", + "range": null, + "title": "UART Cts Pin", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-host-controller-transport", + "title": "Host-controller Transport", + "type": "menu" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options", + "title": "NimBLE Options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Use RAM as HCI interface", + "id": "BT_LE_HCI_INTERFACE_USE_RAM", + "name": "BT_LE_HCI_INTERFACE_USE_RAM", + "range": null, + "title": "VHCI", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Use UART as HCI interface", + "id": "BT_LE_HCI_INTERFACE_USE_UART", + "name": "BT_LE_HCI_INTERFACE_USE_UART", + "range": null, + "title": "UART(H4)", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "component-config-bluetooth-controller-options-hci-config-hci-mode", + "name": "BT_LE_HCI_INTERFACE", + "title": "HCI mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "UART HCI Mode with DMA functionality.", + "id": "BT_LE_UART_HCI_DMA_MODE", + "name": "BT_LE_UART_HCI_DMA_MODE", + "range": null, + "title": "UHCI(UART with DMA)(EXPERIMENTAL)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "UART HCI Mode without DMA functionality.", + "id": "BT_LE_UART_HCI_NO_DMA_MODE", + "name": "BT_LE_UART_HCI_NO_DMA_MODE", + "range": null, + "title": "UART(NO DMA)", + "type": "bool" + } + ], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": "Specify UART HCI mode: DMA or No DMA", + "id": "component-config-bluetooth-controller-options-hci-config-uart-hci-mode", + "name": "BT_LE_UART_HCI_MODE_CHOICE", + "title": "UART HCI mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": "Set the port number of HCI UART", + "id": "BT_LE_HCI_UART_PORT", + "name": "BT_LE_HCI_UART_PORT", + "range": null, + "title": "HCI UART port", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_HCI_UART_FLOWCTRL", + "name": "BT_LE_HCI_UART_FLOWCTRL", + "range": null, + "title": "HCI uart Hardware Flow ctrl", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_HCI_UART_TX_PIN", + "name": "BT_LE_HCI_UART_TX_PIN", + "range": null, + "title": "HCI uart Tx gpio", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_HCI_UART_RX_PIN", + "name": "BT_LE_HCI_UART_RX_PIN", + "range": null, + "title": "HCI uart Rx gpio", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_UART_FLOWCTRL && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_HCI_UART_RTS_PIN", + "name": "BT_LE_HCI_UART_RTS_PIN", + "range": null, + "title": "HCI uart RTS gpio", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_UART_FLOWCTRL && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_HCI_UART_CTS_PIN", + "name": "BT_LE_HCI_UART_CTS_PIN", + "range": null, + "title": "HCI uart CTS gpio", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": "HCI uart baud rate 115200 ~ 1000000", + "id": "BT_LE_HCI_UART_BAUD", + "name": "BT_LE_HCI_UART_BAUD", + "range": null, + "title": "HCI uart baudrate", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "UART_PARITY_DISABLE", + "id": "BT_LE_HCI_UART_UART_PARITY_DISABLE", + "name": "BT_LE_HCI_UART_UART_PARITY_DISABLE", + "range": null, + "title": "PARITY_DISABLE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "UART_PARITY_EVEN", + "id": "BT_LE_HCI_UART_UART_PARITY_EVEN", + "name": "BT_LE_HCI_UART_UART_PARITY_EVEN", + "range": null, + "title": "PARITY_EVEN", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "UART_PARITY_ODD", + "id": "BT_LE_HCI_UART_UART_PARITY_ODD", + "name": "BT_LE_HCI_UART_UART_PARITY_ODD", + "range": null, + "title": "PARITY_ODD", + "type": "bool" + } + ], + "depends_on": "BT_LE_HCI_INTERFACE_USE_UART && BT_CONTROLLER_ENABLED", + "help": null, + "id": "component-config-bluetooth-controller-options-hci-config-select-uart-parity", + "name": "BT_LE_HCI_UART_PARITY", + "title": "select uart parity", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_LE_UART_HCI_NO_DMA_MODE && BT_CONTROLLER_ENABLED", + "help": "The size of rx ring buffer memory", + "id": "BT_LE_HCI_UART_RX_BUFFER_SIZE", + "name": "BT_LE_HCI_UART_RX_BUFFER_SIZE", + "range": null, + "title": "The size of rx ring buffer memory", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_UART_HCI_NO_DMA_MODE && BT_CONTROLLER_ENABLED", + "help": "The size of tx ring buffer memory", + "id": "BT_LE_HCI_UART_TX_BUFFER_SIZE", + "name": "BT_LE_HCI_UART_TX_BUFFER_SIZE", + "range": null, + "title": "The size of tx ring buffer memory", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_LE_HCI_INTERFACE_USE_RAM && BT_CONTROLLER_ENABLED", + "help": "This configures stack size of hci transport task", + "id": "BT_LE_HCI_TRANS_TASK_STACK_SIZE", + "name": "BT_LE_HCI_TRANS_TASK_STACK_SIZE", + "range": null, + "title": "HCI transport task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_UART_HCI_DMA_MODE && BT_CONTROLLER_ENABLED", + "help": "The amount of rx memory received at the same time", + "id": "BT_LE_HCI_TRANS_RX_MEM_NUM", + "name": "BT_LE_HCI_TRANS_RX_MEM_NUM", + "range": null, + "title": "The amount of rx memory received at the same time", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_UART_HCI_DMA_MODE && BT_CONTROLLER_ENABLED", + "help": "The amount of lldecs memory for driver dma mode", + "id": "BT_LE_HCI_LLDESCS_POOL_NUM", + "name": "BT_LE_HCI_LLDESCS_POOL_NUM", + "range": null, + "title": "The amount of lldecs memory for driver dma mode", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-hci-config", + "title": "HCI Config", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enable NPL porting for controller.", + "id": "BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT", + "name": "BT_LE_CONTROLLER_NPL_OS_PORTING_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_50_FEATURE_SUPPORT && BT_CONTROLLER_ENABLED", + "help": "Enable 2M-PHY", + "id": "BT_LE_LL_CFG_FEAT_LE_2M_PHY", + "name": "BT_LE_LL_CFG_FEAT_LE_2M_PHY", + "range": null, + "title": "Enable 2M Phy", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_50_FEATURE_SUPPORT && BT_CONTROLLER_ENABLED", + "help": "Enable coded-PHY", + "id": "BT_LE_LL_CFG_FEAT_LE_CODED_PHY", + "name": "BT_LE_LL_CFG_FEAT_LE_CODED_PHY", + "range": null, + "title": "Enable coded Phy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_EXT_ADV && BT_LE_EXT_ADV && BT_CONTROLLER_ENABLED", + "help": "Change this option to set maximum number of extended advertising\ninstances. Minimum there is always one instance of\nadvertising. Enter how many more advertising instances you\nwant.\nEach extended advertising instance will take about 0.5k DRAM.", + "id": "BT_LE_MAX_EXT_ADV_INSTANCES", + "name": "BT_LE_MAX_EXT_ADV_INSTANCES", + "range": null, + "title": "Maximum number of extended advertising instances.", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_EXT_ADV && BT_LE_EXT_ADV && BT_CONTROLLER_ENABLED", + "help": "Defines the length of the extended adv data. The value should not\nexceed 1650.", + "id": "BT_LE_EXT_ADV_MAX_SIZE", + "name": "BT_LE_EXT_ADV_MAX_SIZE", + "range": null, + "title": "Maximum length of the advertising data.", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_ENABLE_PERIODIC_ADV && BT_LE_EXT_ADV && BT_CONTROLLER_ENABLED", + "help": "This enables controller transfer periodic sync events to host", + "id": "BT_LE_PERIODIC_ADV_SYNC_TRANSFER", + "name": "BT_LE_PERIODIC_ADV_SYNC_TRANSFER", + "range": null, + "title": "Enable Transfer Sync Events", + "type": "bool" + } + ], + "depends_on": "BT_LE_EXT_ADV && BT_LE_EXT_ADV && BT_CONTROLLER_ENABLED", + "help": "Enable this option to start periodic advertisement.", + "id": "BT_LE_ENABLE_PERIODIC_ADV", + "name": "BT_LE_ENABLE_PERIODIC_ADV", + "range": null, + "title": "Enable periodic advertisement.", + "type": "bool" + } + ], + "depends_on": "BT_LE_50_FEATURE_SUPPORT && BT_CONTROLLER_ENABLED", + "help": "Enable this option to do extended advertising. Extended advertising\nwill be supported from BLE 5.0 onwards.", + "id": "BT_LE_EXT_ADV", + "name": "BT_LE_EXT_ADV", + "range": null, + "title": "Enable extended advertising", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_50_FEATURE_SUPPORT && !BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Set this option to set the upper limit for number of periodic sync\nconnections. This should be less than maximum connections allowed by\ncontroller.", + "id": "BT_LE_MAX_PERIODIC_SYNCS", + "name": "BT_LE_MAX_PERIODIC_SYNCS", + "range": null, + "title": "Maximum number of periodic advertising syncs", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_50_FEATURE_SUPPORT && !BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Set this option to set the upper limit for number of periodic advertiser list.", + "id": "BT_LE_MAX_PERIODIC_ADVERTISER_LIST", + "name": "BT_LE_MAX_PERIODIC_ADVERTISER_LIST", + "range": null, + "title": "Maximum number of periodic advertiser list", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_50_FEATURE_SUPPORT && !BT_NIMBLE_ENABLED && IDF_TARGET_ESP32C6 && BT_CONTROLLER_ENABLED", + "help": "Set this option to enable the Power Control feature on controller", + "id": "BT_LE_POWER_CONTROL_ENABLED", + "name": "BT_LE_POWER_CONTROL_ENABLED", + "range": null, + "title": "Enable controller support for BLE Power Control", + "type": "bool" + } + ], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Enable BLE 5 feature", + "id": "BT_LE_50_FEATURE_SUPPORT", + "is_menuconfig": true, + "name": "BT_LE_50_FEATURE_SUPPORT", + "range": null, + "title": "Enable BLE 5 feature", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "MSYS is a system level mbuf registry. For prepare write & prepare\nresponses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH\nenabled cases, this block count is increased by 8 than user defined\ncount.", + "id": "BT_LE_MSYS_1_BLOCK_COUNT", + "name": "BT_LE_MSYS_1_BLOCK_COUNT", + "range": null, + "title": "MSYS_1 Block Count", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Dynamic memory size of block 1", + "id": "BT_LE_MSYS_1_BLOCK_SIZE", + "name": "BT_LE_MSYS_1_BLOCK_SIZE", + "range": null, + "title": "MSYS_1 Block Size", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Dynamic memory count", + "id": "BT_LE_MSYS_2_BLOCK_COUNT", + "name": "BT_LE_MSYS_2_BLOCK_COUNT", + "range": null, + "title": "MSYS_2 Block Count", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Dynamic memory size of block 2", + "id": "BT_LE_MSYS_2_BLOCK_SIZE", + "name": "BT_LE_MSYS_2_BLOCK_SIZE", + "range": null, + "title": "MSYS_2 Block Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_MSYS_INIT_IN_CONTROLLER && !BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "This option sets the source of the shared msys mbuf memory between\nthe Host and the Controller. Allocate the memory from the heap if\nthis option is sets, from the mempool otherwise.", + "id": "BT_LE_MSYS_BUF_FROM_HEAP", + "name": "BT_LE_MSYS_BUF_FROM_HEAP", + "range": null, + "title": "Get Msys Mbuf from heap", + "type": "bool" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "The number of ACL data buffers.", + "id": "BT_LE_ACL_BUF_COUNT", + "name": "BT_LE_ACL_BUF_COUNT", + "range": null, + "title": "ACL Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "This is the maximum size of the data portion of HCI ACL data packets.\nIt does not include the HCI data header (of 4 bytes)", + "id": "BT_LE_ACL_BUF_SIZE", + "name": "BT_LE_ACL_BUF_SIZE", + "range": null, + "title": "ACL Buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "This is the size of each HCI event buffer in bytes. In case of\nextended advertising, packets can be fragmented. 257 bytes is the\nmaximum size of a packet.", + "id": "BT_LE_HCI_EVT_BUF_SIZE", + "name": "BT_LE_HCI_EVT_BUF_SIZE", + "range": null, + "title": "HCI Event Buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "This is the high priority HCI events' buffer size. High-priority\nevent buffers are for everything except advertising reports. If there\nare no free high-priority event buffers then host will try to allocate a\nlow-priority buffer instead", + "id": "BT_LE_HCI_EVT_HI_BUF_COUNT", + "name": "BT_LE_HCI_EVT_HI_BUF_COUNT", + "range": null, + "title": "High Priority HCI Event Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "This is the low priority HCI events' buffer size. Low-priority event\nbuffers are only used for advertising reports. If there are no free\nlow-priority event buffers, then an incoming advertising report will\nget dropped", + "id": "BT_LE_HCI_EVT_LO_BUF_COUNT", + "name": "BT_LE_HCI_EVT_LO_BUF_COUNT", + "range": null, + "title": "Low Priority HCI Event Buffer count", + "type": "int" + } + ], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-memory-settings", + "title": "Memory Settings", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "This configures stack size of NimBLE controller task", + "id": "BT_LE_CONTROLLER_TASK_STACK_SIZE", + "name": "BT_LE_CONTROLLER_TASK_STACK_SIZE", + "range": null, + "title": "Controller task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Enable controller log module", + "id": "BT_LE_CONTROLLER_LOG_CTRL_ENABLED", + "name": "BT_LE_CONTROLLER_LOG_CTRL_ENABLED", + "range": null, + "title": "enable controller log module", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Enable hci log module", + "id": "BT_LE_CONTROLLER_LOG_HCI_ENABLED", + "name": "BT_LE_CONTROLLER_LOG_HCI_ENABLED", + "range": null, + "title": "enable HCI log module", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Only operate in dump mode", + "id": "BT_LE_CONTROLLER_LOG_DUMP_ONLY", + "name": "BT_LE_CONTROLLER_LOG_DUMP_ONLY", + "range": null, + "title": "Controller log dump mode only", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_STORAGE_ENABLE && BT_CONTROLLER_ENABLED", + "help": "The size of ble controller log partition shall be a multiples of 4K.\nThe name of log partition shall be \"bt_ctrl_log\".\nThe partition type shall be ESP_PARTITION_TYPE_DATA.\nThe partition sub_type shall be ESP_PARTITION_SUBTYPE_ANY.", + "id": "BT_LE_CONTROLLER_LOG_PARTITION_SIZE", + "name": "BT_LE_CONTROLLER_LOG_PARTITION_SIZE", + "range": null, + "title": "size of ble controller log partition(Multiples of 4K)", + "type": "int" + } + ], + "depends_on": "!BT_LE_CONTROLLER_LOG_DUMP_ONLY && BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Store ble controller logs to flash memory.", + "id": "BT_LE_CONTROLLER_LOG_STORAGE_ENABLE", + "name": "BT_LE_CONTROLLER_LOG_STORAGE_ENABLE", + "range": null, + "title": "Store ble controller logs to flash(Experimental)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Configure the size of the first BLE controller LOG buffer.", + "id": "BT_LE_LOG_CTRL_BUF1_SIZE", + "name": "BT_LE_LOG_CTRL_BUF1_SIZE", + "range": null, + "title": "size of the first BLE controller LOG buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Configure the size of the second BLE controller LOG buffer.", + "id": "BT_LE_LOG_CTRL_BUF2_SIZE", + "name": "BT_LE_LOG_CTRL_BUF2_SIZE", + "range": null, + "title": "size of the second BLE controller LOG buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_CONTROLLER_LOG_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Configure the size of the BLE HCI LOG buffer.", + "id": "BT_LE_LOG_HCI_BUF_SIZE", + "name": "BT_LE_LOG_HCI_BUF_SIZE", + "range": null, + "title": "size of the BLE HCI LOG buffer", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enable controller log", + "id": "BT_LE_CONTROLLER_LOG_ENABLED", + "is_menuconfig": true, + "name": "BT_LE_CONTROLLER_LOG_ENABLED", + "range": null, + "title": "Controller log enable", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Configure the size of resolving list used in link layer.", + "id": "BT_LE_LL_RESOLV_LIST_SIZE", + "name": "BT_LE_LL_RESOLV_LIST_SIZE", + "range": null, + "title": "BLE LL Resolving list size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_SECURITY_ENABLE && BT_CONTROLLER_ENABLED", + "help": "Enable security manager legacy pairing", + "id": "BT_LE_SM_LEGACY", + "name": "BT_LE_SM_LEGACY", + "range": null, + "title": "Security manager legacy pairing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_SECURITY_ENABLE && BT_LE_SM_SC && BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, SM uses predefined DH key pair as described\nin Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to\ndecrypt air traffic easily and thus should only be used for debugging.", + "id": "BT_LE_SM_SC_DEBUG_KEYS", + "name": "BT_LE_SM_SC_DEBUG_KEYS", + "range": null, + "title": "Use predefined public-private key pair", + "type": "bool" + } + ], + "depends_on": "BT_LE_SECURITY_ENABLE && BT_CONTROLLER_ENABLED", + "help": "Enable security manager secure connections", + "id": "BT_LE_SM_SC", + "name": "BT_LE_SM_SC", + "range": null, + "title": "Security manager secure connections (4.2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_LE_SECURITY_ENABLE && BT_CONTROLLER_ENABLED", + "help": "Enable encryption connection", + "id": "BT_LE_LL_CFG_FEAT_LE_ENCRYPTION", + "name": "BT_LE_LL_CFG_FEAT_LE_ENCRYPTION", + "range": null, + "title": "Enable LE encryption", + "type": "bool" + } + ], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Enable BLE sm feature", + "id": "BT_LE_SECURITY_ENABLE", + "is_menuconfig": true, + "name": "BT_LE_SECURITY_ENABLE", + "range": null, + "title": "Enable BLE SM feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Enable this option to choose mbedTLS instead of TinyCrypt for crypto\ncomputations.", + "id": "BT_LE_CRYPTO_STACK_MBEDTLS", + "name": "BT_LE_CRYPTO_STACK_MBEDTLS", + "range": null, + "title": "Override TinyCrypt with mbedTLS for crypto computations", + "type": "bool" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "BLE list size", + "id": "BT_LE_WHITELIST_SIZE", + "name": "BT_LE_WHITELIST_SIZE", + "range": null, + "title": "BLE white list size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "config the max count of duplicate scan list", + "id": "BT_LE_LL_DUP_SCAN_LIST_COUNT", + "name": "BT_LE_LL_DUP_SCAN_LIST_COUNT", + "range": null, + "title": "BLE duplicate scan list count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Sleep clock accuracy of our device (in ppm)", + "id": "BT_LE_LL_SCA", + "name": "BT_LE_LL_SCA", + "range": null, + "title": "BLE Sleep clock accuracy", + "type": "int" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Defines maximum number of concurrent BLE connections. For ESP32, user\nis expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu\nalong with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to\nconfigure BT_CTRL_BLE_MAX_ACT from controller menu.\nEach connection will take about 1k DRAM.", + "id": "BT_LE_MAX_CONNECTIONS", + "name": "BT_LE_MAX_CONNECTIONS", + "range": null, + "title": "Maximum number of concurrent connections", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Always enable the limitation on max tx/rx time for Coded-PHY connection", + "id": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM_EN", + "name": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM_EN", + "range": null, + "title": "Force Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Disable the limitation on max tx/rx time for Coded-PHY connection", + "id": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM_DIS", + "name": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM_DIS", + "range": null, + "title": "Force Disable", + "type": "bool" + } + ], + "depends_on": "ESP_COEX_SW_COEXIST_ENABLE && BT_CONTROLLER_ENABLED", + "help": "When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to\nbetter avoid dramatic performance deterioration of Wi-Fi.", + "id": "component-config-bluetooth-controller-options-coexistence-limit-on-max-tx-rx-time-for-coded-phy-connection", + "name": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM", + "title": "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM_EFF", + "name": "BT_LE_COEX_PHY_CODED_TX_RX_TLIM_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enable BLE sleep", + "id": "BT_LE_SLEEP_ENABLE", + "name": "BT_LE_SLEEP_ENABLE", + "range": null, + "title": "Enable BLE sleep", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "User main XTAL as RTC clock source.\nThis option is recommended if external 32.768k XTAL is not available.\nUsing the external 32.768 kHz XTAL will have lower current consumption\nin light sleep compared to using the main XTAL.", + "id": "BT_LE_LP_CLK_SRC_MAIN_XTAL", + "name": "BT_LE_LP_CLK_SRC_MAIN_XTAL", + "range": null, + "title": "Use main XTAL as RTC clock source", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Use the same slow clock source as system RTC\nUsing any clock source other than external 32.768 kHz XTAL supports only\nlegacy ADV and SCAN due to low clock accuracy.", + "id": "BT_LE_LP_CLK_SRC_DEFAULT", + "name": "BT_LE_LP_CLK_SRC_DEFAULT", + "range": null, + "title": "Use system RTC slow clock source", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "component-config-bluetooth-controller-options-ble-low-power-clock-source", + "name": "BT_LE_LP_CLK_SRC", + "title": "BLE low power clock source", + "type": "choice" + }, + { + "children": [], + "depends_on": "!BT_NIMBLE_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Set this option to use Esp Timer which has higher priority timer\ninstead of FreeRTOS timer", + "id": "BT_LE_USE_ESP_TIMER", + "name": "BT_LE_USE_ESP_TIMER", + "range": null, + "title": "Enable Esp Timer for Callout", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", + "help": "The number of unprocessed advertising report that bluetooth host can save.If you set\n`BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, bluetooth host may cache a\nlot of adv packets and this may cause system memory run out. For example, if you set\nit to 50, the maximum memory consumed by host is 35 * 50 bytes. Please set\n`BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv\npackets as fast as possible, otherwise it will cause adv packets lost.", + "id": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "name": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "range": null, + "title": "BLE adv report flow control number", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", + "help": "When adv report flow control is enabled, The ADV lost event will be generated when the number\nof ADV packets lost in the controller reaches this threshold. It is better to set a larger value.\nIf you set `BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", + "id": "BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "name": "BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "range": null, + "title": "BLE adv lost event threshold value", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "The function is mainly used to enable flow control for advertising reports. When it is enabled,\nadvertising reports will be discarded by the controller if the number of unprocessed advertising\nreports exceeds the size of BLE adv report flow control.", + "id": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "name": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "range": null, + "title": "BLE adv report flow control supported", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This way is to use advertiser address filtering. The adv packet of the same address is only\nallowed to be reported once", + "id": "BT_LE_SCAN_DUPL_TYPE_DEVICE", + "name": "BT_LE_SCAN_DUPL_TYPE_DEVICE", + "range": null, + "title": "Scan Duplicate By Device Address", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This way is to use advertising data filtering. All same advertising data only allow to be reported\nonce even though they are from different devices.", + "id": "BT_LE_SCAN_DUPL_TYPE_DATA", + "name": "BT_LE_SCAN_DUPL_TYPE_DATA", + "range": null, + "title": "Scan Duplicate By Advertising Data", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This way is to use advertising data and device address filtering. All different adv packets with\nthe same address are allowed to be reported.", + "id": "BT_LE_SCAN_DUPL_TYPE_DATA_DEVICE", + "name": "BT_LE_SCAN_DUPL_TYPE_DATA_DEVICE", + "range": null, + "title": "Scan Duplicate By Device Address And Advertising Data", + "type": "bool" + } + ], + "depends_on": "BT_LE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": "Scan duplicate have three ways. one is \"Scan Duplicate By Device Address\", This way is to use\nadvertiser address filtering. The adv packet of the same address is only allowed to be reported once.\nAnother way is \"Scan Duplicate By Device Address And Advertising Data\". This way is to use advertising\ndata and device address filtering. All different adv packets with the same address are allowed to be\nreported. The last way is \"Scan Duplicate By Advertising Data\". This way is to use advertising data\nfiltering. All same advertising data only allow to be reported once even though they are from\ndifferent devices.", + "id": "component-config-bluetooth-controller-options-ble-scan-duplicate-options-scan-duplicate-type", + "name": "BT_LE_SCAN_DUPL_TYPE", + "title": "Scan Duplicate Type", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_LE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_SCAN_DUPL_TYPE", + "name": "BT_LE_SCAN_DUPL_TYPE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": "If the period value is non-zero, the controller will periodically clear the device information\nstored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared\nuntil the scanning is disabled. Duplicate advertisements for this period should not be sent to the\nHost in advertising report events.\nThere are two scenarios where the ADV packet will be repeatedly reported:\n1. The duplicate scan cache is full, the controller will delete the oldest device information and\nadd new device information.\n2. When the refresh period is up, the controller will clear all device information and start filtering\nagain.", + "id": "BT_LE_SCAN_DUPL_CACHE_REFRESH_PERIOD", + "name": "BT_LE_SCAN_DUPL_CACHE_REFRESH_PERIOD", + "range": null, + "title": "Duplicate scan list refresh period (seconds)", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "This select enables parameters setting of BLE scan duplicate.", + "id": "BT_LE_SCAN_DUPL", + "name": "BT_LE_SCAN_DUPL", + "range": null, + "title": "BLE Scan Duplicate Options", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_MSYS_INIT_IN_CONTROLLER", + "name": "BT_LE_MSYS_INIT_IN_CONTROLLER", + "range": null, + "title": "Msys Mbuf Init in Controller", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_LE_TX_CCA_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Power threshold of CCA in unit of -1 dBm.", + "id": "BT_LE_CCA_RSSI_THRESH", + "name": "BT_LE_CCA_RSSI_THRESH", + "range": null, + "title": "CCA RSSI threshold value", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enable CCA feature to cancel sending the packet if the signal power is stronger than CCA threshold.", + "id": "BT_LE_TX_CCA_ENABLED", + "name": "BT_LE_TX_CCA_ENABLED", + "range": null, + "title": "Enable TX CCA feature", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_N15", + "name": "BT_LE_DFT_TX_POWER_LEVEL_N15", + "range": null, + "title": "-15dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_N12", + "name": "BT_LE_DFT_TX_POWER_LEVEL_N12", + "range": null, + "title": "-12dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_N9", + "name": "BT_LE_DFT_TX_POWER_LEVEL_N9", + "range": null, + "title": "-9dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_N6", + "name": "BT_LE_DFT_TX_POWER_LEVEL_N6", + "range": null, + "title": "-6dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_N3", + "name": "BT_LE_DFT_TX_POWER_LEVEL_N3", + "range": null, + "title": "-3dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_N0", + "name": "BT_LE_DFT_TX_POWER_LEVEL_N0", + "range": null, + "title": "0dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P3", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P3", + "range": null, + "title": "+3dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P6", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P6", + "range": null, + "title": "+6dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P9", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P9", + "range": null, + "title": "+9dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P12", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P12", + "range": null, + "title": "+12dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P15", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P15", + "range": null, + "title": "+15dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P18", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P18", + "range": null, + "title": "+18dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_P20", + "name": "BT_LE_DFT_TX_POWER_LEVEL_P20", + "range": null, + "title": "+20dBm", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify default Tx power level(dBm).", + "id": "component-config-bluetooth-controller-options-ble-default-tx-power-level-dbm-", + "name": "BT_LE_DFT_TX_POWER_LEVEL_DBM", + "title": "BLE default Tx power level(dBm)", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_LE_DFT_TX_POWER_LEVEL_DBM_EFF", + "name": "BT_LE_DFT_TX_POWER_LEVEL_DBM_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enabling this option will add stricter verification of the Access Address in the CONNECT_IND PDU.\nThis improves security by ensuring that only connection requests with valid Access Addresses are accepted.\nIf disabled, only basic checks are applied, improving compatibility.", + "id": "BT_LE_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS", + "name": "BT_LE_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS", + "range": null, + "title": "Enable enhanced Access Address check in CONNECT_IND", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options", + "title": "Controller Options", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_ENABLED && BT_LE_RELEASE_IRAM_SUPPORTED", + "help": "This option release Bluetooth text section and merge Bluetooth data, bss & text into\na large free heap region when esp_bt_mem_release is called, total saving ~21kB or more of IRAM.\nESP32-C2 only 3 configurable PMP entries available, rest of them are hard-coded.\nWe cannot split the memory into 3 different regions (IRAM, BLE-IRAM, DRAM).\nSo this option will disable the PMP (ESP_SYSTEM_PMP_IDRAM_SPLIT)", + "id": "BT_RELEASE_IRAM", + "name": "BT_RELEASE_IRAM", + "range": null, + "title": "Release Bluetooth text (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This option decides the maximum number of alarms which\ncould be used by Bluetooth host.", + "id": "BT_ALARM_MAX_NUM", + "name": "BT_ALARM_MAX_NUM", + "range": null, + "title": "Maximum number of Bluetooth alarms", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-bluetooth-common-options", + "title": "Common Options", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HCI_LOG_DEBUG_EN", + "help": "This option is to configure the buffer size of the hci data steam cache in hci debug mode.\nThis is a ring buffer, the new data will overwrite the oldest data if the buffer is full.", + "id": "BT_HCI_LOG_DATA_BUFFER_SIZE", + "name": "BT_HCI_LOG_DATA_BUFFER_SIZE", + "range": null, + "title": "Size of the cache used for HCI data in Bluetooth HCI debug mode (N*1024 bytes)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_HCI_LOG_DEBUG_EN", + "help": "This option is to configure the buffer size of the hci adv report cache in hci debug mode.\nThis is a ring buffer, the new data will overwrite the oldest data if the buffer is full.", + "id": "BT_HCI_LOG_ADV_BUFFER_SIZE", + "name": "BT_HCI_LOG_ADV_BUFFER_SIZE", + "range": null, + "title": "Size of the cache used for adv report in Bluetooth HCI debug mode (N*1024 bytes)", + "type": "int" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED", + "help": "This option is used to enable bluetooth debug mode, which saves the hci layer data stream.", + "id": "BT_HCI_LOG_DEBUG_EN", + "name": "BT_HCI_LOG_DEBUG_EN", + "range": null, + "title": "Enable Bluetooth HCI debug mode", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-bluetooth", + "title": "Bluetooth", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "It is a temporary solution and needs further modifications.", + "id": "BLE_MESH_HCI_5_0", + "name": "BLE_MESH_HCI_5_0", + "range": null, + "title": "Support sending 20ms non-connectable adv packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Support BLE Mesh v1.1 features", + "id": "BLE_MESH_V11_SUPPORT", + "name": "BLE_MESH_V11_SUPPORT", + "range": null, + "title": "Support ESP BLE Mesh v1.1 features (Preview)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow using random advertising interval\nfor mesh packets. And this could help avoid collision of\nadvertising packets.", + "id": "BLE_MESH_RANDOM_ADV_INTERVAL", + "name": "BLE_MESH_RANDOM_ADV_INTERVAL", + "range": null, + "title": "Support using random adv interval for mesh packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow using specific duplicate scan filter\nin BLE Mesh, and Scan Duplicate Type must be set by choosing the\noption in the Bluetooth Controller section in menuconfig, which is\n\"Scan Duplicate By Device Address and Advertising Data\".", + "id": "BLE_MESH_USE_DUPLICATE_SCAN", + "name": "BLE_MESH_USE_DUPLICATE_SCAN", + "range": null, + "title": "Support Duplicate Scan in BLE Mesh", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to allow using BLE Active Scan for BLE Mesh.", + "id": "BLE_MESH_ACTIVE_SCAN", + "name": "BLE_MESH_ACTIVE_SCAN", + "range": null, + "title": "Support Active Scan in BLE Mesh", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_MEM_ALLOC_MODE_INTERNAL", + "name": "BLE_MESH_MEM_ALLOC_MODE_INTERNAL", + "range": null, + "title": "Internal DRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ", + "help": null, + "id": "BLE_MESH_MEM_ALLOC_MODE_EXTERNAL", + "name": "BLE_MESH_MEM_ALLOC_MODE_EXTERNAL", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Enable this option to use the default memory allocation strategy when\nexternal SPIRAM is enabled. See the SPIRAM options for more details.", + "id": "BLE_MESH_MEM_ALLOC_MODE_DEFAULT", + "name": "BLE_MESH_MEM_ALLOC_MODE_DEFAULT", + "range": null, + "title": "Default alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region. Every\nunaligned (8bit or 16bit) access will result in an exception and\nincur penalty of certain clock cycles per unaligned read/write.", + "id": "BLE_MESH_MEM_ALLOC_MODE_IRAM_8BIT", + "name": "BLE_MESH_MEM_ALLOC_MODE_IRAM_8BIT", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Allocation strategy for BLE Mesh stack, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Internal IRAM memory wherever applicable else internal DRAM\n\nRecommended mode here is always internal (*), since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.\n\n(*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external\nSPIRAM contents provided hardware flash encryption feature is enabled.\nIn that case, using external SPIRAM allocation strategy is also safe choice\nfrom security perspective.", + "id": "component-config-esp-ble-mesh-support-memory-allocation-strategy", + "name": "BLE_MESH_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SPIRAM && ", + "help": "If enabled, BLE Mesh allocates dynamic memory from external SPIRAM for\nFreeRTOS objects, i.e. mutex, queue, and task stack. External SPIRAM\ncan only be used for task stack when SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY\nis enabled. See the SPIRAM options for more details.", + "id": "BLE_MESH_FREERTOS_STATIC_ALLOC_EXTERNAL", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC_EXTERNAL", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "If enabled, BLE Mesh allocates dynamic memory from internal IRAM for\nFreeRTOS objects, i.e. mutex, queue. Note: IRAM region cannot be used\nas task stack.", + "id": "BLE_MESH_FREERTOS_STATIC_ALLOC_IRAM_8BIT", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC_IRAM_8BIT", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_FREERTOS_STATIC_ALLOC && BLE_MESH", + "help": "Choose the memory to be used for FreeRTOS objects.", + "id": "component-config-esp-ble-mesh-support-enable-freertos-static-allocation-memory-allocation-for-freertos-objects", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC_MODE", + "title": "Memory allocation for FreeRTOS objects", + "type": "choice" + } + ], + "depends_on": "FREERTOS_SUPPORT_STATIC_ALLOCATION && ((IDF_TARGET_ESP32 && SPIRAM) || ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY) && BLE_MESH", + "help": "Enable this option to use FreeRTOS static allocation APIs for BLE Mesh,\nwhich provides the ability to use different dynamic memory (i.e. SPIRAM\nor IRAM) for FreeRTOS objects.\nIf this option is disabled, the FreeRTOS static allocation APIs will not\nbe used, and internal DRAM will be allocated for FreeRTOS objects.", + "id": "BLE_MESH_FREERTOS_STATIC_ALLOC", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC", + "range": null, + "title": "Enable FreeRTOS static allocation", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "If enabled, users can use the function esp_ble_mesh_deinit() to de-initialize\nthe whole BLE Mesh stack.", + "id": "BLE_MESH_DEINIT", + "name": "BLE_MESH_DEINIT", + "range": null, + "title": "Support de-initialize BLE Mesh stack", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_SUPPORT_BLE_ADV && BLE_MESH", + "help": "Number of advertising buffers for BLE packets available.", + "id": "BLE_MESH_BLE_ADV_BUF_COUNT", + "name": "BLE_MESH_BLE_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers for BLE advertising packets", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "When selected, users can send normal BLE advertising packets\nwith specific API.", + "id": "BLE_MESH_SUPPORT_BLE_ADV", + "name": "BLE_MESH_SUPPORT_BLE_ADV", + "range": null, + "title": "Support sending normal BLE advertising packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "When selected, users can register a callback and receive normal BLE\nadvertising packets in the application layer.", + "id": "BLE_MESH_SUPPORT_BLE_SCAN", + "name": "BLE_MESH_SUPPORT_BLE_SCAN", + "range": null, + "title": "Support scanning normal BLE advertising packets", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-and-ble-coexistence-support", + "title": "BLE Mesh and BLE coexistence support", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow BLE Mesh fast provisioning solution to be used.\nWhen there are multiple unprovisioned devices around, fast provisioning can\ngreatly reduce the time consumption of the whole provisioning process.\nWhen this option is enabled, and after an unprovisioned device is provisioned\ninto a node successfully, it can be changed to a temporary Provisioner.", + "id": "BLE_MESH_FAST_PROV", + "name": "BLE_MESH_FAST_PROV", + "range": null, + "title": "Enable BLE Mesh Fast Provisioning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable the device to be provisioned into a node. This option should be\nenabled when an unprovisioned device is going to be provisioned into a\nnode and communicate with other nodes in the BLE Mesh network.", + "id": "BLE_MESH_NODE", + "name": "BLE_MESH_NODE", + "range": null, + "title": "Support for BLE Mesh Node", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many unprovisioned devices can be added to device\nqueue for provisioning. Users can use this option to define the size of the\nqueue in the bottom layer which is used to store unprovisioned device\ninformation (e.g. Device UUID, address).", + "id": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", + "name": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", + "range": null, + "title": "Maximum number of unprovisioned devices that can be added to device queue", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned by a Provisioner.\nThis value indicates the maximum number of unprovisioned devices which can be\nprovisioned by a Provisioner. For instance, if the value is 6, it means the\nProvisioner can provision up to 6 unprovisioned devices.\nTheoretically a Provisioner without the limitation of its memory can provision\nup to 32766 unprovisioned devices, here we limit the maximum number to 100\njust to limit the memory used by a Provisioner. The bigger the value is, the\nmore memory it will cost by a Provisioner to store the information of nodes.", + "id": "BLE_MESH_MAX_PROV_NODES", + "name": "BLE_MESH_MAX_PROV_NODES", + "range": null, + "title": "Maximum number of devices that can be provisioned by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PB_ADV && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-ADV. For examples, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-ADV at the same time.", + "id": "BLE_MESH_PBA_SAME_TIME", + "name": "BLE_MESH_PBA_SAME_TIME", + "range": null, + "title": "Maximum number of PB-ADV running at the same time by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PB_GATT && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same\ntime using PB-GATT. For example, if the value is 2, it means a Provisioner\ncan provision two unprovisioned devices with PB-GATT at the same time.", + "id": "BLE_MESH_PBG_SAME_TIME", + "name": "BLE_MESH_PBG_SAME_TIME", + "range": null, + "title": "Maximum number of PB-GATT running at the same time by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many subnets per network a Provisioner can create.\nIndeed, this value decides the number of network keys which can be added by a Provisioner.", + "id": "BLE_MESH_PROVISIONER_SUBNET_COUNT", + "name": "BLE_MESH_PROVISIONER_SUBNET_COUNT", + "range": null, + "title": "Maximum number of mesh subnets that can be created by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many application keys the Provisioner can have.\nIndeed, this value decides the number of the application keys which can be added by a Provisioner.", + "id": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", + "name": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys that can be owned by Provisioner", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER_RECV_HB && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many heartbeat filter entries Provisioner supports.\nThe heartbeat filter (acceptlist or rejectlist) entries are used to store a\nlist of SRC and DST which can be used to decide if a heartbeat message will\nbe processed and notified to the application layer by Provisioner.\nNote: The filter is an empty rejectlist by default.", + "id": "BLE_MESH_PROVISIONER_RECV_HB_FILTER_SIZE", + "name": "BLE_MESH_PROVISIONER_RECV_HB_FILTER_SIZE", + "range": null, + "title": "Maximum number of filter entries for receiving Heartbeat messages", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "When this option is enabled, Provisioner can call specific functions to enable\nor disable receiving Heartbeat messages and notify them to the application layer.", + "id": "BLE_MESH_PROVISIONER_RECV_HB", + "name": "BLE_MESH_PROVISIONER_RECV_HB", + "range": null, + "title": "Support receiving Heartbeat messages", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable the device to be a Provisioner. The option should be enabled when\na device is going to act as a Provisioner and provision unprovisioned\ndevices into the BLE Mesh network.", + "id": "BLE_MESH_PROVISIONER", + "name": "BLE_MESH_PROVISIONER", + "range": null, + "title": "Support for BLE Mesh Provisioner", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support BLE Mesh enhanced provisioning authentication\nfunctionality. This option can increase the security level of provisioning.\nIt is recommended to enable this option.", + "id": "BLE_MESH_PROV_EPA", + "name": "BLE_MESH_PROV_EPA", + "range": null, + "title": "BLE Mesh enhanced provisioning authentication", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_CERT_BASED_PROV && BLE_MESH", + "help": "This option sets the maximum size of the provisioning record fragment that the\nProvisioner can receive. The range depends on provisioning bearer.", + "id": "BLE_MESH_RECORD_FRAG_MAX_SIZE", + "name": "BLE_MESH_RECORD_FRAG_MAX_SIZE", + "range": null, + "title": "Maximum size of the provisioning record fragment that Provisioner can receive", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support BLE Mesh Certificate-Based Provisioning.", + "id": "BLE_MESH_CERT_BASED_PROV", + "name": "BLE_MESH_CERT_BASED_PROV", + "range": null, + "title": "Support Certificate-based provisioning", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable this option to support BLE Mesh Provisioning functionality. For\nBLE Mesh, this option should be always enabled.", + "id": "BLE_MESH_PROV", + "name": "BLE_MESH_PROV", + "range": null, + "title": "BLE Mesh Provisioning support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_NODE && BLE_MESH_PB_ADV && BLE_MESH", + "help": "This option specifies the interval of sending two consecutive unprovisioned\ndevice beacon, users can use this option to change the frequency of sending\nunprovisioned device beacon. For example, if the value is 5, it means the\nunprovisioned device beacon will send every 5 seconds. When the option of\nBLE_MESH_FAST_PROV is selected, the value is better to be 3 seconds, or less.", + "id": "BLE_MESH_UNPROVISIONED_BEACON_INTERVAL", + "name": "BLE_MESH_UNPROVISIONED_BEACON_INTERVAL", + "range": null, + "title": "Interval between two consecutive Unprovisioned Device Beacon", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow the device to be provisioned over the\nadvertising bearer. This option should be enabled if PB-ADV is\ngoing to be used during provisioning procedure.", + "id": "BLE_MESH_PB_ADV", + "name": "BLE_MESH_PB_ADV", + "range": null, + "title": "Provisioning support using the advertising bearer (PB-ADV)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow the device to be provisioned over GATT.\nThis option should be enabled if PB-GATT is going to be used during\nprovisioning procedure.\n\n# Virtual option enabled whenever any Proxy protocol is needed", + "id": "BLE_MESH_PB_GATT", + "name": "BLE_MESH_PB_GATT", + "range": null, + "title": "Provisioning support using GATT (PB-GATT)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to support BLE Mesh Proxy protocol used by PB-GATT\nand other proxy pdu transmission.", + "id": "BLE_MESH_PROXY", + "name": "BLE_MESH_PROXY", + "range": null, + "title": "BLE Mesh Proxy protocol support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "This option determines for how long the local node advertises using\nNode Identity. The given value is in seconds. The specification limits\nthis to 60 seconds and lists it as the recommended value as well.\nSo leaving the default value is the safest option.\nWhen an unprovisioned device is provisioned successfully and becomes a\nnode, it will start to advertise using Node Identity during the time\nset by this option. And after that, Network ID will be advertised.", + "id": "BLE_MESH_NODE_ID_TIMEOUT", + "name": "BLE_MESH_NODE_ID_TIMEOUT", + "range": null, + "title": "Node Identity advertising timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "This option specifies how many Proxy Filter entries the local node supports.\nThe entries of Proxy filter (whitelist or blacklist) are used to store a\nlist of addresses which can be used to decide which messages will be forwarded\nto the Proxy Client by the Proxy Server.", + "id": "BLE_MESH_PROXY_FILTER_SIZE", + "name": "BLE_MESH_PROXY_FILTER_SIZE", + "range": null, + "title": "Maximum number of filter entries per Proxy Client", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PRB_SRV && BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "The Proxy Privacy parameter controls the privacy of the Proxy Server\nover the connection. The value of the Proxy Privacy parameter is\ncontrolled by the type of proxy connection, which is dependent on the\nbearer used by the proxy connection.", + "id": "BLE_MESH_PROXY_PRIVACY", + "name": "BLE_MESH_PROXY_PRIVACY", + "range": null, + "title": "Support Proxy Privacy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH", + "help": "This option specifies the maximum capacity of the solicitation replay\nprotection list. The solicitation replay protection list is used to\nreject Solicitation PDUs that were already processed by a node, which\nwill store the solicitation src and solicitation sequence number of\nthe received Solicitation PDU message.", + "id": "BLE_MESH_PROXY_SOLIC_RX_CRPL", + "name": "BLE_MESH_PROXY_SOLIC_RX_CRPL", + "range": null, + "title": "Maximum capacity of solicitation replay protection list", + "type": "int" + } + ], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support receiving Proxy Solicitation PDU.", + "id": "BLE_MESH_PROXY_SOLIC_PDU_RX", + "name": "BLE_MESH_PROXY_SOLIC_PDU_RX", + "range": null, + "title": "Support receiving Proxy Solicitation PDU", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "This option enables support for Mesh GATT Proxy Service, i.e. the\nability to act as a proxy between a Mesh GATT Client and a Mesh network.\nThis option should be enabled if a node is going to be a Proxy Server.", + "id": "BLE_MESH_GATT_PROXY_SERVER", + "name": "BLE_MESH_GATT_PROXY_SERVER", + "range": null, + "title": "BLE Mesh GATT Proxy Server", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_TX && BLE_MESH", + "help": "This option specifies the maximum number of Solicitation Source (SSRC)\nthat can be used by Proxy Client for sending a Solicitation PDU.\nA Proxy Client may use the primary address or any of the secondary\naddresses as the SSRC for a Solicitation PDU.\nSo for a Proxy Client, it's better to choose the value based on its\nown element count.", + "id": "BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT", + "name": "BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT", + "range": null, + "title": "Maximum number of SSRC that can be used by Proxy Client", + "type": "int" + } + ], + "depends_on": "BLE_MESH_GATT_PROXY_CLIENT && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support sending Proxy Solicitation PDU.", + "id": "BLE_MESH_PROXY_SOLIC_PDU_TX", + "name": "BLE_MESH_PROXY_SOLIC_PDU_TX", + "range": null, + "title": "Support sending Proxy Solicitation PDU", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "This option enables support for Mesh GATT Proxy Client. The Proxy Client\ncan use the GATT bearer to send mesh messages to a node that supports the\nadvertising bearer.", + "id": "BLE_MESH_GATT_PROXY_CLIENT", + "name": "BLE_MESH_GATT_PROXY_CLIENT", + "range": null, + "title": "BLE Mesh GATT Proxy Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable BLE Mesh net buffer pool tracking. This option is used to introduce another\nvariable in the bottom layer to record the usage of advertising buffers of BLE Mesh\ndevices. Recommend to enable this option as default.", + "id": "BLE_MESH_NET_BUF_POOL_USAGE", + "name": "BLE_MESH_NET_BUF_POOL_USAGE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines in seconds how soon any pending changes are actually\nwritten into persistent storage (flash) after a change occurs.\nThe option allows nodes to delay a certain period of time to save proper\ninformation to flash. The default value is 0, which means information\nwill be stored immediately once there are updates.", + "id": "BLE_MESH_STORE_TIMEOUT", + "name": "BLE_MESH_STORE_TIMEOUT", + "range": null, + "title": "Delay (in seconds) before storing anything persistently", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines how often the local sequence number gets updated in\npersistent storage (i.e. flash). e.g. a value of 100 means that the\nsequence number will be stored to flash on every 100th increment.\nIf the node sends messages very frequently a higher value makes more\nsense, whereas if the node sends infrequently a value as low as 0\n(update storage for every increment) can make sense. When the stack\ngets initialized it will add sequence number to the last stored one,\nso that it starts off with a value that's guaranteed to be larger than\nthe last one used before power off.", + "id": "BLE_MESH_SEQ_STORE_RATE", + "name": "BLE_MESH_SEQ_STORE_RATE", + "range": null, + "title": "How often the sequence number gets updated in storage", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines in seconds how soon the RPL (Replay Protection List)\ngets written to persistent storage after a change occurs. If the node\nreceives messages frequently, then a large value is recommended. If the\nnode receives messages rarely, then the value can be as low as 0 (which\nmeans the RPL is written into the storage immediately).\nNote that if the node operates in a security-sensitive case, and there is\na risk of sudden power-off, then a value of 0 is strongly recommended.\nOtherwise, a power loss before RPL being written into the storage may\nintroduce message replay attacks and system security will be in a\nvulnerable state.", + "id": "BLE_MESH_RPL_STORE_TIMEOUT", + "name": "BLE_MESH_RPL_STORE_TIMEOUT", + "range": null, + "title": "Minimum frequency that the RPL gets updated in storage", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_NODE && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This option is created to solve the issue of failure in recovering\nnode information after mesh stack updates. In the old version mesh\nstack, there is no key of \"mesh/role\" in nvs. In the new version\nmesh stack, key of \"mesh/role\" is added in nvs, recovering node\ninformation needs to check \"mesh/role\" key in nvs and implements\nselective recovery of mesh node information. Therefore, there may\nbe failure in recovering node information during node restarting\nafter OTA.\n\nThe new version mesh stack adds the option of \"mesh/role\" because\nwe have added the support of storing Provisioner information, while\nthe old version only supports storing node information.\n\nIf users are updating their nodes from old version to new version,\nwe recommend enabling this option, so that system could set the flag\nin advance before recovering node information and make sure the node\ninformation recovering could work as expected.", + "id": "BLE_MESH_SETTINGS_BACKWARD_COMPATIBILITY", + "name": "BLE_MESH_SETTINGS_BACKWARD_COMPATIBILITY", + "range": null, + "title": "A specific option for settings backward compatibility", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_SPECIFIC_PARTITION && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines the name of the specified NVS partition used by the\nmesh stack.", + "id": "BLE_MESH_PARTITION_NAME", + "name": "BLE_MESH_PARTITION_NAME", + "range": null, + "title": "Name of the NVS partition for BLE Mesh", + "type": "string" + } + ], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "When selected, the mesh stack will use a specified NVS partition instead of\ndefault NVS partition. Note that the specified partition must be registered\nwith NVS using nvs_flash_init_partition() API, and the partition must exists\nin the csv file.\nWhen Provisioner needs to store a large amount of nodes' information in the\nflash (e.g. more than 20), this option is recommended to be enabled.", + "id": "BLE_MESH_SPECIFIC_PARTITION", + "name": "BLE_MESH_SPECIFIC_PARTITION", + "range": null, + "title": "Use a specific NVS partition for BLE Mesh", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_USE_MULTIPLE_NAMESPACE && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This option specifies the maximum NVS namespaces supported by Provisioner.", + "id": "BLE_MESH_MAX_NVS_NAMESPACE", + "name": "BLE_MESH_MAX_NVS_NAMESPACE", + "range": null, + "title": "Maximum number of NVS namespaces", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH_SETTINGS && BLE_MESH", + "help": "When selected, Provisioner can use different NVS namespaces to store\ndifferent instances of mesh information.\nFor example, if in the first room, Provisioner uses NetKey A, AppKey\nA and provisions three devices, these information will be treated as\nmesh information instance A. When the Provisioner moves to the second\nroom, it uses NetKey B, AppKey B and provisions two devices, then the\ninformation will be treated as mesh information instance B.\nHere instance A and instance B will be stored in different namespaces.\nWith this option enabled, Provisioner needs to use specific functions\nto open the corresponding NVS namespace, restore the mesh information,\nrelease the mesh information or erase the mesh information.", + "id": "BLE_MESH_USE_MULTIPLE_NAMESPACE", + "name": "BLE_MESH_USE_MULTIPLE_NAMESPACE", + "range": null, + "title": "Support using multiple NVS namespaces by Provisioner", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "When selected, the BLE Mesh stack will take care of storing/restoring the BLE\nMesh configuration persistently in flash.\nIf the device is a BLE Mesh node, when this option is enabled, the configuration\nof the device will be stored persistently, including unicast address, NetKey,\nAppKey, etc.\nAnd if the device is a BLE Mesh Provisioner, the information of the device will\nbe stored persistently, including the information of provisioned nodes, NetKey,\nAppKey, etc.", + "id": "BLE_MESH_SETTINGS", + "name": "BLE_MESH_SETTINGS", + "range": null, + "title": "Store BLE Mesh configuration persistently", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many subnets a Mesh network can have at the same time.\nIndeed, this value decides the number of the network keys which can be owned by a node.", + "id": "BLE_MESH_SUBNET_COUNT", + "name": "BLE_MESH_SUBNET_COUNT", + "range": null, + "title": "Maximum number of mesh subnets per network", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many application keys the device can store per network.\nIndeed, this value decides the number of the application keys which can be owned by a node.", + "id": "BLE_MESH_APP_KEY_COUNT", + "name": "BLE_MESH_APP_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys per network", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum number of application keys to which each model\ncan be bound.", + "id": "BLE_MESH_MODEL_KEY_COUNT", + "name": "BLE_MESH_MODEL_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys per model", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum number of addresses to which each model can\nbe subscribed.", + "id": "BLE_MESH_MODEL_GROUP_COUNT", + "name": "BLE_MESH_MODEL_GROUP_COUNT", + "range": null, + "title": "Maximum number of group address subscriptions per model", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many Label UUIDs can be stored.\nIndeed, this value decides the number of the Virtual Addresses can be supported by a node.", + "id": "BLE_MESH_LABEL_COUNT", + "name": "BLE_MESH_LABEL_COUNT", + "range": null, + "title": "Maximum number of Label UUIDs used for Virtual Addresses", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum capacity of the replay protection list.\nIt is similar to Network message cache size, but has a different purpose.\nThe replay protection list is used to prevent a node from replay attack,\nwhich will store the source address and sequence number of the received\nmesh messages.\nFor Provisioner, the replay protection list size should not be smaller than\nthe maximum number of nodes whose information can be stored. And the element\nnumber of each node should also be taken into consideration. For example, if\nProvisioner can provision up to 20 nodes and each node contains two elements,\nthen the replay protection list size of Provisioner should be at least 40.", + "id": "BLE_MESH_CRPL", + "name": "BLE_MESH_CRPL", + "range": null, + "title": "Maximum capacity of the replay protection list", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_EXPERIMENTAL && BLE_MESH", + "help": "There may be many expired messages in a complex mesh network that would be\nconsidered replayed messages.\nEnable this option will refuse to relay such messages, which could help to\nreduce invalid packets in the mesh network.\nHowever, it should be noted that enabling this option may result in packet\nloss in certain environments.\nTherefore, users need to decide whether to enable this option according to\nthe actual usage situation.", + "id": "BLE_MESH_NOT_RELAY_REPLAY_MSG", + "name": "BLE_MESH_NOT_RELAY_REPLAY_MSG", + "range": null, + "title": "Not relay replayed messages in a mesh network", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Number of messages that are cached for the network. This helps prevent\nunnecessary decryption operations and unnecessary relays. This option\nis similar to Replay protection list, but has a different purpose.\nA node is not required to cache the entire Network PDU and may cache\nonly part of it for tracking, such as values for SRC/SEQ or others.", + "id": "BLE_MESH_MSG_CACHE_SIZE", + "name": "BLE_MESH_MSG_CACHE_SIZE", + "range": null, + "title": "Network message cache size", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Number of advertising buffers available. The transport layer reserves\nADV_BUF_COUNT - 3 buffers for outgoing segments. The maximum outgoing\nSDU size is 12 times this value (out of which 4 or 8 bytes are used\nfor the Transport Layer MIC). For example, 5 segments means the maximum\nSDU size is 60 bytes, which leaves 56 bytes for application layer data\nusing a 4-byte MIC, or 52 bytes using an 8-byte MIC.", + "id": "BLE_MESH_ADV_BUF_COUNT", + "name": "BLE_MESH_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "When the IV Update state enters Normal operation or IV Update\nin Progress, we need to keep track of how many hours has passed\nin the state, since the specification requires us to remain in\nthe state at least for 96 hours (Update in Progress has an\nadditional upper limit of 144 hours).\n\nIn order to fulfill the above requirement, even if the node might\nbe powered off once in a while, we need to store persistently\nhow many hours the node has been in the state. This doesn't\nnecessarily need to happen every hour (thanks to the flexible\nduration range). The exact cadence will depend a lot on the\nways that the node will be used and what kind of power source it\nhas.\n\nSince there is no single optimal answer, this configuration\noption allows specifying a divider, i.e. how many intervals\nthe 96 hour minimum gets split into. After each interval the\nduration that the node has been in the current state gets\nstored to flash. E.g. the default value of 4 means that the\nstate is saved every 24 hours (96 / 4).", + "id": "BLE_MESH_IVU_DIVIDER", + "name": "BLE_MESH_IVU_DIVIDER", + "range": null, + "title": "Divider for IV Update state refresh timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "According to Section 3.10.5 of Mesh Specification v1.0.1.\nIf a node in Normal Operation receives a Secure Network beacon with an IV index\nequal to the last known IV index+1 and the IV Update Flag set to 0, the node may\nupdate its IV without going to the IV Update in Progress state, or it may initiate\nan IV Index Recovery procedure (Section 3.10.6), or it may ignore the Secure\nNetwork beacon. The node makes the choice depending on the time since last IV\nupdate and the likelihood that the node has missed the Secure Network beacons\nwith the IV update Flag.\nWhen the above situation is encountered, this option can be used to decide whether\nto perform the IV index recovery procedure.", + "id": "BLE_MESH_IVU_RECOVERY_IVI", + "name": "BLE_MESH_IVU_RECOVERY_IVI", + "range": null, + "title": "Recovery the IV index when the latest whole IV update procedure is missed", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to use the enhanced segmentation and reassembly\nmechanism introduced in Bluetooth Mesh Protocol 1.1.", + "id": "BLE_MESH_SAR_ENHANCEMENT", + "name": "BLE_MESH_SAR_ENHANCEMENT", + "range": null, + "title": "Segmentation and reassembly enhancement", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of simultaneous outgoing multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only send one segmented\nmessage at a time. And if another segmented message is going to be sent, it\nshould wait for the completion of the previous one.\nIf users are going to send multiple segmented messages at the same time, this\nvalue should be configured properly.", + "id": "BLE_MESH_TX_SEG_MSG_COUNT", + "name": "BLE_MESH_TX_SEG_MSG_COUNT", + "range": null, + "title": "Maximum number of simultaneous outgoing segmented messages", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of simultaneous incoming multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only receive one segmented\nmessage at a time. And if another segmented message is going to be received,\nit should wait for the completion of the previous one.\nIf users are going to receive multiple segmented messages at the same time, this\nvalue should be configured properly.", + "id": "BLE_MESH_RX_SEG_MSG_COUNT", + "name": "BLE_MESH_RX_SEG_MSG_COUNT", + "range": null, + "title": "Maximum number of simultaneous incoming segmented messages", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum incoming Upper Transport Access PDU length. Leave this to the default\nvalue, unless you really need to optimize memory usage.", + "id": "BLE_MESH_RX_SDU_MAX", + "name": "BLE_MESH_RX_SDU_MAX", + "range": null, + "title": "Maximum incoming Upper Transport Access PDU length", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of segments supported for outgoing messages.\nThis value should typically be fine-tuned based on what\nmodels the local node supports, i.e. what's the largest\nmessage payload that the node needs to be able to send.\nThis value affects memory and call stack consumption, which\nis why the default is lower than the maximum that the\nspecification would allow (32 segments).\n\nThe maximum outgoing SDU size is 12 times this number (out of\nwhich 4 or 8 bytes is used for the Transport Layer MIC). For\nexample, 5 segments means the maximum SDU size is 60 bytes,\nwhich leaves 56 bytes for application layer data using a\n4-byte MIC and 52 bytes using an 8-byte MIC.\n\nBe sure to specify a sufficient number of advertising buffers\nwhen setting this option to a higher value. There must be at\nleast three more advertising buffers (BLE_MESH_ADV_BUF_COUNT)\nas there are outgoing segments.", + "id": "BLE_MESH_TX_SEG_MAX", + "name": "BLE_MESH_TX_SEG_MAX", + "range": null, + "title": "Maximum number of segments in outgoing messages", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RELAY_ADV_BUF && BLE_MESH_RELAY && BLE_MESH", + "help": "Number of advertising buffers for relay packets available.", + "id": "BLE_MESH_RELAY_ADV_BUF_COUNT", + "name": "BLE_MESH_RELAY_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers for relay packets", + "type": "int" + } + ], + "depends_on": "BLE_MESH_RELAY && BLE_MESH", + "help": "When selected, self-send packets will be put in a high-priority\nqueue and relay packets will be put in a low-priority queue.", + "id": "BLE_MESH_RELAY_ADV_BUF", + "name": "BLE_MESH_RELAY_ADV_BUF", + "range": null, + "title": "Use separate advertising buffers for relay packets", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "Support for acting as a Mesh Relay Node. Enabling this option will allow\na node to support the Relay feature, and the Relay feature can still\nbe enabled or disabled by proper configuration messages. Disabling this\noption will let a node not support the Relay feature.", + "id": "BLE_MESH_RELAY", + "name": "BLE_MESH_RELAY", + "range": null, + "title": "Relay support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Perform the Friendship establishment using low power with the help of a\nreduced scan duty cycle. The downside of this is that the node may miss\nout on messages intended for it until it has successfully set up Friendship\nwith a Friend node.\nWhen this option is enabled, the node will stop scanning for a period of\ntime after a Friend Request or Friend Poll is sent, so as to reduce more\npower consumption.", + "id": "BLE_MESH_LPN_ESTABLISHMENT", + "name": "BLE_MESH_LPN_ESTABLISHMENT", + "range": null, + "title": "Perform Friendship establishment using low power", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_LPN_AUTO && BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Time in seconds from the last received message, that the node waits out\nbefore starting to look for Friend nodes.", + "id": "BLE_MESH_LPN_AUTO_TIMEOUT", + "name": "BLE_MESH_LPN_AUTO_TIMEOUT", + "range": null, + "title": "Time from last received message before going to LPN mode", + "type": "int" + } + ], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Once provisioned, automatically enable LPN functionality and start looking\nfor Friend nodes. If this option is disabled LPN mode needs to be manually\nenabled by calling bt_mesh_lpn_set(true).\nWhen an unprovisioned device is provisioned successfully and becomes a node,\nenabling this option will trigger the node starts to send Friend Request at\na certain period until it finds a proper Friend node.", + "id": "BLE_MESH_LPN_AUTO", + "name": "BLE_MESH_LPN_AUTO", + "range": null, + "title": "Automatically start looking for Friend nodes once provisioned", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Time in seconds between Friend Requests, if a previous Friend Request did\nnot yield any acceptable Friend Offers.", + "id": "BLE_MESH_LPN_RETRY_TIMEOUT", + "name": "BLE_MESH_LPN_RETRY_TIMEOUT", + "range": null, + "title": "Retry timeout for Friend requests", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The contribution of the RSSI, measured by the Friend node, used in Friend\nOffer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nRSSIFactor, one of the parameters carried by Friend Request sent by Low Power\nnode, which is used to calculate the Friend Offer Delay.", + "id": "BLE_MESH_LPN_RSSI_FACTOR", + "name": "BLE_MESH_LPN_RSSI_FACTOR", + "range": null, + "title": "RSSIFactor, used in Friend Offer Delay calculation", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The contribution of the supported Receive Window used in Friend Offer\nDelay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nReceiveWindowFactor, one of the parameters carried by Friend Request sent by\nLow Power node, which is used to calculate the Friend Offer Delay.", + "id": "BLE_MESH_LPN_RECV_WIN_FACTOR", + "name": "BLE_MESH_LPN_RECV_WIN_FACTOR", + "range": null, + "title": "ReceiveWindowFactor, used in Friend Offer Delay calculation", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The MinQueueSizeLog field is defined as log_2(N), where N is the minimum\nnumber of maximum size Lower Transport PDUs that the Friend node can store\nin its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2,\nand value 7 gives N = 128.", + "id": "BLE_MESH_LPN_MIN_QUEUE_SIZE", + "name": "BLE_MESH_LPN_MIN_QUEUE_SIZE", + "range": null, + "title": "Minimum size of the acceptable friend queue (MinQueueSizeLog)", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The ReceiveDelay is the time between the Low Power node sending a\nrequest and listening for a response. This delay allows the Friend\nnode time to prepare the response. The value is in units of milliseconds.", + "id": "BLE_MESH_LPN_RECV_DELAY", + "name": "BLE_MESH_LPN_RECV_DELAY", + "range": null, + "title": "Receive delay requested by the local node", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "PollTimeout timer is used to measure time between two consecutive\nrequests sent by a Low Power node. If no requests are received\nthe Friend node before the PollTimeout timer expires, then the\nfriendship is considered terminated. The value is in units of 100\nmilliseconds, so e.g. a value of 300 means 30 seconds.\nThe smaller the value, the faster the Low Power node tries to get\nmessages from corresponding Friend node and vice versa.", + "id": "BLE_MESH_LPN_POLL_TIMEOUT", + "name": "BLE_MESH_LPN_POLL_TIMEOUT", + "range": null, + "title": "The value of the PollTimeout timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The initial value of the PollTimeout timer when Friendship is to be\nestablished for the first time. After this, the timeout gradually\ngrows toward the actual PollTimeout, doubling in value for each iteration.\nThe value is in units of 100 milliseconds, so e.g. a value of 300 means\n30 seconds.", + "id": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", + "name": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", + "range": null, + "title": "The starting value of the PollTimeout timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Latency (in milliseconds) is the time it takes to enable scanning. In\npractice, it means how much time in advance of the Receive Window, the\nrequest to enable scanning is made.", + "id": "BLE_MESH_LPN_SCAN_LATENCY", + "name": "BLE_MESH_LPN_SCAN_LATENCY", + "range": null, + "title": "Latency for enabling scanning", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Maximum number of groups to which the LPN can subscribe.", + "id": "BLE_MESH_LPN_GROUPS", + "name": "BLE_MESH_LPN_GROUPS", + "range": null, + "title": "Number of groups the LPN can subscribe to", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Automatically subscribe all nodes address when friendship\nestablished.", + "id": "BLE_MESH_LPN_SUB_ALL_NODES_ADDR", + "name": "BLE_MESH_LPN_SUB_ALL_NODES_ADDR", + "range": null, + "title": "Automatically subscribe all nodes address", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "Enable this option to operate as a Low Power Node. If low power consumption\nis required by a node, this option should be enabled. And once the node\nenters the mesh network, it will try to find a Friend node and establish a\nfriendship.", + "id": "BLE_MESH_LOW_POWER", + "name": "BLE_MESH_LOW_POWER", + "range": null, + "title": "Support for Low Power features", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Receive Window in milliseconds supported by the Friend node.", + "id": "BLE_MESH_FRIEND_RECV_WIN", + "name": "BLE_MESH_FRIEND_RECV_WIN", + "range": null, + "title": "Friend Receive Window", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Minimum number of buffers available to be stored for each local Friend Queue.\nThis option decides the size of each buffer which can be used by a Friend node\nto store messages for each Low Power node.", + "id": "BLE_MESH_FRIEND_QUEUE_SIZE", + "name": "BLE_MESH_FRIEND_QUEUE_SIZE", + "range": null, + "title": "Minimum number of buffers supported per Friend Queue", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Size of the Subscription List that can be supported by a Friend node for a\nLow Power node. And Low Power node can send Friend Subscription List Add or\nFriend Subscription List Remove messages to the Friend node to add or remove\nsubscription addresses.", + "id": "BLE_MESH_FRIEND_SUB_LIST_SIZE", + "name": "BLE_MESH_FRIEND_SUB_LIST_SIZE", + "range": null, + "title": "Friend Subscription List Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Number of Low Power Nodes with which a Friend can have Friendship simultaneously.\nA Friend node can have friendship with multiple Low Power nodes at the same time,\nwhile a Low Power node can only establish friendship with only one Friend node at\nthe same time.", + "id": "BLE_MESH_FRIEND_LPN_COUNT", + "name": "BLE_MESH_FRIEND_LPN_COUNT", + "range": null, + "title": "Number of supported LPN nodes", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Number of incomplete segment lists tracked for each Friends' LPN.\nIn other words, this determines from how many elements can segmented\nmessages destined for the Friend queue be received simultaneously.", + "id": "BLE_MESH_FRIEND_SEG_RX", + "name": "BLE_MESH_FRIEND_SEG_RX", + "range": null, + "title": "Number of incomplete segment lists per LPN", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable this option to be able to act as a Friend Node.", + "id": "BLE_MESH_FRIEND", + "name": "BLE_MESH_FRIEND", + "range": null, + "title": "Support for Friend feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH && BLE_MESH", + "help": "Select this to save the BLE Mesh related rodata code size. Enabling this option\nwill disable the output of BLE Mesh debug log.", + "id": "BLE_MESH_NO_LOG", + "name": "BLE_MESH_NO_LOG", + "range": null, + "title": "Disable BLE Mesh debug logs (minimize bin size)", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_NONE", + "name": "BLE_MESH_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_ERROR", + "name": "BLE_MESH_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_WARNING", + "name": "BLE_MESH_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_INFO", + "name": "BLE_MESH_TRACE_LEVEL_INFO", + "range": null, + "title": "INFO", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_DEBUG", + "name": "BLE_MESH_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_VERBOSE", + "name": "BLE_MESH_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": "Define BLE Mesh trace level for BLE Mesh stack.", + "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level-ble_mesh_stack", + "name": "BLE_MESH_STACK_TRACE_LEVEL", + "title": "BLE_MESH_STACK", + "type": "choice" + }, + { + "children": [], + "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": null, + "id": "BLE_MESH_STACK_TRACE_LEVEL", + "name": "BLE_MESH_STACK_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level", + "title": "BLE Mesh STACK DEBUG LOG LEVEL", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", + "range": null, + "title": "INFO", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": "Define BLE Mesh trace level for BLE Mesh net buffer.", + "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level-ble_mesh_net_buf", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "title": "BLE_MESH_NET_BUF", + "type": "choice" + }, + { + "children": [], + "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level", + "title": "BLE Mesh NET BUF DEBUG LOG LEVEL", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Timeout value used by the node to get response of the acknowledged\nmessage which is sent by the client model.\nThis value indicates the maximum time that a client model waits for\nthe response of the sent acknowledged messages. If a client model\nuses 0 as the timeout value when sending acknowledged messages, then\nthe default value will be used which is four seconds.", + "id": "BLE_MESH_CLIENT_MSG_TIMEOUT", + "name": "BLE_MESH_CLIENT_MSG_TIMEOUT", + "range": null, + "title": "Timeout(ms) for client message response", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Configuration Client model.", + "id": "BLE_MESH_CFG_CLI", + "name": "BLE_MESH_CFG_CLI", + "range": null, + "title": "Configuration Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Health Client model.", + "id": "BLE_MESH_HEALTH_CLI", + "name": "BLE_MESH_HEALTH_CLI", + "range": null, + "title": "Health Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Health Server model.", + "id": "BLE_MESH_HEALTH_SRV", + "name": "BLE_MESH_HEALTH_SRV", + "range": null, + "title": "Health Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Bridge Configuration Client model.", + "id": "BLE_MESH_BRC_CLI", + "name": "BLE_MESH_BRC_CLI", + "range": null, + "title": "Bridge Configuration Client model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_BRC_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum number of Bridging Table entries that the Bridge Configuration Server can support.", + "id": "BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT", + "name": "BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT", + "range": null, + "title": "Maximum number of Bridging Table entries", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_BRC_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies the maximum capacity of the bridge replay\nprotection list. The bridge replay protection list is used to\nprevent a bridged subnet from replay attack, which will store the\nsource address and sequence number of the received bridge messages.", + "id": "BLE_MESH_BRIDGE_CRPL", + "name": "BLE_MESH_BRIDGE_CRPL", + "range": null, + "title": "Maximum capacity of bridge replay protection list", + "type": "int" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Bridge Configuration Server model.", + "id": "BLE_MESH_BRC_SRV", + "name": "BLE_MESH_BRC_SRV", + "range": null, + "title": "Bridge Configuration Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Mesh Private Beacon Client model.", + "id": "BLE_MESH_PRB_CLI", + "name": "BLE_MESH_PRB_CLI", + "range": null, + "title": "Mesh Private Beacon Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Mesh Private Beacon Server model.", + "id": "BLE_MESH_PRB_SRV", + "name": "BLE_MESH_PRB_SRV", + "range": null, + "title": "Mesh Private Beacon Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for On-Demand Private Proxy Client model.", + "id": "BLE_MESH_ODP_CLI", + "name": "BLE_MESH_ODP_CLI", + "range": null, + "title": "On-Demand Private Proxy Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for On-Demand Private Proxy Server model.", + "id": "BLE_MESH_ODP_SRV", + "name": "BLE_MESH_ODP_SRV", + "range": null, + "title": "On-Demand Private Proxy Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Solicitation PDU RPL Configuration Client model.", + "id": "BLE_MESH_SRPL_CLI", + "name": "BLE_MESH_SRPL_CLI", + "range": null, + "title": "Solicitation PDU RPL Configuration Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Solicitation PDU RPL Configuration Server model.\nNote:\nThis option depends on the functionality of receiving Solicitation\nPDU. If the device doesn't support receiving Solicitation PDU, then\nthere is no need to enable this server model.", + "id": "BLE_MESH_SRPL_SRV", + "name": "BLE_MESH_SRPL_SRV", + "range": null, + "title": "Solicitation PDU RPL Configuration Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Opcodes Aggregator Client model.", + "id": "BLE_MESH_AGG_CLI", + "name": "BLE_MESH_AGG_CLI", + "range": null, + "title": "Opcodes Aggregator Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Opcodes Aggregator Server model.", + "id": "BLE_MESH_AGG_SRV", + "name": "BLE_MESH_AGG_SRV", + "range": null, + "title": "Opcodes Aggregator Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for SAR Configuration Client model.", + "id": "BLE_MESH_SAR_CLI", + "name": "BLE_MESH_SAR_CLI", + "range": null, + "title": "SAR Configuration Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for SAR Configuration Server model.", + "id": "BLE_MESH_SAR_SRV", + "name": "BLE_MESH_SAR_SRV", + "range": null, + "title": "SAR Configuration Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Composition Data Page 1 contains information about the relationships\namong models.\nEach model either can be a root model or can extend other models.", + "id": "BLE_MESH_COMP_DATA_1", + "name": "BLE_MESH_COMP_DATA_1", + "range": null, + "title": "Support Composition Data Page 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Composition Data Page 128 is used to indicate the structure of\nelements, features, and models of a node after the successful\nexecution of the Node Address Refresh procedure or the Node\nComposition Refresh procedure, or after the execution of the\nNode Removal procedure followed by the provisioning process.\nComposition Data Page 128 shall be present if the node supports\nthe Remote Provisioning Server model; otherwise it is optional.", + "id": "BLE_MESH_COMP_DATA_128", + "name": "BLE_MESH_COMP_DATA_128", + "range": null, + "title": "Support Composition Data Page 128", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_MODELS_METADATA_0 && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "The Models Metadata state contains metadata of a node\u2019s models.\nThe Models Metadata state is composed of a number of pages of\ninformation.\nModels Metadata Page 128 contains metadata for the node\u2019s models\nafter the successful execution of the Node Address Refresh\nprocedure or the Node Composition Refresh procedure, or after\nthe execution of the Node Removal procedure followed by the\nprovisioning process.\nModels Metadata Page 128 shall be present if the node supports\nthe Remote Provisioning Server model and the node supports the\nLarge Composition Data Server model.", + "id": "BLE_MESH_MODELS_METADATA_128", + "name": "BLE_MESH_MODELS_METADATA_128", + "range": null, + "title": "Support Models Metadata Page 128", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "The Models Metadata state contains metadata of a node\u2019s models.\nThe Models Metadata state is composed of a number of pages of\ninformation.\nModels Metadata Page 0 shall be present if the node supports\nthe Large Composition Data Server model.", + "id": "BLE_MESH_MODELS_METADATA_0", + "name": "BLE_MESH_MODELS_METADATA_0", + "range": null, + "title": "Support Models Metadata Page 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Large Composition Data Client model.", + "id": "BLE_MESH_LCD_CLI", + "name": "BLE_MESH_LCD_CLI", + "range": null, + "title": "Large Composition Data Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Large Composition Data Server model.", + "id": "BLE_MESH_LCD_SRV", + "name": "BLE_MESH_LCD_SRV", + "range": null, + "title": "Large Composition Data Server model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RPR_CLI && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-REMOTE. For example, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-REMOTE at the same time.", + "id": "BLE_MESH_RPR_CLI_PROV_SAME_TIME", + "name": "BLE_MESH_RPR_CLI_PROV_SAME_TIME", + "range": null, + "title": "Maximum number of PB-Remote running at the same time by Provisioner", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Remote Provisioning Client model", + "id": "BLE_MESH_RPR_CLI", + "name": "BLE_MESH_RPR_CLI", + "range": null, + "title": "Remote Provisioning Client model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies how many device information can a Remote\nProvisioning Server store each time while scanning.", + "id": "BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS", + "name": "BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS", + "range": null, + "title": "Maximum number of device information can be scanned", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support Active Scan for remote provisioning.", + "id": "BLE_MESH_RPR_SRV_ACTIVE_SCAN", + "name": "BLE_MESH_RPR_SRV_ACTIVE_SCAN", + "range": null, + "title": "Support Active Scan for remote provisioning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies how many extended scan procedures can be\nstarted by the Remote Provisioning Server.", + "id": "BLE_MESH_RPR_SRV_MAX_EXT_SCAN", + "name": "BLE_MESH_RPR_SRV_MAX_EXT_SCAN", + "range": null, + "title": "Maximum number of extended scan procedures", + "type": "int" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Remote Provisioning Server model", + "id": "BLE_MESH_RPR_SRV", + "name": "BLE_MESH_RPR_SRV", + "range": null, + "title": "Remote Provisioning Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Directed Forwarding Configuration Client model.", + "id": "BLE_MESH_DF_CLI", + "name": "BLE_MESH_DF_CLI", + "range": null, + "title": "Directed Forwarding Configuration Client model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum number of Discovery Table entries supported by the node in a given subnet.", + "id": "BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT", + "name": "BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT", + "range": null, + "title": "Maximum number of discovery table entries in a given subnet", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum number of Forward Table entries supported by the node in a given subnet.", + "id": "BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT", + "name": "BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT", + "range": null, + "title": "Maximum number of forward table entries in a given subnet", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum size of dependent nodes list supported by each forward table entry.", + "id": "BLE_MESH_MAX_DEPS_NODES_PER_PATH", + "name": "BLE_MESH_MAX_DEPS_NODES_PER_PATH", + "range": null, + "title": "Maximum number of dependent nodes per path", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "The option only removes the Path Use timer; all other behavior of the\ndevice is not changed.\nIf Path Monitoring test mode is going to be used, this option should\nbe enabled.", + "id": "BLE_MESH_PATH_MONITOR_TEST", + "name": "BLE_MESH_PATH_MONITOR_TEST", + "range": null, + "title": "Enable Path Monitoring test mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Support Directed Proxy functionality.", + "id": "BLE_MESH_SUPPORT_DIRECTED_PROXY", + "name": "BLE_MESH_SUPPORT_DIRECTED_PROXY", + "range": null, + "title": "Enable Directed Proxy functionality", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Directed Forwarding Configuration Server model.", + "id": "BLE_MESH_DF_SRV", + "name": "BLE_MESH_DF_SRV", + "range": null, + "title": "Directed Forwarding Configuration Server model", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-support-for-ble-mesh-foundation-models", + "title": "Support for BLE Mesh Foundation models", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic OnOff Client model.", + "id": "BLE_MESH_GENERIC_ONOFF_CLI", + "name": "BLE_MESH_GENERIC_ONOFF_CLI", + "range": null, + "title": "Generic OnOff Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Level Client model.", + "id": "BLE_MESH_GENERIC_LEVEL_CLI", + "name": "BLE_MESH_GENERIC_LEVEL_CLI", + "range": null, + "title": "Generic Level Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Default Transition Time Client model.", + "id": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", + "name": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", + "range": null, + "title": "Generic Default Transition Time Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Power OnOff Client model.", + "id": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", + "name": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", + "range": null, + "title": "Generic Power OnOff Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Power Level Client model.", + "id": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", + "name": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", + "range": null, + "title": "Generic Power Level Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Battery Client model.", + "id": "BLE_MESH_GENERIC_BATTERY_CLI", + "name": "BLE_MESH_GENERIC_BATTERY_CLI", + "range": null, + "title": "Generic Battery Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Location Client model.", + "id": "BLE_MESH_GENERIC_LOCATION_CLI", + "name": "BLE_MESH_GENERIC_LOCATION_CLI", + "range": null, + "title": "Generic Location Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Property Client model.", + "id": "BLE_MESH_GENERIC_PROPERTY_CLI", + "name": "BLE_MESH_GENERIC_PROPERTY_CLI", + "range": null, + "title": "Generic Property Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Sensor Client model.", + "id": "BLE_MESH_SENSOR_CLI", + "name": "BLE_MESH_SENSOR_CLI", + "range": null, + "title": "Sensor Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Time Client model.", + "id": "BLE_MESH_TIME_CLI", + "name": "BLE_MESH_TIME_CLI", + "range": null, + "title": "Time Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Scene Client model.", + "id": "BLE_MESH_SCENE_CLI", + "name": "BLE_MESH_SCENE_CLI", + "range": null, + "title": "Scene Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Scheduler Client model.", + "id": "BLE_MESH_SCHEDULER_CLI", + "name": "BLE_MESH_SCHEDULER_CLI", + "range": null, + "title": "Scheduler Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light Lightness Client model.", + "id": "BLE_MESH_LIGHT_LIGHTNESS_CLI", + "name": "BLE_MESH_LIGHT_LIGHTNESS_CLI", + "range": null, + "title": "Light Lightness Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light CTL Client model.", + "id": "BLE_MESH_LIGHT_CTL_CLI", + "name": "BLE_MESH_LIGHT_CTL_CLI", + "range": null, + "title": "Light CTL Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light HSL Client model.", + "id": "BLE_MESH_LIGHT_HSL_CLI", + "name": "BLE_MESH_LIGHT_HSL_CLI", + "range": null, + "title": "Light HSL Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light XYL Client model.", + "id": "BLE_MESH_LIGHT_XYL_CLI", + "name": "BLE_MESH_LIGHT_XYL_CLI", + "range": null, + "title": "Light XYL Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light LC Client model.", + "id": "BLE_MESH_LIGHT_LC_CLI", + "name": "BLE_MESH_LIGHT_LC_CLI", + "range": null, + "title": "Light LC Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic server models.", + "id": "BLE_MESH_GENERIC_SERVER", + "name": "BLE_MESH_GENERIC_SERVER", + "range": null, + "title": "Generic server models", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Sensor server models.", + "id": "BLE_MESH_SENSOR_SERVER", + "name": "BLE_MESH_SENSOR_SERVER", + "range": null, + "title": "Sensor server models", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Time and Scenes server models.", + "id": "BLE_MESH_TIME_SCENE_SERVER", + "name": "BLE_MESH_TIME_SCENE_SERVER", + "range": null, + "title": "Time and Scenes server models", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Lighting server models.", + "id": "BLE_MESH_LIGHTING_SERVER", + "name": "BLE_MESH_LIGHTING_SERVER", + "range": null, + "title": "Lighting server models", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_MBT_CLI && BLE_MESH", + "help": "Maximum number of BLOB Transfer Server models that can participating\nin the BLOB transfer with a BLOB Transfer Client model.", + "id": "BLE_MESH_MAX_BLOB_RECEIVERS", + "name": "BLE_MESH_MAX_BLOB_RECEIVERS", + "range": null, + "title": "Maximum number of simultaneous blob receivers", + "type": "int" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for BLOB Transfer Client model.", + "id": "BLE_MESH_MBT_CLI", + "name": "BLE_MESH_MBT_CLI", + "range": null, + "title": "BLOB Transfer Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for BLOB Transfer Server model.", + "id": "BLE_MESH_MBT_SRV", + "name": "BLE_MESH_MBT_SRV", + "range": null, + "title": "BLOB Transfer Server model", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-support-for-ble-mesh-client-server-models", + "title": "Support for BLE Mesh Client/Server models", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option removes the 96 hour limit of the IV Update Procedure and\nlets the state to be changed at any time.\nIf IV Update test mode is going to be used, this option should be enabled.", + "id": "BLE_MESH_IV_UPDATE_TEST", + "name": "BLE_MESH_IV_UPDATE_TEST", + "range": null, + "title": "Test the IV Update Procedure", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option is used to decide whether discarding the old SeqAuth when\nreceiving a segmented message.", + "id": "BLE_MESH_DISCARD_OLD_SEQ_AUTH", + "name": "BLE_MESH_DISCARD_OLD_SEQ_AUTH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option adds extra self-tests which are run every time BLE Mesh\nnetworking is initialized.", + "id": "BLE_MESH_SELF_TEST", + "name": "BLE_MESH_SELF_TEST", + "range": null, + "title": "Perform BLE Mesh self-tests", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_BQB_TEST && BLE_MESH", + "help": "This option is used to enable the log of auto-pts test.", + "id": "BLE_MESH_BQB_TEST_LOG", + "name": "BLE_MESH_BQB_TEST_LOG", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "This option is used to enable some internal functions for auto-pts test.", + "id": "BLE_MESH_BQB_TEST", + "name": "BLE_MESH_BQB_TEST", + "range": null, + "title": "Enable BLE Mesh specific internal test", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_SELF_TEST && BLE_MESH", + "help": "With this option enabled, an unprovisioned device can automatically\nenters mesh network using a specific test function without the pro-\nvisioning procedure. And on the Provisioner side, a test function\nneeds to be invoked to add the node information into the mesh stack.", + "id": "BLE_MESH_TEST_AUTO_ENTER_NETWORK", + "name": "BLE_MESH_TEST_AUTO_ENTER_NETWORK", + "range": null, + "title": "Unprovisioned device enters mesh network automatically", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_SELF_TEST && BLE_MESH", + "help": "With this option enabled, users can use white list to filter mesh\nadvertising packets while scanning.", + "id": "BLE_MESH_TEST_USE_WHITE_LIST", + "name": "BLE_MESH_TEST_USE_WHITE_LIST", + "range": null, + "title": "Use white list to filter mesh advertising packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Activate shell module that provides BLE Mesh commands to the console.", + "id": "BLE_MESH_SHELL", + "name": "BLE_MESH_SHELL", + "range": null, + "title": "Enable BLE Mesh shell", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Network layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_NET", + "name": "BLE_MESH_DEBUG_NET", + "range": null, + "title": "Network layer debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Transport layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_TRANS", + "name": "BLE_MESH_DEBUG_TRANS", + "range": null, + "title": "Transport layer debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Beacon-related debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_BEACON", + "name": "BLE_MESH_DEBUG_BEACON", + "range": null, + "title": "Beacon debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable cryptographic debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_CRYPTO", + "name": "BLE_MESH_DEBUG_CRYPTO", + "range": null, + "title": "Crypto debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Provisioning debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_PROV", + "name": "BLE_MESH_DEBUG_PROV", + "range": null, + "title": "Provisioning debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Access layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_ACCESS", + "name": "BLE_MESH_DEBUG_ACCESS", + "range": null, + "title": "Access layer debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Foundation Models debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_MODEL", + "name": "BLE_MESH_DEBUG_MODEL", + "range": null, + "title": "Foundation model debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable advertising debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_ADV", + "name": "BLE_MESH_DEBUG_ADV", + "range": null, + "title": "Advertising debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Low Power debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_LOW_POWER", + "name": "BLE_MESH_DEBUG_LOW_POWER", + "range": null, + "title": "Low Power debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Friend debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_FRIEND", + "name": "BLE_MESH_DEBUG_FRIEND", + "range": null, + "title": "Friend debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROXY && BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Proxy protocol debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_PROXY", + "name": "BLE_MESH_DEBUG_PROXY", + "range": null, + "title": "Proxy debug", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG", + "name": "BLE_MESH_DEBUG", + "range": null, + "title": "Enable BLE Mesh debug logs", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-specific-test-option", + "title": "BLE Mesh specific test option", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Make BLE Mesh Experimental features visible.\nExperimental features list:\n- CONFIG_BLE_MESH_NOT_RELAY_REPLAY_MSG", + "id": "BLE_MESH_EXPERIMENTAL", + "name": "BLE_MESH_EXPERIMENTAL", + "range": null, + "title": "Make BLE Mesh experimental features visible", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": "This option enables ESP BLE Mesh support. The specific features that are\navailable may depend on other features that have been enabled in the\nstack, such as Bluetooth Support, Bluedroid Support & GATT support.", + "id": "BLE_MESH", + "is_menuconfig": true, + "name": "BLE_MESH", + "range": null, + "title": "ESP BLE Mesh Support", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Instead of listing the commands in the order of registration, the help command lists\nthe available commands in sorted order, if this option is enabled.", + "id": "CONSOLE_SORTED_HELP", + "name": "CONSOLE_SORTED_HELP", + "range": null, + "title": "Enable sorted help", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-console-library", + "title": "Console Library", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_TWAI_SUPPORTED", + "help": "Place the TWAI ISR in to IRAM. This will allow the ISR to avoid\ncache misses, and also be able to run whilst the cache is disabled\n(such as when writing to SPI Flash).\nNote that if this option is enabled:\n- Users should also set the ESP_INTR_FLAG_IRAM in the driver\nconfiguration structure when installing the driver (see docs for\nspecifics).\n- Alert logging (i.e., setting of the TWAI_ALERT_AND_LOG flag)\nwill have no effect.", + "id": "TWAI_ISR_IN_IRAM", + "name": "TWAI_ISR_IN_IRAM", + "range": null, + "title": "Place TWAI ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "When the bus-off condition is reached, the REC should be reset to 0 and frozen (via LOM) by the\ndriver's ISR. However on the ESP32, there is an edge case where the REC will increase before the\ndriver's ISR can respond in time (e.g., due to the rapid occurrence of bus errors), thus causing the\nREC to be non-zero after bus-off. A non-zero REC can prevent bus-off recovery as the bus-off recovery\ncondition is that both TEC and REC become 0. Enabling this option will add a workaround in the driver\nto forcibly reset REC to zero on reaching bus-off.", + "id": "TWAI_ERRATA_FIX_BUS_OFF_REC", + "name": "TWAI_ERRATA_FIX_BUS_OFF_REC", + "range": null, + "title": "Add SW workaround for REC change during bus-off", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "On the ESP32, when a transmit interrupt occurs, and interrupt register is read on the same APB clock\ncycle, the transmit interrupt could be lost. Enabling this option will add a workaround that checks the\ntransmit buffer status bit to recover any lost transmit interrupt.", + "id": "TWAI_ERRATA_FIX_TX_INTR_LOST", + "name": "TWAI_ERRATA_FIX_TX_INTR_LOST", + "range": null, + "title": "Add SW workaround for TX interrupt lost errata", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "On the ESP32, when receiving a data or remote frame, if a bus error occurs in the data or CRC field,\nthe data of the next received frame could be invalid. Enabling this option will add a workaround that\nwill reset the peripheral on detection of this errata condition. Note that if a frame is transmitted on\nthe bus whilst the reset is ongoing, the message will not be receive by the peripheral sent on the bus\nduring the reset, the message will be lost.", + "id": "TWAI_ERRATA_FIX_RX_FRAME_INVALID", + "name": "TWAI_ERRATA_FIX_RX_FRAME_INVALID", + "range": null, + "title": "Add SW workaround for invalid RX frame errata", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "On the ESP32, when the RX FIFO overruns and the RX message counter maxes out at 64 messages, the entire\nRX FIFO is no longer recoverable. Enabling this option will add a workaround that resets the peripheral\non detection of this errata condition. Note that if a frame is being sent on the bus during the reset\nbus during the reset, the message will be lost.", + "id": "TWAI_ERRATA_FIX_RX_FIFO_CORRUPT", + "name": "TWAI_ERRATA_FIX_RX_FIFO_CORRUPT", + "range": null, + "title": "Add SW workaround for RX FIFO corruption errata", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C3) && SOC_TWAI_SUPPORTED", + "help": "When in the listen only mode, the TWAI controller must not influence the TWAI bus (i.e., must not send\nany dominant bits). However, while in listen only mode on the ESP32/ESP32-S2/ESP32-S3/ESP32-C3, the\nTWAI controller will still transmit dominant bits when it detects an error (i.e., as part of an active\nerror frame). Enabling this option will add a workaround that forces the TWAI controller into an error\npassive state on initialization, thus preventing any dominant bits from being sent.", + "id": "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM", + "name": "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM", + "range": null, + "title": "Add SW workaround for listen only transmits dominant bit errata", + "type": "bool" + } + ], + "depends_on": "SOC_TWAI_SUPPORTED", + "id": "component-config-driver-configurations-twai-configuration", + "title": "TWAI Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified\nchannel. This is the default value.\n\nFor testing, disable this option so that we can measure the output of DAC by internal ADC.", + "id": "ADC_DISABLE_DAC", + "name": "ADC_DISABLE_DAC", + "range": null, + "title": "Disable DAC when ADC2 is used on GPIO 25 and 26", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Whether to suppress the deprecation warnings when using legacy adc driver (driver/adc.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "ADC_SUPPRESS_DEPRECATE_WARN", + "name": "ADC_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", + "id": "ADC_CAL_EFUSE_TP_ENABLE", + "name": "ADC_CAL_EFUSE_TP_ENABLE", + "range": null, + "title": "Use Two Point Values", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", + "id": "ADC_CAL_EFUSE_VREF_ENABLE", + "name": "ADC_CAL_EFUSE_VREF_ENABLE", + "range": null, + "title": "Use eFuse Vref", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", + "id": "ADC_CAL_LUT_ENABLE", + "name": "ADC_CAL_LUT_ENABLE", + "range": null, + "title": "Use Lookup Tables", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Whether to suppress the deprecation warnings when using legacy adc calibration\ndriver (esp_adc_cal.h).\nIf you want to continue using the legacy driver, and don't want to see related\ndeprecation warnings, you can enable this option.", + "id": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", + "name": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-legacy-adc-driver-configuration-legacy-adc-calibration-configuration", + "title": "Legacy ADC Calibration Configuration", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-legacy-adc-driver-configuration", + "title": "Legacy ADC Driver Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy dac driver (driver/dac.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "DAC_SUPPRESS_DEPRECATE_WARN", + "name": "DAC_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_DAC_SUPPORTED", + "id": "component-config-driver-configurations-legacy-dac-driver-configurations", + "title": "Legacy DAC Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy MCPWM driver (driver/mcpwm.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "MCPWM_SUPPRESS_DEPRECATE_WARN", + "name": "MCPWM_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_MCPWM_SUPPORTED", + "id": "component-config-driver-configurations-legacy-mcpwm-driver-configurations", + "title": "Legacy MCPWM Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy timer group driver (driver/timer.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "GPTIMER_SUPPRESS_DEPRECATE_WARN", + "name": "GPTIMER_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "id": "component-config-driver-configurations-legacy-timer-group-driver-configurations", + "title": "Legacy Timer Group Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy rmt driver (driver/rmt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "RMT_SUPPRESS_DEPRECATE_WARN", + "name": "RMT_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_RMT_SUPPORTED", + "id": "component-config-driver-configurations-legacy-rmt-driver-configurations", + "title": "Legacy RMT Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy i2s driver (driver/i2s.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "I2S_SUPPRESS_DEPRECATE_WARN", + "name": "I2S_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_I2S_SUPPORTED", + "id": "component-config-driver-configurations-legacy-i2s-driver-configurations", + "title": "Legacy I2S Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "whether to suppress the deprecation warnings when using legacy PCNT driver (driver/pcnt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "PCNT_SUPPRESS_DEPRECATE_WARN", + "name": "PCNT_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_PCNT_SUPPORTED", + "id": "component-config-driver-configurations-legacy-pcnt-driver-configurations", + "title": "Legacy PCNT Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "whether to suppress the deprecation warnings when using legacy SDM driver (driver/sigmadelta.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "SDM_SUPPRESS_DEPRECATE_WARN", + "name": "SDM_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_SDM_SUPPORTED", + "id": "component-config-driver-configurations-legacy-sdm-driver-configurations", + "title": "Legacy SDM Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "help": "whether to suppress the deprecation warnings when using legacy temperature sensor driver\n(driver/temp_sensor.h). If you want to continue using the legacy driver,\nand don't want to see related deprecation warnings, you can enable this option.", + "id": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "name": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "id": "component-config-driver-configurations-legacy-temperature-sensor-driver-configurations", + "title": "Legacy Temperature Sensor Driver Configurations", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations", + "title": "Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_CUSTOM_TABLE", + "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "EFUSE_CUSTOM_TABLE_FILENAME", + "name": "EFUSE_CUSTOM_TABLE_FILENAME", + "range": null, + "title": "Custom eFuse CSV file", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to generate a structure for eFuse from the CSV file.", + "id": "EFUSE_CUSTOM_TABLE", + "name": "EFUSE_CUSTOM_TABLE", + "range": null, + "title": "Use custom eFuse table", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_VIRTUAL && !IDF_TARGET_LINUX", + "help": "In addition to the \"Simulate eFuse operations in RAM\" option, this option just adds\na feature to keep eFuses after reboots in flash memory. To use this mode the partition_table\nshould have the `efuse` partition. partition.csv: \"efuse_em, data, efuse, , 0x2000,\"\n\nDuring startup, the eFuses are copied from flash or,\nin case if flash is empty, from real eFuse to RAM and then update flash.\nThis mode is useful when need to keep changes after reboot\n(testing secure_boot and flash_encryption).", + "id": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "name": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "range": null, + "title": "Keep eFuses in flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "EFUSE_VIRTUAL", + "help": "If enabled, log efuse burns. This shows changes that would be made.", + "id": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "name": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "range": null, + "title": "Log all virtual writes", + "type": "bool" + } + ], + "depends_on": null, + "help": "If \"n\" - No virtual mode. All eFuse operations are real and use eFuse registers.\nIf \"y\" - The virtual mode is enabled and all eFuse operations (read and write) are redirected\nto RAM instead of eFuse registers, all permanent changes (via eFuse) are disabled.\nLog output will state changes that would be applied, but they will not be.\n\nIf it is \"y\", then SECURE_FLASH_ENCRYPTION_MODE_RELEASE cannot be used.\nBecause the EFUSE VIRT mode is for testing only.\n\nDuring startup, the eFuses are copied into RAM. This mode is useful for fast tests.", + "id": "EFUSE_VIRTUAL", + "name": "EFUSE_VIRTUAL", + "range": null, + "title": "Simulate eFuse operations in RAM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "range": null, + "title": "None Only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "range": null, + "title": "3/4 and None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "range": null, + "title": "Repeat, 3/4 and None (common table does not support it)", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "Selector eFuse code scheme.", + "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", + "name": "EFUSE_CODE_SCHEME_SELECTOR", + "title": "Coding Scheme Compatibility", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "EFUSE_MAX_BLK_LEN", + "name": "EFUSE_MAX_BLK_LEN", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-efuse-bit-manager", + "title": "eFuse Bit Manager", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TLS_USING_MBEDTLS", + "name": "ESP_TLS_USING_MBEDTLS", + "range": null, + "title": "mbedTLS", + "type": "bool" + }, + { + "children": [], + "depends_on": "TLS_STACK_WOLFSSL && ", + "help": null, + "id": "ESP_TLS_USING_WOLFSSL", + "name": "ESP_TLS_USING_WOLFSSL", + "range": null, + "title": "wolfSSL (License info in wolfSSL directory README)", + "type": "bool" + } + ], + "depends_on": null, + "help": "The ESP-TLS APIs support multiple backend TLS libraries. Currently mbedTLS and WolfSSL are\nsupported. Different TLS libraries may support different features and have different resource\nusage. Consult the ESP-TLS documentation in ESP-IDF Programming guide for more details.", + "id": "component-config-esp-tls-choose-ssl-tls-library-for-esp-tls-see-help-for-more-info-", + "name": "ESP_TLS_LIBRARY_CHOOSE", + "title": "Choose SSL/TLS library for ESP-TLS (See help for more Info)", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ESP_TLS_USING_MBEDTLS", + "help": "Enable use of Secure Element for ESP-TLS, this enables internal support for\nATECC608A peripheral, which can be used for TLS connection.", + "id": "ESP_TLS_USE_SECURE_ELEMENT", + "name": "ESP_TLS_USE_SECURE_ELEMENT", + "range": null, + "title": "Use Secure Element (ATECC608A) with ESP-TLS", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && SOC_DIG_SIGN_SUPPORTED", + "help": "Enable use of the Digital Signature Peripheral for ESP-TLS.The DS peripheral\ncan only be used when it is appropriately configured for TLS.\nConsult the ESP-TLS documentation in ESP-IDF Programming Guide for more details.", + "id": "ESP_TLS_USE_DS_PERIPHERAL", + "name": "ESP_TLS_USE_DS_PERIPHERAL", + "range": null, + "title": "Use Digital Signature (DS) Peripheral with ESP-TLS", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "help": "Enable session ticket support as specified in RFC5077.", + "id": "ESP_TLS_CLIENT_SESSION_TICKETS", + "name": "ESP_TLS_CLIENT_SESSION_TICKETS", + "range": null, + "title": "Enable client session tickets", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TLS_SERVER_SESSION_TICKETS", + "help": "Sets the session ticket timeout used in the tls server.", + "id": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", + "name": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", + "range": null, + "title": "Server session ticket timeout in seconds", + "type": "int" + } + ], + "depends_on": "ESP_TLS_USING_MBEDTLS && MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "help": "Enable session ticket support as specified in RFC5077", + "id": "ESP_TLS_SERVER_SESSION_TICKETS", + "name": "ESP_TLS_SERVER_SESSION_TICKETS", + "range": null, + "title": "Enable server session tickets", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS", + "help": "Ability to configure and use a certificate selection callback during server handshake,\nto select a certificate to present to the client based on the TLS extensions supplied in\nthe client hello (alpn, sni, etc).", + "id": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "name": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "range": null, + "title": "Certificate selection hook", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS", + "help": "When this option is enabled, the peer (here, the client) certificate is checked by the server,\nhowever the handshake continues even if verification failed. By default, the\npeer certificate is not checked and ignored by the server.\n\nmbedtls_ssl_get_verify_result() can be called after the handshake is complete to\nretrieve status of verification.", + "id": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", + "name": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", + "range": null, + "title": "ESP-TLS Server: Set minimum Certificate Verification mode to Optional", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support for pre shared key ciphers, supported for both mbedTLS as well as\nwolfSSL TLS library.", + "id": "ESP_TLS_PSK_VERIFICATION", + "name": "ESP_TLS_PSK_VERIFICATION", + "range": null, + "title": "Enable PSK verification", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TLS_INSECURE", + "help": "After enabling this option the esp-tls client will skip the server certificate verification\nby default. Note that this option will only modify the default behaviour of esp-tls client\nregarding server cert verification. The default behaviour should only be applicable when\nno other option regarding the server cert verification is opted in the esp-tls config\n(e.g. crt_bundle_attach, use_global_ca_store etc.).\nWARNING : Enabling this option comes with a potential risk of establishing a TLS connection\nwith a server which has a fake identity, provided that the server certificate\nis not provided either through API or other mechanism like ca_store etc.", + "id": "ESP_TLS_SKIP_SERVER_CERT_VERIFY", + "name": "ESP_TLS_SKIP_SERVER_CERT_VERIFY", + "range": null, + "title": "Skip server certificate verification by default (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "help": "You can enable some potentially insecure options. These options should only be used for testing pusposes.\nOnly enable these options if you are very sure.", + "id": "ESP_TLS_INSECURE", + "name": "ESP_TLS_INSECURE", + "range": null, + "title": "Allow potentially insecure options", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enable detailed debug prints for wolfSSL SSL library.", + "id": "ESP_DEBUG_WOLFSSL", + "name": "ESP_DEBUG_WOLFSSL", + "range": null, + "title": "Enable debug logs for wolfSSL", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enable a fuller set of OCSP checks: checking revocation status of intermediate certificates,\noptional fallbacks to CRLs, etc.", + "id": "ESP_TLS_OCSP_CHECKALL", + "name": "ESP_TLS_OCSP_CHECKALL", + "range": null, + "title": "Enabled full OCSP checks for ESP-TLS", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-tls", + "title": "ESP-TLS", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place ISR version ADC oneshot mode read function into IRAM.", + "id": "ADC_ONESHOT_CTRL_FUNC_IN_IRAM", + "name": "ADC_ONESHOT_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place ISR version ADC oneshot mode read function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ADC_DMA_SUPPORTED", + "help": "Ensure the ADC continuous mode ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "ADC_CONTINUOUS_ISR_IRAM_SAFE", + "name": "ADC_CONTINUOUS_ISR_IRAM_SAFE", + "range": null, + "title": "ADC continuous mode driver ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", + "id": "ADC_CALI_EFUSE_TP_ENABLE", + "name": "ADC_CALI_EFUSE_TP_ENABLE", + "range": null, + "title": "Use Two Point Values", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", + "id": "ADC_CALI_EFUSE_VREF_ENABLE", + "name": "ADC_CALI_EFUSE_VREF_ENABLE", + "range": null, + "title": "Use eFuse Vref", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", + "id": "ADC_CALI_LUT_ENABLE", + "name": "ADC_CALI_LUT_ENABLE", + "range": null, + "title": "Use Lookup Tables", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "id": "component-config-adc-and-adc-calibration-adc-calibration-configurations", + "title": "ADC Calibration Configurations", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "By default, this is set. The ADC oneshot driver will disable the output of the\ncorresponding DAC channels:\nESP32: IO25 and IO26\nESP32S2: IO17 and IO18\n\nDisable this option so as to measure the output of DAC by internal ADC, for test usage.", + "id": "ADC_DISABLE_DAC_OUTPUT", + "name": "ADC_DISABLE_DAC_OUTPUT", + "range": null, + "title": "Disable DAC when ADC2 is in use", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3", + "help": "On ESP32C3 and ESP32S3, ADC2 Digital Controller is not stable. Therefore,\nADC2 continuous mode is not suggested on ESP32S3 and ESP32C3\n\nIf you stick to this, you can enable this option to force use ADC2 under above conditions.\nFor more details, you can search for errata on espressif website.", + "id": "ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3", + "name": "ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3", + "range": null, + "title": "Force use ADC2 continumous mode on ESP32S3 or ESP32C3", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C3", + "help": "On ESP32C3, ADC2 Digital Controller is not stable. Therefore,\nADC2 oneshot mode is not suggested on ESP32C3\n\nIf you stick to this, you can enable this option to force use ADC2 under above conditions.\nFor more details, you can search for errata on espressif website.", + "id": "ADC_ONESHOT_FORCE_USE_ADC2_ON_C3", + "name": "ADC_ONESHOT_FORCE_USE_ADC2_ON_C3", + "range": null, + "title": "Force use ADC2 oneshot mode on ESP32C3", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "whether to enable the debug log message for ADC driver.\nNote that this option only controls the ADC driver log, will not affect other drivers.\n\nnote: This cannot be used in the ADC legacy driver.", + "id": "ADC_ENABLE_DEBUG_LOG", + "name": "ADC_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable ADC debug log", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-adc-and-adc-calibration", + "title": "ADC and ADC Calibration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_COEX_ENABLED", + "name": "ESP_COEX_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "((ESP_WIFI_ENABLED && BT_ENABLED) || (ESP_WIFI_ENABLED && IEEE802154_ENABLED) || (IEEE802154_ENABLED && BT_ENABLED)) && ESP_COEX_ENABLED", + "help": "If enabled, WiFi & Bluetooth coexistence is controlled by software rather than hardware.\nRecommended for heavy traffic scenarios. Both coexistence configuration options are\nautomatically managed, no user intervention is required.\nIf only Bluetooth is used, it is recommended to disable this option to reduce binary file\nsize.", + "id": "ESP_COEX_SW_COEXIST_ENABLE", + "name": "ESP_COEX_SW_COEXIST_ENABLE", + "range": null, + "title": "Software controls WiFi/Bluetooth coexistence", + "type": "bool" + }, + { + "children": [], + "depends_on": "!(BT_ENABLED || NIMBLE_ENABLED) && !IDF_TARGET_ESP32 && ESP_COEX_ENABLED", + "help": "If enabled, HW External coexistence arbitration is managed by GPIO pins.\nIt can support three types of wired combinations so far which are 1-wired/2-wired/3-wired.\nUser can select GPIO pins in application code with configure interfaces.\n\nThis function depends on BT-off\nbecause currently we do not support external coex and internal coex simultaneously.", + "id": "ESP_COEX_EXTERNAL_COEXIST_ENABLE", + "name": "ESP_COEX_EXTERNAL_COEXIST_ENABLE", + "range": null, + "title": "External Coexistence", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COEX_SW_COEXIST_ENABLE && ESP_COEX_ENABLED", + "help": "If enabled, coexist power management will be enabled.", + "id": "ESP_COEX_POWER_MANAGEMENT", + "name": "ESP_COEX_POWER_MANAGEMENT", + "range": null, + "title": "Support power management under coexistence", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_DIAG_GENERAL", + "name": "ESP_COEX_GPIO_DEBUG_DIAG_GENERAL", + "range": null, + "title": "General", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_DIAG_WIFI", + "name": "ESP_COEX_GPIO_DEBUG_DIAG_WIFI", + "range": null, + "title": "Wi-Fi", + "type": "bool" + } + ], + "depends_on": "ESP_COEX_GPIO_DEBUG", + "help": "Select type of debugging diagram", + "id": "component-config-wireless-coexistence-gpio-debugging-for-coexistence-debugging-diagram", + "name": "ESP_COEX_GPIO_DEBUG_DIAG", + "title": "Debugging Diagram", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_COUNT", + "name": "ESP_COEX_GPIO_DEBUG_IO_COUNT", + "range": null, + "title": "Max number of debugging GPIOs", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 0 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX0", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX0", + "range": null, + "title": "Actual IO num for Debug IO ID0", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 1 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX1", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX1", + "range": null, + "title": "Actual IO num for Debug IO ID1", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 2 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX2", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX2", + "range": null, + "title": "Actual IO num for Debug IO ID2", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 3 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX3", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX3", + "range": null, + "title": "Actual IO num for Debug IO ID3", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 4 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX4", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX4", + "range": null, + "title": "Actual IO num for Debug IO ID4", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 5 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX5", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX5", + "range": null, + "title": "Actual IO num for Debug IO ID5", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 6 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX6", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX6", + "range": null, + "title": "Actual IO num for Debug IO ID6", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 7 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX7", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX7", + "range": null, + "title": "Actual IO num for Debug IO ID7", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 8 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX8", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX8", + "range": null, + "title": "Actual IO num for Debug IO ID8", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 9 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX9", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX9", + "range": null, + "title": "Actual IO num for Debug IO ID9", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 10 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX10", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX10", + "range": null, + "title": "Actual IO num for Debug IO ID10", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 11 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX11", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX11", + "range": null, + "title": "Actual IO num for Debug IO ID11", + "type": "int" + } + ], + "depends_on": "!PM_SLP_DISABLE_GPIO && !PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "help": "Support coexistence GPIO debugging", + "id": "ESP_COEX_GPIO_DEBUG", + "name": "ESP_COEX_GPIO_DEBUG", + "range": null, + "title": "GPIO debugging for coexistence", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-wireless-coexistence", + "title": "Wireless Coexistence", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", + "id": "ESP_ERR_TO_NAME_LOOKUP", + "name": "ESP_ERR_TO_NAME_LOOKUP", + "range": null, + "title": "Enable lookup of error code strings", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-common-esp-related", + "title": "Common ESP-related", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Ensure the Analog Comparator interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "ANA_CMPR_ISR_IRAM_SAFE", + "name": "ANA_CMPR_ISR_IRAM_SAFE", + "range": null, + "title": "Analog comparator ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Place Analog Comparator control functions (like ana_cmpr_set_internal_reference) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "ANA_CMPR_CTRL_FUNC_IN_IRAM", + "name": "ANA_CMPR_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place Analog Comparator control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "whether to enable the debug log message for Analog Comparator driver.\nNote that, this option only controls the Analog Comparator driver log, won't affect other drivers.", + "id": "ANA_CMPR_ENABLE_DEBUG_LOG", + "name": "ANA_CMPR_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "id": "component-config-esp-driver-analog-comparator-configurations", + "title": "ESP-Driver:Analog Comparator Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MIPI_CSI_SUPPORTED && (SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED)", + "help": "Ensure the CSI driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "CAM_CTLR_MIPI_CSI_ISR_IRAM_SAFE", + "name": "CAM_CTLR_MIPI_CSI_ISR_IRAM_SAFE", + "range": null, + "title": "CSI ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED", + "help": "Ensure the ISP_DVP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "CAM_CTLR_ISP_DVP_ISR_IRAM_SAFE", + "name": "CAM_CTLR_ISP_DVP_ISR_IRAM_SAFE", + "range": null, + "title": "ISP_DVP ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCDCAM_CAM_SUPPORTED && (SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED)", + "help": "Ensure the DVP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "CAM_CTLR_DVP_CAM_ISR_IRAM_SAFE", + "name": "CAM_CTLR_DVP_CAM_ISR_IRAM_SAFE", + "range": null, + "title": "DVP ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED", + "id": "component-config-esp-driver-camera-controller-configurations", + "title": "ESP-Driver:Camera Controller Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Place DAC control functions (e.g. 'dac_oneshot_output_voltage') into IRAM,\nso that this function can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "DAC_CTRL_FUNC_IN_IRAM", + "name": "DAC_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place DAC control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Ensure the DAC interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "DAC_ISR_IRAM_SAFE", + "name": "DAC_ISR_IRAM_SAFE", + "range": null, + "title": "DAC ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "whether to enable the debug log message for DAC driver.\nNote that, this option only controls the DAC driver log, won't affect other drivers.", + "id": "DAC_ENABLE_DEBUG_LOG", + "name": "DAC_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_DMA_16BIT_ALIGN && SOC_DAC_SUPPORTED", + "help": "Whether to left shift the continuous data to align every bytes to 16 bits in the driver.\nOn ESP32, although the DAC resolution is only 8 bits,\nthe hardware requires 16 bits data in continuous mode.\nBy enabling this option, the driver will left shift 8 bits for the input data automatically.\nOnly disable this option when you decide to do this step by yourself.\nNote that the driver will allocate a new piece of memory to save the converted data.", + "id": "DAC_DMA_AUTO_16BIT_ALIGN", + "name": "DAC_DMA_AUTO_16BIT_ALIGN", + "range": null, + "title": "Align the continuous data to 16 bit automatically", + "type": "bool" + } + ], + "depends_on": "SOC_DAC_SUPPORTED", + "id": "component-config-esp-driver-dac-configurations", + "title": "ESP-Driver:DAC Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option is intended to fix the bug that ESP32 is not able to switch to configured\npullup/pulldown mode in sleep.\nIf this option is selected, chip will automatically emulate the behaviour of switching,\nand about 450B of source codes would be placed into IRAM.", + "id": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", + "name": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", + "range": null, + "title": "Support light sleep GPIO pullup/pulldown configuration for ESP32", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Place GPIO control functions (like intr_disable/set_level) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "GPIO_CTRL_FUNC_IN_IRAM", + "name": "GPIO_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GPIO control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-gpio-configurations", + "title": "ESP-Driver:GPIO Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Place GPTimer ISR handler into IRAM for better performance and fewer cache misses.", + "id": "GPTIMER_ISR_HANDLER_IN_IRAM", + "name": "GPTIMER_ISR_HANDLER_IN_IRAM", + "range": null, + "title": "Place GPTimer ISR handler into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Place GPTimer control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "GPTIMER_CTRL_FUNC_IN_IRAM", + "name": "GPTIMER_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GPTimer control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Ensure the GPTimer interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "GPTIMER_ISR_IRAM_SAFE", + "name": "GPTIMER_ISR_IRAM_SAFE", + "range": null, + "title": "GPTimer ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "whether to enable the debug log message for GPTimer driver.\nNote that, this option only controls the GPTimer driver log, won't affect other drivers.", + "id": "GPTIMER_ENABLE_DEBUG_LOG", + "name": "GPTIMER_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "id": "component-config-esp-driver-gptimer-configurations", + "title": "ESP-Driver:GPTimer Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2C_SUPPORTED", + "help": "Ensure the I2C interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nnote: This cannot be used in the I2C legacy driver.", + "id": "I2C_ISR_IRAM_SAFE", + "name": "I2C_ISR_IRAM_SAFE", + "range": null, + "title": "I2C ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2C_SUPPORTED", + "help": "whether to enable the debug log message for I2C driver.\nNote that this option only controls the I2C driver log, will not affect other drivers.\n\nnote: This cannot be used in the I2C legacy driver.", + "id": "I2C_ENABLE_DEBUG_LOG", + "name": "I2C_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable I2C debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2C_SUPPORTED", + "help": "I2C slave version 2 solves some existing known issues. Such as write/read workflow, stretch handling, etc.", + "id": "I2C_ENABLE_SLAVE_DRIVER_VERSION_2", + "name": "I2C_ENABLE_SLAVE_DRIVER_VERSION_2", + "range": null, + "title": "Enable I2C slave driver version 2", + "type": "bool" + } + ], + "depends_on": "SOC_I2C_SUPPORTED", + "id": "component-config-esp-driver-i2c-configurations", + "title": "ESP-Driver:I2C Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Ensure the I2S interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "I2S_ISR_IRAM_SAFE", + "name": "I2S_ISR_IRAM_SAFE", + "range": null, + "title": "I2S ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "whether to enable the debug log message for I2S driver.\nNote that, this option only controls the I2S driver log, will not affect other drivers.", + "id": "I2S_ENABLE_DEBUG_LOG", + "name": "I2S_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable I2S debug log", + "type": "bool" + } + ], + "depends_on": "SOC_I2S_SUPPORTED", + "id": "component-config-esp-driver-i2s-configurations", + "title": "ESP-Driver:I2S Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ISP_SUPPORTED", + "help": "Ensure the ISP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "ISP_ISR_IRAM_SAFE", + "name": "ISP_ISR_IRAM_SAFE", + "range": null, + "title": "ISP driver ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ISP_SUPPORTED", + "help": "Place ISP control functions into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.\n\nFunction list:\n- `esp_isp_sharpen_configure`", + "id": "ISP_CTRL_FUNC_IN_IRAM", + "name": "ISP_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place ISP control functions into IRAM", + "type": "bool" + } + ], + "depends_on": "SOC_ISP_SUPPORTED", + "id": "component-config-esp-driver-isp-configurations", + "title": "ESP-Driver:ISP Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_JPEG_CODEC_SUPPORTED", + "help": "whether to enable the debug log message for JPEG driver.\nNote that, this option only controls the JPEG driver log, won't affect other drivers.\nPlease also note, enable this option will make jpeg codec process speed much slower.", + "id": "JPEG_ENABLE_DEBUG_LOG", + "name": "JPEG_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_JPEG_CODEC_SUPPORTED", + "id": "component-config-esp-driver-jpeg-codec-configurations", + "title": "ESP-Driver:JPEG-Codec Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM context.\nEnabling this option can improve driver performance as well.", + "id": "LEDC_CTRL_FUNC_IN_IRAM", + "name": "LEDC_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place LEDC control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-ledc-configurations", + "title": "ESP-Driver:LEDC Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "This will ensure the MCPWM interrupt handle is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write)", + "id": "MCPWM_ISR_IRAM_SAFE", + "name": "MCPWM_ISR_IRAM_SAFE", + "range": null, + "title": "Place MCPWM ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Place MCPWM control functions (like set_compare_value) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "MCPWM_CTRL_FUNC_IN_IRAM", + "name": "MCPWM_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place MCPWM control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "whether to enable the debug log message for MCPWM driver.\nNote that, this option only controls the MCPWM driver log, won't affect other drivers.", + "id": "MCPWM_ENABLE_DEBUG_LOG", + "name": "MCPWM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_MCPWM_SUPPORTED", + "id": "component-config-esp-driver-mcpwm-configurations", + "title": "ESP-Driver:MCPWM Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PARLIO_SUPPORTED", + "help": "whether to enable the debug log message for parallel IO driver.\nNote that, this option only controls the parallel IO driver log, won't affect other drivers.", + "id": "PARLIO_ENABLE_DEBUG_LOG", + "name": "PARLIO_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PARLIO_SUPPORTED", + "help": "Ensure the Parallel IO interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "PARLIO_ISR_IRAM_SAFE", + "name": "PARLIO_ISR_IRAM_SAFE", + "range": null, + "title": "Parallel IO ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_PARLIO_SUPPORTED", + "id": "component-config-esp-driver-parallel-io-configurations", + "title": "ESP-Driver:Parallel IO Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Place PCNT control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "PCNT_CTRL_FUNC_IN_IRAM", + "name": "PCNT_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place PCNT control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Ensure the PCNT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "PCNT_ISR_IRAM_SAFE", + "name": "PCNT_ISR_IRAM_SAFE", + "range": null, + "title": "PCNT ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "whether to enable the debug log message for PCNT driver.\nNote that, this option only controls the PCNT driver log, won't affect other drivers.", + "id": "PCNT_ENABLE_DEBUG_LOG", + "name": "PCNT_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_PCNT_SUPPORTED", + "id": "component-config-esp-driver-pcnt-configurations", + "title": "ESP-Driver:PCNT Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Ensure the RMT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "RMT_ISR_IRAM_SAFE", + "name": "RMT_ISR_IRAM_SAFE", + "range": null, + "title": "RMT ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Place RMT receive function into IRAM,\nso that the receive function can be IRAM-safe and able to be called when the flash cache is disabled.\nEnabling this option can improve driver performance as well.", + "id": "RMT_RECV_FUNC_IN_IRAM", + "name": "RMT_RECV_FUNC_IN_IRAM", + "range": null, + "title": "Place RMT receive function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "whether to enable the debug log message for RMT driver.\nNote that, this option only controls the RMT driver log, won't affect other drivers.", + "id": "RMT_ENABLE_DEBUG_LOG", + "name": "RMT_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_RMT_SUPPORTED", + "id": "component-config-esp-driver-rmt-configurations", + "title": "ESP-Driver:RMT Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "Place SDM control functions (like set_duty) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "SDM_CTRL_FUNC_IN_IRAM", + "name": "SDM_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place SDM control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "whether to enable the debug log message for SDM driver.\nNote that, this option only controls the SDM driver log, won't affect other drivers.", + "id": "SDM_ENABLE_DEBUG_LOG", + "name": "SDM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_SDM_SUPPORTED", + "id": "component-config-esp-driver-sigma-delta-modulator-configurations", + "title": "ESP-Driver:Sigma Delta Modulator Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!FREERTOS_PLACE_FUNCTIONS_INTO_FLASH && SOC_GPSPI_SUPPORTED", + "help": "Normally only the ISR of SPI master is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.\n\nThis configuration won't be available if `CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH` is enabled.\n\nDuring unit test, this is enabled to measure the ideal case of api.", + "id": "SPI_MASTER_IN_IRAM", + "name": "SPI_MASTER_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI master into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!HEAP_PLACE_FUNCTION_INTO_FLASH && SOC_GPSPI_SUPPORTED", + "help": "Place the SPI master ISR in to IRAM to avoid possible cache miss.\n\nEnabling this configuration is possible only when HEAP_PLACE_FUNCTION_INTO_FLASH\nis disabled since the spi master uses can allocate transactions buffers into DMA\nmemory section using the heap component API that ipso facto has to be placed in IRAM.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_MASTER_ISR_IN_IRAM", + "name": "SPI_MASTER_ISR_IN_IRAM", + "range": null, + "title": "Place SPI master ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPSPI_SUPPORTED", + "help": "Normally only the ISR of SPI slave is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.", + "id": "SPI_SLAVE_IN_IRAM", + "name": "SPI_SLAVE_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI slave into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPSPI_SUPPORTED", + "help": "Place the SPI slave ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_SLAVE_ISR_IN_IRAM", + "name": "SPI_SLAVE_ISR_IN_IRAM", + "range": null, + "title": "Place SPI slave ISR function into IRAM", + "type": "bool" + } + ], + "depends_on": "SOC_GPSPI_SUPPORTED", + "id": "component-config-esp-driver-spi-configurations", + "title": "ESP-Driver:SPI Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "help": "Place touch sensor oneshot scanning and continuous scanning functions into IRAM,\nso that these function can be IRAM-safe and able to be called when the flash cache is disabled.\nEnabling this option can improve driver performance as well.", + "id": "TOUCH_CTRL_FUNC_IN_IRAM", + "name": "TOUCH_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place touch sensor control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "help": "Ensure the touch sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "TOUCH_ISR_IRAM_SAFE", + "name": "TOUCH_ISR_IRAM_SAFE", + "range": null, + "title": "Touch sensor ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "help": "Whether to enable the debug log message for touch driver.\nNote that, this option only controls the touch driver log, won't affect other drivers.", + "id": "TOUCH_ENABLE_DEBUG_LOG", + "name": "TOUCH_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "id": "component-config-esp-driver-touch-sensor-configurations", + "title": "ESP-Driver:Touch Sensor Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "help": "whether to enable the debug log message for temperature sensor driver.\nNote that, this option only controls the temperature sensor driver log, won't affect other drivers.", + "id": "TEMP_SENSOR_ENABLE_DEBUG_LOG", + "name": "TEMP_SENSOR_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT && SOC_TEMP_SENSOR_SUPPORTED", + "help": "Ensure the Temperature Sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "TEMP_SENSOR_ISR_IRAM_SAFE", + "name": "TEMP_SENSOR_ISR_IRAM_SAFE", + "range": null, + "title": "Temperature sensor ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "id": "component-config-esp-driver-temperature-sensor-configurations", + "title": "ESP-Driver:Temperature Sensor Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "help": "If this option is not selected, UART interrupt will be disabled for a long time and\nmay cause data lost when doing spi flash operation.", + "id": "UART_ISR_IN_IRAM", + "name": "UART_ISR_IN_IRAM", + "range": null, + "title": "Place UART ISR function into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-uart-configurations", + "title": "ESP-Driver:UART Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "PM_ENABLE && ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED && !SOC_USB_SERIAL_JTAG_SUPPORT_LIGHT_SLEEP && USJ_ENABLE_USB_SERIAL_JTAG && SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "If enabled, the chip will constantly monitor the connection status of the USB Serial/JTAG port. As long\nas the USB Serial/JTAG is connected, a ESP_PM_NO_LIGHT_SLEEP power management lock will be acquired to\nprevent the system from entering light sleep.\nThis option can be useful if serial monitoring is needed via USB Serial/JTAG while power management is\nenabled, as the USB Serial/JTAG cannot work under light sleep and after waking up from light sleep.\nNote. This option can only control the automatic Light-Sleep behavior. If esp_light_sleep_start() is\ncalled manually from the program, enabling this option will not prevent light sleep entry even if the\nUSB Serial/JTAG is in use.", + "id": "USJ_NO_AUTO_LS_ON_CONNECTION", + "name": "USJ_NO_AUTO_LS_ON_CONNECTION", + "range": null, + "title": "Don't enter the automatic light sleep when USB Serial/JTAG port is connected", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "The USB-Serial-JTAG module on ESP chips is turned on by default after power-on.\nIf your application does not need it and not rely on it to be used as system\nconsole or use the built-in JTAG for debugging, you can disable this option,\nthen the clock of this module will be disabled at startup, which will save\nsome power consumption.", + "id": "USJ_ENABLE_USB_SERIAL_JTAG", + "name": "USJ_ENABLE_USB_SERIAL_JTAG", + "range": null, + "title": "Enable USB-Serial-JTAG Module", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "id": "component-config-esp-driver-usb-serial-jtag-configuration", + "title": "ESP-Driver:USB Serial/JTAG Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ETH_ENABLED", + "name": "ETH_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ETH_PHY_INTERFACE_RMII", + "name": "ETH_PHY_INTERFACE_RMII", + "range": null, + "title": "Reduced Media Independent Interface (RMII)", + "type": "bool" + } + ], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Select the communication interface between MAC and PHY chip.", + "id": "component-config-ethernet-support-esp32-internal-emac-controller-phy-interface", + "name": "ETH_PHY_INTERFACE", + "title": "PHY interface", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "MAC will get RMII clock from outside.\nNote that ESP32 only supports GPIO0 to input the RMII clock.", + "id": "ETH_RMII_CLK_INPUT", + "name": "ETH_RMII_CLK_INPUT", + "range": null, + "title": "Input RMII clock from external", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "ESP32 can generate RMII clock by internal APLL.\nThis clock can be routed to the external PHY device.\nESP32 supports to route the RMII clock to GPIO0/16/17.", + "id": "ETH_RMII_CLK_OUTPUT", + "name": "ETH_RMII_CLK_OUTPUT", + "range": null, + "title": "Output RMII clock from internal", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32 && ETH_PHY_INTERFACE_RMII && ETH_USE_ESP32_EMAC", + "help": "Select external or internal RMII clock.", + "id": "component-config-ethernet-support-esp32-internal-emac-controller-rmii-clock-mode", + "name": "ETH_RMII_CLK_MODE", + "title": "RMII clock mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ETH_RMII_CLK_INPUT && ETH_USE_ESP32_EMAC", + "help": "ESP32 only supports GPIO0 to input the RMII clock.", + "id": "ETH_RMII_CLK_IN_GPIO", + "name": "ETH_RMII_CLK_IN_GPIO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "GPIO0 can be set to output a pre-divided PLL clock. Enabling this option will configure\nGPIO0 to output a 50MHz clock. In fact this clock doesn't have directly relationship with\nEMAC peripheral. Sometimes this clock may not work well with your PHY chip.\nWARNING: If you want the Ethernet to work with WiFi, don\u2019t select ESP32 as RMII CLK output\nas it would result in clock instability!", + "id": "ETH_RMII_CLK_OUTPUT_GPIO0", + "name": "ETH_RMII_CLK_OUTPUT_GPIO0", + "range": null, + "title": "Output RMII clock from GPIO0 (Experimental!)", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && !ETH_RMII_CLK_OUTPUT_GPIO0 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "Set the GPIO number to output RMII Clock.\nWARNING: If you want the Ethernet to work with WiFi, don\u2019t select ESP32 as RMII CLK output\nas it would result in clock instability!", + "id": "ETH_RMII_CLK_OUT_GPIO", + "name": "ETH_RMII_CLK_OUT_GPIO", + "range": null, + "title": "RMII clock GPIO number", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Set the size of each buffer used by Ethernet MAC DMA.\n!! Important !! Make sure it is 64B aligned for ESP32P4!", + "id": "ETH_DMA_BUFFER_SIZE", + "name": "ETH_DMA_BUFFER_SIZE", + "range": null, + "title": "Ethernet DMA buffer size (Byte)", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Number of DMA receive buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", + "id": "ETH_DMA_RX_BUFFER_NUM", + "name": "ETH_DMA_RX_BUFFER_NUM", + "range": null, + "title": "Amount of Ethernet DMA Rx buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", + "id": "ETH_DMA_TX_BUFFER_NUM", + "name": "ETH_DMA_TX_BUFFER_NUM", + "range": null, + "title": "Amount of Ethernet DMA Tx buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_DMA_RX_BUFFER_NUM > 15 && ETH_USE_ESP32_EMAC", + "help": "Ethernet MAC engine on ESP32 doesn't feature a flow control logic.\nThe MAC driver can perform a software flow control if you enable this option.\nNote that, if the RX buffer number is small, enabling software flow control will\ncause obvious performance loss.", + "id": "ETH_SOFT_FLOW_CONTROL", + "name": "ETH_SOFT_FLOW_CONTROL", + "range": null, + "title": "Enable software flow control", + "type": "bool" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "If enabled, functions related to RX/TX are placed into IRAM. It can improve Ethernet throughput.\nIf disabled, all functions are placed into FLASH.", + "id": "ETH_IRAM_OPTIMIZATION", + "name": "ETH_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable IRAM optimization", + "type": "bool" + } + ], + "depends_on": "SOC_EMAC_SUPPORTED", + "help": "ESP32 integrates a 10/100M Ethernet MAC controller.", + "id": "ETH_USE_ESP32_EMAC", + "is_menuconfig": true, + "name": "ETH_USE_ESP32_EMAC", + "range": null, + "title": "Support ESP32 internal EMAC controller", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "DM9051 is a fast Ethernet controller with an SPI interface.\nIt's also integrated with a 10/100M PHY and MAC.\nSelect this to enable DM9051 driver.", + "id": "ETH_SPI_ETHERNET_DM9051", + "name": "ETH_SPI_ETHERNET_DM9051", + "range": null, + "title": "Use DM9051", + "type": "bool" + }, + { + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "W5500 is a HW TCP/IP embedded Ethernet controller.\nTCP/IP stack, 10/100 Ethernet MAC and PHY are embedded in a single chip.\nHowever the driver in ESP-IDF only enables the RAW MAC mode,\nmaking it compatible with the software TCP/IP stack.\nSay yes to enable W5500 driver.", + "id": "ETH_SPI_ETHERNET_W5500", + "name": "ETH_SPI_ETHERNET_W5500", + "range": null, + "title": "Use W5500 (MAC RAW)", + "type": "bool" + }, + { + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "The KSZ8851SNL is a single-chip Fast Ethernet controller consisting of\na 10/100 physical layer transceiver (PHY), a MAC, and a Serial Peripheral Interface (SPI).\nSelect this to enable KSZ8851SNL driver.", + "id": "ETH_SPI_ETHERNET_KSZ8851SNL", + "name": "ETH_SPI_ETHERNET_KSZ8851SNL", + "range": null, + "title": "Use KSZ8851SNL", + "type": "bool" + } + ], + "depends_on": null, + "help": "ESP-IDF can also support some SPI-Ethernet modules.", + "id": "ETH_USE_SPI_ETHERNET", + "is_menuconfig": true, + "name": "ETH_USE_SPI_ETHERNET", + "range": null, + "title": "Support SPI to Ethernet Module", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ETH_USE_OPENETH", + "help": "Number of DMA receive buffers, each buffer is 1600 bytes.", + "id": "ETH_OPENETH_DMA_RX_BUFFER_NUM", + "name": "ETH_OPENETH_DMA_RX_BUFFER_NUM", + "range": null, + "title": "Number of Ethernet DMA Rx buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_OPENETH", + "help": "Number of DMA transmit buffers, each buffer is 1600 bytes.", + "id": "ETH_OPENETH_DMA_TX_BUFFER_NUM", + "name": "ETH_OPENETH_DMA_TX_BUFFER_NUM", + "range": null, + "title": "Number of Ethernet DMA Tx buffers", + "type": "int" + } + ], + "depends_on": null, + "help": "OpenCores Ethernet MAC driver can be used when an ESP-IDF application\nis executed in QEMU. This driver is not supported when running on a\nreal chip.", + "id": "ETH_USE_OPENETH", + "is_menuconfig": true, + "name": "ETH_USE_OPENETH", + "range": null, + "title": "Support OpenCores Ethernet MAC (for use with QEMU)", + "type": "menu" + }, + { + "children": [], + "depends_on": "ETH_ENABLED", + "help": "Prevents multiple accesses when Ethernet interface is used as shared resource and multiple\nfunctionalities might try to access it at a time.", + "id": "ETH_TRANSMIT_MUTEX", + "name": "ETH_TRANSMIT_MUTEX", + "range": null, + "title": "Enable Transmit Mutex", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ethernet", + "title": "Ethernet", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enables collections of statistics in the event loop library such as the number of events posted\nto/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event\nloop queue, run time of event handlers, and number of times/run time of each event handler.", + "id": "ESP_EVENT_LOOP_PROFILING", + "name": "ESP_EVENT_LOOP_PROFILING", + "range": null, + "title": "Enable event loop profiling", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_EVENT_POST_FROM_ISR", + "help": "Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API functions\nesp_event_post and esp_event_post_to in IRAM.", + "id": "ESP_EVENT_POST_FROM_IRAM_ISR", + "name": "ESP_EVENT_POST_FROM_IRAM_ISR", + "range": null, + "title": "Support posting events from ISRs placed in IRAM", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable posting events from interrupt handlers.", + "id": "ESP_EVENT_POST_FROM_ISR", + "name": "ESP_EVENT_POST_FROM_ISR", + "range": null, + "title": "Support posting events from ISRs", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-event-loop-library", + "title": "Event Loop Library", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_GDBSTUB_ENABLED", + "name": "ESP_GDBSTUB_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable builtin GDBStub.\nThis allows to debug the target device using serial port:\n- Run 'idf.py monitor'.\n- Wait for the device to initialize.\n- Press Ctrl+C to interrupt the execution and enter GDB attached to your device for debugging.\nNOTE: all UART input will be handled by GDBStub.", + "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "range": null, + "title": "GDBStub at runtime", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_GDBSTUB_SUPPORT_TASKS", + "help": "Set the number of tasks which GDB Stub will support.", + "id": "ESP_GDBSTUB_MAX_TASKS", + "name": "ESP_GDBSTUB_MAX_TASKS", + "range": null, + "title": "Maximum number of tasks supported by GDB Stub", + "type": "int" + } + ], + "depends_on": "ESP_GDBSTUB_ENABLED", + "help": "If enabled, GDBStub can supply the list of FreeRTOS tasks to GDB.\nThread list can be queried from GDB using 'info threads' command.\nNote that if GDB task lists were corrupted, this feature may not work.\nIf GDBStub fails, try disabling this feature.", + "id": "ESP_GDBSTUB_SUPPORT_TASKS", + "name": "ESP_GDBSTUB_SUPPORT_TASKS", + "range": null, + "title": "Enable listing FreeRTOS tasks through GDB Stub", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-gdb-stub", + "title": "GDB Stub", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This option will enable https protocol by linking esp-tls library and initializing SSL transport", + "id": "ESP_HTTP_CLIENT_ENABLE_HTTPS", + "name": "ESP_HTTP_CLIENT_ENABLE_HTTPS", + "range": null, + "title": "Enable https", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option will enable HTTP Basic Authentication. It is disabled by default as Basic\nauth uses unencrypted encoding, so it introduces a vulnerability when not using TLS", + "id": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", + "name": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", + "range": null, + "title": "Enable HTTP Basic Authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option will enable HTTP Digest Authentication. It is enabled by default, but use of this\nconfiguration is not recommended as the password can be derived from the exchange, so it introduces\na vulnerability when not using TLS", + "id": "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH", + "name": "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH", + "range": null, + "title": "Enable HTTP Digest Authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option will enable injection of a custom tcp_transport handle, so the http operation\nwill be performed on top of the user defined transport abstraction (if configured)", + "id": "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT", + "name": "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT", + "range": null, + "title": "Enable custom transport", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT", + "name": "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-http-client", + "title": "ESP HTTP client", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This sets the maximum supported size of headers section in HTTP request packet to be processed by the\nserver", + "id": "HTTPD_MAX_REQ_HDR_LEN", + "name": "HTTPD_MAX_REQ_HDR_LEN", + "range": null, + "title": "Max HTTP Request Header Length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the maximum supported size of HTTP request URI to be processed by the server", + "id": "HTTPD_MAX_URI_LEN", + "name": "HTTPD_MAX_URI_LEN", + "range": null, + "title": "Max HTTP URI Length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Using TCP_NODEALY socket option ensures that HTTP error response reaches the client before the\nunderlying socket is closed. Please note that turning this off may cause multiple test failures", + "id": "HTTPD_ERR_RESP_NO_DELAY", + "name": "HTTPD_ERR_RESP_NO_DELAY", + "range": null, + "title": "Use TCP_NODELAY socket option when sending HTTP error responses", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the size of the temporary buffer used to receive and discard any remaining data that is\nreceived from the HTTP client in the request, but not processed as part of the server HTTP request\nhandler.\n\nIf the remaining data is larger than the available buffer size, the buffer will be filled in multiple\niterations. The buffer should be small enough to fit on the stack, but large enough to avoid excessive\niterations.", + "id": "HTTPD_PURGE_BUF_LEN", + "name": "HTTPD_PURGE_BUF_LEN", + "range": null, + "title": "Length of temporary buffer for purging data", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this will log discarded binary HTTP request data at Debug level.\nFor large content data this may not be desirable as it will clutter the log.", + "id": "HTTPD_LOG_PURGE_DATA", + "name": "HTTPD_LOG_PURGE_DATA", + "range": null, + "title": "Log purged content data at Debug level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the WebSocket server support.", + "id": "HTTPD_WS_SUPPORT", + "name": "HTTPD_WS_SUPPORT", + "range": null, + "title": "WebSocket server support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This makes httpd_queue_work() API to wait until a message space is available on UDP control socket.\nIt internally uses a counting semaphore with count set to `LWIP_UDP_RECVMBOX_SIZE` to achieve this.\nThis config will slightly change API behavior to block until message gets delivered on control socket.", + "id": "HTTPD_QUEUE_WORK_BLOCKING", + "name": "HTTPD_QUEUE_WORK_BLOCKING", + "range": null, + "title": "httpd_queue_work as blocking API", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "HTTPD_SERVER_EVENT_POST_TIMEOUT", + "name": "HTTPD_SERVER_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-http-server", + "title": "HTTP Server", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Exposes an additional callback whereby firmware data could be decrypted\nbefore being processed by OTA update component. This can help to integrate\nexternal encryption related format and removal of such encapsulation layer\nfrom firmware image.", + "id": "ESP_HTTPS_OTA_DECRYPT_CB", + "name": "ESP_HTTPS_OTA_DECRYPT_CB", + "range": null, + "title": "Provide decryption callback", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "It is highly recommended to keep HTTPS (along with server certificate validation) enabled.\nEnabling this option comes with potential risk of:\n- Non-encrypted communication channel with server\n- Accepting firmware upgrade image from server with fake identity", + "id": "ESP_HTTPS_OTA_ALLOW_HTTP", + "name": "ESP_HTTPS_OTA_ALLOW_HTTP", + "range": null, + "title": "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT", + "name": "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-https-ota", + "title": "ESP HTTPS OTA", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER", + "help": "Enable ESP HTTPS server component", + "id": "ESP_HTTPS_SERVER_ENABLE", + "name": "ESP_HTTPS_SERVER_ENABLE", + "range": null, + "title": "Enable ESP_HTTPS_SERVER component", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT", + "name": "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-https-server", + "title": "ESP HTTPS server", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_REV_MIN_0", + "name": "ESP32C6_REV_MIN_0", + "range": null, + "title": "Rev v0.0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_REV_MIN_1", + "name": "ESP32C6_REV_MIN_1", + "range": null, + "title": "Rev v0.1 (ECO1)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Required minimum chip revision. ESP-IDF will check for it and\nreject to boot if the chip revision fails the check.\nThis ensures the chip used will have some modifications (features, or bugfixes).\n\nThe complied binary will only support chips above this revision,\nthis will also help to reduce binary size.", + "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-c6-revision", + "name": "ESP32C6_REV_MIN", + "title": "Minimum Supported ESP32-C6 Revision", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32C6_REV_MIN_FULL", + "name": "ESP32C6_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MIN_FULL", + "name": "ESP_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32C6_REV_MAX_FULL", + "name": "ESP32C6_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MAX_FULL", + "name": "ESP_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Required minimum eFuse Block revision. ESP-IDF will check it at the 2nd bootloader stage\nwhether the current image can work correctly for this eFuse Block revision.\nSo that to avoid running an incompatible image on a SoC that contains breaking change in the eFuse Block.\nIf you want to update this value to run the image that not compatible with the current eFuse Block revision,\nplease contact to Espressif's business team for details:\nhttps://www.espressif.com.cn/en/contact-us/sales-questions", + "id": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "range": null, + "title": "Minimum Supported ESP32-C6 eFuse Block Revision", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_CI_BUILD", + "help": "For internal chip testing, a small number of new versions chips didn't\nupdate the version field in eFuse, you can enable this option to force the\nsoftware recognize the chip version based on the rev selected in menuconfig.", + "id": "ESP_REV_NEW_CHIP_TEST", + "name": "ESP_REV_NEW_CHIP_TEST", + "range": null, + "title": "Internal test mode", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-chip-revision", + "title": "Chip revision", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_BT", + "name": "ESP_MAC_ADDR_UNIVERSE_BT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_ETH", + "name": "ESP_MAC_ADDR_UNIVERSE_ETH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "name": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": "Two", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": "Four", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\n\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\n\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\n\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\n\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)\n\nNote that ESP32-C6 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()\nAPI to return a MAC for Ethernet, this can only be used with an external MAC peripheral.", + "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES", + "title": "Number of universally administered (by IEEE) MAC address", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32C6_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32C6_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If you have an invalid MAC CRC (ESP_ERR_INVALID_CRC) problem\nand you still want to use this chip, you can enable this option to bypass such an error.\nThis applies to both MAC_FACTORY and CUSTOM_MAC efuses.", + "id": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "name": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "range": null, + "title": "Ignore MAC CRC error (not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type of\nMAC using a custom MAC as the base MAC.", + "id": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "name": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "range": null, + "title": "Enable using custom mac as base mac", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-mac-config", + "title": "MAC Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "(!SPIRAM || ESP_LDO_RESERVE_PSRAM) && !(IDF_TARGET_ESP32P4 && ESP32P4_REV_MIN_FULL < 100)", + "help": "If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs\nmore time when chip wakes up. Can only be enabled if there is no SPIRAM configured.\n\nThis option will power down flash under a strict but relatively safe condition. Also, it is possible to\npower down flash under a relaxed condition by using esp_sleep_pd_config() to set ESP_PD_DOMAIN_VDDSDIO\nto ESP_PD_OPTION_OFF. It should be noted that there is a risk in powering down flash, you can refer\n`ESP-IDF Programming Guide/API Reference/System API/Sleep Modes/Power-down of Flash` for more details.", + "id": "ESP_SLEEP_POWER_DOWN_FLASH", + "name": "ESP_SLEEP_POWER_DOWN_FLASH", + "range": null, + "title": "Power down flash in light sleep when there is no SPIRAM or SPIRAM has independent power supply", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP && !ESP_SLEEP_POWER_DOWN_FLASH", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of SPI Flash is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in Flash may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of Flash to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of SPI Flash in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external SPI Flash CS pin pullups.)", + "id": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up Flash CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of PSRAM is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in PSRAM may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of PSRAM to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of PSRAM in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external PSRAM CS pin pullups.)", + "id": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up PSRAM CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_SLEEP_POWER_DOWN_FLASH && (ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND || ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND)", + "help": "To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin\nduring light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up\nall pins. It depends on the SPI Flash/RAM chip used.", + "id": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "name": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "range": null, + "title": "Pull-up all SPI pins in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "name": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "esp32c2, esp32c3, esp32s3, esp32c5, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", + "id": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "name": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "range": null, + "title": "light sleep GPIO reset workaround", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When the chip exits sleep, the CPU and the flash chip are powered on at the same time.\nCPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute\ncode from flash.\n\nSome flash chips need sufficient time to pass between power on and first read operation.\nBy default, without any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\n(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)\nIn Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum\ntime from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,\nand the configuration value here should be:\nESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900\n\nFor esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the console after deep sleep reset\non esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.\n(For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.\nFor chips after esp32, the delay will be executed only in light sleep flow, the delay\ncontrolled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)", + "id": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "name": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "range": [ + 0, + 5000 + ], + "title": "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling it will check the cache safety of the code before the flash power is ready after\nlight sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is\nonly for code quality inspection. Enabling it will increase the time overhead of entering\nand exiting sleep. It is not recommended to enable it in the release version.", + "id": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "name": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "range": null, + "title": "Check the cache safety of the sleep wakeup code in sleep process", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable esp sleep debug.", + "id": "ESP_SLEEP_DEBUG", + "name": "ESP_SLEEP_DEBUG", + "range": null, + "title": "esp sleep debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to\nmake use of the internal ones.", + "id": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "name": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "range": null, + "title": "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal\ndevelopers and customers can use PM_LIGHT_SLEEP_CALLBACKS as an alternative.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in\ncallback and hence it is highly recommended to keep them as short as possible.", + "id": "ESP_SLEEP_EVENT_CALLBACKS", + "name": "ESP_SLEEP_EVENT_CALLBACKS", + "range": null, + "title": "Enable registration of sleep event callbacks", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-sleep-config", + "title": "Sleep Config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_INT_RC", + "name": "RTC_CLK_SRC_INT_RC", + "range": null, + "title": "Internal 136 kHz RC oscillator", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_CRYS", + "name": "RTC_CLK_SRC_EXT_CRYS", + "range": null, + "title": "External 32 kHz crystal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_OSC", + "name": "RTC_CLK_SRC_EXT_OSC", + "range": null, + "title": "External 32 kHz oscillator at 32K_XP pin", + "type": "bool" + }, + { + "children": [], + "depends_on": "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED && ", + "help": "To be able to select this option, please select `RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED` first.\nThis option will be removed in IDF v6.0.", + "id": "RTC_CLK_SRC_INT_RC32K", + "name": "RTC_CLK_SRC_INT_RC32K", + "range": null, + "title": "Internal 32 kHz RC oscillator (NOT RECOMMENDED TO USE, READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose which clock is used as RTC clock source.", + "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", + "name": "RTC_CLK_SRC", + "title": "RTC clock source", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Internal RC32K clock is unstable at extreme temperatures and is not recommended for use.", + "id": "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED", + "name": "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED", + "range": null, + "title": "Confirm to use the unrecommended 32 kHz RC oscillator (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 136000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", + "id": "RTC_CLK_CAL_CYCLES", + "name": "RTC_CLK_CAL_CYCLES", + "range": [ + 0, + 32766 + ], + "title": "Number of cycles for RTC_SLOW_CLK calibration", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-rtc-clock-config", + "title": "RTC Clock Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place peripheral control functions (e.g. periph_module_reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "PERIPH_CTRL_FUNC_IN_IRAM", + "name": "PERIPH_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place peripheral control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-peripheral-control", + "title": "Peripheral Control", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ETM_SUPPORTED", + "help": "whether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", + "id": "ETM_ENABLE_DEBUG_LOG", + "name": "ETM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ETM_SUPPORTED", + "id": "component-config-hardware-settings-etm-configuration", + "title": "ETM Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "GDMA_CTRL_FUNC_IN_IRAM", + "name": "GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GDMA control functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "This will ensure the GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "GDMA_ISR_IRAM_SAFE", + "name": "GDMA_ISR_IRAM_SAFE", + "range": null, + "title": "GDMA ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for GDMA driver.\nNote that, this option only controls the GDMA driver log, won't affect other drivers.", + "id": "GDMA_ENABLE_DEBUG_LOG", + "name": "GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-gdma-configurations", + "title": "GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA control functions (e.g. dw_gdma_channel_continue) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "name": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA setter functions (e.g. dw_gdma_channel_set_block_markers) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA getter functions (e.g. dw_gdma_link_list_get_item) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DW_GDMA_ISR_IRAM_SAFE", + "name": "DW_GDMA_ISR_IRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA object is DRAM-Safe, allow to avoid external memory\ncache misses, and also be accessible whilst the cache is disabled.", + "id": "DW_GDMA_OBJ_DRAM_SAFE", + "name": "DW_GDMA_OBJ_DRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for DW_GDMA driver.\nNote that, this option only controls the DW_GDMA driver log, won't affect other drivers.", + "id": "DW_GDMA_ENABLE_DEBUG_LOG", + "name": "DW_GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-dw_gdma-configurations", + "title": "DW_GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "Place 2D-DMA all operation functions, including control functions (e.g. start/stop/append/reset) and setter\nfunctions (e.g. connect/strategy/callback registration) into IRAM, so that these functions can be IRAM-safe\nand able to be called in the other IRAM interrupt context. It also helps optimizing the performance.", + "id": "DMA2D_OPERATION_FUNC_IN_IRAM", + "name": "DMA2D_OPERATION_FUNC_IN_IRAM", + "range": null, + "title": "Place 2D-DMA operation functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "This will ensure the 2D-DMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DMA2D_ISR_IRAM_SAFE", + "name": "DMA2D_ISR_IRAM_SAFE", + "range": null, + "title": "2D-DMA ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_DMA2D_SUPPORTED", + "id": "component-config-hardware-settings-2d-dma-configurations", + "title": "2D-DMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "XTAL_FREQ_40", + "name": "XTAL_FREQ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.", + "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", + "name": "XTAL_FREQ", + "title": "Main XTAL frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "XTAL_FREQ", + "name": "XTAL_FREQ", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-main-xtal-config", + "title": "Main XTAL Config", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nclock support isn't done yet. So with this option,\nwe use xtal on FPGA as the clock source.", + "id": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "name": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nRNG isn't done yet. So with this option, we use 0x5A\nto fill the random buffers", + "id": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "name": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Due to the poor low-temperature characteristics of\nRC32K (it cannot operate below -40 degrees Celsius),\nplease avoid using it whenever possible", + "id": "ESP_CLK_RC32K_NOT_TO_USE", + "name": "ESP_CLK_RC32K_NOT_TO_USE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings", + "title": "Hardware Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "whether to enable the debug log message for LCD driver.\nNote that, this option only controls the LCD driver log, won't affect other drivers.", + "id": "LCD_ENABLE_DEBUG_LOG", + "name": "LCD_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCD_RGB_SUPPORTED", + "help": "Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nIf you want the LCD driver to keep flushing the screen even when cache ops disabled,\nyou can enable this option. Note, this will also increase the IRAM usage.", + "id": "LCD_RGB_ISR_IRAM_SAFE", + "name": "LCD_RGB_ISR_IRAM_SAFE", + "range": null, + "title": "RGB LCD ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCD_RGB_SUPPORTED", + "help": "Reset the GDMA channel every VBlank to stop permanent desyncs from happening.\nOnly need to enable it when in your application, the DMA can't deliver data\nas fast as the LCD consumes it.", + "id": "LCD_RGB_RESTART_IN_VSYNC", + "name": "LCD_RGB_RESTART_IN_VSYNC", + "range": null, + "title": "Always restart RGB LCD transmission in VSYNC", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MIPI_DSI_SUPPORTED", + "help": "Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nIf you want the LCD driver to keep flushing the screen even when cache ops disabled,\nyou can enable this option. Note, this will also increase the IRAM usage.", + "id": "LCD_DSI_ISR_IRAM_SAFE", + "name": "LCD_DSI_ISR_IRAM_SAFE", + "range": null, + "title": "DSI LCD ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-lcd-controller-configurations", + "title": "ESP-Driver:LCD Controller Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", + "help": "Max len in bytes per C2M chunk, operations with size over the max len will be\nsliced into multiple chunks.", + "id": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN", + "name": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN", + "range": null, + "title": "Max len in bytes per C2M chunk", + "type": "hex" + } + ], + "depends_on": "SOC_CACHE_WRITEBACK_SUPPORTED", + "help": "`esp_cache_msync` C2M direction takes critical sections, which means during\nthe operation, the interrupts are disabled. Whereas Cache writebacks for\nlarge buffers could be especially time intensive, and might cause interrupts\nto be disabled for a significant amount of time.\n\nSometimes you want other ISRs to be responded during this C2M process.\nThis option is to slice one C2M operation into multiple chunks,\nwith CONFIG_ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN max len. This will give you\na breath during the C2M process as sometimes the C2M process is quite long.\n\nNote if the buffer processed by the `esp_cache_msync` (C2M sliced) is interrupted by an ISR,\nand this ISR also accesses this buffer, this may lead to data coherence issue.", + "id": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", + "name": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", + "range": null, + "title": "Enable esp_cache_msync C2M chunked operation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-mm-memory-management-configurations", + "title": "ESP-MM: Memory Management Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled.\n\nThe IP address may be lost because of some reasons, e.g. when the station disconnects\nfrom soft-AP, or when DHCP IP renew fails etc. If the IP lost timer is enabled, it will\nbe started every time the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if\nthe timer expires. The IP lost timer is stopped if the station get the IP again before\nthe timer expires.", + "id": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", + "name": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", + "range": [ + 0, + 65535 + ], + "title": "IP Address lost timer interval (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "No implementation of ESP-NETIF functions is provided.\nThis option is used for adding a custom TCP/IP stack and defining related\nesp_netif functionality", + "id": "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", + "name": "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", + "range": null, + "title": "Use only ESP-NETIF headers", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ENABLE && ", + "help": "lwIP is a small independent implementation of the TCP/IP protocol suite.", + "id": "ESP_NETIF_TCPIP_LWIP", + "name": "ESP_NETIF_TCPIP_LWIP", + "range": null, + "title": "LwIP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Dummy implementation of esp-netif functionality which connects driver transmit\nto receive function. This option is for testing purpose only", + "id": "ESP_NETIF_LOOPBACK", + "name": "ESP_NETIF_LOOPBACK", + "range": null, + "title": "Loopback", + "type": "bool" + } + ], + "depends_on": "!ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", + "help": "Choose the TCP/IP Stack to work, for example, LwIP, uIP, etc.", + "id": "component-config-esp-netif-adapter-tcp-ip-stack-library", + "name": "ESP_NETIF_USE_TCPIP_STACK_LIB", + "title": "TCP/IP Stack Library", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_NETIF_USES_TCPIP_WITH_BSD_API", + "name": "ESP_NETIF_USES_TCPIP_WITH_BSD_API", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable if esp_netif_transmit() and esp_netif_receive() should generate events. This can be useful\nto blink data traffic indication lights.", + "id": "ESP_NETIF_REPORT_DATA_TRAFFIC", + "name": "ESP_NETIF_REPORT_DATA_TRAFFIC", + "range": null, + "title": "Report data traffic via events", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable if esp_netif_receive() should return error code. This is useful to inform upper layers\nthat packet input to TCP/IP stack failed, so the upper layers could implement flow control.\nThis option is disabled by default due to backward compatibility and will be enabled in v6.0 (IDF-7194)", + "id": "ESP_NETIF_RECEIVE_REPORT_ERRORS", + "name": "ESP_NETIF_RECEIVE_REPORT_ERRORS", + "range": null, + "title": "Use esp_err_t to report errors from esp_netif_receive", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_NETIF_L2_TAP", + "help": "Maximum number of opened File descriptors (FD's) associated with ESP TAP device. ESP TAP FD's take up\na certain amount of memory, and allowing fewer FD's to be opened at the same time conserves memory.", + "id": "ESP_NETIF_L2_TAP_MAX_FDS", + "name": "ESP_NETIF_L2_TAP_MAX_FDS", + "range": null, + "title": "Maximum number of opened L2 TAP File descriptors", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_NETIF_L2_TAP", + "help": "Maximum number of frames queued in opened File descriptor. Once the queue is full, the newly arriving\nframes are dropped until the queue has enough room to accept incoming traffic (Tail Drop queue\nmanagement).", + "id": "ESP_NETIF_L2_TAP_RX_QUEUE_SIZE", + "name": "ESP_NETIF_L2_TAP_RX_QUEUE_SIZE", + "range": null, + "title": "Size of L2 TAP Rx queue", + "type": "int" + } + ], + "depends_on": null, + "help": "A user program can read/write link layer (L2) frames from/to ESP TAP device.\nThe ESP TAP device can be currently associated only with Ethernet physical interfaces.", + "id": "ESP_NETIF_L2_TAP", + "name": "ESP_NETIF_L2_TAP", + "range": null, + "title": "Enable netif L2 TAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_NETIF_TCPIP_LWIP", + "help": "Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that \"Number of clients store data in netif\"\n(LWIP_NUM_NETIF_CLIENT_DATA) option needs to be properly configured to be LwIP bridge available!", + "id": "ESP_NETIF_BRIDGE_EN", + "name": "ESP_NETIF_BRIDGE_EN", + "range": null, + "title": "Enable LwIP IEEE 802.1D bridge", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to use the DNS server which belongs to the selected default network interface.\nThis feature collects DNS server and netif information from LWIP core modules.\nWhenever a new default netif is selected, global DNS servers in LWIP are updated with the netif\nrelated servers.", + "id": "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF", + "name": "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF", + "range": null, + "title": "Enable DNS server per interface", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-netif-adapter", + "title": "ESP NETIF Adapter", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_LINUX", + "help": "This option enables gathering host test statistics and SPI flash wear levelling simulation.", + "id": "ESP_PARTITION_ENABLE_STATS", + "name": "ESP_PARTITION_ENABLE_STATS", + "range": null, + "title": "Host test statistics enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_LINUX", + "help": "This option controls whether the partition implementation checks\nif the flash is erased before writing to it.\nThis is necessary for SPIFFS, which expects to be able to write without erasing first.", + "id": "ESP_PARTITION_ERASE_CHECK", + "name": "ESP_PARTITION_ERASE_CHECK", + "range": null, + "title": "Check if flash is erased before writing", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-partition-api-configuration", + "title": "Partition API Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_PHY_ENABLED", + "name": "ESP_PHY_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "If this option is enabled, NVS will be initialized and calibration data will be loaded from there.\nPHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full\ncalibration will be performed and stored in NVS. Normally, only partial calibration will be performed.\nIf this option is disabled, full calibration will be performed.\n\nIf it's easy that your board calibrate bad data, choose 'n'.\nTwo cases for example, you should choose 'n':\n1.If your board is easy to be booted up with antenna disconnected.\n2.Because of your board design, each time when you do calibration, the result are too unstable.\nIf unsure, choose 'y'.", + "id": "ESP_PHY_CALIBRATION_AND_DATA_STORAGE", + "name": "ESP_PHY_CALIBRATION_AND_DATA_STORAGE", + "range": null, + "title": "Store phy calibration data in NVS", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", + "help": "If enabled, PHY init data will be restored to default if\nit cannot be verified successfully to avoid endless bootloops.\n\nIf unsure, choose 'n'.", + "id": "ESP_PHY_DEFAULT_INIT_IF_INVALID", + "name": "ESP_PHY_DEFAULT_INIT_IF_INVALID", + "range": null, + "title": "Reset default PHY init data if invalid", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", + "help": "If enabled, multiple phy init data bin will embedded into app bin\nIf not enabled, multiple phy init data bin will still leave alone, and need to be flashed by users.", + "id": "ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED", + "name": "ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED", + "range": null, + "title": "Support embedded multiple phy init data bin to app bin", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", + "help": "If enabled, when an error occurs while the PHY init data is updated,\nthe program will terminate and restart.\nIf not enabled, the PHY init data will not be updated when an error occurs.", + "id": "ESP_PHY_INIT_DATA_ERROR", + "name": "ESP_PHY_INIT_DATA_ERROR", + "range": null, + "title": "Terminate operation when PHY init data error", + "type": "bool" + } + ], + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", + "help": "If enabled, the corresponding PHY init data type can be automatically switched\naccording to the country code. China's PHY init data bin is used by default.\nCan be modified by country information in API esp_wifi_set_country().\nThe priority of switching the PHY init data type is:\n1. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_MANUAL.\n2. Country notified by the connected AP.\n3. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_AUTO.", + "id": "ESP_PHY_MULTIPLE_INIT_DATA_BIN", + "name": "ESP_PHY_MULTIPLE_INIT_DATA_BIN", + "range": null, + "title": "Support multiple PHY init data bin", + "type": "bool" + } + ], + "depends_on": "SOC_WIFI_SUPPORTED && ESP_PHY_ENABLED", + "help": "If enabled, PHY init data will be loaded from a partition.\nWhen using a custom partition table, make sure that PHY data\npartition is included (type: 'data', subtype: 'phy').\nWith default partition tables, this is done automatically.\nIf PHY init data is stored in a partition, it has to be flashed there,\notherwise runtime error will occur.\n\nIf this option is not enabled, PHY init data will be embedded\ninto the application binary.\n\nIf unsure, choose 'n'.", + "id": "ESP_PHY_INIT_DATA_IN_PARTITION", + "is_menuconfig": true, + "name": "ESP_PHY_INIT_DATA_IN_PARTITION", + "range": null, + "title": "Use a partition to store PHY init data", + "type": "menu" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "Set maximum transmit power for WiFi radio. Actual transmit power for high\ndata rates may be lower than this setting.", + "id": "ESP_PHY_MAX_WIFI_TX_POWER", + "name": "ESP_PHY_MAX_WIFI_TX_POWER", + "range": [ + 10, + 20 + ], + "title": "Max WiFi TX power (dBm)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": null, + "id": "ESP_PHY_MAX_TX_POWER", + "name": "ESP_PHY_MAX_TX_POWER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_PM_SUPPORT_MAC_BB_PD && FREERTOS_USE_TICKLESS_IDLE && ESP_PHY_ENABLED", + "help": "If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered\ndown when PHY is disabled. Enabling this setting reduces power consumption\nby a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),\n2 KB(Bluetooth only) or 5.3 KB(Wi-Fi + Bluetooth).", + "id": "ESP_PHY_MAC_BB_PD", + "name": "ESP_PHY_MAC_BB_PD", + "range": null, + "title": "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_BROWNOUT_DET && ESP_PHY_ENABLED", + "help": "When brownout reset occurs, reduce PHY TX power to keep the code running.", + "id": "ESP_PHY_REDUCE_TX_POWER", + "name": "ESP_PHY_REDUCE_TX_POWER", + "range": null, + "title": "Reduce PHY TX power when brownout reset", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND && ESP_PHY_ENABLED", + "help": "On some ESP targets, the USB PHY can interfere with WiFi thus lowering WiFi performance.\nAs a result, on those affected ESP targets, the ESP PHY library's initialization will automatically\ndisable the USB PHY to get best WiFi performance.\nThis option controls whether or not the ESP PHY library will keep the USB PHY enabled on\ninitialization.\n\nNote: This option can be disabled to increase WiFi performance. However, disabling this option will\nalso mean that the USB PHY cannot be used while WiFi is enabled.", + "id": "ESP_PHY_ENABLE_USB", + "name": "ESP_PHY_ENABLE_USB", + "range": null, + "title": "Keep the USB PHY enabled when initializing WiFi", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "If enabled, you can use RF certification test APIs.", + "id": "ESP_PHY_ENABLE_CERT_TEST", + "name": "ESP_PHY_ENABLE_CERT_TEST", + "range": null, + "title": "Enable RF certification test functions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_PHY_RF_CAL_PARTIAL", + "name": "ESP_PHY_RF_CAL_PARTIAL", + "range": null, + "title": "Calibration partial", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_PHY_RF_CAL_NONE", + "name": "ESP_PHY_RF_CAL_NONE", + "range": null, + "title": "Calibration none", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_PHY_RF_CAL_FULL", + "name": "ESP_PHY_RF_CAL_FULL", + "range": null, + "title": "Calibration full", + "type": "bool" + } + ], + "depends_on": "ESP_PHY_ENABLED", + "help": "Select PHY calibration mode. During RF initialization, the partial calibration\nmethod is used by default for RF calibration. Full calibration takes about 100ms\nmore than partial calibration. If boot duration is not critical, it is suggested\nto use the full calibration method. No calibration method is only used when the\ndevice wakes up from deep sleep.", + "id": "component-config-phy-calibration-mode", + "name": "ESP_PHY_CALIBRATION_MODE", + "title": "Calibration mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": null, + "id": "ESP_PHY_CALIBRATION_MODE", + "name": "ESP_PHY_CALIBRATION_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_PHY_IMPROVE_RX_11B && ESP_PHY_ENABLED", + "help": "This is a workaround to improve Wi-Fi receive 11b pkts for some modules using AC-DC power supply with\nhigh interference, enable this option will sacrifice Wi-Fi OFDM receive performance.\nBut to guarantee 11b receive performance serves as a bottom line in this case.", + "id": "ESP_PHY_IMPROVE_RX_11B", + "name": "ESP_PHY_IMPROVE_RX_11B", + "range": null, + "title": "Improve Wi-Fi receive 11b pkts", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "If enabled, there will be some logs while pll tracking", + "id": "ESP_PHY_PLL_TRACK_DEBUG", + "name": "ESP_PHY_PLL_TRACK_DEBUG", + "range": null, + "title": "Enable pll track logging", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "Select to support record and query phy used time.", + "id": "ESP_PHY_RECORD_USED_TIME", + "name": "ESP_PHY_RECORD_USED_TIME", + "range": null, + "title": "Record PHY used time", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-phy", + "title": "PHY", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, startup code configures dynamic frequency scaling.\nMax CPU frequency is set to DEFAULT_CPU_FREQ_MHZ setting,\nmin frequency is set to XTAL frequency.\nIf disabled, DFS will not be active until the application\nconfigures it using esp_pm_configure function.", + "id": "PM_DFS_INIT_AUTO", + "name": "PM_DFS_INIT_AUTO", + "range": null, + "title": "Enable dynamic frequency scaling (DFS) at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, esp_pm_* functions will keep track of the amount of time\neach of the power management locks has been held, and esp_pm_dump_locks\nfunction will print this information.\nThis feature can be used to analyze which locks are preventing the chip\nfrom going into a lower power state, and see what time the chip spends\nin each power saving mode. This feature does incur some run-time\noverhead, so should typically be disabled in production builds.", + "id": "PM_PROFILING", + "name": "PM_PROFILING", + "range": null, + "title": "Enable profiling counters for PM locks", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, some GPIOs will be used to signal events such as RTOS ticks,\nfrequency switching, entry/exit from idle state. Refer to pm_trace.c\nfile for the list of GPIOs.\nThis feature is intended to be used when analyzing/debugging behavior\nof power management implementation, and should be kept disabled in\napplications.", + "id": "PM_TRACE", + "name": "PM_TRACE", + "range": null, + "title": "Enable debug tracing of PM using GPIOs", + "type": "bool" + } + ], + "depends_on": "(!FREERTOS_SMP && SOC_PM_SUPPORTED) || __DOXYGEN__", + "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", + "id": "PM_ENABLE", + "name": "PM_ENABLE", + "range": null, + "title": "Support for power management", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LIGHT_SLEEP_SUPPORTED", + "help": "If enabled, about 2.1KB of lightsleep related source code would be in IRAM and chip would sleep\nlonger for 310us at 160MHz CPU frequency most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", + "id": "PM_SLP_IRAM_OPT", + "name": "PM_SLP_IRAM_OPT", + "range": null, + "title": "Put lightsleep related codes in internal RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, about 180Bytes of RTOS_IDLE related source code would be in IRAM and chip would sleep\nlonger for 20us at 160MHz CPU frequency most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", + "id": "PM_RTOS_IDLE_OPT", + "name": "PM_RTOS_IDLE_OPT", + "range": null, + "title": "Put RTOS IDLE related codes in internal RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.\nIf enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA current.\nIf you want to specifically use some pins normally as chip wakes when chip sleeps,\nyou can call 'gpio_sleep_sel_dis' to disable this feature on those pins.\nYou can also keep this feature on and call 'gpio_sleep_set_direction' and 'gpio_sleep_set_pull_mode'\nto have a different GPIO configuration at sleep.\nWarning: If you want to enable this option on ESP32, you should enable `GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL`\nat first, otherwise you will not be able to switch pullup/pulldown mode.", + "id": "PM_SLP_DISABLE_GPIO", + "name": "PM_SLP_DISABLE_GPIO", + "range": null, + "title": "Disable all GPIO when chip at sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PM_SLP_DEFAULT_PARAMS_OPT", + "name": "PM_SLP_DEFAULT_PARAMS_OPT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP || (SOC_CPU_IN_TOP_DOMAIN && PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP)", + "help": "This option is invisible to users, and it is only used for ci testing,\nenabling it in the application will increase the sleep and wake-up time overhead", + "id": "PM_CHECK_SLEEP_RETENTION_FRAME", + "name": "PM_CHECK_SLEEP_RETENTION_FRAME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "The value of this option determines the calibration interval of the RTC_FAST/SLOW clock during sleep when\npower management is enabled. When it is configured as N, the RTC_FAST/SLOW clock will be calibrated\nevery N times of lightsleep.\nDecreasing this value will increase the time the chip is in the active state, thereby increasing the\naverage power consumption of the chip.\nIncreasing this value can reduce the average power consumption, but when the external environment changes\ndrastically and the chip RTC_FAST/SLOW oscillator frequency drifts, it may cause system instability.", + "id": "PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL", + "name": "PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL", + "range": null, + "title": "Calibrate the RTC_FAST/SLOW clock every N times of light sleep", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "help": "Cache tag memory and CPU both belong to the CPU power domain.\nESP chips supports saving and restoring Cache tag memory before and after sleep,\nthis feature supports accesses to the external memory that was cached before sleep still\nbe cached when the CPU wakes up from a powerdowned CPU lightsleep.\nThis option controls the restore method for Cache tag memory in lightsleep.\nIf this option is enabled, the I/D-cache tag memory will be backuped to the internal RAM\nbefore sleep and restored upon wakeup.\nDepending on the the cache configuration, if this option is enabled,\nit will consume up to 9 KB of internal RAM.\nIf this option is disabled, all cached data won't be kept after sleep,\nthe DCache will be writeback before sleep and invalid all cached data after sleep,\nall accesses to external memory(Flash/PSRAM) will be cache missed after waking up,\nresulting in performance degradation due to increased memory accesses latency.", + "id": "PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP", + "name": "PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP", + "range": null, + "title": "Restore I/D-cache tag memory after power down CPU light sleep", + "type": "bool" + } + ], + "depends_on": "SOC_PM_SUPPORT_CPU_PD", + "help": "If enabled, the CPU will be powered down in light sleep,\nESP chips supports saving and restoring CPU's running context before and after light sleep,\nthe feature provides applications with seamless CPU powerdowned lightsleep without user awareness.\nBut this will takes up some internal memory.\nOn esp32c3 soc, enabling this option will consume 1.68 KB of internal RAM\nand will reduce sleep current consumption by about 100 uA.\nOn esp32s3 soc, enabling this option will consume 8.58 KB of internal RAM\nand will reduce sleep current consumption by about 650 uA.", + "id": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "name": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "range": null, + "title": "Power down CPU in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PM_SUPPORT_TOP_PD && SOC_PAU_SUPPORTED", + "help": "If enabled, digital peripherals will be powered down in light sleep, it will reduce sleep\ncurrent consumption by about 100 uA. Chip will save/restore register context at sleep/wake\ntime to keep the system running. Enabling this option will increase static RAM and heap usage,\nthe actual cost depends on the peripherals you have initialized. In order to save/restore the\ncontext of the necessary hardware for FreeRTOS to run, it will need at least 4.55 KB free heap\nat sleep time. Otherwise sleep will not power down the peripherals.\n\nNote1: Please use this option with caution, the current IDF does not support the retention of\nall peripherals. When the digital peripherals are powered off and a sleep and wake-up is completed,\nthe peripherals that have not saved the running context are equivalent to performing a reset.\n!!! Please confirm the peripherals used in your application and their sleep retention support status\nbefore enabling this option, peripherals sleep retention driver support status is tracked in\npower_management.rst\n\nNote2: When this option is enabled simultaneously with FREERTOS_USE_TICKLESS_IDLE, since the UART will\nbe powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has the\npotential to block the sleep process and cause the wakeup time to be skipped, which will cause the tick\nof freertos to not be compensated correctly when returning from sleep and cause the system to crash.\nTo avoid this, you can increase FREERTOS_IDLE_TIME_BEFORE_SLEEP threshold in menuconfig.", + "id": "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "name": "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "range": null, + "title": "Power down Digital Peripheral in light sleep (EXPERIMENTAL)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PM_UPDATE_CCOMPARE_HLI_WORKAROUND", + "name": "PM_UPDATE_CCOMPARE_HLI_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register entry and exit callbacks which are called before and after\nentering auto light sleep.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in callback and\nhence it is highly recommended to keep them as short as possible", + "id": "PM_LIGHT_SLEEP_CALLBACKS", + "name": "PM_LIGHT_SLEEP_CALLBACKS", + "range": null, + "title": "Enable registration of pm light sleep callbacks", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-power-management", + "title": "Power Management", + "type": "menu" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram", + "title": "ESP PSRAM", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH", + "help": "Place ISR ringbuf functions (like xRingbufferSendFromISR/xRingbufferReceiveFromISR) into flash.\nThis frees up IRAM, but the functions can no longer be called when the cache is disabled\nor from an IRAM interrupt context.\n\nThis option is not compatible with ESP-IDF drivers which are configured to\nrun the ISR from an IRAM context, e.g. CONFIG_UART_ISR_IN_IRAM.", + "id": "RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "name": "RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place ISR ringbuf functions into flash", + "type": "bool" + } + ], + "depends_on": null, + "help": "Place non-ISR ringbuf functions (like xRingbufferCreate/xRingbufferSend) into flash.\nThis frees up IRAM, but the functions can no longer be called when the cache is disabled.", + "id": "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH", + "name": "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place non-ISR ringbuf functions into flash", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-ringbuf", + "title": "ESP Ringbuf", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "range": null, + "title": "Security level low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "range": null, + "title": "Security level medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "range": null, + "title": "Security level high", + "type": "bool" + } + ], + "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "Configure the DPA protection security level", + "id": "component-config-esp-security-specific-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "title": "DPA protection level", + "type": "choice" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", + "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "range": null, + "title": "Enable crypto DPA protection at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "id": "component-config-esp-security-specific-crypto-dpa-protection", + "title": "Crypto DPA Protection", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_ECC_CONSTANT_TIME_POINT_MUL", + "help": "If enabled, the app startup code will burn the ECC_FORCE_CONST_TIME efuse bit to force the\nECC peripheral to always perform constant time point multiplication operations,\nirrespective of the ECC_MULT_SECURITY_MODE status bit that is present in the ECC_MULT_CONF_REG\nregister. By default, ESP-IDF configures the ECC peripheral to perform constant time point\nmultiplication operations, so enabling this config would provide security enhancement only in\nthe cases when trusted boot is not enabled and the attacker tries carrying out non-constant\ntime point multiplication operations by changing the default ESP-IDF configurations.\nPerforming constant time operations protect the ECC multiplication operations from timing attacks.", + "id": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "name": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "range": null, + "title": "Forcfully enable ECC constant time point multiplication operations", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-security-specific", + "title": "ESP Security Specific", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_ENV_FPGA && ", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_120", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_120", + "range": null, + "title": "120 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "range": null, + "title": "160 MHz", + "type": "bool" + } + ], + "depends_on": null, + "help": "CPU frequency to be set on application startup.", + "id": "component-config-esp-system-settings-cpu-frequency", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "title": "CPU frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", + "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", + "id": "ESP_SYSTEM_PANIC_PRINT_HALT", + "name": "ESP_SYSTEM_PANIC_PRINT_HALT", + "range": null, + "title": "Print registers and halt", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", + "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", + "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "range": null, + "title": "Print registers and reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", + "help": "Just resets the processor without outputting anything", + "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "range": null, + "title": "Silent reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_GDBSTUB_ENABLED && ", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", + "id": "ESP_SYSTEM_PANIC_GDBSTUB", + "name": "ESP_SYSTEM_PANIC_GDBSTUB", + "range": null, + "title": "GDBStub on panic", + "type": "bool" + } + ], + "depends_on": null, + "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handler's action here.", + "id": "component-config-esp-system-settings-panic-handler-behaviour", + "name": "ESP_SYSTEM_PANIC", + "title": "Panic handler behaviour", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "help": "After the panic handler executes, you can specify a number of seconds to\nwait before the device reboots.", + "id": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "name": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "range": [ + 0, + 99 + ], + "title": "Panic reboot delay (Seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Only initialize and use the main core.", + "id": "ESP_SYSTEM_SINGLE_CORE_MODE", + "name": "ESP_SYSTEM_SINGLE_CORE_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_XTAL", + "name": "ESP_SYSTEM_RTC_EXT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_OSC", + "name": "ESP_SYSTEM_RTC_EXT_OSC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_EXT_XTAL", + "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", + "id": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "name": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "range": null, + "title": "Bootstrap cycles for external 32kHz crystal", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": null, + "id": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "name": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. Speed wise RTC fast memory operates on\nAPB clock and hence does not have much performance impact.", + "id": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "name": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "range": null, + "title": "Enable RTC fast memory for dynamic allocations", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Generate DWARF information for each function of the project. These information will parsed and used to\nperform backtracing when panics occur. Activating this option will activate asynchronous frame unwinding\nand generation of both .eh_frame and .eh_frame_hdr sections, resulting in a bigger binary size (20% to\n100% larger). The main purpose of this option is to be able to have a backtrace parsed and printed by\nthe program itself, regardless of the serial monitor used.\nThis option shall NOT be used for production.", + "id": "ESP_SYSTEM_USE_EH_FRAME", + "name": "ESP_SYSTEM_USE_EH_FRAME", + "range": null, + "title": "Generate and use eh_frame for backtracing", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV && SOC_LP_CORE_SUPPORTED && ESP_SYSTEM_PMP_IDRAM_SPLIT", + "help": "If enabled, user can run code available in LP Core image.\n\nWarning: on ESP32-P4 this will also mark the memory area used for BOOTLOADER_RESERVE_RTC_MEM\nas executable. If you consider this a security risk then do not activate this option.", + "id": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "name": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "range": null, + "title": "Make LP core reserved memory executable from HP core", + "type": "bool" + } + ], + "depends_on": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "help": "If enabled, the CPU watches all the memory access and raises an exception in case\nof any memory violation. This feature automatically splits\nthe SRAM memory, using PMP, into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "name": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "range": null, + "title": "Enable IRAM/DRAM split protection", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_SYSTEM_MEMPROT_FEATURE", + "help": "Once locked, memory protection settings cannot be changed anymore.\nThe lock is reset only on the chip startup.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "name": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "range": null, + "title": "Lock memory protection settings", + "type": "bool" + } + ], + "depends_on": "SOC_MEMPROT_SUPPORTED", + "help": "If enabled, the permission control module watches all the memory access and fires the panic handler\nif a permission violation is detected. This feature automatically splits\nthe SRAM memory into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE", + "name": "ESP_SYSTEM_MEMPROT_FEATURE", + "range": null, + "title": "Enable memory protection", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory-protection", + "title": "Memory protection", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event queue size in different application.", + "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "range": null, + "title": "System event queue size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event task stack size in different application.", + "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "range": null, + "title": "Event loop task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", + "id": "ESP_MAIN_TASK_STACK_SIZE", + "name": "ESP_MAIN_TASK_STACK_SIZE", + "range": null, + "title": "Main task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU0", + "name": "ESP_MAIN_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU1", + "name": "ESP_MAIN_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the \"main task\" core affinity. This is the used core of the task\nwhich calls app_main(). If app_main() returns then this task is deleted.", + "id": "component-config-esp-system-settings-main-task-core-affinity", + "name": "ESP_MAIN_TASK_AFFINITY", + "title": "Main task core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", + "id": "ESP_MINIMAL_SHARED_STACK_SIZE", + "name": "ESP_MINIMAL_SHARED_STACK_SIZE", + "range": null, + "title": "Minimal allowed size for shared stack", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_DEFAULT", + "name": "ESP_CONSOLE_UART_DEFAULT", + "range": null, + "title": "Default: UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB && ", + "help": null, + "id": "ESP_CONSOLE_USB_CDC", + "name": "ESP_CONSOLE_USB_CDC", + "range": null, + "title": "USB CDC", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED && ", + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG", + "range": null, + "title": "USB Serial/JTAG Controller", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM", + "name": "ESP_CONSOLE_UART_CUSTOM", + "range": null, + "title": "Custom UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_NONE", + "name": "ESP_CONSOLE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select where to send console output (through stdout and stderr).\n\n- Default is to use UART0 on pre-defined GPIOs.\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This ROM output can be suppressed by\n GPIO strapping or EFUSE, refer to chip datasheet for details.\n- On chips with USB OTG peripheral, \"USB CDC\" option redirects output to the\n CDC port. This option uses the CDC driver in the chip ROM.\n This option is incompatible with TinyUSB stack.\n- On chips with an USB serial/JTAG debug controller, selecting the option\n for that redirects output to the CDC/ACM (serial port emulation) component\n of that device.", + "id": "component-config-esp-system-settings-channel-for-console-output", + "name": "ESP_CONSOLE_UART", + "title": "Channel for console output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_SECONDARY_NONE", + "name": "ESP_CONSOLE_SECONDARY_NONE", + "range": null, + "title": "No secondary console", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_USB_SERIAL_JTAG && ", + "help": "This option supports output through USB_SERIAL_JTAG port when the UART0 port is not connected.\nThe output currently only supports non-blocking mode without using the console.\nIf you want to output in blocking mode with REPL or input through USB_SERIAL_JTAG port,\nplease change the primary config to ESP_CONSOLE_USB_SERIAL_JTAG above.", + "id": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "range": null, + "title": "USB_SERIAL_JTAG PORT", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "This secondary option supports output through other specific port like USB_SERIAL_JTAG\nwhen UART0 port as a primary is selected but not connected. This secondary output currently only supports\nnon-blocking mode without using REPL. If you want to output in blocking mode with REPL or\ninput through this secondary port, please change the primary config to this port\nin `Channel for console output` menu.", + "id": "component-config-esp-system-settings-channel-for-console-secondary-output", + "name": "ESP_CONSOLE_SECONDARY", + "title": "Channel for console secondary output", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART", + "name": "ESP_CONSOLE_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "range": null, + "title": "UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "range": null, + "title": "UART1", + "type": "bool" + } + ], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.\n\nDue to an ESP32 ROM bug, UART2 is not supported for console output\nvia esp_rom_printf.", + "id": "component-config-esp-system-settings-uart-peripheral-to-use-for-console-output-0-1-", + "name": "ESP_CONSOLE_UART_NUM", + "title": "UART peripheral to use for console output (0-1)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_NUM", + "name": "ESP_CONSOLE_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", + "name": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app). Value -1 means to\ncontinue using the default console UART TX pin.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART RX input in the ESP-IDF Bootloader and the app (including\ndefault standard input of the app). Value -1 means to continue using the default console UART\nRX pin.\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_RX_GPIO", + "name": "ESP_CONSOLE_UART_RX_GPIO", + "range": null, + "title": "UART RX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART", + "help": "This baud rate is used by both the ESP-IDF Bootloader and the app (including\nboot log output and default standard input/output/error of the app).\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_BAUDRATE", + "name": "ESP_CONSOLE_UART_BAUDRATE", + "range": [ + 1200, + 4000000 + ], + "title": "UART console baud rate", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "Set the size of USB CDC RX buffer. Increase the buffer size if your application\nis often receiving data over USB CDC.", + "id": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "name": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "range": null, + "title": "Size of USB CDC RX buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "If enabled, esp_rom_printf and ESP_EARLY_LOG output will also be sent over USB CDC.\nDisabling this option saves about 1kB or RAM.", + "id": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "name": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "range": null, + "title": "Enable esp_rom_printf / ESP_EARLY_LOG via USB CDC", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_INT_WDT", + "help": "The timeout of the watchdog, in milliseconds. Make this higher than the FreeRTOS tick rate.", + "id": "ESP_INT_WDT_TIMEOUT_MS", + "name": "ESP_INT_WDT_TIMEOUT_MS", + "range": [ + 10, + 10000 + ], + "title": "Interrupt watchdog timeout (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", + "help": "Also detect if interrupts on CPU 1 are disabled for too long.", + "id": "ESP_INT_WDT_CHECK_CPU1", + "name": "ESP_INT_WDT_CHECK_CPU1", + "range": null, + "title": "Also watch CPU1 tick interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", + "id": "ESP_INT_WDT", + "name": "ESP_INT_WDT", + "range": null, + "title": "Interrupt watchdog", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_EN", + "help": null, + "id": "ESP_TASK_WDT_USE_ESP_TIMER", + "name": "ESP_TASK_WDT_USE_ESP_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_PANIC", + "name": "ESP_TASK_WDT_PANIC", + "range": null, + "title": "Invoke panic handler on Task Watchdog timeout", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_TIMEOUT_S", + "name": "ESP_TASK_WDT_TIMEOUT_S", + "range": [ + 1, + 60 + ], + "title": "Task Watchdog timeout period (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "range": null, + "title": "Watch CPU0 Idle Task", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT && !FREERTOS_UNICORE", + "help": "If this option is enabled, the Task Watchdog Timer will wach the CPU1\nIdle Task.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "range": null, + "title": "Watch CPU1 Idle Task", + "type": "bool" + } + ], + "depends_on": "ESP_TASK_WDT_EN", + "help": "Enabling this option will cause the Task Watchdog Timer to be initialized\nautomatically at startup.", + "id": "ESP_TASK_WDT_INIT", + "name": "ESP_TASK_WDT_INIT", + "range": null, + "title": "Initialize Task Watchdog Timer on startup", + "type": "bool" + } + ], + "depends_on": null, + "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will enable the Task Watchdog Timer. It can be\neither initialized automatically at startup or initialized after startup\n(see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_EN", + "name": "ESP_TASK_WDT_EN", + "range": null, + "title": "Enable Task Watchdog Timer", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Timeout period configuration for the XTAL32K watchdog timer based on RTC_CLK.", + "id": "ESP_XT_WDT_TIMEOUT", + "name": "ESP_XT_WDT_TIMEOUT", + "range": null, + "title": "XTAL32K watchdog timeout period", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Enable this to automatically switch to BACKUP32K_CLK as the source of RTC_SLOW_CLK when\nthe watchdog timer expires.", + "id": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "name": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "range": null, + "title": "Automatically switch to BACKUP32K_CLK when timer expires", + "type": "bool" + } + ], + "depends_on": "SOC_XT_WDT_SUPPORTED && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", + "help": "This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure\nis detected the hardware can be set up to automatically switch to BACKUP32K_CLK and generate\nan interrupt.", + "id": "ESP_XT_WDT", + "name": "ESP_XT_WDT", + "range": null, + "title": "Initialize XTAL32K watchdog timer on startup", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code (including required UART functions) is placed\nin IRAM. This may be necessary to debug some complex issues with crashes while flash cache is\ndisabled (for example, when writing to SPI flash) or when flash cache is corrupted when an exception\nis triggered.", + "id": "ESP_PANIC_HANDLER_IRAM", + "name": "ESP_PANIC_HANDLER_IRAM", + "range": null, + "title": "Place panic handler code in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX && !ESP32S3_TRAX", + "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", + "id": "ESP_DEBUG_STUBS_ENABLE", + "name": "ESP_DEBUG_STUBS_ENABLE", + "range": null, + "title": "OpenOCD debug stubs", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "help": "OpenOCD uses stub code to access flash during programming or when inserting and removing\nSW flash breakpoints.\nTo execute stub code, OpenOCD allocates memory on the target device, backs up the existing memory,\nloads the stub binary, runs the binary, and then restores the original memory.\nThis process can be time-consuming, especially when using USB serial JTAG.\nBy enabling this option, 8K of memory in RAM will be preallocated with the stub code,\neliminating the need to back up and restore the memory region.", + "id": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "name": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "range": null, + "title": "Preload OpenOCD stub binaries to speed up debugging. 8K memory will be reserved", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", + "id": "ESP_DEBUG_OCDAWARE", + "name": "ESP_DEBUG_OCDAWARE", + "range": null, + "title": "Make exception and panic handlers JTAG/OCD aware", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": "Using level 5 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "range": null, + "title": "Level 5 interrupt", + "type": "bool" + }, + { + "children": [], + "depends_on": "!BTDM_CTRL_HLI && ", + "help": "Using level 4 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "range": null, + "title": "Level 4 interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "Interrupt level to use for Interrupt Watchdog, IPC_ISR and other system checks.", + "id": "component-config-esp-system-settings-interrupt-level-to-use-for-interrupt-watchdog-and-other-system-checks", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL", + "title": "Interrupt level to use for Interrupt Watchdog and other system checks", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP_BROWNOUT_DET_LVL_SEL_7", + "range": null, + "title": "2.51V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_6", + "name": "ESP_BROWNOUT_DET_LVL_SEL_6", + "range": null, + "title": "2.64V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP_BROWNOUT_DET_LVL_SEL_5", + "range": null, + "title": "2.76V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.92V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "3.10V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "3.27V", + "type": "bool" + } + ], + "depends_on": "ESP_BROWNOUT_DET", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "id": "component-config-esp-system-settings-brownout-detector-hardware-brownout-detect-reset-brownout-voltage-level", + "name": "ESP_BROWNOUT_DET_LVL_SEL", + "title": "Brownout voltage level", + "type": "choice" + } + ], + "depends_on": "!IDF_ENV_FPGA", + "help": "The ESP32-C6 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "id": "ESP_BROWNOUT_DET", + "name": "ESP_BROWNOUT_DET", + "range": null, + "title": "Hardware brownout detect & reset", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_BROWNOUT_DET_LVL", + "name": "ESP_BROWNOUT_DET_LVL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-brownout-detector", + "title": "Brownout Detector", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "This config allows to trigger an interrupt when brownout detected. Software restart will be done\nat the end of the default callback.\nTwo occasions need to restart the chip with interrupt so far.\n(1). For ESP32 version 1, brown-out reset function doesn't work (see ESP32 errata 3.4).\n So that we must restart from interrupt.\n(2). For special workflow, the chip needs do more things instead of restarting directly. This part\n needs to be done in callback function of interrupt.", + "id": "ESP_SYSTEM_BROWNOUT_INTR", + "name": "ESP_SYSTEM_BROWNOUT_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This config allows to trigger a panic interrupt when Stack Pointer register goes out of allocated stack\nmemory bounds.", + "id": "ESP_SYSTEM_HW_STACK_GUARD", + "name": "ESP_SYSTEM_HW_STACK_GUARD", + "range": null, + "title": "Hardware stack guard", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2", + "help": "This configuration helps to address an BBPLL inaccurate issue when boot from certain bootloader version,\nwhich may increase about the boot-up time by about 200 us. Disable this when your bootloader is built with\nESP-IDF version v5.2 and above.", + "id": "ESP_SYSTEM_BBPLL_RECALIB", + "name": "ESP_SYSTEM_BBPLL_RECALIB", + "range": null, + "title": "Re-calibration BBPLL at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This option will enable the PC recording function of assist_debug module. The PC value of the CPU will be\nrecorded to PC record register in assist_debug module in real time. When an exception occurs and the CPU\nis reset, this register will be kept, then we can use the recorded PC to debug the causes of the reset.", + "id": "ESP_SYSTEM_HW_PC_RECORD", + "name": "ESP_SYSTEM_HW_PC_RECORD", + "range": null, + "title": "Hardware PC recording", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings", + "title": "ESP System Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for\ncross-core function calls. See IPC documentation for more details. The default IPC stack size should be\nenough for most common simple use cases. However, users can increase/decrease the stack size to their\nneeds.", + "id": "ESP_IPC_TASK_STACK_SIZE", + "name": "ESP_IPC_TASK_STACK_SIZE", + "range": [ + 512, + 65536 + ], + "title": "Inter-Processor Call (IPC) task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE", + "help": "If this option is not enabled then the IPC task will keep behavior same as prior to that of ESP-IDF v4.0,\nhence IPC task will run at (configMAX_PRIORITIES - 1) priority.", + "id": "ESP_IPC_USES_CALLERS_PRIORITY", + "name": "ESP_IPC_USES_CALLERS_PRIORITY", + "range": null, + "title": "IPC runs at caller's priority", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is intended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", + "id": "ESP_IPC_ISR_ENABLE", + "name": "ESP_IPC_ISR_ENABLE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ipc-inter-processor-call-", + "title": "IPC (Inter-Processor Call)", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If enabled, esp_timer_dump will dump information such as number of times the timer was started,\nnumber of times the timer has triggered, and the total time it took for the callback to run.\nThis option has some effect on timer performance and the amount of memory used for timer\nstorage, and should only be used for debugging/testing purposes.", + "id": "ESP_TIMER_PROFILING", + "name": "ESP_TIMER_PROFILING", + "range": null, + "title": "Enable esp_timer profiling features", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIME_FUNCS_USE_RTC_TIMER", + "name": "ESP_TIME_FUNCS_USE_RTC_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIME_FUNCS_USE_ESP_TIMER", + "name": "ESP_TIME_FUNCS_USE_ESP_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIME_FUNCS_USE_NONE", + "name": "ESP_TIME_FUNCS_USE_NONE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the stack size of \"timer_task\" task. This task is used\nto dispatch callbacks of timers created using ets_timer and esp_timer\nAPIs. If you are seing stack overflow errors in timer task, increase\nthis value.\n\nNote that this is not the same as FreeRTOS timer task. To configure\nFreeRTOS timer task size, see \"FreeRTOS timer task stack size\" option\nin \"FreeRTOS\".", + "id": "ESP_TIMER_TASK_STACK_SIZE", + "name": "ESP_TIMER_TASK_STACK_SIZE", + "range": [ + 2048, + 65536 + ], + "title": "High-resolution timer task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the interrupt priority level for esp_timer ISR.\nA higher value reduces interrupt latency by minimizing the timer processing delay.", + "id": "ESP_TIMER_INTERRUPT_LEVEL", + "name": "ESP_TIMER_INTERRUPT_LEVEL", + "range": [ + 1, + 1 + ], + "title": "Interrupt level", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This shows some hidden features of esp_timer.\nNote that they may break other features, use them with care.", + "id": "ESP_TIMER_SHOW_EXPERIMENTAL", + "name": "ESP_TIMER_SHOW_EXPERIMENTAL", + "range": null, + "title": "show esp_timer's experimental features", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY", + "name": "ESP_TIMER_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY_CPU0", + "name": "ESP_TIMER_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY_CPU1", + "name": "ESP_TIMER_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY_NO_AFFINITY", + "name": "ESP_TIMER_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "The default settings: timer TASK on CPU0 and timer ISR on CPU0.\nOther settings may help in certain cases, but note that they may break\nother features, use them with care.\n- \"CPU0\": (default) esp_timer task is processed by CPU0.\n- \"CPU1\": esp_timer task is processed by CPU1.\n- \"No affinity\": esp_timer task can be processed by any CPU.", + "id": "component-config-esp-timer-high-resolution-timer--esp_timer-task-core-affinity", + "name": "ESP_TIMER_TASK_AFFINITY", + "title": "esp_timer task core affinity", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY_CPU0", + "name": "ESP_TIMER_ISR_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY_CPU1", + "name": "ESP_TIMER_ISR_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY_NO_AFFINITY", + "name": "ESP_TIMER_ISR_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "The default settings: timer TASK on CPU0 and timer ISR on CPU0.\nOther settings may help in certain cases, but note that they may break\nother features, use them with care.\n- \"CPU0\": (default) timer interrupt is processed by CPU0.\n- \"CPU1\": timer interrupt is processed by CPU1.\n- \"No affinity\": timer interrupt can be processed by any CPU. It helps\nto reduce latency but there is a disadvantage it leads to the timer ISR\nrunning on every core. It increases the CPU time usage for timer ISRs\nby N on an N-core system.", + "id": "component-config-esp-timer-high-resolution-timer--timer-interrupt-core-affinity", + "name": "ESP_TIMER_ISR_AFFINITY", + "title": "timer interrupt core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Allows using ESP_TIMER_ISR dispatch method (ESP_TIMER_TASK dispatch method is also avalible).\n- ESP_TIMER_TASK - Timer callbacks are dispatched from a high-priority esp_timer task.\n- ESP_TIMER_ISR - Timer callbacks are dispatched directly from the timer interrupt handler.\nThe ISR dispatch can be used, in some cases, when a callback is very simple\nor need a lower-latency.", + "id": "ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD", + "name": "ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD", + "range": null, + "title": "Support ISR dispatch method", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": null, + "id": "ESP_TIMER_IMPL_TG0_LAC", + "name": "ESP_TIMER_IMPL_TG0_LAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32", + "help": null, + "id": "ESP_TIMER_IMPL_SYSTIMER", + "name": "ESP_TIMER_IMPL_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-timer-high-resolution-timer-", + "title": "ESP Timer (High Resolution Timer)", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_WIFI_ENABLED", + "name": "ESP_WIFI_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_HOST_WIFI_ENABLED", + "help": null, + "id": "ESP_WIFI_CONTROLLER_TARGET", + "name": "ESP_WIFI_CONTROLLER_TARGET", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "ESP_HOST_WIFI_ENABLED", + "help": null, + "id": "ESP_WIFI_TARGET_ESP32", + "name": "ESP_WIFI_TARGET_ESP32", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "SOC_WIRELESS_HOST_SUPPORTED", + "help": null, + "id": "ESP_HOST_WIFI_ENABLED", + "name": "ESP_HOST_WIFI_ENABLED", + "range": null, + "title": "Host WiFi Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static rx buffers are allocated when esp_wifi_init is called, they are not freed\nuntil esp_wifi_deinit is called.\n\nWiFi hardware use these buffers to receive all 802.11 frames.\nA higher number may allow higher throughput but increases memory use. If ESP_WIFI_AMPDU_RX_ENABLED\nis enabled, this value is recommended to set equal or bigger than ESP_WIFI_RX_BA_WIN in order to\nachieve better throughput and compatibility with both stations and APs.", + "id": "ESP_WIFI_STATIC_RX_BUFFER_NUM", + "name": "ESP_WIFI_STATIC_RX_BUFFER_NUM", + "range": [ + 2, + 128 + ], + "title": "Max number of WiFi static RX buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated\n(provided sufficient free RAM). The size of each dynamic RX buffer depends on the size of\nthe received data frame.\n\nFor each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers\nit to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has\nsuccessfully received the data frame.\n\nFor some applications, WiFi data frames may be received faster than the application can\nprocess them. In these cases we may run out of memory if RX buffer number is unlimited (0).\n\nIf a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.", + "id": "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM", + "name": "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM", + "range": [ + 0, + 128 + ], + "title": "Max number of WiFi dynamic RX buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_STATIC_TX_BUFFER", + "name": "ESP_WIFI_STATIC_TX_BUFFER", + "range": null, + "title": "Static", + "type": "bool" + }, + { + "children": [], + "depends_on": "!(SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND) && ", + "help": null, + "id": "ESP_WIFI_DYNAMIC_TX_BUFFER", + "name": "ESP_WIFI_DYNAMIC_TX_BUFFER", + "range": null, + "title": "Dynamic", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select type of WiFi TX buffers:\n\nIf \"Static\" is selected, WiFi TX buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.\n\nIf \"Dynamic\" is selected, each WiFi TX buffer is allocated as needed when a data frame is\ndelivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame\nhas been sent by the WiFi driver. The size of each dynamic TX buffer depends on the length\nof each data frame sent by the TCP/IP layer.\n\nIf PSRAM is enabled, \"Static\" should be selected to guarantee enough WiFi TX buffers.\nIf PSRAM is disabled, \"Dynamic\" should be selected to improve the utilization of RAM.", + "id": "component-config-wi-fi-type-of-wifi-tx-buffers", + "name": "ESP_WIFI_TX_BUFFER", + "title": "Type of WiFi TX buffers", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": null, + "id": "ESP_WIFI_TX_BUFFER_TYPE", + "name": "ESP_WIFI_TX_BUFFER_TYPE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_STATIC_TX_BUFFER && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static RX buffers are allocated when esp_wifi_init() is called, they are not released\nuntil esp_wifi_deinit() is called.\n\nFor each transmitted data frame from the higher layer TCP/IP stack, the WiFi driver makes a\ncopy of it in a TX buffer. For some applications especially UDP applications, the upper\nlayer can deliver frames faster than WiFi layer can transmit. In these cases, we may run out\nof TX buffers.", + "id": "ESP_WIFI_STATIC_TX_BUFFER_NUM", + "name": "ESP_WIFI_STATIC_TX_BUFFER_NUM", + "range": null, + "title": "Max number of WiFi static TX buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the number of WiFi cache TX buffer number.\n\nFor each TX packet from uplayer, such as LWIP etc, WiFi driver needs to allocate a static TX\nbuffer and makes a copy of uplayer packet. If WiFi driver fails to allocate the static TX buffer,\nit caches the uplayer packets to a dedicated buffer queue, this option is used to configure the\nsize of the cached TX queue.", + "id": "ESP_WIFI_CACHE_TX_BUFFER_NUM", + "name": "ESP_WIFI_CACHE_TX_BUFFER_NUM", + "range": null, + "title": "Max number of WiFi cache TX buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_DYNAMIC_TX_BUFFER && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,\nit depends on the size of each transmitted data frame.\n\nFor each transmitted frame from the higher layer TCP/IP stack, the WiFi driver makes a copy\nof it in a TX buffer. For some applications, especially UDP applications, the upper layer\ncan deliver frames faster than WiFi layer can transmit. In these cases, we may run out of TX\nbuffers.", + "id": "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM", + "name": "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM", + "range": [ + 1, + 128 + ], + "title": "Max number of WiFi dynamic TX buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_STATIC_RX_MGMT_BUFFER", + "name": "ESP_WIFI_STATIC_RX_MGMT_BUFFER", + "range": null, + "title": "Static", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER", + "name": "ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER", + "range": null, + "title": "Dynamic", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select type of WiFi RX MGMT buffers:\n\nIf \"Static\" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.\n\nIf \"Dynamic\" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is\nreceived. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.", + "id": "component-config-wi-fi-type-of-wifi-rx-mgmt-buffers", + "name": "ESP_WIFI_MGMT_RX_BUFFER", + "title": "Type of WiFi RX MGMT buffers", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": null, + "id": "ESP_WIFI_DYNAMIC_RX_MGMT_BUF", + "name": "ESP_WIFI_DYNAMIC_RX_MGMT_BUF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Set the number of WiFi RX_MGMT buffers.\n\nFor Management buffers, the number of dynamic and static management buffers is the same.\nIn order to prevent memory fragmentation, the management buffer type should be set to static first.", + "id": "ESP_WIFI_RX_MGMT_BUF_NUM_DEF", + "name": "ESP_WIFI_RX_MGMT_BUF_NUM_DEF", + "range": [ + 1, + 10 + ], + "title": "Max number of WiFi RX MGMT buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_WIFI_CSI_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable CSI(Channel State Information) feature. CSI takes about\nCONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable\nthis feature in order to save memory.", + "id": "ESP_WIFI_CSI_ENABLED", + "name": "ESP_WIFI_CSI_ENABLED", + "range": null, + "title": "WiFi CSI(Channel State Information)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_AMPDU_TX_ENABLED && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the size of WiFi Block Ack TX window. Generally a bigger value means higher throughput but\nmore memory. Most of time we should NOT change the default value unless special reason, e.g.\ntest the maximum UDP TX throughput with iperf etc. For iperf test in shieldbox, the recommended\nvalue is 9~12.", + "id": "ESP_WIFI_TX_BA_WIN", + "name": "ESP_WIFI_TX_BA_WIN", + "range": [ + 2, + 64 + ], + "title": "WiFi AMPDU TX BA window size", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable AMPDU TX feature", + "id": "ESP_WIFI_AMPDU_TX_ENABLED", + "name": "ESP_WIFI_AMPDU_TX_ENABLED", + "range": null, + "title": "WiFi AMPDU TX", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_AMPDU_RX_ENABLED && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and better\ncompatibility but more memory. Most of time we should NOT change the default value unless special\nreason, e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in shieldbox, the\nrecommended value is 9~12. If PSRAM is used and WiFi memory is preferred to allocate in PSRAM first,\nthe default and minimum value should be 16 to achieve better throughput and compatibility with both\nstations and APs.", + "id": "ESP_WIFI_RX_BA_WIN", + "name": "ESP_WIFI_RX_BA_WIN", + "range": [ + 2, + 64 + ], + "title": "WiFi AMPDU RX BA window size", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable AMPDU RX feature", + "id": "ESP_WIFI_AMPDU_RX_ENABLED", + "name": "ESP_WIFI_AMPDU_RX_ENABLED", + "range": null, + "title": "WiFi AMPDU RX", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_CACHE_TX_BUFFER_NUM >= 2 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable AMSDU TX feature", + "id": "ESP_WIFI_AMSDU_TX_ENABLED", + "name": "ESP_WIFI_AMSDU_TX_ENABLED", + "range": null, + "title": "WiFi AMSDU TX", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable WiFi NVS flash", + "id": "ESP_WIFI_NVS_ENABLED", + "name": "ESP_WIFI_NVS_ENABLED", + "range": null, + "title": "WiFi NVS flash", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_TASK_PINNED_TO_CORE_0", + "name": "ESP_WIFI_TASK_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_TASK_PINNED_TO_CORE_1", + "name": "ESP_WIFI_TASK_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1", + "type": "bool" + } + ], + "depends_on": "!FREERTOS_UNICORE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Pinned WiFi task to core 0 or core 1.", + "id": "component-config-wi-fi-wifi-task-core-id", + "name": "ESP_WIFI_TASK_CORE_ID", + "title": "WiFi Task Core ID", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However\nthe default length of a beacon frame can simultaneously hold only five root node identifier structures,\nmeaning that a root node conflict of up to five nodes can be detected at one time. In the occurrence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will\ndetect five of the root nodes, resolve the conflict, and re-detect more root nodes. This process will\nrepeat until all root node conflicts are resolved. However this process can generally take a very long\ntime.\n\nTo counter this situation, the beacon frame length can be increased such that more root nodes can be\ndetected simultaneously. Each additional root node will require 36 bytes and should be added on top of\nthe default beacon frame length of\n752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon\nframe length as\n932 (752+36*5).\n\nSetting a longer beacon length also assists with debugging as the conflicting root nodes can be\nidentified more quickly.", + "id": "ESP_WIFI_SOFTAP_BEACON_MAX_LEN", + "name": "ESP_WIFI_SOFTAP_BEACON_MAX_LEN", + "range": [ + 752, + 1256 + ], + "title": "Max length of WiFi SoftAP Beacon", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Set the maximum number of Wi-Fi management short buffers. These buffers are dynamically allocated,\nwith their size determined by the length of the management packet to be sent. When a management\npacket is less than 64 bytes, the Wi-Fi driver classifies it as a short management packet and\nassigns it to one of these buffers.", + "id": "ESP_WIFI_MGMT_SBUF_NUM", + "name": "ESP_WIFI_MGMT_SBUF_NUM", + "range": [ + 6, + 32 + ], + "title": "WiFi mgmt short buffer number", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to place frequently called Wi-Fi library functions in IRAM.\nWhen this option is disabled, more than 10Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", + "id": "ESP_WIFI_IRAM_OPT", + "name": "ESP_WIFI_IRAM_OPT", + "range": null, + "title": "WiFi IRAM speed optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to place additional frequently called Wi-Fi library functions\nin IRAM. When this option is disabled, more than 5Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", + "id": "ESP_WIFI_EXTRA_IRAM_OPT", + "name": "ESP_WIFI_EXTRA_IRAM_OPT", + "range": null, + "title": "WiFi EXTRA IRAM speed optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to place frequently called Wi-Fi library RX functions in IRAM.\nWhen this option is disabled, more than 17Kbytes of IRAM memory will be saved\nbut Wi-Fi performance will be reduced.", + "id": "ESP_WIFI_RX_IRAM_OPT", + "name": "ESP_WIFI_RX_IRAM_OPT", + "range": null, + "title": "WiFi RX IRAM speed optimization", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable SAE-PK", + "id": "ESP_WIFI_ENABLE_SAE_PK", + "name": "ESP_WIFI_ENABLE_SAE_PK", + "range": null, + "title": "Enable SAE-PK", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE && ESP_WIFI_SOFTAP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable SAE support in softAP mode.", + "id": "ESP_WIFI_SOFTAP_SAE_SUPPORT", + "name": "ESP_WIFI_SOFTAP_SAE_SUPPORT", + "range": null, + "title": "Enable WPA3 Personal(SAE) SoftAP", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide\nfor details.", + "id": "ESP_WIFI_ENABLE_WPA3_SAE", + "name": "ESP_WIFI_ENABLE_WPA3_SAE", + "range": null, + "title": "Enable WPA3-Personal", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to allow the device to establish OWE connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide\nfor details.", + "id": "ESP_WIFI_ENABLE_WPA3_OWE_STA", + "name": "ESP_WIFI_ENABLE_WPA3_OWE_STA", + "range": null, + "title": "Enable OWE STA", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.\nSome functions can be put in IRAM either by ESP_WIFI_IRAM_OPT and ESP_WIFI_RX_IRAM_OPT, or this one.\nIf already enabled ESP_WIFI_IRAM_OPT, the other 7.3KB IRAM memory would be taken by this option.\nIf already enabled ESP_WIFI_RX_IRAM_OPT, the other 1.3KB IRAM memory would be taken by this option.\nIf neither of them are enabled, the other 7.4KB IRAM memory would be taken by this option.\nWi-Fi power-save mode average current would be reduced if this option is enabled.", + "id": "ESP_WIFI_SLP_IRAM_OPT", + "name": "ESP_WIFI_SLP_IRAM_OPT", + "range": null, + "title": "WiFi SLP IRAM speed optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station enters the active state,\nit will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or sent\nduring this period, the time will be refreshed. If the time is up, but the station still has packets\nto receive or send, the time will also be refreshed. unit: milliseconds.", + "id": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", + "range": [ + 8, + 60 + ], + "title": "Minimum active time", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. If no packet has been\nsent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent\nto maintain the connection with the AP. unit: seconds.", + "id": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", + "range": [ + 10, + 60 + ], + "title": "Maximum keep alive time", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station knows through the beacon\nthat AP will send broadcast packet, it will wait for ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME\nbefore entering the sleep process. If a broadcast packet is received with more data bits, the time\nwill refreshed. unit: milliseconds.", + "id": "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME", + "range": [ + 10, + 30 + ], + "title": "Minimum wait broadcast data time", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_FTM_ENABLE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": null, + "id": "ESP_WIFI_FTM_INITIATOR_SUPPORT", + "name": "ESP_WIFI_FTM_INITIATOR_SUPPORT", + "range": null, + "title": "FTM Initiator support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_FTM_ENABLE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": null, + "id": "ESP_WIFI_FTM_RESPONDER_SUPPORT", + "name": "ESP_WIFI_FTM_RESPONDER_SUPPORT", + "range": null, + "title": "FTM Responder support", + "type": "bool" + } + ], + "depends_on": "SOC_WIFI_FTM_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable feature Fine Timing Measurement for calculating WiFi Round-Trip-Time (RTT).", + "id": "ESP_WIFI_FTM_ENABLE", + "name": "ESP_WIFI_FTM_ENABLE", + "range": null, + "title": "WiFi FTM", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable power_management for station when disconnected.\nChip will do modem-sleep when rf module is not in use any more.", + "id": "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE", + "name": "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE", + "range": null, + "title": "Power Management for station at disconnected", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_GCMP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support.", + "id": "ESP_WIFI_GCMP_SUPPORT", + "name": "ESP_WIFI_GCMP_SUPPORT", + "range": null, + "title": "WiFi GCMP Support(GCMP128 and GCMP256)", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192 bit certification.", + "id": "ESP_WIFI_GMAC_SUPPORT", + "name": "ESP_WIFI_GMAC_SUPPORT", + "range": null, + "title": "WiFi GMAC Support(GMAC128 and GMAC256)", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "WiFi module can be compiled without SoftAP to save code size.", + "id": "ESP_WIFI_SOFTAP_SUPPORT", + "name": "ESP_WIFI_SOFTAP_SUPPORT", + "range": null, + "title": "WiFi SoftAP Support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_MAC_BB_PD && SOC_PM_SUPPORT_BEACON_WAKEUP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "The wifi modem automatically receives the beacon frame during light sleep.", + "id": "ESP_WIFI_ENHANCED_LIGHT_SLEEP", + "name": "ESP_WIFI_ENHANCED_LIGHT_SLEEP", + "range": null, + "title": "WiFi modem automatically receives the beacon", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Timeout time for close rf phy when beacon loss occurs, Unit: 1024 microsecond.", + "id": "ESP_WIFI_SLP_BEACON_LOST_TIMEOUT", + "name": "ESP_WIFI_SLP_BEACON_LOST_TIMEOUT", + "range": null, + "title": "Beacon loss timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Maximum number of consecutive lost beacons allowed, WiFi keeps Rx state when\nthe number of consecutive beacons lost is greater than the given threshold.", + "id": "ESP_WIFI_SLP_BEACON_LOST_THRESHOLD", + "name": "ESP_WIFI_SLP_BEACON_LOST_THRESHOLD", + "range": null, + "title": "Maximum number of consecutive lost beacons allowed", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Delta early time for rf phy on, When the beacon is lost, the next rf phy on will\nbe earlier the time specified by the configuration item, Unit: 32 microsecond.", + "id": "ESP_WIFI_SLP_PHY_ON_DELTA_EARLY_TIME", + "name": "ESP_WIFI_SLP_PHY_ON_DELTA_EARLY_TIME", + "range": null, + "title": "Delta early time for RF PHY on", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Delta timeout time for rf phy off, When the beacon is lost, the next rf phy off will\nbe delayed for the time specified by the configuration item. Unit: 1024 microsecond.", + "id": "ESP_WIFI_SLP_PHY_OFF_DELTA_TIMEOUT_TIME", + "name": "ESP_WIFI_SLP_PHY_OFF_DELTA_TIMEOUT_TIME", + "range": null, + "title": "Delta timeout time for RF PHY off", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Enable wifi sleep optimization when beacon loss occurs and immediately enter\nsleep mode when the WiFi module detects beacon loss.", + "id": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "name": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "range": null, + "title": "Wifi sleep optimize when beacon lost", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Maximum number of encrypted peers supported by espnow.\nThe number of hardware keys for encryption is fixed. And the espnow and SoftAP share the same\nhardware keys. So this configuration will affect the maximum connection number of SoftAP.\nMaximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware\nkeys number. When using ESP mesh, this value should be set to a maximum of 6.", + "id": "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM", + "name": "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM", + "range": [ + 0, + 17 + ], + "title": "Maximum espnow encrypt peers number", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_WIFI_NAN_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable WiFi Aware (NAN) feature.", + "id": "ESP_WIFI_NAN_ENABLE", + "name": "ESP_WIFI_NAN_ENABLE", + "range": null, + "title": "WiFi Aware", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_MBEDTLS_TLS_CLIENT && IDF_EXPERIMENTAL_FEATURES && ESP_WIFI_MBEDTLS_CRYPTO && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to support EAP with TLS v1.3.\nThis configuration still supports compatibility with EAP-TLS v1.2.\nPlease note that enabling this configuration will cause every application which\nuses TLS go for TLS1.3 if server supports that. TLS1.3 is still in development in mbedtls\nand there may be interoperability issues with this. Please modify your application to set\nmax version as TLS1.2 if you want to enable TLS1.3 only for WiFi connection.", + "id": "ESP_WIFI_EAP_TLS1_3", + "name": "ESP_WIFI_EAP_TLS1_3", + "range": null, + "title": "Enable EAP-TLS v1.3 Support for WiFi Enterprise connection", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT && ESP_WIFI_MBEDTLS_CRYPTO && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to use MbedTLS TLS client for WPA2 enterprise connection.\nPlease note that from MbedTLS-3.0 onwards, MbedTLS does not support SSL-3.0\nTLS-v1.0, TLS-v1.1 versions. In case your server is using one of these version,\nit is advisable to update your server.\nPlease disable this option for compatibility with older TLS versions.", + "id": "ESP_WIFI_MBEDTLS_TLS_CLIENT", + "name": "ESP_WIFI_MBEDTLS_TLS_CLIENT", + "range": null, + "title": "Use MbedTLS TLS client for WiFi Enterprise connection", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable the use of MbedTLS crypto APIs.\nThe internal crypto support within the supplicant is limited\nand may not suffice for all new security features, including WPA3.\n\nIt is recommended to always keep this option enabled. Additionally,\nnote that MbedTLS can leverage hardware acceleration if available,\nresulting in significantly faster cryptographic operations.", + "id": "ESP_WIFI_MBEDTLS_CRYPTO", + "name": "ESP_WIFI_MBEDTLS_CRYPTO", + "range": null, + "title": "Use MbedTLS crypto APIs", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_WAPI_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable WAPI-PSK\nwhich is a Chinese National Standard Encryption for Wireless LANs (GB 15629.11-2003).", + "id": "ESP_WIFI_WAPI_PSK", + "name": "ESP_WIFI_WAPI_PSK", + "range": null, + "title": "Enable WAPI PSK support", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_GCMP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable 192 bit NSA suite-B.\nThis is necessary to support WPA3 192 bit security.", + "id": "ESP_WIFI_SUITE_B_192", + "name": "ESP_WIFI_SUITE_B_192", + "range": null, + "title": "Enable NSA suite B support with 192 bit key", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_11KV_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Keep scan results in cache, if not enabled, those\nwill be flushed immediately.", + "id": "ESP_WIFI_SCAN_CACHE", + "name": "ESP_WIFI_SCAN_CACHE", + "range": null, + "title": "Keep scan results in cache", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable 802.11k 802.11v APIs(RRM and BTM support).\nOnly APIs which are helpful for network assisted roaming\nare supported for now.\nEnable this option with BTM and RRM enabled in sta config\nto make device ready for network assisted roaming.\nBTM: BSS transition management enables an AP to request a station to transition\nto a specific AP, or to indicate to a station a set of preferred APs.\nRRM: Radio measurements enable STAs to understand the radio environment,\nit enables STAs to observe and gather data on radio link performance\nand on the radio environment. Current implementation adds beacon report,\nlink measurement, neighbor report.", + "id": "ESP_WIFI_11KV_SUPPORT", + "name": "ESP_WIFI_11KV_SUPPORT", + "range": null, + "title": "Enable 802.11k, 802.11v APIs Support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable WiFi Multiband operation certification support.", + "id": "ESP_WIFI_MBO_SUPPORT", + "name": "ESP_WIFI_MBO_SUPPORT", + "range": null, + "title": "Enable Multi Band Operation Certification Support", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "WiFi RSSI threshold to trigger roaming value in dBm (-99 to -1). Values under -30 dbm\nmight lead to a flood of low rssi events. This interferes with normal functioning and\nTX/Rx performance.", + "id": "ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD", + "name": "ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD", + "range": null, + "title": "WiFi RSSI threshold to trigger roaming", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Decide the offset by which to decrease the Low RSSI threshold set by ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD\nafter each failed attempt to roam. This allows for the station to keep scanning for better AP's after\nthe Low RSSI threshold is reached in a stepped manner, rather than only attempting to roam the first time\nthe current AP's RSSI breaches the set RSSI threshold.\nSetting 0 here may cause station to be flooded with low rssi events,\ntherefore that's not recommended to be kept.", + "id": "ESP_WIFI_ROAMING_LOW_RSSI_OFFSET", + "name": "ESP_WIFI_ROAMING_LOW_RSSI_OFFSET", + "range": null, + "title": "Offset by which to reset the RSSI Threshold after attempt to roam.", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable to use a RSSI threshold to trigger roaming.", + "id": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING", + "name": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING", + "range": null, + "title": "Use Low RSSI to trigger roaming.", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Threshold at which the station will begin scanning to find an AP with better RSSI.", + "id": "ESP_WIFI_ROAMING_PERIODIC_SCAN_THRESHOLD", + "name": "ESP_WIFI_ROAMING_PERIODIC_SCAN_THRESHOLD", + "range": null, + "title": "Threshold at which to begin periodic scanning for a better AP.", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Intervals at which station will periodically scan to check if better AP is available", + "id": "ESP_WIFI_ROAMING_SCAN_MONITOR_INTERVAL", + "name": "ESP_WIFI_ROAMING_SCAN_MONITOR_INTERVAL", + "range": null, + "title": "Time intervals (in seconds) at which station will initiate a scan", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Minimum RSSI difference b/w current AP and a potential roaming candidate AP\nto trigger a roaming attempt.", + "id": "ESP_WIFI_ROAMING_SCAN_ROAM_RSSI_DIFF", + "name": "ESP_WIFI_ROAMING_SCAN_ROAM_RSSI_DIFF", + "range": null, + "title": "RSSI difference b/w current AP and candidate AP to initiate connection", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Conduct periodic scans periodically to check if a better AP is available.", + "id": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR", + "name": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR", + "range": null, + "title": "Conduct periodic scans to check if a better AP is available", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-roaming-triggers", + "title": "Roaming triggers", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Roaming between APs that do not support 802.11kv.\nThis will allow station to roam even when connection is not BTM supported,\nby forcefully disconnecting from current AP and connecting to better AP.", + "id": "ESP_WIFI_ROAMING_LEGACY_ROAMING", + "name": "ESP_WIFI_ROAMING_LEGACY_ROAMING", + "range": null, + "title": "Support Legacy roaming approach", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM && ESP_WIFI_ROAMING_LEGACY_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Retry threshold after which the station should stop using Network Assisted\nroaming methods and start using legacy roaming instead.", + "id": "ESP_WIFI_NETWORK_ASSISTED_ROAMING_RETRY_COUNT", + "name": "ESP_WIFI_NETWORK_ASSISTED_ROAMING_RETRY_COUNT", + "range": null, + "title": "Retry count after which to switch to legacy roaming", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_11KV_SUPPORT && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Roaming between APs using network assisted Roaming.\nThis involves BSS Transition Management mechanisms outlined in 802.11v.\nNote that this moves the responsibility to the AP's network, and hence isn't\nguaranteed to cause the station to attempt to roam each time.", + "id": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM", + "name": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM", + "range": null, + "title": "Support Network Assisted roaming using 802.11kv", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-roaming-methods", + "title": "Roaming Methods", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Minimum duration of active scanning per channel in milliseconds.", + "id": "ESP_WIFI_ROAMING_SCAN_MIN_SCAN_TIME", + "name": "ESP_WIFI_ROAMING_SCAN_MIN_SCAN_TIME", + "range": null, + "title": "Minimum duration (in milliseconds) of station's per channel active scan", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Maximum duration of active scanning per channel in milliseconds.", + "id": "ESP_WIFI_ROAMING_SCAN_MAX_SCAN_TIME", + "name": "ESP_WIFI_ROAMING_SCAN_MAX_SCAN_TIME", + "range": null, + "title": "Maximum duration (in milliseconds) of station's per channel active scan time", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "If connected, duration for which the station will return to it's home channel for Tx/Rx of\nframes stored in buffers between scanning on consecutive channels.", + "id": "ESP_WIFI_ROAMING_HOME_CHANNEL_DWELL_TIME", + "name": "ESP_WIFI_ROAMING_HOME_CHANNEL_DWELL_TIME", + "range": null, + "title": "Home channel dwell time scanning between consecutive channels", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Channels your wireless network operates on to allow for faster scanning.\nSpecify the channels(between 1-14) in a comma separated manner.", + "id": "ESP_WIFI_ROAMING_SCAN_CHAN_LIST", + "name": "ESP_WIFI_ROAMING_SCAN_CHAN_LIST", + "range": null, + "title": "Preferred channel list for scanning", + "type": "string" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Duration for which the results from the most recent scans can be used\nby the roaming app for determining the roaming candidates.", + "id": "ESP_WIFI_ROAMING_SCAN_EXPIRY_WINDOW", + "name": "ESP_WIFI_ROAMING_SCAN_EXPIRY_WINDOW", + "range": null, + "title": "Scan results expiry window (in seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Max candidates that can be considered while scanning as a part of the\nnetwork at one time.", + "id": "ESP_WIFI_ROAMING_MAX_CANDIDATES", + "name": "ESP_WIFI_ROAMING_MAX_CANDIDATES", + "range": null, + "title": "Max Candidates in the network", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-scan-configuration", + "title": "Scan Configuration", + "type": "menu" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Time to wait (in seconds) by station before registering for the RSSI event again\nor start continuous montoring to find better AP.", + "id": "ESP_WIFI_ROAMING_BACKOFF_TIME", + "name": "ESP_WIFI_ROAMING_BACKOFF_TIME", + "range": null, + "title": "Default time to wait between subsequent roaming attempts.", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable this to send periodic neighbor report requests to the AP.\nThese neighbor report requests provide information about other APs in the same managed\nnetwork. This information is used for more intelligent roaming.", + "id": "ESP_WIFI_ROAMING_RRM_MONITOR_TIME", + "name": "ESP_WIFI_ROAMING_RRM_MONITOR_TIME", + "range": null, + "title": "Time interval (in seconds) between neighbor report requests to an AP", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "The RSSI threshold beyond which we start sending periodic neighbor report requests.", + "id": "ESP_WIFI_ROAMING_RRM_MONITOR_THRESHOLD", + "name": "ESP_WIFI_ROAMING_RRM_MONITOR_THRESHOLD", + "range": null, + "title": "Threshold for sending periodic neighbor report requests", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_11KV_SUPPORT && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "This option will enable station to keep sending RRM neighbor list request to AP and\nupdate its internal list.", + "id": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING", + "name": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING", + "range": null, + "title": "Send periodic neighbor report request to AP for internal list updation", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app", + "title": "Configure roaming App", + "type": "menu" + } + ], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Espressif's roaming app to allow for efficient Wi-Fi roaming.\nThis includes configurable periodic environment scans, maintaining a cache of the\nbest APs, handling low rssi events etc.\n\nRisk Warning\nPlease note that this feature is still experimental and enabling this potentially can\nlead to unpredictable scanning, connection and roaming attempts.\nWe are still working on tuning and optimising this feature to ensure reliable and stable use.", + "id": "ESP_WIFI_ENABLE_ROAMING_APP", + "name": "ESP_WIFI_ENABLE_ROAMING_APP", + "range": null, + "title": "Advanced support for Wi-Fi Roaming (Experimental)", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable WiFi Easy Connect Support.", + "id": "ESP_WIFI_DPP_SUPPORT", + "name": "ESP_WIFI_DPP_SUPPORT", + "range": null, + "title": "Enable DPP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable WiFi Fast Transition Support.", + "id": "ESP_WIFI_11R_SUPPORT", + "name": "ESP_WIFI_11R_SUPPORT", + "range": null, + "title": "Enable 802.11R (Fast Transition) Support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SOFTAP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to enable WPS registrar support in softAP mode.", + "id": "ESP_WIFI_WPS_SOFTAP_REGISTRAR", + "name": "ESP_WIFI_WPS_SOFTAP_REGISTRAR", + "range": null, + "title": "Add WPS Registrar support in SoftAP mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi transmission statistics. Total support 4 access category. Each access category\nwill use 346 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_TX_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_TX_STATS", + "range": null, + "title": "Enable Wi-Fi transmission statistics", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_WIFI_RX_STATS && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi DL MU-MIMO and DL OFDMA reception statistics. Will use 10932 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_RX_MU_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_RX_MU_STATS", + "range": null, + "title": "Enable Wi-Fi DL MU-MIMO and DL OFDMA reception statistics", + "type": "bool" + } + ], + "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi reception statistics. Total support 2 access category. Each access category\nwill use 190 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_RX_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_RX_STATS", + "range": null, + "title": "Enable Wi-Fi reception statistics", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the maximum number of queue that can be aggregated by the STA in the A-MPDU carried in the\nHE TB PPDU.", + "id": "ESP_WIFI_TX_HETB_QUEUE_NUM", + "name": "ESP_WIFI_TX_HETB_QUEUE_NUM", + "range": [ + 1, + 4 + ], + "title": "WiFi TX HE TB QUEUE number for STA HE TB PPDU transmission", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.", + "id": "ESP_WIFI_ENABLE_DUMP_HESIGB", + "name": "ESP_WIFI_ENABLE_DUMP_HESIGB", + "range": null, + "title": "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump MU CFO.", + "id": "ESP_WIFI_ENABLE_DUMP_MU_CFO", + "name": "ESP_WIFI_ENABLE_DUMP_MU_CFO", + "range": null, + "title": "Enable Wi-Fi dump MU CFO", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump NDPA frames.", + "id": "ESP_WIFI_ENABLE_DUMP_CTRL_NDPA", + "name": "ESP_WIFI_ENABLE_DUMP_CTRL_NDPA", + "range": null, + "title": "Enable Wi-Fi dump NDPA frames", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump BFRP frames.", + "id": "ESP_WIFI_ENABLE_DUMP_CTRL_BFRP", + "name": "ESP_WIFI_ENABLE_DUMP_CTRL_BFRP", + "range": null, + "title": "Enable Wi-Fi dump BFRP frames", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable validate each WPS attribute\nrigorously. Disabling this add the workarounds with various APs.\nEnabling this may cause inter operability issues with some APs.", + "id": "ESP_WIFI_WPS_STRICT", + "name": "ESP_WIFI_WPS_STRICT", + "range": null, + "title": "Strictly validate all WPS attributes", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to get passphrase during WPS configuration.\nThis option fakes the virtual display capabilities to get the\nconfiguration in passphrase mode.\nNot recommended to be used since WPS credentials should not\nbe shared to other devices, making it in readable format increases\nthat risk, also passphrase requires pbkdf2 to convert in psk.", + "id": "ESP_WIFI_WPS_PASSPHRASE", + "name": "ESP_WIFI_WPS_PASSPHRASE", + "range": null, + "title": "Get WPA2 passphrase in WPS config", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "id": "component-config-wi-fi-wps-configuration-options", + "title": "WPS Configuration Options", + "type": "menu" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to print logging information from WPA supplicant,\nthis includes handshake information and key hex dumps depending\non the project logging level.\n\nEnabling this could increase the build size ~60kb\ndepending on the project logging level.", + "id": "ESP_WIFI_DEBUG_PRINT", + "name": "ESP_WIFI_DEBUG_PRINT", + "range": null, + "title": "Print debug messages from WPA Supplicant", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this to enable unity test for DPP.", + "id": "ESP_WIFI_TESTING_OPTIONS", + "name": "ESP_WIFI_TESTING_OPTIONS", + "range": null, + "title": "Add DPP testing code", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this configuration to free dynamic buffers during WiFi enterprise connection.\nThis will enable chip to reduce heap consumption during WiFi enterprise connection.", + "id": "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER", + "name": "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER", + "range": null, + "title": "Free dynamic buffers during WiFi enterprise connection", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this to enable/disable enterprise connection support.\n\ndisabling this will reduce binary size.\ndisabling this will disable the use of any esp_wifi_sta_wpa2_ent_* (as APIs will be meaningless)\n\nNote that when using bigger certificates on low-power chips without crypto\nhardware acceleration, it is recommended to adjust the task watchdog timer (TWDT)\nif it is enabled. For precise information on timing requirements, you can check\nperformance numbers at https://github.com/espressif/mbedtls/wiki/Performance-Numbers.", + "id": "ESP_WIFI_ENTERPRISE_SUPPORT", + "name": "ESP_WIFI_ENTERPRISE_SUPPORT", + "range": null, + "title": "Enable enterprise option", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-wi-fi", + "title": "Wi-Fi", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_ENABLE_TO_FLASH", + "name": "ESP_COREDUMP_ENABLE_TO_FLASH", + "range": null, + "title": "Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_ENABLE_TO_UART", + "name": "ESP_COREDUMP_ENABLE_TO_UART", + "range": null, + "title": "UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_ENABLE_TO_NONE", + "name": "ESP_COREDUMP_ENABLE_TO_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select place to store core dump: flash, uart or none (to disable core dumps generation).\n\nCore dumps to Flash are not available if PSRAM is used for task stacks.\n\nIf core dump is configured to be stored in flash and custom partition table is used add\ncorresponding entry to your CSV. For examples, please see predefined partition table CSV descriptions\nin the components/partition_table directory.", + "id": "component-config-core-dump-data-destination", + "name": "ESP_COREDUMP_TO_FLASH_OR_UART", + "title": "Data destination", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DATA_FORMAT_BIN", + "name": "ESP_COREDUMP_DATA_FORMAT_BIN", + "range": null, + "title": "Binary format", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DATA_FORMAT_ELF", + "name": "ESP_COREDUMP_DATA_FORMAT_ELF", + "range": null, + "title": "ELF format", + "type": "bool" + } + ], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_NONE", + "help": "Select the data format for core dump.", + "id": "component-config-core-dump-core-dump-data-format", + "name": "ESP_COREDUMP_DATA_FORMAT", + "title": "Core dump data format", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_CHECKSUM_CRC32", + "name": "ESP_COREDUMP_CHECKSUM_CRC32", + "range": null, + "title": "Use CRC32 for integrity verification", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF && ", + "help": null, + "id": "ESP_COREDUMP_CHECKSUM_SHA256", + "name": "ESP_COREDUMP_CHECKSUM_SHA256", + "range": null, + "title": "Use SHA256 for integrity verification", + "type": "bool" + } + ], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_NONE", + "help": "Select the integrity check for the core dump.", + "id": "component-config-core-dump-core-dump-data-integrity-check", + "name": "ESP_COREDUMP_CHECKSUM", + "title": "Core dump data integrity check", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF", + "help": "Storing these sections can help with easier debugging and troubleshooting.\nHowever, additional storage space will be required in the core dump partition.\nAt least 128KB should be reserved, but the actual amount required may vary based\non the application's DRAM usage.\nNote that sections located in external RAM will not be stored.", + "id": "ESP_COREDUMP_CAPTURE_DRAM", + "name": "ESP_COREDUMP_CAPTURE_DRAM", + "range": null, + "title": "Include whole .bss and .data sections and heap data into core dump file", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE_TO_FLASH", + "help": "When enabled, if any data are found on the flash core dump partition,\nthey will be checked by calculating their checksum.", + "id": "ESP_COREDUMP_CHECK_BOOT", + "name": "ESP_COREDUMP_CHECK_BOOT", + "range": null, + "title": "Check core dump data integrity on boot", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable core dump module.", + "id": "ESP_COREDUMP_ENABLE", + "name": "ESP_COREDUMP_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE", + "help": "Enable/disable coredump logs. Logs strings from espcoredump component are\nplaced in DRAM. Disabling these helps to save ~5KB of internal memory.", + "id": "ESP_COREDUMP_LOGS", + "name": "ESP_COREDUMP_LOGS", + "range": null, + "title": "Enable coredump logs for debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE", + "help": "Maximum number of tasks snapshots in core dump.", + "id": "ESP_COREDUMP_MAX_TASKS_NUM", + "name": "ESP_COREDUMP_MAX_TASKS_NUM", + "range": null, + "title": "Maximum number of tasks", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE_TO_UART", + "help": "Config delay (in ms) before printing core dump to UART.\nDelay can be interrupted by pressing Enter key.", + "id": "ESP_COREDUMP_UART_DELAY", + "name": "ESP_COREDUMP_UART_DELAY", + "range": null, + "title": "Delay before print to UART", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE_TO_FLASH", + "help": "Don't overwrite an existing core dump already present in flash.\nEnable this option to only keep the first of multiple core dumps.\n\nIf enabled, the core dump partition must be erased before the first\ncore dump can be written.", + "id": "ESP_COREDUMP_FLASH_NO_OVERWRITE", + "name": "ESP_COREDUMP_FLASH_NO_OVERWRITE", + "range": null, + "title": "Don't overwrite existing core dump", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Force the use of a custom DRAM stack for coredump when Task stacks can be in PSRAM.", + "id": "ESP_COREDUMP_USE_STACK_SIZE", + "name": "ESP_COREDUMP_USE_STACK_SIZE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE", + "help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value around 1300-1800\ndepending on the chosen checksum calculation method. SHA256 method needs more stack space than CRC32.\nNOTE: It eats DRAM.", + "id": "ESP_COREDUMP_STACK_SIZE", + "name": "ESP_COREDUMP_STACK_SIZE", + "range": null, + "title": "Reserved stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF && ESP_COREDUMP_ENABLE_TO_FLASH && IDF_TARGET_ARCH_RISCV", + "help": "Size of the buffer that would be reserved for extracting backtrace info summary.\nThis buffer will contain the stack dump of the crashed task. This dump is useful in generating backtrace", + "id": "ESP_COREDUMP_SUMMARY_STACKDUMP_SIZE", + "name": "ESP_COREDUMP_SUMMARY_STACKDUMP_SIZE", + "range": null, + "title": "Size of the stack dump buffer", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DECODE_INFO", + "name": "ESP_COREDUMP_DECODE_INFO", + "range": null, + "title": "Decode and show summary (info_corefile)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DECODE_DISABLE", + "name": "ESP_COREDUMP_DECODE_DISABLE", + "range": null, + "title": "Don't decode", + "type": "bool" + } + ], + "depends_on": "ESP_COREDUMP_ENABLE_TO_UART", + "help": null, + "id": "component-config-core-dump-handling-of-uart-core-dumps-in-idf-monitor", + "name": "ESP_COREDUMP_DECODE", + "title": "Handling of UART core dumps in IDF Monitor", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_COREDUMP_DECODE", + "name": "ESP_COREDUMP_DECODE", + "range": null, + "title": null, + "type": "string" + } + ], + "depends_on": null, + "id": "component-config-core-dump", + "title": "Core dump", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Number of volumes (logical drives) to use.", + "id": "FATFS_VOLUME_COUNT", + "name": "FATFS_VOLUME_COUNT", + "range": [ + 1, + 10 + ], + "title": "Number of volumes", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_NONE", + "name": "FATFS_LFN_NONE", + "range": null, + "title": "No long filenames", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_HEAP", + "name": "FATFS_LFN_HEAP", + "range": null, + "title": "Long filename buffer in heap", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_STACK", + "name": "FATFS_LFN_STACK", + "range": null, + "title": "Long filename buffer on stack", + "type": "bool" + } + ], + "depends_on": null, + "help": "Support long filenames in FAT. Long filename data increases\nmemory usage. FATFS can be configured to store the buffer for\nlong filename data in stack or heap.", + "id": "component-config-fat-filesystem-support-long-filename-support", + "name": "FATFS_LONG_FILENAMES", + "title": "Long filename support", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_SECTOR_512", + "name": "FATFS_SECTOR_512", + "range": null, + "title": "512", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_SECTOR_4096", + "name": "FATFS_SECTOR_4096", + "range": null, + "title": "4096", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify the size of the sector in bytes for FATFS partition generator.", + "id": "component-config-fat-filesystem-support-sector-size", + "name": "FATFS_SECTOR_SIZE", + "title": "Sector size", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_DYNAMIC", + "name": "FATFS_CODEPAGE_DYNAMIC", + "range": null, + "title": "Dynamic (all code pages supported)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_437", + "name": "FATFS_CODEPAGE_437", + "range": null, + "title": "US (CP437)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_720", + "name": "FATFS_CODEPAGE_720", + "range": null, + "title": "Arabic (CP720)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_737", + "name": "FATFS_CODEPAGE_737", + "range": null, + "title": "Greek (CP737)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_771", + "name": "FATFS_CODEPAGE_771", + "range": null, + "title": "KBL (CP771)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_775", + "name": "FATFS_CODEPAGE_775", + "range": null, + "title": "Baltic (CP775)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_850", + "name": "FATFS_CODEPAGE_850", + "range": null, + "title": "Latin 1 (CP850)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_852", + "name": "FATFS_CODEPAGE_852", + "range": null, + "title": "Latin 2 (CP852)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_855", + "name": "FATFS_CODEPAGE_855", + "range": null, + "title": "Cyrillic (CP855)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_857", + "name": "FATFS_CODEPAGE_857", + "range": null, + "title": "Turkish (CP857)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_860", + "name": "FATFS_CODEPAGE_860", + "range": null, + "title": "Portuguese (CP860)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_861", + "name": "FATFS_CODEPAGE_861", + "range": null, + "title": "Icelandic (CP861)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_862", + "name": "FATFS_CODEPAGE_862", + "range": null, + "title": "Hebrew (CP862)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_863", + "name": "FATFS_CODEPAGE_863", + "range": null, + "title": "Canadian French (CP863)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_864", + "name": "FATFS_CODEPAGE_864", + "range": null, + "title": "Arabic (CP864)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_865", + "name": "FATFS_CODEPAGE_865", + "range": null, + "title": "Nordic (CP865)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_866", + "name": "FATFS_CODEPAGE_866", + "range": null, + "title": "Russian (CP866)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_869", + "name": "FATFS_CODEPAGE_869", + "range": null, + "title": "Greek 2 (CP869)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_932", + "name": "FATFS_CODEPAGE_932", + "range": null, + "title": "Japanese (DBCS) (CP932)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_936", + "name": "FATFS_CODEPAGE_936", + "range": null, + "title": "Simplified Chinese (DBCS) (CP936)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_949", + "name": "FATFS_CODEPAGE_949", + "range": null, + "title": "Korean (DBCS) (CP949)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_950", + "name": "FATFS_CODEPAGE_950", + "range": null, + "title": "Traditional Chinese (DBCS) (CP950)", + "type": "bool" + } + ], + "depends_on": null, + "help": "OEM code page used for file name encodings.\n\nIf \"Dynamic\" is selected, code page can be chosen at runtime using\nf_setcp function. Note that choosing this option will increase\napplication size by ~480kB.", + "id": "component-config-fat-filesystem-support-oem-code-page", + "name": "FATFS_CHOOSE_CODEPAGE", + "title": "OEM Code Page", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FATFS_CODEPAGE", + "name": "FATFS_CODEPAGE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "!FATFS_LFN_NONE", + "help": "Maximum long filename length. Can be reduced to save RAM.", + "id": "FATFS_MAX_LFN", + "name": "FATFS_MAX_LFN", + "range": null, + "title": "Max long filename length", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_ANSI_OEM", + "name": "FATFS_API_ENCODING_ANSI_OEM", + "range": null, + "title": "API uses ANSI/OEM encoding", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_UTF_8", + "name": "FATFS_API_ENCODING_UTF_8", + "range": null, + "title": "API uses UTF-8 encoding", + "type": "bool" + } + ], + "depends_on": "!FATFS_LFN_NONE", + "help": "Choose encoding for character and string arguments/returns when using\nFATFS APIs. The encoding of arguments will usually depend on text\neditor settings.", + "id": "component-config-fat-filesystem-support-api-character-encoding", + "name": "FATFS_API_ENCODING", + "title": "API character encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "This option sets the FATFS configuration value _FS_LOCK.\nThe option _FS_LOCK switches file lock function to control duplicated file open\nand illegal operation to open objects.\n\n* 0: Disable file lock function. To avoid volume corruption, application\nshould avoid illegal open, remove and rename to the open objects.\n\n* >0: Enable file lock function. The value defines how many files/sub-directories\ncan be opened simultaneously under file lock control.\n\nNote that the file lock control is independent of re-entrancy.", + "id": "FATFS_FS_LOCK", + "name": "FATFS_FS_LOCK", + "range": [ + 0, + 65535 + ], + "title": "Number of simultaneously open files protected by lock function", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.\nSets the number of milliseconds FATFS will wait to acquire a mutex when\noperating on an open file. For example, if one task is performing a lengthy\noperation, another task will wait for the first task to release the lock,\nand time out after amount of time set by this option.", + "id": "FATFS_TIMEOUT_MS", + "name": "FATFS_TIMEOUT_MS", + "range": null, + "title": "Timeout for acquiring a file lock, ms", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This option affects FATFS configuration value _FS_TINY.\n\nIf this option is set, _FS_TINY is 0, and each open file has its own cache,\nsize of the cache is equal to the _MAX_SS variable (512 or 4096 bytes).\nThis option uses more RAM if more than 1 file is open, but needs less reads\nand writes to the storage for some operations.\n\nIf this option is not set, _FS_TINY is 1, and single cache is used for\nall open files, size is also equal to _MAX_SS variable. This reduces the\namount of heap used when multiple files are open, but increases the number\nof read and write operations which FATFS needs to make.", + "id": "FATFS_PER_FILE_CACHE", + "name": "FATFS_PER_FILE_CACHE", + "range": null, + "title": "Use separate cache for each file", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC", + "help": "When the option is enabled, internal buffers used by FATFS will be allocated\nfrom external RAM. If the allocation from external RAM fails, the buffer will\nbe allocated from the internal RAM.\nDisable this option if optimizing for performance. Enable this option if\noptimizing for internal memory size.", + "id": "FATFS_ALLOC_PREFER_EXTRAM", + "name": "FATFS_ALLOC_PREFER_EXTRAM", + "range": null, + "title": "Prefer external RAM when allocating FATFS buffers", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The fast seek feature enables fast backward/long seek operations without\nFAT access by using an in-memory CLMT (cluster link map table).\nPlease note, fast-seek is only allowed for read-mode files, if a\nfile is opened in write-mode, the seek mechanism will automatically fallback\nto the default implementation.", + "id": "FATFS_USE_FASTSEEK", + "name": "FATFS_USE_FASTSEEK", + "range": null, + "title": "Enable fast seek algorithm when using lseek function through VFS FAT", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_USE_STRFUNC_NONE", + "name": "FATFS_USE_STRFUNC_NONE", + "range": null, + "title": "0:Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV", + "name": "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV", + "range": null, + "title": "1:Enable without LF-CRLF conversion", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_USE_STRFUNC_WITH_CRLF_CONV", + "name": "FATFS_USE_STRFUNC_WITH_CRLF_CONV", + "range": null, + "title": "2:Enable with LF-CRLF conversion", + "type": "bool" + } + ], + "depends_on": null, + "help": "These are specialized alternatives to stdio functions for working\ndirectly with FATFS without VFS. Legacy code may need functions,\nbut for new development, it is advised to use stdio under VFS.\n\n0: Disable. FF_PRINT_LLI, FF_PRINT_FLOAT and FF_STRF_ENCODE have no effect.\n1: Enable without LF-CRLF conversion.\n2: Enable with LF-CRLF conversion.", + "id": "component-config-fat-filesystem-support-enable-string-functions-f_gets-f_putc-f_puts-and-f_printf-", + "name": "FATFS_USE_STRFUNC_CHOICE", + "title": "Enable string functions, f_gets(), f_putc(), f_puts() and f_printf()", + "type": "choice" + }, + { + "children": [], + "depends_on": "!FATFS_USE_STRFUNC_NONE", + "help": null, + "id": "FATFS_PRINT_LLI", + "name": "FATFS_PRINT_LLI", + "range": null, + "title": "Make fatfs f_printf() support long long argument", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FATFS_USE_STRFUNC_NONE", + "help": null, + "id": "FATFS_PRINT_FLOAT", + "name": "FATFS_PRINT_FLOAT", + "range": null, + "title": "Make fatfs f_printf() support floating point argument", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_ANSI", + "name": "FATFS_STRF_ENCODE_ANSI", + "range": null, + "title": "0:ANSI/OEM in current CP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_UTF16LE", + "name": "FATFS_STRF_ENCODE_UTF16LE", + "range": null, + "title": "1:Unicode in UTF-16LE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_UTF16BE", + "name": "FATFS_STRF_ENCODE_UTF16BE", + "range": null, + "title": "2:Unicode in UTF-16BE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_UTF8", + "name": "FATFS_STRF_ENCODE_UTF8", + "range": null, + "title": "3:Unicode in UTF-8", + "type": "bool" + } + ], + "depends_on": "!FATFS_LFN_NONE && !FATFS_USE_STRFUNC_NONE", + "help": "When FF_LFN_UNICODE >= 1 with LFN enabled, string functions convert the character\nencoding in it. FF_STRF_ENCODE selects assumption of character encoding ON THE FILE\nto be read/written via those functions.\n0: ANSI/OEM in current CP\n1: Unicode in UTF-16LE\n2: Unicode in UTF-16BE\n3: Unicode in UTF-8", + "id": "component-config-fat-filesystem-support-fatfs-string-functions-convert-character-encoding", + "name": "FATFS_STRF_ENCODE_CHOICE", + "title": "FatFS string functions: convert character encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": "FATFS_USE_FASTSEEK", + "help": "If fast seek algorithm is enabled, this defines the size of\nCLMT buffer used by this algorithm in 32-bit word units.\nThis value should be chosen based on prior knowledge of\nmaximum elements of each file entry would store.", + "id": "FATFS_FAST_SEEK_BUFFER_SIZE", + "name": "FATFS_FAST_SEEK_BUFFER_SIZE", + "range": null, + "title": "Fast seek CLMT buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If set to 0, the 'newlib' library's default size (BLKSIZ) is used (128 B).\nIf set to a non-zero value, the value is used as the block size.\nDefault file buffer size is set to this value\nand the buffer is allocated when first attempt of reading/writing to a file is made.\nIncreasing this value improves fread() speed, however the heap usage is increased as well.\n\nNOTE: The block size value is shared by all the filesystem functions\naccessing target media for given file descriptor!\nSee 'Improving I/O performance' section of 'Maximizing Execution Speed' documentation page\nfor more details.", + "id": "FATFS_VFS_FSTAT_BLKSIZE", + "name": "FATFS_VFS_FSTAT_BLKSIZE", + "range": null, + "title": "Default block size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enables automatic calling of f_sync() to flush recent file changes after each call of vfs_fat_write(),\nvfs_fat_pwrite(), vfs_fat_link(), vfs_fat_truncate() and vfs_fat_ftruncate() functions.\nThis feature improves file-consistency and size reporting accuracy for the FatFS,\nat a price on decreased performance due to frequent disk operations", + "id": "FATFS_IMMEDIATE_FSYNC", + "name": "FATFS_IMMEDIATE_FSYNC", + "range": null, + "title": "Enable automatic f_sync", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Allows FATFS volume label to be specified using f_setlabel", + "id": "FATFS_USE_LABEL", + "name": "FATFS_USE_LABEL", + "range": null, + "title": "Use FATFS volume label", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, the whole link operation (including file copying) is performed under lock.\nThis ensures that the link operation is atomic, but may cause performance for large files.\nIt may create less fragmented file copy.", + "id": "FATFS_LINK_LOCK", + "name": "FATFS_LINK_LOCK", + "range": null, + "title": "Perform the whole link operation under lock", + "type": "bool" + }, + { + "children": [], + "depends_on": "CONFIG_WL_SECTOR_SIZE_4096", + "help": "If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.\nThis option is useful when using multiple FATFS instances with different\nsector sizes, as the buffers will be allocated according to the sector size.\nIf disabled, the greatest sector size will be used for all FATFS instances.\n(In most cases, this would be the sector size of Wear Levelling library)\nThis might cause more memory to be used than necessary.", + "id": "FATFS_USE_DYN_BUFFERS", + "name": "FATFS_USE_DYN_BUFFERS", + "range": null, + "title": "Use dynamic buffers", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-fat-filesystem-support", + "title": "FAT Filesystem support", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32P4", + "help": "Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:\nhttps://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp\n\nIDF has added an experimental port of this SMP kernel located in\ncomponents/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP\nkernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.\n\nLeaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:\ncomponents/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in\ntheir implementation and features.", + "id": "FREERTOS_SMP", + "name": "FREERTOS_SMP", + "range": null, + "title": "Run the Amazon SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This version of FreeRTOS normally takes control of all cores of the CPU. Select this if you only want\nto start it on the first core. This is needed when e.g. another process needs complete control over the\nsecond core.", + "id": "FREERTOS_UNICORE", + "name": "FREERTOS_UNICORE", + "range": null, + "title": "Run FreeRTOS only on first core", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the FreeRTOS tick interrupt frequency in Hz (see configTICK_RATE_HZ documentation for more\ndetails).", + "id": "FREERTOS_HZ", + "name": "FREERTOS_HZ", + "range": [ + 1, + 1000 + ], + "title": "configTICK_RATE_HZ", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE && !FREERTOS_SMP", + "help": "Enables port specific task selection method. This option can speed up the search of ready tasks\nwhen scheduling (see configUSE_PORT_OPTIMISED_TASK_SELECTION documentation for more details).", + "id": "FREERTOS_OPTIMIZED_SCHEDULER", + "name": "FREERTOS_OPTIMIZED_SCHEDULER", + "range": null, + "title": "configUSE_PORT_OPTIMISED_TASK_SELECTION", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW = 0)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "name": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "range": null, + "title": "No checking", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Check for stack overflows on each context switch by checking if the stack pointer is in a valid\nrange. Quick but does not detect stack overflows that happened between context switches\n(configCHECK_FOR_STACK_OVERFLOW = 1)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "name": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "range": null, + "title": "Check by stack pointer value (Method 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places some magic bytes at the end of the stack area and on each context switch, check if these\nbytes are still intact. More thorough than just checking the pointer, but also slightly slower.\n(configCHECK_FOR_STACK_OVERFLOW = 2)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "name": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "range": null, + "title": "Check using canary bytes (Method 2)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables FreeRTOS to check for stack overflows (see configCHECK_FOR_STACK_OVERFLOW documentation for\nmore details).\n\nNote: If users do not provide their own ``vApplicationStackOverflowHook()`` function, a default\nfunction will be provided by ESP-IDF.", + "id": "component-config-freertos-kernel-configcheck_for_stack_overflow", + "name": "FREERTOS_CHECK_STACKOVERFLOW", + "title": "configCHECK_FOR_STACK_OVERFLOW", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of thread local storage pointers in each task (see\nconfigNUM_THREAD_LOCAL_STORAGE_POINTERS documentation for more details).\n\nNote: In ESP-IDF, this value must be at least 1. Index 0 is reserved for use by the pthreads API\nthread-local-storage. Other indexes can be used for any desired purpose.", + "id": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "name": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "range": [ + 1, + 256 + ], + "title": "configNUM_THREAD_LOCAL_STORAGE_POINTERS", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the idle task stack size in bytes (see configMINIMAL_STACK_SIZE documentation for more details).\n\nNote:\n\n- ESP-IDF specifies stack sizes in bytes instead of words.\n- The default size is enough for most use cases.\n- The stack size may need to be increased above the default if the app installs idle or thread local\n storage cleanup hooks that use a lot of stack memory.\n- Conversely, the stack size can be reduced to the minimum if non of the idle features are used.", + "id": "FREERTOS_IDLE_TASK_STACKSIZE", + "name": "FREERTOS_IDLE_TASK_STACKSIZE", + "range": [ + 768, + 32768 + ], + "title": "configMINIMAL_STACK_SIZE (Idle task stack size)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the idle task application hook (see configUSE_IDLE_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationIdleHook( void );``\n- ``vApplicationIdleHook()`` is called from FreeRTOS idle task(s)\n- The FreeRTOS idle hook is NOT the same as the ESP-IDF Idle Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_IDLE_HOOK", + "name": "FREERTOS_USE_IDLE_HOOK", + "range": null, + "title": "configUSE_IDLE_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SMP", + "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationPassiveIdleHook( void );``\n- ``vApplicationPassiveIdleHook()`` is called from FreeRTOS minimal idle task(s)", + "id": "FREERTOS_USE_PASSIVE_IDLE_HOOK", + "name": "FREERTOS_USE_PASSIVE_IDLE_HOOK", + "range": null, + "title": "Use FreeRTOS minimal idle hook", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the tick hook (see configUSE_TICK_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationTickHook( void );``\n- ``vApplicationTickHook()`` is called from FreeRTOS's tick handling function ``xTaskIncrementTick()``\n- The FreeRTOS tick hook is NOT the same as the ESP-IDF Tick Interrupt Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_TICK_HOOK", + "name": "FREERTOS_USE_TICK_HOOK", + "range": null, + "title": "configUSE_TICK_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the maximum number of characters for task names (see configMAX_TASK_NAME_LEN documentation for\nmore details).\n\nNote: For most uses, the default of 16 characters is sufficient.", + "id": "FREERTOS_MAX_TASK_NAME_LEN", + "name": "FREERTOS_MAX_TASK_NAME_LEN", + "range": [ + 1, + 256 + ], + "title": "configMAX_TASK_NAME_LEN", + "type": "int" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX", + "help": "Enable backward compatibility with APIs prior to FreeRTOS v8.0.0. (see\nconfigENABLE_BACKWARD_COMPATIBILITY documentation for more details).", + "id": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "name": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "range": null, + "title": "configENABLE_BACKWARD_COMPATIBILITY", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's name (see configTIMER_SERVICE_TASK_NAME documentation for more details).", + "id": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "name": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "range": null, + "title": "configTIMER_SERVICE_TASK_NAME", + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "name": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's core affinity\n(see configTIMER_SERVICE_TASK_CORE_AFFINITY documentation for more details).", + "id": "component-config-freertos-kernel-configuse_timers-configtimer_service_task_core_affinity", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "title": "configTIMER_SERVICE_TASK_CORE_AFFINITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": null, + "id": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", + "range": [ + 1, + 25 + ], + "title": "configTIMER_TASK_PRIORITY", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "range": [ + 1536, + 32768 + ], + "title": "configTIMER_TASK_STACK_DEPTH", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "range": [ + 5, + 20 + ], + "title": "configTIMER_QUEUE_LENGTH", + "type": "int" + } + ], + "depends_on": null, + "help": "Enable FreeRTOS Software Timers. Normally the timer task will only get pulled into the build\nand created if any software timer related functions are used. This is achieved through IDF\ndefining a weak empty function for xTimerCreateTimerTask, which should take effect if timers.c\nis not pulled into the build.\n\nIn certain special cases (if you use configUSE_TRACE_FACILITY=y and event groups) the linker will\nstill pull in the xTimerCreateTimerTask from timers.c even if the function that utilized it gets\ndiscarded due to not being used.\n\nIn these cases you can use this option to force the timer task to be disabled.", + "id": "FREERTOS_USE_TIMERS", + "name": "FREERTOS_USE_TIMERS", + "range": null, + "title": "configUSE_TIMERS", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the queue registry (see configQUEUE_REGISTRY_SIZE documentation for more details).\n\nNote: A value of 0 will disable queue registry functionality", + "id": "FREERTOS_QUEUE_REGISTRY_SIZE", + "name": "FREERTOS_QUEUE_REGISTRY_SIZE", + "range": [ + 0, + 20 + ], + "title": "configQUEUE_REGISTRY_SIZE", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the task notification array of each task. When increasing this value, keep in\nmind that this means additional memory for each and every task on the system.\nHowever, task notifications in general are more light weight compared to alternatives\nsuch as semaphores.", + "id": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "name": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "range": [ + 1, + 32 + ], + "title": "configTASK_NOTIFICATION_ARRAY_ENTRIES", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TRACE_FACILITY", + "help": "Set configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS to 1 to include the\n``vTaskList()`` and ``vTaskGetRunTimeStats()`` functions in the build (see\nconfigUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).", + "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "name": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "range": null, + "title": "configUSE_STATS_FORMATTING_FUNCTIONS", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables additional structure members and functions to assist with execution visualization and tracing\n(see configUSE_TRACE_FACILITY documentation for more details).", + "id": "FREERTOS_USE_TRACE_FACILITY", + "name": "FREERTOS_USE_TRACE_FACILITY", + "range": null, + "title": "configUSE_TRACE_FACILITY", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable list integrity checker\n(see configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES documentation for more details).", + "id": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "name": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "range": null, + "title": "configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint32_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "range": null, + "title": "uint32_t", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint64_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "range": null, + "title": "uint64_t", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS && !FREERTOS_SMP", + "help": "Sets the data type used for the FreeRTOS run time stats. A larger data type can be used to reduce the\nfrequency of the counter overflowing.", + "id": "component-config-freertos-kernel-configgenerate_run_time_stats-configrun_time_counter_type", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE", + "title": "configRUN_TIME_COUNTER_TYPE", + "type": "choice" + } + ], + "depends_on": null, + "help": "Enables collection of run time statistics for each task (see configGENERATE_RUN_TIME_STATS\ndocumentation for more details).\n\nNote: The clock used for run time statistics can be configured in FREERTOS_RUN_TIME_STATS_CLK.", + "id": "FREERTOS_GENERATE_RUN_TIME_STATS", + "name": "FREERTOS_GENERATE_RUN_TIME_STATS", + "range": null, + "title": "configGENERATE_RUN_TIME_STATS", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "FreeRTOS will enter light sleep mode if no tasks need to run for this number of ticks.\nYou can enable PM_PROFILING feature in esp_pm components and dump the sleep status with\nesp_pm_dump_locks, if the proportion of rejected sleeps is too high, please increase\nthis value to improve scheduling efficiency", + "id": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "name": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "range": null, + "title": "configEXPECTED_IDLE_TIME_BEFORE_SLEEP", + "type": "int" + } + ], + "depends_on": "PM_ENABLE", + "help": "If power management support is enabled, FreeRTOS will be able to put the system into light sleep mode\nwhen no tasks need to run for a number of ticks. This number can be set using\nFREERTOS_IDLE_TIME_BEFORE_SLEEP option. This feature is also known as \"automatic light sleep\".\n\nNote that timers created using esp_timer APIs may prevent the system from entering sleep mode, even\nwhen no tasks need to run. To skip unnecessary wake-up initialize a timer with the\n\"skip_unhandled_events\" option as true.\n\nIf disabled, automatic light sleep support will be disabled.", + "id": "FREERTOS_USE_TICKLESS_IDLE", + "name": "FREERTOS_USE_TICKLESS_IDLE", + "range": null, + "title": "configUSE_TICKLESS_IDLE", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables task tagging functionality and its associated API (see configUSE_APPLICATION_TASK_TAG\ndocumentation for more details).", + "id": "FREERTOS_USE_APPLICATION_TASK_TAG", + "name": "FREERTOS_USE_APPLICATION_TASK_TAG", + "range": null, + "title": "configUSE_APPLICATION_TASK_TAG", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-kernel", + "title": "Kernel", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME", + "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function\nmistakenly returns (i.e. does not delete), the call flow will return to the wrapper function. The\nwrapper function will then log an error and abort the application. This option is also required for GDB\nbacktraces and C++ exceptions to work correctly inside top-level task functions.", + "id": "FREERTOS_TASK_FUNCTION_WRAPPER", + "name": "FREERTOS_TASK_FUNCTION_WRAPPER", + "range": null, + "title": "Wrap task functions", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "FreeRTOS can check if a stack has overflown its bounds by checking either the value of the stack\npointer or by checking the integrity of canary bytes. (See FREERTOS_CHECK_STACKOVERFLOW for more\ninformation.) These checks only happen on a context switch, and the situation that caused the stack\noverflow may already be long gone by then. This option will use the last debug memory watchpoint to\nallow breaking into the debugger (or panic'ing) as soon as any of the last 32 bytes on the stack of a\ntask are overwritten. The side effect is that using gdb, you effectively have one hardware watchpoint\nless because the last one is overwritten as soon as a task switch happens.\n\nAnother consequence is that due to alignment requirements of the watchpoint, the usable stack size\ndecreases by up to 60 bytes. This is because the watchpoint region has to be aligned to its size and\nthe size for the stack watchpoint in IDF is 32 bytes.\n\nThis check only triggers if the stack overflow writes within 32 bytes near the end of the stack, rather\nthan overshooting further, so it is worth combining this approach with one of the other stack overflow\ncheck methods.\n\nWhen this watchpoint is hit, gdb will stop with a SIGTRAP message. When no JTAG OCD is attached,\nesp-idf will panic on an unhandled debug exception.", + "id": "FREERTOS_WATCHPOINT_END_OF_STACK", + "name": "FREERTOS_WATCHPOINT_END_OF_STACK", + "range": null, + "title": "Enable stack overflow debug watchpoint", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS > 0", + "help": "ESP-IDF provides users with the ability to free TLSP memory by registering TLSP deletion callbacks.\nThese callbacks are automatically called by FreeRTOS when a task is deleted. When this option is turned\non, the memory reserved for TLSPs in the TCB is doubled to make space for storing the deletion\ncallbacks. If the user does not wish to use TLSP deletion callbacks then this option could be turned\noff to save space in the TCB memory.", + "id": "FREERTOS_TLSP_DELETION_CALLBACKS", + "name": "FREERTOS_TLSP_DELETION_CALLBACKS", + "range": null, + "title": "Enable thread local storage pointers deletion callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "help": "Enable this option to make FreeRTOS call a user provided hook function right before it deletes a task\n(i.e., frees/releases a dynamically/statically allocated task's memory). This is useful if users want\nto know when a task is actually deleted (in case the task's deletion is delegated to the IDLE task).\n\nIf this config option is enabled, users must define a ``void vTaskPreDeletionHook( void * pxTCB )``\nhook function in their application.", + "id": "FREERTOS_TASK_PRE_DELETION_HOOK", + "name": "FREERTOS_TASK_PRE_DELETION_HOOK", + "range": null, + "title": "Enable task pre-deletion hook", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "THIS OPTION IS DEPRECATED. Use FREERTOS_TASK_PRE_DELETION_HOOK instead.\n\nEnable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", + "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "range": null, + "title": "Enable static task clean up hook (DEPRECATED)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP", + "help": "If enabled, assert that when a mutex semaphore is given, the task giving the semaphore is the task\nwhich is currently holding the mutex.", + "id": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "name": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "range": null, + "title": "Check that mutex semaphore is given by owner task", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The interrupt handlers have their own stack. The size of the stack can be defined here. Each processor\nhas its own stack, so the total size occupied will be twice this.", + "id": "FREERTOS_ISR_STACKSIZE", + "name": "FREERTOS_ISR_STACKSIZE", + "range": [ + 1536, + 32768 + ], + "title": "ISR stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, interrupt stack frame will be modified to point to the code of the\ninterrupted task as its return address. This helps the debugger (or the panic handler) show a backtrace\nfrom the interrupt to the task which was interrupted. This also works for nested interrupts: higher\nlevel interrupt stack can be traced back to the lower level interrupt. This option adds 4 instructions\nto the interrupt dispatching code.", + "id": "FREERTOS_INTERRUPT_BACKTRACE", + "name": "FREERTOS_INTERRUPT_BACKTRACE", + "range": null, + "title": "Enable backtrace from interrupt to task context", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)", + "help": "When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in\nhigher level interrupts is still not permitted.", + "id": "FREERTOS_FPU_IN_ISR", + "name": "FREERTOS_FPU_IN_ISR", + "range": null, + "title": "Use float in Level 1 ISR", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_CORETIMER", + "name": "FREERTOS_TICK_SUPPORT_CORETIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "name": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 0", + "id": "FREERTOS_CORETIMER_0", + "name": "FREERTOS_CORETIMER_0", + "range": null, + "title": "Timer 0 (int 6, level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 1", + "id": "FREERTOS_CORETIMER_1", + "name": "FREERTOS_CORETIMER_1", + "range": null, + "title": "Timer 1 (int 15, level 3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 1 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "range": null, + "title": "SYSTIMER 0 (level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 3 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "range": null, + "title": "SYSTIMER 0 (level 3)", + "type": "bool" + } + ], + "depends_on": null, + "help": "FreeRTOS needs a timer with an associated interrupt to use as the main tick source to increase\ncounters, run timers and do pre-emptive multitasking with. There are multiple timers available to do\nthis, with different interrupt priorities.", + "id": "component-config-freertos-port-tick-timer-source-xtensa-only-", + "name": "FREERTOS_CORETIMER", + "title": "Tick timer source (Xtensa Only)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_SYSTIMER", + "name": "FREERTOS_SYSTICK_USES_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_CCOUNT", + "name": "FREERTOS_SYSTICK_USES_CCOUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "ESP Timer will be used as the clock source for FreeRTOS run time stats. The ESP Timer runs at a\nfrequency of 1MHz regardless of Dynamic Frequency Scaling. Therefore the ESP Timer will overflow in\napproximately 4290 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "name": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "range": null, + "title": "Use ESP TIMER for run time stats", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SYSTICK_USES_CCOUNT && ", + "help": "CPU Clock will be used as the clock source for the generation of run time stats. The CPU Clock has\na frequency dependent on ESP_DEFAULT_CPU_FREQ_MHZ and Dynamic Frequency Scaling (DFS). Therefore\nthe CPU Clock frequency can fluctuate between 80 to 240MHz. Run time stats generated using the CPU\nClock represents the number of CPU cycles each task is allocated and DOES NOT reflect the amount of\ntime each task runs for (as CPU clock frequency can change). If the CPU clock consistently runs at\nthe maximum frequency of 240MHz, it will overflow in approximately 17 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "name": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "range": null, + "title": "Use CPU Clock for run time stats", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS", + "help": "Choose the clock source for FreeRTOS run time stats. Options are CPU0's CPU Clock or the ESP Timer.\nBoth clock sources are 32 bits. The CPU Clock can run at a higher frequency hence provide a finer\nresolution but will overflow much quicker. Note that run time stats are only valid until the clock\nsource overflows.", + "id": "component-config-freertos-port-choose-the-clock-source-for-run-time-stats", + "name": "FREERTOS_RUN_TIME_STATS_CLK", + "title": "Choose the clock source for run time stats", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled the selected Non-ISR FreeRTOS functions will be placed into Flash memory instead of IRAM.\nThis saves up to 8KB of IRAM depending on which functions are used.", + "id": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "name": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place FreeRTOS functions into Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, context of port*_CRITICAL calls (ISR or Non-ISR) would be checked to be in compliance with\nVanilla FreeRTOS. e.g Calling port*_CRITICAL from ISR context would cause assert failure", + "id": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "name": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "range": null, + "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-port", + "title": "Port", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && FREERTOS_SUPPORT_STATIC_ALLOCATION", + "help": "Accessing memory in PSRAM has certain restrictions, so task stacks allocated by xTaskCreate\nare by default allocated from internal RAM.\n\nThis option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.\nThis should only be used for tasks where the stack is never accessed while the cache is disabled.\n\nExtra notes for ESP32:\n\nBecause some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate (and related task creation functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory.\nIf you have a task that needs a large amount of stack and does not call on ROM code in any way\n(no direct calls, but also no Bluetooth/WiFi), you can try enable this to\ncause xTaskCreateStatic to allow tasks stack in external memory.", + "id": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "name": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic (READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-extra", + "title": "Extra", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_PORT", + "name": "FREERTOS_PORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NO_AFFINITY", + "name": "FREERTOS_NO_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "name": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Hidden option, gets selected by CONFIG_ESP_DEBUG_OCDAWARE", + "id": "FREERTOS_DEBUG_OCDAWARE", + "name": "FREERTOS_DEBUG_OCDAWARE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_PANIC_HANDLER_IRAM", + "help": null, + "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NUMBER_OF_CORES", + "name": "FREERTOS_NUMBER_OF_CORES", + "range": [ + 1, + 2 + ], + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-freertos", + "title": "FreeRTOS", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_ASSERTION_EQUALS_SYSTEM", + "name": "HAL_ASSERTION_EQUALS_SYSTEM", + "range": null, + "title": "Same as system assertion level", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 0 && ", + "help": null, + "id": "HAL_ASSERTION_DISABLE", + "name": "HAL_ASSERTION_DISABLE", + "range": null, + "title": "Disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 1 && ", + "help": null, + "id": "HAL_ASSERTION_SILENT", + "name": "HAL_ASSERTION_SILENT", + "range": null, + "title": "Silent", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 2 && ", + "help": null, + "id": "HAL_ASSERTION_ENABLE", + "name": "HAL_ASSERTION_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + } + ], + "depends_on": null, + "help": "Set the assert behavior / level for HAL component.\nHAL component assert level can be set separately,\nbut the level can't exceed the system assertion level.\ne.g. If the system assertion is disabled, then the HAL\nassertion can't be enabled either. If the system assertion\nis enable, then the HAL assertion can still be disabled\nby this Kconfig option.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--default-hal-assertion-level", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "title": "Default HAL assertion level", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_DEFAULT_ASSERTION_LEVEL", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_NONE", + "name": "HAL_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_ERROR", + "name": "HAL_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_WARN", + "name": "HAL_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_INFO", + "name": "HAL_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_DEBUG", + "name": "HAL_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_VERBOSE", + "name": "HAL_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": "!LOG_DEFAULT_LEVEL_NONE && !LOG_DEFAULT_LEVEL_ERROR && !LOG_DEFAULT_LEVEL_WARN && !LOG_DEFAULT_LEVEL_INFO && !LOG_DEFAULT_LEVEL_DEBUG && !LOG_DEFAULT_LEVEL_VERBOSE", + "help": "Specify how much output to see in HAL logs.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--hal-layer-log-verbosity", + "name": "HAL_LOG_LEVEL", + "title": "HAL layer log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_LOG_LEVEL", + "name": "HAL_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_SYSTIMER", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_SYSTIMER_USE_ROM_IMPL", + "name": "HAL_SYSTIMER_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of SysTimer HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_WDT", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_WDT_USE_ROM_IMPL", + "name": "HAL_WDT_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of WDT HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_MASTER_ISR_IN_IRAM", + "help": "Enable this option to place SPI master hal layer functions into IRAM.", + "id": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "name": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_SLAVE_ISR_IN_IRAM", + "help": "Enable this option to place SPI slave hal layer functions into IRAM.", + "id": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "name": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to apply the countermeasure for ECDSA signature operation\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.", + "id": "HAL_ECDSA_GEN_SIG_CM", + "name": "HAL_ECDSA_GEN_SIG_CM", + "range": null, + "title": "Enable countermeasure for ECDSA signature generation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll-", + "title": "Hardware Abstraction Layer (HAL) and Low Level (LL)", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_DISABLED", + "name": "HEAP_POISONING_DISABLED", + "range": null, + "title": "Basic (no poisoning)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_LIGHT", + "name": "HEAP_POISONING_LIGHT", + "range": null, + "title": "Light impact", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_COMPREHENSIVE", + "name": "HEAP_POISONING_COMPREHENSIVE", + "range": null, + "title": "Comprehensive", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable heap poisoning features to detect heap corruption caused by out-of-bounds access to heap memory.\n\nSee the \"Heap Memory Debugging\" page of the IDF documentation\nfor a description of each level of heap corruption detection.", + "id": "component-config-heap-memory-debugging-heap-corruption-detection", + "name": "HEAP_CORRUPTION_DETECTION", + "title": "Heap corruption detection", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_OFF", + "name": "HEAP_TRACING_OFF", + "range": null, + "title": "Disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_STANDALONE", + "name": "HEAP_TRACING_STANDALONE", + "range": null, + "title": "Standalone", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_TOHOST", + "name": "HEAP_TRACING_TOHOST", + "range": null, + "title": "Host-based", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables the heap tracing API defined in esp_heap_trace.h.\n\nThis function causes a moderate increase in IRAM code side and a minor increase in heap function\n(malloc/free/realloc) CPU overhead, even when the tracing feature is not used.\nSo it's best to keep it disabled unless tracing is being used.", + "id": "component-config-heap-memory-debugging-heap-tracing", + "name": "HEAP_TRACING_DEST", + "title": "Heap tracing", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disables heap tracing API.", + "id": "HEAP_TRACING", + "name": "HEAP_TRACING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "HEAP_TRACING", + "help": "Number of stack frames to save when tracing heap operation callers.\n\nMore stack frames uses more memory in the heap trace buffer (and slows down allocation), but\ncan provide useful information.", + "id": "HEAP_TRACING_STACK_DEPTH", + "name": "HEAP_TRACING_STACK_DEPTH", + "range": null, + "title": "Heap tracing stack depth", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable the user to implement function hooks triggered for each successful allocation and free.", + "id": "HEAP_USE_HOOKS", + "name": "HEAP_USE_HOOKS", + "range": null, + "title": "Use allocation and free hooks", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables tracking the task responsible for each heap allocation.\n\nThis function depends on heap poisoning being enabled and adds four more bytes of overhead for each block\nallocated.", + "id": "HEAP_TASK_TRACKING", + "name": "HEAP_TASK_TRACKING", + "range": null, + "title": "Enable heap task tracking", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "HEAP_TRACE_HASH_MAP", + "help": "When enabled this configuration forces the hash map to be placed in external RAM.", + "id": "HEAP_TRACE_HASH_MAP_IN_EXT_RAM", + "name": "HEAP_TRACE_HASH_MAP_IN_EXT_RAM", + "range": null, + "title": "Place hash map in external RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "HEAP_TRACE_HASH_MAP", + "help": "Defines the number of entries in the heap trace hashmap. Each entry takes 8 bytes.\nThe bigger this number is, the better the performance. Recommended range: 200 - 2000.", + "id": "HEAP_TRACE_HASH_MAP_SIZE", + "name": "HEAP_TRACE_HASH_MAP_SIZE", + "range": null, + "title": "The number of entries in the hash map", + "type": "int" + } + ], + "depends_on": "HEAP_TRACING_STANDALONE", + "help": "Enable this flag to use a hash map to increase performance in handling\nheap trace records.\n\nHeap trace standalone supports storing records as a list, or a list + hash map.\n\nUsing only a list takes less memory, but calls to 'free' will get slower as the\nlist grows. This is particularly affected when using HEAP_TRACE_ALL mode.\n\nBy using a list + hash map, calls to 'free' remain fast, at the cost of\nadditional memory to store the hash map.", + "id": "HEAP_TRACE_HASH_MAP", + "name": "HEAP_TRACE_HASH_MAP", + "range": null, + "title": "Use hash map mechanism to access heap trace records", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled, if a memory allocation operation fails it will cause a system abort.", + "id": "HEAP_ABORT_WHEN_ALLOCATION_FAILS", + "name": "HEAP_ABORT_WHEN_ALLOCATION_FAILS", + "range": null, + "title": "Abort if memory allocation fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HEAP_TLSF", + "help": "Enable this flag to use heap functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HEAP_TLSF_USE_ROM_IMPL", + "name": "HEAP_TLSF_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of heap tlsf library", + "type": "bool" + }, + { + "children": [], + "depends_on": "!HEAP_TLSF_USE_ROM_IMPL", + "help": "Enable this flag to save up RAM space by placing the heap component in the flash memory\n\nNote that it is only safe to enable this configuration if no functions from esp_heap_caps.h\nor esp_heap_trace.h are called from ISR.", + "id": "HEAP_PLACE_FUNCTION_INTO_FLASH", + "name": "HEAP_PLACE_FUNCTION_INTO_FLASH", + "range": null, + "title": "Force the entire heap component to be placed in flash memory", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-heap-memory-debugging", + "title": "Heap memory debugging", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "The number of 802.15.4 receive buffers", + "id": "IEEE802154_RX_BUFFER_SIZE", + "name": "IEEE802154_RX_BUFFER_SIZE", + "range": [ + 2, + 100 + ], + "title": "The number of 802.15.4 receive buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Energy above threshold", + "id": "IEEE802154_CCA_CARRIER", + "name": "IEEE802154_CCA_CARRIER", + "range": null, + "title": "Carrier sense only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Energy above threshold", + "id": "IEEE802154_CCA_ED", + "name": "IEEE802154_CCA_ED", + "range": null, + "title": "Energy above threshold", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense OR energy above threshold", + "id": "IEEE802154_CCA_CARRIER_OR_ED", + "name": "IEEE802154_CCA_CARRIER_OR_ED", + "range": null, + "title": "Carrier sense OR energy above threshold", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense AND energy above threshold", + "id": "IEEE802154_CCA_CARRIER_AND_ED", + "name": "IEEE802154_CCA_CARRIER_AND_ED", + "range": null, + "title": "Carrier sense AND energy above threshold", + "type": "bool" + } + ], + "depends_on": "IEEE802154_ENABLED", + "help": "configure the CCA mode", + "id": "component-config-ieee-802-15-4-ieee802154-enable-clear-channel-assessment-cca-mode", + "name": "IEEE802154_CCA_MODE", + "title": "Clear Channel Assessment (CCA) mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": null, + "id": "IEEE802154_CCA_MODE", + "name": "IEEE802154_CCA_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "set the CCA threshold, in dB", + "id": "IEEE802154_CCA_THRESHOLD", + "name": "IEEE802154_CCA_THRESHOLD", + "range": [ + -120, + 0 + ], + "title": "CCA detection threshold", + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "set the pending table size", + "id": "IEEE802154_PENDING_TABLE_SIZE", + "name": "IEEE802154_PENDING_TABLE_SIZE", + "range": [ + 1, + 100 + ], + "title": "Pending table size", + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "Enable IEEE802154 multi-pan", + "id": "IEEE802154_MULTI_PAN_ENABLE", + "name": "IEEE802154_MULTI_PAN_ENABLE", + "range": null, + "title": "Enable multi-pan feature for frame filter", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "Enabling this option increases throughput by ~5% at the expense of ~2.1k\nIRAM code size increase.", + "id": "IEEE802154_TIMING_OPTIMIZATION", + "name": "IEEE802154_TIMING_OPTIMIZATION", + "range": null, + "title": "Enable throughput optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE && IEEE802154_ENABLED", + "help": "Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,\nwhich reduces current consumption.", + "id": "IEEE802154_SLEEP_ENABLE", + "name": "IEEE802154_SLEEP_ENABLE", + "range": null, + "title": "Enable IEEE802154 light sleep", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to add some probe codes in the driver, and these informations\nwill be printed when assert.", + "id": "IEEE802154_ASSERT", + "name": "IEEE802154_ASSERT", + "range": null, + "title": "Enrich the assert information with IEEE802154 state and event", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_EVENT", + "help": "set the record event table size", + "id": "IEEE802154_RECORD_EVENT_SIZE", + "name": "IEEE802154_RECORD_EVENT_SIZE", + "range": null, + "title": "Record event table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record event, when assert, the recorded event will be printed.", + "id": "IEEE802154_RECORD_EVENT", + "name": "IEEE802154_RECORD_EVENT", + "range": null, + "title": "Enable record event information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_STATE", + "help": "set the record state table size", + "id": "IEEE802154_RECORD_STATE_SIZE", + "name": "IEEE802154_RECORD_STATE_SIZE", + "range": null, + "title": "Record state table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record state, when assert, the recorded state will be printed.", + "id": "IEEE802154_RECORD_STATE", + "name": "IEEE802154_RECORD_STATE", + "range": null, + "title": "Enable record state information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_CMD", + "help": "set the record command table size", + "id": "IEEE802154_RECORD_CMD_SIZE", + "name": "IEEE802154_RECORD_CMD_SIZE", + "range": null, + "title": "Record command table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the command, when assert, the recorded\ncommand will be printed.", + "id": "IEEE802154_RECORD_CMD", + "name": "IEEE802154_RECORD_CMD", + "range": null, + "title": "Enable record command information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_ABORT", + "help": "set the record abort table size", + "id": "IEEE802154_RECORD_ABORT_SIZE", + "name": "IEEE802154_RECORD_ABORT_SIZE", + "range": null, + "title": "Record abort table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the abort, when assert, the recorded\nabort will be printed.", + "id": "IEEE802154_RECORD_ABORT", + "name": "IEEE802154_RECORD_ABORT", + "range": null, + "title": "Enable record abort information for debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the tx and rx", + "id": "IEEE802154_TXRX_STATISTIC", + "name": "IEEE802154_TXRX_STATISTIC", + "range": null, + "title": "Enable record tx/rx packets information for debugging", + "type": "bool" + } + ], + "depends_on": "IEEE802154_ENABLED", + "help": "Enabling this option allows different kinds of IEEE802154 debug output.\nAll IEEE802154 debug features increase the size of the final binary.", + "id": "IEEE802154_DEBUG", + "is_menuconfig": true, + "name": "IEEE802154_DEBUG", + "range": null, + "title": "Enable IEEE802154 Debug", + "type": "menu" + } + ], + "depends_on": null, + "help": null, + "id": "IEEE802154_ENABLED", + "name": "IEEE802154_ENABLED", + "range": null, + "title": "IEEE802154 Enable", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ieee-802-15-4", + "title": "IEEE 802.15.4", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set() function if LOG_DYNAMIC_LEVEL_CONTROL\nis enabled.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", + "id": "component-config-log-log-level-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_MAXIMUM_EQUALS_DEFAULT", + "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "range": null, + "title": "Same as default", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_ERROR", + "name": "LOG_MAXIMUM_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_WARN", + "name": "LOG_MAXIMUM_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_INFO", + "name": "LOG_MAXIMUM_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_DEBUG", + "name": "LOG_MAXIMUM_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_VERBOSE", + "name": "LOG_MAXIMUM_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", + "id": "component-config-log-log-level-maximum-log-verbosity", + "name": "LOG_MAXIMUM_LEVEL", + "title": "Maximum log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_MAXIMUM_LEVEL", + "name": "LOG_MAXIMUM_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enables an additional global \"master\" log level check that occurs before a log tag cache\nlookup. This is useful if you want to compile in a lot of logs that are selectable at\nruntime, but avoid the performance hit during periods where you don't want log output.\n\nExamples include remote log forwarding, or disabling logs during a time-critical or\nCPU-intensive section and re-enabling them later. Results in larger program size\ndepending on number of logs compiled in.\n\nIf enabled, defaults to LOG_DEFAULT_LEVEL and can be set using\nesp_log_set_level_master(). This check takes precedence over ESP_LOG_LEVEL_LOCAL.", + "id": "LOG_MASTER_LEVEL", + "name": "LOG_MASTER_LEVEL", + "range": null, + "title": "Enable global master log level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows dynamic changes to the log level at runtime\n(using esp_log_level_set()), providing the ability to increase or decrease\nthe log level during program execution.\nIf disabled, the log level remains static once set at compile-time and calling\nesp_log_level_set() will have no effect.\nIf binary size is a critical consideration and dynamic log level changes are not needed,\nconsider disabling this option when LOG_TAG_LEVEL_IMPL_NONE=y to minimize program size.", + "id": "LOG_DYNAMIC_LEVEL_CONTROL", + "name": "LOG_DYNAMIC_LEVEL_CONTROL", + "range": null, + "title": "Enable dynamic log level changes at runtime", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option disables the ability to set the log level per tag.\nThe ability to change the log level at runtime depends on LOG_DYNAMIC_LEVEL_CONTROL.\nIf LOG_DYNAMIC_LEVEL_CONTROL is disabled, then changing the log level at runtime\nusing `esp_log_level_set()` is not possible.\nThis implementation is suitable for highly constrained environments.", + "id": "LOG_TAG_LEVEL_IMPL_NONE", + "name": "LOG_TAG_LEVEL_IMPL_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use the linked list-only implementation (no cache) for log level retrieval.\nThis approach searches the linked list of all tags for the log level, which may be slower\nfor a large number of tags but may have lower memory requirements than the CACHE approach.\nThe linked list approach compares the whole strings of log tags for finding the log level.", + "id": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "range": null, + "title": "Linked List", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use a hybrid mode: cache in combination with the linked list\nfor log tag level checks. This hybrid approach offers a balance between speed and memory usage.\n\nThe cache stores recently accessed log tags and their corresponding log levels, providing\nfaster lookups for frequently used tags. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.\n\nFor less frequently used tags, the linked list is used to search for the log level, which may be\nslower for a large number of tags but has lower memory requirements compared to a full cache.\n\nThis hybrid approach aims to improve the efficiency of log level retrieval by combining the benefits\nof both cache and linked list implementations.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "range": null, + "title": "Cache + Linked List", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose the per-tag log level implementation for the log library. This functionality is used\nto enable/disable logs for a particular tag at run time. Applicable only for\napplication logs (i.e., not bootloader logs).", + "id": "component-config-log-log-level-level-settings-method-of-tag-level-checks", + "name": "LOG_TAG_LEVEL_IMPL", + "title": "Method of tag level checks", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a simple array-based cache implementation for storing and\nretrieving log tag levels. There is no additional code that reorders the cache for fast lookups.\nSuitable for projects where memory usage optimization is crucial and the simplicity of implementation\nis preferred.", + "id": "LOG_TAG_LEVEL_CACHE_ARRAY", + "name": "LOG_TAG_LEVEL_CACHE_ARRAY", + "range": null, + "title": "Array", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a binary min-heap-based cache implementation for efficient\nstorage and retrieval of log tag levels. It does automatically optimizing cache for fast lookups.\nSuitable for projects where speed of lookup is critical and memory usage can accommodate\nthe overhead of maintaining a binary min-heap structure.", + "id": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "name": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "range": null, + "title": "Binary Min-Heap", + "type": "bool" + } + ], + "depends_on": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "help": "The cache stores recently accessed log tags (address of tag) and their corresponding log levels,\nproviding faster lookups for frequently used tags. Cache size can be configured using the\nLOG_TAG_LEVEL_IMPL_CACHE_SIZE option. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.", + "id": "component-config-log-log-level-level-settings-cache-implementation", + "name": "LOG_TAG_LEVEL_CACHE_IMPL", + "title": "Cache implementation", + "type": "choice" + }, + { + "children": [], + "depends_on": "LOG_TAG_LEVEL_CACHE_ARRAY || LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "help": "This option sets the size of the cache used for log tag entries. The cache stores recently accessed\nlog tags and their corresponding log levels, which helps improve the efficiency of log level retrieval.\nThe value must be a power of 2 minus 1 (e.g., 1, 3, 7, 15, 31, 63, 127, 255, ...)\nto ensure proper cache behavior. For LOG_TAG_LEVEL_CACHE_ARRAY option the value can be any,\nwithout restrictions.\n\nNote: A larger cache size can improve lookup performance for frequently used log tags but may consume\nmore memory. Conversely, a smaller cache size reduces memory usage but may lead to more frequent cache\nevictions for less frequently used log tags.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "range": null, + "title": "Log Tag Cache Size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-log-log-level-level-settings", + "title": "Level Settings", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-log-log-level", + "title": "Log Level", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", + "range": null, + "title": "Color", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_NONE", + "name": "LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time (HH:MM:SS.sss)", + "type": "bool" + }, + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "range": null, + "title": "System Time (YY-MM-DD HH:MM:SS.sss)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- \"System time (HH:MM:SS.sss)\" is taken from POSIX time functions which use the chip's\n RTC and high resolution timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- \"System time (YY-MM-DD HH:MM:SS.sss)\" it is the same as the above,\n but also prints the date as well.\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-format-timestamp", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-log-format", + "title": "Format", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-log", + "title": "Log", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Builds normally if selected. Excludes LwIP from build if unselected, even if it is a\ndependency of a component or application.\nSome applications can switch their IP stacks, e.g., when switching between chip\nand Linux targets (LwIP stack vs. Linux IP stack). Since the LwIP dependency cannot\neasily be excluded based on a Kconfig option, it has to be a dependency in all cases.\nThis switch allows the LwIP stack to be built selectively, even if it is a dependency.", + "id": "LWIP_ENABLE", + "name": "LWIP_ENABLE", + "range": null, + "title": "Enable LwIP stack", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The default name this device will report to other devices on the network.\nCould be updated at runtime with esp_netif_set_hostname()", + "id": "LWIP_LOCAL_HOSTNAME", + "name": "LWIP_LOCAL_HOSTNAME", + "range": null, + "title": "Local netif hostname", + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, standard POSIX APIs: if_indextoname(), if_nametoindex()\ncould be used to convert network interface index to name\ninstead of IDF specific esp-netif APIs (such as esp_netif_get_netif_impl_name())", + "id": "LWIP_NETIF_API", + "name": "LWIP_NETIF_API", + "range": null, + "title": "Enable usage of standard POSIX APIs in LWIP", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "LWIP tcpip task priority. In case of high throughput, this parameter\ncould be changed up to (configMAX_PRIORITIES-1).", + "id": "LWIP_TCPIP_TASK_PRIO", + "name": "LWIP_TCPIP_TASK_PRIO", + "range": [ + 1, + 24 + ], + "title": "LWIP TCP/IP Task Priority", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_TCPIP_CORE_LOCKING", + "help": "when LWIP_TCPIP_CORE_LOCKING is enabled, this lets tcpip_input() grab the\nmutex for input packets as well, instead of allocating a message and passing\nit to tcpip_thread.", + "id": "LWIP_TCPIP_CORE_LOCKING_INPUT", + "name": "LWIP_TCPIP_CORE_LOCKING_INPUT", + "range": null, + "title": "Enable tcpip core locking input", + "type": "bool" + } + ], + "depends_on": null, + "help": "If Enable tcpip core locking,Creates a global mutex that is held\nduring TCPIP thread operations.Can be locked by client code to perform\nlwIP operations without changing into TCPIP thread using callbacks.\nSee LOCK_TCPIP_CORE() and UNLOCK_TCPIP_CORE().\n\nIf disable tcpip core locking,TCP IP will perform tasks through context switching", + "id": "LWIP_TCPIP_CORE_LOCKING", + "name": "LWIP_TCPIP_CORE_LOCKING", + "range": null, + "title": "Enable tcpip core locking", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable to check that the project does not violate lwip thread safety.\nIf enabled, all lwip functions that require thread awareness run an assertion\nto verify that the TCP/IP core functionality is either locked or accessed\nfrom the correct thread.", + "id": "LWIP_CHECK_THREAD_SAFETY", + "name": "LWIP_CHECK_THREAD_SAFETY", + "range": null, + "title": "Checks that lwip API runs in expected context", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, standard API such as gethostbyname\nsupport .local addresses by sending one shot multicast mDNS\nquery", + "id": "LWIP_DNS_SUPPORT_MDNS_QUERIES", + "name": "LWIP_DNS_SUPPORT_MDNS_QUERIES", + "range": null, + "title": "Enable mDNS queries in resolving host name", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, all traffic from layer2(WIFI Driver) will be\ncopied to a new buffer before sending it to layer3(LWIP stack), freeing\nthe layer2 buffer.\nPlease be notified that the total layer2 receiving buffer is fixed and\nESP32 currently supports 25 layer2 receiving buffer, when layer2 buffer\nruns out of memory, then the incoming packets will be dropped in hardware.\nThe layer3 buffer is allocated from the heap, so the total layer3 receiving\nbuffer depends on the available heap size, when heap runs out of memory,\nno copy will be sent to layer3 and packet will be dropped in layer2.\nPlease make sure you fully understand the impact of this feature before\nenabling it.", + "id": "LWIP_L2_TO_L3_COPY", + "name": "LWIP_L2_TO_L3_COPY", + "range": null, + "title": "Enable copy between Layer2 and Layer3 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, some functions relating to RX/TX in LWIP will be\nput into IRAM, it can improve UDP/TCP throughput by >10% for single core mode,\nit doesn't help too much for dual core mode. On the other hand, it needs about\n10KB IRAM for these optimizations.\n\nIf this feature is disabled, all lwip functions will be put into FLASH.", + "id": "LWIP_IRAM_OPTIMIZATION", + "name": "LWIP_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable LWIP IRAM optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, some tcp part functions relating to RX/TX in LWIP will be\nput into IRAM, it can improve TCP throughput. On the other hand, it needs about 17KB\nIRAM for these optimizations.", + "id": "LWIP_EXTRA_IRAM_OPTIMIZATION", + "name": "LWIP_EXTRA_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable LWIP IRAM optimization for TCP part", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, IGMP and MLD6 timers will be activated only\nwhen joining groups or receiving QUERY packets.\n\nThis feature will reduce the power consumption for applications which do not\nuse IGMP and MLD6.", + "id": "LWIP_TIMERS_ONDEMAND", + "name": "LWIP_TIMERS_ONDEMAND", + "range": null, + "title": "Enable LWIP Timers on demand", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ND6", + "help": "This option is used to set the the router flag for the NA packets.\nWhen enabled, the router flag in NA packet will always set to 1,\notherwise, never set router flag for NA packets.", + "id": "LWIP_FORCE_ROUTER_FORWARDING", + "name": "LWIP_FORCE_ROUTER_FORWARDING", + "range": null, + "title": "LWIP Force Router Forwarding Enable/Disable", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "This option is used to disable the Network Discovery Protocol (NDP) if it is not required.\nPlease use this option with caution, as the NDP is essential for IPv6 functionality within a local network.", + "id": "LWIP_ND6", + "name": "LWIP_ND6", + "range": null, + "title": "LWIP NDP6 Enable/Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nSockets take up a certain amount of memory, and allowing fewer\nsockets to be open at the same time conserves memory. Specify\nthe maximum amount of sockets here. The valid value is from 1\nto 253. If using value above 61, update CMakeLists defining\nFD_SETSIZE to the number of sockets used plus the\nexpected open files (minimum of +3 for stdout, stderr and stdin).", + "id": "LWIP_MAX_SOCKETS", + "name": "LWIP_MAX_SOCKETS", + "range": [ + 1, + 253 + ], + "title": "Max number of open sockets", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This option is deprecated. Do not use this option, use VFS_SUPPORT_SELECT instead.", + "id": "LWIP_USE_ONLY_LWIP_SELECT", + "name": "LWIP_USE_ONLY_LWIP_SELECT", + "range": null, + "title": "Support LWIP socket select() only (DEPRECATED)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows SO_LINGER processing.\nl_onoff = 1,l_linger can set the timeout.\n\nIf l_linger=0, When a connection is closed, TCP will terminate the connection.\nThis means that TCP will discard any data packets stored in the socket send buffer\nand send an RST to the peer.\n\nIf l_linger!=0,Then closesocket() calls to block the process until\nthe remaining data packets has been sent or timed out.", + "id": "LWIP_SO_LINGER", + "name": "LWIP_SO_LINGER", + "range": null, + "title": "Enable SO_LINGER processing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_SO_REUSE", + "help": "Enabling this option means that any incoming broadcast or multicast\npacket will be copied to all of the local sockets that it matches\n(may be more than one if SO_REUSEADDR is set on the socket.)\n\nThis increases memory overhead as the packets need to be copied,\nhowever they are only copied per matching socket. You can safely\ndisable it if you don't plan to receive broadcast or multicast\ntraffic on more than one socket at a time.", + "id": "LWIP_SO_REUSE_RXTOALL", + "name": "LWIP_SO_REUSE_RXTOALL", + "range": null, + "title": "SO_REUSEADDR copies broadcast/multicast to all matches", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enabling this option allows binding to a port which remains in\nTIME_WAIT.", + "id": "LWIP_SO_REUSE", + "name": "LWIP_SO_REUSE", + "range": null, + "title": "Enable SO_REUSEADDR option", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows checking for available data on a netconn.", + "id": "LWIP_SO_RCVBUF", + "name": "LWIP_SO_RCVBUF", + "range": null, + "title": "Enable SO_RCVBUF option", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows checking for the destination address\nof a received IPv4 Packet.", + "id": "LWIP_NETBUF_RECVINFO", + "name": "LWIP_NETBUF_RECVINFO", + "range": null, + "title": "Enable IP_PKTINFO option", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set value for Time-To-Live used by transport layers.", + "id": "LWIP_IP_DEFAULT_TTL", + "name": "LWIP_IP_DEFAULT_TTL", + "range": [ + 1, + 255 + ], + "title": "The value for Time-To-Live used by transport layers", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows fragmenting outgoing IP4 packets if their size\nexceeds MTU.", + "id": "LWIP_IP4_FRAG", + "name": "LWIP_IP4_FRAG", + "range": null, + "title": "Enable fragment outgoing IP4 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Enabling this option allows fragmenting outgoing IP6 packets if their size\nexceeds MTU.", + "id": "LWIP_IP6_FRAG", + "name": "LWIP_IP6_FRAG", + "range": null, + "title": "Enable fragment outgoing IP6 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows reassemblying incoming fragmented IP4 packets.", + "id": "LWIP_IP4_REASSEMBLY", + "name": "LWIP_IP4_REASSEMBLY", + "range": null, + "title": "Enable reassembly incoming fragmented IP4 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Enabling this option allows reassemblying incoming fragmented IP6 packets.", + "id": "LWIP_IP6_REASSEMBLY", + "name": "LWIP_IP6_REASSEMBLY", + "range": null, + "title": "Enable reassembly incoming fragmented IP6 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set the maximum amount of pbufs waiting to be reassembled.", + "id": "LWIP_IP_REASS_MAX_PBUFS", + "name": "LWIP_IP_REASS_MAX_PBUFS", + "range": [ + 10, + 100 + ], + "title": "The maximum amount of pbufs waiting to be reassembled", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "LWIP_IPV4_NAPT", + "help": "Enabling this option allows Port Forwarding or Port mapping.", + "id": "LWIP_IPV4_NAPT_PORTMAP", + "name": "LWIP_IPV4_NAPT_PORTMAP", + "range": null, + "title": "Enable NAT Port Mapping", + "type": "bool" + } + ], + "depends_on": "LWIP_IP_FORWARD", + "help": "Enabling this option allows Network Address and Port Translation.", + "id": "LWIP_IPV4_NAPT", + "name": "LWIP_IPV4_NAPT", + "range": null, + "title": "Enable NAT", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enabling this option allows packets forwarding across multiple interfaces.", + "id": "LWIP_IP_FORWARD", + "name": "LWIP_IP_FORWARD", + "range": null, + "title": "Enable IP forwarding", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows LWIP statistics", + "id": "LWIP_STATS", + "name": "LWIP_STATS", + "range": null, + "title": "Enable LWIP statistics", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ESP_GRATUITOUS_ARP", + "help": "Set the timer interval for gratuitous ARP. The default value is 60s", + "id": "LWIP_GARP_TMR_INTERVAL", + "name": "LWIP_GARP_TMR_INTERVAL", + "range": null, + "title": "GARP timer interval(seconds)", + "type": "int" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Enable this option allows to send gratuitous ARP periodically.\n\nThis option solve the compatibility issues.If the ARP table of the AP is old, and the AP\ndoesn't send ARP request to update it's ARP table, this will lead to the STA sending IP packet fail.\nThus we send gratuitous ARP periodically to let AP update it's ARP table.", + "id": "LWIP_ESP_GRATUITOUS_ARP", + "name": "LWIP_ESP_GRATUITOUS_ARP", + "range": null, + "title": "Send gratuitous ARP periodically", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ESP_MLDV6_REPORT", + "help": "Set the timer interval for mldv6 report. The default value is 30s", + "id": "LWIP_MLDV6_TMR_INTERVAL", + "name": "LWIP_MLDV6_TMR_INTERVAL", + "range": null, + "title": "mldv6 report timer interval(seconds)", + "type": "int" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enable this option allows to send mldv6 report periodically.\n\nThis option solve the issue that failed to receive multicast data.\nSome routers fail to forward multicast packets.\nTo solve this problem, send multicast mdlv6 report to routers regularly.", + "id": "LWIP_ESP_MLDV6_REPORT", + "name": "LWIP_ESP_MLDV6_REPORT", + "range": null, + "title": "Send mldv6 report periodically", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCPIP task receive mail box size. Generally bigger value means higher throughput\nbut more memory. The value should be bigger than UDP/TCP mail box size.", + "id": "LWIP_TCPIP_RECVMBOX_SIZE", + "name": "LWIP_TCPIP_RECVMBOX_SIZE", + "range": [ + 6, + 64 + ], + "title": "TCPIP task receive mail box size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "!LWIP_AUTOIP && ", + "help": null, + "id": "LWIP_DHCP_DOES_ARP_CHECK", + "name": "LWIP_DHCP_DOES_ARP_CHECK", + "range": null, + "title": "DHCP provides simple ARP check", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_DHCP_DOES_ACD_CHECK", + "name": "LWIP_DHCP_DOES_ACD_CHECK", + "range": null, + "title": "DHCP provides Address Conflict Detection (ACD)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP", + "name": "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP", + "range": null, + "title": "DHCP does not detect conflict on the offered IP", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Choose the preferred way of DHCP client to check if the offered address\nis available:\n* Using Address Conflict Detection (ACD) module assures that the offered IP address\nis properly probed and announced before binding in DHCP. This conforms to RFC5227,\nbut takes several seconds.\n* Using ARP check, we only send two ARP requests to check for replies. This process\nlasts 1 - 2 seconds.\n* No conflict detection: We directly bind the offered address.", + "id": "component-config-lwip-choose-how-dhcp-validates-offered-ip", + "name": "LWIP_DHCP_CHECKS_OFFERED_ADDRESS", + "title": "Choose how DHCP validates offered IP", + "type": "choice" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "This option could be used to disable DHCP client identification with its MAC address.\n(Client id is used by DHCP servers to uniquely identify clients and are included\nin the DHCP packets as an option 61)\nSet this option to \"y\" in order to exclude option 61 from DHCP packets.", + "id": "LWIP_DHCP_DISABLE_CLIENT_ID", + "name": "LWIP_DHCP_DISABLE_CLIENT_ID", + "range": null, + "title": "DHCP: Disable Use of HW address as client identification", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "This option could be used to disable DHCP client vendor class identification.\nSet this option to \"y\" in order to exclude option 60 from DHCP packets.", + "id": "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID", + "name": "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID", + "range": null, + "title": "DHCP: Disable Use of vendor class identification", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "When this option is enabled, DHCP client tries to re-obtain last valid IP address obtained from DHCP\nserver. Last valid DHCP configuration is stored in nvs and restored after reset/power-up. If IP is still\navailable, there is no need for sending discovery message to DHCP server and save some time.", + "id": "LWIP_DHCP_RESTORE_LAST_IP", + "name": "LWIP_DHCP_RESTORE_LAST_IP", + "range": null, + "title": "DHCP: Restore last IP obtained from DHCP server", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Set total length of outgoing DHCP option msg. Generally bigger value means it can carry more\noptions and values. If your code meets LWIP_ASSERT due to option value is too long.\nPlease increase the LWIP_DHCP_OPTIONS_LEN value.", + "id": "LWIP_DHCP_OPTIONS_LEN", + "name": "LWIP_DHCP_OPTIONS_LEN", + "range": [ + 68, + 255 + ], + "title": "DHCP total option length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Number of clients that may store data in client_data member array of struct netif.", + "id": "LWIP_NUM_NETIF_CLIENT_DATA", + "name": "LWIP_NUM_NETIF_CLIENT_DATA", + "range": [ + 0, + 256 + ], + "title": "Number of clients store data in netif", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set DHCP coarse interval in seconds.\nA higher value will be less precise but cost less power consumption.", + "id": "LWIP_DHCP_COARSE_TIMER_SECS", + "name": "LWIP_DHCP_COARSE_TIMER_SECS", + "range": [ + 1, + 10 + ], + "title": "DHCP coarse timer interval(s)", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "The DHCP server is calculating lease time multiplying the sent\nand received times by this number of seconds per unit.\nThe default is 60, that equals one minute.", + "id": "LWIP_DHCPS_LEASE_UNIT", + "name": "LWIP_DHCPS_LEASE_UNIT", + "range": [ + 1, + 3600 + ], + "title": "Multiplier for lease time, in seconds", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "The maximum number of DHCP clients that are connected to the server.\nAfter this number is exceeded, DHCP server removes of the oldest device\nfrom it's address pool, without notification.", + "id": "LWIP_DHCPS_MAX_STATION_NUM", + "name": "LWIP_DHCPS_MAX_STATION_NUM", + "range": [ + 1, + 64 + ], + "title": "Maximum number of stations", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "Enabling this option allows DHCP server to support temporary static ARP entries\nfor DHCP Client. This will help the DHCP server to send the DHCP OFFER and DHCP ACK using IP unicast.", + "id": "LWIP_DHCPS_STATIC_ENTRIES", + "name": "LWIP_DHCPS_STATIC_ENTRIES", + "range": null, + "title": "Enable ARP static entries", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "This allows the DNS option to be optional in the DHCP offers,\ndepending on the server's runtime configuration.\nWhen enabled, the DHCP server will always add the DNS option to DHCP responses.\nIf a DNS server is not explicitly configured, the server's IP address will be used\nas the fallback for the DNS option.\nWhen disabled, the DHCP server will only include the DNS option in responses\nif a DNS server has been explicitly configured.\nThis option will be removed in IDF v6.x", + "id": "LWIP_DHCPS_ADD_DNS", + "name": "LWIP_DHCPS_ADD_DNS", + "range": null, + "title": "Always add DNS option in DHCP responses", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows the device to run the DHCP server\n(to dynamically assign IPv4 addresses to clients).", + "id": "LWIP_DHCPS", + "name": "LWIP_DHCPS", + "range": null, + "title": "DHCPS: Enable IPv4 Dynamic Host Configuration Protocol Server (DHCPS)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-dhcp-server", + "title": "DHCP server", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "DHCP client will send this many probes before self-assigning a\nlink local address.\n\nFrom LWIP help: \"This can be set as low as 1 to get an AutoIP\naddress very quickly, but you should be prepared to handle a\nchanging IP address when DHCP overrides AutoIP.\" (In the case of\nESP-IDF, this means multiple SYSTEM_EVENT_STA_GOT_IP events.)", + "id": "LWIP_AUTOIP_TRIES", + "name": "LWIP_AUTOIP_TRIES", + "range": null, + "title": "DHCP Probes before self-assigning IPv4 LL address", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "If the AUTOIP functionality detects this many IP conflicts while\nself-assigning an address, it will go into a rate limited mode.", + "id": "LWIP_AUTOIP_MAX_CONFLICTS", + "name": "LWIP_AUTOIP_MAX_CONFLICTS", + "range": null, + "title": "Max IP conflicts before rate limiting", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "If rate limiting self-assignment requests, wait this long between\neach request.", + "id": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", + "name": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", + "range": null, + "title": "Rate limited interval (seconds)", + "type": "int" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows the device to self-assign an address\nin the 169.256/16 range if none is assigned statically or via DHCP.\n\nSee RFC 3927.", + "id": "LWIP_AUTOIP", + "is_menuconfig": true, + "name": "LWIP_AUTOIP", + "range": null, + "title": "Enable IPV4 Link-Local Addressing (AUTOIP)", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable IPv4 stack. If you want to use IPv6 only TCP/IP stack, disable this.", + "id": "LWIP_IPV4", + "name": "LWIP_IPV4", + "range": null, + "title": "Enable IPv4", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Enabling this option allows the devices to IPV6 stateless address autoconfiguration (SLAAC).\n\nSee RFC 4862.", + "id": "LWIP_IPV6_AUTOCONFIG", + "name": "LWIP_IPV6_AUTOCONFIG", + "range": null, + "title": "Enable IPV6 stateless address autoconfiguration (SLAAC)", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "The maximum number of IPv6 addresses on each interface. Any additional\naddresses will be discarded.", + "id": "LWIP_IPV6_NUM_ADDRESSES", + "name": "LWIP_IPV6_NUM_ADDRESSES", + "range": null, + "title": "Number of IPv6 addresses on each network interface", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Forwarding IPv6 packets between interfaces is only required when acting as\na router.", + "id": "LWIP_IPV6_FORWARD", + "name": "LWIP_IPV6_FORWARD", + "range": null, + "title": "Enable IPv6 forwarding between interfaces", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable IPv6 function. If not use IPv6 function, set this option to n.\nIf disabling LWIP_IPV6 then some other components (asio) will\nno longer be available.", + "id": "LWIP_IPV6", + "name": "LWIP_IPV6", + "range": null, + "title": "Enable IPv6", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6_AUTOCONFIG", + "help": "Use IPv6 Router Advertisement Recursive DNS Server Option (as per RFC 6106) to\ncopy a defined maximum number of DNS servers to the DNS module.\nSet this option to a number of desired DNS servers advertised in the RA protocol.\nThis feature is disabled when set to 0.", + "id": "LWIP_IPV6_RDNSS_MAX_DNS_SERVERS", + "name": "LWIP_IPV6_RDNSS_MAX_DNS_SERVERS", + "range": null, + "title": "Use IPv6 Router Advertisement Recursive DNS Server Option", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6_AUTOCONFIG", + "help": "Enable DHCPv6 for IPv6 stateless address autoconfiguration.\nNote that the dhcpv6 client has to be started using dhcp6_enable_stateless(netif);\nNote that the stateful address autoconfiguration is not supported.", + "id": "LWIP_IPV6_DHCP6", + "name": "LWIP_IPV6_DHCP6", + "range": null, + "title": "Enable DHCPv6 stateless address autoconfiguration", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable callbacks when the network interface is up/down and addresses are changed.", + "id": "LWIP_NETIF_STATUS_CALLBACK", + "name": "LWIP_NETIF_STATUS_CALLBACK", + "range": null, + "title": "Enable status callback for network interfaces", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_NETIF_LOOPBACK", + "help": "Configure the maximum number of packets which can be queued for\nloopback on a given interface. Reducing this number may cause packets\nto be dropped, but will avoid filling memory with queued packet data.", + "id": "LWIP_LOOPBACK_MAX_PBUFS", + "name": "LWIP_LOOPBACK_MAX_PBUFS", + "range": [ + 0, + 16 + ], + "title": "Max queued loopback packets per interface", + "type": "int" + } + ], + "depends_on": null, + "help": "Enabling this option means that if a packet is sent with a destination\naddress equal to the interface's own IP address, it will \"loop back\" and\nbe received by this interface.\nDisabling this option disables support of loopback interface in lwIP", + "id": "LWIP_NETIF_LOOPBACK", + "is_menuconfig": true, + "name": "LWIP_NETIF_LOOPBACK", + "range": null, + "title": "Support per-interface loopback", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously active TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew TCP connections after the limit is reached.", + "id": "LWIP_MAX_ACTIVE_TCP", + "name": "LWIP_MAX_ACTIVE_TCP", + "range": [ + 1, + 1024 + ], + "title": "Maximum active TCP Connections", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously listening TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew listening TCP connections after the limit is reached.", + "id": "LWIP_MAX_LISTENING_TCP", + "name": "LWIP_MAX_LISTENING_TCP", + "range": [ + 1, + 1024 + ], + "title": "Maximum listening TCP Connections", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Speed up the TCP retransmission interval. If disabled,\nit is recommended to change the number of SYN retransmissions to 6,\nand TCP initial rto time to 3000.", + "id": "LWIP_TCP_HIGH_SPEED_RETRANSMISSION", + "name": "LWIP_TCP_HIGH_SPEED_RETRANSMISSION", + "range": null, + "title": "TCP high speed retransmissions", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of retransmissions of data segments.", + "id": "LWIP_TCP_MAXRTX", + "name": "LWIP_TCP_MAXRTX", + "range": [ + 3, + 12 + ], + "title": "Maximum number of retransmissions of data segments", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of retransmissions of SYN segments.", + "id": "LWIP_TCP_SYNMAXRTX", + "name": "LWIP_TCP_SYNMAXRTX", + "range": [ + 3, + 12 + ], + "title": "Maximum number of retransmissions of SYN segments", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum segment size for TCP transmission.\n\nCan be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.\nIPv4 TCP_MSS Range: 576 <= TCP_MSS <= 1460\nIPv6 TCP_MSS Range: 1220<= TCP_MSS <= 1440", + "id": "LWIP_TCP_MSS", + "name": "LWIP_TCP_MSS", + "range": [ + 536, + 1460 + ], + "title": "Maximum Segment Size (MSS)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCP timer interval in milliseconds.\n\nCan be used to speed connections on bad networks.\nA lower value will redeliver unacked packets faster.", + "id": "LWIP_TCP_TMR_INTERVAL", + "name": "LWIP_TCP_TMR_INTERVAL", + "range": null, + "title": "TCP timer interval(ms)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum segment lifetime in milliseconds.", + "id": "LWIP_TCP_MSL", + "name": "LWIP_TCP_MSL", + "range": null, + "title": "Maximum segment lifetime (MSL)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum segment lifetime in milliseconds.", + "id": "LWIP_TCP_FIN_WAIT_TIMEOUT", + "name": "LWIP_TCP_FIN_WAIT_TIMEOUT", + "range": null, + "title": "Maximum FIN segment lifetime", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set default send buffer size for new TCP sockets.\n\nPer-socket send buffer size can be changed at runtime\nwith lwip_setsockopt(s, TCP_SNDBUF, ...).\n\nThis value must be at least 2x the MSS size, and the default\nis 4x the default MSS size.\n\nSetting a smaller default SNDBUF size can save some RAM, but\nwill decrease performance.", + "id": "LWIP_TCP_SND_BUF_DEFAULT", + "name": "LWIP_TCP_SND_BUF_DEFAULT", + "range": [ + 2440, + 65535 + ], + "title": "Default send buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set default TCP receive window size for new TCP sockets.\n\nPer-socket receive window size can be changed at runtime\nwith lwip_setsockopt(s, TCP_WINDOW, ...).\n\nSetting a smaller default receive window size can save some RAM,\nbut will significantly decrease performance.", + "id": "LWIP_TCP_WND_DEFAULT", + "name": "LWIP_TCP_WND_DEFAULT", + "range": [ + 2440, + 65535 + ], + "title": "Default receive window size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCP receive mail box size. Generally bigger value means higher throughput\nbut more memory. The recommended value is: LWIP_TCP_WND_DEFAULT/TCP_MSS + 2, e.g. if\nLWIP_TCP_WND_DEFAULT=14360, TCP_MSS=1436, then the recommended receive mail box size is\n(14360/1436 + 2) = 12.\n\nTCP receive mail box is a per socket mail box, when the application receives packets\nfrom TCP socket, LWIP core firstly posts the packets to TCP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nLWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets\nfor all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other\nwords, the bigger LWIP_TCP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receive mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the TCP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "id": "LWIP_TCP_RECVMBOX_SIZE", + "name": "LWIP_TCP_RECVMBOX_SIZE", + "range": [ + 6, + 64 + ], + "title": "Default TCP receive mail box size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCP accept mail box size. Generally bigger value means supporting larger backlogs\nbut more memory. The recommended value is 6, but applications can set it to a lower value\nif listening servers are meant to have a smaller backlog.\n\nTCP accept mail box is a per socket mail box, when the application listens for connections\nwith a given listening TCP socket. If the mailbox is full, LWIP will send a RST packet and\nthe client will fail to connect.", + "id": "LWIP_TCP_ACCEPTMBOX_SIZE", + "name": "LWIP_TCP_ACCEPTMBOX_SIZE", + "range": [ + 1, + 64 + ], + "title": "Default TCP accept mail box size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "The timeout value is TCP_OOSEQ_TIMEOUT * RTO.", + "id": "LWIP_TCP_OOSEQ_TIMEOUT", + "name": "LWIP_TCP_OOSEQ_TIMEOUT", + "range": [ + 1, + 30 + ], + "title": "Timeout for each pbuf queued in TCP OOSEQ, in RTOs.", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "If LWIP_TCP_OOSEQ_MAX_PBUFS = 0, TCP will not control the number of OOSEQ pbufs.\n\nIn a poor network environment, many out-of-order tcp pbufs will be received.\nThese out-of-order pbufs will be cached in the TCP out-of-order queue which will\ncause Wi-Fi/Ethernet fail to release RX buffer in time.\nIt is possible that all RX buffers for MAC layer are used by OOSEQ.\n\nControl the number of out-of-order pbufs to ensure\nthat the MAC layer has enough RX buffer to receive packets.\n\nIn the Wi-Fi scenario, recommended OOSEQ PBUFS Range:\n0 <= TCP_OOSEQ_MAX_PBUFS <= CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM/(MAX_TCP_NUMBER + 1)\n\nIn the Ethernet scenario,recommended Ethernet OOSEQ PBUFS Range:\n0 <= TCP_OOSEQ_MAX_PBUFS <= CONFIG_ETH_DMA_RX_BUFFER_NUM/(MAX_TCP_NUMBER + 1)\n\nWithin the recommended value range, the larger the value, the better the performance.\n\nMAX_TCP_NUMBER represent Maximum number of TCP connections in Wi-Fi(STA+SoftAP) and Ethernet scenario.", + "id": "LWIP_TCP_OOSEQ_MAX_PBUFS", + "name": "LWIP_TCP_OOSEQ_MAX_PBUFS", + "range": [ + 0, + 12 + ], + "title": "The maximum number of pbufs queued on OOSEQ per pcb", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "TCP will support sending selective acknowledgements (SACKs).", + "id": "LWIP_TCP_SACK_OUT", + "name": "LWIP_TCP_SACK_OUT", + "range": null, + "title": "Support sending selective acknowledgements", + "type": "bool" + } + ], + "depends_on": null, + "help": "Queue incoming out-of-order segments for later use.\n\nDisable this option to save some RAM during TCP sessions, at the expense\nof increased retransmissions if segments arrive out of order.", + "id": "LWIP_TCP_QUEUE_OOSEQ", + "name": "LWIP_TCP_QUEUE_OOSEQ", + "range": null, + "title": "Queue incoming out-of-order segments", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_MSS", + "name": "LWIP_TCP_OVERSIZE_MSS", + "range": null, + "title": "MSS", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_QUARTER_MSS", + "name": "LWIP_TCP_OVERSIZE_QUARTER_MSS", + "range": null, + "title": "25% MSS", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_DISABLE", + "name": "LWIP_TCP_OVERSIZE_DISABLE", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": null, + "help": "Allows enabling \"oversize\" allocation of TCP transmission pbufs ahead of time,\nwhich can reduce the length of pbuf chains used for transmission.\n\nThis will not make a difference to sockets where Nagle's algorithm\nis disabled.\n\nDefault value of MSS is fine for most applications, 25% MSS may save\nsome RAM when only transmitting small amounts of data. Disabled will\nhave worst performance and fragmentation characteristics, but uses\nleast RAM overall.", + "id": "component-config-lwip-tcp-pre-allocate-transmit-pbuf-size", + "name": "LWIP_TCP_OVERSIZE", + "title": "Pre-allocate transmit PBUF size", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_WND_SCALE", + "help": "Enable this feature to support TCP window scaling.", + "id": "LWIP_TCP_RCV_SCALE", + "name": "LWIP_TCP_RCV_SCALE", + "range": null, + "title": "Set TCP receiving window scaling factor", + "type": "int" + } + ], + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND", + "help": "Enable this feature to support TCP window scaling.", + "id": "LWIP_WND_SCALE", + "name": "LWIP_WND_SCALE", + "range": null, + "title": "Support TCP window scale", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set default TCP rto time for a reasonable initial rto.\nIn bad network environment, recommend set value of rto time to 1500.", + "id": "LWIP_TCP_RTO_TIME", + "name": "LWIP_TCP_RTO_TIME", + "range": null, + "title": "Default TCP rto time", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-tcp", + "title": "TCP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The maximum number of active UDP \"connections\" (ie\nUDP sockets sending/receiving data).\nThe practical maximum limit is determined by available\nheap memory at runtime.", + "id": "LWIP_MAX_UDP_PCBS", + "name": "LWIP_MAX_UDP_PCBS", + "range": [ + 1, + 1024 + ], + "title": "Maximum active UDP control blocks", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set UDP receive mail box size. The recommended value is 6.\n\nUDP receive mail box is a per socket mail box, when the application receives packets\nfrom UDP socket, LWIP core firstly posts the packets to UDP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nUDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets\nfor all UDP sockets is UDP_RECCVMBOX_SIZE multiples the maximum UDP socket number. In other\nwords, the bigger UDP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receive mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the UDP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "id": "LWIP_UDP_RECVMBOX_SIZE", + "name": "LWIP_UDP_RECVMBOX_SIZE", + "range": [ + 6, + 64 + ], + "title": "Default UDP receive mail box size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-udp", + "title": "UDP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable checksum checking for received IP messages", + "id": "LWIP_CHECKSUM_CHECK_IP", + "name": "LWIP_CHECKSUM_CHECK_IP", + "range": null, + "title": "Enable LWIP IP checksums", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable checksum checking for received UDP messages", + "id": "LWIP_CHECKSUM_CHECK_UDP", + "name": "LWIP_CHECKSUM_CHECK_UDP", + "range": null, + "title": "Enable LWIP UDP checksums", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable checksum checking for received ICMP messages", + "id": "LWIP_CHECKSUM_CHECK_ICMP", + "name": "LWIP_CHECKSUM_CHECK_ICMP", + "range": null, + "title": "Enable LWIP ICMP checksums", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-checksums", + "title": "Checksums", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Configure TCP/IP task stack size, used by LWIP to process multi-threaded TCP/IP operations.\nSetting this stack too small will result in stack overflow crashes.", + "id": "LWIP_TCPIP_TASK_STACK_SIZE", + "name": "LWIP_TCPIP_TASK_STACK_SIZE", + "range": [ + 2048, + 65536 + ], + "title": "TCP/IP Task Stack Size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", + "name": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_CPU0", + "name": "LWIP_TCPIP_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_CPU1", + "name": "LWIP_TCPIP_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + } + ], + "depends_on": null, + "help": "Allows setting LwIP tasks affinity, i.e. whether the task is pinned to\nCPU0, pinned to CPU1, or allowed to run on any CPU.\nCurrently this applies to \"TCP/IP\" task and \"Ping\" task.", + "id": "component-config-lwip-tcp-ip-task-affinity", + "name": "LWIP_TCPIP_TASK_AFFINITY", + "title": "TCP/IP task affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY", + "name": "LWIP_TCPIP_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Config max number of IPv6 packets to queue during MAC resolution.", + "id": "LWIP_IPV6_MEMP_NUM_ND6_QUEUE", + "name": "LWIP_IPV6_MEMP_NUM_ND6_QUEUE", + "range": [ + 3, + 20 + ], + "title": "Max number of IPv6 packets to queue during MAC resolution", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Config max number of entries in IPv6 neighbor cache", + "id": "LWIP_IPV6_ND6_NUM_NEIGHBORS", + "name": "LWIP_IPV6_ND6_NUM_NEIGHBORS", + "range": [ + 3, + 10 + ], + "title": "Max number of entries in IPv6 neighbor cache", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 on-link prefixes cache", + "id": "LWIP_IPV6_ND6_NUM_PREFIXES", + "name": "LWIP_IPV6_ND6_NUM_PREFIXES", + "range": null, + "title": "Max number of entries in IPv6 on-link prefixes cache", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 default routers cache", + "id": "LWIP_IPV6_ND6_NUM_ROUTERS", + "name": "LWIP_IPV6_ND6_NUM_ROUTERS", + "range": null, + "title": "Max number of entries in IPv6 default routers cache", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 destinations cache", + "id": "LWIP_IPV6_ND6_NUM_DESTINATIONS", + "name": "LWIP_IPV6_ND6_NUM_DESTINATIONS", + "range": null, + "title": "Max number of entries in IPv6 destinations cache", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT && LWIP_IPV4", + "help": "Enable IPCP protocol in PPP negotiations, which assigns IPv4 addresses to the PPP client,\nas well as IPv4 DNS servers.\nYou can disable this if your modem supports IPv6 only.", + "id": "LWIP_PPP_ENABLE_IPV4", + "name": "LWIP_PPP_ENABLE_IPV4", + "range": null, + "title": "Enable IPV4 support for PPP connections (IPCP)", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT && LWIP_IPV6", + "help": "Enable IPV6 support in PPP for the local link between the DTE (processor) and DCE (modem).\nThere are some modems which do not support the IPV6 addressing in the local link.\nIf they are requested for IPV6CP negotiation, they may time out.\nThis would in turn fail the configuration for the whole link.\nIf your modem is not responding correctly to PPP Phase Network, try to disable IPV6 support.", + "id": "LWIP_PPP_ENABLE_IPV6", + "name": "LWIP_PPP_ENABLE_IPV6", + "range": null, + "title": "Enable IPV6 support for PPP connections (IPV6CP)", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable to set a callback which is called on change of the internal PPP state machine.", + "id": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "name": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "range": null, + "title": "Enable Notify Phase Callback", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Password Authentication Protocol (PAP) support", + "id": "LWIP_PPP_PAP_SUPPORT", + "name": "LWIP_PPP_PAP_SUPPORT", + "range": null, + "title": "Enable PAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Challenge Handshake Authentication Protocol (CHAP) support", + "id": "LWIP_PPP_CHAP_SUPPORT", + "name": "LWIP_PPP_CHAP_SUPPORT", + "range": null, + "title": "Enable CHAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft version of the Challenge-Handshake Authentication Protocol (MSCHAP) support", + "id": "LWIP_PPP_MSCHAP_SUPPORT", + "name": "LWIP_PPP_MSCHAP_SUPPORT", + "range": null, + "title": "Enable MSCHAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft Point-to-Point Encryption (MPPE) support", + "id": "LWIP_PPP_MPPE_SUPPORT", + "name": "LWIP_PPP_MPPE_SUPPORT", + "range": null, + "title": "Enable MPPE support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable to use PPP server", + "id": "LWIP_PPP_SERVER_SUPPORT", + "name": "LWIP_PPP_SERVER_SUPPORT", + "range": null, + "title": "Enable PPP server support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable support for VJ header compression.\nPlease disable this if you're using NAPT on PPP interface,\nsince the compressed IP header might not be correctly interpreted\nin NAT causing the compressed packet to be dropped.", + "id": "LWIP_PPP_VJ_HEADER_COMPRESSION", + "name": "LWIP_PPP_VJ_HEADER_COMPRESSION", + "range": null, + "title": "Enable VJ IP Header compression", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ENABLE_LCP_ECHO", + "help": "Interval in seconds between keepalive LCP echo requests, 0 to disable.", + "id": "LWIP_LCP_ECHOINTERVAL", + "name": "LWIP_LCP_ECHOINTERVAL", + "range": null, + "title": "Echo interval (s)", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_ENABLE_LCP_ECHO", + "help": "Number of consecutive unanswered echo requests before failure is indicated.", + "id": "LWIP_LCP_MAXECHOFAILS", + "name": "LWIP_LCP_MAXECHOFAILS", + "range": null, + "title": "Maximum echo failures", + "type": "int" + } + ], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable LCP echo keepalive requests", + "id": "LWIP_ENABLE_LCP_ECHO", + "name": "LWIP_ENABLE_LCP_ECHO", + "range": null, + "title": "Enable LCP ECHO", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable PPP debug log output", + "id": "LWIP_PPP_DEBUG_ON", + "name": "LWIP_PPP_DEBUG_ON", + "range": null, + "title": "Enable PPP debug log output", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT && !LWIP_PPP_MPPE_SUPPORT && !LWIP_PPP_MSCHAP_SUPPORT", + "help": "This option uses mbedTLS crypto functions (instead of internal PolarSSL\nimplementation) for PPP authentication modes (PAP, CHAP, etc.).\nYou can use this option to address symbol duplication issues, since\nthe internal functions are not namespaced (e.g. md5_init()).", + "id": "LWIP_USE_EXTERNAL_MBEDTLS", + "name": "LWIP_USE_EXTERNAL_MBEDTLS", + "range": null, + "title": "Use mbedTLS instead of internal polarSSL", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable PPP stack. Now only PPP over serial is possible.", + "id": "LWIP_PPP_SUPPORT", + "is_menuconfig": true, + "name": "LWIP_PPP_SUPPORT", + "range": null, + "title": "Enable PPP support", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_SLIP_SUPPORT", + "help": "Enable SLIP debug log output", + "id": "LWIP_SLIP_DEBUG_ON", + "name": "LWIP_SLIP_DEBUG_ON", + "range": null, + "title": "Enable SLIP debug log output", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable SLIP stack. Now only SLIP over serial is possible.\n\nSLIP over serial support is experimental and unsupported.", + "id": "LWIP_SLIP_SUPPORT", + "is_menuconfig": true, + "name": "LWIP_SLIP_SUPPORT", + "range": null, + "title": "Enable SLIP support (new/experimental)", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable ICMP module for check network stability", + "id": "LWIP_ICMP", + "name": "LWIP_ICMP", + "range": null, + "title": "ICMP: Enable ICMP", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_ICMP6 || LWIP_ICMP", + "help": null, + "id": "LWIP_MULTICAST_PING", + "name": "LWIP_MULTICAST_PING", + "range": null, + "title": "Respond to multicast pings", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_ICMP", + "help": null, + "id": "LWIP_BROADCAST_PING", + "name": "LWIP_BROADCAST_PING", + "range": null, + "title": "Respond to broadcast pings", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-icmp", + "title": "ICMP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously active LWIP\nRAW protocol control blocks. The practical maximum\nlimit is determined by available heap memory at runtime.", + "id": "LWIP_MAX_RAW_PCBS", + "name": "LWIP_MAX_RAW_PCBS", + "range": [ + 1, + 1024 + ], + "title": "Maximum LWIP RAW PCBs", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-lwip-raw-api", + "title": "LWIP RAW API", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Set maximum number of NTP servers used by LwIP SNTP module.\nFirst argument of sntp_setserver/sntp_setservername functions\nis limited to this value.", + "id": "LWIP_SNTP_MAX_SERVERS", + "name": "LWIP_SNTP_MAX_SERVERS", + "range": [ + 1, + 16 + ], + "title": "Maximum number of NTP servers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_DHCP_GET_NTP_SRV", + "help": "Set maximum number of NTP servers acquired via DHCP-offer.\nShould be less or equal to \"Maximum number of NTP servers\", any extra servers would be just ignored.", + "id": "LWIP_DHCP_MAX_NTP_SERVERS", + "name": "LWIP_DHCP_MAX_NTP_SERVERS", + "range": null, + "title": "Maximum number of NTP servers acquired via DHCP", + "type": "int" + } + ], + "depends_on": null, + "help": "If enabled, LWIP will add 'NTP' to Parameter-Request Option sent via DHCP-request.\nDHCP server might reply with an NTP server address in option 42.\nSNTP callback for such replies should be set accordingly (see sntp_servermode_dhcp() func.)", + "id": "LWIP_DHCP_GET_NTP_SRV", + "name": "LWIP_DHCP_GET_NTP_SRV", + "range": null, + "title": "Request NTP servers from DHCP", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option allows you to set the time update period via SNTP.\nDefault is 1 hour. Must not be below 15 seconds by specification.\n(SNTPv4 RFC 4330 enforces a minimum update time of 15 seconds).", + "id": "LWIP_SNTP_UPDATE_DELAY", + "name": "LWIP_SNTP_UPDATE_DELAY", + "range": [ + 15000, + 4294967295 + ], + "title": "Request interval to update time (ms)", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_SNTP_STARTUP_DELAY", + "help": "RFC 4330 recommends a startup delay before sending the initial request.\nLWIP calculates this delay to a random number of milliseconds between 0 and this value.", + "id": "LWIP_SNTP_MAXIMUM_STARTUP_DELAY", + "name": "LWIP_SNTP_MAXIMUM_STARTUP_DELAY", + "range": [ + 100, + 300000 + ], + "title": "Maximum startup delay (ms)", + "type": "int" + } + ], + "depends_on": null, + "help": "It is recommended (RFC 4330) to delay the initial request after by a random timeout from 1 to 5 minutes\nto reduce potential load of NTP servers after simultaneous power-up of many devices.\nThis option disables this initial delay. Please use this option with care, it could improve\na single device responsiveness but might cause peaks on the network after reset.\nAnother option to address responsiveness of devices while using the initial random delay\nis to adjust LWIP_SNTP_MAXIMUM_STARTUP_DELAY.", + "id": "LWIP_SNTP_STARTUP_DELAY", + "name": "LWIP_SNTP_STARTUP_DELAY", + "range": null, + "title": "Enable SNTP startup delay", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-sntp", + "title": "SNTP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Maximum number of IP addresses that can be returned by DNS queries for a single host.", + "id": "LWIP_DNS_MAX_HOST_IP", + "name": "LWIP_DNS_MAX_HOST_IP", + "range": null, + "title": "Maximum number of IP addresses per host", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of DNS servers.\nIf fallback DNS servers are supported,\nthe number of DNS servers needs to be greater than or equal to 3.", + "id": "LWIP_DNS_MAX_SERVERS", + "name": "LWIP_DNS_MAX_SERVERS", + "range": [ + 1, + 4 + ], + "title": "Maximum number of DNS servers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "help": "This option allows you to config dns fallback server address.", + "id": "LWIP_FALLBACK_DNS_SERVER_ADDRESS", + "name": "LWIP_FALLBACK_DNS_SERVER_ADDRESS", + "range": null, + "title": "DNS fallback server address", + "type": "string" + } + ], + "depends_on": "LWIP_DNS_MAX_SERVERS >= 3", + "help": "Enable this feature to support DNS fallback server.", + "id": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "name": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "range": null, + "title": "Enable DNS fallback server support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option allows collecting DNS server settings per netif using\nconfigurable callback function.\nIt's typically used with CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF\nwhich configures a callback to collect the DNS info on esp_netif layer.", + "id": "LWIP_DNS_SETSERVER_WITH_NETIF", + "name": "LWIP_DNS_SETSERVER_WITH_NETIF", + "range": null, + "title": "Enable DNS server settings with netif", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-dns", + "title": "DNS", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of ports a bridge can consists of.", + "id": "LWIP_BRIDGEIF_MAX_PORTS", + "name": "LWIP_BRIDGEIF_MAX_PORTS", + "range": [ + 1, + 63 + ], + "title": "Maximum number of bridge ports", + "type": "int" + }, + { + "children": [], + "depends_on": "!COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "help": "Enable this option keeps LWIP assertion checks enabled.\nIt is recommended to keep this option enabled.\n\nIf asserts are disabled for the entire project, they are also disabled\nfor LWIP and this option is ignored.", + "id": "LWIP_ESP_LWIP_ASSERT", + "name": "LWIP_ESP_LWIP_ASSERT", + "range": null, + "title": "Enable LWIP ASSERT checks", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_TCP_ISN_NONE", + "name": "LWIP_HOOK_TCP_ISN_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_TCP_ISN_DEFAULT", + "name": "LWIP_HOOK_TCP_ISN_DEFAULT", + "range": null, + "title": "Default implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_TCP_ISN_CUSTOM", + "name": "LWIP_HOOK_TCP_ISN_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables to define a TCP ISN hook to randomize initial sequence\nnumber in TCP connection.\nThe default TCP ISN algorithm used in IDF (standardized in RFC 6528)\nproduces ISN by combining an MD5 of the new TCP id and a stable\nsecret with the current time.\nThis is because the lwIP implementation (`tcp_next_iss`) is not\nvery strong, as it does not take into consideration any platform\nspecific entropy source.\n\nSet to LWIP_HOOK_TCP_ISN_CUSTOM to provide custom implementation.\nSet to LWIP_HOOK_TCP_ISN_NONE to use lwIP implementation.", + "id": "component-config-lwip-hooks-tcp-isn-hook", + "name": "LWIP_HOOK_TCP_ISN", + "title": "TCP ISN Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_ROUTE_NONE", + "name": "LWIP_HOOK_IP6_ROUTE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_ROUTE_DEFAULT", + "name": "LWIP_HOOK_IP6_ROUTE_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_ROUTE_CUSTOM", + "name": "LWIP_HOOK_IP6_ROUTE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 route hook.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-route-hook", + "name": "LWIP_HOOK_IP6_ROUTE", + "title": "IPv6 route Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_ND6_GET_GW_NONE", + "name": "LWIP_HOOK_ND6_GET_GW_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_ND6_GET_GW_DEFAULT", + "name": "LWIP_HOOK_ND6_GET_GW_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_ND6_GET_GW_CUSTOM", + "name": "LWIP_HOOK_ND6_GET_GW_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 route hook.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-get-gateway-hook", + "name": "LWIP_HOOK_ND6_GET_GW", + "title": "IPv6 get gateway Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 source address selection.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-source-address-selection-hook", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR", + "title": "IPv6 source address selection Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE", + "name": "LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT", + "name": "LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM", + "name": "LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables custom DNS resolve hook (without callback).\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-netconn-external-resolve-hook", + "name": "LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE", + "title": "Netconn external resolve Hook", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "This hidden option helps configure the DNS external resolve\nhook for external components like OpenThread. It ensures that\n`LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM` is selected without directly\nadding a dependency in the choice construct.", + "id": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE_SELECT_CUSTOM", + "name": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE_SELECT_CUSTOM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_DNS_EXT_RESOLVE_NONE", + "name": "LWIP_HOOK_DNS_EXT_RESOLVE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM", + "name": "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables custom DNS resolve hook (with callback).\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-dns-external-resolve-hook", + "name": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE", + "title": "DNS external resolve Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_INPUT_NONE", + "name": "LWIP_HOOK_IP6_INPUT_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_INPUT_DEFAULT", + "name": "LWIP_HOOK_IP6_INPUT_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_INPUT_CUSTOM", + "name": "LWIP_HOOK_IP6_INPUT_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 packet input.\nSetting this to \"default\" provides weak IDF implementation,\nwhich drops all incoming IPv6 traffic if the interface has no link local address.\n(this default implementation is \"weak\" and could be still overwritten\nin the application if some additional IPv6 input packet filtering is needed)\nSetting this to \"none\" removes this default filter and conforms to the lwIP\nimplementation (which accepts multicasts even if the interface has no link local address)\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-packet-input", + "name": "LWIP_HOOK_IP6_INPUT", + "title": "IPv6 packet input", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-lwip-hooks", + "title": "Hooks", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": "Enabling this option routes all enabled LWIP debugs through ESP_LOGD.", + "id": "LWIP_DEBUG_ESP_LOG", + "name": "LWIP_DEBUG_ESP_LOG", + "range": null, + "title": "Route LWIP debugs through ESP_LOG interface", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_NETIF_DEBUG", + "name": "LWIP_NETIF_DEBUG", + "range": null, + "title": "Enable netif debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_PBUF_DEBUG", + "name": "LWIP_PBUF_DEBUG", + "range": null, + "title": "Enable pbuf debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_ETHARP_DEBUG", + "name": "LWIP_ETHARP_DEBUG", + "range": null, + "title": "Enable etharp debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_API_LIB_DEBUG", + "name": "LWIP_API_LIB_DEBUG", + "range": null, + "title": "Enable api lib debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_SOCKETS_DEBUG", + "name": "LWIP_SOCKETS_DEBUG", + "range": null, + "title": "Enable socket debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_IP_DEBUG", + "name": "LWIP_IP_DEBUG", + "range": null, + "title": "Enable IP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG && LWIP_ICMP", + "help": null, + "id": "LWIP_ICMP_DEBUG", + "name": "LWIP_ICMP_DEBUG", + "range": null, + "title": "Enable ICMP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_DHCP_STATE_DEBUG", + "name": "LWIP_DHCP_STATE_DEBUG", + "range": null, + "title": "Enable DHCP state tracking", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_DHCP_DEBUG", + "name": "LWIP_DHCP_DEBUG", + "range": null, + "title": "Enable DHCP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_IP6_DEBUG", + "name": "LWIP_IP6_DEBUG", + "range": null, + "title": "Enable IP6 debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_ICMP6_DEBUG", + "name": "LWIP_ICMP6_DEBUG", + "range": null, + "title": "Enable ICMP6 debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_TCP_DEBUG", + "name": "LWIP_TCP_DEBUG", + "range": null, + "title": "Enable TCP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_UDP_DEBUG", + "name": "LWIP_UDP_DEBUG", + "range": null, + "title": "Enable UDP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_SNTP_DEBUG", + "name": "LWIP_SNTP_DEBUG", + "range": null, + "title": "Enable SNTP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_DNS_DEBUG", + "name": "LWIP_DNS_DEBUG", + "range": null, + "title": "Enable DNS debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG && LWIP_IPV4_NAPT", + "help": null, + "id": "LWIP_NAPT_DEBUG", + "name": "LWIP_NAPT_DEBUG", + "range": null, + "title": "Enable NAPT debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_BRIDGEIF_DEBUG", + "name": "LWIP_BRIDGEIF_DEBUG", + "range": null, + "title": "Enable bridge generic debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_BRIDGEIF_FDB_DEBUG", + "name": "LWIP_BRIDGEIF_FDB_DEBUG", + "range": null, + "title": "Enable bridge FDB debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_BRIDGEIF_FW_DEBUG", + "name": "LWIP_BRIDGEIF_FW_DEBUG", + "range": null, + "title": "Enable bridge forwarding debug messages", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enabling this option allows different kinds of lwIP debug output.\n\nAll lwIP debug features increase the size of the final binary.", + "id": "LWIP_DEBUG", + "is_menuconfig": true, + "name": "LWIP_DEBUG", + "range": null, + "title": "Enable LWIP Debug", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-lwip", + "title": "LWIP", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_INTERNAL_MEM_ALLOC", + "name": "MBEDTLS_INTERNAL_MEM_ALLOC", + "range": null, + "title": "Internal memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ", + "help": null, + "id": "MBEDTLS_EXTERNAL_MEM_ALLOC", + "name": "MBEDTLS_EXTERNAL_MEM_ALLOC", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEFAULT_MEM_ALLOC", + "name": "MBEDTLS_DEFAULT_MEM_ALLOC", + "range": null, + "title": "Default alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CUSTOM_MEM_ALLOC", + "name": "MBEDTLS_CUSTOM_MEM_ALLOC", + "range": null, + "title": "Custom alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region.\n\nTLS input and output buffers will be allocated in IRAM section which is 32bit aligned\nmemory. Every unaligned (8bit or 16bit) access will result in an exception\nand incur penalty of certain clock cycles per unaligned read/write.", + "id": "MBEDTLS_IRAM_8BIT_MEM_ALLOC", + "name": "MBEDTLS_IRAM_8BIT_MEM_ALLOC", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": null, + "help": "Allocation strategy for mbedTLS, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Custom allocation mode, by overwriting calloc()/free() using\n mbedtls_platform_set_calloc_free() function\n- Internal IRAM memory wherever applicable else internal DRAM\n\nRecommended mode here is always internal (*), since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.\n\n(*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external\nSPIRAM contents provided hardware flash encryption feature is enabled.\nIn that case, using external SPIRAM allocation strategy is also safe choice\nfrom security perspective.", + "id": "component-config-mbedtls-memory-allocation-strategy", + "name": "MBEDTLS_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", + "type": "choice" + }, + { + "children": [], + "depends_on": "!MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "Maximum TLS message length (in bytes) supported by mbedTLS.\n\n16384 is the default and this value is required to comply\nfully with TLS standards.\n\nHowever you can set a lower value in order to save RAM. This\nis safe if the other end of the connection supports Maximum\nFragment Length Negotiation Extension (max_fragment_length,\nsee RFC6066) or you know for certain that it will never send a\nmessage longer than a certain number of bytes.\n\nIf the value is set too low, symptoms are a failed TLS\nhandshake or a return value of MBEDTLS_ERR_SSL_INVALID_RECORD\n(-0x7200).", + "id": "MBEDTLS_SSL_MAX_CONTENT_LEN", + "name": "MBEDTLS_SSL_MAX_CONTENT_LEN", + "range": null, + "title": "TLS maximum message content length", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "This defines maximum incoming fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", + "id": "MBEDTLS_SSL_IN_CONTENT_LEN", + "name": "MBEDTLS_SSL_IN_CONTENT_LEN", + "range": [ + 512, + 16384 + ], + "title": "TLS maximum incoming fragment length", + "type": "int" + }, + { + "children": [], + "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "This defines maximum outgoing fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", + "id": "MBEDTLS_SSL_OUT_CONTENT_LEN", + "name": "MBEDTLS_SSL_OUT_CONTENT_LEN", + "range": [ + 512, + 16384 + ], + "title": "TLS maximum outgoing fragment length", + "type": "int" + } + ], + "depends_on": null, + "help": "If enabled, this option allows customizing TLS in/out fragment length\nin asymmetric way. Please note that enabling this with default values\nsaves 12KB of dynamic memory per TLS connection.", + "id": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "name": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "range": null, + "title": "Asymmetric in/out fragment length", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", + "help": "Free CA certificate after its usage in the handshake process.\nThis option will decrease the heap footprint for the TLS handshake, but may lead to a problem:\nIf the respective ssl object needs to perform the TLS handshake again,\nthe CA certificate should once again be registered to the ssl object.", + "id": "MBEDTLS_DYNAMIC_FREE_CA_CERT", + "name": "MBEDTLS_DYNAMIC_FREE_CA_CERT", + "range": null, + "title": "Free SSL CA certificate after its usage", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_DYNAMIC_BUFFER", + "help": "Free private key and DHM data after its usage in handshake process.\n\nThe option will decrease heap cost when handshake, but also lead to problem:\n\nBecause all certificate, private key and DHM data are freed so users should register\ncertificate and private key to ssl config object again.", + "id": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", + "name": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", + "range": null, + "title": "Free private key and DHM data after its usage", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_LINUX && !MBEDTLS_SSL_PROTO_DTLS && !MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH", + "help": "Using dynamic TX/RX buffer. After enabling this option, mbedTLS will\nallocate TX buffer when need to send data and then free it if all data\nis sent, allocate RX buffer when need to receive data and then free it\nwhen all data is used or read by upper layer.\n\nBy default, when SSL is initialized, mbedTLS also allocate TX and\nRX buffer with the default value of \"MBEDTLS_SSL_OUT_CONTENT_LEN\" or\n\"MBEDTLS_SSL_IN_CONTENT_LEN\", so to save more heap, users can set\nthe options to be an appropriate value.", + "id": "MBEDTLS_DYNAMIC_BUFFER", + "name": "MBEDTLS_DYNAMIC_BUFFER", + "range": null, + "title": "Using dynamic TX/RX buffer", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_WARN", + "name": "MBEDTLS_DEBUG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_INFO", + "name": "MBEDTLS_DEBUG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_DEBUG", + "name": "MBEDTLS_DEBUG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_VERBOSE", + "name": "MBEDTLS_DEBUG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_DEBUG", + "help": "Set mbedTLS debugging level", + "id": "component-config-mbedtls-enable-mbedtls-debugging-set-mbedtls-debugging-level", + "name": "MBEDTLS_DEBUG_LEVEL", + "title": "Set mbedTLS debugging level", + "type": "choice" + } + ], + "depends_on": null, + "help": "Enable mbedTLS debugging functions at compile time.\n\nIf this option is enabled, you can include\n\"mbedtls/esp_debug.h\" and call mbedtls_esp_enable_debug_log()\nat runtime in order to enable mbedTLS debug output via the ESP\nlog mechanism.", + "id": "MBEDTLS_DEBUG", + "name": "MBEDTLS_DEBUG", + "range": null, + "title": "Enable mbedTLS debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL", + "name": "MBEDTLS_DEBUG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE", + "name": "MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE", + "range": null, + "title": "TLS 1.3 middlebox compatibility mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_KEXM_PSK", + "name": "MBEDTLS_SSL_TLS1_3_KEXM_PSK", + "range": null, + "title": "TLS 1.3 PSK key exchange mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_KEXM_EPHEMERAL", + "name": "MBEDTLS_SSL_TLS1_3_KEXM_EPHEMERAL", + "range": null, + "title": "TLS 1.3 ephemeral key exchange mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_KEXM_PSK_EPHEMERAL", + "name": "MBEDTLS_SSL_TLS1_3_KEXM_PSK_EPHEMERAL", + "range": null, + "title": "TLS 1.3 PSK ephemeral key exchange mode", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "id": "component-config-mbedtls-mbedtls-v3-x-related-support-tls-1-3-protocol-tls-1-3-related-configurations", + "title": "TLS 1.3 related configurations", + "type": "menu" + } + ], + "depends_on": "MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_KEEP_PEER_CERTIFICATE && !MBEDTLS_DYNAMIC_BUFFER", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1_3", + "name": "MBEDTLS_SSL_PROTO_TLS1_3", + "range": null, + "title": "Support TLS 1.3 protocol", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This enables the SSL buffer to be resized automatically\nbased on the negotiated maximum fragment length in each direction.", + "id": "MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH", + "name": "MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH", + "range": null, + "title": "Variable SSL buffer length", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECDH_C && MBEDTLS_ECP_RESTARTABLE", + "help": "Use the legacy ECDH context format.\nDefine this option only if you enable MBEDTLS_ECP_RESTARTABLE or if you\nwant to access ECDH context fields directly.", + "id": "MBEDTLS_ECDH_LEGACY_CONTEXT", + "name": "MBEDTLS_ECDH_LEGACY_CONTEXT", + "range": null, + "title": "Use a backward compatible ECDH context (Experimental)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables users to configure the set of trusted certificates\nthrough a callback instead of a linked list.\n\nSee mbedTLS documentation for required API and more details.", + "id": "MBEDTLS_X509_TRUSTED_CERT_CALLBACK", + "name": "MBEDTLS_X509_TRUSTED_CERT_CALLBACK", + "range": null, + "title": "Enable trusted certificate callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C", + "help": "Enable serialization of the TLS context structures\nThis is a local optimization in handling a single, potentially long-lived connection.\n\nSee mbedTLS documentation for required API and more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SSL_CONTEXT_SERIALIZATION", + "name": "MBEDTLS_SSL_CONTEXT_SERIALIZATION", + "range": null, + "title": "Enable serialization of the TLS context structures", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Keep the peer's certificate after completion of the handshake.\nDisabling this option will save about 4kB of heap and some code size.\n\nSee mbedTLS documentation for required API and more details.", + "id": "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE", + "name": "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE", + "range": null, + "title": "Keep peer certificate after handshake completion", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_X509_CRL_PARSE_C", + "help": "Enable PKCS number 7 core for using PKCS number 7-formatted signatures.", + "id": "MBEDTLS_PKCS7_C", + "name": "MBEDTLS_PKCS7_C", + "range": null, + "title": "Enable PKCS number 7", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3 || MBEDTLS_SSL_DTLS_CONNECTION_ID", + "help": "Controls the use of record plaintext padding in TLS 1.3 and\nwhen using the Connection ID extension in DTLS 1.2.\n\nThe padding will always be chosen so that the length of the\npadded plaintext is a multiple of the value of this option.\n\nNotes:\n A value of 1 means that no padding will be used for outgoing records.\n On systems lacking division instructions, a power of two should be preferred.", + "id": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", + "name": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", + "range": null, + "title": "Record plaintext padding", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_SSL_DTLS_CONNECTION_ID && MBEDTLS_SSL_PROTO_DTLS", + "help": "Maximum length of CIDs used for incoming DTLS messages", + "id": "MBEDTLS_SSL_CID_IN_LEN_MAX", + "name": "MBEDTLS_SSL_CID_IN_LEN_MAX", + "range": null, + "title": "Maximum length of CIDs used for incoming DTLS messages", + "type": "int" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_DTLS_CONNECTION_ID && MBEDTLS_SSL_PROTO_DTLS", + "help": "Maximum length of CIDs used for outgoing DTLS messages", + "id": "MBEDTLS_SSL_CID_OUT_LEN_MAX", + "name": "MBEDTLS_SSL_CID_OUT_LEN_MAX", + "range": null, + "title": "Maximum length of CIDs used for outgoing DTLS messages", + "type": "int" + } + ], + "depends_on": "MBEDTLS_SSL_PROTO_DTLS", + "help": "Enable support for the DTLS Connection ID extension which allows to\nidentify DTLS connections across changes in the underlying transport.", + "id": "MBEDTLS_SSL_DTLS_CONNECTION_ID", + "name": "MBEDTLS_SSL_DTLS_CONNECTION_ID", + "range": null, + "title": "Support for the DTLS Connection ID extension", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_DTLS", + "help": "Enable support for negotiation of DTLS-SRTP (RFC 5764) through the use_srtp extension.\n\nSee mbedTLS documentation for required API and more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SSL_DTLS_SRTP", + "name": "MBEDTLS_SSL_DTLS_SRTP", + "range": null, + "title": "Enable support for negotiation of DTLS-SRTP (RFC 5764)", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_SSL_PROTO_DTLS", + "id": "component-config-mbedtls-mbedtls-v3-x-related-dtls-based-configurations", + "title": "DTLS-based configurations", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-mbedtls-v3-x-related", + "title": "mbedTLS v3.x related", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL", + "range": null, + "title": "Use the full default certificate bundle", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Use only the most common certificates from the default bundles, reducing the size with 50%,\nwhile still having around 99% coverage.", + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN", + "range": null, + "title": "Use only the most common certificates from the default bundles", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "range": null, + "title": "Do not use the default certificate bundle", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "component-config-mbedtls-certificate-bundle-enable-trusted-root-certificate-bundle-default-certificate-bundle-options", + "name": "MBEDTLS_DEFAULT_CERTIFICATE_BUNDLE", + "title": "Default certificate bundle options", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "help": "Name of the custom certificate directory or file. This path is evaluated\nrelative to the project root directory.", + "id": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH", + "name": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH", + "range": null, + "title": "Custom certificate bundle path", + "type": "string" + } + ], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "name": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "range": null, + "title": "Add custom certificates to the default bundle", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE && !MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "help": "Include the deprecated list of root certificates in the bundle.\nThis list gets updated when a certificate is removed from the Mozilla's\nNSS root certificate store. This config can be enabled if you would like\nto ensure that none of the certificates that were deployed in the product\nare affected because of the update to bundle. In turn, enabling this\nconfig keeps expired, retracted certificates in the bundle and it may\npose a security risk.\n\n- Deprecated cert list may grow based based on sync with upstream bundle\n- Deprecated certs would be be removed in ESP-IDF (next) major release", + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST", + "range": null, + "title": "Add deprecated root certificates", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS", + "range": null, + "title": "Maximum no of certificates allowed in certificate bundle", + "type": "int" + } + ], + "depends_on": null, + "help": "Enable support for large number of default root certificates\n\nWhen enabled this option allows user to store default as well\nas customer specific root certificates in compressed format rather\nthan storing full certificate. For the root certificates the public key and the subject name\nwill be stored.", + "id": "MBEDTLS_CERTIFICATE_BUNDLE", + "name": "MBEDTLS_CERTIFICATE_BUNDLE", + "range": null, + "title": "Enable trusted root certificate bundle", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-certificate-bundle", + "title": "Certificate Bundle", + "type": "menu" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable \"non-blocking\" ECC operations that can return early and be resumed.", + "id": "MBEDTLS_ECP_RESTARTABLE", + "name": "MBEDTLS_ECP_RESTARTABLE", + "range": null, + "title": "Enable mbedTLS ecp restartable", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_DES_C", + "help": "Enable the CMAC (Cipher-based Message Authentication Code) mode for\nblock ciphers.", + "id": "MBEDTLS_CMAC_C", + "name": "MBEDTLS_CMAC_C", + "range": null, + "title": "Enable CMAC mode for block ciphers", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_AES_USE_INTERRUPT", + "help": "This config helps to set the interrupt priority level for the AES peripheral.\nValue 0 (default) means that there is no preference regarding the interrupt\npriority level and any level from 1 to 3 can be selected (based on the availability).\nNote: Higher value indicates high interrupt priority.", + "id": "MBEDTLS_AES_INTERRUPT_LEVEL", + "name": "MBEDTLS_AES_INTERRUPT_LEVEL", + "range": [ + 0, + 3 + ], + "title": "AES hardware interrupt level", + "type": "int" + } + ], + "depends_on": "!IDF_TARGET_ESP32 && MBEDTLS_HARDWARE_AES", + "help": "Use an interrupt to coordinate long AES operations.\n\nThis allows other code to run on the CPU while an AES operation is pending.\nOtherwise the CPU busy-waits.", + "id": "MBEDTLS_AES_USE_INTERRUPT", + "name": "MBEDTLS_AES_USE_INTERRUPT", + "range": null, + "title": "Use interrupt for long AES operations", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_AES_SUPPORT_GCM && MBEDTLS_HARDWARE_AES", + "help": "Enable partially hardware accelerated GCM. GHASH calculation is still done\nin software.\n\nIf MBEDTLS_HARDWARE_GCM is disabled and MBEDTLS_HARDWARE_AES is enabled then\nmbedTLS will still use the hardware accelerated AES block operation, but\non a single block at a time.", + "id": "MBEDTLS_HARDWARE_GCM", + "name": "MBEDTLS_HARDWARE_GCM", + "range": null, + "title": "Enable partially hardware accelerated GCM", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_AES", + "help": "Enable this config to support fallback to software definitions for a non-AES\ncipher GCM operation as we support hardware acceleration only for AES cipher.\nSome of the non-AES ciphers used in a GCM operation are DES, ARIA, CAMELLIA,\nCHACHA20, BLOWFISH.\n\nIf this config is disabled, performing a non-AES cipher GCM operation with\nthe config MBEDTLS_HARDWARE_AES enabled will result in calculation of an\nAES-GCM operation instead for the given input values and thus could lead\nto failure in certificate validation which would ultimately lead to a SSL\nhandshake failure.\n\nThis config being by-default enabled leads to an increase in binary size\nfootprint of ~2.5KB.\nIn case you are sure that your use case (for example, client and server\nconfigurations in case of a TLS handshake) would not involve any GCM\noperations using a non-AES cipher, you can safely disable this config,\nleading to reduction in binary size footprint.", + "id": "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER", + "name": "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER", + "range": null, + "title": "Enable support for non-AES ciphers in GCM operation", + "type": "bool" + } + ], + "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_AES_SUPPORTED", + "help": "Enable hardware accelerated AES encryption & decryption.\n\nNote that if the ESP32 CPU is running at 240MHz, hardware AES does not\noffer any speed boost over software AES.", + "id": "MBEDTLS_HARDWARE_AES", + "name": "MBEDTLS_HARDWARE_AES", + "range": null, + "title": "Enable hardware AES acceleration", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_MPI", + "help": "Fallback to software implementation for RSA key lengths\nlarger than SOC_RSA_MAX_BIT_LEN. If this is not active\nthen the ESP will be unable to process keys greater\nthan SOC_RSA_MAX_BIT_LEN.", + "id": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "name": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "range": null, + "title": "Fallback to software implementation for larger MPI values", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_MPI_USE_INTERRUPT", + "help": "This config helps to set the interrupt priority level for the MPI peripheral.\nValue 0 (default) means that there is no preference regarding the interrupt\npriority level and any level from 1 to 3 can be selected (based on the availability).\nNote: Higher value indicates high interrupt priority.", + "id": "MBEDTLS_MPI_INTERRUPT_LEVEL", + "name": "MBEDTLS_MPI_INTERRUPT_LEVEL", + "range": [ + 0, + 3 + ], + "title": "MPI hardware interrupt level", + "type": "int" + } + ], + "depends_on": "!IDF_TARGET_ESP32 && MBEDTLS_HARDWARE_MPI", + "help": "Use an interrupt to coordinate long MPI operations.\n\nThis allows other code to run on the CPU while an MPI operation is pending.\nOtherwise the CPU busy-waits.", + "id": "MBEDTLS_MPI_USE_INTERRUPT", + "name": "MBEDTLS_MPI_USE_INTERRUPT", + "range": null, + "title": "Use interrupt for MPI exp-mod operations", + "type": "bool" + } + ], + "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_MPI_SUPPORTED", + "help": "Enable hardware accelerated multiple precision integer operations.\n\nHardware accelerated multiplication, modulo multiplication,\nand modular exponentiation for up to SOC_RSA_MAX_BIT_LEN bit results.\n\nThese operations are used by RSA.", + "id": "MBEDTLS_HARDWARE_MPI", + "name": "MBEDTLS_HARDWARE_MPI", + "range": null, + "title": "Enable hardware MPI (bignum) acceleration", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_SHA_SUPPORTED", + "help": "Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.\n\nDue to a hardware limitation, on the ESP32 hardware acceleration is only\nguaranteed if SHA digests are calculated one at a time. If more\nthan one SHA digest is calculated at the same time, one will\nbe calculated fully in hardware and the rest will be calculated\n(at least partially calculated) in software. This happens automatically.\n\nSHA hardware acceleration is faster than software in some situations but\nslower in others. You should benchmark to find the best setting for you.", + "id": "MBEDTLS_HARDWARE_SHA", + "name": "MBEDTLS_HARDWARE_SHA", + "range": null, + "title": "Enable hardware SHA acceleration", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECC", + "help": "Fallback to software implementation of ECC point multiplication and point verification\nfor curves not supported in hardware.", + "id": "MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK", + "name": "MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK", + "range": null, + "title": "Fallback to software implementation for curves not supported in hardware", + "type": "bool" + } + ], + "depends_on": "SOC_ECC_SUPPORTED", + "help": "Enable hardware accelerated ECC point multiplication and point verification for points\non curve SECP192R1 and SECP256R1 in mbedTLS", + "id": "MBEDTLS_HARDWARE_ECC", + "name": "MBEDTLS_HARDWARE_ECC", + "range": null, + "title": "Enable hardware ECC acceleration", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Use ROM MD5 in mbedTLS.", + "id": "MBEDTLS_ROM_MD5", + "name": "MBEDTLS_ROM_MD5", + "range": null, + "title": "Use MD5 implementation in ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "help": "The ECDSA peripheral before ECO5 does not offer constant time ECDSA sign operation.\nThis time can be observed through power profiling of the device,\nmaking the ECDSA private key vulnerable to side-channel timing attacks.\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.\nIt is highly recommended to also enable Secure Boot for the device in addition to this countermeasure\nso that only trusted software can execute on the device.", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN_MASKING_CM", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN_MASKING_CM", + "range": null, + "title": "Mask original ECDSA sign operation under dummy sign operations", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "help": "This option adds a delay after the actual ECDSA signature operation\nso that the entire operation appears to be constant time for the software.\nThis fix helps in protecting the device only in case of remote timing attack on the ECDSA private key.\nFor e.g., When an interface is exposed by the device to perform ECDSA signature\nof an arbitrary message.\nThe signature time would appear to be constant to the external entity after enabling\nthis option.", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN_CONSTANT_TIME_CM", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN_CONSTANT_TIME_CM", + "range": null, + "title": "Make ECDSA signature operation pseudo constant time for software", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "id": "component-config-mbedtls-enable-ecdsa-signing-using-on-chip-ecdsa-peripheral-enable-software-countermeasure-for-ecdsa-signing-using-on-chip-ecdsa-peripheral", + "title": "Enable Software Countermeasure for ECDSA signing using on-chip ECDSA peripheral", + "type": "menu" + } + ], + "depends_on": "SOC_ECDSA_SUPPORTED", + "help": "Enable hardware accelerated ECDSA peripheral to sign data\non curve SECP192R1 and SECP256R1 in mbedTLS.\n\nNote that for signing, the private key has to be burnt in an efuse key block\nwith key purpose set to ECDSA_KEY.\nIf no key is burnt, it will report an error\n\nThe key should be burnt in little endian format. espefuse.py utility handles it internally\nbut care needs to be taken while burning using esp_efuse APIs", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN", + "range": null, + "title": "Enable ECDSA signing using on-chip ECDSA peripheral", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ECDSA_SUPPORTED", + "help": "Enable hardware accelerated ECDSA peripheral to verify signature\non curve SECP192R1 and SECP256R1 in mbedTLS.", + "id": "MBEDTLS_HARDWARE_ECDSA_VERIFY", + "name": "MBEDTLS_HARDWARE_ECDSA_VERIFY", + "range": null, + "title": "Enable ECDSA signature verification using on-chip ECDSA peripheral", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip.", + "id": "MBEDTLS_ATCA_HW_ECDSA_SIGN", + "name": "MBEDTLS_ATCA_HW_ECDSA_SIGN", + "range": null, + "title": "Enable hardware ECDSA sign acceleration when using ATECC608A", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip.", + "id": "MBEDTLS_ATCA_HW_ECDSA_VERIFY", + "name": "MBEDTLS_ATCA_HW_ECDSA_VERIFY", + "range": null, + "title": "Enable hardware ECDSA verify acceleration when using ATECC608A", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HAVE_TIME", + "help": "Enabling this config will provide users with a function\n\"mbedtls_platform_set_time()\" that allows to set an alternative\ntime function pointer.", + "id": "MBEDTLS_PLATFORM_TIME_ALT", + "name": "MBEDTLS_PLATFORM_TIME_ALT", + "range": null, + "title": "Enable mbedtls time support: platform-specific", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HAVE_TIME", + "help": "Enables X.509 certificate expiry checks in mbedTLS.\n\nIf this option is disabled (default) then X.509 certificate\n\"valid from\" and \"valid to\" timestamp fields are ignored.\n\nIf this option is enabled, these fields are compared with the\ncurrent system date and time. The time is retrieved using the\nstandard time() and gmtime() functions. If the certificate is not\nvalid for the current system time then verification will fail with\ncode MBEDTLS_X509_BADCERT_FUTURE or MBEDTLS_X509_BADCERT_EXPIRED.\n\nEnabling this option requires adding functionality in the firmware\nto set the system clock to a valid timestamp before using TLS. The\nrecommended way to do this is via ESP-IDF's SNTP functionality, but\nany method can be used.\n\nIn the case where only a small number of certificates are trusted by\nthe device, please carefully consider the tradeoffs of enabling this\noption. There may be undesired consequences, for example if all\ntrusted certificates expire while the device is offline and a TLS\nconnection is required to update. Or if an issue with the SNTP\nserver means that the system time is invalid for an extended period\nafter a reset.", + "id": "MBEDTLS_HAVE_TIME_DATE", + "name": "MBEDTLS_HAVE_TIME_DATE", + "range": null, + "title": "Enable mbedtls certificate expiry check", + "type": "bool" + } + ], + "depends_on": "!ESP_TIME_FUNCS_USE_NONE", + "help": "Enable use of time.h functions (time() and gmtime()) by mbedTLS.\n\nThis option doesn't require the system time to be correct, but enables\nfunctionality that requires relative timekeeping - for example periodic\nexpiry of TLS session tickets or session cache entries.\n\nDisabling this option will save some firmware size, particularly if\nthe rest of the firmware doesn't call any standard timekeeeping\nfunctions.", + "id": "MBEDTLS_HAVE_TIME", + "name": "MBEDTLS_HAVE_TIME", + "range": null, + "title": "Enable mbedtls time support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Standard ECDSA is \"fragile\" in the sense that lack of entropy when signing\nmay result in a compromise of the long-term signing key.", + "id": "MBEDTLS_ECDSA_DETERMINISTIC", + "name": "MBEDTLS_ECDSA_DETERMINISTIC", + "range": null, + "title": "Enable deterministic ECDSA", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable MBEDTLS_SHA512_C adds support for SHA-384 and SHA-512.", + "id": "MBEDTLS_SHA512_C", + "name": "MBEDTLS_SHA512_C", + "range": null, + "title": "Enable the SHA-384 and SHA-512 cryptographic hash algorithms", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling MBEDTLS_SHA3_C adds support for SHA3.\nEnabling this configuration option increases the flash footprint\nby almost 4KB.", + "id": "MBEDTLS_SHA3_C", + "name": "MBEDTLS_SHA3_C", + "range": null, + "title": "Enable the SHA3 cryptographic hash algorithm", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_SERVER_AND_CLIENT", + "name": "MBEDTLS_TLS_SERVER_AND_CLIENT", + "range": null, + "title": "Server & Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_SERVER_ONLY", + "name": "MBEDTLS_TLS_SERVER_ONLY", + "range": null, + "title": "Server", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_CLIENT_ONLY", + "name": "MBEDTLS_TLS_CLIENT_ONLY", + "range": null, + "title": "Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_DISABLED", + "name": "MBEDTLS_TLS_DISABLED", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "mbedTLS can be compiled with protocol support for the TLS\nserver, TLS client, or both server and client.\n\nReducing the number of TLS roles supported saves code size.", + "id": "component-config-mbedtls-tls-protocol-role", + "name": "MBEDTLS_TLS_MODE", + "title": "TLS Protocol Role", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_SERVER", + "name": "MBEDTLS_TLS_SERVER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_CLIENT", + "name": "MBEDTLS_TLS_CLIENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_ENABLED", + "name": "MBEDTLS_TLS_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes.", + "id": "MBEDTLS_KEY_EXCHANGE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_PSK", + "range": null, + "title": "Enable PSK based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_DHM_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", + "range": null, + "title": "Enable DHE-PSK based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", + "range": null, + "title": "Enable ECDHE-PSK based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support RSA PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", + "range": null, + "title": "Enable RSA-PSK based ciphersuite modes", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to show configuration for different types of pre-shared-key TLS authentatication methods.\n\nLeaving this options disabled will save code size if they are not used.", + "id": "MBEDTLS_PSK_MODES", + "name": "MBEDTLS_PSK_MODES", + "range": null, + "title": "Enable pre-shared-key ciphersuites", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_RSA", + "range": null, + "title": "Enable RSA-only based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_DHM_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", + "range": null, + "title": "Enable DHE-RSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", + "range": null, + "title": "Enable ECDHE-RSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-ECDSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", + "range": null, + "title": "Enable ECDHE-ECDSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDH-ECDSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", + "range": null, + "title": "Enable ECDH-ECDSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDH-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", + "range": null, + "title": "Enable ECDH-RSA based ciphersuite modes", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_ECP_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to show Elliptic Curve based ciphersuite mode options.\n\nDisabling all Elliptic Curve ciphersuites saves code size and\ncan give slightly faster TLS handshakes, provided the server supports\nRSA-only ciphersuite modes.", + "id": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", + "name": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", + "range": null, + "title": "Support Elliptic Curve based ciphersuites", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECJPAKE_C && MBEDTLS_ECP_DP_SECP256R1_ENABLED && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECJPAKE-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECJPAKE", + "name": "MBEDTLS_KEY_EXCHANGE_ECJPAKE", + "range": null, + "title": "Enable ECJPAKE based ciphersuite modes", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_TLS_ENABLED", + "id": "component-config-mbedtls-tls-key-exchange-methods", + "title": "TLS Key Exchange Methods", + "type": "menu" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_PROTO_TLS1_2", + "help": "The two main uses of renegotiation are (1) refresh keys on long-lived\nconnections and (2) client authentication after the initial handshake.\nIf you don't need renegotiation, disabling it will save code size and\nreduce the possibility of abuse/vulnerability.", + "id": "MBEDTLS_SSL_RENEGOTIATION", + "name": "MBEDTLS_SSL_RENEGOTIATION", + "range": null, + "title": "Support TLS renegotiation", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1_2", + "name": "MBEDTLS_SSL_PROTO_TLS1_2", + "range": null, + "title": "Support TLS 1.2 protocol", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Provisions for GM/T SSL 1.1 support", + "id": "MBEDTLS_SSL_PROTO_GMTSSL1_1", + "name": "MBEDTLS_SSL_PROTO_GMTSSL1_1", + "range": null, + "title": "Support GM/T SSL 1.1 protocol", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_2", + "help": "Requires TLS 1.2 to be enabled for DTLS 1.2", + "id": "MBEDTLS_SSL_PROTO_DTLS", + "name": "MBEDTLS_SSL_PROTO_DTLS", + "range": null, + "title": "Support DTLS protocol (all versions)", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Disabling this option will save some code size if it is not needed.", + "id": "MBEDTLS_SSL_ALPN", + "name": "MBEDTLS_SSL_ALPN", + "range": null, + "title": "Support ALPN (Application Layer Protocol Negotiation)", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Client support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "name": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "range": null, + "title": "TLS: Client Support for RFC 5077 SSL session tickets", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED && (MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C)", + "help": "Server support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "name": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "range": null, + "title": "TLS: Server Support for RFC 5077 SSL session tickets", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_AES_C", + "name": "MBEDTLS_AES_C", + "range": null, + "title": "AES block cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_CAMELLIA_C", + "name": "MBEDTLS_CAMELLIA_C", + "range": null, + "title": "Camellia block cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the DES block cipher to support 3DES-based TLS ciphersuites.\n\n3DES is vulnerable to the Sweet32 attack and should only be enabled\nif absolutely necessary.", + "id": "MBEDTLS_DES_C", + "name": "MBEDTLS_DES_C", + "range": null, + "title": "DES block cipher (legacy, insecure)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the Blowfish block cipher (not used for TLS sessions.)\n\nThe Blowfish cipher is not used for mbedTLS TLS sessions but can be\nused for other purposes. Read up on the limitations of Blowfish (including\nSweet32) before enabling.", + "id": "MBEDTLS_BLOWFISH_C", + "name": "MBEDTLS_BLOWFISH_C", + "range": null, + "title": "Blowfish block cipher (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the XTEA block cipher.", + "id": "MBEDTLS_XTEA_C", + "name": "MBEDTLS_XTEA_C", + "range": null, + "title": "XTEA block cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", + "help": "Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers.\n\nDisabling this option saves some code size.", + "id": "MBEDTLS_CCM_C", + "name": "MBEDTLS_CCM_C", + "range": null, + "title": "CCM (Counter with CBC-MAC) block cipher modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", + "help": "Enable Galois/Counter Mode for AES and/or Camellia ciphers.\n\nThis option is generally faster than CCM.", + "id": "MBEDTLS_GCM_C", + "name": "MBEDTLS_GCM_C", + "range": null, + "title": "GCM (Galois/Counter) block cipher modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C", + "help": "Enable NIST key wrapping and key wrapping padding.", + "id": "MBEDTLS_NIST_KW_C", + "name": "MBEDTLS_NIST_KW_C", + "range": null, + "title": "NIST key wrapping (KW) and KW padding (KWP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-symmetric-ciphers", + "title": "Symmetric Ciphers", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable the RIPEMD-160 hash algorithm.", + "id": "MBEDTLS_RIPEMD160_C", + "name": "MBEDTLS_RIPEMD160_C", + "range": null, + "title": "Enable RIPEMD-160 hash algorithm", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable decoding/parsing of PEM formatted certificates.\n\nIf your certificates are all in the simpler DER format, disabling\nthis option will save some code size.", + "id": "MBEDTLS_PEM_PARSE_C", + "name": "MBEDTLS_PEM_PARSE_C", + "range": null, + "title": "Read & Parse PEM formatted certificates", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable writing of PEM formatted certificates.\n\nIf writing certificate data only in DER format, disabling this\noption will save some code size.", + "id": "MBEDTLS_PEM_WRITE_C", + "name": "MBEDTLS_PEM_WRITE_C", + "range": null, + "title": "Write PEM formatted certificates", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Support for parsing X.509 Certificate Revocation Lists.", + "id": "MBEDTLS_X509_CRL_PARSE_C", + "name": "MBEDTLS_X509_CRL_PARSE_C", + "range": null, + "title": "X.509 CRL parsing", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Support for parsing X.509 Certificate Signing Requests", + "id": "MBEDTLS_X509_CSR_PARSE_C", + "name": "MBEDTLS_X509_CSR_PARSE_C", + "range": null, + "title": "X.509 CSR parsing", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-certificates", + "title": "Certificates", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enhance support for reading EC keys using variants of SEC1 not allowed by\nRFC 5915 and RFC 5480.", + "id": "MBEDTLS_PK_PARSE_EC_EXTENDED", + "name": "MBEDTLS_PK_PARSE_EC_EXTENDED", + "range": null, + "title": "Enhance support for reading EC keys", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable the support for parsing public keys of type Short Weierstrass\n(MBEDTLS_ECP_DP_SECP_XXX and MBEDTLS_ECP_DP_BP_XXX) which are using the\ncompressed point format. This parsing is done through ECP module's functions.", + "id": "MBEDTLS_PK_PARSE_EC_COMPRESSED", + "name": "MBEDTLS_PK_PARSE_EC_COMPRESSED", + "range": null, + "title": "Enable the support for parsing public keys of type Short Weierstrass", + "type": "bool" + } + ], + "depends_on": null, + "help": null, + "id": "MBEDTLS_ECP_C", + "is_menuconfig": true, + "name": "MBEDTLS_ECP_C", + "range": null, + "title": "Elliptic Curve Ciphers", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable DHM. Needed to use DHE-xxx TLS ciphersuites.\n\nNote that the security of Diffie-Hellman key exchanges depends on\na suitable prime being used for the exchange. Please see detailed\nwarning text about this in file `mbedtls/dhm.h` file.", + "id": "MBEDTLS_DHM_C", + "name": "MBEDTLS_DHM_C", + "range": null, + "title": "Diffie-Hellman-Merkle key exchange (DHM)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_ECDH_C", + "help": "Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECDSA_C", + "name": "MBEDTLS_ECDSA_C", + "range": null, + "title": "Elliptic Curve DSA", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable ECDH. Needed to use ECDHE-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECDH_C", + "name": "MBEDTLS_ECDH_C", + "range": null, + "title": "Elliptic Curve Diffie-Hellman (ECDH)", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable ECJPAKE. Needed to use ECJPAKE-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECJPAKE_C", + "name": "MBEDTLS_ECJPAKE_C", + "range": null, + "title": "Elliptic curve J-PAKE", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP192R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", + "range": null, + "title": "Enable SECP192R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP224R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", + "range": null, + "title": "Enable SECP224R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP256R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", + "range": null, + "title": "Enable SECP256R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP384R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", + "range": null, + "title": "Enable SECP384R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP521R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", + "range": null, + "title": "Enable SECP521R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP192K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", + "range": null, + "title": "Enable SECP192K1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP224K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", + "range": null, + "title": "Enable SECP224K1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP256K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", + "range": null, + "title": "Enable SECP256K1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP256R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP256R1_ENABLED", + "range": null, + "title": "Enable BP256R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP384R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP384R1_ENABLED", + "range": null, + "title": "Enable BP384R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP512R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP512R1_ENABLED", + "range": null, + "title": "Enable BP512R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for CURVE25519 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", + "name": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", + "range": null, + "title": "Enable CURVE25519 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "NIST 'modulo p' optimisations increase Elliptic Curve operation performance.\n\nDisabling this option saves some code size.", + "id": "MBEDTLS_ECP_NIST_OPTIM", + "name": "MBEDTLS_ECP_NIST_OPTIM", + "range": null, + "title": "NIST 'modulo p' optimisations", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "This configuration option enables optimizations to speedup (about 3 ~ 4 times) the ECP\nfixed point multiplication using pre-computed tables in the flash memory.\nEnabling this configuration option increases the flash footprint\n(about 29KB if all Elliptic Curve selected) in the application binary.\n\n# end of Elliptic Curve options", + "id": "MBEDTLS_ECP_FIXED_POINT_OPTIM", + "name": "MBEDTLS_ECP_FIXED_POINT_OPTIM", + "range": null, + "title": "Enable fixed-point multiplication optimisations", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support for Poly1305 MAC algorithm.", + "id": "MBEDTLS_POLY1305_C", + "name": "MBEDTLS_POLY1305_C", + "range": null, + "title": "Poly1305 MAC algorithm", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_CHACHA20_C && MBEDTLS_POLY1305_C", + "help": "Enable support for ChaCha20-Poly1305 AEAD algorithm.", + "id": "MBEDTLS_CHACHAPOLY_C", + "name": "MBEDTLS_CHACHAPOLY_C", + "range": null, + "title": "ChaCha20-Poly1305 AEAD algorithm", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable support for Chacha20 stream cipher.", + "id": "MBEDTLS_CHACHA20_C", + "name": "MBEDTLS_CHACHA20_C", + "range": null, + "title": "Chacha20 stream cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support for the Hashed Message Authentication Code\n(HMAC)-based key derivation function (HKDF).", + "id": "MBEDTLS_HKDF_C", + "name": "MBEDTLS_HKDF_C", + "range": null, + "title": "HKDF algorithm (RFC 5869)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_THREADING_C", + "help": "Enable threading alt to allow your own alternate threading implementation.", + "id": "MBEDTLS_THREADING_ALT", + "name": "MBEDTLS_THREADING_ALT", + "range": null, + "title": "Enable threading alternate implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_THREADING_C", + "help": "Enable the pthread wrapper layer for the threading layer.", + "id": "MBEDTLS_THREADING_PTHREAD", + "name": "MBEDTLS_THREADING_PTHREAD", + "range": null, + "title": "Enable threading pthread implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "If you do intend to use contexts between threads, you will need to enable\nthis layer to prevent race conditions.", + "id": "MBEDTLS_THREADING_C", + "name": "MBEDTLS_THREADING_C", + "range": null, + "title": "Enable the threading abstraction layer", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables mbedtls_strerror() for converting error codes to error strings.\nDisabling this config can save some code/rodata size as the error\nstring conversion implementation is replaced with an empty stub.", + "id": "MBEDTLS_ERROR_STRINGS", + "name": "MBEDTLS_ERROR_STRINGS", + "range": null, + "title": "Enable error code to error string conversion", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB", + "help": "Enable this flag to use mbedtls crypto algorithm from ROM instead of ESP-IDF.\n\nThis configuration option saves flash footprint in the application binary.\nNote that the version of mbedtls crypto algorithm library in ROM(ECO1~ECO3) is v2.16.12,\nand the version of mbedtls crypto algorithm library in ROM(ECO4) is v3.6.0.\nWe have done the security analysis of the mbedtls revision in ROM (ECO1~ECO4)\nand ensured that affected symbols have been patched (removed). If in the future\nmbedtls revisions there are security issues that also affects the version in\nROM (ECO1~ECO4) then we shall patch the relevant symbols. This would increase\nthe flash footprint and hence care must be taken to keep some reserved space\nfor the application binary in flash layout.", + "id": "MBEDTLS_USE_CRYPTO_ROM_IMPL", + "name": "MBEDTLS_USE_CRYPTO_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of the crypto algorithm", + "type": "bool" + }, + { + "children": [], + "depends_on": "(VFS_SUPPORT_IO && VFS_SUPPORT_DIR) || IDF_TARGET_LINUX", + "help": "This option enables functions in mbedTLS that use the filesystem.\nIt uses the default filesystem support for the target,\nwhich is added through vfs component for ESP32 based targets or by\nthe host system when the target is Linux.", + "id": "MBEDTLS_FS_IO", + "name": "MBEDTLS_FS_IO", + "range": null, + "title": "Enable functions that use the filesystem", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls", + "title": "mbedTLS", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If not, this library will use MQTT protocol 3.1", + "id": "MQTT_PROTOCOL_311", + "name": "MQTT_PROTOCOL_311", + "range": null, + "title": "Enable MQTT protocol 3.1.1", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not, this library will not support MQTT 5.0", + "id": "MQTT_PROTOCOL_5", + "name": "MQTT_PROTOCOL_5", + "range": null, + "title": "Enable MQTT protocol 5.0", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable MQTT transport over SSL with mbedtls", + "id": "MQTT_TRANSPORT_SSL", + "name": "MQTT_TRANSPORT_SSL", + "range": null, + "title": "Enable MQTT over SSL", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_SSL", + "help": "Enable MQTT transport over Websocket Secure.", + "id": "MQTT_TRANSPORT_WEBSOCKET_SECURE", + "name": "MQTT_TRANSPORT_WEBSOCKET_SECURE", + "range": null, + "title": "Enable MQTT over Websocket Secure", + "type": "bool" + } + ], + "depends_on": "WS_TRANSPORT", + "help": "Enable MQTT transport over Websocket.", + "id": "MQTT_TRANSPORT_WEBSOCKET", + "name": "MQTT_TRANSPORT_WEBSOCKET", + "range": null, + "title": "Enable MQTT over Websocket", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set this to true for the message id (2.3.1 Packet Identifier) to be generated\nas an incremental number rather then a random value (used by default)", + "id": "MQTT_MSG_ID_INCREMENTAL", + "name": "MQTT_MSG_ID_INCREMENTAL", + "range": null, + "title": "Use Incremental Message Id", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set this to true to avoid publishing (enqueueing messages) if the client is disconnected.\nThe MQTT client tries to publish all messages by default, even in the disconnected state\n(where the qos1 and qos2 packets are stored in the internal outbox to be published later)\nThe MQTT_SKIP_PUBLISH_IF_DISCONNECTED option allows applications to override this behaviour\nand not enqueue publish packets in the disconnected state.", + "id": "MQTT_SKIP_PUBLISH_IF_DISCONNECTED", + "name": "MQTT_SKIP_PUBLISH_IF_DISCONNECTED", + "range": null, + "title": "Skip publish if disconnected", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set this to true to post events for all messages which were deleted from the outbox\nbefore being correctly sent and confirmed.", + "id": "MQTT_REPORT_DELETED_MESSAGES", + "name": "MQTT_REPORT_DELETED_MESSAGES", + "range": null, + "title": "Report deleted messages", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Default MQTT over TCP port", + "id": "MQTT_TCP_DEFAULT_PORT", + "name": "MQTT_TCP_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over TCP port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_SSL", + "help": "Default MQTT over SSL port", + "id": "MQTT_SSL_DEFAULT_PORT", + "name": "MQTT_SSL_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over SSL port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET", + "help": "Default MQTT over Websocket port", + "id": "MQTT_WS_DEFAULT_PORT", + "name": "MQTT_WS_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over Websocket port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_WEBSOCKET_SECURE", + "help": "Default MQTT over Websocket Secure port", + "id": "MQTT_WSS_DEFAULT_PORT", + "name": "MQTT_WSS_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over Websocket Secure port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "This buffer size using for both transmit and receive", + "id": "MQTT_BUFFER_SIZE", + "name": "MQTT_BUFFER_SIZE", + "range": null, + "title": "Default MQTT Buffer Size", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "MQTT task stack size", + "id": "MQTT_TASK_STACK_SIZE", + "name": "MQTT_TASK_STACK_SIZE", + "range": null, + "title": "MQTT task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Default config employs API locks to protect internal structures. It is possible to disable\nthese locks if the user code doesn't access MQTT API from multiple concurrent tasks", + "id": "MQTT_DISABLE_API_LOCKS", + "name": "MQTT_DISABLE_API_LOCKS", + "range": null, + "title": "Disable API locks", + "type": "bool" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "MQTT task priority. Higher number denotes higher priority.", + "id": "MQTT_TASK_PRIORITY", + "name": "MQTT_TASK_PRIORITY", + "range": null, + "title": "MQTT task priority", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Timeout when polling underlying transport for read.", + "id": "MQTT_POLL_READ_TIMEOUT_MS", + "name": "MQTT_POLL_READ_TIMEOUT_MS", + "range": null, + "title": "MQTT transport poll read timeut", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "A value higher than 1 enables multiple queued events.", + "id": "MQTT_EVENT_QUEUE_SIZE", + "name": "MQTT_EVENT_QUEUE_SIZE", + "range": null, + "title": "Number of queued events.", + "type": "int" + } + ], + "depends_on": null, + "help": "Custom MQTT configurations.", + "id": "MQTT_USE_CUSTOM_CONFIG", + "name": "MQTT_USE_CUSTOM_CONFIG", + "range": null, + "title": "MQTT Using custom configurations", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MQTT_USE_CORE_0", + "name": "MQTT_USE_CORE_0", + "range": null, + "title": "Core 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MQTT_USE_CORE_1", + "name": "MQTT_USE_CORE_1", + "range": null, + "title": "Core 1", + "type": "bool" + } + ], + "depends_on": "MQTT_TASK_CORE_SELECTION_ENABLED", + "help": null, + "id": "component-config-esp-mqtt-configurations-enable-mqtt-task-core-selection-core-to-use-", + "name": "MQTT_TASK_CORE_SELECTION", + "title": "Core to use ?", + "type": "choice" + } + ], + "depends_on": null, + "help": "This will enable core selection", + "id": "MQTT_TASK_CORE_SELECTION_ENABLED", + "name": "MQTT_TASK_CORE_SELECTION_ENABLED", + "range": null, + "title": "Enable MQTT task core selection", + "type": "bool" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Set to true to use external memory for outbox data.", + "id": "MQTT_OUTBOX_DATA_ON_EXTERNAL_MEMORY", + "name": "MQTT_OUTBOX_DATA_ON_EXTERNAL_MEMORY", + "range": null, + "title": "Use external memory for outbox data", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set to true if a specific implementation of message outbox is needed (e.g. persistent outbox in NVM or\nsimilar).\nNote: Implementation of the custom outbox must be added to the mqtt component. These CMake commands\ncould be used to append the custom implementation to lib-mqtt sources:\nidf_component_get_property(mqtt mqtt COMPONENT_LIB)\nset_property(TARGET ${mqtt} PROPERTY SOURCES ${PROJECT_DIR}/custom_outbox.c APPEND)", + "id": "MQTT_CUSTOM_OUTBOX", + "name": "MQTT_CUSTOM_OUTBOX", + "range": null, + "title": "Enable custom outbox implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Messages which stays in the outbox longer than this value before being published will be discarded.", + "id": "MQTT_OUTBOX_EXPIRED_TIMEOUT_MS", + "name": "MQTT_OUTBOX_EXPIRED_TIMEOUT_MS", + "range": null, + "title": "Outbox message expired timeout[ms]", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-mqtt-configurations", + "title": "ESP-MQTT Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "name": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_LF", + "name": "NEWLIB_STDOUT_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CR", + "name": "NEWLIB_STDOUT_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurrence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-output", + "name": "NEWLIB_STDOUT_LINE_ENDING", + "title": "Line ending for UART output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "name": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_LF", + "name": "NEWLIB_STDIN_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CR", + "name": "NEWLIB_STDIN_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurrence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-input", + "name": "NEWLIB_STDIN_LINE_ENDING", + "title": "Line ending for UART input", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "id": "NEWLIB_NANO_FORMAT", + "name": "NEWLIB_NANO_FORMAT", + "range": null, + "title": "Enable 'nano' formatting options for printf/scanf family", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "range": null, + "title": "RTC and high-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC", + "range": null, + "title": "RTC", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_HRT", + "range": null, + "title": "High-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_NONE", + "name": "NEWLIB_TIME_SYSCALL_USE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS; they are defined as weak,\n so they could be overridden.\n If you want to customize gettimeofday() and other time functions,\n please choose this option and refer to the 'time.c' source file\n for the exact prototypes of these functions.\n\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "id": "component-config-newlib-timers-used-for-gettimeofday-function", + "name": "NEWLIB_TIME_SYSCALL", + "title": "Timers used for gettimeofday function", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-newlib", + "title": "Newlib", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "name": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED || SOC_HMAC_SUPPORTED", + "help": "This option enables encryption for NVS. When enabled, XTS-AES is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition (enabling flash encryption is mandatory here)\nor to be derived from an HMAC key burnt in eFuse.", + "id": "NVS_ENCRYPTION", + "name": "NVS_ENCRYPTION", + "range": null, + "title": "Enable NVS encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "Enabling this will ignore \"encrypted\" flag for NVS partitions. NVS encryption\nscheme is different than hardware flash encryption and hence it is not recommended\nto have \"encrypted\" flag for NVS partitions. This was not being checked in pre v4.3\nIDF. Hence, if you have any devices where this flag is kept enabled in partition\ntable then enabling this config will allow to have same behavior as pre v4.3 IDF.", + "id": "NVS_COMPATIBLE_PRE_V4_3_ENCRYPTION_FLAG", + "name": "NVS_COMPATIBLE_PRE_V4_3_ENCRYPTION_FLAG", + "range": null, + "title": "NVS partition encrypted flag compatible with ESP-IDF before v4.3", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option switches error checking type between assertions (y) or return codes (n).", + "id": "NVS_ASSERT_ERROR_CHECK", + "name": "NVS_ASSERT_ERROR_CHECK", + "range": null, + "title": "Use assertions for error checking", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will switch the nvs_set() family of functions to the legacy mode:\nwhen called repeatedly with the same key but different data type, the existing value\nin the NVS remains active and the new value is just stored, actually not accessible through\ncorresponding nvs_get() call for the key given. Use this option only when your application\nrelies on such NVS API behaviour.", + "id": "NVS_LEGACY_DUP_KEYS_COMPATIBILITY", + "name": "NVS_LEGACY_DUP_KEYS_COMPATIBILITY", + "range": null, + "title": "Enable legacy nvs_set function behavior when same key is reused with different data types", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM && (SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC)", + "help": "Enabling this option lets NVS library try to allocate page cache and key hash list in SPIRAM\ninstead of internal RAM. It can help applications using large nvs partitions or large number\nof keys to save heap space in internal RAM. SPIRAM heap allocation negatively impacts speed\nof NVS operations as the CPU accesses NVS cache via SPI instead of direct access to the internal RAM.", + "id": "NVS_ALLOCATE_CACHE_IN_SPIRAM", + "name": "NVS_ALLOCATE_CACHE_IN_SPIRAM", + "range": null, + "title": "Prefers allocation of in-memory cache structures in SPI connected PSRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-nvs", + "title": "NVS", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && ", + "help": "Protect the NVS Encryption Keys using Flash Encryption\nRequires a separate 'nvs_keys' partition (which will be encrypted by flash encryption)\nfor storing the NVS encryption keys", + "id": "NVS_SEC_KEY_PROTECT_USING_FLASH_ENC", + "name": "NVS_SEC_KEY_PROTECT_USING_FLASH_ENC", + "range": null, + "title": "Using Flash Encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_HMAC_SUPPORTED && ", + "help": "Derive and protect the NVS Encryption Keys using the HMAC peripheral\nRequires the specified eFuse block (NVS_SEC_HMAC_EFUSE_KEY_ID or the v2 API argument)\nto be empty or pre-written with a key with the purpose ESP_EFUSE_KEY_PURPOSE_HMAC_UP", + "id": "NVS_SEC_KEY_PROTECT_USING_HMAC", + "name": "NVS_SEC_KEY_PROTECT_USING_HMAC", + "range": null, + "title": "Using HMAC peripheral", + "type": "bool" + } + ], + "depends_on": "NVS_ENCRYPTION", + "help": "This choice defines the default NVS encryption keys protection scheme;\nwhich will be used for the default NVS partition.\nUsers can use the corresponding scheme registration APIs to register other\nschemes for the default as well as other NVS partitions.", + "id": "component-config-nvs-security-provider-nvs-encryption-key-protection-scheme", + "name": "NVS_SEC_KEY_PROTECTION_SCHEME", + "title": "NVS Encryption: Key Protection Scheme", + "type": "choice" + }, + { + "children": [], + "depends_on": "NVS_SEC_KEY_PROTECT_USING_HMAC", + "help": "eFuse block key ID storing the HMAC key for deriving the NVS encryption keys\n\nNote: The eFuse block key ID required by the HMAC scheme\n(CONFIG_NVS_SEC_KEY_PROTECT_USING_HMAC) is set using this config when the default\nNVS partition is initialized with nvs_flash_init(). The eFuse block key ID can\nalso be set at runtime by passing the appropriate value to the NVS security scheme\nregistration APIs.", + "id": "NVS_SEC_HMAC_EFUSE_KEY_ID", + "name": "NVS_SEC_HMAC_EFUSE_KEY_ID", + "range": null, + "title": "eFuse key ID storing the HMAC key", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-nvs-security-provider", + "title": "NVS Security Provider", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread package name.", + "id": "OPENTHREAD_PACKAGE_NAME", + "name": "OPENTHREAD_PACKAGE_NAME", + "range": null, + "title": "OpenThread package name", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread platform information.", + "id": "OPENTHREAD_PLATFORM_INFO", + "name": "OPENTHREAD_PLATFORM_INFO", + "range": null, + "title": "platform information", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-version-message", + "title": "Thread Version Message", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(ESP_CONSOLE_UART_DEFAULT || ESP_CONSOLE_UART_CUSTOM) && ", + "help": null, + "id": "OPENTHREAD_CONSOLE_TYPE_UART", + "name": "OPENTHREAD_CONSOLE_TYPE_UART", + "range": null, + "title": "OpenThread console type UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "(ESP_CONSOLE_USB_SERIAL_JTAG || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG) && ", + "help": null, + "id": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "name": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "range": null, + "title": "OpenThread console type USB Serial/JTAG Controller", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select OpenThread console type", + "id": "component-config-openthread-openthread-thread-console-openthread-console-type", + "name": "OPENTHREAD_CONSOLE_TYPE", + "title": "OpenThread console type", + "type": "choice" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Command-Line Interface in OpenThread.", + "id": "OPENTHREAD_CLI", + "name": "OPENTHREAD_CLI", + "range": null, + "title": "Enable Openthread Command-Line Interface", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-console", + "title": "Thread Console", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_NAME", + "name": "OPENTHREAD_NETWORK_NAME", + "range": null, + "title": "OpenThread network name", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "A string in the format \"
/\", where `
` is an IPv6\naddress and `` is a prefix length. For example \"fd00:db8:a0:0::/64\"", + "id": "OPENTHREAD_MESH_LOCAL_PREFIX", + "name": "OPENTHREAD_MESH_LOCAL_PREFIX", + "range": null, + "title": "OpenThread mesh local prefix, format
/", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_CHANNEL", + "name": "OPENTHREAD_NETWORK_CHANNEL", + "range": null, + "title": "OpenThread network channel", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_PANID", + "name": "OPENTHREAD_NETWORK_PANID", + "range": null, + "title": "OpenThread network pan id", + "type": "hex" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread network extended pan id in hex string format", + "id": "OPENTHREAD_NETWORK_EXTPANID", + "name": "OPENTHREAD_NETWORK_EXTPANID", + "range": null, + "title": "OpenThread extended pan id", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread network network key in hex string format", + "id": "OPENTHREAD_NETWORK_MASTERKEY", + "name": "OPENTHREAD_NETWORK_MASTERKEY", + "range": null, + "title": "OpenThread network key", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread pre-shared commissioner key in hex string format", + "id": "OPENTHREAD_NETWORK_PSKC", + "name": "OPENTHREAD_NETWORK_PSKC", + "range": null, + "title": "OpenThread pre-shared commissioner key", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-operational-dataset", + "title": "Thread Operational Dataset", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to enable Full Thread Device which can act as router and leader in a Thread network.", + "id": "OPENTHREAD_FTD", + "name": "OPENTHREAD_FTD", + "range": null, + "title": "Full Thread Device", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable Minimal Thread Device which can only act as end device in a Thread network.\nThis will reduce the code size of the OpenThread stack.", + "id": "OPENTHREAD_MTD", + "name": "OPENTHREAD_MTD", + "range": null, + "title": "Minimal Thread Device", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable Radio Only Device which can only forward 15.4 packets to the host.\nThe OpenThread stack will be run on the host and OpenThread will have minimal footprint on the\nradio only device.", + "id": "OPENTHREAD_RADIO", + "name": "OPENTHREAD_RADIO", + "range": null, + "title": "Radio Only Device", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "OpenThread can be configured to different device types (FTD, MTD, Radio)", + "id": "component-config-openthread-openthread-thread-core-features-thread-device-type", + "name": "OPENTHREAD_DEVICE_TYPE", + "title": "Thread device type", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_RADIO_TREL && (EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "help": "Configure the port number of TREL service.", + "id": "OPENTHREAD_TREL_PORT", + "name": "OPENTHREAD_TREL_PORT", + "range": null, + "title": "The port of openthread trel service", + "type": "int" + } + ], + "depends_on": "(EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "help": "Select this option to enable Thread Radio Encapsulation Link.", + "id": "OPENTHREAD_RADIO_TREL", + "name": "OPENTHREAD_RADIO_TREL", + "range": null, + "title": "Enable Thread Radio Encapsulation Link (TREL)", + "type": "bool" + } + ], + "depends_on": "(EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-trel-radio-link", + "title": "Thread Trel Radio Link", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to use the native 15.4 radio.", + "id": "OPENTHREAD_RADIO_NATIVE", + "name": "OPENTHREAD_RADIO_NATIVE", + "range": null, + "title": "Native 15.4 radio", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to connect to a Radio Co-Processor via UART.", + "id": "OPENTHREAD_RADIO_SPINEL_UART", + "name": "OPENTHREAD_RADIO_SPINEL_UART", + "range": null, + "title": "Connect via UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to connect to a Radio Co-Processor via SPI.", + "id": "OPENTHREAD_RADIO_SPINEL_SPI", + "name": "OPENTHREAD_RADIO_SPINEL_SPI", + "range": null, + "title": "Connect via SPI", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to disable the Thread radio based on 15.4 link.", + "id": "OPENTHREAD_RADIO_154_NONE", + "name": "OPENTHREAD_RADIO_154_NONE", + "range": null, + "title": "Disable the Thread radio based on 15.4 link", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Configure how OpenThread connects to the 15.4 radio", + "id": "component-config-openthread-openthread-thread-core-features-thread-15-4-radio-link-config-the-thread-radio-type-with-15-4-link", + "name": "OPENTHREAD_RADIO_TYPE", + "title": "Config the Thread radio type with 15.4 link", + "type": "choice" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-15-4-radio-link", + "title": "Thread 15.4 Radio Link", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to enable UART connection to host.", + "id": "OPENTHREAD_RCP_UART", + "name": "OPENTHREAD_RCP_UART", + "range": null, + "title": "UART RCP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable SPI connection to host.", + "id": "OPENTHREAD_RCP_SPI", + "name": "OPENTHREAD_RCP_SPI", + "range": null, + "title": "SPI RCP", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "help": null, + "id": "component-config-openthread-openthread-thread-core-features-thread-radio-co-processor-feature-the-rcp-transport-type", + "name": "OPENTHREAD_RCP_TRANSPORT", + "title": "The RCP transport type", + "type": "choice" + }, + { + "children": [], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "help": "Select this to enable OpenThread NCP vendor commands.", + "id": "OPENTHREAD_NCP_VENDOR_HOOK", + "name": "OPENTHREAD_NCP_VENDOR_HOOK", + "range": null, + "title": "Enable vendor command for RCP", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-radio-co-processor-feature", + "title": "Thread Radio Co-Processor Feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "OPENTHREAD_FTD && OPENTHREAD_ENABLED", + "help": "Select this option to enable border router features in OpenThread.", + "id": "OPENTHREAD_BORDER_ROUTER", + "name": "OPENTHREAD_BORDER_ROUTER", + "range": null, + "title": "Enable Border Router", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_COMMISSIONER && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", + "name": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", + "range": null, + "title": "The size of max commissioning joiner entries", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_COMMISSIONER && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-commissioner-commissioner-configurations", + "title": "Commissioner Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable commissioner in OpenThread. This will enable the device to act as a\ncommissioner in the Thread network. A commissioner checks the pre-shared key from a joining device\nwith the Thread commissioning protocol and shares the network parameter with the joining device\nupon success.", + "id": "OPENTHREAD_COMMISSIONER", + "name": "OPENTHREAD_COMMISSIONER", + "range": null, + "title": "Enable Commissioner", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Joiner in OpenThread. This allows a device to join the\nThread network with a pre-shared key using the Thread commissioning protocol.", + "id": "OPENTHREAD_JOINER", + "name": "OPENTHREAD_JOINER", + "range": null, + "title": "Enable Joiner", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_SRP_CLIENT && OPENTHREAD_ENABLED", + "help": "Set the max buffer size of service entries in the SRP client service pool.", + "id": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", + "name": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", + "range": null, + "title": "Specifies number of service entries in the SRP client service pool", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_SRP_CLIENT && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-srp-client-srp-client-configurations", + "title": "SRP Client Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable SRP Client in OpenThread.\nThis allows a device to register SRP services to SRP Server.", + "id": "OPENTHREAD_SRP_CLIENT", + "name": "OPENTHREAD_SRP_CLIENT", + "range": null, + "title": "Enable SRP Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable DNS Client in OpenThread.", + "id": "OPENTHREAD_DNS_CLIENT", + "name": "OPENTHREAD_DNS_CLIENT", + "range": null, + "title": "Enable DNS Client", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_DNS64_CLIENT && OPENTHREAD_ENABLED", + "help": "Set the DNS server IPv4 address.", + "id": "OPENTHREAD_DNS_SERVER_ADDR", + "name": "OPENTHREAD_DNS_SERVER_ADDR", + "range": null, + "title": "DNS server address (IPv4)", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_DNS64_CLIENT && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-dns64-client-dns64-client-configurations", + "title": "DNS64 Client Configurations", + "type": "menu" + } + ], + "depends_on": "LWIP_IPV4 && OPENTHREAD_ENABLED", + "help": "Select this option to acquire NAT64 address from dns servers.", + "id": "OPENTHREAD_DNS64_CLIENT", + "name": "OPENTHREAD_DNS64_CLIENT", + "range": null, + "title": "Enable DNS64 Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable link metrics feature", + "id": "OPENTHREAD_LINK_METRICS", + "name": "OPENTHREAD_LINK_METRICS", + "range": null, + "title": "Enable link metrics feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable mac filter feature", + "id": "OPENTHREAD_MACFILTER_ENABLE", + "name": "OPENTHREAD_MACFILTER_ENABLE", + "range": null, + "title": "Enable mac filter feature", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "The current accuracy of the clock used for scheduling CSL operations", + "id": "OPENTHREAD_CSL_ACCURACY", + "name": "OPENTHREAD_CSL_ACCURACY", + "range": null, + "title": "The current CSL rx/tx scheduling drift, in units of \u00b1 ppm", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "The fixed uncertainty of the Device for scheduling CSL Transmissions in units of 10 microseconds.", + "id": "OPENTHREAD_CSL_UNCERTAIN", + "name": "OPENTHREAD_CSL_UNCERTAIN", + "range": null, + "title": "The CSL Uncertainty in units of 10 us.", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "Select this option to set rx on when sleep in CSL feature, only for debug", + "id": "OPENTHREAD_CSL_DEBUG_ENABLE", + "name": "OPENTHREAD_CSL_DEBUG_ENABLE", + "range": null, + "title": "Enable CSL debug", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-csl-feature-csl-configurations", + "title": "CSL Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable CSL feature", + "id": "OPENTHREAD_CSL_ENABLE", + "name": "OPENTHREAD_CSL_ENABLE", + "range": null, + "title": "Enable CSL feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable time synchronization feature, the devices in the same Thread network could\nsync to the same network time.", + "id": "OPENTHREAD_TIME_SYNC", + "name": "OPENTHREAD_TIME_SYNC", + "range": null, + "title": "Enable the time synchronization service feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": "Select this option to enable the radio statistics feature, you can use radio\ncommand to print some radio Statistics information.", + "id": "OPENTHREAD_RADIO_STATS_ENABLE", + "name": "OPENTHREAD_RADIO_STATS_ENABLE", + "range": null, + "title": "Enable Radio Statistics feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable OpenThread radio capability rx on when idle.\nDo not support this feature when SW coexistence is enabled.", + "id": "OPENTHREAD_RX_ON_WHEN_IDLE", + "name": "OPENTHREAD_RX_ON_WHEN_IDLE", + "range": null, + "title": "Enable OpenThread radio capability rx on when idle", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Diag in OpenThread. This will enable diag mode and a series of diag\ncommands in the OpenThread command line. These commands allow users to manipulate low-level\nfeatures of the storage and 15.4 radio.", + "id": "OPENTHREAD_DIAG", + "name": "OPENTHREAD_DIAG", + "range": null, + "title": "Enable diag", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "help": "Select this option to allocate buffer from PSRAM for Thread", + "id": "OPENTHREAD_MEM_ALLOC_EXTERNAL", + "name": "OPENTHREAD_MEM_ALLOC_EXTERNAL", + "range": null, + "title": "Allocate memory from PSRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "help": "If enabled, the message pool is managed by platform defined logic.", + "id": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", + "name": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", + "range": null, + "title": "Allocate message pool buffer from PSRAM", + "type": "bool" + } + ], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-memory-allocation", + "title": "Thread Memory Allocation", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_TIMEOUT", + "name": "OPENTHREAD_ADDRESS_QUERY_TIMEOUT", + "range": null, + "title": "Timeout (in seconds) for a address notification response after sending an address query.", + "type": "int" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_RETRY_DELAY", + "name": "OPENTHREAD_ADDRESS_QUERY_RETRY_DELAY", + "range": null, + "title": "Initial retry delay for address query (in seconds).", + "type": "int" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_MAX_RETRY_DELAY", + "name": "OPENTHREAD_ADDRESS_QUERY_MAX_RETRY_DELAY", + "range": null, + "title": "Maximum retry delay for address query (in seconds).", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-openthread-stack-parameters-thread-address-query-config", + "title": "Thread Address Query Config", + "type": "menu" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NUM_MESSAGE_BUFFERS", + "name": "OPENTHREAD_NUM_MESSAGE_BUFFERS", + "range": null, + "title": "The number of openthread message buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The device's XTAL accuracy, in ppm.", + "id": "OPENTHREAD_XTAL_ACCURACY", + "name": "OPENTHREAD_XTAL_ACCURACY", + "range": null, + "title": "The accuracy of the XTAL", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_MLE_MAX_CHILDREN", + "name": "OPENTHREAD_MLE_MAX_CHILDREN", + "range": null, + "title": "The size of max MLE children entries", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", + "name": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", + "range": null, + "title": "The size of max TMF address cache entries", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Set the OpenThread UART buffer size.", + "id": "OPENTHREAD_UART_BUFFER_SIZE", + "name": "OPENTHREAD_UART_BUFFER_SIZE", + "range": null, + "title": "The uart received buffer size of openthread", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access\nfailure.", + "id": "OPENTHREAD_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "name": "OPENTHREAD_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "range": null, + "title": "Maximum backoffs times before declaring a channel access failure.", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-openthread-stack-parameters", + "title": "OpenThread Stack Parameters", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features", + "title": "Thread Core Features", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable dynamic log level control for OpenThread", + "id": "OPENTHREAD_LOG_LEVEL_DYNAMIC", + "name": "OPENTHREAD_LOG_LEVEL_DYNAMIC", + "range": null, + "title": "Enable dynamic log level control", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_NONE", + "name": "OPENTHREAD_LOG_LEVEL_NONE", + "range": null, + "title": "No logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_CRIT", + "name": "OPENTHREAD_LOG_LEVEL_CRIT", + "range": null, + "title": "Error logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_WARN", + "name": "OPENTHREAD_LOG_LEVEL_WARN", + "range": null, + "title": "Warning logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_NOTE", + "name": "OPENTHREAD_LOG_LEVEL_NOTE", + "range": null, + "title": "Notice logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_INFO", + "name": "OPENTHREAD_LOG_LEVEL_INFO", + "range": null, + "title": "Info logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_DEBG", + "name": "OPENTHREAD_LOG_LEVEL_DEBG", + "range": null, + "title": "Debug logs", + "type": "bool" + } + ], + "depends_on": "!OPENTHREAD_LOG_LEVEL_DYNAMIC && OPENTHREAD_ENABLED", + "help": "Select OpenThread log level.", + "id": "component-config-openthread-openthread-thread-log-openthread-log-verbosity", + "name": "OPENTHREAD_LOG_LEVEL", + "title": "OpenThread log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": "!OPENTHREAD_LOG_LEVEL_DYNAMIC && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL", + "name": "OPENTHREAD_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-log", + "title": "Thread Log", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "help": "Please use relative paths with respect to the project folder.", + "id": "OPENTHREAD_CUSTOM_HEADER_PATH", + "name": "OPENTHREAD_CUSTOM_HEADER_PATH", + "range": null, + "title": "Path of custom header file", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "help": "Name of custom header file.", + "id": "OPENTHREAD_CUSTOM_HEADER_FILE_NAME", + "name": "OPENTHREAD_CUSTOM_HEADER_FILE_NAME", + "range": null, + "title": "Name of custom header file", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-extensioned-features-use-a-header-file-defined-by-customer-openthread-custom-header-config", + "title": "OpenThread Custom Header Config", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "This option allows users to tailor the values of openthread macros according to their requirements.\nThe openthread submodule contains numerous macros, each with a default value set. In the Kconfig of\nESP openthread, users can set specific openthread parameters, which will be applied for certain\nopenthread macros in the openthread-core-esp32x-xxx-config.h file. During compilation, the values\nspecified in openthread-core-esp32x-xxx-config.h will replace the default settings in the openthread\nsubmodule. However, Kconfig does not cover all openthread macros, particularly those typically\nusing default values. For such macros, users can enable the OPENTHREAD_HEADER_CUSTOM option in the\nKconfig and provide a custom header file. Macros defined in the custom header file will have the\nhighest priority.", + "id": "OPENTHREAD_HEADER_CUSTOM", + "name": "OPENTHREAD_HEADER_CUSTOM", + "range": null, + "title": "Use a header file defined by customer", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-extensioned-features", + "title": "Thread Extensioned Features", + "type": "menu" + } + ], + "depends_on": null, + "help": "Select this option to enable OpenThread and show the submenu with OpenThread configuration choices.", + "id": "OPENTHREAD_ENABLED", + "name": "OPENTHREAD_ENABLED", + "range": null, + "title": "OpenThread", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Select this option to enable the OpenThread Radio Spinel for external protocol stack, such as Zigbee.", + "id": "OPENTHREAD_SPINEL_ONLY", + "name": "OPENTHREAD_SPINEL_ONLY", + "range": null, + "title": "Enable OpenThread External Radio Spinel feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED || OPENTHREAD_SPINEL_ONLY", + "help": null, + "id": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", + "name": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", + "range": null, + "title": "The size of openthread spinel rx frame buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_SPINEL_ONLY", + "help": "The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access\nfailure.", + "id": "OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "name": "OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "range": null, + "title": "Maximum backoffs times before declaring a channel access failure.", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-openthread-openthread-spinel", + "title": "OpenThread Spinel", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-openthread", + "title": "OpenThread", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable support of security version 0.\nDisabling this option saves some code size.\nConsult the Enabling protocomm security version section of the\nProtocomm documentation in ESP-IDF Programming guide for more details.", + "id": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0", + "name": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0", + "range": null, + "title": "Support protocomm security version 0 (no security)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support of security version 1.\nDisabling this option saves some code size.\nConsult the Enabling protocomm security version section of the\nProtocomm documentation in ESP-IDF Programming guide for more details.", + "id": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1", + "name": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1", + "range": null, + "title": "Support protocomm security version 1 (Curve25519 key exchange + AES-CTR encryption/decryption)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support of security version 2.\nDisabling this option saves some code size.\nConsult the Enabling protocomm security version section of the\nProtocomm documentation in ESP-IDF Programming guide for more details.", + "id": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2", + "name": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2", + "range": null, + "title": "Support protocomm security version 2 (SRP6a-based key exchange + AES-GCM encryption/decryption)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "Keep BT on after calling protocomm_ble_stop", + "id": "ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP", + "name": "ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP", + "help": "Terminate connection after calling protocomm_ble_stop", + "id": "ESP_PROTOCOMM_DISCONNECT_AFTER_BLE_STOP", + "name": "ESP_PROTOCOMM_DISCONNECT_AFTER_BLE_STOP", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-protocomm", + "title": "Protocomm", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Priority used to create new tasks with default pthread parameters.", + "id": "PTHREAD_TASK_PRIO_DEFAULT", + "name": "PTHREAD_TASK_PRIO_DEFAULT", + "range": [ + 0, + 255 + ], + "title": "Default task priority", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Stack size used to create new tasks with default pthread parameters.", + "id": "PTHREAD_TASK_STACK_SIZE_DEFAULT", + "name": "PTHREAD_TASK_STACK_SIZE_DEFAULT", + "range": null, + "title": "Default task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Minimum allowed pthread stack size set in attributes passed to pthread_create", + "id": "PTHREAD_STACK_MIN", + "name": "PTHREAD_STACK_MIN", + "range": null, + "title": "Minimum allowed pthread stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", + "name": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_0", + "name": "PTHREAD_DEFAULT_CORE_0", + "range": null, + "title": "Core 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_1", + "name": "PTHREAD_DEFAULT_CORE_1", + "range": null, + "title": "Core 1", + "type": "bool" + } + ], + "depends_on": "!FREERTOS_UNICORE", + "help": "The default core to which pthreads are pinned.", + "id": "component-config-pthreads-default-pthread-core-affinity", + "name": "PTHREAD_TASK_CORE_DEFAULT", + "title": "Default pthread core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PTHREAD_TASK_CORE_DEFAULT", + "name": "PTHREAD_TASK_CORE_DEFAULT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "The default name of pthreads.", + "id": "PTHREAD_TASK_NAME_DEFAULT", + "name": "PTHREAD_TASK_NAME_DEFAULT", + "range": null, + "title": "Default name of pthreads", + "type": "string" + } + ], + "depends_on": null, + "id": "component-config-pthreads", + "title": "PThreads", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "help": null, + "id": "MMU_PAGE_SIZE_8KB", + "name": "MMU_PAGE_SIZE_8KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_16KB", + "name": "MMU_PAGE_SIZE_16KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_32KB", + "name": "MMU_PAGE_SIZE_32KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_64KB", + "name": "MMU_PAGE_SIZE_64KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_MODE", + "name": "MMU_PAGE_MODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE", + "name": "MMU_PAGE_SIZE", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": null, + "id": "component-config-soc-settings-mmu-config", + "title": "MMU Config", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-soc-settings", + "title": "SoC Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", + "id": "SPI_FLASH_BROWNOUT_RESET_XMC", + "name": "SPI_FLASH_BROWNOUT_RESET_XMC", + "range": null, + "title": "Enable sending reset when brownout for XMC flash chips", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", + "id": "SPI_FLASH_BROWNOUT_RESET", + "name": "SPI_FLASH_BROWNOUT_RESET", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-spi-flash-behavior-when-brownout", + "title": "SPI Flash behavior when brownout", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Invisible for users.", + "id": "SPI_FLASH_UNDER_HIGH_FREQ", + "name": "SPI_FLASH_UNDER_HIGH_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_ENA", + "name": "SPI_FLASH_HPM_ENA", + "range": null, + "title": "Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_AUTO", + "name": "SPI_FLASH_HPM_AUTO", + "range": null, + "title": "Auto (Not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DIS", + "name": "SPI_FLASH_HPM_DIS", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32S3 && !ESPTOOLPY_OCT_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manually\nenable this option as a confirmation. To be back-compatible with earlier IDF version, this option is\nautomatically enabled with warning when Flash running > 80Mhz.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--high-performance-mode-read-docs-first-80mhz-", + "name": "SPI_FLASH_HPM", + "title": "High Performance Mode (READ DOCS FIRST, > 80MHz)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", + "id": "SPI_FLASH_HPM_ON", + "name": "SPI_FLASH_HPM_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_AUTO", + "name": "SPI_FLASH_HPM_DC_AUTO", + "range": null, + "title": "Auto (Enable when bootloader support enabled (BOOTLOADER_FLASH_DC_AWARE))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_DISABLE", + "name": "SPI_FLASH_HPM_DC_DISABLE", + "range": null, + "title": "Disable (READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": "SPI_FLASH_HPM_ON && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwise the\nchip will not be able to boot after a reset.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--support-hpm-using-dc-read-docs-first-", + "name": "SPI_FLASH_HPM_DC", + "title": "Support HPM using DC (READ DOCS FIRST)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Whether HPM-DC is enabled is also determined by bootloader.\nInvisible for users.", + "id": "SPI_FLASH_HPM_DC_ON", + "name": "SPI_FLASH_HPM_DC_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is disabled by default because it is supported only\nfor specific flash chips and for specific Espressif chips.\nTo evaluate if you can use this feature refer to\n`Optional Features for Flash` > `Auto Suspend & Resume` of the `ESP-IDF Programming Guide`.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nIf you are using an official Espressif module, please contact Espressif Business support\nto check if the module has the flash that support this feature installed.\nAlso refer to `Concurrency Constraints for Flash on SPI1` > `Flash Auto Suspend Feature`\nbefore enabling this option.", + "id": "SPI_FLASH_AUTO_SUSPEND", + "name": "SPI_FLASH_AUTO_SUSPEND", + "range": null, + "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config is used for setting Tsus parameter. Tsus means CS# high to next command after\nsuspend. You can refer to the chapter of AC CHARACTERISTICS of flash datasheet.", + "id": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "name": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "range": [ + 20, + 100 + ], + "title": "SPI flash tSUS value (refer to chapter AC CHARACTERISTICS)", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "XMC-C series is regarded as not qualified for the Suspend feature, since its specification\nhas a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature.\nHowever, if your product in field has enabled this feature, you may still enable this\nconfig option to keep the legacy behavior.\n\nFor new users, DO NOT enable this config.", + "id": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "name": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "range": null, + "title": "Enable XMC-C series flash chip suspend feature anyway", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first-", + "title": "Optional and Experimental Features (READ DOCS FIRST)", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration", + "title": "Main Flash configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", + "id": "SPI_FLASH_LOG_FAILED_WRITE", + "name": "SPI_FLASH_LOG_FAILED_WRITE", + "range": null, + "title": "Log errors if verification fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", + "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "range": null, + "title": "Log warning if writing zero bits to ones", + "type": "bool" + } + ], + "depends_on": "!SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", + "id": "SPI_FLASH_VERIFY_WRITE", + "name": "SPI_FLASH_VERIFY_WRITE", + "range": null, + "title": "Verify SPI flash writes", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables the following APIs:\n\n- esp_flash_reset_counters\n- esp_flash_dump_counters\n- esp_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", + "id": "SPI_FLASH_ENABLE_COUNTERS", + "name": "SPI_FLASH_ENABLE_COUNTERS", + "range": null, + "title": "Enable operation counters", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option should be enabled, if any one of the following is true: (1) need to write\nto flash on ESP32-D2WD; (2) main SPI flash is connected to non-default pins; (3) main\nSPI flash chip is manufactured by ISSI.", + "id": "SPI_FLASH_ROM_DRIVER_PATCH", + "name": "SPI_FLASH_ROM_DRIVER_PATCH", + "range": null, + "title": "Enable SPI flash ROM driver patched functions", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_SPI_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use new SPI flash driver functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nBut you can use all of our flash features.\n\nIf making this as \"y\" in your project, you will increase free IRAM.\nBut you may miss out on some flash features and support for new flash chips.\n\nCurrently the ROM cannot support the following features:\n\n- SPI_FLASH_AUTO_SUSPEND (C3, S3)", + "id": "SPI_FLASH_ROM_IMPL", + "name": "SPI_FLASH_ROM_IMPL", + "range": null, + "title": "Use esp_flash implementation in ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "range": null, + "title": "Aborts", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "range": null, + "title": "Fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "range": null, + "title": "Allowed", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", + "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", + "name": "SPI_FLASH_DANGEROUS_WRITE", + "title": "Writing to dangerous flash regions", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Each SPI bus needs a lock for arbitration among devices. This allows multiple\ndevices on a same bus, but may reduce the speed of esp_flash driver access to the\nmain flash chip.\n\nIf you only need to use esp_flash driver to access the main flash chip, disable\nthis option, and the lock will be bypassed on SPI1 bus. Otherwise if extra devices\nare needed to attach to SPI1 bus, enable this option.", + "id": "SPI_FLASH_SHARE_SPI1_BUS", + "name": "SPI_FLASH_SHARE_SPI1_BUS", + "range": null, + "title": "Support other devices attached to SPI1 bus", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Some flash chips can have very high \"max\" erase times, especially for block erase (32KB or 64KB).\nThis option allows to bypass \"block erase\" and always do sector erase commands.\nThis will be much slower overall in most cases, but improves latency for other code to run.", + "id": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "name": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "range": null, + "title": "Bypass a block erase and always do sector erase", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If a duration of one erase command is large\nthen it will yield CPUs after finishing a current command.", + "id": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "name": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "range": null, + "title": "Duration of erasing to yield CPUs (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Defines how many ticks will be before returning to continue a erasing.", + "id": "SPI_FLASH_ERASE_YIELD_TICKS", + "name": "SPI_FLASH_ERASE_YIELD_TICKS", + "range": null, + "title": "CPU release time (tick) for an erase operation", + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documentation\nunder section `OS Function`.", + "id": "SPI_FLASH_YIELD_DURING_ERASE", + "name": "SPI_FLASH_YIELD_DURING_ERASE", + "range": null, + "title": "Enables yield operation during flash erase", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Flash write is broken down in terms of multiple (smaller) write operations.\nThis configuration options helps to set individual write chunk size, smaller\nvalue here ensures that cache (and non-IRAM resident interrupts) remains\ndisabled for shorter duration.", + "id": "SPI_FLASH_WRITE_CHUNK_SIZE", + "name": "SPI_FLASH_WRITE_CHUNK_SIZE", + "range": [ + 256, + 8192 + ], + "title": "Flash write chunk size", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI Flash driver uses the flash size configured in bootloader header by default.\nEnable this option to override flash size with latest ESPTOOLPY_FLASHSIZE value from\nthe app header if the size in the bootloader header is incorrect.", + "id": "SPI_FLASH_SIZE_OVERRIDE", + "name": "SPI_FLASH_SIZE_OVERRIDE", + "range": null, + "title": "Override flash size in bootloader header by ESPTOOLPY_FLASHSIZE", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is helpful if you are using a flash chip whose timeout is quite large or unpredictable.", + "id": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "name": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "range": null, + "title": "Flash timeout checkout disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option allows the chip driver list to be customized, instead of using the default list provided by\nESP-IDF.\n\nWhen this option is enabled, the default list is no longer compiled or linked. Instead, the\n`default_registered_chips` structure must be provided by the user.\n\nSee example: custom_chip_driver under examples/storage for more details.", + "id": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "name": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "range": null, + "title": "Override default chip driver list", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "name": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "range": null, + "title": "ISSI", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "range": null, + "title": "MXIC", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", + "id": "SPI_FLASH_SUPPORT_GD_CHIP", + "name": "SPI_FLASH_SUPPORT_GD_CHIP", + "range": null, + "title": "GigaDevice", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Winbond chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "name": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "range": null, + "title": "Winbond", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of BOYA chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "name": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "range": null, + "title": "BOYA", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of TH chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_TH_CHIP", + "name": "SPI_FLASH_SUPPORT_TH_CHIP", + "range": null, + "title": "TH", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Octal MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "range": null, + "title": "mxic (opi)", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver-auto-detect-flash-chips", + "title": "Auto-detect flash chips", + "type": "menu" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables flash read/write operations to encrypted partition/s. This option\nis kept enabled irrespective of state of flash encryption feature. However, in case\napplication is not using flash encryption feature and is in need of some additional\nmemory from IRAM region (~1KB) then this config can be disabled.", + "id": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "name": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "range": null, + "title": "Enable encrypted partition read/write operations", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver", + "title": "SPI Flash driver", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Define maximum number of partitions that can be mounted.", + "id": "SPIFFS_MAX_PARTITIONS", + "name": "SPIFFS_MAX_PARTITIONS", + "range": [ + 1, + 10 + ], + "title": "Maximum Number of Partitions", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enables memory write caching for file descriptors in hydrogen.", + "id": "SPIFFS_CACHE_WR", + "name": "SPIFFS_CACHE_WR", + "range": null, + "title": "Enable SPIFFS Write Caching", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enable/disable statistics on caching. Debug/test purpose only.", + "id": "SPIFFS_CACHE_STATS", + "name": "SPIFFS_CACHE_STATS", + "range": null, + "title": "Enable SPIFFS Cache Statistics", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables/disable memory read caching of nucleus file system\noperations.", + "id": "SPIFFS_CACHE", + "name": "SPIFFS_CACHE", + "range": null, + "title": "Enable SPIFFS Cache", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-spiffs-configuration-spiffs-cache-configuration", + "title": "SPIFFS Cache Configuration", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Always check header of each accessed page to ensure consistent state.\nIf enabled it will increase number of reads from flash, especially\nif cache is disabled.", + "id": "SPIFFS_PAGE_CHECK", + "name": "SPIFFS_PAGE_CHECK", + "range": null, + "title": "Enable SPIFFS Page Check", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Define maximum number of GC runs to perform to reach desired free pages.", + "id": "SPIFFS_GC_MAX_RUNS", + "name": "SPIFFS_GC_MAX_RUNS", + "range": [ + 1, + 10000 + ], + "title": "Set Maximum GC Runs", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable/disable statistics on gc. Debug/test purpose only.", + "id": "SPIFFS_GC_STATS", + "name": "SPIFFS_GC_STATS", + "range": null, + "title": "Enable SPIFFS GC Statistics", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Logical page size of SPIFFS partition, in bytes. Must be multiple\nof flash page size (which is usually 256 bytes).\nLarger page sizes reduce overhead when storing large files, and\nimprove filesystem performance when reading large files.\nSmaller page sizes reduce overhead when storing small (< page size)\nfiles.", + "id": "SPIFFS_PAGE_SIZE", + "name": "SPIFFS_PAGE_SIZE", + "range": [ + 256, + 1024 + ], + "title": "SPIFFS logical page size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Object name maximum length. Note that this length include the\nzero-termination character, meaning maximum string of characters\ncan at most be SPIFFS_OBJ_NAME_LEN - 1.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", + "id": "SPIFFS_OBJ_NAME_LEN", + "name": "SPIFFS_OBJ_NAME_LEN", + "range": [ + 1, + 256 + ], + "title": "Set SPIFFS Maximum Name Length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, symbolic links are taken into account\nduring partition image creation.", + "id": "SPIFFS_FOLLOW_SYMLINKS", + "name": "SPIFFS_FOLLOW_SYMLINKS", + "range": null, + "title": "Enable symbolic links for image creation", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIFFS_USE_MAGIC", + "help": "If this option is enabled, the magic will also be dependent\non the length of the filesystem. For example, a filesystem\nconfigured and formatted for 4 megabytes will not be accepted\nfor mounting with a configuration defining the filesystem as 2 megabytes.", + "id": "SPIFFS_USE_MAGIC_LENGTH", + "name": "SPIFFS_USE_MAGIC_LENGTH", + "range": null, + "title": "Enable SPIFFS Filesystem Length Magic", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable this to have an identifiable spiffs filesystem.\nThis will look for a magic in all sectors to determine if this\nis a valid spiffs system or not at mount time.", + "id": "SPIFFS_USE_MAGIC", + "name": "SPIFFS_USE_MAGIC", + "range": null, + "title": "Enable SPIFFS Filesystem Magic", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option sets the number of extra bytes stored in the file header.\nThese bytes can be used in an application-specific manner.\nSet this to at least 4 bytes to enable support for saving file\nmodification time.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", + "id": "SPIFFS_META_LENGTH", + "name": "SPIFFS_META_LENGTH", + "range": null, + "title": "Size of per-file metadata field", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIFFS_META_LENGTH >= 4", + "help": "If enabled, then the first 4 bytes of per-file metadata will be used\nto store file modification time (mtime), accessible through\nstat/fstat functions.\nModification time is updated when the file is opened.", + "id": "SPIFFS_USE_MTIME", + "name": "SPIFFS_USE_MTIME", + "range": null, + "title": "Save file modification time", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIFFS_META_LENGTH >= 8", + "help": "If this option is not set, the time field is 32 bits (up to 2106 year),\notherwise it is 64 bits and make sure it matches SPIFFS_META_LENGTH.\nIf the chip already has the spiffs image with the time field = 32 bits\nthen this option cannot be applied in this case.\nErase it first before using this option.\nTo resolve the Y2K38 problem for the spiffs, use a toolchain with\n64-bit time_t support.", + "id": "SPIFFS_MTIME_WIDE_64_BITS", + "name": "SPIFFS_MTIME_WIDE_64_BITS", + "range": null, + "title": "The time field occupies 64 bits in the image instead of 32 bits", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print general debug messages to the console.", + "id": "SPIFFS_DBG", + "name": "SPIFFS_DBG", + "range": null, + "title": "Enable general SPIFFS debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print API debug messages to the console.", + "id": "SPIFFS_API_DBG", + "name": "SPIFFS_API_DBG", + "range": null, + "title": "Enable SPIFFS API debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print GC debug messages to the console.", + "id": "SPIFFS_GC_DBG", + "name": "SPIFFS_GC_DBG", + "range": null, + "title": "Enable SPIFFS Garbage Cleaner debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enabling this option will print cache debug messages to the console.", + "id": "SPIFFS_CACHE_DBG", + "name": "SPIFFS_CACHE_DBG", + "range": null, + "title": "Enable SPIFFS Cache debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print Filesystem Check debug messages\nto the console.", + "id": "SPIFFS_CHECK_DBG", + "name": "SPIFFS_CHECK_DBG", + "range": null, + "title": "Enable SPIFFS Filesystem Check debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to enable SPIFFS_vis function in the API.", + "id": "SPIFFS_TEST_VISUALISATION", + "name": "SPIFFS_TEST_VISUALISATION", + "range": null, + "title": "Enable SPIFFS Filesystem Visualization", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-spiffs-configuration-debug-configuration", + "title": "Debug Configuration", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-spiffs-configuration", + "title": "SPIFFS Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "WS_TRANSPORT", + "help": "Size of the buffer used for constructing the HTTP Upgrade request during connect", + "id": "WS_BUFFER_SIZE", + "name": "WS_BUFFER_SIZE", + "range": null, + "title": "Websocket transport buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "WS_TRANSPORT", + "help": "If enable this option, websocket transport buffer will be freed after connection\nsucceed to save more heap.", + "id": "WS_DYNAMIC_BUFFER", + "name": "WS_DYNAMIC_BUFFER", + "range": null, + "title": "Using dynamic websocket transport buffer", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable support for creating websocket transport.", + "id": "WS_TRANSPORT", + "name": "WS_TRANSPORT", + "range": null, + "title": "Enable Websocket Transport", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-tcp-transport-websocket", + "title": "Websocket", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-tcp-transport", + "title": "TCP Transport", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_ULP_FSM_SUPPORTED && ", + "help": null, + "id": "ULP_COPROC_TYPE_FSM", + "name": "ULP_COPROC_TYPE_FSM", + "range": null, + "title": "ULP FSM (Finite State Machine)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RISCV_COPROC_SUPPORTED && ", + "help": null, + "id": "ULP_COPROC_TYPE_RISCV", + "name": "ULP_COPROC_TYPE_RISCV", + "range": null, + "title": "ULP RISC-V", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LP_CORE_SUPPORTED && ", + "help": null, + "id": "ULP_COPROC_TYPE_LP_CORE", + "name": "ULP_COPROC_TYPE_LP_CORE", + "range": null, + "title": "LP core RISC-V", + "type": "bool" + } + ], + "depends_on": "ULP_COPROC_ENABLED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Choose the ULP Coprocessor type: ULP FSM (Finite State Machine) or ULP RISC-V.", + "id": "component-config-ultra-low-power-ulp-co-processor-enable-ultra-low-power-ulp-co-processor-ulp-co-processor-type", + "name": "ULP_COPROC_TYPE", + "title": "ULP Co-processor type", + "type": "choice" + }, + { + "children": [], + "depends_on": "ULP_COPROC_ENABLED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Bytes of memory to reserve for ULP Co-processor firmware & data.\nData is reserved at the beginning of RTC slow memory.", + "id": "ULP_COPROC_RESERVE_MEM", + "name": "ULP_COPROC_RESERVE_MEM", + "range": null, + "title": "RTC slow memory reserved for coprocessor", + "type": "int" + } + ], + "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", + "help": "Enable this feature if you plan to use the ULP Co-processor.\nOnce this option is enabled, further ULP co-processor configuration will appear in the menu.", + "id": "ULP_COPROC_ENABLED", + "name": "ULP_COPROC_ENABLED", + "range": null, + "title": "Enable Ultra Low Power (ULP) Co-processor", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Turn on this setting to enabled interrupts on the ULP RISC-V core.", + "id": "ULP_RISCV_INTERRUPT_ENABLE", + "name": "ULP_RISCV_INTERRUPT_ENABLE", + "range": null, + "title": "Enable ULP RISC-V interrupts", + "type": "bool" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "The accuracy of the bitbanged UART driver is limited, it is not\nrecommend to increase the value above 19200.", + "id": "ULP_RISCV_UART_BAUDRATE", + "name": "ULP_RISCV_UART_BAUDRATE", + "range": null, + "title": "Baudrate used by the bitbanged ULP RISC-V UART driver", + "type": "int" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set the ULP RISC-V I2C read/write timeout. Set this value to -1\nif the ULP RISC-V I2C read and write APIs should wait forever.\nPlease note that the tick rate of the ULP co-processor would be\ndifferent than the OS tick rate of the main core and therefore\ncan have different timeout value depending on which core the API\nis invoked on.", + "id": "ULP_RISCV_I2C_RW_TIMEOUT", + "name": "ULP_RISCV_I2C_RW_TIMEOUT", + "range": null, + "title": "Set timeout for ULP RISC-V I2C transaction timeout in ticks.", + "type": "int" + } + ], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "id": "component-config-ultra-low-power-ulp-co-processor-ulp-risc-v-settings", + "title": "ULP RISC-V Settings", + "type": "menu" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Size of the shared memory defined in ulp_lp_core_memory_shared.c.\nSize should be kept in-sync with the size of the struct defined there.", + "id": "ULP_SHARED_MEM", + "name": "ULP_SHARED_MEM", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && ESP_ROM_HAS_LP_ROM && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set this option to enable printf functionality from LP ROM. This option\ncan help reduce the LP core binary size by not linking printf functionality\nfrom RAM code.\nNote: For LP ROM prints to work properly, make sure that the LP core boots\nfrom the LP ROM.", + "id": "ULP_ROM_PRINT_ENABLE", + "name": "ULP_ROM_PRINT_ENABLE", + "range": null, + "title": "Enable print utilities from LP ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && SOC_ULP_LP_UART_SUPPORTED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set this option to enable panic handler functionality. If this option is\nenabled then the LP Core will output a panic dump over LP UART,\nsimilar to what the main core does. Output depends on LP UART already being\ninitialized and configured.\nDisabling this option will reduce the LP core binary size by not\nlinking in panic handler functionality.", + "id": "ULP_PANIC_OUTPUT_ENABLE", + "name": "ULP_PANIC_OUTPUT_ENABLE", + "range": null, + "title": "Enable panic handler which outputs over LP UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set this option to route lp_core_printf to the console HP-UART.\nThis allows you to easily view print outputs from the LP core, without\nhaving to connect to the LP-UART. This option comes with the following\nlimitations:\n\n1. There is no mutual exclusion between the HP-Core and the LP-Core accessing\nthe HP-UART, which means that if both cores are logging heavily the output\nstrings might get mangled together.\n2. The HP-UART can only work while the HP-Core is running, which means that\nif the HP-Core is in deep sleep, the LP-Core will not be able to print to the\nconsole HP-UART.\n\nDue to these limitations it is only recommended to use this option for easy debugging.\nFor more serious use-cases you should use the LP-UART.", + "id": "ULP_HP_UART_CONSOLE_PRINT", + "name": "ULP_HP_UART_CONSOLE_PRINT", + "range": null, + "title": "Route lp_core_printf to the console HP-UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Enable this feature to avoid resetting LP core in sleep mode when debugger is attached,\notherwise configured HW breakpoints and dcsr.ebreak* bits will be missed.\nThis is a workaround until it will be fixed in HW.", + "id": "ULP_NORESET_UNDER_DEBUG", + "name": "ULP_NORESET_UNDER_DEBUG", + "range": null, + "title": "Avoid resetting LP core when debugger is attached", + "type": "bool" + } + ], + "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", + "id": "component-config-ultra-low-power-ulp-co-processor-ulp-debugging-options", + "title": "ULP Debugging Options", + "type": "menu" + } + ], + "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", + "id": "component-config-ultra-low-power-ulp-co-processor", + "title": "Ultra Low Power (ULP) Co-processor", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on float arguments will not be available.", + "id": "UNITY_ENABLE_FLOAT", + "name": "UNITY_ENABLE_FLOAT", + "range": null, + "title": "Support for float type", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on double arguments will not be available.", + "id": "UNITY_ENABLE_DOUBLE", + "name": "UNITY_ENABLE_DOUBLE", + "range": null, + "title": "Support for double type", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on 64-bit integer types will always fail.\nIf this feature is enabled, take care not to pass pointers (which are 32 bit)\nto UNITY_ASSERT_EQUAL, as that will cause pointer-to-int-cast warnings.", + "id": "UNITY_ENABLE_64BIT", + "name": "UNITY_ENABLE_64BIT", + "range": null, + "title": "Support for 64-bit integer types", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, Unity will colorize test results using console escape sequences.", + "id": "UNITY_ENABLE_COLOR", + "name": "UNITY_ENABLE_COLOR", + "range": null, + "title": "Colorize test output", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, then the following features will be available:\n\n- TEST_CASE macro which performs automatic registration of test functions\n- Functions to run registered test functions: unity_run_all_tests,\n unity_run_tests_with_filter, unity_run_single_test_by_name.\n- Interactive menu which lists test cases and allows choosing the tests to\n be run, available via unity_run_menu function.\n\nDisable if a different test registration mechanism is used.", + "id": "UNITY_ENABLE_IDF_TEST_RUNNER", + "name": "UNITY_ENABLE_IDF_TEST_RUNNER", + "range": null, + "title": "Include ESP-IDF test registration/running helpers", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, unity_fixture.h header file and associated source files are part of\nthe build. These provide an optional set of macros and functions to\nimplement test groups.", + "id": "UNITY_ENABLE_FIXTURE", + "name": "UNITY_ENABLE_FIXTURE", + "range": null, + "title": "Include Unity test fixture", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, the unity framework will print the backtrace information before\njumping back to the test menu. The jumping is usually occurs in assert\nfunctions such as TEST_ASSERT, TEST_FAIL etc.", + "id": "UNITY_ENABLE_BACKTRACE_ON_FAIL", + "name": "UNITY_ENABLE_BACKTRACE_ON_FAIL", + "range": null, + "title": "Print a backtrace when a unit test fails", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-unity-unit-testing-library", + "title": "Unity unit testing library", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "Each USB device attached is allocated a dedicated buffer for its OUT/IN transfers to/from the device's\ncontrol endpoint. The maximum size of that buffer is determined by this option. The limited size of the\ntransfer buffer have the following implications:\n- The maximum length of control transfers is limited\n- Device's with configuration descriptors larger than this limit cannot be supported", + "id": "USB_HOST_CONTROL_TRANSFER_MAX_SIZE", + "name": "USB_HOST_CONTROL_TRANSFER_MAX_SIZE", + "range": null, + "title": "Largest size (in bytes) of transfers to/from default endpoints", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "USB_HOST_HW_BUFFER_BIAS_BALANCED", + "name": "USB_HOST_HW_BUFFER_BIAS_BALANCED", + "range": null, + "title": "Balanced", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "USB_HOST_HW_BUFFER_BIAS_IN", + "name": "USB_HOST_HW_BUFFER_BIAS_IN", + "range": null, + "title": "Bias IN", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT", + "name": "USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT", + "range": null, + "title": "Periodic OUT", + "type": "bool" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The underlying hardware has size adjustable FIFOs to cache USB packets on reception (IN) or for\ntransmission (OUT). The size of these FIFOs will affect the largest MPS (maximum packet size) and the\nmaximum number of packets that can be cached at any one time. The hardware contains the following\nFIFOS: RX (for all IN packets), Non-periodic TX (for Bulk and Control OUT packets), and Periodic TX\n(for Interrupt and Isochronous OUT packets). This configuration option allows biasing the FIFO sizes\ntowards a particular use case, which may be necessary for devices that have endpoints with large MPS.\nThe MPS limits for each biasing are listed below:\n\nBalanced:\n- IN (all transfer types), 408 bytes\n- OUT non-periodic (Bulk/Control), 192 bytes (i.e., 3 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 192 bytes\n\nBias IN:\n- IN (all transfer types), 600 bytes\n- OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 128 bytes\n\nBias Periodic OUT:\n- IN (all transfer types), 128 bytes\n- OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 600 bytes", + "id": "component-config-usb-otg-hardware-fifo-size-biasing", + "name": "USB_HOST_HW_BUFFER_BIAS", + "title": "Hardware FIFO size biasing", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "On connection of a USB device, the USB 2.0 specification requires\na \"debounce interval with a minimum duration of 100ms\" to allow the connection to stabilize\n(see USB 2.0 chapter 7.1.7.3 for more details).\nDuring the debounce interval, no new connection/disconnection events are registered.\n\nThe default value is set to 250 ms to be safe.", + "id": "USB_HOST_DEBOUNCE_DELAY_MS", + "name": "USB_HOST_DEBOUNCE_DELAY_MS", + "range": null, + "title": "Debounce delay in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The reset signaling can be generated on any Hub or Host Controller port by request from\nthe USB System Software. The USB 2.0 specification requires that \"the reset signaling must\nbe driven for a minimum of 10ms\" (see USB 2.0 chapter 7.1.7.5 for more details).\nAfter the reset, the hub port will transition to the Enabled state (refer to Section 11.5).\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_RESET_HOLD_MS", + "name": "USB_HOST_RESET_HOLD_MS", + "range": null, + "title": "Reset hold in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that\nthe \"USB System Software guarantees a minimum of 10 ms for reset recovery\" before the\nattached device is expected to respond to data transfers (see USB 2.0 chapter 7.1.7.3 for\nmore details).\nThe device may ignore any data transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_RESET_RECOVERY_MS", + "name": "USB_HOST_RESET_RECOVERY_MS", + "range": null, + "title": "Reset recovery delay in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "\"After successful completion of the Status stage, the device is allowed a SetAddress()\nrecovery interval of 2 ms. At the end of this interval, the device must be able to accept\nSetup packets addressed to the new address. Also, at the end of the recovery interval, the\ndevice must not respond to tokens sent to the old address (unless, of course, the old and new\naddress is the same).\" See USB 2.0 chapter 9.2.6.3 for more details.\n\nThe default value is set to 10 ms to be safe.", + "id": "USB_HOST_SET_ADDR_RECOVERY_MS", + "name": "USB_HOST_SET_ADDR_RECOVERY_MS", + "range": null, + "title": "SetAddress() recovery time in ms", + "type": "int" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-hub-driver-configuration-root-port-configuration", + "title": "Root Port configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Enables support for connecting multiple Hubs simultaneously.", + "id": "USB_HOST_HUB_MULTI_LEVEL", + "name": "USB_HOST_HUB_MULTI_LEVEL", + "range": null, + "title": "Support multiple Hubs", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Enables support of Low-speed devices, connected through the external Hub.", + "id": "USB_HOST_EXT_PORT_SUPPORT_LS", + "name": "USB_HOST_EXT_PORT_SUPPORT_LS", + "range": null, + "title": "Support LS", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Amount of attempts to reset the device.\n\nThe default value is 1.", + "id": "USB_HOST_EXT_PORT_RESET_ATTEMPTS", + "name": "USB_HOST_EXT_PORT_RESET_ATTEMPTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that\nthe \"USB System Software guarantees a minimum of 10 ms for reset recovery\" before the\nattached device is expected to respond to data transfers (see USB 2.0 chapter 7.1.7.3 for\nmore details).\nThe device may ignore any data transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_EXT_PORT_RESET_RECOVERY_DELAY_MS", + "name": "USB_HOST_EXT_PORT_RESET_RECOVERY_DELAY_MS", + "range": null, + "title": "Reset recovery delay in ms", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Custom value of delay from the time the power-on sequence begins on a port\nuntil power is good on that port.\nValue 0 is used for a hub with no power switches.\n\nThe default value is 100 ms.", + "id": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_MS", + "name": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_MS", + "range": null, + "title": "PwrOn2PwrGood delay in ms", + "type": "int" + } + ], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Enables the possibility to configure custom time for the power-on sequence on a port\nuntil power is good on that port.\n\nWhen enabled, applies the custom PwrOn2PwrGood delay.\nWhen disabled, applies the PwrOn2PwrGood value from the Hub Descriptor.", + "id": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE", + "name": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE", + "range": null, + "title": "Custom bPwrOn2PwrGood value", + "type": "bool" + } + ], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-hub-driver-configuration-support-hubs-downstream-port-configuration", + "title": "Downstream Port configuration", + "type": "menu" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "Enables support of external Hubs.", + "id": "USB_HOST_HUBS_SUPPORTED", + "name": "USB_HOST_HUBS_SUPPORTED", + "range": null, + "title": "Support Hubs", + "type": "bool" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-hub-driver-configuration", + "title": "Hub Driver Configuration", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The enumeration filter callback is called before enumeration of each newly attached device.\nThis callback allows users to control whether a device should be enumerated, and what configuration\nnumber to use when enumerating a device.\n\nIf enabled, the enumeration filter callback can be set via 'usb_host_config_t' when calling\n'usb_host_install()'.", + "id": "USB_HOST_ENABLE_ENUM_FILTER_CALLBACK", + "name": "USB_HOST_ENABLE_ENUM_FILTER_CALLBACK", + "range": null, + "title": "Enable enumeration filter callback", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": null, + "id": "USB_OTG_SUPPORTED", + "name": "USB_OTG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg", + "title": "USB-OTG", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "If enabled, the following functions are provided by the VFS component.\n\nstat, link, unlink, rename, utime, access, truncate, rmdir, mkdir,\nopendir, closedir, readdir, readdir_r, seekdir, telldir, rewinddir\n\nFilesystem drivers can then be registered to handle these functions\nfor specific paths.\n\nDisabling this option can save memory when the support for these functions\nis not required.", + "id": "VFS_SUPPORT_DIR", + "name": "VFS_SUPPORT_DIR", + "range": null, + "title": "Provide directory related functions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "VFS_SUPPORT_SELECT", + "help": "Select() related functions might produce an inconveniently lot of\ndebug outputs when one sets the default log level to DEBUG or higher.\nIt is possible to suppress these debug outputs by enabling this\noption.", + "id": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", + "name": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", + "range": null, + "title": "Suppress select() related debug outputs", + "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_SELECT", + "help": "If enabled, VFS driver select() callback function will be placed in IRAM.", + "id": "VFS_SELECT_IN_RAM", + "name": "VFS_SELECT_IN_RAM", + "range": null, + "title": "Make VFS driver select() callbacks IRAM-safe", + "type": "bool" + } + ], + "depends_on": "VFS_SUPPORT_IO && !LWIP_USE_ONLY_LWIP_SELECT", + "help": "If enabled, select function is provided by the VFS component, and can be used\non peripheral file descriptors (such as UART) and sockets at the same time.\n\nIf disabled, the default select implementation will be provided by LWIP for\nsockets only.\n\nDisabling this option can reduce code size if support for \"select\" on UART file\ndescriptors is not required.", + "id": "VFS_SUPPORT_SELECT", + "name": "VFS_SUPPORT_SELECT", + "range": null, + "title": "Provide select function", + "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "Disabling this option can save memory when the support for termios.h is not required.", + "id": "VFS_SUPPORT_TERMIOS", + "name": "VFS_SUPPORT_TERMIOS", + "range": null, + "title": "Provide termios.h functions", + "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "Define maximum number of virtual filesystems that can be registered.", + "id": "VFS_MAX_COUNT", + "name": "VFS_MAX_COUNT", + "range": [ + 1, + 20 + ], + "title": "Maximum Number of Virtual Filesystems", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "Define maximum number of host filesystem mount points.", + "id": "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS", + "name": "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS", + "range": null, + "title": "Host FS: Maximum number of the host filesystem mount points", + "type": "int" + } + ], + "depends_on": "VFS_SUPPORT_IO", + "id": "component-config-virtual-file-system-provide-basic-i-o-functions-host-file-system-i-o-semihosting-", + "title": "Host File System I/O (Semihosting)", + "type": "menu" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "If enabled, /dev/null VFS will be automatically initialized at startup.", + "id": "VFS_INITIALIZE_DEV_NULL", + "name": "VFS_INITIALIZE_DEV_NULL", + "range": null, + "title": "Initialize /dev/null VFS", + "type": "bool" + } + ], + "depends_on": null, + "help": "If enabled, the following functions are provided by the VFS component.\n\nopen, close, read, write, pread, pwrite, lseek, fstat, fsync, ioctl, fcntl\n\nFilesystem drivers can then be registered to handle these functions\nfor specific paths.\n\nDisabling this option can save memory when the support for these functions\nis not required.\n\nNote that the following functions can still be used with socket file descriptors\nwhen this option is disabled:\n\nclose, read, write, ioctl, fcntl.", + "id": "VFS_SUPPORT_IO", + "name": "VFS_SUPPORT_IO", + "range": null, + "title": "Provide basic I/O functions", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-virtual-file-system", + "title": "Virtual file system", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_SIZE_512", + "name": "WL_SECTOR_SIZE_512", + "range": null, + "title": "512", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_SIZE_4096", + "name": "WL_SECTOR_SIZE_4096", + "range": null, + "title": "4096", + "type": "bool" + } + ], + "depends_on": null, + "help": "Sector size used by wear levelling library.\nYou can set default sector size or size that will\nfit to the flash device sector size.\n\nWith sector size set to 4096 bytes, wear levelling library is more\nefficient. However if FAT filesystem is used on top of wear levelling\nlibrary, it will need more temporary storage: 4096 bytes for each\nmounted filesystem and 4096 bytes for each opened file.\n\nWith sector size set to 512 bytes, wear levelling library will perform\nmore operations with flash memory, but less RAM will be used by FAT\nfilesystem library (512 bytes for the filesystem and 512 bytes for each\nfile opened).", + "id": "component-config-wear-levelling-wear-levelling-library-sector-size", + "name": "WL_SECTOR_SIZE", + "title": "Wear Levelling library sector size", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "WL_SECTOR_SIZE", + "name": "WL_SECTOR_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_MODE_PERF", + "name": "WL_SECTOR_MODE_PERF", + "range": null, + "title": "Performance", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_MODE_SAFE", + "name": "WL_SECTOR_MODE_SAFE", + "range": null, + "title": "Safety", + "type": "bool" + } + ], + "depends_on": "WL_SECTOR_SIZE_512", + "help": "Specify the mode to store data into flash:\n\n- In Performance mode a data will be stored to the RAM and then\n stored back to the flash. Compared to the Safety mode, this operation is\n faster, but if power will be lost when erase sector operation is in\n progress, then the data from complete flash device sector will be lost.\n\n- In Safety mode data from complete flash device sector will be read from\n flash, modified, and then stored back to flash.\n Compared to the Performance mode, this operation is slower, but if\n power is lost during erase sector operation, then the data from full\n flash device sector will not be lost.", + "id": "component-config-wear-levelling-sector-store-mode", + "name": "WL_SECTOR_MODE", + "title": "Sector store mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "WL_SECTOR_MODE", + "name": "WL_SECTOR_MODE", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-wear-levelling", + "title": "Wear Levelling", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This sets the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager", + "id": "WIFI_PROV_SCAN_MAX_ENTRIES", + "name": "WIFI_PROV_SCAN_MAX_ENTRIES", + "range": [ + 1, + 255 + ], + "title": "Max Wi-Fi Scan Result Entries", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to\na Wi-Fi network successfully.", + "id": "WIFI_PROV_AUTOSTOP_TIMEOUT", + "name": "WIFI_PROV_AUTOSTOP_TIMEOUT", + "range": [ + 5, + 600 + ], + "title": "Provisioning auto-stop timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "This option is applicable only when provisioning transport is BLE.", + "id": "WIFI_PROV_BLE_BONDING", + "name": "WIFI_PROV_BLE_BONDING", + "range": null, + "title": "Enable BLE bonding", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Used to enable Secure connection support when provisioning transport is BLE.", + "id": "WIFI_PROV_BLE_SEC_CONN", + "name": "WIFI_PROV_BLE_SEC_CONN", + "range": null, + "title": "Enable BLE Secure connection flag", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "Used to enforce link encryption when attempting to read / write characteristic", + "id": "WIFI_PROV_BLE_FORCE_ENCRYPTION", + "name": "WIFI_PROV_BLE_FORCE_ENCRYPTION", + "range": null, + "title": "Force Link Encryption during characteristic Read / Write", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "Used to enable support Notification in BLE descriptors of prov* characteristics", + "id": "WIFI_PROV_BLE_NOTIFY", + "name": "WIFI_PROV_BLE_NOTIFY", + "range": null, + "title": "Add support for Notification for provisioning BLE descriptors", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "WIFI_PROV_KEEP_BLE_ON_AFTER_PROV", + "help": null, + "id": "WIFI_PROV_DISCONNECT_AFTER_PROV", + "name": "WIFI_PROV_DISCONNECT_AFTER_PROV", + "range": null, + "title": "Terminate connection after provisioning is done", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": null, + "id": "WIFI_PROV_KEEP_BLE_ON_AFTER_PROV", + "name": "WIFI_PROV_KEEP_BLE_ON_AFTER_PROV", + "range": null, + "title": "Keep BT on after provisioning is done", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Scan will end after scanning the entire channel. This option is useful in Mesh WiFi Systems.", + "id": "WIFI_PROV_STA_ALL_CHANNEL_SCAN", + "name": "WIFI_PROV_STA_ALL_CHANNEL_SCAN", + "range": null, + "title": "All Channel Scan", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Scan will end after an AP matching with the SSID has been detected.", + "id": "WIFI_PROV_STA_FAST_SCAN", + "name": "WIFI_PROV_STA_FAST_SCAN", + "range": null, + "title": "Fast Scan", + "type": "bool" + } + ], + "depends_on": null, + "help": null, + "id": "component-config-wi-fi-provisioning-manager-wifi-provisioning-scan-method", + "name": "WIFI_PROV_STA_SCAN_METHOD", + "title": "Wifi Provisioning Scan Method", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-wi-fi-provisioning-manager", + "title": "Wi-Fi Provisioning Manager", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config", + "title": "Component config", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.\n\nCurrent experimental feature list:\n\n- CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR\n- CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT\n- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH\n- CONFIG_ESP_WIFI_EAP_TLS1_3\n- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP\n- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS\n- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS", + "id": "IDF_EXPERIMENTAL_FEATURES", + "name": "IDF_EXPERIMENTAL_FEATURES", + "range": null, + "title": "Make experimental features visible", + "type": "bool" + } +] \ No newline at end of file diff --git a/build/config/sdkconfig.cmake b/build/config/sdkconfig.cmake new file mode 100644 index 0000000..7700fc9 --- /dev/null +++ b/build/config/sdkconfig.cmake @@ -0,0 +1,1506 @@ +# + # Automatically generated file. DO NOT EDIT. + # Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file + # +set(CONFIG_SOC_ADC_SUPPORTED "y") +set(CONFIG_SOC_DEDICATED_GPIO_SUPPORTED "y") +set(CONFIG_SOC_UART_SUPPORTED "y") +set(CONFIG_SOC_GDMA_SUPPORTED "y") +set(CONFIG_SOC_AHB_GDMA_SUPPORTED "y") +set(CONFIG_SOC_GPTIMER_SUPPORTED "y") +set(CONFIG_SOC_PCNT_SUPPORTED "y") +set(CONFIG_SOC_MCPWM_SUPPORTED "y") +set(CONFIG_SOC_TWAI_SUPPORTED "y") +set(CONFIG_SOC_ETM_SUPPORTED "y") +set(CONFIG_SOC_PARLIO_SUPPORTED "y") +set(CONFIG_SOC_BT_SUPPORTED "y") +set(CONFIG_SOC_IEEE802154_SUPPORTED "y") +set(CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED "y") +set(CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED "y") +set(CONFIG_SOC_TEMP_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_PHY_SUPPORTED "y") +set(CONFIG_SOC_WIFI_SUPPORTED "y") +set(CONFIG_SOC_SUPPORTS_SECURE_DL_MODE "y") +set(CONFIG_SOC_ULP_SUPPORTED "y") +set(CONFIG_SOC_LP_CORE_SUPPORTED "y") +set(CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD "y") +set(CONFIG_SOC_EFUSE_SUPPORTED "y") +set(CONFIG_SOC_RTC_FAST_MEM_SUPPORTED "y") +set(CONFIG_SOC_RTC_MEM_SUPPORTED "y") +set(CONFIG_SOC_I2S_SUPPORTED "y") +set(CONFIG_SOC_RMT_SUPPORTED "y") +set(CONFIG_SOC_SDM_SUPPORTED "y") +set(CONFIG_SOC_GPSPI_SUPPORTED "y") +set(CONFIG_SOC_LEDC_SUPPORTED "y") +set(CONFIG_SOC_I2C_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_SUPPORTED "y") +set(CONFIG_SOC_SUPPORT_COEXISTENCE "y") +set(CONFIG_SOC_AES_SUPPORTED "y") +set(CONFIG_SOC_MPI_SUPPORTED "y") +set(CONFIG_SOC_SHA_SUPPORTED "y") +set(CONFIG_SOC_HMAC_SUPPORTED "y") +set(CONFIG_SOC_DIG_SIGN_SUPPORTED "y") +set(CONFIG_SOC_ECC_SUPPORTED "y") +set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") +set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") +set(CONFIG_SOC_SDIO_SLAVE_SUPPORTED "y") +set(CONFIG_SOC_BOD_SUPPORTED "y") +set(CONFIG_SOC_APM_SUPPORTED "y") +set(CONFIG_SOC_PMU_SUPPORTED "y") +set(CONFIG_SOC_PAU_SUPPORTED "y") +set(CONFIG_SOC_LP_TIMER_SUPPORTED "y") +set(CONFIG_SOC_LP_AON_SUPPORTED "y") +set(CONFIG_SOC_LP_PERIPHERALS_SUPPORTED "y") +set(CONFIG_SOC_LP_I2C_SUPPORTED "y") +set(CONFIG_SOC_ULP_LP_UART_SUPPORTED "y") +set(CONFIG_SOC_CLK_TREE_SUPPORTED "y") +set(CONFIG_SOC_ASSIST_DEBUG_SUPPORTED "y") +set(CONFIG_SOC_WDT_SUPPORTED "y") +set(CONFIG_SOC_SPI_FLASH_SUPPORTED "y") +set(CONFIG_SOC_RNG_SUPPORTED "y") +set(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_DEEP_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_MODEM_CLOCK_SUPPORTED "y") +set(CONFIG_SOC_PM_SUPPORTED "y") +set(CONFIG_SOC_XTAL_SUPPORT_40M "y") +set(CONFIG_SOC_AES_SUPPORT_DMA "y") +set(CONFIG_SOC_AES_GDMA "y") +set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") +set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED "y") +set(CONFIG_SOC_ADC_MONITOR_SUPPORTED "y") +set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") +set(CONFIG_SOC_ADC_PERIPH_NUM "1") +set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "7") +set(CONFIG_SOC_ADC_ATTEN_NUM "4") +set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "1") +set(CONFIG_SOC_ADC_PATT_LEN_MAX "8") +set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "12") +set(CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM "2") +set(CONFIG_SOC_ADC_DIGI_MONITOR_NUM "2") +set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "4") +set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "83333") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "611") +set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "12") +set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED "y") +set(CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED "y") +set(CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED "y") +set(CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR "y") +set(CONFIG_SOC_ADC_SHARED_POWER "y") +set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "y") +set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") +set(CONFIG_SOC_CACHE_FREEZE_SUPPORTED "y") +set(CONFIG_SOC_CPU_CORES_NUM "1") +set(CONFIG_SOC_CPU_INTR_NUM "32") +set(CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC "y") +set(CONFIG_SOC_INT_PLIC_SUPPORTED "y") +set(CONFIG_SOC_CPU_HAS_CSR_PC "y") +set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "4") +set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "4") +set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "0x80000000") +set(CONFIG_SOC_CPU_HAS_PMA "y") +set(CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP "y") +set(CONFIG_SOC_CPU_PMP_REGION_GRANULARITY "4") +set(CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN "3072") +set(CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH "16") +set(CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US "1100") +set(CONFIG_SOC_AHB_GDMA_VERSION "1") +set(CONFIG_SOC_GDMA_NUM_GROUPS_MAX "1") +set(CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX "3") +set(CONFIG_SOC_GDMA_SUPPORT_ETM "y") +set(CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_ETM_GROUPS "1") +set(CONFIG_SOC_ETM_CHANNELS_PER_GROUP "50") +set(CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_GPIO_PORT "1") +set(CONFIG_SOC_GPIO_PIN_COUNT "31") +set(CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER "y") +set(CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM "8") +set(CONFIG_SOC_GPIO_SUPPORT_ETM "y") +set(CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT "y") +set(CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP "y") +set(CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT "y") +set(CONFIG_SOC_GPIO_IN_RANGE_MAX "30") +set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "30") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK "0") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT "8") +set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0x7fffff00") +set(CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD "y") +set(CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP "y") +set(CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP "y") +set(CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX "y") +set(CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE "y") +set(CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM "3") +set(CONFIG_SOC_RTCIO_PIN_COUNT "8") +set(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_HOLD_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_WAKE_SUPPORTED "y") +set(CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE "y") +set(CONFIG_SOC_I2C_NUM "2") +set(CONFIG_SOC_HP_I2C_NUM "1") +set(CONFIG_SOC_I2C_FIFO_LEN "32") +set(CONFIG_SOC_I2C_CMD_REG_NUM "8") +set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") +set(CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST "y") +set(CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS "y") +set(CONFIG_SOC_I2C_SUPPORT_XTAL "y") +set(CONFIG_SOC_I2C_SUPPORT_RTC "y") +set(CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST "y") +set(CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH "y") +set(CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_LP_I2C_NUM "1") +set(CONFIG_SOC_LP_I2C_FIFO_LEN "16") +set(CONFIG_SOC_I2S_NUM "1") +set(CONFIG_SOC_I2S_HW_VERSION_2 "y") +set(CONFIG_SOC_I2S_SUPPORTS_ETM "y") +set(CONFIG_SOC_I2S_SUPPORTS_XTAL "y") +set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") +set(CONFIG_SOC_I2S_SUPPORTS_PCM "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") +set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "2") +set(CONFIG_SOC_I2S_SUPPORTS_TDM "y") +set(CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK "y") +set(CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK "y") +set(CONFIG_SOC_LEDC_TIMER_NUM "4") +set(CONFIG_SOC_LEDC_CHANNEL_NUM "6") +set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "20") +set(CONFIG_SOC_LEDC_SUPPORT_FADE_STOP "y") +set(CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED "y") +set(CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX "16") +set(CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH "10") +set(CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE "y") +set(CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED "y") +set(CONFIG_SOC_MMU_PERIPH_NUM "1") +set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "1") +set(CONFIG_SOC_MMU_DI_VADDR_SHARED "y") +set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") +set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") +set(CONFIG_SOC_PCNT_GROUPS "1") +set(CONFIG_SOC_PCNT_UNITS_PER_GROUP "4") +set(CONFIG_SOC_PCNT_CHANNELS_PER_UNIT "2") +set(CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT "2") +set(CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE "y") +set(CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_RMT_GROUPS "1") +set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "4") +set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "48") +set(CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG "y") +set(CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY "y") +set(CONFIG_SOC_RMT_SUPPORT_XTAL "y") +set(CONFIG_SOC_RMT_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MCPWM_GROUPS "1") +set(CONFIG_SOC_MCPWM_TIMERS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP "y") +set(CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER "3") +set(CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE "y") +set(CONFIG_SOC_MCPWM_SUPPORT_ETM "y") +set(CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP "y") +set(CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_PARLIO_GROUPS "1") +set(CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP "1") +set(CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP "1") +set(CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH "16") +set(CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH "16") +set(CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT "y") +set(CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MPI_MEM_BLOCKS_NUM "4") +set(CONFIG_SOC_MPI_OPERATIONS_NUM "3") +set(CONFIG_SOC_RSA_MAX_BIT_LEN "3072") +set(CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE "3968") +set(CONFIG_SOC_SHA_SUPPORT_DMA "y") +set(CONFIG_SOC_SHA_SUPPORT_RESUME "y") +set(CONFIG_SOC_SHA_GDMA "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA224 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") +set(CONFIG_SOC_SDM_GROUPS "1") +set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "4") +set(CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M "y") +set(CONFIG_SOC_SDM_CLK_SUPPORT_XTAL "y") +set(CONFIG_SOC_SPI_PERIPH_NUM "2") +set(CONFIG_SOC_SPI_MAX_CS_NUM "6") +set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") +set(CONFIG_SOC_SPI_SUPPORT_DDRCLK "y") +set(CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_CD_SIG "y") +set(CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 "y") +set(CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_XTAL "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST "y") +set(CONFIG_SOC_SPI_SCT_SUPPORTED "y") +set(CONFIG_SOC_SPI_SCT_REG_NUM "14") +set(CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX "y") +set(CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX "0x3fffa") +set(CONFIG_SOC_MEMSPI_IS_INDEPENDENT "y") +set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "16") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_WRAP "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_COUNTER_NUM "2") +set(CONFIG_SOC_SYSTIMER_ALARM_NUM "3") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO "32") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI "20") +set(CONFIG_SOC_SYSTIMER_FIXED_DIVIDER "y") +set(CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_SYSTIMER_INT_LEVEL "y") +set(CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE "y") +set(CONFIG_SOC_SYSTIMER_SUPPORT_ETM "y") +set(CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO "32") +set(CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI "16") +set(CONFIG_SOC_TIMER_GROUPS "2") +set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "1") +set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "54") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL "y") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "2") +set(CONFIG_SOC_TIMER_SUPPORT_ETM "y") +set(CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_MWDT_SUPPORT_XTAL "y") +set(CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_TWAI_CONTROLLER_NUM "2") +set(CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL "y") +set(CONFIG_SOC_TWAI_BRP_MIN "2") +set(CONFIG_SOC_TWAI_BRP_MAX "32768") +set(CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS "y") +set(CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE "y") +set(CONFIG_SOC_EFUSE_DIS_PAD_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_USB_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT "y") +set(CONFIG_SOC_EFUSE_SOFT_DIS_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_ICACHE "y") +set(CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK "y") +set(CONFIG_SOC_SECURE_BOOT_V2_RSA "y") +set(CONFIG_SOC_SECURE_BOOT_V2_ECC "y") +set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "3") +set(CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS "y") +set(CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY "y") +set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "64") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES "y") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 "y") +set(CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED "y") +set(CONFIG_SOC_APM_LP_APM0_SUPPORTED "y") +set(CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED "y") +set(CONFIG_SOC_UART_NUM "3") +set(CONFIG_SOC_UART_HP_NUM "2") +set(CONFIG_SOC_UART_LP_NUM "1") +set(CONFIG_SOC_UART_FIFO_LEN "128") +set(CONFIG_SOC_LP_UART_FIFO_LEN "16") +set(CONFIG_SOC_UART_BITRATE_MAX "5000000") +set(CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_RTC_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_XTAL_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_WAKEUP_INT "y") +set(CONFIG_SOC_UART_HAS_LP_UART "y") +set(CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND "y") +set(CONFIG_SOC_COEX_HW_PTI "y") +set(CONFIG_SOC_EXTERNAL_COEX_ADVANCE "y") +set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") +set(CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH "12") +set(CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_BT_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN "y") +set(CONFIG_SOC_PM_SUPPORT_CPU_PD "y") +set(CONFIG_SOC_PM_SUPPORT_MODEM_PD "y") +set(CONFIG_SOC_PM_SUPPORT_XTAL32K_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RC32K_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") +set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") +set(CONFIG_SOC_PM_SUPPORT_TOP_PD "y") +set(CONFIG_SOC_PM_SUPPORT_HP_AON_PD "y") +set(CONFIG_SOC_PM_SUPPORT_MAC_BB_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD "y") +set(CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE "y") +set(CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY "y") +set(CONFIG_SOC_PM_CPU_RETENTION_BY_SW "y") +set(CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA "y") +set(CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG "y") +set(CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN "y") +set(CONFIG_SOC_PM_PAU_LINK_NUM "4") +set(CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR "y") +set(CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC "y") +set(CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE "y") +set(CONFIG_SOC_PM_RETENTION_MODULE_NUM "32") +set(CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION "y") +set(CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT "y") +set(CONFIG_SOC_CLK_XTAL32K_SUPPORTED "y") +set(CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED "y") +set(CONFIG_SOC_CLK_RC32K_SUPPORTED "y") +set(CONFIG_SOC_RCC_IS_INDEPENDENT "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN "y") +set(CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT "y") +set(CONFIG_SOC_WIFI_HW_TSF "y") +set(CONFIG_SOC_WIFI_FTM_SUPPORT "y") +set(CONFIG_SOC_WIFI_GCMP_SUPPORT "y") +set(CONFIG_SOC_WIFI_WAPI_SUPPORT "y") +set(CONFIG_SOC_WIFI_CSI_SUPPORT "y") +set(CONFIG_SOC_WIFI_MESH_SUPPORT "y") +set(CONFIG_SOC_WIFI_HE_SUPPORT "y") +set(CONFIG_SOC_WIFI_MAC_VERSION_NUM "2") +set(CONFIG_SOC_BLE_SUPPORTED "y") +set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") +set(CONFIG_SOC_ESP_NIMBLE_CONTROLLER "y") +set(CONFIG_SOC_BLE_50_SUPPORTED "y") +set(CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED "y") +set(CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED "y") +set(CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED "y") +set(CONFIG_SOC_BLUFI_SUPPORTED "y") +set(CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION "y") +set(CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND "y") +set(CONFIG_SOC_PHY_COMBO_MODULE "y") +set(CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD "y") +set(CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR "y") +set(CONFIG_SOC_LP_CORE_SUPPORT_ETM "y") +set(CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS "y") +set(CONFIG_IDF_CMAKE "y") +set(CONFIG_IDF_TOOLCHAIN "gcc") +set(CONFIG_IDF_TOOLCHAIN_GCC "y") +set(CONFIG_IDF_TARGET_ARCH_RISCV "y") +set(CONFIG_IDF_TARGET_ARCH "riscv") +set(CONFIG_IDF_TARGET "esp32c6") +set(CONFIG_IDF_INIT_VERSION "5.4.0") +set(CONFIG_IDF_TARGET_ESP32C6 "y") +set(CONFIG_IDF_FIRMWARE_CHIP_ID "0xd") +set(CONFIG_APP_BUILD_TYPE_APP_2NDBOOT "y") +set(CONFIG_APP_BUILD_TYPE_RAM "") +set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") +set(CONFIG_APP_BUILD_BOOTLOADER "y") +set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") +set(CONFIG_APP_REPRODUCIBLE_BUILD "") +set(CONFIG_APP_NO_BLOBS "") +set(CONFIG_BOOTLOADER_COMPILE_TIME_DATE "y") +set(CONFIG_BOOTLOADER_PROJECT_VER "1") +set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x0") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_NONE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_ERROR "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_WARN "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_INFO "y") +set(CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL "3") +set(CONFIG_BOOTLOADER_LOG_COLORS "") +set(CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS "y") +set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") +set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") +set(CONFIG_BOOTLOADER_FACTORY_RESET "") +set(CONFIG_BOOTLOADER_APP_TEST "") +set(CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE "") +set(CONFIG_BOOTLOADER_WDT_TIME_MS "9000") +set(CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS "") +set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0x0") +set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") +set(CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_PREFERRED "y") +set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") +set(CONFIG_SECURE_BOOT "") +set(CONFIG_SECURE_FLASH_ENC_ENABLED "") +set(CONFIG_SECURE_ROM_DL_MODE_ENABLED "y") +set(CONFIG_APP_COMPILE_TIME_DATE "y") +set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") +set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") +set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") +set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "9") +set(CONFIG_ESP_ROM_HAS_CRC_LE "y") +set(CONFIG_ESP_ROM_HAS_CRC_BE "y") +set(CONFIG_ESP_ROM_HAS_JPEG_DECODE "y") +set(CONFIG_ESP_ROM_UART_CLK_IS_XTAL "y") +set(CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM "3") +set(CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING "y") +set(CONFIG_ESP_ROM_GET_CLK_FREQ "y") +set(CONFIG_ESP_ROM_HAS_RVFPLIB "y") +set(CONFIG_ESP_ROM_HAS_HAL_WDT "y") +set(CONFIG_ESP_ROM_HAS_HAL_SYSTIMER "y") +set(CONFIG_ESP_ROM_HAS_HEAP_TLSF "y") +set(CONFIG_ESP_ROM_TLSF_CHECK_PATCH "y") +set(CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH "y") +set(CONFIG_ESP_ROM_HAS_LAYOUT_TABLE "y") +set(CONFIG_ESP_ROM_HAS_SPI_FLASH "y") +set(CONFIG_ESP_ROM_HAS_REGI2C_BUG "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT "y") +set(CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE "y") +set(CONFIG_ESP_ROM_WDT_INIT_PATCH "y") +set(CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE "y") +set(CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT "y") +set(CONFIG_ESP_ROM_HAS_SW_FLOAT "y") +set(CONFIG_ESP_ROM_USB_OTG_NUM "-1") +set(CONFIG_ESP_ROM_HAS_VERSION "y") +set(CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB "y") +set(CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_ON "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_OFF "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW "") +set(CONFIG_ESPTOOLPY_NO_STUB "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QOUT "") +set(CONFIG_ESPTOOLPY_FLASHMODE_DIO "y") +set(CONFIG_ESPTOOLPY_FLASHMODE_DOUT "") +set(CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR "y") +set(CONFIG_ESPTOOLPY_FLASHMODE "dio") +set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ "80m") +set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "y") +set(CONFIG_ESPTOOLPY_FLASHSIZE_8MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_16MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_32MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_64MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_128MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE "4MB") +set(CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE "") +set(CONFIG_ESPTOOLPY_BEFORE_RESET "y") +set(CONFIG_ESPTOOLPY_BEFORE_NORESET "") +set(CONFIG_ESPTOOLPY_BEFORE "default_reset") +set(CONFIG_ESPTOOLPY_AFTER_RESET "y") +set(CONFIG_ESPTOOLPY_AFTER_NORESET "") +set(CONFIG_ESPTOOLPY_AFTER "hard_reset") +set(CONFIG_ESPTOOLPY_MONITOR_BAUD "115200") +set(CONFIG_PARTITION_TABLE_SINGLE_APP "y") +set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") +set(CONFIG_PARTITION_TABLE_TWO_OTA "") +set(CONFIG_PARTITION_TABLE_TWO_OTA_LARGE "") +set(CONFIG_PARTITION_TABLE_CUSTOM "") +set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") +set(CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv") +set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") +set(CONFIG_PARTITION_TABLE_MD5 "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_SIZE "") +set(CONFIG_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_COMPILER_OPTIMIZATION_NONE "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE "") +set(CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE "y") +set(CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB "") +set(CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT "") +set(CONFIG_COMPILER_HIDE_PATHS_MACROS "y") +set(CONFIG_COMPILER_CXX_EXCEPTIONS "") +set(CONFIG_COMPILER_CXX_RTTI "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NONE "y") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NORM "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_STRONG "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_ALL "") +set(CONFIG_COMPILER_NO_MERGE_CONSTANTS "") +set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") +set(CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS "") +set(CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS "y") +set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC13_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC14_WARNINGS "") +set(CONFIG_COMPILER_DUMP_RTL_FILES "") +set(CONFIG_COMPILER_RT_LIB_GCCLIB "y") +set(CONFIG_COMPILER_RT_LIB_NAME "gcc") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING "y") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE "") +set(CONFIG_COMPILER_STATIC_ANALYZER "") +set(CONFIG_APPTRACE_DEST_JTAG "") +set(CONFIG_APPTRACE_DEST_NONE "y") +set(CONFIG_APPTRACE_DEST_UART1 "") +set(CONFIG_APPTRACE_DEST_UART2 "") +set(CONFIG_APPTRACE_DEST_UART_NONE "y") +set(CONFIG_APPTRACE_UART_TASK_PRIO "1") +set(CONFIG_APPTRACE_LOCK_ENABLE "y") +set(CONFIG_BT_ENABLED "") +set(CONFIG_BT_ALARM_MAX_NUM "50") +set(CONFIG_CONSOLE_SORTED_HELP "") +set(CONFIG_TWAI_ISR_IN_IRAM "") +set(CONFIG_ADC_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_RMT_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_I2S_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_SDM_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_EFUSE_CUSTOM_TABLE "") +set(CONFIG_EFUSE_VIRTUAL "") +set(CONFIG_EFUSE_MAX_BLK_LEN "256") +set(CONFIG_ESP_TLS_USING_MBEDTLS "y") +set(CONFIG_ESP_TLS_USE_DS_PERIPHERAL "y") +set(CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS "") +set(CONFIG_ESP_TLS_SERVER_SESSION_TICKETS "") +set(CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK "") +set(CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL "") +set(CONFIG_ESP_TLS_PSK_VERIFICATION "") +set(CONFIG_ESP_TLS_INSECURE "") +set(CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM "") +set(CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE "") +set(CONFIG_ADC_ENABLE_DEBUG_LOG "") +set(CONFIG_ESP_COEX_ENABLED "y") +set(CONFIG_ESP_COEX_SW_COEXIST_ENABLE "y") +set(CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE "") +set(CONFIG_ESP_COEX_POWER_MANAGEMENT "") +set(CONFIG_ESP_COEX_GPIO_DEBUG "") +set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") +set(CONFIG_GPIO_CTRL_FUNC_IN_IRAM "") +set(CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM "y") +set(CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM "") +set(CONFIG_GPTIMER_ISR_IRAM_SAFE "") +set(CONFIG_GPTIMER_ENABLE_DEBUG_LOG "") +set(CONFIG_I2C_ISR_IRAM_SAFE "") +set(CONFIG_I2C_ENABLE_DEBUG_LOG "") +set(CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 "") +set(CONFIG_I2S_ISR_IRAM_SAFE "") +set(CONFIG_I2S_ENABLE_DEBUG_LOG "") +set(CONFIG_LEDC_CTRL_FUNC_IN_IRAM "") +set(CONFIG_MCPWM_ISR_IRAM_SAFE "") +set(CONFIG_MCPWM_CTRL_FUNC_IN_IRAM "") +set(CONFIG_MCPWM_ENABLE_DEBUG_LOG "") +set(CONFIG_PARLIO_ENABLE_DEBUG_LOG "") +set(CONFIG_PARLIO_ISR_IRAM_SAFE "") +set(CONFIG_PCNT_CTRL_FUNC_IN_IRAM "") +set(CONFIG_PCNT_ISR_IRAM_SAFE "") +set(CONFIG_PCNT_ENABLE_DEBUG_LOG "") +set(CONFIG_RMT_ISR_IRAM_SAFE "") +set(CONFIG_RMT_RECV_FUNC_IN_IRAM "") +set(CONFIG_RMT_ENABLE_DEBUG_LOG "") +set(CONFIG_SDM_CTRL_FUNC_IN_IRAM "") +set(CONFIG_SDM_ENABLE_DEBUG_LOG "") +set(CONFIG_SPI_MASTER_IN_IRAM "") +set(CONFIG_SPI_MASTER_ISR_IN_IRAM "y") +set(CONFIG_SPI_SLAVE_IN_IRAM "") +set(CONFIG_SPI_SLAVE_ISR_IN_IRAM "y") +set(CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG "") +set(CONFIG_TEMP_SENSOR_ISR_IRAM_SAFE "") +set(CONFIG_UART_ISR_IN_IRAM "") +set(CONFIG_USJ_ENABLE_USB_SERIAL_JTAG "y") +set(CONFIG_ETH_ENABLED "y") +set(CONFIG_ETH_USE_SPI_ETHERNET "y") +set(CONFIG_ETH_SPI_ETHERNET_DM9051 "") +set(CONFIG_ETH_SPI_ETHERNET_W5500 "") +set(CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL "") +set(CONFIG_ETH_USE_OPENETH "") +set(CONFIG_ETH_TRANSMIT_MUTEX "") +set(CONFIG_ESP_EVENT_LOOP_PROFILING "") +set(CONFIG_ESP_EVENT_POST_FROM_ISR "y") +set(CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR "y") +set(CONFIG_ESP_GDBSTUB_ENABLED "y") +set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") +set(CONFIG_ESP_GDBSTUB_SUPPORT_TASKS "y") +set(CONFIG_ESP_GDBSTUB_MAX_TASKS "32") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS "y") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH "") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH "") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT "") +set(CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT "2000") +set(CONFIG_HTTPD_MAX_REQ_HDR_LEN "512") +set(CONFIG_HTTPD_MAX_URI_LEN "512") +set(CONFIG_HTTPD_ERR_RESP_NO_DELAY "y") +set(CONFIG_HTTPD_PURGE_BUF_LEN "32") +set(CONFIG_HTTPD_LOG_PURGE_DATA "") +set(CONFIG_HTTPD_WS_SUPPORT "") +set(CONFIG_HTTPD_QUEUE_WORK_BLOCKING "") +set(CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT "2000") +set(CONFIG_ESP_HTTPS_OTA_DECRYPT_CB "") +set(CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP "") +set(CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT "2000") +set(CONFIG_ESP_HTTPS_SERVER_ENABLE "") +set(CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT "2000") +set(CONFIG_ESP32C6_REV_MIN_0 "y") +set(CONFIG_ESP32C6_REV_MIN_1 "") +set(CONFIG_ESP32C6_REV_MIN_FULL "0") +set(CONFIG_ESP_REV_MIN_FULL "0") +set(CONFIG_ESP32C6_REV_MAX_FULL "99") +set(CONFIG_ESP_REV_MAX_FULL "99") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL "0") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL "99") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_BT "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154 "y") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO "") +set(CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC "") +set(CONFIG_ESP_SLEEP_POWER_DOWN_FLASH "") +set(CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU "") +set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "0") +set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") +set(CONFIG_ESP_SLEEP_DEBUG "") +set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") +set(CONFIG_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED "") +set(CONFIG_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_PERIPH_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_ETM_ENABLE_DEBUG_LOG "") +set(CONFIG_GDMA_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_GDMA_ISR_IRAM_SAFE "") +set(CONFIG_GDMA_ENABLE_DEBUG_LOG "") +set(CONFIG_XTAL_FREQ_40 "y") +set(CONFIG_XTAL_FREQ "40") +set(CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM "y") +set(CONFIG_LCD_ENABLE_DEBUG_LOG "") +set(CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL "120") +set(CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION "") +set(CONFIG_ESP_NETIF_TCPIP_LWIP "y") +set(CONFIG_ESP_NETIF_LOOPBACK "") +set(CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API "y") +set(CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC "y") +set(CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS "") +set(CONFIG_ESP_NETIF_L2_TAP "") +set(CONFIG_ESP_NETIF_BRIDGE_EN "") +set(CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF "") +set(CONFIG_ESP_PHY_ENABLED "y") +set(CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE "y") +set(CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION "") +set(CONFIG_ESP_PHY_MAX_WIFI_TX_POWER "20") +set(CONFIG_ESP_PHY_MAX_TX_POWER "20") +set(CONFIG_ESP_PHY_REDUCE_TX_POWER "") +set(CONFIG_ESP_PHY_ENABLE_CERT_TEST "") +set(CONFIG_ESP_PHY_RF_CAL_PARTIAL "y") +set(CONFIG_ESP_PHY_RF_CAL_NONE "") +set(CONFIG_ESP_PHY_RF_CAL_FULL "") +set(CONFIG_ESP_PHY_CALIBRATION_MODE "0") +set(CONFIG_ESP_PHY_PLL_TRACK_DEBUG "") +set(CONFIG_ESP_PHY_RECORD_USED_TIME "") +set(CONFIG_PM_ENABLE "") +set(CONFIG_PM_SLP_IRAM_OPT "") +set(CONFIG_PM_SLP_DEFAULT_PARAMS_OPT "y") +set(CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP "y") +set(CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP "") +set(CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH "") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP "y") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW "y") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM "") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH "") +set(CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL "1") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_120 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 "y") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP_SYSTEM_PANIC_GDBSTUB "") +set(CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS "0") +set(CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE "y") +set(CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK "y") +set(CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP "y") +set(CONFIG_ESP_SYSTEM_USE_EH_FRAME "") +set(CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT "y") +set(CONFIG_ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE "") +set(CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_ESP_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 "y") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY "") +set(CONFIG_ESP_MAIN_TASK_AFFINITY "0x0") +set(CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE "2048") +set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG "") +set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") +set(CONFIG_ESP_CONSOLE_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED "y") +set(CONFIG_ESP_CONSOLE_UART "y") +set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM "0") +set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_ESP_INT_WDT "y") +set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_ESP_TASK_WDT_EN "y") +set(CONFIG_ESP_TASK_WDT_INIT "y") +set(CONFIG_ESP_TASK_WDT_PANIC "") +set(CONFIG_ESP_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_ESP_PANIC_HANDLER_IRAM "") +set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") +set(CONFIG_ESP_DEBUG_INCLUDE_OCD_STUB_BINS "") +set(CONFIG_ESP_DEBUG_OCDAWARE "y") +set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") +set(CONFIG_ESP_BROWNOUT_DET "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL "7") +set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") +set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y") +set(CONFIG_ESP_SYSTEM_BBPLL_RECALIB "y") +set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y") +set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_ESP_TIMER_PROFILING "") +set(CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER "y") +set(CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER "y") +set(CONFIG_ESP_TIMER_TASK_STACK_SIZE "3584") +set(CONFIG_ESP_TIMER_INTERRUPT_LEVEL "1") +set(CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL "") +set(CONFIG_ESP_TIMER_TASK_AFFINITY "0x0") +set(CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 "y") +set(CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 "y") +set(CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD "") +set(CONFIG_ESP_TIMER_IMPL_SYSTIMER "y") +set(CONFIG_ESP_WIFI_ENABLED "y") +set(CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM "10") +set(CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM "32") +set(CONFIG_ESP_WIFI_STATIC_TX_BUFFER "") +set(CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER "y") +set(CONFIG_ESP_WIFI_TX_BUFFER_TYPE "1") +set(CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM "32") +set(CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER "y") +set(CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER "") +set(CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF "0") +set(CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF "5") +set(CONFIG_ESP_WIFI_CSI_ENABLED "") +set(CONFIG_ESP_WIFI_AMPDU_TX_ENABLED "y") +set(CONFIG_ESP_WIFI_TX_BA_WIN "6") +set(CONFIG_ESP_WIFI_AMPDU_RX_ENABLED "y") +set(CONFIG_ESP_WIFI_RX_BA_WIN "6") +set(CONFIG_ESP_WIFI_NVS_ENABLED "y") +set(CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN "752") +set(CONFIG_ESP_WIFI_MGMT_SBUF_NUM "32") +set(CONFIG_ESP_WIFI_IRAM_OPT "y") +set(CONFIG_ESP_WIFI_EXTRA_IRAM_OPT "y") +set(CONFIG_ESP_WIFI_RX_IRAM_OPT "y") +set(CONFIG_ESP_WIFI_ENABLE_WPA3_SAE "y") +set(CONFIG_ESP_WIFI_ENABLE_SAE_PK "y") +set(CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT "y") +set(CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA "y") +set(CONFIG_ESP_WIFI_SLP_IRAM_OPT "y") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME "50") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME "10") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME "15") +set(CONFIG_ESP_WIFI_FTM_ENABLE "") +set(CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE "y") +set(CONFIG_ESP_WIFI_GCMP_SUPPORT "") +set(CONFIG_ESP_WIFI_GMAC_SUPPORT "y") +set(CONFIG_ESP_WIFI_SOFTAP_SUPPORT "y") +set(CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT "") +set(CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM "7") +set(CONFIG_ESP_WIFI_MBEDTLS_CRYPTO "y") +set(CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT "y") +set(CONFIG_ESP_WIFI_WAPI_PSK "") +set(CONFIG_ESP_WIFI_SUITE_B_192 "") +set(CONFIG_ESP_WIFI_11KV_SUPPORT "") +set(CONFIG_ESP_WIFI_MBO_SUPPORT "") +set(CONFIG_ESP_WIFI_DPP_SUPPORT "") +set(CONFIG_ESP_WIFI_11R_SUPPORT "") +set(CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR "") +set(CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS "") +set(CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS "") +set(CONFIG_ESP_WIFI_TX_HETB_QUEUE_NUM "3") +set(CONFIG_ESP_WIFI_WPS_STRICT "") +set(CONFIG_ESP_WIFI_WPS_PASSPHRASE "") +set(CONFIG_ESP_WIFI_DEBUG_PRINT "") +set(CONFIG_ESP_WIFI_TESTING_OPTIONS "") +set(CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT "y") +set(CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER "") +set(CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH "") +set(CONFIG_ESP_COREDUMP_ENABLE_TO_UART "") +set(CONFIG_ESP_COREDUMP_ENABLE_TO_NONE "y") +set(CONFIG_FATFS_VOLUME_COUNT "2") +set(CONFIG_FATFS_LFN_NONE "y") +set(CONFIG_FATFS_LFN_HEAP "") +set(CONFIG_FATFS_LFN_STACK "") +set(CONFIG_FATFS_SECTOR_512 "") +set(CONFIG_FATFS_SECTOR_4096 "y") +set(CONFIG_FATFS_CODEPAGE_DYNAMIC "") +set(CONFIG_FATFS_CODEPAGE_437 "y") +set(CONFIG_FATFS_CODEPAGE_720 "") +set(CONFIG_FATFS_CODEPAGE_737 "") +set(CONFIG_FATFS_CODEPAGE_771 "") +set(CONFIG_FATFS_CODEPAGE_775 "") +set(CONFIG_FATFS_CODEPAGE_850 "") +set(CONFIG_FATFS_CODEPAGE_852 "") +set(CONFIG_FATFS_CODEPAGE_855 "") +set(CONFIG_FATFS_CODEPAGE_857 "") +set(CONFIG_FATFS_CODEPAGE_860 "") +set(CONFIG_FATFS_CODEPAGE_861 "") +set(CONFIG_FATFS_CODEPAGE_862 "") +set(CONFIG_FATFS_CODEPAGE_863 "") +set(CONFIG_FATFS_CODEPAGE_864 "") +set(CONFIG_FATFS_CODEPAGE_865 "") +set(CONFIG_FATFS_CODEPAGE_866 "") +set(CONFIG_FATFS_CODEPAGE_869 "") +set(CONFIG_FATFS_CODEPAGE_932 "") +set(CONFIG_FATFS_CODEPAGE_936 "") +set(CONFIG_FATFS_CODEPAGE_949 "") +set(CONFIG_FATFS_CODEPAGE_950 "") +set(CONFIG_FATFS_CODEPAGE "437") +set(CONFIG_FATFS_FS_LOCK "0") +set(CONFIG_FATFS_TIMEOUT_MS "10000") +set(CONFIG_FATFS_PER_FILE_CACHE "y") +set(CONFIG_FATFS_USE_FASTSEEK "") +set(CONFIG_FATFS_USE_STRFUNC_NONE "y") +set(CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV "") +set(CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV "") +set(CONFIG_FATFS_VFS_FSTAT_BLKSIZE "0") +set(CONFIG_FATFS_IMMEDIATE_FSYNC "") +set(CONFIG_FATFS_USE_LABEL "") +set(CONFIG_FATFS_LINK_LOCK "y") +set(CONFIG_FREERTOS_SMP "") +set(CONFIG_FREERTOS_UNICORE "y") +set(CONFIG_FREERTOS_HZ "100") +set(CONFIG_FREERTOS_OPTIMIZED_SCHEDULER "y") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY "y") +set(CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS "1") +set(CONFIG_FREERTOS_IDLE_TASK_STACKSIZE "1536") +set(CONFIG_FREERTOS_USE_IDLE_HOOK "") +set(CONFIG_FREERTOS_USE_TICK_HOOK "") +set(CONFIG_FREERTOS_MAX_TASK_NAME_LEN "16") +set(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY "") +set(CONFIG_FREERTOS_USE_TIMERS "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc") +set(CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 "") +set(CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY "0x7fffffff") +set(CONFIG_FREERTOS_TIMER_TASK_PRIORITY "1") +set(CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_FREERTOS_TIMER_QUEUE_LENGTH "10") +set(CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE "0") +set(CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES "1") +set(CONFIG_FREERTOS_USE_TRACE_FACILITY "") +set(CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES "") +set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") +set(CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG "") +set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") +set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") +set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") +set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "") +set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "") +set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y") +set(CONFIG_FREERTOS_ISR_STACKSIZE "1536") +set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y") +set(CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 "") +set(CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER "y") +set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") +set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") +set(CONFIG_FREERTOS_PORT "y") +set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") +set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") +set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") +set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "y") +set(CONFIG_FREERTOS_NUMBER_OF_CORES "1") +set(CONFIG_HAL_ASSERTION_EQUALS_SYSTEM "y") +set(CONFIG_HAL_ASSERTION_DISABLE "") +set(CONFIG_HAL_ASSERTION_SILENT "") +set(CONFIG_HAL_ASSERTION_ENABLE "") +set(CONFIG_HAL_DEFAULT_ASSERTION_LEVEL "2") +set(CONFIG_HAL_SYSTIMER_USE_ROM_IMPL "y") +set(CONFIG_HAL_WDT_USE_ROM_IMPL "y") +set(CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM "y") +set(CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM "y") +set(CONFIG_HAL_ECDSA_GEN_SIG_CM "") +set(CONFIG_HEAP_POISONING_DISABLED "y") +set(CONFIG_HEAP_POISONING_LIGHT "") +set(CONFIG_HEAP_POISONING_COMPREHENSIVE "") +set(CONFIG_HEAP_TRACING_OFF "y") +set(CONFIG_HEAP_TRACING_STANDALONE "") +set(CONFIG_HEAP_TRACING_TOHOST "") +set(CONFIG_HEAP_USE_HOOKS "") +set(CONFIG_HEAP_TASK_TRACKING "") +set(CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS "") +set(CONFIG_HEAP_TLSF_USE_ROM_IMPL "y") +set(CONFIG_IEEE802154_ENABLED "y") +set(CONFIG_IEEE802154_RX_BUFFER_SIZE "20") +set(CONFIG_IEEE802154_CCA_CARRIER "") +set(CONFIG_IEEE802154_CCA_ED "y") +set(CONFIG_IEEE802154_CCA_CARRIER_OR_ED "") +set(CONFIG_IEEE802154_CCA_CARRIER_AND_ED "") +set(CONFIG_IEEE802154_CCA_MODE "1") +set(CONFIG_IEEE802154_CCA_THRESHOLD "-60") +set(CONFIG_IEEE802154_PENDING_TABLE_SIZE "20") +set(CONFIG_IEEE802154_MULTI_PAN_ENABLE "") +set(CONFIG_IEEE802154_TIMING_OPTIMIZATION "") +set(CONFIG_IEEE802154_DEBUG "") +set(CONFIG_LOG_DEFAULT_LEVEL_NONE "") +set(CONFIG_LOG_DEFAULT_LEVEL_ERROR "") +set(CONFIG_LOG_DEFAULT_LEVEL_WARN "") +set(CONFIG_LOG_DEFAULT_LEVEL_INFO "y") +set(CONFIG_LOG_DEFAULT_LEVEL_DEBUG "") +set(CONFIG_LOG_DEFAULT_LEVEL_VERBOSE "") +set(CONFIG_LOG_DEFAULT_LEVEL "3") +set(CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT "y") +set(CONFIG_LOG_MAXIMUM_LEVEL_DEBUG "") +set(CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE "") +set(CONFIG_LOG_MAXIMUM_LEVEL "3") +set(CONFIG_LOG_MASTER_LEVEL "") +set(CONFIG_LOG_DYNAMIC_LEVEL_CONTROL "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_NONE "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST "y") +set(CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY "") +set(CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE "31") +set(CONFIG_LOG_COLORS "") +set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") +set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") +set(CONFIG_LWIP_ENABLE "y") +set(CONFIG_LWIP_LOCAL_HOSTNAME "espressif") +set(CONFIG_LWIP_NETIF_API "") +set(CONFIG_LWIP_TCPIP_TASK_PRIO "18") +set(CONFIG_LWIP_TCPIP_CORE_LOCKING "") +set(CONFIG_LWIP_CHECK_THREAD_SAFETY "") +set(CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES "y") +set(CONFIG_LWIP_L2_TO_L3_COPY "") +set(CONFIG_LWIP_IRAM_OPTIMIZATION "") +set(CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION "") +set(CONFIG_LWIP_TIMERS_ONDEMAND "y") +set(CONFIG_LWIP_ND6 "y") +set(CONFIG_LWIP_FORCE_ROUTER_FORWARDING "") +set(CONFIG_LWIP_MAX_SOCKETS "10") +set(CONFIG_LWIP_USE_ONLY_LWIP_SELECT "") +set(CONFIG_LWIP_SO_LINGER "") +set(CONFIG_LWIP_SO_REUSE "y") +set(CONFIG_LWIP_SO_REUSE_RXTOALL "y") +set(CONFIG_LWIP_SO_RCVBUF "") +set(CONFIG_LWIP_NETBUF_RECVINFO "") +set(CONFIG_LWIP_IP_DEFAULT_TTL "64") +set(CONFIG_LWIP_IP4_FRAG "y") +set(CONFIG_LWIP_IP6_FRAG "y") +set(CONFIG_LWIP_IP4_REASSEMBLY "") +set(CONFIG_LWIP_IP6_REASSEMBLY "") +set(CONFIG_LWIP_IP_REASS_MAX_PBUFS "10") +set(CONFIG_LWIP_IP_FORWARD "") +set(CONFIG_LWIP_STATS "") +set(CONFIG_LWIP_ESP_GRATUITOUS_ARP "y") +set(CONFIG_LWIP_GARP_TMR_INTERVAL "60") +set(CONFIG_LWIP_ESP_MLDV6_REPORT "y") +set(CONFIG_LWIP_MLDV6_TMR_INTERVAL "40") +set(CONFIG_LWIP_TCPIP_RECVMBOX_SIZE "32") +set(CONFIG_LWIP_DHCP_DOES_ARP_CHECK "y") +set(CONFIG_LWIP_DHCP_DOES_ACD_CHECK "") +set(CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP "") +set(CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID "") +set(CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID "y") +set(CONFIG_LWIP_DHCP_RESTORE_LAST_IP "") +set(CONFIG_LWIP_DHCP_OPTIONS_LEN "68") +set(CONFIG_LWIP_NUM_NETIF_CLIENT_DATA "0") +set(CONFIG_LWIP_DHCP_COARSE_TIMER_SECS "1") +set(CONFIG_LWIP_DHCPS "y") +set(CONFIG_LWIP_DHCPS_LEASE_UNIT "60") +set(CONFIG_LWIP_DHCPS_MAX_STATION_NUM "8") +set(CONFIG_LWIP_DHCPS_STATIC_ENTRIES "y") +set(CONFIG_LWIP_DHCPS_ADD_DNS "y") +set(CONFIG_LWIP_AUTOIP "") +set(CONFIG_LWIP_IPV4 "y") +set(CONFIG_LWIP_IPV6 "y") +set(CONFIG_LWIP_IPV6_AUTOCONFIG "") +set(CONFIG_LWIP_IPV6_NUM_ADDRESSES "3") +set(CONFIG_LWIP_IPV6_FORWARD "") +set(CONFIG_LWIP_NETIF_STATUS_CALLBACK "") +set(CONFIG_LWIP_NETIF_LOOPBACK "y") +set(CONFIG_LWIP_LOOPBACK_MAX_PBUFS "8") +set(CONFIG_LWIP_MAX_ACTIVE_TCP "16") +set(CONFIG_LWIP_MAX_LISTENING_TCP "16") +set(CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION "y") +set(CONFIG_LWIP_TCP_MAXRTX "12") +set(CONFIG_LWIP_TCP_SYNMAXRTX "12") +set(CONFIG_LWIP_TCP_MSS "1440") +set(CONFIG_LWIP_TCP_TMR_INTERVAL "250") +set(CONFIG_LWIP_TCP_MSL "60000") +set(CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT "20000") +set(CONFIG_LWIP_TCP_SND_BUF_DEFAULT "5760") +set(CONFIG_LWIP_TCP_WND_DEFAULT "5760") +set(CONFIG_LWIP_TCP_RECVMBOX_SIZE "6") +set(CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE "6") +set(CONFIG_LWIP_TCP_QUEUE_OOSEQ "y") +set(CONFIG_LWIP_TCP_OOSEQ_TIMEOUT "6") +set(CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS "4") +set(CONFIG_LWIP_TCP_SACK_OUT "") +set(CONFIG_LWIP_TCP_OVERSIZE_MSS "y") +set(CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS "") +set(CONFIG_LWIP_TCP_OVERSIZE_DISABLE "") +set(CONFIG_LWIP_TCP_RTO_TIME "1500") +set(CONFIG_LWIP_MAX_UDP_PCBS "16") +set(CONFIG_LWIP_UDP_RECVMBOX_SIZE "6") +set(CONFIG_LWIP_CHECKSUM_CHECK_IP "") +set(CONFIG_LWIP_CHECKSUM_CHECK_UDP "") +set(CONFIG_LWIP_CHECKSUM_CHECK_ICMP "y") +set(CONFIG_LWIP_TCPIP_TASK_STACK_SIZE "3072") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY "y") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 "") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY "0x7fffffff") +set(CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE "3") +set(CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS "5") +set(CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES "5") +set(CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS "3") +set(CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS "10") +set(CONFIG_LWIP_PPP_SUPPORT "") +set(CONFIG_LWIP_SLIP_SUPPORT "") +set(CONFIG_LWIP_ICMP "y") +set(CONFIG_LWIP_MULTICAST_PING "") +set(CONFIG_LWIP_BROADCAST_PING "") +set(CONFIG_LWIP_MAX_RAW_PCBS "16") +set(CONFIG_LWIP_SNTP_MAX_SERVERS "1") +set(CONFIG_LWIP_DHCP_GET_NTP_SRV "") +set(CONFIG_LWIP_SNTP_UPDATE_DELAY "3600000") +set(CONFIG_LWIP_SNTP_STARTUP_DELAY "y") +set(CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY "5000") +set(CONFIG_LWIP_DNS_MAX_HOST_IP "1") +set(CONFIG_LWIP_DNS_MAX_SERVERS "3") +set(CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT "") +set(CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF "") +set(CONFIG_LWIP_BRIDGEIF_MAX_PORTS "7") +set(CONFIG_LWIP_ESP_LWIP_ASSERT "y") +set(CONFIG_LWIP_HOOK_TCP_ISN_NONE "") +set(CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT "y") +set(CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_ROUTE_NONE "y") +set(CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT "") +set(CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM "") +set(CONFIG_LWIP_HOOK_ND6_GET_GW_NONE "y") +set(CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT "") +set(CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE "y") +set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT "") +set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM "") +set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE "y") +set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT "") +set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM "") +set(CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE "y") +set(CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_INPUT_NONE "") +set(CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT "y") +set(CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM "") +set(CONFIG_LWIP_DEBUG "") +set(CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC "y") +set(CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC "") +set(CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC "") +set(CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN "y") +set(CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN "16384") +set(CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN "4096") +set(CONFIG_MBEDTLS_DYNAMIC_BUFFER "") +set(CONFIG_MBEDTLS_DEBUG "") +set(CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 "") +set(CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH "") +set(CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK "") +set(CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION "") +set(CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE "y") +set(CONFIG_MBEDTLS_PKCS7_C "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE "") +set(CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS "200") +set(CONFIG_MBEDTLS_ECP_RESTARTABLE "") +set(CONFIG_MBEDTLS_CMAC_C "y") +set(CONFIG_MBEDTLS_HARDWARE_AES "y") +set(CONFIG_MBEDTLS_AES_USE_INTERRUPT "y") +set(CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL "0") +set(CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER "y") +set(CONFIG_MBEDTLS_HARDWARE_MPI "y") +set(CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI "y") +set(CONFIG_MBEDTLS_MPI_USE_INTERRUPT "y") +set(CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL "0") +set(CONFIG_MBEDTLS_HARDWARE_SHA "y") +set(CONFIG_MBEDTLS_HARDWARE_ECC "y") +set(CONFIG_MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK "y") +set(CONFIG_MBEDTLS_ROM_MD5 "y") +set(CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN "") +set(CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY "") +set(CONFIG_MBEDTLS_HAVE_TIME "y") +set(CONFIG_MBEDTLS_PLATFORM_TIME_ALT "") +set(CONFIG_MBEDTLS_HAVE_TIME_DATE "") +set(CONFIG_MBEDTLS_ECDSA_DETERMINISTIC "y") +set(CONFIG_MBEDTLS_SHA512_C "y") +set(CONFIG_MBEDTLS_SHA3_C "") +set(CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT "y") +set(CONFIG_MBEDTLS_TLS_SERVER_ONLY "") +set(CONFIG_MBEDTLS_TLS_CLIENT_ONLY "") +set(CONFIG_MBEDTLS_TLS_DISABLED "") +set(CONFIG_MBEDTLS_TLS_SERVER "y") +set(CONFIG_MBEDTLS_TLS_CLIENT "y") +set(CONFIG_MBEDTLS_TLS_ENABLED "y") +set(CONFIG_MBEDTLS_PSK_MODES "") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_RSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA "y") +set(CONFIG_MBEDTLS_SSL_RENEGOTIATION "y") +set(CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 "y") +set(CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 "") +set(CONFIG_MBEDTLS_SSL_PROTO_DTLS "") +set(CONFIG_MBEDTLS_SSL_ALPN "y") +set(CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS "y") +set(CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS "y") +set(CONFIG_MBEDTLS_AES_C "y") +set(CONFIG_MBEDTLS_CAMELLIA_C "") +set(CONFIG_MBEDTLS_DES_C "") +set(CONFIG_MBEDTLS_BLOWFISH_C "") +set(CONFIG_MBEDTLS_XTEA_C "") +set(CONFIG_MBEDTLS_CCM_C "y") +set(CONFIG_MBEDTLS_GCM_C "y") +set(CONFIG_MBEDTLS_NIST_KW_C "") +set(CONFIG_MBEDTLS_RIPEMD160_C "") +set(CONFIG_MBEDTLS_PEM_PARSE_C "y") +set(CONFIG_MBEDTLS_PEM_WRITE_C "y") +set(CONFIG_MBEDTLS_X509_CRL_PARSE_C "y") +set(CONFIG_MBEDTLS_X509_CSR_PARSE_C "y") +set(CONFIG_MBEDTLS_ECP_C "y") +set(CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED "y") +set(CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED "y") +set(CONFIG_MBEDTLS_DHM_C "") +set(CONFIG_MBEDTLS_ECDH_C "y") +set(CONFIG_MBEDTLS_ECDSA_C "y") +set(CONFIG_MBEDTLS_ECJPAKE_C "") +set(CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_NIST_OPTIM "y") +set(CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM "") +set(CONFIG_MBEDTLS_POLY1305_C "") +set(CONFIG_MBEDTLS_CHACHA20_C "") +set(CONFIG_MBEDTLS_HKDF_C "") +set(CONFIG_MBEDTLS_THREADING_C "") +set(CONFIG_MBEDTLS_ERROR_STRINGS "y") +set(CONFIG_MBEDTLS_FS_IO "y") +set(CONFIG_MQTT_PROTOCOL_311 "y") +set(CONFIG_MQTT_PROTOCOL_5 "") +set(CONFIG_MQTT_TRANSPORT_SSL "y") +set(CONFIG_MQTT_TRANSPORT_WEBSOCKET "y") +set(CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE "y") +set(CONFIG_MQTT_MSG_ID_INCREMENTAL "") +set(CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED "") +set(CONFIG_MQTT_REPORT_DELETED_MESSAGES "") +set(CONFIG_MQTT_USE_CUSTOM_CONFIG "") +set(CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED "") +set(CONFIG_MQTT_CUSTOM_OUTBOX "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF "y") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CR "y") +set(CONFIG_NEWLIB_NANO_FORMAT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT "y") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE "") +set(CONFIG_NVS_ENCRYPTION "") +set(CONFIG_NVS_ASSERT_ERROR_CHECK "") +set(CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY "") +set(CONFIG_OPENTHREAD_ENABLED "") +set(CONFIG_OPENTHREAD_SPINEL_ONLY "") +set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 "y") +set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 "y") +set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 "y") +set(CONFIG_PTHREAD_TASK_PRIO_DEFAULT "5") +set(CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT "3072") +set(CONFIG_PTHREAD_STACK_MIN "768") +set(CONFIG_PTHREAD_TASK_CORE_DEFAULT "-1") +set(CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread") +set(CONFIG_MMU_PAGE_SIZE_64KB "y") +set(CONFIG_MMU_PAGE_MODE "64KB") +set(CONFIG_MMU_PAGE_SIZE "0x10000") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") +set(CONFIG_SPI_FLASH_AUTO_SUSPEND "") +set(CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US "50") +set(CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND "") +set(CONFIG_SPI_FLASH_VERIFY_WRITE "") +set(CONFIG_SPI_FLASH_ENABLE_COUNTERS "") +set(CONFIG_SPI_FLASH_ROM_DRIVER_PATCH "y") +set(CONFIG_SPI_FLASH_ROM_IMPL "") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS "y") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS "") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED "") +set(CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE "") +set(CONFIG_SPI_FLASH_YIELD_DURING_ERASE "y") +set(CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS "20") +set(CONFIG_SPI_FLASH_ERASE_YIELD_TICKS "1") +set(CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE "8192") +set(CONFIG_SPI_FLASH_SIZE_OVERRIDE "") +set(CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED "") +set(CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST "") +set(CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED "y") +set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "") +set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") +set(CONFIG_SPIFFS_MAX_PARTITIONS "3") +set(CONFIG_SPIFFS_CACHE "y") +set(CONFIG_SPIFFS_CACHE_WR "y") +set(CONFIG_SPIFFS_CACHE_STATS "") +set(CONFIG_SPIFFS_PAGE_CHECK "y") +set(CONFIG_SPIFFS_GC_MAX_RUNS "10") +set(CONFIG_SPIFFS_GC_STATS "") +set(CONFIG_SPIFFS_PAGE_SIZE "256") +set(CONFIG_SPIFFS_OBJ_NAME_LEN "32") +set(CONFIG_SPIFFS_FOLLOW_SYMLINKS "") +set(CONFIG_SPIFFS_USE_MAGIC "y") +set(CONFIG_SPIFFS_USE_MAGIC_LENGTH "y") +set(CONFIG_SPIFFS_META_LENGTH "4") +set(CONFIG_SPIFFS_USE_MTIME "y") +set(CONFIG_SPIFFS_DBG "") +set(CONFIG_SPIFFS_API_DBG "") +set(CONFIG_SPIFFS_GC_DBG "") +set(CONFIG_SPIFFS_CACHE_DBG "") +set(CONFIG_SPIFFS_CHECK_DBG "") +set(CONFIG_SPIFFS_TEST_VISUALISATION "") +set(CONFIG_WS_TRANSPORT "y") +set(CONFIG_WS_BUFFER_SIZE "1024") +set(CONFIG_WS_DYNAMIC_BUFFER "") +set(CONFIG_ULP_COPROC_ENABLED "") +set(CONFIG_UNITY_ENABLE_FLOAT "y") +set(CONFIG_UNITY_ENABLE_DOUBLE "y") +set(CONFIG_UNITY_ENABLE_64BIT "") +set(CONFIG_UNITY_ENABLE_COLOR "") +set(CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER "y") +set(CONFIG_UNITY_ENABLE_FIXTURE "") +set(CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL "") +set(CONFIG_VFS_SUPPORT_IO "y") +set(CONFIG_VFS_SUPPORT_DIR "y") +set(CONFIG_VFS_SUPPORT_SELECT "y") +set(CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT "y") +set(CONFIG_VFS_SELECT_IN_RAM "") +set(CONFIG_VFS_SUPPORT_TERMIOS "y") +set(CONFIG_VFS_MAX_COUNT "8") +set(CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS "1") +set(CONFIG_VFS_INITIALIZE_DEV_NULL "y") +set(CONFIG_WL_SECTOR_SIZE_512 "") +set(CONFIG_WL_SECTOR_SIZE_4096 "y") +set(CONFIG_WL_SECTOR_SIZE "4096") +set(CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES "16") +set(CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT "30") +set(CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN "y") +set(CONFIG_WIFI_PROV_STA_FAST_SCAN "") +set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") +set(CONFIGS_LIST CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DEDICATED_GPIO_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_GDMA_SUPPORTED;CONFIG_SOC_AHB_GDMA_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_PCNT_SUPPORTED;CONFIG_SOC_MCPWM_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_ETM_SUPPORTED;CONFIG_SOC_PARLIO_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_IEEE802154_SUPPORTED;CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED;CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED;CONFIG_SOC_TEMP_SENSOR_SUPPORTED;CONFIG_SOC_PHY_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SUPPORTS_SECURE_DL_MODE;CONFIG_SOC_ULP_SUPPORTED;CONFIG_SOC_LP_CORE_SUPPORTED;CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD;CONFIG_SOC_EFUSE_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SYSTIMER_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_HMAC_SUPPORTED;CONFIG_SOC_DIG_SIGN_SUPPORTED;CONFIG_SOC_ECC_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_SDIO_SLAVE_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_APM_SUPPORTED;CONFIG_SOC_PMU_SUPPORTED;CONFIG_SOC_PAU_SUPPORTED;CONFIG_SOC_LP_TIMER_SUPPORTED;CONFIG_SOC_LP_AON_SUPPORTED;CONFIG_SOC_LP_PERIPHERALS_SUPPORTED;CONFIG_SOC_LP_I2C_SUPPORTED;CONFIG_SOC_ULP_LP_UART_SUPPORTED;CONFIG_SOC_CLK_TREE_SUPPORTED;CONFIG_SOC_ASSIST_DEBUG_SUPPORTED;CONFIG_SOC_WDT_SUPPORTED;CONFIG_SOC_SPI_FLASH_SUPPORTED;CONFIG_SOC_RNG_SUPPORTED;CONFIG_SOC_LIGHT_SLEEP_SUPPORTED;CONFIG_SOC_DEEP_SLEEP_SUPPORTED;CONFIG_SOC_MODEM_CLOCK_SUPPORTED;CONFIG_SOC_PM_SUPPORTED;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_AES_SUPPORT_DMA;CONFIG_SOC_AES_GDMA;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED;CONFIG_SOC_ADC_MONITOR_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM;CONFIG_SOC_ADC_DIGI_MONITOR_NUM;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED;CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED;CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED;CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR;CONFIG_SOC_ADC_SHARED_POWER;CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_CACHE_FREEZE_SUPPORTED;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC;CONFIG_SOC_INT_PLIC_SUPPORTED;CONFIG_SOC_CPU_HAS_CSR_PC;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_CPU_HAS_PMA;CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP;CONFIG_SOC_CPU_PMP_REGION_GRANULARITY;CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN;CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH;CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US;CONFIG_SOC_AHB_GDMA_VERSION;CONFIG_SOC_GDMA_NUM_GROUPS_MAX;CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX;CONFIG_SOC_GDMA_SUPPORT_ETM;CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_ETM_GROUPS;CONFIG_SOC_ETM_CHANNELS_PER_GROUP;CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER;CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM;CONFIG_SOC_GPIO_SUPPORT_ETM;CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT;CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP;CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD;CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP;CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP;CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX;CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE;CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED;CONFIG_SOC_RTCIO_HOLD_SUPPORTED;CONFIG_SOC_RTCIO_WAKE_SUPPORTED;CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM;CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM;CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE;CONFIG_SOC_I2C_NUM;CONFIG_SOC_HP_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST;CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS;CONFIG_SOC_I2C_SUPPORT_XTAL;CONFIG_SOC_I2C_SUPPORT_RTC;CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR;CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST;CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE;CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS;CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH;CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_LP_I2C_NUM;CONFIG_SOC_LP_I2C_FIFO_LEN;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_2;CONFIG_SOC_I2S_SUPPORTS_ETM;CONFIG_SOC_I2S_SUPPORTS_XTAL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PCM;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_TDM;CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK;CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK;CONFIG_SOC_LEDC_TIMER_NUM;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_FADE_STOP;CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED;CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX;CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE;CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MMU_DI_VADDR_SHARED;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_PCNT_GROUPS;CONFIG_SOC_PCNT_UNITS_PER_GROUP;CONFIG_SOC_PCNT_CHANNELS_PER_UNIT;CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT;CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE;CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG;CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION;CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP;CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO;CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY;CONFIG_SOC_RMT_SUPPORT_XTAL;CONFIG_SOC_RMT_SUPPORT_RC_FAST;CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MCPWM_GROUPS;CONFIG_SOC_MCPWM_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP;CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR;CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER;CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP;CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE;CONFIG_SOC_MCPWM_SUPPORT_ETM;CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP;CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_PARLIO_GROUPS;CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP;CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP;CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH;CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH;CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT;CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MPI_MEM_BLOCKS_NUM;CONFIG_SOC_MPI_OPERATIONS_NUM;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE;CONFIG_SOC_SHA_SUPPORT_DMA;CONFIG_SOC_SHA_SUPPORT_RESUME;CONFIG_SOC_SHA_GDMA;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA224;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M;CONFIG_SOC_SDM_CLK_SUPPORT_XTAL;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_SUPPORT_DDRCLK;CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS;CONFIG_SOC_SPI_SUPPORT_CD_SIG;CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS;CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2;CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_SPI_SUPPORT_CLK_XTAL;CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M;CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST;CONFIG_SOC_SPI_SCT_SUPPORTED;CONFIG_SOC_SPI_SCT_REG_NUM;CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX;CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX;CONFIG_SOC_MEMSPI_IS_INDEPENDENT;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME;CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR;CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS;CONFIG_SOC_SPI_MEM_SUPPORT_WRAP;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_SYSTIMER_COUNTER_NUM;CONFIG_SOC_SYSTIMER_ALARM_NUM;CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO;CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI;CONFIG_SOC_SYSTIMER_FIXED_DIVIDER;CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST;CONFIG_SOC_SYSTIMER_INT_LEVEL;CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE;CONFIG_SOC_SYSTIMER_SUPPORT_ETM;CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO;CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL;CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_TIMER_SUPPORT_ETM;CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_MWDT_SUPPORT_XTAL;CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_BRP_MAX;CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS;CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE;CONFIG_SOC_EFUSE_DIS_PAD_JTAG;CONFIG_SOC_EFUSE_DIS_USB_JTAG;CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT;CONFIG_SOC_EFUSE_SOFT_DIS_JTAG;CONFIG_SOC_EFUSE_DIS_ICACHE;CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK;CONFIG_SOC_SECURE_BOOT_V2_RSA;CONFIG_SOC_SECURE_BOOT_V2_ECC;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS;CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128;CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED;CONFIG_SOC_APM_LP_APM0_SUPPORTED;CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_HP_NUM;CONFIG_SOC_UART_LP_NUM;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_LP_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK;CONFIG_SOC_UART_SUPPORT_RTC_CLK;CONFIG_SOC_UART_SUPPORT_XTAL_CLK;CONFIG_SOC_UART_SUPPORT_WAKEUP_INT;CONFIG_SOC_UART_HAS_LP_UART;CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND;CONFIG_SOC_COEX_HW_PTI;CONFIG_SOC_EXTERNAL_COEX_ADVANCE;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH;CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP;CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP;CONFIG_SOC_PM_SUPPORT_BT_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN;CONFIG_SOC_PM_SUPPORT_CPU_PD;CONFIG_SOC_PM_SUPPORT_MODEM_PD;CONFIG_SOC_PM_SUPPORT_XTAL32K_PD;CONFIG_SOC_PM_SUPPORT_RC32K_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_TOP_PD;CONFIG_SOC_PM_SUPPORT_HP_AON_PD;CONFIG_SOC_PM_SUPPORT_MAC_BB_PD;CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD;CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE;CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY;CONFIG_SOC_PM_CPU_RETENTION_BY_SW;CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA;CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG;CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN;CONFIG_SOC_PM_PAU_LINK_NUM;CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR;CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC;CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE;CONFIG_SOC_PM_RETENTION_MODULE_NUM;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED;CONFIG_SOC_CLK_RC32K_SUPPORTED;CONFIG_SOC_RCC_IS_INDEPENDENT;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL;CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION;CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN;CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT;CONFIG_SOC_WIFI_HW_TSF;CONFIG_SOC_WIFI_FTM_SUPPORT;CONFIG_SOC_WIFI_GCMP_SUPPORT;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_HE_SUPPORT;CONFIG_SOC_WIFI_MAC_VERSION_NUM;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_ESP_NIMBLE_CONTROLLER;CONFIG_SOC_BLE_50_SUPPORTED;CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED;CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED;CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION;CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD;CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR;CONFIG_SOC_LP_CORE_SUPPORT_ETM;CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS;CONFIG_IDF_CMAKE;CONFIG_IDF_TOOLCHAIN;CONFIG_IDF_TOOLCHAIN_GCC;CONFIG_IDF_TARGET_ARCH_RISCV;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_INIT_VERSION;CONFIG_IDF_TARGET_ESP32C6;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_BOOTLOADER_COMPILE_TIME_DATE;CONFIG_BOOTLOADER_PROJECT_VER;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_LOG_COLORS;CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED;CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED;CONFIG_SECURE_BOOT_V2_PREFERRED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_SECURE_ROM_DL_MODE_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_UART_CLK_IS_XTAL;CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM;CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING;CONFIG_ESP_ROM_GET_CLK_FREQ;CONFIG_ESP_ROM_HAS_RVFPLIB;CONFIG_ESP_ROM_HAS_HAL_WDT;CONFIG_ESP_ROM_HAS_HAL_SYSTIMER;CONFIG_ESP_ROM_HAS_HEAP_TLSF;CONFIG_ESP_ROM_TLSF_CHECK_PATCH;CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH;CONFIG_ESP_ROM_HAS_LAYOUT_TABLE;CONFIG_ESP_ROM_HAS_SPI_FLASH;CONFIG_ESP_ROM_HAS_REGI2C_BUG;CONFIG_ESP_ROM_HAS_NEWLIB;CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT;CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE;CONFIG_ESP_ROM_WDT_INIT_PATCH;CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE;CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT;CONFIG_ESP_ROM_HAS_SW_FLOAT;CONFIG_ESP_ROM_USB_OTG_NUM;CONFIG_ESP_ROM_HAS_VERSION;CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB;CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC;CONFIG_BOOT_ROM_LOG_ALWAYS_ON;CONFIG_BOOT_ROM_LOG_ALWAYS_OFF;CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH;CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_TWO_OTA_LARGE;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEBUG;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_NO_MERGE_CONSTANTS;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS;CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DISABLE_GCC13_WARNINGS;CONFIG_COMPILER_DISABLE_GCC14_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_COMPILER_RT_LIB_GCCLIB;CONFIG_COMPILER_RT_LIB_NAME;CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING;CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE;CONFIG_COMPILER_STATIC_ANALYZER;CONFIG_APPTRACE_DEST_JTAG;CONFIG_ESP32_APPTRACE_DEST_TRAX;CONFIG_APPTRACE_DEST_NONE;CONFIG_ESP32_APPTRACE_DEST_NONE;CONFIG_APPTRACE_DEST_UART1;CONFIG_APPTRACE_DEST_UART2;CONFIG_APPTRACE_DEST_UART_NONE;CONFIG_APPTRACE_UART_TASK_PRIO;CONFIG_APPTRACE_LOCK_ENABLE;CONFIG_ESP32_APPTRACE_LOCK_ENABLE;CONFIG_BT_ENABLED;CONFIG_BT_ALARM_MAX_NUM;CONFIG_CONSOLE_SORTED_HELP;CONFIG_TWAI_ISR_IN_IRAM;CONFIG_ADC_SUPPRESS_DEPRECATE_WARN;CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN;CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN;CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN;CONFIG_RMT_SUPPRESS_DEPRECATE_WARN;CONFIG_I2S_SUPPRESS_DEPRECATE_WARN;CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN;CONFIG_SDM_SUPPRESS_DEPRECATE_WARN;CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_USE_DS_PERIPHERAL;CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK;CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP_TLS_INSECURE;CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM;CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE;CONFIG_ADC_ENABLE_DEBUG_LOG;CONFIG_ESP_COEX_ENABLED;CONFIG_ESP_COEX_SW_COEXIST_ENABLE;CONFIG_SW_COEXIST_ENABLE;CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE;CONFIG_ESP_WIFI_SW_COEXIST_ENABLE;CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE;CONFIG_EXTERNAL_COEX_ENABLE;CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE;CONFIG_ESP_COEX_POWER_MANAGEMENT;CONFIG_ESP_COEX_GPIO_DEBUG;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_GPIO_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM;CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_IRAM_SAFE;CONFIG_GPTIMER_ENABLE_DEBUG_LOG;CONFIG_I2C_ISR_IRAM_SAFE;CONFIG_I2C_ENABLE_DEBUG_LOG;CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2;CONFIG_I2S_ISR_IRAM_SAFE;CONFIG_I2S_ENABLE_DEBUG_LOG;CONFIG_LEDC_CTRL_FUNC_IN_IRAM;CONFIG_MCPWM_ISR_IRAM_SAFE;CONFIG_MCPWM_ISR_IN_IRAM;CONFIG_MCPWM_CTRL_FUNC_IN_IRAM;CONFIG_MCPWM_ENABLE_DEBUG_LOG;CONFIG_PARLIO_ENABLE_DEBUG_LOG;CONFIG_PARLIO_ISR_IRAM_SAFE;CONFIG_PCNT_CTRL_FUNC_IN_IRAM;CONFIG_PCNT_ISR_IRAM_SAFE;CONFIG_PCNT_ENABLE_DEBUG_LOG;CONFIG_RMT_ISR_IRAM_SAFE;CONFIG_RMT_RECV_FUNC_IN_IRAM;CONFIG_RMT_ENABLE_DEBUG_LOG;CONFIG_SDM_CTRL_FUNC_IN_IRAM;CONFIG_SDM_ENABLE_DEBUG_LOG;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG;CONFIG_TEMP_SENSOR_ISR_IRAM_SAFE;CONFIG_UART_ISR_IN_IRAM;CONFIG_USJ_ENABLE_USB_SERIAL_JTAG;CONFIG_ETH_ENABLED;CONFIG_ETH_USE_SPI_ETHERNET;CONFIG_ETH_SPI_ETHERNET_DM9051;CONFIG_ETH_SPI_ETHERNET_W5500;CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL;CONFIG_ETH_USE_OPENETH;CONFIG_ETH_TRANSMIT_MUTEX;CONFIG_ESP_EVENT_LOOP_PROFILING;CONFIG_EVENT_LOOP_PROFILING;CONFIG_ESP_EVENT_POST_FROM_ISR;CONFIG_POST_EVENTS_FROM_ISR;CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR;CONFIG_POST_EVENTS_FROM_IRAM_ISR;CONFIG_ESP_GDBSTUB_ENABLED;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_GDBSTUB_SUPPORT_TASKS;CONFIG_GDBSTUB_SUPPORT_TASKS;CONFIG_ESP_GDBSTUB_MAX_TASKS;CONFIG_GDBSTUB_MAX_TASKS;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT;CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT;CONFIG_HTTPD_MAX_REQ_HDR_LEN;CONFIG_HTTPD_MAX_URI_LEN;CONFIG_HTTPD_ERR_RESP_NO_DELAY;CONFIG_HTTPD_PURGE_BUF_LEN;CONFIG_HTTPD_LOG_PURGE_DATA;CONFIG_HTTPD_WS_SUPPORT;CONFIG_HTTPD_QUEUE_WORK_BLOCKING;CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT;CONFIG_ESP_HTTPS_OTA_DECRYPT_CB;CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT;CONFIG_ESP32C6_REV_MIN_0;CONFIG_ESP32C6_REV_MIN_1;CONFIG_ESP32C6_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32C6_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_ETM_ENABLE_DEBUG_LOG;CONFIG_GDMA_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_ISR_IRAM_SAFE;CONFIG_GDMA_ENABLE_DEBUG_LOG;CONFIG_XTAL_FREQ_40;CONFIG_XTAL_FREQ;CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM;CONFIG_LCD_ENABLE_DEBUG_LOG;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API;CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC;CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS;CONFIG_ESP_NETIF_L2_TAP;CONFIG_ESP_NETIF_BRIDGE_EN;CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF;CONFIG_ESP_PHY_ENABLED;CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP_PHY_MAX_TX_POWER;CONFIG_ESP32_PHY_MAX_TX_POWER;CONFIG_ESP_PHY_REDUCE_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_ESP_PHY_ENABLE_CERT_TEST;CONFIG_ESP_PHY_RF_CAL_PARTIAL;CONFIG_ESP_PHY_RF_CAL_NONE;CONFIG_ESP_PHY_RF_CAL_FULL;CONFIG_ESP_PHY_CALIBRATION_MODE;CONFIG_ESP_PHY_PLL_TRACK_DEBUG;CONFIG_ESP_PHY_RECORD_USED_TIME;CONFIG_PM_ENABLE;CONFIG_PM_SLP_IRAM_OPT;CONFIG_PM_SLP_DEFAULT_PARAMS_OPT;CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP;CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU;CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP;CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH;CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_120;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE;CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK;CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP;CONFIG_ESP_SYSTEM_USE_EH_FRAME;CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT;CONFIG_ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_SECONDARY_NONE;CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_INCLUDE_OCD_STUB_BINS;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_SYSTEM_HW_STACK_GUARD;CONFIG_ESP_SYSTEM_BBPLL_RECALIB;CONFIG_ESP_SYSTEM_HW_PC_RECORD;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_TIMER_PROFILING;CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER;CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER;CONFIG_ESP_TIMER_TASK_STACK_SIZE;CONFIG_TIMER_TASK_STACK_SIZE;CONFIG_ESP_TIMER_INTERRUPT_LEVEL;CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL;CONFIG_ESP_TIMER_TASK_AFFINITY;CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0;CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0;CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD;CONFIG_ESP_TIMER_IMPL_SYSTIMER;CONFIG_ESP_WIFI_ENABLED;CONFIG_ESP32_WIFI_ENABLED;CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_TX_BUFFER;CONFIG_ESP32_WIFI_STATIC_TX_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP_WIFI_TX_BUFFER_TYPE;CONFIG_ESP32_WIFI_TX_BUFFER_TYPE;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF;CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF;CONFIG_ESP_WIFI_CSI_ENABLED;CONFIG_ESP32_WIFI_CSI_ENABLED;CONFIG_ESP_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP_WIFI_TX_BA_WIN;CONFIG_ESP32_WIFI_TX_BA_WIN;CONFIG_ESP_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP_WIFI_NVS_ENABLED;CONFIG_ESP32_WIFI_NVS_ENABLED;CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP_WIFI_MGMT_SBUF_NUM;CONFIG_ESP32_WIFI_MGMT_SBUF_NUM;CONFIG_ESP_WIFI_IRAM_OPT;CONFIG_ESP32_WIFI_IRAM_OPT;CONFIG_ESP_WIFI_EXTRA_IRAM_OPT;CONFIG_ESP_WIFI_RX_IRAM_OPT;CONFIG_ESP32_WIFI_RX_IRAM_OPT;CONFIG_ESP_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP_WIFI_ENABLE_SAE_PK;CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT;CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP_WIFI_SLP_IRAM_OPT;CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME;CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME;CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME;CONFIG_ESP_WIFI_FTM_ENABLE;CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE;CONFIG_ESP_WIFI_GCMP_SUPPORT;CONFIG_ESP_WIFI_GMAC_SUPPORT;CONFIG_ESP_WIFI_SOFTAP_SUPPORT;CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT;CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM;CONFIG_ESP_WIFI_MBEDTLS_CRYPTO;CONFIG_WPA_MBEDTLS_CRYPTO;CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT;CONFIG_WPA_MBEDTLS_TLS_CLIENT;CONFIG_ESP_WIFI_WAPI_PSK;CONFIG_WPA_WAPI_PSK;CONFIG_ESP_WIFI_SUITE_B_192;CONFIG_WPA_SUITE_B_192;CONFIG_ESP_WIFI_11KV_SUPPORT;CONFIG_WPA_11KV_SUPPORT;CONFIG_ESP_WIFI_MBO_SUPPORT;CONFIG_WPA_MBO_SUPPORT;CONFIG_ESP_WIFI_DPP_SUPPORT;CONFIG_WPA_DPP_SUPPORT;CONFIG_ESP_WIFI_11R_SUPPORT;CONFIG_WPA_11R_SUPPORT;CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR;CONFIG_WPA_WPS_SOFTAP_REGISTRAR;CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS;CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS;CONFIG_ESP_WIFI_TX_HETB_QUEUE_NUM;CONFIG_ESP_WIFI_WPS_STRICT;CONFIG_WPA_WPS_STRICT;CONFIG_ESP_WIFI_WPS_PASSPHRASE;CONFIG_ESP_WIFI_DEBUG_PRINT;CONFIG_WPA_DEBUG_PRINT;CONFIG_ESP_WIFI_TESTING_OPTIONS;CONFIG_WPA_TESTING_OPTIONS;CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT;CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER;CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH;CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH;CONFIG_ESP_COREDUMP_ENABLE_TO_UART;CONFIG_ESP32_ENABLE_COREDUMP_TO_UART;CONFIG_ESP_COREDUMP_ENABLE_TO_NONE;CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE;CONFIG_FATFS_VOLUME_COUNT;CONFIG_FATFS_LFN_NONE;CONFIG_FATFS_LFN_HEAP;CONFIG_FATFS_LFN_STACK;CONFIG_FATFS_SECTOR_512;CONFIG_FATFS_SECTOR_4096;CONFIG_FATFS_CODEPAGE_DYNAMIC;CONFIG_FATFS_CODEPAGE_437;CONFIG_FATFS_CODEPAGE_720;CONFIG_FATFS_CODEPAGE_737;CONFIG_FATFS_CODEPAGE_771;CONFIG_FATFS_CODEPAGE_775;CONFIG_FATFS_CODEPAGE_850;CONFIG_FATFS_CODEPAGE_852;CONFIG_FATFS_CODEPAGE_855;CONFIG_FATFS_CODEPAGE_857;CONFIG_FATFS_CODEPAGE_860;CONFIG_FATFS_CODEPAGE_861;CONFIG_FATFS_CODEPAGE_862;CONFIG_FATFS_CODEPAGE_863;CONFIG_FATFS_CODEPAGE_864;CONFIG_FATFS_CODEPAGE_865;CONFIG_FATFS_CODEPAGE_866;CONFIG_FATFS_CODEPAGE_869;CONFIG_FATFS_CODEPAGE_932;CONFIG_FATFS_CODEPAGE_936;CONFIG_FATFS_CODEPAGE_949;CONFIG_FATFS_CODEPAGE_950;CONFIG_FATFS_CODEPAGE;CONFIG_FATFS_FS_LOCK;CONFIG_FATFS_TIMEOUT_MS;CONFIG_FATFS_PER_FILE_CACHE;CONFIG_FATFS_USE_FASTSEEK;CONFIG_FATFS_USE_STRFUNC_NONE;CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV;CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV;CONFIG_FATFS_VFS_FSTAT_BLKSIZE;CONFIG_FATFS_IMMEDIATE_FSYNC;CONFIG_FATFS_USE_LABEL;CONFIG_FATFS_LINK_LOCK;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_OPTIMIZED_SCHEDULER;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_USE_TIMERS;CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME;CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0;CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY;CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3;CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_PORT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_NUMBER_OF_CORES;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_HAL_SYSTIMER_USE_ROM_IMPL;CONFIG_HAL_WDT_USE_ROM_IMPL;CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM;CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM;CONFIG_HAL_ECDSA_GEN_SIG_CM;CONFIG_HEAP_POISONING_DISABLED;CONFIG_HEAP_POISONING_LIGHT;CONFIG_HEAP_POISONING_COMPREHENSIVE;CONFIG_HEAP_TRACING_OFF;CONFIG_HEAP_TRACING_STANDALONE;CONFIG_HEAP_TRACING_TOHOST;CONFIG_HEAP_USE_HOOKS;CONFIG_HEAP_TASK_TRACKING;CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS;CONFIG_HEAP_TLSF_USE_ROM_IMPL;CONFIG_IEEE802154_ENABLED;CONFIG_IEEE802154_RX_BUFFER_SIZE;CONFIG_IEEE802154_CCA_CARRIER;CONFIG_IEEE802154_CCA_ED;CONFIG_IEEE802154_CCA_CARRIER_OR_ED;CONFIG_IEEE802154_CCA_CARRIER_AND_ED;CONFIG_IEEE802154_CCA_MODE;CONFIG_IEEE802154_CCA_THRESHOLD;CONFIG_IEEE802154_PENDING_TABLE_SIZE;CONFIG_IEEE802154_MULTI_PAN_ENABLE;CONFIG_IEEE802154_TIMING_OPTIMIZATION;CONFIG_IEEE802154_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_MASTER_LEVEL;CONFIG_LOG_DYNAMIC_LEVEL_CONTROL;CONFIG_LOG_TAG_LEVEL_IMPL_NONE;CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY;CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_ENABLE;CONFIG_LWIP_LOCAL_HOSTNAME;CONFIG_LWIP_NETIF_API;CONFIG_LWIP_TCPIP_TASK_PRIO;CONFIG_LWIP_TCPIP_CORE_LOCKING;CONFIG_LWIP_CHECK_THREAD_SAFETY;CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES;CONFIG_LWIP_L2_TO_L3_COPY;CONFIG_L2_TO_L3_COPY;CONFIG_LWIP_IRAM_OPTIMIZATION;CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION;CONFIG_LWIP_TIMERS_ONDEMAND;CONFIG_LWIP_ND6;CONFIG_LWIP_FORCE_ROUTER_FORWARDING;CONFIG_LWIP_MAX_SOCKETS;CONFIG_LWIP_USE_ONLY_LWIP_SELECT;CONFIG_LWIP_SO_LINGER;CONFIG_LWIP_SO_REUSE;CONFIG_LWIP_SO_REUSE_RXTOALL;CONFIG_LWIP_SO_RCVBUF;CONFIG_LWIP_NETBUF_RECVINFO;CONFIG_LWIP_IP_DEFAULT_TTL;CONFIG_LWIP_IP4_FRAG;CONFIG_LWIP_IP6_FRAG;CONFIG_LWIP_IP4_REASSEMBLY;CONFIG_LWIP_IP6_REASSEMBLY;CONFIG_LWIP_IP_REASS_MAX_PBUFS;CONFIG_LWIP_IP_FORWARD;CONFIG_LWIP_STATS;CONFIG_LWIP_ESP_GRATUITOUS_ARP;CONFIG_ESP_GRATUITOUS_ARP;CONFIG_LWIP_GARP_TMR_INTERVAL;CONFIG_GARP_TMR_INTERVAL;CONFIG_LWIP_ESP_MLDV6_REPORT;CONFIG_LWIP_MLDV6_TMR_INTERVAL;CONFIG_LWIP_TCPIP_RECVMBOX_SIZE;CONFIG_TCPIP_RECVMBOX_SIZE;CONFIG_LWIP_DHCP_DOES_ARP_CHECK;CONFIG_LWIP_DHCP_DOES_ACD_CHECK;CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP;CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID;CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID;CONFIG_LWIP_DHCP_RESTORE_LAST_IP;CONFIG_LWIP_DHCP_OPTIONS_LEN;CONFIG_LWIP_NUM_NETIF_CLIENT_DATA;CONFIG_LWIP_DHCP_COARSE_TIMER_SECS;CONFIG_LWIP_DHCPS;CONFIG_LWIP_DHCPS_LEASE_UNIT;CONFIG_LWIP_DHCPS_MAX_STATION_NUM;CONFIG_LWIP_DHCPS_STATIC_ENTRIES;CONFIG_LWIP_DHCPS_ADD_DNS;CONFIG_LWIP_AUTOIP;CONFIG_LWIP_IPV4;CONFIG_LWIP_IPV6;CONFIG_LWIP_IPV6_AUTOCONFIG;CONFIG_LWIP_IPV6_NUM_ADDRESSES;CONFIG_LWIP_IPV6_FORWARD;CONFIG_LWIP_NETIF_STATUS_CALLBACK;CONFIG_LWIP_NETIF_LOOPBACK;CONFIG_LWIP_LOOPBACK_MAX_PBUFS;CONFIG_LWIP_MAX_ACTIVE_TCP;CONFIG_LWIP_MAX_LISTENING_TCP;CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION;CONFIG_LWIP_TCP_MAXRTX;CONFIG_TCP_MAXRTX;CONFIG_LWIP_TCP_SYNMAXRTX;CONFIG_TCP_SYNMAXRTX;CONFIG_LWIP_TCP_MSS;CONFIG_TCP_MSS;CONFIG_LWIP_TCP_TMR_INTERVAL;CONFIG_LWIP_TCP_MSL;CONFIG_TCP_MSL;CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT;CONFIG_LWIP_TCP_SND_BUF_DEFAULT;CONFIG_TCP_SND_BUF_DEFAULT;CONFIG_LWIP_TCP_WND_DEFAULT;CONFIG_TCP_WND_DEFAULT;CONFIG_LWIP_TCP_RECVMBOX_SIZE;CONFIG_TCP_RECVMBOX_SIZE;CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE;CONFIG_LWIP_TCP_QUEUE_OOSEQ;CONFIG_TCP_QUEUE_OOSEQ;CONFIG_LWIP_TCP_OOSEQ_TIMEOUT;CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS;CONFIG_LWIP_TCP_SACK_OUT;CONFIG_LWIP_TCP_OVERSIZE_MSS;CONFIG_TCP_OVERSIZE_MSS;CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS;CONFIG_TCP_OVERSIZE_QUARTER_MSS;CONFIG_LWIP_TCP_OVERSIZE_DISABLE;CONFIG_TCP_OVERSIZE_DISABLE;CONFIG_LWIP_TCP_RTO_TIME;CONFIG_LWIP_MAX_UDP_PCBS;CONFIG_LWIP_UDP_RECVMBOX_SIZE;CONFIG_UDP_RECVMBOX_SIZE;CONFIG_LWIP_CHECKSUM_CHECK_IP;CONFIG_LWIP_CHECKSUM_CHECK_UDP;CONFIG_LWIP_CHECKSUM_CHECK_ICMP;CONFIG_LWIP_TCPIP_TASK_STACK_SIZE;CONFIG_TCPIP_TASK_STACK_SIZE;CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0;CONFIG_TCPIP_TASK_AFFINITY_CPU0;CONFIG_LWIP_TCPIP_TASK_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE;CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS;CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES;CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS;CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS;CONFIG_LWIP_PPP_SUPPORT;CONFIG_PPP_SUPPORT;CONFIG_LWIP_SLIP_SUPPORT;CONFIG_LWIP_ICMP;CONFIG_LWIP_MULTICAST_PING;CONFIG_LWIP_BROADCAST_PING;CONFIG_LWIP_MAX_RAW_PCBS;CONFIG_LWIP_SNTP_MAX_SERVERS;CONFIG_LWIP_DHCP_GET_NTP_SRV;CONFIG_LWIP_SNTP_UPDATE_DELAY;CONFIG_LWIP_SNTP_STARTUP_DELAY;CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY;CONFIG_LWIP_DNS_MAX_HOST_IP;CONFIG_LWIP_DNS_MAX_SERVERS;CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT;CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF;CONFIG_LWIP_BRIDGEIF_MAX_PORTS;CONFIG_LWIP_ESP_LWIP_ASSERT;CONFIG_LWIP_HOOK_TCP_ISN_NONE;CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT;CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM;CONFIG_LWIP_HOOK_IP6_ROUTE_NONE;CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT;CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM;CONFIG_LWIP_HOOK_ND6_GET_GW_NONE;CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT;CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_IP6_INPUT_NONE;CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT;CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM;CONFIG_LWIP_DEBUG;CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC;CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC;CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC;CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN;CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN;CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN;CONFIG_MBEDTLS_DYNAMIC_BUFFER;CONFIG_MBEDTLS_DEBUG;CONFIG_MBEDTLS_SSL_PROTO_TLS1_3;CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH;CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK;CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION;CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE;CONFIG_MBEDTLS_PKCS7_C;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE;CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_AES_USE_INTERRUPT;CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL;CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI;CONFIG_MBEDTLS_MPI_USE_INTERRUPT;CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL;CONFIG_MBEDTLS_HARDWARE_SHA;CONFIG_MBEDTLS_HARDWARE_ECC;CONFIG_MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK;CONFIG_MBEDTLS_ROM_MD5;CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN;CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY;CONFIG_MBEDTLS_HAVE_TIME;CONFIG_MBEDTLS_PLATFORM_TIME_ALT;CONFIG_MBEDTLS_HAVE_TIME_DATE;CONFIG_MBEDTLS_ECDSA_DETERMINISTIC;CONFIG_MBEDTLS_SHA512_C;CONFIG_MBEDTLS_SHA3_C;CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT;CONFIG_MBEDTLS_TLS_SERVER_ONLY;CONFIG_MBEDTLS_TLS_CLIENT_ONLY;CONFIG_MBEDTLS_TLS_DISABLED;CONFIG_MBEDTLS_TLS_SERVER;CONFIG_MBEDTLS_TLS_CLIENT;CONFIG_MBEDTLS_TLS_ENABLED;CONFIG_MBEDTLS_PSK_MODES;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA;CONFIG_MBEDTLS_SSL_RENEGOTIATION;CONFIG_MBEDTLS_SSL_PROTO_TLS1_2;CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1;CONFIG_MBEDTLS_SSL_PROTO_DTLS;CONFIG_MBEDTLS_SSL_ALPN;CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_AES_C;CONFIG_MBEDTLS_CAMELLIA_C;CONFIG_MBEDTLS_DES_C;CONFIG_MBEDTLS_BLOWFISH_C;CONFIG_MBEDTLS_XTEA_C;CONFIG_MBEDTLS_CCM_C;CONFIG_MBEDTLS_GCM_C;CONFIG_MBEDTLS_NIST_KW_C;CONFIG_MBEDTLS_RIPEMD160_C;CONFIG_MBEDTLS_PEM_PARSE_C;CONFIG_MBEDTLS_PEM_WRITE_C;CONFIG_MBEDTLS_X509_CRL_PARSE_C;CONFIG_MBEDTLS_X509_CSR_PARSE_C;CONFIG_MBEDTLS_ECP_C;CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED;CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED;CONFIG_MBEDTLS_DHM_C;CONFIG_MBEDTLS_ECDH_C;CONFIG_MBEDTLS_ECDSA_C;CONFIG_MBEDTLS_ECJPAKE_C;CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED;CONFIG_MBEDTLS_ECP_NIST_OPTIM;CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM;CONFIG_MBEDTLS_POLY1305_C;CONFIG_MBEDTLS_CHACHA20_C;CONFIG_MBEDTLS_HKDF_C;CONFIG_MBEDTLS_THREADING_C;CONFIG_MBEDTLS_ERROR_STRINGS;CONFIG_MBEDTLS_FS_IO;CONFIG_MQTT_PROTOCOL_311;CONFIG_MQTT_PROTOCOL_5;CONFIG_MQTT_TRANSPORT_SSL;CONFIG_MQTT_TRANSPORT_WEBSOCKET;CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE;CONFIG_MQTT_MSG_ID_INCREMENTAL;CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED;CONFIG_MQTT_REPORT_DELETED_MESSAGES;CONFIG_MQTT_USE_CUSTOM_CONFIG;CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED;CONFIG_MQTT_CUSTOM_OUTBOX;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_NVS_ENCRYPTION;CONFIG_NVS_ASSERT_ERROR_CHECK;CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY;CONFIG_OPENTHREAD_ENABLED;CONFIG_OPENTHREAD_SPINEL_ONLY;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2;CONFIG_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_PTHREAD_STACK_MIN;CONFIG_ESP32_PTHREAD_STACK_MIN;CONFIG_PTHREAD_TASK_CORE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT;CONFIG_PTHREAD_TASK_NAME_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_AUTO_SUSPEND;CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US;CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_ROM_IMPL;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_SPIFFS_MAX_PARTITIONS;CONFIG_SPIFFS_CACHE;CONFIG_SPIFFS_CACHE_WR;CONFIG_SPIFFS_CACHE_STATS;CONFIG_SPIFFS_PAGE_CHECK;CONFIG_SPIFFS_GC_MAX_RUNS;CONFIG_SPIFFS_GC_STATS;CONFIG_SPIFFS_PAGE_SIZE;CONFIG_SPIFFS_OBJ_NAME_LEN;CONFIG_SPIFFS_FOLLOW_SYMLINKS;CONFIG_SPIFFS_USE_MAGIC;CONFIG_SPIFFS_USE_MAGIC_LENGTH;CONFIG_SPIFFS_META_LENGTH;CONFIG_SPIFFS_USE_MTIME;CONFIG_SPIFFS_DBG;CONFIG_SPIFFS_API_DBG;CONFIG_SPIFFS_GC_DBG;CONFIG_SPIFFS_CACHE_DBG;CONFIG_SPIFFS_CHECK_DBG;CONFIG_SPIFFS_TEST_VISUALISATION;CONFIG_WS_TRANSPORT;CONFIG_WS_BUFFER_SIZE;CONFIG_WS_DYNAMIC_BUFFER;CONFIG_ULP_COPROC_ENABLED;CONFIG_UNITY_ENABLE_FLOAT;CONFIG_UNITY_ENABLE_DOUBLE;CONFIG_UNITY_ENABLE_64BIT;CONFIG_UNITY_ENABLE_COLOR;CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER;CONFIG_UNITY_ENABLE_FIXTURE;CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL;CONFIG_VFS_SUPPORT_IO;CONFIG_VFS_SUPPORT_DIR;CONFIG_VFS_SUPPORT_SELECT;CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_VFS_SELECT_IN_RAM;CONFIG_VFS_SUPPORT_TERMIOS;CONFIG_SUPPORT_TERMIOS;CONFIG_VFS_MAX_COUNT;CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_VFS_INITIALIZE_DEV_NULL;CONFIG_WL_SECTOR_SIZE_512;CONFIG_WL_SECTOR_SIZE_4096;CONFIG_WL_SECTOR_SIZE;CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES;CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT;CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN;CONFIG_WIFI_PROV_STA_FAST_SCAN;CONFIG_IDF_EXPERIMENTAL_FEATURES) +# List of deprecated options for backward compatibility +set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") +set(CONFIG_NO_BLOBS "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_ERROR "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_WARN "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_INFO "y") +set(CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL "3") +set(CONFIG_APP_ROLLBACK_ENABLE "") +set(CONFIG_FLASH_ENCRYPTION_ENABLED "") +set(CONFIG_FLASHMODE_QIO "") +set(CONFIG_FLASHMODE_QOUT "") +set(CONFIG_FLASHMODE_DIO "y") +set(CONFIG_FLASHMODE_DOUT "") +set(CONFIG_MONITOR_BAUD "115200") +set(CONFIG_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") +set(CONFIG_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED "y") +set(CONFIG_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED "") +set(CONFIG_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_CXX_EXCEPTIONS "") +set(CONFIG_STACK_CHECK_NONE "y") +set(CONFIG_STACK_CHECK_NORM "") +set(CONFIG_STACK_CHECK_STRONG "") +set(CONFIG_STACK_CHECK_ALL "") +set(CONFIG_WARN_WRITE_STRINGS "") +set(CONFIG_ESP32_APPTRACE_DEST_TRAX "") +set(CONFIG_ESP32_APPTRACE_DEST_NONE "y") +set(CONFIG_ESP32_APPTRACE_LOCK_ENABLE "y") +set(CONFIG_SW_COEXIST_ENABLE "y") +set(CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE "y") +set(CONFIG_ESP_WIFI_SW_COEXIST_ENABLE "y") +set(CONFIG_EXTERNAL_COEX_ENABLE "") +set(CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE "") +set(CONFIG_MCPWM_ISR_IN_IRAM "") +set(CONFIG_EVENT_LOOP_PROFILING "") +set(CONFIG_POST_EVENTS_FROM_ISR "y") +set(CONFIG_POST_EVENTS_FROM_IRAM_ISR "y") +set(CONFIG_GDBSTUB_SUPPORT_TASKS "y") +set(CONFIG_GDBSTUB_MAX_TASKS "32") +set(CONFIG_OTA_ALLOW_HTTP "") +set(CONFIG_ESP_SYSTEM_PD_FLASH "") +set(CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE "y") +set(CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION "") +set(CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER "20") +set(CONFIG_ESP32_PHY_MAX_TX_POWER "20") +set(CONFIG_REDUCE_PHY_TX_POWER "") +set(CONFIG_ESP32_REDUCE_PHY_TX_POWER "") +set(CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU "y") +set(CONFIG_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_CONSOLE_UART_DEFAULT "y") +set(CONFIG_CONSOLE_UART_CUSTOM "") +set(CONFIG_CONSOLE_UART_NONE "") +set(CONFIG_ESP_CONSOLE_UART_NONE "") +set(CONFIG_CONSOLE_UART "y") +set(CONFIG_CONSOLE_UART_NUM "0") +set(CONFIG_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_INT_WDT "y") +set(CONFIG_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_TASK_WDT "y") +set(CONFIG_ESP_TASK_WDT "y") +set(CONFIG_TASK_WDT_PANIC "") +set(CONFIG_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_ESP32_DEBUG_STUBS_ENABLE "") +set(CONFIG_BROWNOUT_DET "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_BROWNOUT_DET_LVL "7") +set(CONFIG_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_TIMER_TASK_STACK_SIZE "3584") +set(CONFIG_ESP32_WIFI_ENABLED "y") +set(CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM "10") +set(CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM "32") +set(CONFIG_ESP32_WIFI_STATIC_TX_BUFFER "") +set(CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER "y") +set(CONFIG_ESP32_WIFI_TX_BUFFER_TYPE "1") +set(CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM "32") +set(CONFIG_ESP32_WIFI_CSI_ENABLED "") +set(CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED "y") +set(CONFIG_ESP32_WIFI_TX_BA_WIN "6") +set(CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED "y") +set(CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED "y") +set(CONFIG_ESP32_WIFI_RX_BA_WIN "6") +set(CONFIG_ESP32_WIFI_RX_BA_WIN "6") +set(CONFIG_ESP32_WIFI_NVS_ENABLED "y") +set(CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN "752") +set(CONFIG_ESP32_WIFI_MGMT_SBUF_NUM "32") +set(CONFIG_ESP32_WIFI_IRAM_OPT "y") +set(CONFIG_ESP32_WIFI_RX_IRAM_OPT "y") +set(CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE "y") +set(CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA "y") +set(CONFIG_WPA_MBEDTLS_CRYPTO "y") +set(CONFIG_WPA_MBEDTLS_TLS_CLIENT "y") +set(CONFIG_WPA_WAPI_PSK "") +set(CONFIG_WPA_SUITE_B_192 "") +set(CONFIG_WPA_11KV_SUPPORT "") +set(CONFIG_WPA_MBO_SUPPORT "") +set(CONFIG_WPA_DPP_SUPPORT "") +set(CONFIG_WPA_11R_SUPPORT "") +set(CONFIG_WPA_WPS_SOFTAP_REGISTRAR "") +set(CONFIG_WPA_WPS_STRICT "") +set(CONFIG_WPA_DEBUG_PRINT "") +set(CONFIG_WPA_TESTING_OPTIONS "") +set(CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH "") +set(CONFIG_ESP32_ENABLE_COREDUMP_TO_UART "") +set(CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE "y") +set(CONFIG_TIMER_TASK_PRIORITY "1") +set(CONFIG_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_TIMER_QUEUE_LENGTH "10") +set(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK "") +set(CONFIG_HAL_ASSERTION_SILIENT "") +set(CONFIG_L2_TO_L3_COPY "") +set(CONFIG_ESP_GRATUITOUS_ARP "y") +set(CONFIG_GARP_TMR_INTERVAL "60") +set(CONFIG_TCPIP_RECVMBOX_SIZE "32") +set(CONFIG_TCP_MAXRTX "12") +set(CONFIG_TCP_SYNMAXRTX "12") +set(CONFIG_TCP_MSS "1440") +set(CONFIG_TCP_MSL "60000") +set(CONFIG_TCP_SND_BUF_DEFAULT "5760") +set(CONFIG_TCP_WND_DEFAULT "5760") +set(CONFIG_TCP_RECVMBOX_SIZE "6") +set(CONFIG_TCP_QUEUE_OOSEQ "y") +set(CONFIG_TCP_OVERSIZE_MSS "y") +set(CONFIG_TCP_OVERSIZE_QUARTER_MSS "") +set(CONFIG_TCP_OVERSIZE_DISABLE "") +set(CONFIG_UDP_RECVMBOX_SIZE "6") +set(CONFIG_TCPIP_TASK_STACK_SIZE "3072") +set(CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY "y") +set(CONFIG_TCPIP_TASK_AFFINITY_CPU0 "") +set(CONFIG_TCPIP_TASK_AFFINITY "0x7fffffff") +set(CONFIG_PPP_SUPPORT "") +set(CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT "5") +set(CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT "3072") +set(CONFIG_ESP32_PTHREAD_STACK_MIN "768") +set(CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT "-1") +set(CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT "pthread") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS "y") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS "") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED "") +set(CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT "y") +set(CONFIG_SUPPORT_TERMIOS "y") +set(CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS "1") diff --git a/build/config/sdkconfig.h b/build/config/sdkconfig.h new file mode 100644 index 0000000..ef217c7 --- /dev/null +++ b/build/config/sdkconfig.h @@ -0,0 +1,1000 @@ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header + */ +#pragma once +#define CONFIG_SOC_ADC_SUPPORTED 1 +#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1 +#define CONFIG_SOC_UART_SUPPORTED 1 +#define CONFIG_SOC_GDMA_SUPPORTED 1 +#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1 +#define CONFIG_SOC_GPTIMER_SUPPORTED 1 +#define CONFIG_SOC_PCNT_SUPPORTED 1 +#define CONFIG_SOC_MCPWM_SUPPORTED 1 +#define CONFIG_SOC_TWAI_SUPPORTED 1 +#define CONFIG_SOC_ETM_SUPPORTED 1 +#define CONFIG_SOC_PARLIO_SUPPORTED 1 +#define CONFIG_SOC_BT_SUPPORTED 1 +#define CONFIG_SOC_IEEE802154_SUPPORTED 1 +#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1 +#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1 +#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_PHY_SUPPORTED 1 +#define CONFIG_SOC_WIFI_SUPPORTED 1 +#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1 +#define CONFIG_SOC_ULP_SUPPORTED 1 +#define CONFIG_SOC_LP_CORE_SUPPORTED 1 +#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1 +#define CONFIG_SOC_EFUSE_SUPPORTED 1 +#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1 +#define CONFIG_SOC_RTC_MEM_SUPPORTED 1 +#define CONFIG_SOC_I2S_SUPPORTED 1 +#define CONFIG_SOC_RMT_SUPPORTED 1 +#define CONFIG_SOC_SDM_SUPPORTED 1 +#define CONFIG_SOC_GPSPI_SUPPORTED 1 +#define CONFIG_SOC_LEDC_SUPPORTED 1 +#define CONFIG_SOC_I2C_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_SUPPORTED 1 +#define CONFIG_SOC_SUPPORT_COEXISTENCE 1 +#define CONFIG_SOC_AES_SUPPORTED 1 +#define CONFIG_SOC_MPI_SUPPORTED 1 +#define CONFIG_SOC_SHA_SUPPORTED 1 +#define CONFIG_SOC_HMAC_SUPPORTED 1 +#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1 +#define CONFIG_SOC_ECC_SUPPORTED 1 +#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 +#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 +#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1 +#define CONFIG_SOC_BOD_SUPPORTED 1 +#define CONFIG_SOC_APM_SUPPORTED 1 +#define CONFIG_SOC_PMU_SUPPORTED 1 +#define CONFIG_SOC_PAU_SUPPORTED 1 +#define CONFIG_SOC_LP_TIMER_SUPPORTED 1 +#define CONFIG_SOC_LP_AON_SUPPORTED 1 +#define CONFIG_SOC_LP_PERIPHERALS_SUPPORTED 1 +#define CONFIG_SOC_LP_I2C_SUPPORTED 1 +#define CONFIG_SOC_ULP_LP_UART_SUPPORTED 1 +#define CONFIG_SOC_CLK_TREE_SUPPORTED 1 +#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1 +#define CONFIG_SOC_WDT_SUPPORTED 1 +#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1 +#define CONFIG_SOC_RNG_SUPPORTED 1 +#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_MODEM_CLOCK_SUPPORTED 1 +#define CONFIG_SOC_PM_SUPPORTED 1 +#define CONFIG_SOC_XTAL_SUPPORT_40M 1 +#define CONFIG_SOC_AES_SUPPORT_DMA 1 +#define CONFIG_SOC_AES_GDMA 1 +#define CONFIG_SOC_AES_SUPPORT_AES_128 1 +#define CONFIG_SOC_AES_SUPPORT_AES_256 1 +#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1 +#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1 +#define CONFIG_SOC_ADC_DMA_SUPPORTED 1 +#define CONFIG_SOC_ADC_PERIPH_NUM 1 +#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 7 +#define CONFIG_SOC_ADC_ATTEN_NUM 4 +#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1 +#define CONFIG_SOC_ADC_PATT_LEN_MAX 8 +#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12 +#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2 +#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2 +#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4 +#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611 +#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12 +#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1 +#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1 +#define CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED 1 +#define CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR 1 +#define CONFIG_SOC_ADC_SHARED_POWER 1 +#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1 +#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 +#define CONFIG_SOC_CACHE_FREEZE_SUPPORTED 1 +#define CONFIG_SOC_CPU_CORES_NUM 1 +#define CONFIG_SOC_CPU_INTR_NUM 32 +#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1 +#define CONFIG_SOC_INT_PLIC_SUPPORTED 1 +#define CONFIG_SOC_CPU_HAS_CSR_PC 1 +#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 4 +#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 4 +#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 +#define CONFIG_SOC_CPU_HAS_PMA 1 +#define CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP 1 +#define CONFIG_SOC_CPU_PMP_REGION_GRANULARITY 4 +#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072 +#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16 +#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100 +#define CONFIG_SOC_AHB_GDMA_VERSION 1 +#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1 +#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3 +#define CONFIG_SOC_GDMA_SUPPORT_ETM 1 +#define CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_ETM_GROUPS 1 +#define CONFIG_SOC_ETM_CHANNELS_PER_GROUP 50 +#define CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_GPIO_PORT 1 +#define CONFIG_SOC_GPIO_PIN_COUNT 31 +#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1 +#define CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM 8 +#define CONFIG_SOC_GPIO_SUPPORT_ETM 1 +#define CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT 1 +#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1 +#define CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT 1 +#define CONFIG_SOC_GPIO_IN_RANGE_MAX 30 +#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 30 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 8 +#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x000000007FFFFF00 +#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1 +#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1 +#define CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP 1 +#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1 +#define CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE 1 +#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3 +#define CONFIG_SOC_RTCIO_PIN_COUNT 8 +#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1 +#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1 +#define CONFIG_SOC_I2C_NUM 2 +#define CONFIG_SOC_HP_I2C_NUM 1 +#define CONFIG_SOC_I2C_FIFO_LEN 32 +#define CONFIG_SOC_I2C_CMD_REG_NUM 8 +#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 +#define CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST 1 +#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1 +#define CONFIG_SOC_I2C_SUPPORT_XTAL 1 +#define CONFIG_SOC_I2C_SUPPORT_RTC 1 +#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1 +#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH 1 +#define CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_LP_I2C_NUM 1 +#define CONFIG_SOC_LP_I2C_FIFO_LEN 16 +#define CONFIG_SOC_I2S_NUM 1 +#define CONFIG_SOC_I2S_HW_VERSION_2 1 +#define CONFIG_SOC_I2S_SUPPORTS_ETM 1 +#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1 +#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 +#define CONFIG_SOC_I2S_SUPPORTS_PCM 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 +#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2 +#define CONFIG_SOC_I2S_SUPPORTS_TDM 1 +#define CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK 1 +#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1 +#define CONFIG_SOC_LEDC_TIMER_NUM 4 +#define CONFIG_SOC_LEDC_CHANNEL_NUM 6 +#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20 +#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1 +#define CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED 1 +#define CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX 16 +#define CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH 10 +#define CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE 1 +#define CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED 1 +#define CONFIG_SOC_MMU_PERIPH_NUM 1 +#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1 +#define CONFIG_SOC_MMU_DI_VADDR_SHARED 1 +#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 +#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 +#define CONFIG_SOC_PCNT_GROUPS 1 +#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 4 +#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2 +#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2 +#define CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE 1 +#define CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_RMT_GROUPS 1 +#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4 +#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48 +#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1 +#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1 +#define CONFIG_SOC_RMT_SUPPORT_XTAL 1 +#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MCPWM_GROUPS 1 +#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3 +#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE 1 +#define CONFIG_SOC_MCPWM_SUPPORT_ETM 1 +#define CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP 1 +#define CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_PARLIO_GROUPS 1 +#define CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP 1 +#define CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP 1 +#define CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH 16 +#define CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH 16 +#define CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT 1 +#define CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4 +#define CONFIG_SOC_MPI_OPERATIONS_NUM 3 +#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072 +#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968 +#define CONFIG_SOC_SHA_SUPPORT_DMA 1 +#define CONFIG_SOC_SHA_SUPPORT_RESUME 1 +#define CONFIG_SOC_SHA_GDMA 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA224 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 +#define CONFIG_SOC_SDM_GROUPS 1 +#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4 +#define CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M 1 +#define CONFIG_SOC_SDM_CLK_SUPPORT_XTAL 1 +#define CONFIG_SOC_SPI_PERIPH_NUM 2 +#define CONFIG_SOC_SPI_MAX_CS_NUM 6 +#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 +#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1 +#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1 +#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1 +#define CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST 1 +#define CONFIG_SOC_SPI_SCT_SUPPORTED 1 +#define CONFIG_SOC_SPI_SCT_REG_NUM 14 +#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1 +#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA +#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1 +#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_COUNTER_NUM 2 +#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20 +#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1 +#define CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1 +#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1 +#define CONFIG_SOC_SYSTIMER_SUPPORT_ETM 1 +#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO 32 +#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI 16 +#define CONFIG_SOC_TIMER_GROUPS 2 +#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2 +#define CONFIG_SOC_TIMER_SUPPORT_ETM 1 +#define CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1 +#define CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_TWAI_CONTROLLER_NUM 2 +#define CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL 1 +#define CONFIG_SOC_TWAI_BRP_MIN 2 +#define CONFIG_SOC_TWAI_BRP_MAX 32768 +#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1 +#define CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1 +#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1 +#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_ICACHE 1 +#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 +#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1 +#define CONFIG_SOC_SECURE_BOOT_V2_ECC 1 +#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 +#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1 +#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1 +#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 64 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1 +#define CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED 1 +#define CONFIG_SOC_APM_LP_APM0_SUPPORTED 1 +#define CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED 1 +#define CONFIG_SOC_UART_NUM 3 +#define CONFIG_SOC_UART_HP_NUM 2 +#define CONFIG_SOC_UART_LP_NUM 1 +#define CONFIG_SOC_UART_FIFO_LEN 128 +#define CONFIG_SOC_LP_UART_FIFO_LEN 16 +#define CONFIG_SOC_UART_BITRATE_MAX 5000000 +#define CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1 +#define CONFIG_SOC_UART_HAS_LP_UART 1 +#define CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1 +#define CONFIG_SOC_COEX_HW_PTI 1 +#define CONFIG_SOC_EXTERNAL_COEX_ADVANCE 1 +#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 +#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12 +#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN 1 +#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1 +#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1 +#define CONFIG_SOC_PM_SUPPORT_XTAL32K_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RC32K_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 +#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 +#define CONFIG_SOC_PM_SUPPORT_TOP_PD 1 +#define CONFIG_SOC_PM_SUPPORT_HP_AON_PD 1 +#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1 +#define CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE 1 +#define CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY 1 +#define CONFIG_SOC_PM_CPU_RETENTION_BY_SW 1 +#define CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA 1 +#define CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG 1 +#define CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN 1 +#define CONFIG_SOC_PM_PAU_LINK_NUM 4 +#define CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR 1 +#define CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC 1 +#define CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE 1 +#define CONFIG_SOC_PM_RETENTION_MODULE_NUM 32 +#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1 +#define CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT 1 +#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1 +#define CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED 1 +#define CONFIG_SOC_CLK_RC32K_SUPPORTED 1 +#define CONFIG_SOC_RCC_IS_INDEPENDENT 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN 1 +#define CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT 1 +#define CONFIG_SOC_WIFI_HW_TSF 1 +#define CONFIG_SOC_WIFI_FTM_SUPPORT 1 +#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1 +#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1 +#define CONFIG_SOC_WIFI_CSI_SUPPORT 1 +#define CONFIG_SOC_WIFI_MESH_SUPPORT 1 +#define CONFIG_SOC_WIFI_HE_SUPPORT 1 +#define CONFIG_SOC_WIFI_MAC_VERSION_NUM 2 +#define CONFIG_SOC_BLE_SUPPORTED 1 +#define CONFIG_SOC_BLE_MESH_SUPPORTED 1 +#define CONFIG_SOC_ESP_NIMBLE_CONTROLLER 1 +#define CONFIG_SOC_BLE_50_SUPPORTED 1 +#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1 +#define CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED 1 +#define CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED 1 +#define CONFIG_SOC_BLUFI_SUPPORTED 1 +#define CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION 1 +#define CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND 1 +#define CONFIG_SOC_PHY_COMBO_MODULE 1 +#define CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD 1 +#define CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR 1 +#define CONFIG_SOC_LP_CORE_SUPPORT_ETM 1 +#define CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS 1 +#define CONFIG_IDF_CMAKE 1 +#define CONFIG_IDF_TOOLCHAIN "gcc" +#define CONFIG_IDF_TOOLCHAIN_GCC 1 +#define CONFIG_IDF_TARGET_ARCH_RISCV 1 +#define CONFIG_IDF_TARGET_ARCH "riscv" +#define CONFIG_IDF_TARGET "esp32c6" +#define CONFIG_IDF_INIT_VERSION "5.4.0" +#define CONFIG_IDF_TARGET_ESP32C6 1 +#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x000D +#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1 +#define CONFIG_APP_BUILD_GENERATE_BINARIES 1 +#define CONFIG_APP_BUILD_BOOTLOADER 1 +#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 +#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1 +#define CONFIG_BOOTLOADER_PROJECT_VER 1 +#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0 +#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL 3 +#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1 +#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 +#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 +#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0 +#define CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_PREFERRED 1 +#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1 +#define CONFIG_APP_COMPILE_TIME_DATE 1 +#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9 +#define CONFIG_ESP_ROM_HAS_CRC_LE 1 +#define CONFIG_ESP_ROM_HAS_CRC_BE 1 +#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1 +#define CONFIG_ESP_ROM_UART_CLK_IS_XTAL 1 +#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3 +#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1 +#define CONFIG_ESP_ROM_GET_CLK_FREQ 1 +#define CONFIG_ESP_ROM_HAS_RVFPLIB 1 +#define CONFIG_ESP_ROM_HAS_HAL_WDT 1 +#define CONFIG_ESP_ROM_HAS_HAL_SYSTIMER 1 +#define CONFIG_ESP_ROM_HAS_HEAP_TLSF 1 +#define CONFIG_ESP_ROM_TLSF_CHECK_PATCH 1 +#define CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH 1 +#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1 +#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1 +#define CONFIG_ESP_ROM_HAS_REGI2C_BUG 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT 1 +#define CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE 1 +#define CONFIG_ESP_ROM_WDT_INIT_PATCH 1 +#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1 +#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1 +#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1 +#define CONFIG_ESP_ROM_USB_OTG_NUM -1 +#define CONFIG_ESP_ROM_HAS_VERSION 1 +#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1 +#define CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC 1 +#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" +#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB" +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200 +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_PARTITION_TABLE_OFFSET 0x8000 +#define CONFIG_PARTITION_TABLE_MD5 1 +#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 +#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 1 +#define CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2 +#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1 +#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1 +#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1 +#define CONFIG_COMPILER_RT_LIB_GCCLIB 1 +#define CONFIG_COMPILER_RT_LIB_NAME "gcc" +#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1 +#define CONFIG_APPTRACE_DEST_NONE 1 +#define CONFIG_APPTRACE_DEST_UART_NONE 1 +#define CONFIG_APPTRACE_UART_TASK_PRIO 1 +#define CONFIG_APPTRACE_LOCK_ENABLE 1 +#define CONFIG_BT_ALARM_MAX_NUM 50 +#define CONFIG_EFUSE_MAX_BLK_LEN 256 +#define CONFIG_ESP_TLS_USING_MBEDTLS 1 +#define CONFIG_ESP_TLS_USE_DS_PERIPHERAL 1 +#define CONFIG_ESP_COEX_ENABLED 1 +#define CONFIG_ESP_COEX_SW_COEXIST_ENABLE 1 +#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 +#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1 +#define CONFIG_SPI_MASTER_ISR_IN_IRAM 1 +#define CONFIG_SPI_SLAVE_ISR_IN_IRAM 1 +#define CONFIG_USJ_ENABLE_USB_SERIAL_JTAG 1 +#define CONFIG_ETH_ENABLED 1 +#define CONFIG_ETH_USE_SPI_ETHERNET 1 +#define CONFIG_ESP_EVENT_POST_FROM_ISR 1 +#define CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR 1 +#define CONFIG_ESP_GDBSTUB_ENABLED 1 +#define CONFIG_ESP_GDBSTUB_SUPPORT_TASKS 1 +#define CONFIG_ESP_GDBSTUB_MAX_TASKS 32 +#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1 +#define CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT 2000 +#define CONFIG_HTTPD_MAX_REQ_HDR_LEN 512 +#define CONFIG_HTTPD_MAX_URI_LEN 512 +#define CONFIG_HTTPD_ERR_RESP_NO_DELAY 1 +#define CONFIG_HTTPD_PURGE_BUF_LEN 32 +#define CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT 2000 +#define CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT 2000 +#define CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT 2000 +#define CONFIG_ESP32C6_REV_MIN_0 1 +#define CONFIG_ESP32C6_REV_MIN_FULL 0 +#define CONFIG_ESP_REV_MIN_FULL 0 +#define CONFIG_ESP32C6_REV_MAX_FULL 99 +#define CONFIG_ESP_REV_MAX_FULL 99 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 99 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154 1 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0 +#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1 +#define CONFIG_RTC_CLK_SRC_INT_RC 1 +#define CONFIG_RTC_CLK_CAL_CYCLES 1024 +#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_GDMA_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_XTAL_FREQ_40 1 +#define CONFIG_XTAL_FREQ 40 +#define CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM 1 +#define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120 +#define CONFIG_ESP_NETIF_TCPIP_LWIP 1 +#define CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API 1 +#define CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC 1 +#define CONFIG_ESP_PHY_ENABLED 1 +#define CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE 1 +#define CONFIG_ESP_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_ESP_PHY_MAX_TX_POWER 20 +#define CONFIG_ESP_PHY_RF_CAL_PARTIAL 1 +#define CONFIG_ESP_PHY_CALIBRATION_MODE 0 +#define CONFIG_PM_SLP_DEFAULT_PARAMS_OPT 1 +#define CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP 1 +#define CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP 1 +#define CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW 1 +#define CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL 1 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 +#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 +#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 +#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1 +#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1 +#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1 +#define CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT 1 +#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304 +#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584 +#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1 +#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0 +#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 +#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 +#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1 +#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1 +#define CONFIG_ESP_CONSOLE_UART 1 +#define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0 +#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_ESP_INT_WDT 1 +#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESP_TASK_WDT_EN 1 +#define CONFIG_ESP_TASK_WDT_INIT 1 +#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 +#define CONFIG_ESP_DEBUG_OCDAWARE 1 +#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1 +#define CONFIG_ESP_BROWNOUT_DET 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL 7 +#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 +#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1 +#define CONFIG_ESP_SYSTEM_BBPLL_RECALIB 1 +#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1 +#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 +#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1 +#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1 +#define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584 +#define CONFIG_ESP_TIMER_INTERRUPT_LEVEL 1 +#define CONFIG_ESP_TIMER_TASK_AFFINITY 0x0 +#define CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 1 +#define CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 1 +#define CONFIG_ESP_TIMER_IMPL_SYSTIMER 1 +#define CONFIG_ESP_WIFI_ENABLED 1 +#define CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM 10 +#define CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM 32 +#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER 1 +#define CONFIG_ESP_WIFI_TX_BUFFER_TYPE 1 +#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM 32 +#define CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER 1 +#define CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF 0 +#define CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF 5 +#define CONFIG_ESP_WIFI_AMPDU_TX_ENABLED 1 +#define CONFIG_ESP_WIFI_TX_BA_WIN 6 +#define CONFIG_ESP_WIFI_AMPDU_RX_ENABLED 1 +#define CONFIG_ESP_WIFI_RX_BA_WIN 6 +#define CONFIG_ESP_WIFI_NVS_ENABLED 1 +#define CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN 752 +#define CONFIG_ESP_WIFI_MGMT_SBUF_NUM 32 +#define CONFIG_ESP_WIFI_IRAM_OPT 1 +#define CONFIG_ESP_WIFI_EXTRA_IRAM_OPT 1 +#define CONFIG_ESP_WIFI_RX_IRAM_OPT 1 +#define CONFIG_ESP_WIFI_ENABLE_WPA3_SAE 1 +#define CONFIG_ESP_WIFI_ENABLE_SAE_PK 1 +#define CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT 1 +#define CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA 1 +#define CONFIG_ESP_WIFI_SLP_IRAM_OPT 1 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME 50 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME 10 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME 15 +#define CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE 1 +#define CONFIG_ESP_WIFI_GMAC_SUPPORT 1 +#define CONFIG_ESP_WIFI_SOFTAP_SUPPORT 1 +#define CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM 7 +#define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1 +#define CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT 1 +#define CONFIG_ESP_WIFI_TX_HETB_QUEUE_NUM 3 +#define CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT 1 +#define CONFIG_ESP_COREDUMP_ENABLE_TO_NONE 1 +#define CONFIG_FATFS_VOLUME_COUNT 2 +#define CONFIG_FATFS_LFN_NONE 1 +#define CONFIG_FATFS_SECTOR_4096 1 +#define CONFIG_FATFS_CODEPAGE_437 1 +#define CONFIG_FATFS_CODEPAGE 437 +#define CONFIG_FATFS_FS_LOCK 0 +#define CONFIG_FATFS_TIMEOUT_MS 10000 +#define CONFIG_FATFS_PER_FILE_CACHE 1 +#define CONFIG_FATFS_USE_STRFUNC_NONE 1 +#define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0 +#define CONFIG_FATFS_LINK_LOCK 1 +#define CONFIG_FREERTOS_UNICORE 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 +#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FREERTOS_USE_TIMERS 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc" +#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF +#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1 +#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048 +#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10 +#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0 +#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1 +#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1 +#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1 +#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 +#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1 +#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1 +#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1 +#define CONFIG_FREERTOS_PORT 1 +#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF +#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 +#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1 +#define CONFIG_FREERTOS_NUMBER_OF_CORES 1 +#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1 +#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2 +#define CONFIG_HAL_SYSTIMER_USE_ROM_IMPL 1 +#define CONFIG_HAL_WDT_USE_ROM_IMPL 1 +#define CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM 1 +#define CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM 1 +#define CONFIG_HEAP_POISONING_DISABLED 1 +#define CONFIG_HEAP_TRACING_OFF 1 +#define CONFIG_HEAP_TLSF_USE_ROM_IMPL 1 +#define CONFIG_IEEE802154_ENABLED 1 +#define CONFIG_IEEE802154_RX_BUFFER_SIZE 20 +#define CONFIG_IEEE802154_CCA_ED 1 +#define CONFIG_IEEE802154_CCA_MODE 1 +#define CONFIG_IEEE802154_CCA_THRESHOLD -60 +#define CONFIG_IEEE802154_PENDING_TABLE_SIZE 20 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1 +#define CONFIG_LOG_MAXIMUM_LEVEL 3 +#define CONFIG_LOG_DYNAMIC_LEVEL_CONTROL 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1 +#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31 +#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 +#define CONFIG_LWIP_ENABLE 1 +#define CONFIG_LWIP_LOCAL_HOSTNAME "espressif" +#define CONFIG_LWIP_TCPIP_TASK_PRIO 18 +#define CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES 1 +#define CONFIG_LWIP_TIMERS_ONDEMAND 1 +#define CONFIG_LWIP_ND6 1 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_LWIP_SO_REUSE 1 +#define CONFIG_LWIP_SO_REUSE_RXTOALL 1 +#define CONFIG_LWIP_IP_DEFAULT_TTL 64 +#define CONFIG_LWIP_IP4_FRAG 1 +#define CONFIG_LWIP_IP6_FRAG 1 +#define CONFIG_LWIP_IP_REASS_MAX_PBUFS 10 +#define CONFIG_LWIP_ESP_GRATUITOUS_ARP 1 +#define CONFIG_LWIP_GARP_TMR_INTERVAL 60 +#define CONFIG_LWIP_ESP_MLDV6_REPORT 1 +#define CONFIG_LWIP_MLDV6_TMR_INTERVAL 40 +#define CONFIG_LWIP_TCPIP_RECVMBOX_SIZE 32 +#define CONFIG_LWIP_DHCP_DOES_ARP_CHECK 1 +#define CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID 1 +#define CONFIG_LWIP_DHCP_OPTIONS_LEN 68 +#define CONFIG_LWIP_NUM_NETIF_CLIENT_DATA 0 +#define CONFIG_LWIP_DHCP_COARSE_TIMER_SECS 1 +#define CONFIG_LWIP_DHCPS 1 +#define CONFIG_LWIP_DHCPS_LEASE_UNIT 60 +#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8 +#define CONFIG_LWIP_DHCPS_STATIC_ENTRIES 1 +#define CONFIG_LWIP_DHCPS_ADD_DNS 1 +#define CONFIG_LWIP_IPV4 1 +#define CONFIG_LWIP_IPV6 1 +#define CONFIG_LWIP_IPV6_NUM_ADDRESSES 3 +#define CONFIG_LWIP_NETIF_LOOPBACK 1 +#define CONFIG_LWIP_LOOPBACK_MAX_PBUFS 8 +#define CONFIG_LWIP_MAX_ACTIVE_TCP 16 +#define CONFIG_LWIP_MAX_LISTENING_TCP 16 +#define CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION 1 +#define CONFIG_LWIP_TCP_MAXRTX 12 +#define CONFIG_LWIP_TCP_SYNMAXRTX 12 +#define CONFIG_LWIP_TCP_MSS 1440 +#define CONFIG_LWIP_TCP_TMR_INTERVAL 250 +#define CONFIG_LWIP_TCP_MSL 60000 +#define CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT 20000 +#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5760 +#define CONFIG_LWIP_TCP_WND_DEFAULT 5760 +#define CONFIG_LWIP_TCP_RECVMBOX_SIZE 6 +#define CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE 6 +#define CONFIG_LWIP_TCP_QUEUE_OOSEQ 1 +#define CONFIG_LWIP_TCP_OOSEQ_TIMEOUT 6 +#define CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS 4 +#define CONFIG_LWIP_TCP_OVERSIZE_MSS 1 +#define CONFIG_LWIP_TCP_RTO_TIME 1500 +#define CONFIG_LWIP_MAX_UDP_PCBS 16 +#define CONFIG_LWIP_UDP_RECVMBOX_SIZE 6 +#define CONFIG_LWIP_CHECKSUM_CHECK_ICMP 1 +#define CONFIG_LWIP_TCPIP_TASK_STACK_SIZE 3072 +#define CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY 1 +#define CONFIG_LWIP_TCPIP_TASK_AFFINITY 0x7FFFFFFF +#define CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE 3 +#define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5 +#define CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES 5 +#define CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS 3 +#define CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS 10 +#define CONFIG_LWIP_ICMP 1 +#define CONFIG_LWIP_MAX_RAW_PCBS 16 +#define CONFIG_LWIP_SNTP_MAX_SERVERS 1 +#define CONFIG_LWIP_SNTP_UPDATE_DELAY 3600000 +#define CONFIG_LWIP_SNTP_STARTUP_DELAY 1 +#define CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY 5000 +#define CONFIG_LWIP_DNS_MAX_HOST_IP 1 +#define CONFIG_LWIP_DNS_MAX_SERVERS 3 +#define CONFIG_LWIP_BRIDGEIF_MAX_PORTS 7 +#define CONFIG_LWIP_ESP_LWIP_ASSERT 1 +#define CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT 1 +#define CONFIG_LWIP_HOOK_IP6_ROUTE_NONE 1 +#define CONFIG_LWIP_HOOK_ND6_GET_GW_NONE 1 +#define CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE 1 +#define CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE 1 +#define CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE 1 +#define CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT 1 +#define CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC 1 +#define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1 +#define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384 +#define CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN 4096 +#define CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 1 +#define CONFIG_MBEDTLS_PKCS7_C 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS 200 +#define CONFIG_MBEDTLS_CMAC_C 1 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_MBEDTLS_AES_USE_INTERRUPT 1 +#define CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL 0 +#define CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER 1 +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL 0 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 +#define CONFIG_MBEDTLS_HARDWARE_ECC 1 +#define CONFIG_MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK 1 +#define CONFIG_MBEDTLS_ROM_MD5 1 +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_MBEDTLS_ECDSA_DETERMINISTIC 1 +#define CONFIG_MBEDTLS_SHA512_C 1 +#define CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT 1 +#define CONFIG_MBEDTLS_TLS_SERVER 1 +#define CONFIG_MBEDTLS_TLS_CLIENT 1 +#define CONFIG_MBEDTLS_TLS_ENABLED 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_RSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA 1 +#define CONFIG_MBEDTLS_SSL_RENEGOTIATION 1 +#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 1 +#define CONFIG_MBEDTLS_SSL_ALPN 1 +#define CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS 1 +#define CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS 1 +#define CONFIG_MBEDTLS_AES_C 1 +#define CONFIG_MBEDTLS_CCM_C 1 +#define CONFIG_MBEDTLS_GCM_C 1 +#define CONFIG_MBEDTLS_PEM_PARSE_C 1 +#define CONFIG_MBEDTLS_PEM_WRITE_C 1 +#define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1 +#define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1 +#define CONFIG_MBEDTLS_ECP_C 1 +#define CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED 1 +#define CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED 1 +#define CONFIG_MBEDTLS_ECDH_C 1 +#define CONFIG_MBEDTLS_ECDSA_C 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1 +#define CONFIG_MBEDTLS_ERROR_STRINGS 1 +#define CONFIG_MBEDTLS_FS_IO 1 +#define CONFIG_MQTT_PROTOCOL_311 1 +#define CONFIG_MQTT_TRANSPORT_SSL 1 +#define CONFIG_MQTT_TRANSPORT_WEBSOCKET 1 +#define CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE 1 +#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 +#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 +#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1 +#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 1 +#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 1 +#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 1 +#define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5 +#define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072 +#define CONFIG_PTHREAD_STACK_MIN 768 +#define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1 +#define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread" +#define CONFIG_MMU_PAGE_SIZE_64KB 1 +#define CONFIG_MMU_PAGE_MODE "64KB" +#define CONFIG_MMU_PAGE_SIZE 0x10000 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 +#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50 +#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 +#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1 +#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1 +#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20 +#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1 +#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192 +#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1 +#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1 +#define CONFIG_SPIFFS_MAX_PARTITIONS 3 +#define CONFIG_SPIFFS_CACHE 1 +#define CONFIG_SPIFFS_CACHE_WR 1 +#define CONFIG_SPIFFS_PAGE_CHECK 1 +#define CONFIG_SPIFFS_GC_MAX_RUNS 10 +#define CONFIG_SPIFFS_PAGE_SIZE 256 +#define CONFIG_SPIFFS_OBJ_NAME_LEN 32 +#define CONFIG_SPIFFS_USE_MAGIC 1 +#define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1 +#define CONFIG_SPIFFS_META_LENGTH 4 +#define CONFIG_SPIFFS_USE_MTIME 1 +#define CONFIG_WS_TRANSPORT 1 +#define CONFIG_WS_BUFFER_SIZE 1024 +#define CONFIG_UNITY_ENABLE_FLOAT 1 +#define CONFIG_UNITY_ENABLE_DOUBLE 1 +#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1 +#define CONFIG_VFS_SUPPORT_IO 1 +#define CONFIG_VFS_SUPPORT_DIR 1 +#define CONFIG_VFS_SUPPORT_SELECT 1 +#define CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT 1 +#define CONFIG_VFS_SUPPORT_TERMIOS 1 +#define CONFIG_VFS_MAX_COUNT 8 +#define CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS 1 +#define CONFIG_VFS_INITIALIZE_DEV_NULL 1 +#define CONFIG_WL_SECTOR_SIZE_4096 1 +#define CONFIG_WL_SECTOR_SIZE 4096 +#define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16 +#define CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT 30 +#define CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN 1 + +/* List of deprecated options */ +#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 +#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART +#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE +#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT +#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM +#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE +#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE +#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE +#define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER +#define CONFIG_ESP32_PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN +#define CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT CONFIG_PTHREAD_TASK_CORE_DEFAULT +#define CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT CONFIG_PTHREAD_TASK_NAME_DEFAULT +#define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT CONFIG_PTHREAD_TASK_PRIO_DEFAULT +#define CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT +#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED CONFIG_ESP_WIFI_AMPDU_RX_ENABLED +#define CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED CONFIG_ESP_WIFI_AMPDU_TX_ENABLED +#define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM +#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER +#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM +#define CONFIG_ESP32_WIFI_ENABLED CONFIG_ESP_WIFI_ENABLED +#define CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA +#define CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE CONFIG_ESP_WIFI_ENABLE_WPA3_SAE +#define CONFIG_ESP32_WIFI_IRAM_OPT CONFIG_ESP_WIFI_IRAM_OPT +#define CONFIG_ESP32_WIFI_MGMT_SBUF_NUM CONFIG_ESP_WIFI_MGMT_SBUF_NUM +#define CONFIG_ESP32_WIFI_NVS_ENABLED CONFIG_ESP_WIFI_NVS_ENABLED +#define CONFIG_ESP32_WIFI_RX_BA_WIN CONFIG_ESP_WIFI_RX_BA_WIN +#define CONFIG_ESP32_WIFI_RX_IRAM_OPT CONFIG_ESP_WIFI_RX_IRAM_OPT +#define CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN +#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM +#define CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE CONFIG_ESP_COEX_SW_COEXIST_ENABLE +#define CONFIG_ESP32_WIFI_TX_BA_WIN CONFIG_ESP_WIFI_TX_BA_WIN +#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE CONFIG_ESP_WIFI_TX_BUFFER_TYPE +#define CONFIG_ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP +#define CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP +#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_ESP_WIFI_SW_COEXIST_ENABLE CONFIG_ESP_COEX_SW_COEXIST_ENABLE +#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO +#define CONFIG_GARP_TMR_INTERVAL CONFIG_LWIP_GARP_TMR_INTERVAL +#define CONFIG_GDBSTUB_MAX_TASKS CONFIG_ESP_GDBSTUB_MAX_TASKS +#define CONFIG_GDBSTUB_SUPPORT_TASKS CONFIG_ESP_GDBSTUB_SUPPORT_TASKS +#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT +#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS +#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE +#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO +#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE +#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD +#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE +#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_POST_EVENTS_FROM_IRAM_ISR CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR +#define CONFIG_POST_EVENTS_FROM_ISR CONFIG_ESP_EVENT_POST_FROM_ISR +#define CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS +#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS +#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE +#define CONFIG_SUPPORT_TERMIOS CONFIG_VFS_SUPPORT_TERMIOS +#define CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT +#define CONFIG_SW_COEXIST_ENABLE CONFIG_ESP_COEX_SW_COEXIST_ENABLE +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE +#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 +#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S +#define CONFIG_TCPIP_RECVMBOX_SIZE CONFIG_LWIP_TCPIP_RECVMBOX_SIZE +#define CONFIG_TCPIP_TASK_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY +#define CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY +#define CONFIG_TCPIP_TASK_STACK_SIZE CONFIG_LWIP_TCPIP_TASK_STACK_SIZE +#define CONFIG_TCP_MAXRTX CONFIG_LWIP_TCP_MAXRTX +#define CONFIG_TCP_MSL CONFIG_LWIP_TCP_MSL +#define CONFIG_TCP_MSS CONFIG_LWIP_TCP_MSS +#define CONFIG_TCP_OVERSIZE_MSS CONFIG_LWIP_TCP_OVERSIZE_MSS +#define CONFIG_TCP_QUEUE_OOSEQ CONFIG_LWIP_TCP_QUEUE_OOSEQ +#define CONFIG_TCP_RECVMBOX_SIZE CONFIG_LWIP_TCP_RECVMBOX_SIZE +#define CONFIG_TCP_SND_BUF_DEFAULT CONFIG_LWIP_TCP_SND_BUF_DEFAULT +#define CONFIG_TCP_SYNMAXRTX CONFIG_LWIP_TCP_SYNMAXRTX +#define CONFIG_TCP_WND_DEFAULT CONFIG_LWIP_TCP_WND_DEFAULT +#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH +#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY +#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH +#define CONFIG_TIMER_TASK_STACK_SIZE CONFIG_ESP_TIMER_TASK_STACK_SIZE +#define CONFIG_UDP_RECVMBOX_SIZE CONFIG_LWIP_UDP_RECVMBOX_SIZE +#define CONFIG_WPA_MBEDTLS_CRYPTO CONFIG_ESP_WIFI_MBEDTLS_CRYPTO +#define CONFIG_WPA_MBEDTLS_TLS_CLIENT CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT diff --git a/build/config/sdkconfig.json b/build/config/sdkconfig.json new file mode 100644 index 0000000..248bef4 --- /dev/null +++ b/build/config/sdkconfig.json @@ -0,0 +1,1347 @@ +{ + "ADC_CALI_SUPPRESS_DEPRECATE_WARN": false, + "ADC_CONTINUOUS_ISR_IRAM_SAFE": false, + "ADC_ENABLE_DEBUG_LOG": false, + "ADC_ONESHOT_CTRL_FUNC_IN_IRAM": false, + "ADC_SUPPRESS_DEPRECATE_WARN": false, + "APPTRACE_DEST_JTAG": false, + "APPTRACE_DEST_NONE": true, + "APPTRACE_DEST_UART1": false, + "APPTRACE_DEST_UART2": false, + "APPTRACE_DEST_UART_NONE": true, + "APPTRACE_LOCK_ENABLE": true, + "APPTRACE_UART_TASK_PRIO": 1, + "APP_BUILD_BOOTLOADER": true, + "APP_BUILD_GENERATE_BINARIES": true, + "APP_BUILD_TYPE_APP_2NDBOOT": true, + "APP_BUILD_TYPE_RAM": false, + "APP_BUILD_USE_FLASH_SECTIONS": true, + "APP_COMPILE_TIME_DATE": true, + "APP_EXCLUDE_PROJECT_NAME_VAR": false, + "APP_EXCLUDE_PROJECT_VER_VAR": false, + "APP_NO_BLOBS": false, + "APP_PROJECT_VER_FROM_CONFIG": false, + "APP_REPRODUCIBLE_BUILD": false, + "APP_RETRIEVE_LEN_ELF_SHA": 9, + "BOOTLOADER_APP_ROLLBACK_ENABLE": false, + "BOOTLOADER_APP_TEST": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_COMPILE_TIME_DATE": true, + "BOOTLOADER_CUSTOM_RESERVE_RTC": false, + "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_FLASH_DC_AWARE": false, + "BOOTLOADER_FLASH_XMC_SUPPORT": true, + "BOOTLOADER_LOG_COLORS": false, + "BOOTLOADER_LOG_LEVEL": 3, + "BOOTLOADER_LOG_LEVEL_DEBUG": false, + "BOOTLOADER_LOG_LEVEL_ERROR": false, + "BOOTLOADER_LOG_LEVEL_INFO": true, + "BOOTLOADER_LOG_LEVEL_NONE": false, + "BOOTLOADER_LOG_LEVEL_VERBOSE": false, + "BOOTLOADER_LOG_LEVEL_WARN": false, + "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true, + "BOOTLOADER_OFFSET_IN_FLASH": 0, + "BOOTLOADER_PROJECT_VER": 1, + "BOOTLOADER_REGION_PROTECTION_ENABLE": true, + "BOOTLOADER_RESERVE_RTC_SIZE": 0, + "BOOTLOADER_SKIP_VALIDATE_ALWAYS": false, + "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, + "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false, + "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, + "BOOTLOADER_WDT_ENABLE": true, + "BOOTLOADER_WDT_TIME_MS": 9000, + "BOOT_ROM_LOG_ALWAYS_OFF": false, + "BOOT_ROM_LOG_ALWAYS_ON": true, + "BOOT_ROM_LOG_ON_GPIO_HIGH": false, + "BOOT_ROM_LOG_ON_GPIO_LOW": false, + "BT_ALARM_MAX_NUM": 50, + "BT_ENABLED": false, + "COMPILER_ASSERT_NDEBUG_EVALUATE": true, + "COMPILER_CXX_EXCEPTIONS": false, + "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_DEFAULT_ERRORS": true, + "COMPILER_DISABLE_GCC12_WARNINGS": false, + "COMPILER_DISABLE_GCC13_WARNINGS": false, + "COMPILER_DISABLE_GCC14_WARNINGS": false, + "COMPILER_DUMP_RTL_FILES": false, + "COMPILER_FLOAT_LIB_FROM_GCCLIB": false, + "COMPILER_FLOAT_LIB_FROM_RVFPLIB": true, + "COMPILER_HIDE_PATHS_MACROS": true, + "COMPILER_NO_MERGE_CONSTANTS": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, + "COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2, + "COMPILER_OPTIMIZATION_CHECKS_SILENT": false, + "COMPILER_OPTIMIZATION_DEBUG": true, + "COMPILER_OPTIMIZATION_NONE": false, + "COMPILER_OPTIMIZATION_PERF": false, + "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_ORPHAN_SECTIONS_PLACE": false, + "COMPILER_ORPHAN_SECTIONS_WARNING": true, + "COMPILER_RT_LIB_GCCLIB": true, + "COMPILER_RT_LIB_NAME": "gcc", + "COMPILER_SAVE_RESTORE_LIBCALLS": false, + "COMPILER_STACK_CHECK_MODE_ALL": false, + "COMPILER_STACK_CHECK_MODE_NONE": true, + "COMPILER_STACK_CHECK_MODE_NORM": false, + "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_STATIC_ANALYZER": false, + "COMPILER_WARN_WRITE_STRINGS": false, + "CONSOLE_SORTED_HELP": false, + "EFUSE_CUSTOM_TABLE": false, + "EFUSE_MAX_BLK_LEN": 256, + "EFUSE_VIRTUAL": false, + "ESP32C6_REV_MAX_FULL": 99, + "ESP32C6_REV_MIN_0": true, + "ESP32C6_REV_MIN_1": false, + "ESP32C6_REV_MIN_FULL": 0, + "ESP32C6_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO": false, + "ESPTOOLPY_AFTER": "hard_reset", + "ESPTOOLPY_AFTER_NORESET": false, + "ESPTOOLPY_AFTER_RESET": true, + "ESPTOOLPY_BEFORE": "default_reset", + "ESPTOOLPY_BEFORE_NORESET": false, + "ESPTOOLPY_BEFORE_RESET": true, + "ESPTOOLPY_FLASHFREQ": "80m", + "ESPTOOLPY_FLASHFREQ_20M": false, + "ESPTOOLPY_FLASHFREQ_40M": false, + "ESPTOOLPY_FLASHFREQ_80M": true, + "ESPTOOLPY_FLASHMODE": "dio", + "ESPTOOLPY_FLASHMODE_DIO": true, + "ESPTOOLPY_FLASHMODE_DOUT": false, + "ESPTOOLPY_FLASHMODE_QIO": false, + "ESPTOOLPY_FLASHMODE_QOUT": false, + "ESPTOOLPY_FLASHSIZE": "4MB", + "ESPTOOLPY_FLASHSIZE_128MB": false, + "ESPTOOLPY_FLASHSIZE_16MB": false, + "ESPTOOLPY_FLASHSIZE_1MB": false, + "ESPTOOLPY_FLASHSIZE_2MB": false, + "ESPTOOLPY_FLASHSIZE_32MB": false, + "ESPTOOLPY_FLASHSIZE_4MB": true, + "ESPTOOLPY_FLASHSIZE_64MB": false, + "ESPTOOLPY_FLASHSIZE_8MB": false, + "ESPTOOLPY_FLASH_SAMPLE_MODE_STR": true, + "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE": false, + "ESPTOOLPY_MONITOR_BAUD": 115200, + "ESPTOOLPY_NO_STUB": false, + "ESP_BROWNOUT_DET": true, + "ESP_BROWNOUT_DET_LVL": 7, + "ESP_BROWNOUT_DET_LVL_SEL_2": false, + "ESP_BROWNOUT_DET_LVL_SEL_3": false, + "ESP_BROWNOUT_DET_LVL_SEL_4": false, + "ESP_BROWNOUT_DET_LVL_SEL_5": false, + "ESP_BROWNOUT_DET_LVL_SEL_6": false, + "ESP_BROWNOUT_DET_LVL_SEL_7": true, + "ESP_COEX_ENABLED": true, + "ESP_COEX_EXTERNAL_COEXIST_ENABLE": false, + "ESP_COEX_GPIO_DEBUG": false, + "ESP_COEX_POWER_MANAGEMENT": false, + "ESP_COEX_SW_COEXIST_ENABLE": true, + "ESP_CONSOLE_NONE": false, + "ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0, + "ESP_CONSOLE_SECONDARY_NONE": false, + "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true, + "ESP_CONSOLE_UART": true, + "ESP_CONSOLE_UART_BAUDRATE": 115200, + "ESP_CONSOLE_UART_CUSTOM": false, + "ESP_CONSOLE_UART_DEFAULT": true, + "ESP_CONSOLE_UART_NUM": 0, + "ESP_CONSOLE_USB_SERIAL_JTAG": false, + "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true, + "ESP_COREDUMP_ENABLE_TO_FLASH": false, + "ESP_COREDUMP_ENABLE_TO_NONE": true, + "ESP_COREDUMP_ENABLE_TO_UART": false, + "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP": true, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL": 1, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH": false, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW": true, + "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM": false, + "ESP_DEBUG_INCLUDE_OCD_STUB_BINS": false, + "ESP_DEBUG_OCDAWARE": true, + "ESP_DEBUG_STUBS_ENABLE": false, + "ESP_DEFAULT_CPU_FREQ_MHZ": 160, + "ESP_DEFAULT_CPU_FREQ_MHZ_120": false, + "ESP_DEFAULT_CPU_FREQ_MHZ_160": true, + "ESP_DEFAULT_CPU_FREQ_MHZ_80": false, + "ESP_EFUSE_BLOCK_REV_MAX_FULL": 99, + "ESP_EFUSE_BLOCK_REV_MIN_FULL": 0, + "ESP_ERR_TO_NAME_LOOKUP": true, + "ESP_EVENT_LOOP_PROFILING": false, + "ESP_EVENT_POST_FROM_IRAM_ISR": true, + "ESP_EVENT_POST_FROM_ISR": true, + "ESP_GDBSTUB_ENABLED": true, + "ESP_GDBSTUB_MAX_TASKS": 32, + "ESP_GDBSTUB_SUPPORT_TASKS": true, + "ESP_HTTPS_OTA_ALLOW_HTTP": false, + "ESP_HTTPS_OTA_DECRYPT_CB": false, + "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT": 2000, + "ESP_HTTPS_SERVER_ENABLE": false, + "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT": 2000, + "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH": false, + "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT": false, + "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH": false, + "ESP_HTTP_CLIENT_ENABLE_HTTPS": true, + "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT": 2000, + "ESP_INT_WDT": true, + "ESP_INT_WDT_TIMEOUT_MS": 300, + "ESP_IPC_TASK_STACK_SIZE": 1024, + "ESP_MAC_ADDR_UNIVERSE_BT": true, + "ESP_MAC_ADDR_UNIVERSE_ETH": true, + "ESP_MAC_ADDR_UNIVERSE_IEEE802154": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false, + "ESP_MAIN_TASK_AFFINITY": 0, + "ESP_MAIN_TASK_AFFINITY_CPU0": true, + "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false, + "ESP_MAIN_TASK_STACK_SIZE": 3584, + "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, + "ESP_NETIF_BRIDGE_EN": false, + "ESP_NETIF_IP_LOST_TIMER_INTERVAL": 120, + "ESP_NETIF_L2_TAP": false, + "ESP_NETIF_LOOPBACK": false, + "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION": false, + "ESP_NETIF_RECEIVE_REPORT_ERRORS": false, + "ESP_NETIF_REPORT_DATA_TRAFFIC": true, + "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF": false, + "ESP_NETIF_TCPIP_LWIP": true, + "ESP_NETIF_USES_TCPIP_WITH_BSD_API": true, + "ESP_PANIC_HANDLER_IRAM": false, + "ESP_PHY_CALIBRATION_AND_DATA_STORAGE": true, + "ESP_PHY_CALIBRATION_MODE": 0, + "ESP_PHY_ENABLED": true, + "ESP_PHY_ENABLE_CERT_TEST": false, + "ESP_PHY_INIT_DATA_IN_PARTITION": false, + "ESP_PHY_MAX_TX_POWER": 20, + "ESP_PHY_MAX_WIFI_TX_POWER": 20, + "ESP_PHY_PLL_TRACK_DEBUG": false, + "ESP_PHY_RECORD_USED_TIME": false, + "ESP_PHY_REDUCE_TX_POWER": false, + "ESP_PHY_RF_CAL_FULL": false, + "ESP_PHY_RF_CAL_NONE": false, + "ESP_PHY_RF_CAL_PARTIAL": true, + "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0": true, + "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1": true, + "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2": true, + "ESP_REV_MAX_FULL": 99, + "ESP_REV_MIN_FULL": 0, + "ESP_ROM_GET_CLK_FREQ": true, + "ESP_ROM_HAS_CRC_BE": true, + "ESP_ROM_HAS_CRC_LE": true, + "ESP_ROM_HAS_HAL_SYSTIMER": true, + "ESP_ROM_HAS_HAL_WDT": true, + "ESP_ROM_HAS_HEAP_TLSF": true, + "ESP_ROM_HAS_JPEG_DECODE": true, + "ESP_ROM_HAS_LAYOUT_TABLE": true, + "ESP_ROM_HAS_NEWLIB": true, + "ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT": true, + "ESP_ROM_HAS_OUTPUT_PUTC_FUNC": true, + "ESP_ROM_HAS_REGI2C_BUG": true, + "ESP_ROM_HAS_RETARGETABLE_LOCKING": true, + "ESP_ROM_HAS_RVFPLIB": true, + "ESP_ROM_HAS_SPI_FLASH": true, + "ESP_ROM_HAS_SW_FLOAT": true, + "ESP_ROM_HAS_VERSION": true, + "ESP_ROM_MULTI_HEAP_WALK_PATCH": true, + "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true, + "ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true, + "ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE": true, + "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true, + "ESP_ROM_TLSF_CHECK_PATCH": true, + "ESP_ROM_UART_CLK_IS_XTAL": true, + "ESP_ROM_USB_OTG_NUM": -1, + "ESP_ROM_USB_SERIAL_DEVICE_NUM": 3, + "ESP_ROM_WDT_INIT_PATCH": true, + "ESP_SLEEP_CACHE_SAFE_ASSERTION": false, + "ESP_SLEEP_DEBUG": false, + "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true, + "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true, + "ESP_SLEEP_GPIO_RESET_WORKAROUND": true, + "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, + "ESP_SLEEP_POWER_DOWN_FLASH": false, + "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0, + "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM": true, + "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true, + "ESP_SYSTEM_BBPLL_RECALIB": true, + "ESP_SYSTEM_BROWNOUT_INTR": true, + "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, + "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, + "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, + "ESP_SYSTEM_GDBSTUB_RUNTIME": false, + "ESP_SYSTEM_HW_PC_RECORD": true, + "ESP_SYSTEM_HW_STACK_GUARD": true, + "ESP_SYSTEM_PANIC_GDBSTUB": false, + "ESP_SYSTEM_PANIC_PRINT_HALT": false, + "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, + "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0, + "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_SYSTEM_PMP_IDRAM_SPLIT": true, + "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE": false, + "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true, + "ESP_SYSTEM_SINGLE_CORE_MODE": true, + "ESP_SYSTEM_USE_EH_FRAME": false, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, + "ESP_TASK_WDT_EN": true, + "ESP_TASK_WDT_INIT": true, + "ESP_TASK_WDT_PANIC": false, + "ESP_TASK_WDT_TIMEOUT_S": 5, + "ESP_TIMER_IMPL_SYSTIMER": true, + "ESP_TIMER_INTERRUPT_LEVEL": 1, + "ESP_TIMER_ISR_AFFINITY_CPU0": true, + "ESP_TIMER_PROFILING": false, + "ESP_TIMER_SHOW_EXPERIMENTAL": false, + "ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD": false, + "ESP_TIMER_TASK_AFFINITY": 0, + "ESP_TIMER_TASK_AFFINITY_CPU0": true, + "ESP_TIMER_TASK_STACK_SIZE": 3584, + "ESP_TIME_FUNCS_USE_ESP_TIMER": true, + "ESP_TIME_FUNCS_USE_RTC_TIMER": true, + "ESP_TLS_CLIENT_SESSION_TICKETS": false, + "ESP_TLS_INSECURE": false, + "ESP_TLS_PSK_VERIFICATION": false, + "ESP_TLS_SERVER_CERT_SELECT_HOOK": false, + "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL": false, + "ESP_TLS_SERVER_SESSION_TICKETS": false, + "ESP_TLS_USE_DS_PERIPHERAL": true, + "ESP_TLS_USING_MBEDTLS": true, + "ESP_WIFI_11KV_SUPPORT": false, + "ESP_WIFI_11R_SUPPORT": false, + "ESP_WIFI_AMPDU_RX_ENABLED": true, + "ESP_WIFI_AMPDU_TX_ENABLED": true, + "ESP_WIFI_CSI_ENABLED": false, + "ESP_WIFI_DEBUG_PRINT": false, + "ESP_WIFI_DPP_SUPPORT": false, + "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM": 32, + "ESP_WIFI_DYNAMIC_RX_MGMT_BUF": 0, + "ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER": false, + "ESP_WIFI_DYNAMIC_TX_BUFFER": true, + "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM": 32, + "ESP_WIFI_ENABLED": true, + "ESP_WIFI_ENABLE_SAE_PK": true, + "ESP_WIFI_ENABLE_WIFI_RX_STATS": false, + "ESP_WIFI_ENABLE_WIFI_TX_STATS": false, + "ESP_WIFI_ENABLE_WPA3_OWE_STA": true, + "ESP_WIFI_ENABLE_WPA3_SAE": true, + "ESP_WIFI_ENTERPRISE_SUPPORT": true, + "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER": false, + "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM": 7, + "ESP_WIFI_EXTRA_IRAM_OPT": true, + "ESP_WIFI_FTM_ENABLE": false, + "ESP_WIFI_GCMP_SUPPORT": false, + "ESP_WIFI_GMAC_SUPPORT": true, + "ESP_WIFI_IRAM_OPT": true, + "ESP_WIFI_MBEDTLS_CRYPTO": true, + "ESP_WIFI_MBEDTLS_TLS_CLIENT": true, + "ESP_WIFI_MBO_SUPPORT": false, + "ESP_WIFI_MGMT_SBUF_NUM": 32, + "ESP_WIFI_NVS_ENABLED": true, + "ESP_WIFI_RX_BA_WIN": 6, + "ESP_WIFI_RX_IRAM_OPT": true, + "ESP_WIFI_RX_MGMT_BUF_NUM_DEF": 5, + "ESP_WIFI_SLP_BEACON_LOST_OPT": false, + "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME": 10, + "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME": 50, + "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME": 15, + "ESP_WIFI_SLP_IRAM_OPT": true, + "ESP_WIFI_SOFTAP_BEACON_MAX_LEN": 752, + "ESP_WIFI_SOFTAP_SAE_SUPPORT": true, + "ESP_WIFI_SOFTAP_SUPPORT": true, + "ESP_WIFI_STATIC_RX_BUFFER_NUM": 10, + "ESP_WIFI_STATIC_RX_MGMT_BUFFER": true, + "ESP_WIFI_STATIC_TX_BUFFER": false, + "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE": true, + "ESP_WIFI_SUITE_B_192": false, + "ESP_WIFI_TESTING_OPTIONS": false, + "ESP_WIFI_TX_BA_WIN": 6, + "ESP_WIFI_TX_BUFFER_TYPE": 1, + "ESP_WIFI_TX_HETB_QUEUE_NUM": 3, + "ESP_WIFI_WAPI_PSK": false, + "ESP_WIFI_WPS_PASSPHRASE": false, + "ESP_WIFI_WPS_SOFTAP_REGISTRAR": false, + "ESP_WIFI_WPS_STRICT": false, + "ETH_ENABLED": true, + "ETH_SPI_ETHERNET_DM9051": false, + "ETH_SPI_ETHERNET_KSZ8851SNL": false, + "ETH_SPI_ETHERNET_W5500": false, + "ETH_TRANSMIT_MUTEX": false, + "ETH_USE_OPENETH": false, + "ETH_USE_SPI_ETHERNET": true, + "ETM_ENABLE_DEBUG_LOG": false, + "FATFS_CODEPAGE": 437, + "FATFS_CODEPAGE_437": true, + "FATFS_CODEPAGE_720": false, + "FATFS_CODEPAGE_737": false, + "FATFS_CODEPAGE_771": false, + "FATFS_CODEPAGE_775": false, + "FATFS_CODEPAGE_850": false, + "FATFS_CODEPAGE_852": false, + "FATFS_CODEPAGE_855": false, + "FATFS_CODEPAGE_857": false, + "FATFS_CODEPAGE_860": false, + "FATFS_CODEPAGE_861": false, + "FATFS_CODEPAGE_862": false, + "FATFS_CODEPAGE_863": false, + "FATFS_CODEPAGE_864": false, + "FATFS_CODEPAGE_865": false, + "FATFS_CODEPAGE_866": false, + "FATFS_CODEPAGE_869": false, + "FATFS_CODEPAGE_932": false, + "FATFS_CODEPAGE_936": false, + "FATFS_CODEPAGE_949": false, + "FATFS_CODEPAGE_950": false, + "FATFS_CODEPAGE_DYNAMIC": false, + "FATFS_FS_LOCK": 0, + "FATFS_IMMEDIATE_FSYNC": false, + "FATFS_LFN_HEAP": false, + "FATFS_LFN_NONE": true, + "FATFS_LFN_STACK": false, + "FATFS_LINK_LOCK": true, + "FATFS_PER_FILE_CACHE": true, + "FATFS_SECTOR_4096": true, + "FATFS_SECTOR_512": false, + "FATFS_TIMEOUT_MS": 10000, + "FATFS_USE_FASTSEEK": false, + "FATFS_USE_LABEL": false, + "FATFS_USE_STRFUNC_NONE": true, + "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV": false, + "FATFS_USE_STRFUNC_WITH_CRLF_CONV": false, + "FATFS_VFS_FSTAT_BLKSIZE": 0, + "FATFS_VOLUME_COUNT": 2, + "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, + "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false, + "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, + "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, + "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, + "FREERTOS_CORETIMER_SYSTIMER_LVL1": true, + "FREERTOS_CORETIMER_SYSTIMER_LVL3": false, + "FREERTOS_DEBUG_OCDAWARE": true, + "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, + "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, + "FREERTOS_ENABLE_TASK_SNAPSHOT": true, + "FREERTOS_GENERATE_RUN_TIME_STATS": false, + "FREERTOS_HZ": 100, + "FREERTOS_IDLE_TASK_STACKSIZE": 1536, + "FREERTOS_INTERRUPT_BACKTRACE": true, + "FREERTOS_ISR_STACKSIZE": 1536, + "FREERTOS_MAX_TASK_NAME_LEN": 16, + "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_NUMBER_OF_CORES": 1, + "FREERTOS_OPTIMIZED_SCHEDULER": true, + "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, + "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": true, + "FREERTOS_PORT": true, + "FREERTOS_QUEUE_REGISTRY_SIZE": 0, + "FREERTOS_SMP": false, + "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, + "FREERTOS_SYSTICK_USES_SYSTIMER": true, + "FREERTOS_TASK_FUNCTION_WRAPPER": true, + "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, + "FREERTOS_TASK_PRE_DELETION_HOOK": false, + "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, + "FREERTOS_TICK_SUPPORT_SYSTIMER": true, + "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647, + "FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc", + "FREERTOS_TIMER_TASK_AFFINITY_CPU0": false, + "FREERTOS_TIMER_TASK_NO_AFFINITY": true, + "FREERTOS_TIMER_TASK_PRIORITY": 1, + "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, + "FREERTOS_TLSP_DELETION_CALLBACKS": true, + "FREERTOS_UNICORE": true, + "FREERTOS_USE_APPLICATION_TASK_TAG": false, + "FREERTOS_USE_IDLE_HOOK": false, + "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false, + "FREERTOS_USE_TICK_HOOK": false, + "FREERTOS_USE_TIMERS": true, + "FREERTOS_USE_TRACE_FACILITY": false, + "FREERTOS_WATCHPOINT_END_OF_STACK": false, + "GDMA_CTRL_FUNC_IN_IRAM": true, + "GDMA_ENABLE_DEBUG_LOG": false, + "GDMA_ISR_IRAM_SAFE": false, + "GPIO_CTRL_FUNC_IN_IRAM": false, + "GPTIMER_CTRL_FUNC_IN_IRAM": false, + "GPTIMER_ENABLE_DEBUG_LOG": false, + "GPTIMER_ISR_HANDLER_IN_IRAM": true, + "GPTIMER_ISR_IRAM_SAFE": false, + "GPTIMER_SUPPRESS_DEPRECATE_WARN": false, + "HAL_ASSERTION_DISABLE": false, + "HAL_ASSERTION_ENABLE": false, + "HAL_ASSERTION_EQUALS_SYSTEM": true, + "HAL_ASSERTION_SILENT": false, + "HAL_DEFAULT_ASSERTION_LEVEL": 2, + "HAL_ECDSA_GEN_SIG_CM": false, + "HAL_SPI_MASTER_FUNC_IN_IRAM": true, + "HAL_SPI_SLAVE_FUNC_IN_IRAM": true, + "HAL_SYSTIMER_USE_ROM_IMPL": true, + "HAL_WDT_USE_ROM_IMPL": true, + "HEAP_ABORT_WHEN_ALLOCATION_FAILS": false, + "HEAP_POISONING_COMPREHENSIVE": false, + "HEAP_POISONING_DISABLED": true, + "HEAP_POISONING_LIGHT": false, + "HEAP_TASK_TRACKING": false, + "HEAP_TLSF_USE_ROM_IMPL": true, + "HEAP_TRACING_OFF": true, + "HEAP_TRACING_STANDALONE": false, + "HEAP_TRACING_TOHOST": false, + "HEAP_USE_HOOKS": false, + "HTTPD_ERR_RESP_NO_DELAY": true, + "HTTPD_LOG_PURGE_DATA": false, + "HTTPD_MAX_REQ_HDR_LEN": 512, + "HTTPD_MAX_URI_LEN": 512, + "HTTPD_PURGE_BUF_LEN": 32, + "HTTPD_QUEUE_WORK_BLOCKING": false, + "HTTPD_SERVER_EVENT_POST_TIMEOUT": 2000, + "HTTPD_WS_SUPPORT": false, + "I2C_ENABLE_DEBUG_LOG": false, + "I2C_ENABLE_SLAVE_DRIVER_VERSION_2": false, + "I2C_ISR_IRAM_SAFE": false, + "I2S_ENABLE_DEBUG_LOG": false, + "I2S_ISR_IRAM_SAFE": false, + "I2S_SUPPRESS_DEPRECATE_WARN": false, + "IDF_CMAKE": true, + "IDF_EXPERIMENTAL_FEATURES": false, + "IDF_FIRMWARE_CHIP_ID": 13, + "IDF_INIT_VERSION": "5.4.0", + "IDF_TARGET": "esp32c6", + "IDF_TARGET_ARCH": "riscv", + "IDF_TARGET_ARCH_RISCV": true, + "IDF_TARGET_ESP32C6": true, + "IDF_TOOLCHAIN": "gcc", + "IDF_TOOLCHAIN_GCC": true, + "IEEE802154_CCA_CARRIER": false, + "IEEE802154_CCA_CARRIER_AND_ED": false, + "IEEE802154_CCA_CARRIER_OR_ED": false, + "IEEE802154_CCA_ED": true, + "IEEE802154_CCA_MODE": 1, + "IEEE802154_CCA_THRESHOLD": -60, + "IEEE802154_DEBUG": false, + "IEEE802154_ENABLED": true, + "IEEE802154_MULTI_PAN_ENABLE": false, + "IEEE802154_PENDING_TABLE_SIZE": 20, + "IEEE802154_RX_BUFFER_SIZE": 20, + "IEEE802154_TIMING_OPTIMIZATION": false, + "LCD_ENABLE_DEBUG_LOG": false, + "LEDC_CTRL_FUNC_IN_IRAM": false, + "LOG_COLORS": false, + "LOG_DEFAULT_LEVEL": 3, + "LOG_DEFAULT_LEVEL_DEBUG": false, + "LOG_DEFAULT_LEVEL_ERROR": false, + "LOG_DEFAULT_LEVEL_INFO": true, + "LOG_DEFAULT_LEVEL_NONE": false, + "LOG_DEFAULT_LEVEL_VERBOSE": false, + "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_DYNAMIC_LEVEL_CONTROL": true, + "LOG_MASTER_LEVEL": false, + "LOG_MAXIMUM_EQUALS_DEFAULT": true, + "LOG_MAXIMUM_LEVEL": 3, + "LOG_MAXIMUM_LEVEL_DEBUG": false, + "LOG_MAXIMUM_LEVEL_VERBOSE": false, + "LOG_TAG_LEVEL_CACHE_ARRAY": false, + "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true, + "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true, + "LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31, + "LOG_TAG_LEVEL_IMPL_LINKED_LIST": false, + "LOG_TAG_LEVEL_IMPL_NONE": false, + "LOG_TIMESTAMP_SOURCE_RTOS": true, + "LOG_TIMESTAMP_SOURCE_SYSTEM": false, + "LWIP_AUTOIP": false, + "LWIP_BRIDGEIF_MAX_PORTS": 7, + "LWIP_BROADCAST_PING": false, + "LWIP_CHECKSUM_CHECK_ICMP": true, + "LWIP_CHECKSUM_CHECK_IP": false, + "LWIP_CHECKSUM_CHECK_UDP": false, + "LWIP_CHECK_THREAD_SAFETY": false, + "LWIP_DEBUG": false, + "LWIP_DHCPS": true, + "LWIP_DHCPS_ADD_DNS": true, + "LWIP_DHCPS_LEASE_UNIT": 60, + "LWIP_DHCPS_MAX_STATION_NUM": 8, + "LWIP_DHCPS_STATIC_ENTRIES": true, + "LWIP_DHCP_COARSE_TIMER_SECS": 1, + "LWIP_DHCP_DISABLE_CLIENT_ID": false, + "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID": true, + "LWIP_DHCP_DOES_ACD_CHECK": false, + "LWIP_DHCP_DOES_ARP_CHECK": true, + "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP": false, + "LWIP_DHCP_GET_NTP_SRV": false, + "LWIP_DHCP_OPTIONS_LEN": 68, + "LWIP_DHCP_RESTORE_LAST_IP": false, + "LWIP_DNS_MAX_HOST_IP": 1, + "LWIP_DNS_MAX_SERVERS": 3, + "LWIP_DNS_SETSERVER_WITH_NETIF": false, + "LWIP_DNS_SUPPORT_MDNS_QUERIES": true, + "LWIP_ENABLE": true, + "LWIP_ESP_GRATUITOUS_ARP": true, + "LWIP_ESP_LWIP_ASSERT": true, + "LWIP_ESP_MLDV6_REPORT": true, + "LWIP_EXTRA_IRAM_OPTIMIZATION": false, + "LWIP_FALLBACK_DNS_SERVER_SUPPORT": false, + "LWIP_FORCE_ROUTER_FORWARDING": false, + "LWIP_GARP_TMR_INTERVAL": 60, + "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM": false, + "LWIP_HOOK_DNS_EXT_RESOLVE_NONE": true, + "LWIP_HOOK_IP6_INPUT_CUSTOM": false, + "LWIP_HOOK_IP6_INPUT_DEFAULT": true, + "LWIP_HOOK_IP6_INPUT_NONE": false, + "LWIP_HOOK_IP6_ROUTE_CUSTOM": false, + "LWIP_HOOK_IP6_ROUTE_DEFAULT": false, + "LWIP_HOOK_IP6_ROUTE_NONE": true, + "LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM": false, + "LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT": false, + "LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE": true, + "LWIP_HOOK_ND6_GET_GW_CUSTOM": false, + "LWIP_HOOK_ND6_GET_GW_DEFAULT": false, + "LWIP_HOOK_ND6_GET_GW_NONE": true, + "LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM": false, + "LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT": false, + "LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE": true, + "LWIP_HOOK_TCP_ISN_CUSTOM": false, + "LWIP_HOOK_TCP_ISN_DEFAULT": true, + "LWIP_HOOK_TCP_ISN_NONE": false, + "LWIP_ICMP": true, + "LWIP_IP4_FRAG": true, + "LWIP_IP4_REASSEMBLY": false, + "LWIP_IP6_FRAG": true, + "LWIP_IP6_REASSEMBLY": false, + "LWIP_IPV4": true, + "LWIP_IPV6": true, + "LWIP_IPV6_AUTOCONFIG": false, + "LWIP_IPV6_FORWARD": false, + "LWIP_IPV6_MEMP_NUM_ND6_QUEUE": 3, + "LWIP_IPV6_ND6_NUM_DESTINATIONS": 10, + "LWIP_IPV6_ND6_NUM_NEIGHBORS": 5, + "LWIP_IPV6_ND6_NUM_PREFIXES": 5, + "LWIP_IPV6_ND6_NUM_ROUTERS": 3, + "LWIP_IPV6_NUM_ADDRESSES": 3, + "LWIP_IP_DEFAULT_TTL": 64, + "LWIP_IP_FORWARD": false, + "LWIP_IP_REASS_MAX_PBUFS": 10, + "LWIP_IRAM_OPTIMIZATION": false, + "LWIP_L2_TO_L3_COPY": false, + "LWIP_LOCAL_HOSTNAME": "espressif", + "LWIP_LOOPBACK_MAX_PBUFS": 8, + "LWIP_MAX_ACTIVE_TCP": 16, + "LWIP_MAX_LISTENING_TCP": 16, + "LWIP_MAX_RAW_PCBS": 16, + "LWIP_MAX_SOCKETS": 10, + "LWIP_MAX_UDP_PCBS": 16, + "LWIP_MLDV6_TMR_INTERVAL": 40, + "LWIP_MULTICAST_PING": false, + "LWIP_ND6": true, + "LWIP_NETBUF_RECVINFO": false, + "LWIP_NETIF_API": false, + "LWIP_NETIF_LOOPBACK": true, + "LWIP_NETIF_STATUS_CALLBACK": false, + "LWIP_NUM_NETIF_CLIENT_DATA": 0, + "LWIP_PPP_SUPPORT": false, + "LWIP_SLIP_SUPPORT": false, + "LWIP_SNTP_MAXIMUM_STARTUP_DELAY": 5000, + "LWIP_SNTP_MAX_SERVERS": 1, + "LWIP_SNTP_STARTUP_DELAY": true, + "LWIP_SNTP_UPDATE_DELAY": 3600000, + "LWIP_SO_LINGER": false, + "LWIP_SO_RCVBUF": false, + "LWIP_SO_REUSE": true, + "LWIP_SO_REUSE_RXTOALL": true, + "LWIP_STATS": false, + "LWIP_TCPIP_CORE_LOCKING": false, + "LWIP_TCPIP_RECVMBOX_SIZE": 32, + "LWIP_TCPIP_TASK_AFFINITY": 2147483647, + "LWIP_TCPIP_TASK_AFFINITY_CPU0": false, + "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY": true, + "LWIP_TCPIP_TASK_PRIO": 18, + "LWIP_TCPIP_TASK_STACK_SIZE": 3072, + "LWIP_TCP_ACCEPTMBOX_SIZE": 6, + "LWIP_TCP_FIN_WAIT_TIMEOUT": 20000, + "LWIP_TCP_HIGH_SPEED_RETRANSMISSION": true, + "LWIP_TCP_MAXRTX": 12, + "LWIP_TCP_MSL": 60000, + "LWIP_TCP_MSS": 1440, + "LWIP_TCP_OOSEQ_MAX_PBUFS": 4, + "LWIP_TCP_OOSEQ_TIMEOUT": 6, + "LWIP_TCP_OVERSIZE_DISABLE": false, + "LWIP_TCP_OVERSIZE_MSS": true, + "LWIP_TCP_OVERSIZE_QUARTER_MSS": false, + "LWIP_TCP_QUEUE_OOSEQ": true, + "LWIP_TCP_RECVMBOX_SIZE": 6, + "LWIP_TCP_RTO_TIME": 1500, + "LWIP_TCP_SACK_OUT": false, + "LWIP_TCP_SND_BUF_DEFAULT": 5760, + "LWIP_TCP_SYNMAXRTX": 12, + "LWIP_TCP_TMR_INTERVAL": 250, + "LWIP_TCP_WND_DEFAULT": 5760, + "LWIP_TIMERS_ONDEMAND": true, + "LWIP_UDP_RECVMBOX_SIZE": 6, + "LWIP_USE_ONLY_LWIP_SELECT": false, + "MBEDTLS_AES_C": true, + "MBEDTLS_AES_INTERRUPT_LEVEL": 0, + "MBEDTLS_AES_USE_INTERRUPT": true, + "MBEDTLS_ASYMMETRIC_CONTENT_LEN": true, + "MBEDTLS_ATCA_HW_ECDSA_SIGN": false, + "MBEDTLS_ATCA_HW_ECDSA_VERIFY": false, + "MBEDTLS_BLOWFISH_C": false, + "MBEDTLS_CAMELLIA_C": false, + "MBEDTLS_CCM_C": true, + "MBEDTLS_CERTIFICATE_BUNDLE": true, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN": false, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL": true, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE": false, + "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST": false, + "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS": 200, + "MBEDTLS_CHACHA20_C": false, + "MBEDTLS_CLIENT_SSL_SESSION_TICKETS": true, + "MBEDTLS_CMAC_C": true, + "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE": false, + "MBEDTLS_CUSTOM_MEM_ALLOC": false, + "MBEDTLS_DEBUG": false, + "MBEDTLS_DEFAULT_MEM_ALLOC": false, + "MBEDTLS_DES_C": false, + "MBEDTLS_DHM_C": false, + "MBEDTLS_DYNAMIC_BUFFER": false, + "MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK": true, + "MBEDTLS_ECDH_C": true, + "MBEDTLS_ECDSA_C": true, + "MBEDTLS_ECDSA_DETERMINISTIC": true, + "MBEDTLS_ECJPAKE_C": false, + "MBEDTLS_ECP_C": true, + "MBEDTLS_ECP_DP_BP256R1_ENABLED": true, + "MBEDTLS_ECP_DP_BP384R1_ENABLED": true, + "MBEDTLS_ECP_DP_BP512R1_ENABLED": true, + "MBEDTLS_ECP_DP_CURVE25519_ENABLED": true, + "MBEDTLS_ECP_DP_SECP192K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP192R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP224K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP224R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP256K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP256R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP384R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP521R1_ENABLED": true, + "MBEDTLS_ECP_FIXED_POINT_OPTIM": false, + "MBEDTLS_ECP_NIST_OPTIM": true, + "MBEDTLS_ECP_RESTARTABLE": false, + "MBEDTLS_ERROR_STRINGS": true, + "MBEDTLS_FS_IO": true, + "MBEDTLS_GCM_C": true, + "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER": true, + "MBEDTLS_HARDWARE_AES": true, + "MBEDTLS_HARDWARE_ECC": true, + "MBEDTLS_HARDWARE_MPI": true, + "MBEDTLS_HARDWARE_SHA": true, + "MBEDTLS_HAVE_TIME": true, + "MBEDTLS_HAVE_TIME_DATE": false, + "MBEDTLS_HKDF_C": false, + "MBEDTLS_INTERNAL_MEM_ALLOC": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDH_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE": true, + "MBEDTLS_KEY_EXCHANGE_RSA": true, + "MBEDTLS_LARGE_KEY_SOFTWARE_MPI": true, + "MBEDTLS_MPI_INTERRUPT_LEVEL": 0, + "MBEDTLS_MPI_USE_INTERRUPT": true, + "MBEDTLS_NIST_KW_C": false, + "MBEDTLS_PEM_PARSE_C": true, + "MBEDTLS_PEM_WRITE_C": true, + "MBEDTLS_PKCS7_C": true, + "MBEDTLS_PK_PARSE_EC_COMPRESSED": true, + "MBEDTLS_PK_PARSE_EC_EXTENDED": true, + "MBEDTLS_PLATFORM_TIME_ALT": false, + "MBEDTLS_POLY1305_C": false, + "MBEDTLS_PSK_MODES": false, + "MBEDTLS_RIPEMD160_C": false, + "MBEDTLS_ROM_MD5": true, + "MBEDTLS_SERVER_SSL_SESSION_TICKETS": true, + "MBEDTLS_SHA3_C": false, + "MBEDTLS_SHA512_C": true, + "MBEDTLS_SSL_ALPN": true, + "MBEDTLS_SSL_CONTEXT_SERIALIZATION": false, + "MBEDTLS_SSL_IN_CONTENT_LEN": 16384, + "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE": true, + "MBEDTLS_SSL_OUT_CONTENT_LEN": 4096, + "MBEDTLS_SSL_PROTO_DTLS": false, + "MBEDTLS_SSL_PROTO_GMTSSL1_1": false, + "MBEDTLS_SSL_PROTO_TLS1_2": true, + "MBEDTLS_SSL_PROTO_TLS1_3": false, + "MBEDTLS_SSL_RENEGOTIATION": true, + "MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH": false, + "MBEDTLS_THREADING_C": false, + "MBEDTLS_TLS_CLIENT": true, + "MBEDTLS_TLS_CLIENT_ONLY": false, + "MBEDTLS_TLS_DISABLED": false, + "MBEDTLS_TLS_ENABLED": true, + "MBEDTLS_TLS_SERVER": true, + "MBEDTLS_TLS_SERVER_AND_CLIENT": true, + "MBEDTLS_TLS_SERVER_ONLY": false, + "MBEDTLS_X509_CRL_PARSE_C": true, + "MBEDTLS_X509_CSR_PARSE_C": true, + "MBEDTLS_X509_TRUSTED_CERT_CALLBACK": false, + "MBEDTLS_XTEA_C": false, + "MCPWM_CTRL_FUNC_IN_IRAM": false, + "MCPWM_ENABLE_DEBUG_LOG": false, + "MCPWM_ISR_IRAM_SAFE": false, + "MCPWM_SUPPRESS_DEPRECATE_WARN": false, + "MMU_PAGE_MODE": "64KB", + "MMU_PAGE_SIZE": 65536, + "MMU_PAGE_SIZE_64KB": true, + "MQTT_CUSTOM_OUTBOX": false, + "MQTT_MSG_ID_INCREMENTAL": false, + "MQTT_PROTOCOL_311": true, + "MQTT_PROTOCOL_5": false, + "MQTT_REPORT_DELETED_MESSAGES": false, + "MQTT_SKIP_PUBLISH_IF_DISCONNECTED": false, + "MQTT_TASK_CORE_SELECTION_ENABLED": false, + "MQTT_TRANSPORT_SSL": true, + "MQTT_TRANSPORT_WEBSOCKET": true, + "MQTT_TRANSPORT_WEBSOCKET_SECURE": true, + "MQTT_USE_CUSTOM_CONFIG": false, + "NEWLIB_NANO_FORMAT": false, + "NEWLIB_STDIN_LINE_ENDING_CR": true, + "NEWLIB_STDIN_LINE_ENDING_CRLF": false, + "NEWLIB_STDIN_LINE_ENDING_LF": false, + "NEWLIB_STDOUT_LINE_ENDING_CR": false, + "NEWLIB_STDOUT_LINE_ENDING_CRLF": true, + "NEWLIB_STDOUT_LINE_ENDING_LF": false, + "NEWLIB_TIME_SYSCALL_USE_HRT": false, + "NEWLIB_TIME_SYSCALL_USE_NONE": false, + "NEWLIB_TIME_SYSCALL_USE_RTC": false, + "NEWLIB_TIME_SYSCALL_USE_RTC_HRT": true, + "NVS_ASSERT_ERROR_CHECK": false, + "NVS_ENCRYPTION": false, + "NVS_LEGACY_DUP_KEYS_COMPATIBILITY": false, + "OPENTHREAD_ENABLED": false, + "OPENTHREAD_SPINEL_ONLY": false, + "PARLIO_ENABLE_DEBUG_LOG": false, + "PARLIO_ISR_IRAM_SAFE": false, + "PARTITION_TABLE_CUSTOM": false, + "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", + "PARTITION_TABLE_FILENAME": "partitions_singleapp.csv", + "PARTITION_TABLE_MD5": true, + "PARTITION_TABLE_OFFSET": 32768, + "PARTITION_TABLE_SINGLE_APP": true, + "PARTITION_TABLE_SINGLE_APP_LARGE": false, + "PARTITION_TABLE_TWO_OTA": false, + "PARTITION_TABLE_TWO_OTA_LARGE": false, + "PCNT_CTRL_FUNC_IN_IRAM": false, + "PCNT_ENABLE_DEBUG_LOG": false, + "PCNT_ISR_IRAM_SAFE": false, + "PCNT_SUPPRESS_DEPRECATE_WARN": false, + "PERIPH_CTRL_FUNC_IN_IRAM": true, + "PM_ENABLE": false, + "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP": true, + "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP": false, + "PM_SLP_DEFAULT_PARAMS_OPT": true, + "PM_SLP_IRAM_OPT": false, + "PTHREAD_STACK_MIN": 768, + "PTHREAD_TASK_CORE_DEFAULT": -1, + "PTHREAD_TASK_NAME_DEFAULT": "pthread", + "PTHREAD_TASK_PRIO_DEFAULT": 5, + "PTHREAD_TASK_STACK_SIZE_DEFAULT": 3072, + "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH": false, + "RMT_ENABLE_DEBUG_LOG": false, + "RMT_ISR_IRAM_SAFE": false, + "RMT_RECV_FUNC_IN_IRAM": false, + "RMT_SUPPRESS_DEPRECATE_WARN": false, + "RTC_CLK_CAL_CYCLES": 1024, + "RTC_CLK_SRC_EXT_CRYS": false, + "RTC_CLK_SRC_EXT_OSC": false, + "RTC_CLK_SRC_INT_RC": true, + "RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED": false, + "SDM_CTRL_FUNC_IN_IRAM": false, + "SDM_ENABLE_DEBUG_LOG": false, + "SDM_SUPPRESS_DEPRECATE_WARN": false, + "SECURE_BOOT": false, + "SECURE_BOOT_V2_ECC_SUPPORTED": true, + "SECURE_BOOT_V2_PREFERRED": true, + "SECURE_BOOT_V2_RSA_SUPPORTED": true, + "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_ROM_DL_MODE_ENABLED": true, + "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SOC_ADC_ATTEN_NUM": 4, + "SOC_ADC_CALIBRATION_V1_SUPPORTED": true, + "SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED": true, + "SOC_ADC_DIGI_CONTROLLER_NUM": 1, + "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, + "SOC_ADC_DIGI_IIR_FILTER_NUM": 2, + "SOC_ADC_DIGI_MAX_BITWIDTH": 12, + "SOC_ADC_DIGI_MIN_BITWIDTH": 12, + "SOC_ADC_DIGI_MONITOR_NUM": 2, + "SOC_ADC_DIGI_RESULT_BYTES": 4, + "SOC_ADC_DIG_CTRL_SUPPORTED": true, + "SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true, + "SOC_ADC_DMA_SUPPORTED": true, + "SOC_ADC_MAX_CHANNEL_NUM": 7, + "SOC_ADC_MONITOR_SUPPORTED": true, + "SOC_ADC_PATT_LEN_MAX": 8, + "SOC_ADC_PERIPH_NUM": 1, + "SOC_ADC_RTC_MAX_BITWIDTH": 12, + "SOC_ADC_RTC_MIN_BITWIDTH": 12, + "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333, + "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611, + "SOC_ADC_SELF_HW_CALI_SUPPORTED": true, + "SOC_ADC_SHARED_POWER": true, + "SOC_ADC_SUPPORTED": true, + "SOC_ADC_TEMPERATURE_SHARE_INTR": true, + "SOC_AES_GDMA": true, + "SOC_AES_SUPPORTED": true, + "SOC_AES_SUPPORT_AES_128": true, + "SOC_AES_SUPPORT_AES_256": true, + "SOC_AES_SUPPORT_DMA": true, + "SOC_AHB_GDMA_SUPPORTED": true, + "SOC_AHB_GDMA_VERSION": 1, + "SOC_APM_CTRL_FILTER_SUPPORTED": true, + "SOC_APM_LP_APM0_SUPPORTED": true, + "SOC_APM_SUPPORTED": true, + "SOC_ASSIST_DEBUG_SUPPORTED": true, + "SOC_ASYNC_MEMCPY_SUPPORTED": true, + "SOC_BLE_50_SUPPORTED": true, + "SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true, + "SOC_BLE_MESH_SUPPORTED": true, + "SOC_BLE_MULTI_CONN_OPTIMIZATION": true, + "SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED": true, + "SOC_BLE_POWER_CONTROL_SUPPORTED": true, + "SOC_BLE_SUPPORTED": true, + "SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND": true, + "SOC_BLUFI_SUPPORTED": true, + "SOC_BOD_SUPPORTED": true, + "SOC_BROWNOUT_RESET_SUPPORTED": true, + "SOC_BT_SUPPORTED": true, + "SOC_CACHE_FREEZE_SUPPORTED": true, + "SOC_CAPS_NO_RESET_BY_ANA_BOD": true, + "SOC_CLK_OSC_SLOW_SUPPORTED": true, + "SOC_CLK_RC32K_SUPPORTED": true, + "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, + "SOC_CLK_TREE_SUPPORTED": true, + "SOC_CLK_XTAL32K_SUPPORTED": true, + "SOC_CLOCKOUT_HAS_SOURCE_GATE": true, + "SOC_COEX_HW_PTI": true, + "SOC_CPU_BREAKPOINTS_NUM": 4, + "SOC_CPU_CORES_NUM": 1, + "SOC_CPU_HAS_CSR_PC": true, + "SOC_CPU_HAS_FLEXIBLE_INTC": true, + "SOC_CPU_HAS_PMA": true, + "SOC_CPU_IDRAM_SPLIT_USING_PMP": true, + "SOC_CPU_INTR_NUM": 32, + "SOC_CPU_PMP_REGION_GRANULARITY": 4, + "SOC_CPU_WATCHPOINTS_NUM": 4, + "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648, + "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED": true, + "SOC_DEBUG_HAVE_OCD_STUB_BINS": true, + "SOC_DEDICATED_GPIO_SUPPORTED": true, + "SOC_DEDIC_GPIO_IN_CHANNELS_NUM": 8, + "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM": 8, + "SOC_DEDIC_PERIPH_ALWAYS_ENABLE": true, + "SOC_DEEP_SLEEP_SUPPORTED": true, + "SOC_DIG_SIGN_SUPPORTED": true, + "SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100, + "SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16, + "SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072, + "SOC_ECC_SUPPORTED": true, + "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true, + "SOC_EFUSE_DIS_DIRECT_BOOT": true, + "SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true, + "SOC_EFUSE_DIS_ICACHE": true, + "SOC_EFUSE_DIS_PAD_JTAG": true, + "SOC_EFUSE_DIS_USB_JTAG": true, + "SOC_EFUSE_KEY_PURPOSE_FIELD": true, + "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true, + "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3, + "SOC_EFUSE_SOFT_DIS_JTAG": true, + "SOC_EFUSE_SUPPORTED": true, + "SOC_ESP_NIMBLE_CONTROLLER": true, + "SOC_ETM_CHANNELS_PER_GROUP": 50, + "SOC_ETM_GROUPS": 1, + "SOC_ETM_SUPPORTED": true, + "SOC_ETM_SUPPORT_SLEEP_RETENTION": true, + "SOC_EXTERNAL_COEX_ADVANCE": true, + "SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN": true, + "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 64, + "SOC_FLASH_ENCRYPTION_XTS_AES": true, + "SOC_FLASH_ENCRYPTION_XTS_AES_128": true, + "SOC_FLASH_ENC_SUPPORTED": true, + "SOC_GDMA_NUM_GROUPS_MAX": 1, + "SOC_GDMA_PAIRS_PER_GROUP_MAX": 3, + "SOC_GDMA_SUPPORTED": true, + "SOC_GDMA_SUPPORT_ETM": true, + "SOC_GDMA_SUPPORT_SLEEP_RETENTION": true, + "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true, + "SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3, + "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 8, + "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0, + "SOC_GPIO_FLEX_GLITCH_FILTER_NUM": 8, + "SOC_GPIO_IN_RANGE_MAX": 30, + "SOC_GPIO_OUT_RANGE_MAX": 30, + "SOC_GPIO_PIN_COUNT": 31, + "SOC_GPIO_PORT": 1, + "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true, + "SOC_GPIO_SUPPORT_ETM": true, + "SOC_GPIO_SUPPORT_FORCE_HOLD": true, + "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true, + "SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP": true, + "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true, + "SOC_GPIO_SUPPORT_RTC_INDEPENDENT": true, + "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 2147483392, + "SOC_GPSPI_SUPPORTED": true, + "SOC_GPTIMER_SUPPORTED": true, + "SOC_HMAC_SUPPORTED": true, + "SOC_HP_I2C_NUM": 1, + "SOC_I2C_CMD_REG_NUM": 8, + "SOC_I2C_FIFO_LEN": 32, + "SOC_I2C_NUM": 2, + "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true, + "SOC_I2C_SLAVE_SUPPORT_BROADCAST": true, + "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true, + "SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH": true, + "SOC_I2C_SUPPORTED": true, + "SOC_I2C_SUPPORT_10BIT_ADDR": true, + "SOC_I2C_SUPPORT_HW_CLR_BUS": true, + "SOC_I2C_SUPPORT_HW_FSM_RST": true, + "SOC_I2C_SUPPORT_RTC": true, + "SOC_I2C_SUPPORT_SLAVE": true, + "SOC_I2C_SUPPORT_SLEEP_RETENTION": true, + "SOC_I2C_SUPPORT_XTAL": true, + "SOC_I2S_HW_VERSION_2": true, + "SOC_I2S_NUM": 1, + "SOC_I2S_PDM_MAX_TX_LINES": 2, + "SOC_I2S_SUPPORTED": true, + "SOC_I2S_SUPPORTS_ETM": true, + "SOC_I2S_SUPPORTS_PCM": true, + "SOC_I2S_SUPPORTS_PDM": true, + "SOC_I2S_SUPPORTS_PDM_TX": true, + "SOC_I2S_SUPPORTS_PLL_F160M": true, + "SOC_I2S_SUPPORTS_TDM": true, + "SOC_I2S_SUPPORTS_XTAL": true, + "SOC_I2S_SUPPORT_SLEEP_RETENTION": true, + "SOC_IEEE802154_SUPPORTED": true, + "SOC_INT_PLIC_SUPPORTED": true, + "SOC_LEDC_CHANNEL_NUM": 6, + "SOC_LEDC_FADE_PARAMS_BIT_WIDTH": 10, + "SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX": 16, + "SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED": true, + "SOC_LEDC_SUPPORTED": true, + "SOC_LEDC_SUPPORT_FADE_STOP": true, + "SOC_LEDC_SUPPORT_PLL_DIV_CLOCK": true, + "SOC_LEDC_SUPPORT_SLEEP_RETENTION": true, + "SOC_LEDC_SUPPORT_XTAL_CLOCK": true, + "SOC_LEDC_TIMER_BIT_WIDTH": 20, + "SOC_LEDC_TIMER_NUM": 4, + "SOC_LIGHT_SLEEP_SUPPORTED": true, + "SOC_LP_AON_SUPPORTED": true, + "SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR": true, + "SOC_LP_CORE_SUPPORTED": true, + "SOC_LP_CORE_SUPPORT_ETM": true, + "SOC_LP_I2C_FIFO_LEN": 16, + "SOC_LP_I2C_NUM": 1, + "SOC_LP_I2C_SUPPORTED": true, + "SOC_LP_IO_CLOCK_IS_INDEPENDENT": true, + "SOC_LP_PERIPHERALS_SUPPORTED": true, + "SOC_LP_TIMER_BIT_WIDTH_HI": 16, + "SOC_LP_TIMER_BIT_WIDTH_LO": 32, + "SOC_LP_TIMER_SUPPORTED": true, + "SOC_LP_UART_FIFO_LEN": 16, + "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER": 3, + "SOC_MCPWM_CAPTURE_CLK_FROM_GROUP": true, + "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP": true, + "SOC_MCPWM_COMPARATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GENERATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GPIO_FAULTS_PER_GROUP": 3, + "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP": 3, + "SOC_MCPWM_GROUPS": 1, + "SOC_MCPWM_OPERATORS_PER_GROUP": 3, + "SOC_MCPWM_SUPPORTED": true, + "SOC_MCPWM_SUPPORT_ETM": true, + "SOC_MCPWM_SUPPORT_SLEEP_RETENTION": true, + "SOC_MCPWM_SWSYNC_CAN_PROPAGATE": true, + "SOC_MCPWM_TIMERS_PER_GROUP": 3, + "SOC_MCPWM_TRIGGERS_PER_OPERATOR": 2, + "SOC_MEMSPI_IS_INDEPENDENT": true, + "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true, + "SOC_MMU_DI_VADDR_SHARED": true, + "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 1, + "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED": true, + "SOC_MMU_PAGE_SIZE_CONFIGURABLE": true, + "SOC_MMU_PERIPH_NUM": 1, + "SOC_MODEM_CLOCK_IS_INDEPENDENT": true, + "SOC_MODEM_CLOCK_SUPPORTED": true, + "SOC_MPI_MEM_BLOCKS_NUM": 4, + "SOC_MPI_OPERATIONS_NUM": 3, + "SOC_MPI_SUPPORTED": true, + "SOC_MPU_MIN_REGION_SIZE": 536870912, + "SOC_MPU_REGIONS_MAX_NUM": 8, + "SOC_MWDT_SUPPORT_SLEEP_RETENTION": true, + "SOC_MWDT_SUPPORT_XTAL": true, + "SOC_PARLIO_GROUPS": 1, + "SOC_PARLIO_RX_UNITS_PER_GROUP": 1, + "SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH": 16, + "SOC_PARLIO_SUPPORTED": true, + "SOC_PARLIO_SUPPORT_SLEEP_RETENTION": true, + "SOC_PARLIO_TX_RX_SHARE_INTERRUPT": true, + "SOC_PARLIO_TX_UNITS_PER_GROUP": 1, + "SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH": 16, + "SOC_PAU_SUPPORTED": true, + "SOC_PCNT_CHANNELS_PER_UNIT": 2, + "SOC_PCNT_GROUPS": 1, + "SOC_PCNT_SUPPORTED": true, + "SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE": true, + "SOC_PCNT_SUPPORT_SLEEP_RETENTION": true, + "SOC_PCNT_THRES_POINT_PER_UNIT": 2, + "SOC_PCNT_UNITS_PER_GROUP": 4, + "SOC_PHY_COMBO_MODULE": true, + "SOC_PHY_DIG_REGS_MEM_SIZE": 21, + "SOC_PHY_SUPPORTED": true, + "SOC_PMU_SUPPORTED": true, + "SOC_PM_CPU_RETENTION_BY_SW": true, + "SOC_PM_MODEM_RETENTION_BY_REGDMA": true, + "SOC_PM_PAU_LINK_NUM": 4, + "SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR": true, + "SOC_PM_PAU_REGDMA_LINK_WIFIMAC": true, + "SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE": true, + "SOC_PM_RETENTION_HAS_CLOCK_BUG": true, + "SOC_PM_RETENTION_MODULE_NUM": 32, + "SOC_PM_SUPPORTED": true, + "SOC_PM_SUPPORT_BEACON_WAKEUP": true, + "SOC_PM_SUPPORT_BT_WAKEUP": true, + "SOC_PM_SUPPORT_CPU_PD": true, + "SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY": true, + "SOC_PM_SUPPORT_EXT1_WAKEUP": true, + "SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN": true, + "SOC_PM_SUPPORT_HP_AON_PD": true, + "SOC_PM_SUPPORT_MAC_BB_PD": true, + "SOC_PM_SUPPORT_MODEM_PD": true, + "SOC_PM_SUPPORT_PMU_MODEM_STATE": true, + "SOC_PM_SUPPORT_RC32K_PD": true, + "SOC_PM_SUPPORT_RC_FAST_PD": true, + "SOC_PM_SUPPORT_RTC_PERIPH_PD": true, + "SOC_PM_SUPPORT_TOP_PD": true, + "SOC_PM_SUPPORT_VDDSDIO_PD": true, + "SOC_PM_SUPPORT_WIFI_WAKEUP": true, + "SOC_PM_SUPPORT_XTAL32K_PD": true, + "SOC_RCC_IS_INDEPENDENT": true, + "SOC_RMT_CHANNELS_PER_GROUP": 4, + "SOC_RMT_GROUPS": 1, + "SOC_RMT_MEM_WORDS_PER_CHANNEL": 48, + "SOC_RMT_RX_CANDIDATES_PER_GROUP": 2, + "SOC_RMT_SUPPORTED": true, + "SOC_RMT_SUPPORT_RC_FAST": true, + "SOC_RMT_SUPPORT_RX_DEMODULATION": true, + "SOC_RMT_SUPPORT_RX_PINGPONG": true, + "SOC_RMT_SUPPORT_SLEEP_RETENTION": true, + "SOC_RMT_SUPPORT_TX_ASYNC_STOP": true, + "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true, + "SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP": true, + "SOC_RMT_SUPPORT_TX_LOOP_COUNT": true, + "SOC_RMT_SUPPORT_TX_SYNCHRO": true, + "SOC_RMT_SUPPORT_XTAL": true, + "SOC_RMT_TX_CANDIDATES_PER_GROUP": 2, + "SOC_RNG_CLOCK_IS_INDEPENDENT": true, + "SOC_RNG_SUPPORTED": true, + "SOC_RSA_MAX_BIT_LEN": 3072, + "SOC_RTCIO_HOLD_SUPPORTED": true, + "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED": true, + "SOC_RTCIO_PIN_COUNT": 8, + "SOC_RTCIO_WAKE_SUPPORTED": true, + "SOC_RTC_FAST_MEM_SUPPORTED": true, + "SOC_RTC_MEM_SUPPORTED": true, + "SOC_SDIO_SLAVE_SUPPORTED": true, + "SOC_SDM_CHANNELS_PER_GROUP": 4, + "SOC_SDM_CLK_SUPPORT_PLL_F80M": true, + "SOC_SDM_CLK_SUPPORT_XTAL": true, + "SOC_SDM_GROUPS": 1, + "SOC_SDM_SUPPORTED": true, + "SOC_SECURE_BOOT_SUPPORTED": true, + "SOC_SECURE_BOOT_V2_ECC": true, + "SOC_SECURE_BOOT_V2_RSA": true, + "SOC_SHARED_IDCACHE_SUPPORTED": true, + "SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968, + "SOC_SHA_GDMA": true, + "SOC_SHA_SUPPORTED": true, + "SOC_SHA_SUPPORT_DMA": true, + "SOC_SHA_SUPPORT_RESUME": true, + "SOC_SHA_SUPPORT_SHA1": true, + "SOC_SHA_SUPPORT_SHA224": true, + "SOC_SHA_SUPPORT_SHA256": true, + "SOC_SPI_FLASH_SUPPORTED": true, + "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, + "SOC_SPI_MAX_CS_NUM": 6, + "SOC_SPI_MAX_PRE_DIVIDER": 16, + "SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true, + "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true, + "SOC_SPI_MEM_SUPPORT_CHECK_SUS": true, + "SOC_SPI_MEM_SUPPORT_IDLE_INTR": true, + "SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_WRAP": true, + "SOC_SPI_PERIPH_NUM": 2, + "SOC_SPI_SCT_BUFFER_NUM_MAX": true, + "SOC_SPI_SCT_CONF_BITLEN_MAX": 262138, + "SOC_SPI_SCT_REG_NUM": 14, + "SOC_SPI_SCT_SUPPORTED": true, + "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true, + "SOC_SPI_SUPPORT_CD_SIG": true, + "SOC_SPI_SUPPORT_CLK_PLL_F80M": true, + "SOC_SPI_SUPPORT_CLK_RC_FAST": true, + "SOC_SPI_SUPPORT_CLK_XTAL": true, + "SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true, + "SOC_SPI_SUPPORT_DDRCLK": true, + "SOC_SPI_SUPPORT_SLAVE_HD_VER2": true, + "SOC_SPI_SUPPORT_SLEEP_RETENTION": true, + "SOC_SUPPORTS_SECURE_DL_MODE": true, + "SOC_SUPPORT_COEXISTENCE": true, + "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true, + "SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true, + "SOC_SYSTIMER_ALARM_NUM": 3, + "SOC_SYSTIMER_BIT_WIDTH_HI": 20, + "SOC_SYSTIMER_BIT_WIDTH_LO": 32, + "SOC_SYSTIMER_COUNTER_NUM": 2, + "SOC_SYSTIMER_FIXED_DIVIDER": true, + "SOC_SYSTIMER_INT_LEVEL": true, + "SOC_SYSTIMER_SUPPORTED": true, + "SOC_SYSTIMER_SUPPORT_ETM": true, + "SOC_SYSTIMER_SUPPORT_RC_FAST": true, + "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_ETM": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true, + "SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN": true, + "SOC_TEMP_SENSOR_SUPPORTED": true, + "SOC_TIMER_GROUPS": 2, + "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 54, + "SOC_TIMER_GROUP_SUPPORT_RC_FAST": true, + "SOC_TIMER_GROUP_SUPPORT_XTAL": true, + "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 1, + "SOC_TIMER_GROUP_TOTAL_TIMERS": 2, + "SOC_TIMER_SUPPORT_ETM": true, + "SOC_TIMER_SUPPORT_SLEEP_RETENTION": true, + "SOC_TWAI_BRP_MAX": 32768, + "SOC_TWAI_BRP_MIN": 2, + "SOC_TWAI_CLK_SUPPORT_XTAL": true, + "SOC_TWAI_CONTROLLER_NUM": 2, + "SOC_TWAI_SUPPORTED": true, + "SOC_TWAI_SUPPORTS_RX_STATUS": true, + "SOC_TWAI_SUPPORT_SLEEP_RETENTION": true, + "SOC_UART_BITRATE_MAX": 5000000, + "SOC_UART_FIFO_LEN": 128, + "SOC_UART_HAS_LP_UART": true, + "SOC_UART_HP_NUM": 2, + "SOC_UART_LP_NUM": 1, + "SOC_UART_NUM": 3, + "SOC_UART_SUPPORTED": true, + "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true, + "SOC_UART_SUPPORT_PLL_F80M_CLK": true, + "SOC_UART_SUPPORT_RTC_CLK": true, + "SOC_UART_SUPPORT_SLEEP_RETENTION": true, + "SOC_UART_SUPPORT_WAKEUP_INT": true, + "SOC_UART_SUPPORT_XTAL_CLK": true, + "SOC_ULP_LP_UART_SUPPORTED": true, + "SOC_ULP_SUPPORTED": true, + "SOC_USB_SERIAL_JTAG_SUPPORTED": true, + "SOC_WDT_SUPPORTED": true, + "SOC_WIFI_CSI_SUPPORT": true, + "SOC_WIFI_FTM_SUPPORT": true, + "SOC_WIFI_GCMP_SUPPORT": true, + "SOC_WIFI_HE_SUPPORT": true, + "SOC_WIFI_HW_TSF": true, + "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12, + "SOC_WIFI_MAC_VERSION_NUM": 2, + "SOC_WIFI_MESH_SUPPORT": true, + "SOC_WIFI_SUPPORTED": true, + "SOC_WIFI_WAPI_SUPPORT": true, + "SOC_XTAL_SUPPORT_40M": true, + "SPIFFS_API_DBG": false, + "SPIFFS_CACHE": true, + "SPIFFS_CACHE_DBG": false, + "SPIFFS_CACHE_STATS": false, + "SPIFFS_CACHE_WR": true, + "SPIFFS_CHECK_DBG": false, + "SPIFFS_DBG": false, + "SPIFFS_FOLLOW_SYMLINKS": false, + "SPIFFS_GC_DBG": false, + "SPIFFS_GC_MAX_RUNS": 10, + "SPIFFS_GC_STATS": false, + "SPIFFS_MAX_PARTITIONS": 3, + "SPIFFS_META_LENGTH": 4, + "SPIFFS_OBJ_NAME_LEN": 32, + "SPIFFS_PAGE_CHECK": true, + "SPIFFS_PAGE_SIZE": 256, + "SPIFFS_TEST_VISUALISATION": false, + "SPIFFS_USE_MAGIC": true, + "SPIFFS_USE_MAGIC_LENGTH": true, + "SPIFFS_USE_MTIME": true, + "SPI_FLASH_AUTO_SUSPEND": false, + "SPI_FLASH_BROWNOUT_RESET": true, + "SPI_FLASH_BROWNOUT_RESET_XMC": true, + "SPI_FLASH_BYPASS_BLOCK_ERASE": false, + "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED": false, + "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, + "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, + "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, + "SPI_FLASH_ENABLE_COUNTERS": false, + "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true, + "SPI_FLASH_ERASE_YIELD_DURATION_MS": 20, + "SPI_FLASH_ERASE_YIELD_TICKS": 1, + "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false, + "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false, + "SPI_FLASH_ROM_DRIVER_PATCH": true, + "SPI_FLASH_ROM_IMPL": false, + "SPI_FLASH_SIZE_OVERRIDE": false, + "SPI_FLASH_SUPPORT_BOYA_CHIP": false, + "SPI_FLASH_SUPPORT_GD_CHIP": false, + "SPI_FLASH_SUPPORT_ISSI_CHIP": false, + "SPI_FLASH_SUPPORT_MXIC_CHIP": false, + "SPI_FLASH_SUPPORT_TH_CHIP": false, + "SPI_FLASH_SUPPORT_WINBOND_CHIP": false, + "SPI_FLASH_SUSPEND_TSUS_VAL_US": 50, + "SPI_FLASH_VENDOR_XMC_SUPPORTED": true, + "SPI_FLASH_VERIFY_WRITE": false, + "SPI_FLASH_WRITE_CHUNK_SIZE": 8192, + "SPI_FLASH_YIELD_DURING_ERASE": true, + "SPI_MASTER_IN_IRAM": false, + "SPI_MASTER_ISR_IN_IRAM": true, + "SPI_SLAVE_IN_IRAM": false, + "SPI_SLAVE_ISR_IN_IRAM": true, + "TEMP_SENSOR_ENABLE_DEBUG_LOG": false, + "TEMP_SENSOR_ISR_IRAM_SAFE": false, + "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN": false, + "TWAI_ISR_IN_IRAM": false, + "UART_ISR_IN_IRAM": false, + "ULP_COPROC_ENABLED": false, + "UNITY_ENABLE_64BIT": false, + "UNITY_ENABLE_BACKTRACE_ON_FAIL": false, + "UNITY_ENABLE_COLOR": false, + "UNITY_ENABLE_DOUBLE": true, + "UNITY_ENABLE_FIXTURE": false, + "UNITY_ENABLE_FLOAT": true, + "UNITY_ENABLE_IDF_TEST_RUNNER": true, + "USJ_ENABLE_USB_SERIAL_JTAG": true, + "VFS_INITIALIZE_DEV_NULL": true, + "VFS_MAX_COUNT": 8, + "VFS_SELECT_IN_RAM": false, + "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS": 1, + "VFS_SUPPORT_DIR": true, + "VFS_SUPPORT_IO": true, + "VFS_SUPPORT_SELECT": true, + "VFS_SUPPORT_TERMIOS": true, + "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT": true, + "WIFI_PROV_AUTOSTOP_TIMEOUT": 30, + "WIFI_PROV_SCAN_MAX_ENTRIES": 16, + "WIFI_PROV_STA_ALL_CHANNEL_SCAN": true, + "WIFI_PROV_STA_FAST_SCAN": false, + "WL_SECTOR_SIZE": 4096, + "WL_SECTOR_SIZE_4096": true, + "WL_SECTOR_SIZE_512": false, + "WS_BUFFER_SIZE": 1024, + "WS_DYNAMIC_BUFFER": false, + "WS_TRANSPORT": true, + "XTAL_FREQ": 40, + "XTAL_FREQ_40": true +} \ No newline at end of file diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj new file mode 100644 index 0000000..b0ba2f6 Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj differ diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj new file mode 100644 index 0000000..66a16e4 Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj differ diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj new file mode 100644 index 0000000..effab6e Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj differ diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj new file mode 100644 index 0000000..c03139e Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj differ diff --git a/build/esp-idf/app_trace/cmake_install.cmake b/build/esp-idf/app_trace/cmake_install.cmake new file mode 100644 index 0000000..d6731e0 --- /dev/null +++ b/build/esp-idf/app_trace/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/app_trace/libapp_trace.a b/build/esp-idf/app_trace/libapp_trace.a new file mode 100644 index 0000000..cebc9e7 Binary files /dev/null and b/build/esp-idf/app_trace/libapp_trace.a differ diff --git a/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj new file mode 100644 index 0000000..a07f3dd Binary files /dev/null and b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj differ diff --git a/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj new file mode 100644 index 0000000..3500d5b Binary files /dev/null and b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj differ diff --git a/build/esp-idf/app_update/cmake_install.cmake b/build/esp-idf/app_update/cmake_install.cmake new file mode 100644 index 0000000..1726a70 --- /dev/null +++ b/build/esp-idf/app_update/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/app_update + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/app_update/libapp_update.a b/build/esp-idf/app_update/libapp_update.a new file mode 100644 index 0000000..223af54 Binary files /dev/null and b/build/esp-idf/app_update/libapp_update.a differ diff --git a/build/esp-idf/bootloader/bootloader-flash_args.in b/build/esp-idf/bootloader/bootloader-flash_args.in new file mode 100644 index 0000000..a8204b4 --- /dev/null +++ b/build/esp-idf/bootloader/bootloader-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x0 bootloader/bootloader.bin \ No newline at end of file diff --git a/build/esp-idf/bootloader/cmake_install.cmake b/build/esp-idf/bootloader/cmake_install.cmake new file mode 100644 index 0000000..740e0b3 --- /dev/null +++ b/build/esp-idf/bootloader/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj new file mode 100644 index 0000000..0d5ddbe Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj new file mode 100644 index 0000000..3a2dd95 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj new file mode 100644 index 0000000..e491bcf Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj new file mode 100644 index 0000000..8424895 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj new file mode 100644 index 0000000..1dca09b Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj new file mode 100644 index 0000000..6ed4426 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj new file mode 100644 index 0000000..c6a07f2 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj new file mode 100644 index 0000000..7b4d7b1 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj new file mode 100644 index 0000000..dfa005d Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj new file mode 100644 index 0000000..9530efa Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj new file mode 100644 index 0000000..9636b9e Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj new file mode 100644 index 0000000..8b81255 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj new file mode 100644 index 0000000..d6fa02f Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj new file mode 100644 index 0000000..2f5babd Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj new file mode 100644 index 0000000..ce914d9 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj new file mode 100644 index 0000000..66ad79c Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj new file mode 100644 index 0000000..7ff7374 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj differ diff --git a/build/esp-idf/bootloader_support/cmake_install.cmake b/build/esp-idf/bootloader_support/cmake_install.cmake new file mode 100644 index 0000000..9b79673 --- /dev/null +++ b/build/esp-idf/bootloader_support/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/bootloader_support/libbootloader_support.a b/build/esp-idf/bootloader_support/libbootloader_support.a new file mode 100644 index 0000000..d33e02a Binary files /dev/null and b/build/esp-idf/bootloader_support/libbootloader_support.a differ diff --git a/build/esp-idf/bt/cmake_install.cmake b/build/esp-idf/bt/cmake_install.cmake new file mode 100644 index 0000000..c1c3633 --- /dev/null +++ b/build/esp-idf/bt/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/bt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/cmake_install.cmake b/build/esp-idf/cmake_install.cmake new file mode 100644 index 0000000..c1b6a78 --- /dev/null +++ b/build/esp-idf/cmake_install.cmake @@ -0,0 +1,555 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj b/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj new file mode 100644 index 0000000..04ed66b Binary files /dev/null and b/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj differ diff --git a/build/esp-idf/cmock/cmake_install.cmake b/build/esp-idf/cmock/cmake_install.cmake new file mode 100644 index 0000000..a7b731b --- /dev/null +++ b/build/esp-idf/cmock/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/cmock + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/cmock/libcmock.a b/build/esp-idf/cmock/libcmock.a new file mode 100644 index 0000000..332ecb9 Binary files /dev/null and b/build/esp-idf/cmock/libcmock.a differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj new file mode 100644 index 0000000..af91877 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj new file mode 100644 index 0000000..b7e149b Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj new file mode 100644 index 0000000..8f40f38 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj new file mode 100644 index 0000000..2e5cf4f Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj new file mode 100644 index 0000000..4bfb352 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj new file mode 100644 index 0000000..c62332d Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj new file mode 100644 index 0000000..9f9367d Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj new file mode 100644 index 0000000..875b8dd Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj new file mode 100644 index 0000000..0ab1778 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj new file mode 100644 index 0000000..ee1e319 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj new file mode 100644 index 0000000..3ef6c3f Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj new file mode 100644 index 0000000..67a41c3 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj new file mode 100644 index 0000000..451e01d Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj new file mode 100644 index 0000000..854a474 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj new file mode 100644 index 0000000..9d9e02c Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj new file mode 100644 index 0000000..4b71299 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj new file mode 100644 index 0000000..e18726a Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj new file mode 100644 index 0000000..1f5f789 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj new file mode 100644 index 0000000..b0a8415 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj differ diff --git a/build/esp-idf/console/cmake_install.cmake b/build/esp-idf/console/cmake_install.cmake new file mode 100644 index 0000000..b6c3543 --- /dev/null +++ b/build/esp-idf/console/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/console/libconsole.a b/build/esp-idf/console/libconsole.a new file mode 100644 index 0000000..08394a2 Binary files /dev/null and b/build/esp-idf/console/libconsole.a differ diff --git a/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj new file mode 100644 index 0000000..6b8681c Binary files /dev/null and b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj differ diff --git a/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj new file mode 100644 index 0000000..e35daae Binary files /dev/null and b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj differ diff --git a/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj new file mode 100644 index 0000000..2e111ff Binary files /dev/null and b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj differ diff --git a/build/esp-idf/cxx/cmake_install.cmake b/build/esp-idf/cxx/cmake_install.cmake new file mode 100644 index 0000000..31d438b --- /dev/null +++ b/build/esp-idf/cxx/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/cxx + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/cxx/libcxx.a b/build/esp-idf/cxx/libcxx.a new file mode 100644 index 0000000..93663ba Binary files /dev/null and b/build/esp-idf/cxx/libcxx.a differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj new file mode 100644 index 0000000..29ca843 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj new file mode 100644 index 0000000..8ac66b1 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj new file mode 100644 index 0000000..7819af2 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj new file mode 100644 index 0000000..912d0aa Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj new file mode 100644 index 0000000..f45d17b Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj new file mode 100644 index 0000000..167f250 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj new file mode 100644 index 0000000..cd21207 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj new file mode 100644 index 0000000..017995a Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj new file mode 100644 index 0000000..2332750 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj new file mode 100644 index 0000000..b7594e7 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj new file mode 100644 index 0000000..dbf8472 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj differ diff --git a/build/esp-idf/driver/cmake_install.cmake b/build/esp-idf/driver/cmake_install.cmake new file mode 100644 index 0000000..5b91c1e --- /dev/null +++ b/build/esp-idf/driver/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/driver + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/driver/libdriver.a b/build/esp-idf/driver/libdriver.a new file mode 100644 index 0000000..1bfe7bb Binary files /dev/null and b/build/esp-idf/driver/libdriver.a differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj new file mode 100644 index 0000000..70a4b08 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj new file mode 100644 index 0000000..6d5aff1 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj new file mode 100644 index 0000000..9d1beca Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj new file mode 100644 index 0000000..a6ed4e9 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj new file mode 100644 index 0000000..a10e166 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj new file mode 100644 index 0000000..870f274 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj new file mode 100644 index 0000000..f349a85 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj new file mode 100644 index 0000000..7490046 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj new file mode 100644 index 0000000..6583a55 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj differ diff --git a/build/esp-idf/efuse/cmake_install.cmake b/build/esp-idf/efuse/cmake_install.cmake new file mode 100644 index 0000000..45a548f --- /dev/null +++ b/build/esp-idf/efuse/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/efuse + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/efuse/libefuse.a b/build/esp-idf/efuse/libefuse.a new file mode 100644 index 0000000..4a496eb Binary files /dev/null and b/build/esp-idf/efuse/libefuse.a differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj new file mode 100644 index 0000000..605cce5 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj new file mode 100644 index 0000000..f180a8f Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj new file mode 100644 index 0000000..36e0887 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj new file mode 100644 index 0000000..a08d8e6 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj new file mode 100644 index 0000000..d6071d8 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj differ diff --git a/build/esp-idf/esp-tls/cmake_install.cmake b/build/esp-idf/esp-tls/cmake_install.cmake new file mode 100644 index 0000000..ae08702 --- /dev/null +++ b/build/esp-idf/esp-tls/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp-tls/libesp-tls.a b/build/esp-idf/esp-tls/libesp-tls.a new file mode 100644 index 0000000..3bbab77 Binary files /dev/null and b/build/esp-idf/esp-tls/libesp-tls.a differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj new file mode 100644 index 0000000..9f2f975 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj new file mode 100644 index 0000000..74f3eeb Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj new file mode 100644 index 0000000..12884b8 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj new file mode 100644 index 0000000..13d63a9 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj new file mode 100644 index 0000000..95b1774 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj new file mode 100644 index 0000000..b66201a Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj new file mode 100644 index 0000000..cc2044a Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj new file mode 100644 index 0000000..3888f37 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj new file mode 100644 index 0000000..9f4b2f5 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj new file mode 100644 index 0000000..73ecb09 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj differ diff --git a/build/esp-idf/esp_adc/cmake_install.cmake b/build/esp-idf/esp_adc/cmake_install.cmake new file mode 100644 index 0000000..f9a2e30 --- /dev/null +++ b/build/esp-idf/esp_adc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_adc/libesp_adc.a b/build/esp-idf/esp_adc/libesp_adc.a new file mode 100644 index 0000000..c619a2d Binary files /dev/null and b/build/esp-idf/esp_adc/libesp_adc.a differ diff --git a/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj new file mode 100644 index 0000000..c3e03ea Binary files /dev/null and b/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj differ diff --git a/build/esp-idf/esp_app_format/cmake_install.cmake b/build/esp-idf/esp_app_format/cmake_install.cmake new file mode 100644 index 0000000..2a76afc --- /dev/null +++ b/build/esp-idf/esp_app_format/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_app_format/libesp_app_format.a b/build/esp-idf/esp_app_format/libesp_app_format.a new file mode 100644 index 0000000..762c4db Binary files /dev/null and b/build/esp-idf/esp_app_format/libesp_app_format.a differ diff --git a/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj new file mode 100644 index 0000000..37bdf2d Binary files /dev/null and b/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj differ diff --git a/build/esp-idf/esp_bootloader_format/cmake_install.cmake b/build/esp-idf/esp_bootloader_format/cmake_install.cmake new file mode 100644 index 0000000..0a36ea2 --- /dev/null +++ b/build/esp-idf/esp_bootloader_format/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a new file mode 100644 index 0000000..3c8f0b2 Binary files /dev/null and b/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj new file mode 100644 index 0000000..f0305a6 Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj new file mode 100644 index 0000000..3befd83 Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj new file mode 100644 index 0000000..672cf72 Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj new file mode 100644 index 0000000..d1c1f9f Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj new file mode 100644 index 0000000..5ad9d6e Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj differ diff --git a/build/esp-idf/esp_coex/cmake_install.cmake b/build/esp-idf/esp_coex/cmake_install.cmake new file mode 100644 index 0000000..64331a6 --- /dev/null +++ b/build/esp-idf/esp_coex/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_coex/libesp_coex.a b/build/esp-idf/esp_coex/libesp_coex.a new file mode 100644 index 0000000..af987b2 Binary files /dev/null and b/build/esp-idf/esp_coex/libesp_coex.a differ diff --git a/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj new file mode 100644 index 0000000..a10c7ab Binary files /dev/null and b/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj differ diff --git a/build/esp-idf/esp_common/cmake_install.cmake b/build/esp-idf/esp_common/cmake_install.cmake new file mode 100644 index 0000000..f0a571b --- /dev/null +++ b/build/esp-idf/esp_common/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_common/libesp_common.a b/build/esp-idf/esp_common/libesp_common.a new file mode 100644 index 0000000..f021934 Binary files /dev/null and b/build/esp-idf/esp_common/libesp_common.a differ diff --git a/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake b/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake new file mode 100644 index 0000000..847db7e --- /dev/null +++ b/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ana_cmpr/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj b/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj new file mode 100644 index 0000000..47ddaf9 Binary files /dev/null and b/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj differ diff --git a/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj b/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj new file mode 100644 index 0000000..0420e2c Binary files /dev/null and b/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj differ diff --git a/build/esp-idf/esp_driver_cam/cmake_install.cmake b/build/esp-idf/esp_driver_cam/cmake_install.cmake new file mode 100644 index 0000000..4694c41 --- /dev/null +++ b/build/esp-idf/esp_driver_cam/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_cam/libesp_driver_cam.a b/build/esp-idf/esp_driver_cam/libesp_driver_cam.a new file mode 100644 index 0000000..1eb35c1 Binary files /dev/null and b/build/esp-idf/esp_driver_cam/libesp_driver_cam.a differ diff --git a/build/esp-idf/esp_driver_dac/cmake_install.cmake b/build/esp-idf/esp_driver_dac/cmake_install.cmake new file mode 100644 index 0000000..b4654fc --- /dev/null +++ b/build/esp-idf/esp_driver_dac/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_dac/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj new file mode 100644 index 0000000..4d8215d Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj new file mode 100644 index 0000000..63c0b4f Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj new file mode 100644 index 0000000..eb37688 Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj new file mode 100644 index 0000000..9d7f04a Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj new file mode 100644 index 0000000..15aebd8 Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj new file mode 100644 index 0000000..1ce0556 Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj new file mode 100644 index 0000000..ee46c25 Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj differ diff --git a/build/esp-idf/esp_driver_gpio/cmake_install.cmake b/build/esp-idf/esp_driver_gpio/cmake_install.cmake new file mode 100644 index 0000000..7ac853a --- /dev/null +++ b/build/esp-idf/esp_driver_gpio/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a b/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a new file mode 100644 index 0000000..7c7d34f Binary files /dev/null and b/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a differ diff --git a/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj b/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj new file mode 100644 index 0000000..98484bf Binary files /dev/null and b/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj differ diff --git a/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj b/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj new file mode 100644 index 0000000..59e8bae Binary files /dev/null and b/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj differ diff --git a/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj b/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj new file mode 100644 index 0000000..c09b07d Binary files /dev/null and b/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj differ diff --git a/build/esp-idf/esp_driver_gptimer/cmake_install.cmake b/build/esp-idf/esp_driver_gptimer/cmake_install.cmake new file mode 100644 index 0000000..d45bd51 --- /dev/null +++ b/build/esp-idf/esp_driver_gptimer/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a b/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a new file mode 100644 index 0000000..4bb8406 Binary files /dev/null and b/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a differ diff --git a/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj b/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj new file mode 100644 index 0000000..e54ea55 Binary files /dev/null and b/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj differ diff --git a/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj b/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj new file mode 100644 index 0000000..c6ee4e1 Binary files /dev/null and b/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj differ diff --git a/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj b/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj new file mode 100644 index 0000000..ac0b563 Binary files /dev/null and b/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj differ diff --git a/build/esp-idf/esp_driver_i2c/cmake_install.cmake b/build/esp-idf/esp_driver_i2c/cmake_install.cmake new file mode 100644 index 0000000..8cf530d --- /dev/null +++ b/build/esp-idf/esp_driver_i2c/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a b/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a new file mode 100644 index 0000000..8e14bc6 Binary files /dev/null and b/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a differ diff --git a/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj new file mode 100644 index 0000000..029a755 Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj differ diff --git a/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj new file mode 100644 index 0000000..fd2e699 Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj differ diff --git a/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj new file mode 100644 index 0000000..898dae3 Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj differ diff --git a/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj new file mode 100644 index 0000000..70d9b72 Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj differ diff --git a/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj new file mode 100644 index 0000000..8c2b7da Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj differ diff --git a/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj new file mode 100644 index 0000000..31c5cdd Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj differ diff --git a/build/esp-idf/esp_driver_i2s/cmake_install.cmake b/build/esp-idf/esp_driver_i2s/cmake_install.cmake new file mode 100644 index 0000000..72f343b --- /dev/null +++ b/build/esp-idf/esp_driver_i2s/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a b/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a new file mode 100644 index 0000000..a54125a Binary files /dev/null and b/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a differ diff --git a/build/esp-idf/esp_driver_isp/cmake_install.cmake b/build/esp-idf/esp_driver_isp/cmake_install.cmake new file mode 100644 index 0000000..cf35194 --- /dev/null +++ b/build/esp-idf/esp_driver_isp/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_isp/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_jpeg/cmake_install.cmake b/build/esp-idf/esp_driver_jpeg/cmake_install.cmake new file mode 100644 index 0000000..f7df22d --- /dev/null +++ b/build/esp-idf/esp_driver_jpeg/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_jpeg/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj b/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj new file mode 100644 index 0000000..074d0a8 Binary files /dev/null and b/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj differ diff --git a/build/esp-idf/esp_driver_ledc/cmake_install.cmake b/build/esp-idf/esp_driver_ledc/cmake_install.cmake new file mode 100644 index 0000000..a3be258 --- /dev/null +++ b/build/esp-idf/esp_driver_ledc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a b/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a new file mode 100644 index 0000000..0975667 Binary files /dev/null and b/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj new file mode 100644 index 0000000..747afa7 Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj new file mode 100644 index 0000000..c6df292 Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj new file mode 100644 index 0000000..4030229 Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj new file mode 100644 index 0000000..9857437 Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj new file mode 100644 index 0000000..1da5ed6 Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj new file mode 100644 index 0000000..30fd8ae Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj new file mode 100644 index 0000000..bfbb71c Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj new file mode 100644 index 0000000..92883bc Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj new file mode 100644 index 0000000..fffd38f Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj differ diff --git a/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake b/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake new file mode 100644 index 0000000..bfeb916 --- /dev/null +++ b/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a b/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a new file mode 100644 index 0000000..ff0e531 Binary files /dev/null and b/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a differ diff --git a/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj b/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj new file mode 100644 index 0000000..6ef0c50 Binary files /dev/null and b/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj differ diff --git a/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj b/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj new file mode 100644 index 0000000..56bbf97 Binary files /dev/null and b/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj differ diff --git a/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj b/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj new file mode 100644 index 0000000..7c3560f Binary files /dev/null and b/build/esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj differ diff --git a/build/esp-idf/esp_driver_parlio/cmake_install.cmake b/build/esp-idf/esp_driver_parlio/cmake_install.cmake new file mode 100644 index 0000000..83c54f1 --- /dev/null +++ b/build/esp-idf/esp_driver_parlio/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_parlio/libesp_driver_parlio.a b/build/esp-idf/esp_driver_parlio/libesp_driver_parlio.a new file mode 100644 index 0000000..bb0304c Binary files /dev/null and b/build/esp-idf/esp_driver_parlio/libesp_driver_parlio.a differ diff --git a/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj b/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj new file mode 100644 index 0000000..1419151 Binary files /dev/null and b/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj differ diff --git a/build/esp-idf/esp_driver_pcnt/cmake_install.cmake b/build/esp-idf/esp_driver_pcnt/cmake_install.cmake new file mode 100644 index 0000000..482da01 --- /dev/null +++ b/build/esp-idf/esp_driver_pcnt/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a b/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a new file mode 100644 index 0000000..3eae5d2 Binary files /dev/null and b/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a differ diff --git a/build/esp-idf/esp_driver_ppa/cmake_install.cmake b/build/esp-idf/esp_driver_ppa/cmake_install.cmake new file mode 100644 index 0000000..fa53554 --- /dev/null +++ b/build/esp-idf/esp_driver_ppa/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ppa/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj new file mode 100644 index 0000000..32695b3 Binary files /dev/null and b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj differ diff --git a/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj new file mode 100644 index 0000000..21aebd9 Binary files /dev/null and b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj differ diff --git a/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj new file mode 100644 index 0000000..aafec83 Binary files /dev/null and b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj differ diff --git a/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj new file mode 100644 index 0000000..79b3e2e Binary files /dev/null and b/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj differ diff --git a/build/esp-idf/esp_driver_rmt/cmake_install.cmake b/build/esp-idf/esp_driver_rmt/cmake_install.cmake new file mode 100644 index 0000000..a181c60 --- /dev/null +++ b/build/esp-idf/esp_driver_rmt/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a b/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a new file mode 100644 index 0000000..12c1b95 Binary files /dev/null and b/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a differ diff --git a/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj b/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj new file mode 100644 index 0000000..b21140f Binary files /dev/null and b/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj differ diff --git a/build/esp-idf/esp_driver_sdio/cmake_install.cmake b/build/esp-idf/esp_driver_sdio/cmake_install.cmake new file mode 100644 index 0000000..dcd5b82 --- /dev/null +++ b/build/esp-idf/esp_driver_sdio/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a b/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a new file mode 100644 index 0000000..17efbd8 Binary files /dev/null and b/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a differ diff --git a/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj b/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj new file mode 100644 index 0000000..4baa0ef Binary files /dev/null and b/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj differ diff --git a/build/esp-idf/esp_driver_sdm/cmake_install.cmake b/build/esp-idf/esp_driver_sdm/cmake_install.cmake new file mode 100644 index 0000000..7c132e8 --- /dev/null +++ b/build/esp-idf/esp_driver_sdm/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a b/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a new file mode 100644 index 0000000..5075ab4 Binary files /dev/null and b/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a differ diff --git a/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake b/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake new file mode 100644 index 0000000..a87e0f1 --- /dev/null +++ b/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdmmc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj b/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj new file mode 100644 index 0000000..753059b Binary files /dev/null and b/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj differ diff --git a/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj b/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj new file mode 100644 index 0000000..078c556 Binary files /dev/null and b/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj differ diff --git a/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj b/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj new file mode 100644 index 0000000..fa090c5 Binary files /dev/null and b/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj differ diff --git a/build/esp-idf/esp_driver_sdspi/cmake_install.cmake b/build/esp-idf/esp_driver_sdspi/cmake_install.cmake new file mode 100644 index 0000000..2d6718f --- /dev/null +++ b/build/esp-idf/esp_driver_sdspi/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a b/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a new file mode 100644 index 0000000..6566263 Binary files /dev/null and b/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a differ diff --git a/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj new file mode 100644 index 0000000..a0a02ca Binary files /dev/null and b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj differ diff --git a/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj new file mode 100644 index 0000000..eaaa67a Binary files /dev/null and b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj differ diff --git a/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj new file mode 100644 index 0000000..2934ebe Binary files /dev/null and b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj differ diff --git a/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj new file mode 100644 index 0000000..4e3aa95 Binary files /dev/null and b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj differ diff --git a/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj new file mode 100644 index 0000000..90f83ba Binary files /dev/null and b/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj differ diff --git a/build/esp-idf/esp_driver_spi/cmake_install.cmake b/build/esp-idf/esp_driver_spi/cmake_install.cmake new file mode 100644 index 0000000..81cfcfe --- /dev/null +++ b/build/esp-idf/esp_driver_spi/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_spi/libesp_driver_spi.a b/build/esp-idf/esp_driver_spi/libesp_driver_spi.a new file mode 100644 index 0000000..84522e9 Binary files /dev/null and b/build/esp-idf/esp_driver_spi/libesp_driver_spi.a differ diff --git a/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake b/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake new file mode 100644 index 0000000..8262df0 --- /dev/null +++ b/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_touch_sens/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj b/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj new file mode 100644 index 0000000..898b4a0 Binary files /dev/null and b/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj differ diff --git a/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj b/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj new file mode 100644 index 0000000..bae040c Binary files /dev/null and b/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj differ diff --git a/build/esp-idf/esp_driver_tsens/cmake_install.cmake b/build/esp-idf/esp_driver_tsens/cmake_install.cmake new file mode 100644 index 0000000..abc60c7 --- /dev/null +++ b/build/esp-idf/esp_driver_tsens/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a b/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a new file mode 100644 index 0000000..369e423 Binary files /dev/null and b/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a differ diff --git a/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj b/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj new file mode 100644 index 0000000..f7ba74f Binary files /dev/null and b/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj differ diff --git a/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj b/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj new file mode 100644 index 0000000..8cde2fe Binary files /dev/null and b/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj differ diff --git a/build/esp-idf/esp_driver_uart/cmake_install.cmake b/build/esp-idf/esp_driver_uart/cmake_install.cmake new file mode 100644 index 0000000..cbbda57 --- /dev/null +++ b/build/esp-idf/esp_driver_uart/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_uart/libesp_driver_uart.a b/build/esp-idf/esp_driver_uart/libesp_driver_uart.a new file mode 100644 index 0000000..a0cdbc8 Binary files /dev/null and b/build/esp-idf/esp_driver_uart/libesp_driver_uart.a differ diff --git a/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj b/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj new file mode 100644 index 0000000..4baf76a Binary files /dev/null and b/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj differ diff --git a/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj b/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj new file mode 100644 index 0000000..88767a1 Binary files /dev/null and b/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj differ diff --git a/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj b/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj new file mode 100644 index 0000000..3654a43 Binary files /dev/null and b/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj differ diff --git a/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake b/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake new file mode 100644 index 0000000..3df6719 --- /dev/null +++ b/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a b/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a new file mode 100644 index 0000000..754de25 Binary files /dev/null and b/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj new file mode 100644 index 0000000..55c76a5 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj new file mode 100644 index 0000000..7f398a1 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj new file mode 100644 index 0000000..725eb35 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj differ diff --git a/build/esp-idf/esp_eth/cmake_install.cmake b/build/esp-idf/esp_eth/cmake_install.cmake new file mode 100644 index 0000000..114f5cb --- /dev/null +++ b/build/esp-idf/esp_eth/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_eth/libesp_eth.a b/build/esp-idf/esp_eth/libesp_eth.a new file mode 100644 index 0000000..18a151b Binary files /dev/null and b/build/esp-idf/esp_eth/libesp_eth.a differ diff --git a/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj new file mode 100644 index 0000000..5829e09 Binary files /dev/null and b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj differ diff --git a/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj new file mode 100644 index 0000000..f6f9a3f Binary files /dev/null and b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj differ diff --git a/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj new file mode 100644 index 0000000..53189bf Binary files /dev/null and b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj differ diff --git a/build/esp-idf/esp_event/cmake_install.cmake b/build/esp-idf/esp_event/cmake_install.cmake new file mode 100644 index 0000000..251ce60 --- /dev/null +++ b/build/esp-idf/esp_event/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_event/libesp_event.a b/build/esp-idf/esp_event/libesp_event.a new file mode 100644 index 0000000..a4a4a1e Binary files /dev/null and b/build/esp-idf/esp_event/libesp_event.a differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj new file mode 100644 index 0000000..2fefb05 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj new file mode 100644 index 0000000..1bff1a2 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj new file mode 100644 index 0000000..a644d33 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj new file mode 100644 index 0000000..07ce613 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj new file mode 100644 index 0000000..8dde5ea Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/cmake_install.cmake b/build/esp-idf/esp_gdbstub/cmake_install.cmake new file mode 100644 index 0000000..ebb3837 --- /dev/null +++ b/build/esp-idf/esp_gdbstub/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_gdbstub/libesp_gdbstub.a b/build/esp-idf/esp_gdbstub/libesp_gdbstub.a new file mode 100644 index 0000000..ded5947 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/libesp_gdbstub.a differ diff --git a/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj new file mode 100644 index 0000000..fb7e84d Binary files /dev/null and b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj differ diff --git a/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj new file mode 100644 index 0000000..234e3b0 Binary files /dev/null and b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj differ diff --git a/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj new file mode 100644 index 0000000..48d6702 Binary files /dev/null and b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj differ diff --git a/build/esp-idf/esp_hid/cmake_install.cmake b/build/esp-idf/esp_hid/cmake_install.cmake new file mode 100644 index 0000000..1582c50 --- /dev/null +++ b/build/esp-idf/esp_hid/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_hid/libesp_hid.a b/build/esp-idf/esp_hid/libesp_hid.a new file mode 100644 index 0000000..b07d044 Binary files /dev/null and b/build/esp-idf/esp_hid/libesp_hid.a differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj new file mode 100644 index 0000000..616507f Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj new file mode 100644 index 0000000..33b4a81 Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj new file mode 100644 index 0000000..2769417 Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj new file mode 100644 index 0000000..084354a Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj differ diff --git a/build/esp-idf/esp_http_client/cmake_install.cmake b/build/esp-idf/esp_http_client/cmake_install.cmake new file mode 100644 index 0000000..52b04d4 --- /dev/null +++ b/build/esp-idf/esp_http_client/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_http_client/libesp_http_client.a b/build/esp-idf/esp_http_client/libesp_http_client.a new file mode 100644 index 0000000..95c62c5 Binary files /dev/null and b/build/esp-idf/esp_http_client/libesp_http_client.a differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj new file mode 100644 index 0000000..93c4a00 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj new file mode 100644 index 0000000..b781ff0 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj new file mode 100644 index 0000000..0ed03c0 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj new file mode 100644 index 0000000..ca62a1c Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj new file mode 100644 index 0000000..5b44db9 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj new file mode 100644 index 0000000..cf8d712 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj new file mode 100644 index 0000000..8e9e0e4 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj differ diff --git a/build/esp-idf/esp_http_server/cmake_install.cmake b/build/esp-idf/esp_http_server/cmake_install.cmake new file mode 100644 index 0000000..b87ff7e --- /dev/null +++ b/build/esp-idf/esp_http_server/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_http_server/libesp_http_server.a b/build/esp-idf/esp_http_server/libesp_http_server.a new file mode 100644 index 0000000..366f8a9 Binary files /dev/null and b/build/esp-idf/esp_http_server/libesp_http_server.a differ diff --git a/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj b/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj new file mode 100644 index 0000000..974988a Binary files /dev/null and b/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj differ diff --git a/build/esp-idf/esp_https_ota/cmake_install.cmake b/build/esp-idf/esp_https_ota/cmake_install.cmake new file mode 100644 index 0000000..467ea2d --- /dev/null +++ b/build/esp-idf/esp_https_ota/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_https_ota/libesp_https_ota.a b/build/esp-idf/esp_https_ota/libesp_https_ota.a new file mode 100644 index 0000000..20e43aa Binary files /dev/null and b/build/esp-idf/esp_https_ota/libesp_https_ota.a differ diff --git a/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj b/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj new file mode 100644 index 0000000..ad021b1 Binary files /dev/null and b/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj differ diff --git a/build/esp-idf/esp_https_server/cmake_install.cmake b/build/esp-idf/esp_https_server/cmake_install.cmake new file mode 100644 index 0000000..8a08761 --- /dev/null +++ b/build/esp-idf/esp_https_server/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_https_server/libesp_https_server.a b/build/esp-idf/esp_https_server/libesp_https_server.a new file mode 100644 index 0000000..3ea2cc9 Binary files /dev/null and b/build/esp-idf/esp_https_server/libesp_https_server.a differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj new file mode 100644 index 0000000..1236a66 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj new file mode 100644 index 0000000..f903921 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj new file mode 100644 index 0000000..dec923a Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj new file mode 100644 index 0000000..653d265 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj new file mode 100644 index 0000000..f54bed7 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj new file mode 100644 index 0000000..246209f Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj new file mode 100644 index 0000000..3dd6f81 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj new file mode 100644 index 0000000..cda8c94 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj new file mode 100644 index 0000000..758cef3 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj new file mode 100644 index 0000000..5cbba21 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj new file mode 100644 index 0000000..ea99ecc Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj new file mode 100644 index 0000000..6e58cf5 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj new file mode 100644 index 0000000..f2565f8 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj new file mode 100644 index 0000000..264616b Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj new file mode 100644 index 0000000..cdbe32d Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj new file mode 100644 index 0000000..67c35ca Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj new file mode 100644 index 0000000..86231dc Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj new file mode 100644 index 0000000..0e381d1 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj new file mode 100644 index 0000000..bd171ca Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj new file mode 100644 index 0000000..83a742a Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj new file mode 100644 index 0000000..fb17dd6 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj new file mode 100644 index 0000000..df56a10 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj new file mode 100644 index 0000000..f5ca4e4 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj new file mode 100644 index 0000000..ccf4bbd Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj new file mode 100644 index 0000000..74f117e Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj new file mode 100644 index 0000000..3e6388b Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj new file mode 100644 index 0000000..a14b016 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj new file mode 100644 index 0000000..48254bb Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj new file mode 100644 index 0000000..76c4332 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj new file mode 100644 index 0000000..f6c8f57 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj new file mode 100644 index 0000000..c564b34 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj new file mode 100644 index 0000000..b807ac7 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj new file mode 100644 index 0000000..e407841 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj new file mode 100644 index 0000000..0fcedaf Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj new file mode 100644 index 0000000..abaaf55 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj new file mode 100644 index 0000000..669b8f4 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj new file mode 100644 index 0000000..2e96cc7 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj new file mode 100644 index 0000000..97b40b1 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj new file mode 100644 index 0000000..b92a633 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj new file mode 100644 index 0000000..a6bde47 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj new file mode 100644 index 0000000..3b9a4f1 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj new file mode 100644 index 0000000..7bb438c Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj new file mode 100644 index 0000000..d79bcf0 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj new file mode 100644 index 0000000..5730837 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj new file mode 100644 index 0000000..2b8ea52 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj new file mode 100644 index 0000000..1a67f47 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj new file mode 100644 index 0000000..c2f7f75 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj new file mode 100644 index 0000000..d26c675 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj new file mode 100644 index 0000000..58a79b0 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj new file mode 100644 index 0000000..84967e3 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj new file mode 100644 index 0000000..bc81d65 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj new file mode 100644 index 0000000..b3f86d6 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj new file mode 100644 index 0000000..3c356d8 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj new file mode 100644 index 0000000..f96eb87 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj new file mode 100644 index 0000000..65003f1 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj new file mode 100644 index 0000000..89cd214 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj new file mode 100644 index 0000000..2b30fc0 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/cmake_install.cmake b/build/esp-idf/esp_hw_support/cmake_install.cmake new file mode 100644 index 0000000..4d60e7f --- /dev/null +++ b/build/esp-idf/esp_hw_support/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_hw_support/libesp_hw_support.a b/build/esp-idf/esp_hw_support/libesp_hw_support.a new file mode 100644 index 0000000..3178e4a Binary files /dev/null and b/build/esp-idf/esp_hw_support/libesp_hw_support.a differ diff --git a/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake new file mode 100644 index 0000000..2f83543 --- /dev/null +++ b/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake b/build/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake new file mode 100644 index 0000000..566dd10 --- /dev/null +++ b/build/esp-idf/esp_hw_support/port/esp32c6/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/port/esp32c6/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj new file mode 100644 index 0000000..1e2b131 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj new file mode 100644 index 0000000..b3a37ec Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj new file mode 100644 index 0000000..902dd50 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj new file mode 100644 index 0000000..b215f65 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj new file mode 100644 index 0000000..f3b5478 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj new file mode 100644 index 0000000..5ee27fa Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj new file mode 100644 index 0000000..dd585ce Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj new file mode 100644 index 0000000..7b3b2ca Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj new file mode 100644 index 0000000..4ffe0ac Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj differ diff --git a/build/esp-idf/esp_lcd/cmake_install.cmake b/build/esp-idf/esp_lcd/cmake_install.cmake new file mode 100644 index 0000000..fefe82a --- /dev/null +++ b/build/esp-idf/esp_lcd/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_lcd/libesp_lcd.a b/build/esp-idf/esp_lcd/libesp_lcd.a new file mode 100644 index 0000000..885e9ea Binary files /dev/null and b/build/esp-idf/esp_lcd/libesp_lcd.a differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj new file mode 100644 index 0000000..1baa841 Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj new file mode 100644 index 0000000..b0e8f9b Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj new file mode 100644 index 0000000..e7e804d Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj new file mode 100644 index 0000000..324cfc9 Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/cmake_install.cmake b/build/esp-idf/esp_local_ctrl/cmake_install.cmake new file mode 100644 index 0000000..cafdf0c --- /dev/null +++ b/build/esp-idf/esp_local_ctrl/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a b/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a new file mode 100644 index 0000000..b8a8961 Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj new file mode 100644 index 0000000..6986979 Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj new file mode 100644 index 0000000..6d35d22 Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj new file mode 100644 index 0000000..4aa125c Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj new file mode 100644 index 0000000..017622c Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj differ diff --git a/build/esp-idf/esp_mm/cmake_install.cmake b/build/esp-idf/esp_mm/cmake_install.cmake new file mode 100644 index 0000000..64a2d6a --- /dev/null +++ b/build/esp-idf/esp_mm/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_mm/libesp_mm.a b/build/esp-idf/esp_mm/libesp_mm.a new file mode 100644 index 0000000..e91813d Binary files /dev/null and b/build/esp-idf/esp_mm/libesp_mm.a differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj new file mode 100644 index 0000000..23660d8 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj new file mode 100644 index 0000000..392eab6 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj new file mode 100644 index 0000000..92aca95 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj new file mode 100644 index 0000000..ded8548 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj new file mode 100644 index 0000000..b3b4d99 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj new file mode 100644 index 0000000..6ec6df7 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj new file mode 100644 index 0000000..ace0f1f Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj new file mode 100644 index 0000000..a72bfa3 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj new file mode 100644 index 0000000..b8b5989 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj differ diff --git a/build/esp-idf/esp_netif/cmake_install.cmake b/build/esp-idf/esp_netif/cmake_install.cmake new file mode 100644 index 0000000..66088d0 --- /dev/null +++ b/build/esp-idf/esp_netif/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_netif/libesp_netif.a b/build/esp-idf/esp_netif/libesp_netif.a new file mode 100644 index 0000000..8841236 Binary files /dev/null and b/build/esp-idf/esp_netif/libesp_netif.a differ diff --git a/build/esp-idf/esp_netif_stack/cmake_install.cmake b/build/esp-idf/esp_netif_stack/cmake_install.cmake new file mode 100644 index 0000000..cb1b083 --- /dev/null +++ b/build/esp-idf/esp_netif_stack/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif_stack/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj new file mode 100644 index 0000000..2cdc386 Binary files /dev/null and b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj differ diff --git a/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj new file mode 100644 index 0000000..7e5ff22 Binary files /dev/null and b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj differ diff --git a/build/esp-idf/esp_partition/cmake_install.cmake b/build/esp-idf/esp_partition/cmake_install.cmake new file mode 100644 index 0000000..8899ffa --- /dev/null +++ b/build/esp-idf/esp_partition/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_partition/libesp_partition.a b/build/esp-idf/esp_partition/libesp_partition.a new file mode 100644 index 0000000..fcaf7c9 Binary files /dev/null and b/build/esp-idf/esp_partition/libesp_partition.a differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj new file mode 100644 index 0000000..c42a2be Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj new file mode 100644 index 0000000..554d2d0 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj new file mode 100644 index 0000000..b346479 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj new file mode 100644 index 0000000..da4d3cb Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj new file mode 100644 index 0000000..d643488 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj new file mode 100644 index 0000000..42b7dcc Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj differ diff --git a/build/esp-idf/esp_phy/cmake_install.cmake b/build/esp-idf/esp_phy/cmake_install.cmake new file mode 100644 index 0000000..d352ad1 --- /dev/null +++ b/build/esp-idf/esp_phy/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_phy/libesp_phy.a b/build/esp-idf/esp_phy/libesp_phy.a new file mode 100644 index 0000000..a4f3c6e Binary files /dev/null and b/build/esp-idf/esp_phy/libesp_phy.a differ diff --git a/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj new file mode 100644 index 0000000..3650541 Binary files /dev/null and b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj differ diff --git a/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj new file mode 100644 index 0000000..2a77039 Binary files /dev/null and b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj differ diff --git a/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj new file mode 100644 index 0000000..2ec1d04 Binary files /dev/null and b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj differ diff --git a/build/esp-idf/esp_pm/cmake_install.cmake b/build/esp-idf/esp_pm/cmake_install.cmake new file mode 100644 index 0000000..96a2521 --- /dev/null +++ b/build/esp-idf/esp_pm/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_pm/libesp_pm.a b/build/esp-idf/esp_pm/libesp_pm.a new file mode 100644 index 0000000..7827e91 Binary files /dev/null and b/build/esp-idf/esp_pm/libesp_pm.a differ diff --git a/build/esp-idf/esp_psram/cmake_install.cmake b/build/esp-idf/esp_psram/cmake_install.cmake new file mode 100644 index 0000000..b5943eb --- /dev/null +++ b/build/esp-idf/esp_psram/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_psram/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj b/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj new file mode 100644 index 0000000..697abb5 Binary files /dev/null and b/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj differ diff --git a/build/esp-idf/esp_ringbuf/cmake_install.cmake b/build/esp-idf/esp_ringbuf/cmake_install.cmake new file mode 100644 index 0000000..c8e22e2 --- /dev/null +++ b/build/esp-idf/esp_ringbuf/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_ringbuf/libesp_ringbuf.a b/build/esp-idf/esp_ringbuf/libesp_ringbuf.a new file mode 100644 index 0000000..36ce881 Binary files /dev/null and b/build/esp-idf/esp_ringbuf/libesp_ringbuf.a differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj new file mode 100644 index 0000000..f371657 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj new file mode 100644 index 0000000..6d5d373 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj new file mode 100644 index 0000000..8663405 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj new file mode 100644 index 0000000..b292dea Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj new file mode 100644 index 0000000..473f75a Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj new file mode 100644 index 0000000..788cf37 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj new file mode 100644 index 0000000..5b4335a Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj new file mode 100644 index 0000000..3127b35 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj new file mode 100644 index 0000000..97e4436 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj new file mode 100644 index 0000000..36ad9d7 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj new file mode 100644 index 0000000..d8386a8 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj new file mode 100644 index 0000000..12e5c76 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj differ diff --git a/build/esp-idf/esp_rom/cmake_install.cmake b/build/esp-idf/esp_rom/cmake_install.cmake new file mode 100644 index 0000000..fa2a4d9 --- /dev/null +++ b/build/esp-idf/esp_rom/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_rom/libesp_rom.a b/build/esp-idf/esp_rom/libesp_rom.a new file mode 100644 index 0000000..b6dbcf8 Binary files /dev/null and b/build/esp-idf/esp_rom/libesp_rom.a differ diff --git a/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj new file mode 100644 index 0000000..28dc571 Binary files /dev/null and b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj differ diff --git a/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj new file mode 100644 index 0000000..b65ffaf Binary files /dev/null and b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj differ diff --git a/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj new file mode 100644 index 0000000..e1efbb7 Binary files /dev/null and b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj differ diff --git a/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj new file mode 100644 index 0000000..069c398 Binary files /dev/null and b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj differ diff --git a/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj new file mode 100644 index 0000000..f84ae02 Binary files /dev/null and b/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj differ diff --git a/build/esp-idf/esp_security/cmake_install.cmake b/build/esp-idf/esp_security/cmake_install.cmake new file mode 100644 index 0000000..abe8713 --- /dev/null +++ b/build/esp-idf/esp_security/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_security/libesp_security.a b/build/esp-idf/esp_security/libesp_security.a new file mode 100644 index 0000000..9ff43cf Binary files /dev/null and b/build/esp-idf/esp_security/libesp_security.a differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj new file mode 100644 index 0000000..d158391 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj new file mode 100644 index 0000000..bc56b1a Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj new file mode 100644 index 0000000..aa3916b Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj new file mode 100644 index 0000000..bde0160 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj new file mode 100644 index 0000000..cdfdffe Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj new file mode 100644 index 0000000..50d9486 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj new file mode 100644 index 0000000..6880b80 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj new file mode 100644 index 0000000..dcd925c Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj new file mode 100644 index 0000000..b46a896 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj new file mode 100644 index 0000000..96e37f3 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj new file mode 100644 index 0000000..e1973df Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj new file mode 100644 index 0000000..3ec93f1 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj new file mode 100644 index 0000000..c4025bf Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj new file mode 100644 index 0000000..340d69c Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj new file mode 100644 index 0000000..3b94e79 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj new file mode 100644 index 0000000..1fc82ff Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj new file mode 100644 index 0000000..9f44b8e Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj new file mode 100644 index 0000000..959c71d Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj new file mode 100644 index 0000000..b131489 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj new file mode 100644 index 0000000..5b6a3a3 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj new file mode 100644 index 0000000..c3bad4a Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj new file mode 100644 index 0000000..884b638 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj new file mode 100644 index 0000000..cb01f2d Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj new file mode 100644 index 0000000..2ee4eae Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj new file mode 100644 index 0000000..95f9a86 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj new file mode 100644 index 0000000..3bef25d Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj new file mode 100644 index 0000000..0edcc94 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj new file mode 100644 index 0000000..9e3e918 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj new file mode 100644 index 0000000..08e3eb5 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj new file mode 100644 index 0000000..01edb82 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj differ diff --git a/build/esp-idf/esp_system/cmake_install.cmake b/build/esp-idf/esp_system/cmake_install.cmake new file mode 100644 index 0000000..497228d --- /dev/null +++ b/build/esp-idf/esp_system/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_system/ld/linker_script_generator.cmake b/build/esp-idf/esp_system/ld/linker_script_generator.cmake new file mode 100644 index 0000000..845c872 --- /dev/null +++ b/build/esp-idf/esp_system/ld/linker_script_generator.cmake @@ -0,0 +1,9 @@ +execute_process(COMMAND "${CC}" "-C" "-P" "-x" "c" "-E" "-I" "${CONFIG_DIR}" "-I" "${LD_DIR}" "${SOURCE}" + RESULT_VARIABLE RET_CODE + OUTPUT_VARIABLE PREPROCESSED_LINKER_SCRIPT + ERROR_VARIABLE ERROR_VAR) +if(RET_CODE AND NOT RET_CODE EQUAL 0) + message(FATAL_ERROR "Can't generate ${TARGET}\nRET_CODE: ${RET_CODE}\nERROR_MESSAGE: ${ERROR_VAR}") +endif() +string(REPLACE "\\n" "\n" TEXT "${PREPROCESSED_LINKER_SCRIPT}") +file(WRITE "${TARGET}" "${TEXT}") diff --git a/build/esp-idf/esp_system/ld/memory.ld b/build/esp-idf/esp_system/ld/memory.ld new file mode 100644 index 0000000..0547d8f --- /dev/null +++ b/build/esp-idf/esp_system/ld/memory.ld @@ -0,0 +1,94 @@ +/* + * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/** + * ESP32-C6 Linker Script Memory Layout + * This file describes the memory layout (memory blocks) by virtual memory addresses. + * This linker script is passed through the C preprocessor to include configuration options. + * Please use preprocessor features sparingly! + * Restrict to simple macros with numeric values, and/or #if/#endif blocks. + */ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header + */ + +/* List of deprecated options */ +/* + * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* CPU instruction prefetch padding size for flash mmap scenario */ +/* + * PMP region granularity size + * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones + * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, + * the PMP granularity is 2^G+2 bytes. + */ +/* CPU instruction prefetch padding size for memory protection scenario */ +/* Memory alignment size for PMS */ + /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ +/* + * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB + */ +MEMORY +{ + /** + * All these values assume the flash cache is on, and have the blocks this uses subtracted from the length + * of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions but + * are connected to the data port of the CPU and eg allow byte-wise access. + */ + /* Flash mapped instruction data */ + irom_seg (RX) : org = 0x42000020, len = (0x10000 << 8) - 0x20 + /** + * (0x20 offset above is a convenience for the app binary image generation. + * Flash cache has 64KB pages. The .bin file which is flashed to the chip + * has a 0x18 byte file header, and each segment has a 0x08 byte segment + * header. Setting this offset makes it simple to meet the flash cache MMU's + * constraint that (paddr % 64KB == vaddr % 64KB).) + */ + /** + * Shared data RAM, excluding memory reserved for ROM bss/data/stack. + * Enabling Bluetooth & Trace Memory features in menuconfig will decrease the amount of RAM available. + */ + sram_seg (RWX) : org = 0x40800000, len = 0x4086E610 - 0x40800000 + /* Flash mapped constant data */ + drom_seg (R) : org = 0x42000020, len = (0x10000 << 8) - 0x20 + /* (See irom_seg for meaning of 0x20 offset in the above.) */ + /** + * lp ram memory (RWX). Persists over deep sleep. // TODO: IDF-5667 + */ + lp_ram_seg(RW) : org = 0x50000000, len = 0x4000 - (0 + (24)) + /* We reduced the size of lp_ram_seg by RESERVE_RTC_MEM value. + It reserves the amount of LP memory that we use for this memory segment. + This segment is intended for keeping: + - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). + - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on). + The aim of this is to keep data that will not be moved around and have a fixed address. + */ + lp_reserved_seg(RW) : org = 0x50000000 + 0x4000 - (0 + (24)), len = (0 + (24)) +} +/* Heap ends at top of sram_seg */ +_heap_end = 0x40000000; +_data_seg_org = ORIGIN(rtc_data_seg); +/** + * The lines below define location alias for .rtc.data section + * C6 has no distinguished LP(RTC) fast and slow memory sections, instead, there is a unified LP_RAM section + * Thus, the following region segments are not configurable like on other targets + */ +REGION_ALIAS("rtc_iram_seg", lp_ram_seg ); +REGION_ALIAS("rtc_data_seg", rtc_iram_seg ); +REGION_ALIAS("rtc_slow_seg", rtc_iram_seg ); +REGION_ALIAS("rtc_data_location", rtc_iram_seg ); +REGION_ALIAS("rtc_reserved_seg", lp_reserved_seg ); + REGION_ALIAS("default_code_seg", irom_seg); + REGION_ALIAS("default_rodata_seg", drom_seg); +/** + * If rodata default segment is placed in `drom_seg`, then flash's first rodata section must + * also be first in the segment. + */ + ASSERT(_flash_rodata_dummy_start == ORIGIN(default_rodata_seg), + ".flash_rodata_dummy section must be placed at the beginning of the rodata segment.") diff --git a/build/esp-idf/esp_system/ld/sections.ld b/build/esp-idf/esp_system/ld/sections.ld new file mode 100644 index 0000000..ccdc344 --- /dev/null +++ b/build/esp-idf/esp_system/ld/sections.ld @@ -0,0 +1,715 @@ +/* Automatically generated file; DO NOT EDIT */ +/* Espressif IoT Development Framework Linker Script */ +/* Generated from: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in */ + +/* + * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header + */ + +/* List of deprecated options */ +/* CPU instruction prefetch padding size for flash mmap scenario */ +/* + * PMP region granularity size + * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones + * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, + * the PMP granularity is 2^G+2 bytes. + */ +/* CPU instruction prefetch padding size for memory protection scenario */ +/* Memory alignment size for PMS */ + /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ +/* Default entry point */ +ENTRY(call_start_cpu0); +SECTIONS +{ + /** + * RTC fast memory holds RTC wake stub code, + * including from any source file named rtc_wake_stub*.c + */ + .rtc.text : + { + /* Align the start of RTC code region as per PMP granularity + * this ensures we do not overwrite the permissions for the previous + * region (ULP mem) regardless of its end alignment + */ + + . = ALIGN(4); + _rtc_fast_start = ABSOLUTE(.); + + . = ALIGN(4); + _rtc_text_start = ABSOLUTE(.); + *(.rtc.entry.text) + *(.rtc.literal .rtc.text .rtc.text.*) + *rtc_wake_stub*.*(.text .text.*) + *(.rtc_text_end_test) + /* Align the end of RTC code region as per PMP granularity */ + . = ALIGN(4); + _rtc_text_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section located in RTC FAST Memory area. + * It holds data marked with RTC_FAST_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_fast : + { + + . = ALIGN(4); + _rtc_force_fast_start = ABSOLUTE(.); + _coredump_rtc_fast_start = ABSOLUTE(.); + *(.rtc.fast.coredump .rtc.fast.coredump.*) + _coredump_rtc_fast_end = ABSOLUTE(.); + *(.rtc.force_fast .rtc.force_fast.*) + + . = ALIGN(4); + _rtc_force_fast_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * RTC data section holds RTC wake stub + * data/rodata, including from any source file + * named rtc_wake_stub*.c and the data marked with + * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes. + */ + .rtc.data : + { + _rtc_data_start = ABSOLUTE(.); + _coredump_rtc_start = ABSOLUTE(.); + *(.rtc.coredump .rtc.coredump.*) + _coredump_rtc_end = ABSOLUTE(.); + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) + _rtc_data_end = ABSOLUTE(.); + } > lp_ram_seg + /* RTC bss, from any source file named rtc_wake_stub*.c */ + .rtc.bss (NOLOAD) : + { + _rtc_bss_start = ABSOLUTE(.); + *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + _rtc_bss_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section holds data that should not be initialized at power up + * and will be retained during deep sleep. + * User data marked with RTC_NOINIT_ATTR will be placed + * into this section. See the file "esp_attr.h" for more information. + */ + .rtc_noinit (NOLOAD): + { + + . = ALIGN(4); + _rtc_noinit_start = ABSOLUTE(.); + *(.rtc_noinit .rtc_noinit.*) + + . = ALIGN(4); + _rtc_noinit_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section located in RTC SLOW Memory area. + * It holds data marked with RTC_SLOW_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_slow : + { + + . = ALIGN(4); + _rtc_force_slow_start = ABSOLUTE(.); + *(.rtc.force_slow .rtc.force_slow.*) + + . = ALIGN(4); + _rtc_force_slow_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section holds RTC data that should have fixed addresses. + * The data are not initialized at power-up and are retained during deep + * sleep. + */ + .rtc_reserved (NOLOAD): + { + + . = ALIGN(4); + _rtc_reserved_start = ABSOLUTE(.); + /** + * New data can only be added here to ensure existing data are not moved. + * Because data have adhered to the end of the segment and code is relied + * on it. + * >> put new data here << + */ + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) + _rtc_reserved_end = ABSOLUTE(.); + } > rtc_reserved_seg + _rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start; + ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)), + "RTC reserved segment data does not fit.") + /* Get size of rtc slow data based on rtc_data_location alias */ + _rtc_slow_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_slow_end - _rtc_data_start) + : (_rtc_force_slow_end - _rtc_force_slow_start); + _rtc_fast_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_fast_end - _rtc_fast_start) + : (_rtc_noinit_end - _rtc_fast_start); + ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)), + "RTC_SLOW segment data does not fit.") + ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)), + "RTC_FAST segment data does not fit.") + .iram0.text : + { + _iram_start = ABSOLUTE(.); + /* Vectors go to start of IRAM */ + ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned"); + KEEP(*(.exception_vectors_table.text)); + KEEP(*(.exception_vectors.text)); + + . = ALIGN(4); + _invalid_pc_placeholder = ABSOLUTE(.); + /* Code marked as running out of IRAM */ + _iram_text_start = ABSOLUTE(.); + *(.iram1 .iram1.*) + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) + *libclang_rt.builtins.a:_divsf3.*(.literal .literal.* .text .text.*) + *libclang_rt.builtins.a:restore.*(.literal .literal.* .text .text.*) + *libclang_rt.builtins.a:save.*(.literal .literal.* .text .text.*) + *libcoexist.a:(.coexiram .coexiram.*) + *libcoexist.a:(.coexsleepiram .coexsleepiram.*) + *libesp_driver_gptimer.a:gptimer.*(.literal.gptimer_default_isr .text.gptimer_default_isr) + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_compare_and_set .text.esp_cpu_compare_and_set) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_reset .text.esp_cpu_reset) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_stall .text.esp_cpu_stall) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_unstall .text.esp_cpu_unstall) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_wait_for_intr .text.esp_cpu_wait_for_intr) + *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:gdma.*(.literal.gdma_append .text.gdma_append) + *libesp_hw_support.a:gdma.*(.literal.gdma_default_rx_isr .text.gdma_default_rx_isr) + *libesp_hw_support.a:gdma.*(.literal.gdma_default_tx_isr .text.gdma_default_tx_isr) + *libesp_hw_support.a:gdma.*(.literal.gdma_reset .text.gdma_reset) + *libesp_hw_support.a:gdma.*(.literal.gdma_start .text.gdma_start) + *libesp_hw_support.a:gdma.*(.literal.gdma_stop .text.gdma_stop) + *libesp_hw_support.a:mspi_timing_tuning.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) + *libesp_hw_support.a:pmu_sleep.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) + *libesp_hw_support.a:sleep_console.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:systimer.*(.literal .literal.* .text .text.*) + *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) + *libesp_phy.a:phy_init.*(.literal.esp_phy_disable .text.esp_phy_disable) + *libesp_phy.a:phy_init.*(.literal.esp_phy_enable .text.esp_phy_enable) + *libesp_phy.a:phy_init.*(.literal.esp_wifi_bt_power_domain_off .text.esp_wifi_bt_power_domain_off) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_print.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_sys.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_systimer.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_tlsf.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_wdt.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) + *libesp_system.a:image_process.*(.literal .literal.* .text .text.*) + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) + *libesp_wifi.a:esp_adapter.*(.literal.wifi_clock_disable_wrapper .text.wifi_clock_disable_wrapper) + *libesp_wifi.a:esp_adapter.*(.literal.wifi_clock_enable_wrapper .text.wifi_clock_enable_wrapper) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_sta_receive .text.wifi_sta_receive) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_transmit_wrap .text.wifi_transmit_wrap) + *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .literal EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .literal.* EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .text EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .text.*) + *libfreertos.a:tasks.*(.text .text.__getreent .text.eTaskGetState .text.pcTaskGetName .text.prvAddCurrentTaskToDelayedList .text.prvAddNewTaskToReadyList .text.prvCheckTasksWaitingTermination .text.prvCreateIdleTasks .text.prvDeleteTCB .text.prvIdleTask .text.prvInitialiseNewTask .text.prvInitialiseTaskLists .text.prvResetNextTaskUnblockTime .text.prvSearchForNameWithinSingleList .text.prvTaskCheckFreeStackSpace .text.prvTaskIsTaskSuspended .text.prvTaskPriorityRaise .text.prvTaskPriorityRestore .text.pvTaskGetCurrentTCBForCore .text.pvTaskGetThreadLocalStoragePointer .text.pvTaskIncrementMutexHeldCount .text.pxTaskGetStackStart .text.ulTaskGenericNotifyTake .text.ulTaskGenericNotifyValueClear .text.uxTaskGetNumberOfTasks .text.uxTaskGetStackHighWaterMark .text.uxTaskGetStackHighWaterMark2 .text.uxTaskPriorityGet .text.uxTaskPriorityGetFromISR .text.uxTaskResetEventItemValue .text.vTaskDelay .text.vTaskDelete .text.vTaskEndScheduler .text.vTaskGenericNotifyGiveFromISR .text.vTaskGetSnapshot .text.vTaskInternalSetTimeOutState .text.vTaskMissedYield .text.vTaskPlaceOnEventList .text.vTaskPlaceOnEventListRestricted .text.vTaskPlaceOnUnorderedEventList .text.vTaskPriorityDisinheritAfterTimeout .text.vTaskPrioritySet .text.vTaskRemoveFromUnorderedEventList .text.vTaskResume .text.vTaskSetThreadLocalStoragePointer .text.vTaskSetThreadLocalStoragePointerAndDelCallback .text.vTaskSetTimeOutState .text.vTaskStartScheduler .text.vTaskSuspend .text.vTaskSuspendAll .text.vTaskSwitchContext .text.xTaskAbortDelay .text.xTaskCatchUpTicks .text.xTaskCheckForTimeOut .text.xTaskCreatePinnedToCore .text.xTaskCreateStaticPinnedToCore .text.xTaskDelayUntil .text.xTaskGenericNotify .text.xTaskGenericNotifyFromISR .text.xTaskGenericNotifyStateClear .text.xTaskGenericNotifyWait .text.xTaskGetCoreID .text.xTaskGetCurrentTaskHandle .text.xTaskGetCurrentTaskHandleForCore .text.xTaskGetHandle .text.xTaskGetIdleTaskHandle .text.xTaskGetIdleTaskHandleForCore .text.xTaskGetSchedulerState .text.xTaskGetStaticBuffers .text.xTaskGetTickCount .text.xTaskGetTickCountFromISR .text.xTaskIncrementTick .text.xTaskPriorityDisinherit .text.xTaskPriorityInherit .text.xTaskRemoveFromEventList .text.xTaskResumeAll .text.xTaskResumeFromISR .text.xTimerCreateTimerTask) + *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + *libgcc.a:save-restore.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *libhal.a:cache_hal.*(.literal .literal.* .text .text.*) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_append .text.gdma_ahb_hal_append) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_clear_intr .text.gdma_ahb_hal_clear_intr) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_get_eof_desc_addr .text.gdma_ahb_hal_get_eof_desc_addr) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_read_intr_status .text.gdma_ahb_hal_read_intr_status) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_reset .text.gdma_ahb_hal_reset) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_start_with_desc .text.gdma_ahb_hal_start_with_desc) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_stop .text.gdma_ahb_hal_stop) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_append .text.gdma_hal_append) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_clear_intr .text.gdma_hal_clear_intr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_get_eof_desc_addr .text.gdma_hal_get_eof_desc_addr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_read_intr_status .text.gdma_hal_read_intr_status) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_reset .text.gdma_hal_reset) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_start_with_desc .text.gdma_hal_start_with_desc) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_stop .text.gdma_hal_stop) + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) + *libhal.a:pmu_hal.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:timer_hal.*(.literal.timer_hal_capture_and_get_counter_value .text.timer_hal_capture_and_get_counter_value) + *libheap.a:multi_heap.*(.literal._multi_heap_lock .text._multi_heap_lock) + *libheap.a:multi_heap.*(.literal._multi_heap_unlock .text._multi_heap_unlock) + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_offs .text.multi_heap_aligned_alloc_offs) + *libheap.a:multi_heap.*(.literal.multi_heap_in_rom_init .text.multi_heap_in_rom_init) + *libieee802154.a:esp_ieee802154_ack.*(.literal.ieee802154_ack_config_pending_bit .text.ieee802154_ack_config_pending_bit) + *libieee802154.a:esp_ieee802154_dev.*(.literal.ieee802154_isr .text.ieee802154_isr) + *libieee802154.a:esp_ieee802154_dev.*(.literal.ieee802154_rx_frame_info_update .text.ieee802154_rx_frame_info_update) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_get_security_field_len .text.ieee802154_frame_get_security_field_len) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_get_security_payload_offset .text.ieee802154_frame_get_security_payload_offset) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_get_src_addr .text.ieee802154_frame_get_src_addr) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_security_header_offset .text.ieee802154_frame_security_header_offset) + *libieee802154.a:esp_ieee802154_frame.*(.literal.is_dst_panid_present .text.is_dst_panid_present) + *libieee802154.a:esp_ieee802154_frame.*(.literal.is_src_panid_present .text.is_src_panid_present) + *libieee802154.a:esp_ieee802154_pib.*(.literal.ieee802154_pib_get_pending_mode .text.ieee802154_pib_get_pending_mode) + *libieee802154.a:esp_ieee802154_pib.*(.literal.ieee802154_pib_get_rx_when_idle .text.ieee802154_pib_get_rx_when_idle) + *libieee802154.a:esp_ieee802154_sec.*(.literal.ieee802154_sec_update .text.ieee802154_sec_update) + *libieee802154.a:esp_ieee802154_sec.*(.literal.ieee802154_transmit_security_config .text.ieee802154_transmit_security_config) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer0_set_threshold .text.ieee802154_timer0_set_threshold) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer0_start .text.ieee802154_timer0_start) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer0_stop .text.ieee802154_timer0_stop) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer1_set_threshold .text.ieee802154_timer1_set_threshold) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer1_start .text.ieee802154_timer1_start) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer1_stop .text.ieee802154_timer1_stop) + *libieee802154.a:esp_ieee802154_util.*(.literal.ieee802154_etm_channel_clear .text.ieee802154_etm_channel_clear) + *liblog.a:log_lock.*(.literal .literal.* .text .text.*) + *liblog.a:log_timestamp.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + *liblog.a:log_timestamp.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *liblog.a:log_write.*(.literal.esp_log_write .text.esp_log_write) + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *libnet80211.a:(.wifiextrairam .wifiextrairam.*) + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *libnet80211.a:(.wifislpiram .wifislpiram.*) + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + *libpp.a:(.wifi0iram .wifi0iram.*) + *libpp.a:(.wifiextrairam .wifiextrairam.*) + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *libpp.a:(.wifirxiram .wifirxiram.*) + *libpp.a:(.wifislpiram .wifislpiram.*) + *libpp.a:(.wifislprxiram .wifislprxiram.*) + *libriscv.a:interrupt.*(.text .text._global_interrupt_handler .text.intr_get_item .text.intr_handler_get_arg) + *libriscv.a:vectors.*(.literal .literal.* .text .text.*) + *librtc.a:(.literal .literal.* .text .text.*) + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libspi_flash.a:flash_brownout_hook.*(.literal .literal.* .text .text.*) + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) + } > sram_seg + /* Marks the end of IRAM code segment */ + .iram0.text_end (NOLOAD) : + { + /* Align the end of code region as per PMP region granularity */ + . = ALIGN(4); + + . = ALIGN(4); + _iram_text_end = ABSOLUTE(.); + } > sram_seg + .iram0.data : + { + + . = ALIGN(16); + _iram_data_start = ABSOLUTE(.); + *(.iram.data .iram.data.*) + _coredump_iram_start = ABSOLUTE(.); + *(.iram2.coredump .iram2.coredump.*) + _coredump_iram_end = ABSOLUTE(.); + _iram_data_end = ABSOLUTE(.); + } > sram_seg + .iram0.bss (NOLOAD) : + { + + . = ALIGN(16); + _iram_bss_start = ABSOLUTE(.); + *(.iram.bss .iram.bss.*) + _iram_bss_end = ABSOLUTE(.); + + . = ALIGN(16); + _iram_end = ABSOLUTE(.); + } > sram_seg + .dram0.data : + { + _data_start = ABSOLUTE(.); + *(.gnu.linkonce.d.*) + *(.data1) + __global_pointer$ = . + 0x800; + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + *(.data .data.*) + *(.dram1 .dram1.*) + _coredump_dram_start = ABSOLUTE(.); + *(.dram2.coredump .dram2.coredump.*) + _coredump_dram_end = ABSOLUTE(.); + *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libclang_rt.builtins.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libclang_rt.builtins.a:restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libclang_rt.builtins.a:save.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:mspi_timing_tuning.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:pmu_sleep.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:sleep_console.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_print.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_sys.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_tlsf.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_wdt.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:image_process.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcc.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcc.a:save-restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cache_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:i2c_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:ledc_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:mmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:pmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_hal_gpspi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_slave_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *liblog.a:log_lock.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:stdatomic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libphy.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libsoc.a:lldesc.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:flash_brownout_hook.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_wrap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + _data_end = ABSOLUTE(.); + } > sram_seg + /** + * This section holds data that should not be initialized at power up. + * The section located in Internal SRAM memory region. The macro _NOINIT + * can be used as attribute to place data into this section. + * See the "esp_attr.h" file for more information. + */ + .noinit (NOLOAD): + { + + . = ALIGN(4); + _noinit_start = ABSOLUTE(.); + *(.noinit .noinit.*) + + . = ALIGN(4); + _noinit_end = ABSOLUTE(.); + } > sram_seg + /* Shared RAM */ + .dram0.bss (NOLOAD) : + { + + . = ALIGN(8); + _bss_start = ABSOLUTE(.); + /** + * ldgen places all bss-related data to mapping[dram0_bss] + * (See components/esp_system/app.lf). + */ + *(.bss .bss.*) + *(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem) + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + + . = ALIGN(8); + _bss_end = ABSOLUTE(.); + } > sram_seg + .flash.text : + { + _stext = .; + /** + * Mark the start of flash.text. + * This can be used by the MMU driver to maintain the virtual address. + */ + _instruction_reserved_start = ABSOLUTE(.); + _text_start = ABSOLUTE(.); + *(EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_phy.a:phy_init.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libheap.a:multi_heap.* *libieee802154.a:esp_ieee802154_ack.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_util.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .literal EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_phy.a:phy_init.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libheap.a:multi_heap.* *libieee802154.a:esp_ieee802154_ack.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_util.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .literal.* EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_phy.a:phy_init.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libheap.a:multi_heap.* *libieee802154.a:esp_ieee802154_ack.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_util.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .text EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_phy.a:phy_init.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libheap.a:multi_heap.* *libieee802154.a:esp_ieee802154_ack.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_util.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .text.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifi0iram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifi0iram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifiextrairam EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifiextrairam.*) + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifirxiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifirxiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislpiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislpiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram.*) + *libesp_driver_gptimer.a:gptimer.*(.text .text.gptimer_del_timer .text.gptimer_destroy .text.gptimer_disable .text.gptimer_enable .text.gptimer_get_captured_count .text.gptimer_get_raw_count .text.gptimer_get_resolution .text.gptimer_new_timer .text.gptimer_register_event_callbacks .text.gptimer_register_to_group .text.gptimer_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group) + *libesp_event.a:default_event_loop.*(.text .text.esp_event_handler_instance_register .text.esp_event_handler_instance_unregister .text.esp_event_handler_register .text.esp_event_handler_unregister .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_post) + *libesp_event.a:esp_event.*(.text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler) + *libesp_hw_support.a:cpu.*(.text .text.esp_cpu_clear_breakpoint .text.esp_cpu_clear_watchpoint .text.esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint) + *libesp_hw_support.a:gdma.*(.text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_apply_strategy .text.gdma_config_transfer .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_alignment_constraints .text.gdma_get_free_m2m_trig_id_mask .text.gdma_get_group_channel_id .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_set_priority) + *libesp_hw_support.a:periph_ctrl.*(.text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit) + *libesp_hw_support.a:sar_periph_ctrl.*(.text .text.s_sar_power_acquire .text.s_sar_power_release .text.sar_periph_ctrl_adc_continuous_power_acquire .text.sar_periph_ctrl_adc_continuous_power_release .text.sar_periph_ctrl_adc_oneshot_power_acquire .text.sar_periph_ctrl_adc_oneshot_power_release .text.sar_periph_ctrl_init .text.sar_periph_ctrl_power_disable .text.sar_periph_ctrl_pwdet_power_acquire .text.sar_periph_ctrl_pwdet_power_release) + *libesp_phy.a:phy_init.*(.text .text.esp_phy_erase_cal_data_in_nvs .text.esp_phy_get_init_data .text.esp_phy_load_cal_and_init .text.esp_phy_load_cal_data_from_nvs .text.esp_phy_modem_deinit .text.esp_phy_modem_init .text.esp_phy_release_init_data .text.esp_phy_store_cal_data_to_nvs .text.esp_phy_update_country_info .text.load_cal_data_from_nvs_handle .text.phy_get_lock .text.store_cal_data_to_nvs_handle) + *libesp_system.a:esp_system_chip.*(.text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size) + *libesp_wifi.a:esp_adapter.*(.text .text.clear_intr_wrapper .text.coex_deinit_wrapper .text.coex_disable_wrapper .text.coex_enable_wrapper .text.coex_init_wrapper .text.coex_register_start_cb_wrapper .text.coex_schm_curr_period_get_wrapper .text.coex_schm_curr_phase_get_wrapper .text.coex_schm_flexible_period_get_wrapper .text.coex_schm_flexible_period_set_wrapper .text.coex_schm_interval_get_wrapper .text.coex_schm_process_restart_wrapper .text.coex_schm_register_cb_wrapper .text.coex_schm_status_bit_clear_wrapper .text.coex_schm_status_bit_set_wrapper .text.coex_wifi_channel_set_wrapper .text.coex_wifi_request_wrapper .text.disable_intr_wrapper .text.enable_intr_wrapper .text.esp_event_post_wrapper .text.esp_log_write_wrapper .text.esp_log_writev_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.esp_read_mac_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.nvs_open_wrapper .text.queue_create_wrapper .text.queue_recv_wrapper .text.queue_send_to_back_wrapper .text.queue_send_to_front_wrapper .text.queue_send_wrapper .text.recursive_mutex_create_wrapper .text.regdma_link_set_write_wait_content_wrapper .text.set_intr_wrapper .text.set_isr_wrapper .text.sleep_retention_find_link_by_id_wrapper .text.task_create_pinned_to_core_wrapper .text.task_create_wrapper .text.task_get_max_priority_wrapper .text.wifi_create_queue .text.wifi_create_queue_wrapper .text.wifi_delete_queue .text.wifi_delete_queue_wrapper .text.wifi_reset_mac_wrapper .text.wifi_thread_semphr_free .text.wifi_thread_semphr_get_wrapper) + *libesp_wifi.a:wifi_netif.*(.text .text.esp_wifi_create_if_driver .text.esp_wifi_destroy_if_driver .text.esp_wifi_get_if_mac .text.esp_wifi_is_if_ready_when_started .text.esp_wifi_register_if_rxcb .text.wifi_ap_receive .text.wifi_driver_start .text.wifi_free .text.wifi_transmit) + *libfreertos.a:app_startup.*(.literal .literal.* .text .text.*) + *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) + *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) + *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) + *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) + *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.xTaskGetNext) + *libhal.a:gdma_hal_ahb_v1.*(.text .text.gdma_ahb_hal_connect_peri .text.gdma_ahb_hal_disconnect_peri .text.gdma_ahb_hal_enable_burst .text.gdma_ahb_hal_enable_etm_task .text.gdma_ahb_hal_enable_intr .text.gdma_ahb_hal_get_intr_status_reg .text.gdma_ahb_hal_init .text.gdma_ahb_hal_set_priority .text.gdma_ahb_hal_set_strategy) + *libhal.a:gdma_hal_top.*(.text .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_access_encrypt_mem .text.gdma_hal_enable_burst .text.gdma_hal_enable_etm_task .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_set_burst_size .text.gdma_hal_set_priority .text.gdma_hal_set_strategy) + *libhal.a:timer_hal.*(.text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value) + *libheap.a:multi_heap.*(.text .text.multi_heap_reset_minimum_free_bytes .text.multi_heap_restore_minimum_free_bytes) + *libieee802154.a:esp_ieee802154_ack.*(.text .text.ieee802154_add_pending_addr .text.ieee802154_clear_pending_addr .text.ieee802154_reset_pending_table) + *libieee802154.a:esp_ieee802154_dev.*(.text .text.enable_rx .text.ieee802154_cca .text.ieee802154_disable .text.ieee802154_enable .text.ieee802154_energy_detect .text.ieee802154_get_recent_lqi .text.ieee802154_get_recent_rssi .text.ieee802154_get_state .text.ieee802154_mac_deinit .text.ieee802154_mac_init .text.ieee802154_receive .text.ieee802154_receive_at .text.ieee802154_receive_done .text.ieee802154_receive_handle_done .text.ieee802154_sleep .text.ieee802154_sleep_deinit .text.ieee802154_sleep_init .text.ieee802154_transmit .text.ieee802154_transmit_at .text.ieee802154_transmit_done .text.ieee802154_transmit_internal .text.is_target_time_expired .text.isr_handle_timer0_done .text.rx_init .text.set_next_rx_buffer .text.start_ed .text.stop_cca .text.stop_current_operation .text.stop_ed .text.stop_rx .text.stop_rx_ack .text.stop_tx .text.stop_tx_ack .text.stop_tx_cca .text.tx_init) + *libieee802154.a:esp_ieee802154_frame.*(.text .text.ieee802154_frame_get_dest_panid .text.ieee802154_frame_get_dst_addr .text.ieee802154_frame_get_ie_field_len .text.ieee802154_frame_get_mic_len .text.ieee802154_frame_get_src_panid .text.ieee802154_frame_get_type .text.ieee802154_frame_get_version .text.ieee802154_frame_ie_header_offset .text.ieee802154_frame_is_ack_required) + *libieee802154.a:esp_ieee802154_pib.*(.text .text.ieee802154_pib_get_auto_ack_rx .text.ieee802154_pib_get_auto_ack_tx .text.ieee802154_pib_get_cca_mode .text.ieee802154_pib_get_cca_threshold .text.ieee802154_pib_get_channel .text.ieee802154_pib_get_coordinator .text.ieee802154_pib_get_enhance_ack_tx .text.ieee802154_pib_get_power .text.ieee802154_pib_get_promiscuous .text.ieee802154_pib_init .text.ieee802154_pib_is_pending .text.ieee802154_pib_set_auto_ack_rx .text.ieee802154_pib_set_auto_ack_tx .text.ieee802154_pib_set_cca_mode .text.ieee802154_pib_set_cca_threshold .text.ieee802154_pib_set_channel .text.ieee802154_pib_set_coordinator .text.ieee802154_pib_set_enhance_ack_tx .text.ieee802154_pib_set_pending_mode .text.ieee802154_pib_set_power .text.ieee802154_pib_set_promiscuous .text.ieee802154_pib_set_rx_when_idle .text.ieee802154_pib_update .text.ieee802154_txpower_convert) + *libieee802154.a:esp_ieee802154_sec.*(.text .text.ieee802154_ll_set_security_addr .text.ieee802154_ll_set_security_key) + *libieee802154.a:esp_ieee802154_timer.*(.text .text.ieee802154_timer0_get_value .text.ieee802154_timer1_get_value) + *libieee802154.a:esp_ieee802154_util.*(.text .text.ieee802154_channel_to_freq .text.ieee802154_etm_set_event_task .text.ieee802154_freq_to_channel .text.ieee802154_set_txrx_pti) + *liblog.a:log_timestamp.*(.text) + *liblog.a:log_write.*(.text .text.esp_log_set_vprintf .text.esp_log_writev) + *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) + *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) + *(.stub) + *(.gnu.linkonce.t.*) + *(.gnu.warning) + *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ + /** + * CPU will try to prefetch up to 16 bytes of of instructions. + * This means that any configuration (e.g. MMU, PMS) must allow + * safe access to up to 16 bytes after the last real instruction, add + * dummy bytes to ensure this + */ + . += 16; + _text_end = ABSOLUTE(.); + /** + * Mark the flash.text end. + * This can be used for MMU driver to maintain virtual address. + */ + _instruction_reserved_end = ABSOLUTE(.); + _etext = .; + /** + * Similar to _iram_start, this symbol goes here so it is + * resolved by addr2line in preference to the first symbol in + * the flash.text segment. + */ + _flash_cache_start = ABSOLUTE(0); + } > default_code_seg + /** + * Dummy section represents the .flash.text section but in default_rodata_seg. + * Thus, it must have its alignment and (at least) its size. + */ + .flash_rodata_dummy (NOLOAD): + { + _flash_rodata_dummy_start = .; + . = ALIGN(ALIGNOF(.flash.text)) + SIZEOF(.flash.text); + /* Add alignment of MMU page size + 0x20 bytes for the mapping header. */ + . = ALIGN(0x10000) + 0x20; + } > default_rodata_seg + .flash.appdesc : ALIGN(0x10) + { + /** + * Mark flash.rodata start. + * This can be used for mmu driver to maintain virtual address + */ + _rodata_reserved_start = ABSOLUTE(.); + _rodata_start = ABSOLUTE(.); + /* !DO NOT PUT ANYTHING BEFORE THIS! */ + /* Should be the first. App version info. */ + *(.rodata_desc .rodata_desc.*) + /* Should be the second. Custom app version info. */ + *(.rodata_custom_desc .rodata_custom_desc.*) + /** + * Create an empty gap within this section. Thanks to this, the end of this + * section will match .flash.rodata's begin address. Thus, both sections + * will be merged when creating the final bin image. + */ + . = ALIGN(ALIGNOF(.flash.rodata)); + } > default_rodata_seg + ASSERT((ADDR(.flash.rodata) == ADDR(.flash.appdesc) + SIZEOF(.flash.appdesc)), "The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.") + .flash.rodata : ALIGN(0x10) + { + _flash_rodata_start = ABSOLUTE(.); + *(EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .rodata EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .rodata.* EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .sdata2 EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .sdata2.* EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .srodata EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_wdt.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:pmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *liblog.a:log_lock.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .srodata.*) + *(.rodata_wlog_error .rodata_wlog_error.*) + *(.rodata_wlog_info .rodata_wlog_info.*) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + /** + * C++ constructor tables. + * + * Excluding crtbegin.o/crtend.o since IDF doesn't use the toolchain crt. + * + * RISC-V gcc is configured with --enable-initfini-array so it emits + * .init_array section instead. But the init_priority sections will be + * sorted for iteration in ascending order during startup. + * The rest of the init_array sections is sorted for iteration in descending + * order during startup, however. Hence a different section is generated for + * the init_priority functions which is iterated in ascending order during + * startup. The corresponding code can be found in startup.c. + */ + + . = ALIGN(4); + __init_priority_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*)) + __init_priority_array_end = ABSOLUTE(.); + + . = ALIGN(4); + __init_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array)) + __init_array_end = ABSOLUTE(.); + /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */ + + . = ALIGN(4); + soc_reserved_memory_region_start = ABSOLUTE(.); + KEEP (*(.reserved_memory_address)) + soc_reserved_memory_region_end = ABSOLUTE(.); + /* System init functions registered via ESP_SYSTEM_INIT_FN */ + + . = ALIGN(4); + _esp_system_init_fn_array_start = ABSOLUTE(.); + KEEP (*(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*))) + _esp_system_init_fn_array_end = ABSOLUTE(.); + _rodata_end = ABSOLUTE(.); + . = ALIGN(ALIGNOF(.eh_frame_hdr)); + } > default_rodata_seg + ASSERT((ADDR(.eh_frame_hdr) == ADDR(.flash.rodata) + SIZEOF(.flash.rodata)), "The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.") + .eh_frame_hdr : + { + . = ALIGN(ALIGNOF(.eh_frame)); + } > default_rodata_seg + ASSERT((ADDR(.eh_frame) == ADDR(.eh_frame_hdr) + SIZEOF(.eh_frame_hdr)), "The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.") + .eh_frame : + { + . = ALIGN(ALIGNOF(.flash.tdata)); + } > default_rodata_seg + ASSERT((ADDR(.flash.tdata) == ADDR(.eh_frame) + SIZEOF(.eh_frame)), "The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.") + .flash.tdata : + { + _thread_local_data_start = ABSOLUTE(.); + *(.tdata .tdata.* .gnu.linkonce.td.*) + . = ALIGN(ALIGNOF(.flash.tbss)); + _thread_local_data_end = ABSOLUTE(.); + } > default_rodata_seg + ASSERT((ADDR(.flash.tbss) == ADDR(.flash.tdata) + SIZEOF(.flash.tdata)), "The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.") + .flash.tbss (NOLOAD) : + { + _thread_local_bss_start = ABSOLUTE(.); + *(.tbss .tbss.* .gnu.linkonce.tb.*) + *(.tcommon .tcommon.*) + _thread_local_bss_end = ABSOLUTE(.); + } > default_rodata_seg + /** + * This section contains all the rodata that is not used + * at runtime, helping to avoid an increase in binary size. + */ + .flash.rodata_noload (NOLOAD) : + { + /** + * This symbol marks the end of flash.rodata. It can be utilized by the MMU + * driver to maintain the virtual address. + * NOLOAD rodata may not be included in this section. + */ + _rodata_reserved_end = ADDR(.flash.tbss); + *(.rodata_wlog_debug .rodata_wlog_debug.*) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + } > default_rodata_seg + /* Marks the end of data, bss and possibly rodata */ + .dram0.heap_start (NOLOAD) : + { + + . = ALIGN(16); + _heap_start = ABSOLUTE(.); + } > sram_seg + /* DWARF 1 */ + .debug 0 : { *(.debug) } + .line 0 : { *(.line) } + /* GNU DWARF 1 extensions */ + .debug_srcinfo 0 : { *(.debug_srcinfo) } + .debug_sfnames 0 : { *(.debug_sfnames) } + /* DWARF 1.1 and DWARF 2 */ + .debug_aranges 0 : { *(.debug_aranges) } + .debug_pubnames 0 : { *(.debug_pubnames) } + /* DWARF 2 */ + .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } + .debug_abbrev 0 : { *(.debug_abbrev) } + .debug_line 0 : { *(.debug_line) } + .debug_frame 0 : { *(.debug_frame) } + .debug_str 0 : { *(.debug_str) } + .debug_loc 0 : { *(.debug_loc) } + .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_pubtypes 0 : { *(.debug_pubtypes) } + /* DWARF 3 */ + .debug_ranges 0 : { *(.debug_ranges) } + /* SGI/MIPS DWARF 2 extensions */ + .debug_weaknames 0 : { *(.debug_weaknames) } + .debug_funcnames 0 : { *(.debug_funcnames) } + .debug_typenames 0 : { *(.debug_typenames) } + .debug_varnames 0 : { *(.debug_varnames) } + /* GNU DWARF 2 extensions */ + .debug_gnu_pubnames 0 : { *(.debug_gnu_pubnames) } + .debug_gnu_pubtypes 0 : { *(.debug_gnu_pubtypes) } + /* DWARF 4 */ + .debug_types 0 : { *(.debug_types) } + /* DWARF 5 */ + .debug_addr 0 : { *(.debug_addr) } + .debug_line_str 0 : { *(.debug_line_str) } + .debug_loclists 0 : { *(.debug_loclists) } + .debug_macro 0 : { *(.debug_macro) } + .debug_names 0 : { *(.debug_names) } + .debug_rnglists 0 : { *(.debug_rnglists) } + .debug_str_offsets 0 : { *(.debug_str_offsets) } + .comment 0 : { *(.comment) } + .note.GNU-stack 0: { *(.note.GNU-stack) } + .riscv.attributes 0: { *(.riscv.attributes) } + /DISCARD/ : + { + /** + * Discarding .rela.* sections results in the following mapping: + * .rela.text.* -> .text.* + * .rela.data.* -> .data.* + * And so forth... + */ + *(.rela.*) + *(.got .got.plt) /* TODO: GCC-382 */ + *(.eh_frame_hdr) + *(.eh_frame) + } +} diff --git a/build/esp-idf/esp_system/ld/sections.ld.in b/build/esp-idf/esp_system/ld/sections.ld.in new file mode 100644 index 0000000..4098ef7 --- /dev/null +++ b/build/esp-idf/esp_system/ld/sections.ld.in @@ -0,0 +1,460 @@ +/* + * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header + */ + +/* List of deprecated options */ +/* CPU instruction prefetch padding size for flash mmap scenario */ +/* + * PMP region granularity size + * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones + * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, + * the PMP granularity is 2^G+2 bytes. + */ +/* CPU instruction prefetch padding size for memory protection scenario */ +/* Memory alignment size for PMS */ + /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ +/* Default entry point */ +ENTRY(call_start_cpu0); +SECTIONS +{ + /** + * RTC fast memory holds RTC wake stub code, + * including from any source file named rtc_wake_stub*.c + */ + .rtc.text : + { + /* Align the start of RTC code region as per PMP granularity + * this ensures we do not overwrite the permissions for the previous + * region (ULP mem) regardless of its end alignment + */ + + . = ALIGN(4); + _rtc_fast_start = ABSOLUTE(.); + + . = ALIGN(4); + _rtc_text_start = ABSOLUTE(.); + *(.rtc.entry.text) + mapping[rtc_text] + *rtc_wake_stub*.*(.text .text.*) + *(.rtc_text_end_test) + /* Align the end of RTC code region as per PMP granularity */ + . = ALIGN(4); + _rtc_text_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section located in RTC FAST Memory area. + * It holds data marked with RTC_FAST_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_fast : + { + + . = ALIGN(4); + _rtc_force_fast_start = ABSOLUTE(.); + mapping[rtc_force_fast] + *(.rtc.force_fast .rtc.force_fast.*) + + . = ALIGN(4); + _rtc_force_fast_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * RTC data section holds RTC wake stub + * data/rodata, including from any source file + * named rtc_wake_stub*.c and the data marked with + * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes. + */ + .rtc.data : + { + _rtc_data_start = ABSOLUTE(.); + mapping[rtc_data] + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) + _rtc_data_end = ABSOLUTE(.); + } > lp_ram_seg + /* RTC bss, from any source file named rtc_wake_stub*.c */ + .rtc.bss (NOLOAD) : + { + _rtc_bss_start = ABSOLUTE(.); + *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) + *rtc_wake_stub*.*(COMMON) + mapping[rtc_bss] + _rtc_bss_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section holds data that should not be initialized at power up + * and will be retained during deep sleep. + * User data marked with RTC_NOINIT_ATTR will be placed + * into this section. See the file "esp_attr.h" for more information. + */ + .rtc_noinit (NOLOAD): + { + + . = ALIGN(4); + _rtc_noinit_start = ABSOLUTE(.); + *(.rtc_noinit .rtc_noinit.*) + + . = ALIGN(4); + _rtc_noinit_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section located in RTC SLOW Memory area. + * It holds data marked with RTC_SLOW_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_slow : + { + + . = ALIGN(4); + _rtc_force_slow_start = ABSOLUTE(.); + *(.rtc.force_slow .rtc.force_slow.*) + + . = ALIGN(4); + _rtc_force_slow_end = ABSOLUTE(.); + } > lp_ram_seg + /** + * This section holds RTC data that should have fixed addresses. + * The data are not initialized at power-up and are retained during deep + * sleep. + */ + .rtc_reserved (NOLOAD): + { + + . = ALIGN(4); + _rtc_reserved_start = ABSOLUTE(.); + /** + * New data can only be added here to ensure existing data are not moved. + * Because data have adhered to the end of the segment and code is relied + * on it. + * >> put new data here << + */ + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) + _rtc_reserved_end = ABSOLUTE(.); + } > rtc_reserved_seg + _rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start; + ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)), + "RTC reserved segment data does not fit.") + /* Get size of rtc slow data based on rtc_data_location alias */ + _rtc_slow_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_slow_end - _rtc_data_start) + : (_rtc_force_slow_end - _rtc_force_slow_start); + _rtc_fast_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_fast_end - _rtc_fast_start) + : (_rtc_noinit_end - _rtc_fast_start); + ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)), + "RTC_SLOW segment data does not fit.") + ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)), + "RTC_FAST segment data does not fit.") + .iram0.text : + { + _iram_start = ABSOLUTE(.); + /* Vectors go to start of IRAM */ + ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned"); + KEEP(*(.exception_vectors_table.text)); + KEEP(*(.exception_vectors.text)); + + . = ALIGN(4); + _invalid_pc_placeholder = ABSOLUTE(.); + /* Code marked as running out of IRAM */ + _iram_text_start = ABSOLUTE(.); + mapping[iram0_text] + } > sram_seg + /* Marks the end of IRAM code segment */ + .iram0.text_end (NOLOAD) : + { + /* Align the end of code region as per PMP region granularity */ + . = ALIGN(4); + + . = ALIGN(4); + _iram_text_end = ABSOLUTE(.); + } > sram_seg + .iram0.data : + { + + . = ALIGN(16); + _iram_data_start = ABSOLUTE(.); + mapping[iram0_data] + _iram_data_end = ABSOLUTE(.); + } > sram_seg + .iram0.bss (NOLOAD) : + { + + . = ALIGN(16); + _iram_bss_start = ABSOLUTE(.); + mapping[iram0_bss] + _iram_bss_end = ABSOLUTE(.); + + . = ALIGN(16); + _iram_end = ABSOLUTE(.); + } > sram_seg + .dram0.data : + { + _data_start = ABSOLUTE(.); + *(.gnu.linkonce.d.*) + *(.data1) + __global_pointer$ = . + 0x800; + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + mapping[dram0_data] + _data_end = ABSOLUTE(.); + } > sram_seg + /** + * This section holds data that should not be initialized at power up. + * The section located in Internal SRAM memory region. The macro _NOINIT + * can be used as attribute to place data into this section. + * See the "esp_attr.h" file for more information. + */ + .noinit (NOLOAD): + { + + . = ALIGN(4); + _noinit_start = ABSOLUTE(.); + *(.noinit .noinit.*) + + . = ALIGN(4); + _noinit_end = ABSOLUTE(.); + } > sram_seg + /* Shared RAM */ + .dram0.bss (NOLOAD) : + { + + . = ALIGN(8); + _bss_start = ABSOLUTE(.); + /** + * ldgen places all bss-related data to mapping[dram0_bss] + * (See components/esp_system/app.lf). + */ + mapping[dram0_bss] + + . = ALIGN(8); + _bss_end = ABSOLUTE(.); + } > sram_seg + .flash.text : + { + _stext = .; + /** + * Mark the start of flash.text. + * This can be used by the MMU driver to maintain the virtual address. + */ + _instruction_reserved_start = ABSOLUTE(.); + _text_start = ABSOLUTE(.); + mapping[flash_text] + *(.stub) + *(.gnu.linkonce.t.*) + *(.gnu.warning) + *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ + /** + * CPU will try to prefetch up to 16 bytes of of instructions. + * This means that any configuration (e.g. MMU, PMS) must allow + * safe access to up to 16 bytes after the last real instruction, add + * dummy bytes to ensure this + */ + . += 16; + _text_end = ABSOLUTE(.); + /** + * Mark the flash.text end. + * This can be used for MMU driver to maintain virtual address. + */ + _instruction_reserved_end = ABSOLUTE(.); + _etext = .; + /** + * Similar to _iram_start, this symbol goes here so it is + * resolved by addr2line in preference to the first symbol in + * the flash.text segment. + */ + _flash_cache_start = ABSOLUTE(0); + } > default_code_seg + /** + * Dummy section represents the .flash.text section but in default_rodata_seg. + * Thus, it must have its alignment and (at least) its size. + */ + .flash_rodata_dummy (NOLOAD): + { + _flash_rodata_dummy_start = .; + . = ALIGN(ALIGNOF(.flash.text)) + SIZEOF(.flash.text); + /* Add alignment of MMU page size + 0x20 bytes for the mapping header. */ + . = ALIGN(0x10000) + 0x20; + } > default_rodata_seg + .flash.appdesc : ALIGN(0x10) + { + /** + * Mark flash.rodata start. + * This can be used for mmu driver to maintain virtual address + */ + _rodata_reserved_start = ABSOLUTE(.); + _rodata_start = ABSOLUTE(.); + /* !DO NOT PUT ANYTHING BEFORE THIS! */ + /* Should be the first. App version info. */ + *(.rodata_desc .rodata_desc.*) + /* Should be the second. Custom app version info. */ + *(.rodata_custom_desc .rodata_custom_desc.*) + /** + * Create an empty gap within this section. Thanks to this, the end of this + * section will match .flash.rodata's begin address. Thus, both sections + * will be merged when creating the final bin image. + */ + . = ALIGN(ALIGNOF(.flash.rodata)); + } > default_rodata_seg + ASSERT((ADDR(.flash.rodata) == ADDR(.flash.appdesc) + SIZEOF(.flash.appdesc)), "The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.") + .flash.rodata : ALIGN(0x10) + { + _flash_rodata_start = ABSOLUTE(.); + mapping[flash_rodata] + *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + /** + * C++ constructor tables. + * + * Excluding crtbegin.o/crtend.o since IDF doesn't use the toolchain crt. + * + * RISC-V gcc is configured with --enable-initfini-array so it emits + * .init_array section instead. But the init_priority sections will be + * sorted for iteration in ascending order during startup. + * The rest of the init_array sections is sorted for iteration in descending + * order during startup, however. Hence a different section is generated for + * the init_priority functions which is iterated in ascending order during + * startup. The corresponding code can be found in startup.c. + */ + + . = ALIGN(4); + __init_priority_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*)) + __init_priority_array_end = ABSOLUTE(.); + + . = ALIGN(4); + __init_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array)) + __init_array_end = ABSOLUTE(.); + /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */ + + . = ALIGN(4); + soc_reserved_memory_region_start = ABSOLUTE(.); + KEEP (*(.reserved_memory_address)) + soc_reserved_memory_region_end = ABSOLUTE(.); + /* System init functions registered via ESP_SYSTEM_INIT_FN */ + + . = ALIGN(4); + _esp_system_init_fn_array_start = ABSOLUTE(.); + KEEP (*(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*))) + _esp_system_init_fn_array_end = ABSOLUTE(.); + _rodata_end = ABSOLUTE(.); + . = ALIGN(ALIGNOF(.eh_frame_hdr)); + } > default_rodata_seg + ASSERT((ADDR(.eh_frame_hdr) == ADDR(.flash.rodata) + SIZEOF(.flash.rodata)), "The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.") + .eh_frame_hdr : + { + . = ALIGN(ALIGNOF(.eh_frame)); + } > default_rodata_seg + ASSERT((ADDR(.eh_frame) == ADDR(.eh_frame_hdr) + SIZEOF(.eh_frame_hdr)), "The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.") + .eh_frame : + { + . = ALIGN(ALIGNOF(.flash.tdata)); + } > default_rodata_seg + ASSERT((ADDR(.flash.tdata) == ADDR(.eh_frame) + SIZEOF(.eh_frame)), "The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.") + .flash.tdata : + { + _thread_local_data_start = ABSOLUTE(.); + *(.tdata .tdata.* .gnu.linkonce.td.*) + . = ALIGN(ALIGNOF(.flash.tbss)); + _thread_local_data_end = ABSOLUTE(.); + } > default_rodata_seg + ASSERT((ADDR(.flash.tbss) == ADDR(.flash.tdata) + SIZEOF(.flash.tdata)), "The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.") + .flash.tbss (NOLOAD) : + { + _thread_local_bss_start = ABSOLUTE(.); + *(.tbss .tbss.* .gnu.linkonce.tb.*) + *(.tcommon .tcommon.*) + _thread_local_bss_end = ABSOLUTE(.); + } > default_rodata_seg + /** + * This section contains all the rodata that is not used + * at runtime, helping to avoid an increase in binary size. + */ + .flash.rodata_noload (NOLOAD) : + { + /** + * This symbol marks the end of flash.rodata. It can be utilized by the MMU + * driver to maintain the virtual address. + * NOLOAD rodata may not be included in this section. + */ + _rodata_reserved_end = ADDR(.flash.tbss); + mapping[rodata_noload] + } > default_rodata_seg + /* Marks the end of data, bss and possibly rodata */ + .dram0.heap_start (NOLOAD) : + { + + . = ALIGN(16); + _heap_start = ABSOLUTE(.); + } > sram_seg + /* DWARF 1 */ + .debug 0 : { *(.debug) } + .line 0 : { *(.line) } + /* GNU DWARF 1 extensions */ + .debug_srcinfo 0 : { *(.debug_srcinfo) } + .debug_sfnames 0 : { *(.debug_sfnames) } + /* DWARF 1.1 and DWARF 2 */ + .debug_aranges 0 : { *(.debug_aranges) } + .debug_pubnames 0 : { *(.debug_pubnames) } + /* DWARF 2 */ + .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } + .debug_abbrev 0 : { *(.debug_abbrev) } + .debug_line 0 : { *(.debug_line) } + .debug_frame 0 : { *(.debug_frame) } + .debug_str 0 : { *(.debug_str) } + .debug_loc 0 : { *(.debug_loc) } + .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_pubtypes 0 : { *(.debug_pubtypes) } + /* DWARF 3 */ + .debug_ranges 0 : { *(.debug_ranges) } + /* SGI/MIPS DWARF 2 extensions */ + .debug_weaknames 0 : { *(.debug_weaknames) } + .debug_funcnames 0 : { *(.debug_funcnames) } + .debug_typenames 0 : { *(.debug_typenames) } + .debug_varnames 0 : { *(.debug_varnames) } + /* GNU DWARF 2 extensions */ + .debug_gnu_pubnames 0 : { *(.debug_gnu_pubnames) } + .debug_gnu_pubtypes 0 : { *(.debug_gnu_pubtypes) } + /* DWARF 4 */ + .debug_types 0 : { *(.debug_types) } + /* DWARF 5 */ + .debug_addr 0 : { *(.debug_addr) } + .debug_line_str 0 : { *(.debug_line_str) } + .debug_loclists 0 : { *(.debug_loclists) } + .debug_macro 0 : { *(.debug_macro) } + .debug_names 0 : { *(.debug_names) } + .debug_rnglists 0 : { *(.debug_rnglists) } + .debug_str_offsets 0 : { *(.debug_str_offsets) } + .comment 0 : { *(.comment) } + .note.GNU-stack 0: { *(.note.GNU-stack) } + .riscv.attributes 0: { *(.riscv.attributes) } + /DISCARD/ : + { + /** + * Discarding .rela.* sections results in the following mapping: + * .rela.text.* -> .text.* + * .rela.data.* -> .data.* + * And so forth... + */ + *(.rela.*) + *(.got .got.plt) /* TODO: GCC-382 */ + *(.eh_frame_hdr) + *(.eh_frame) + } +} diff --git a/build/esp-idf/esp_system/libesp_system.a b/build/esp-idf/esp_system/libesp_system.a new file mode 100644 index 0000000..8ba3a7d Binary files /dev/null and b/build/esp-idf/esp_system/libesp_system.a differ diff --git a/build/esp-idf/esp_system/port/cmake_install.cmake b/build/esp-idf/esp_system/port/cmake_install.cmake new file mode 100644 index 0000000..c1aa5d4 --- /dev/null +++ b/build/esp-idf/esp_system/port/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_system/port/soc/esp32c6/cmake_install.cmake b/build/esp-idf/esp_system/port/soc/esp32c6/cmake_install.cmake new file mode 100644 index 0000000..2fd0eee --- /dev/null +++ b/build/esp-idf/esp_system/port/soc/esp32c6/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/port/soc/esp32c6/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj new file mode 100644 index 0000000..c140f54 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj new file mode 100644 index 0000000..883661b Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj new file mode 100644 index 0000000..16c3872 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj new file mode 100644 index 0000000..7d36dc3 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj new file mode 100644 index 0000000..189408b Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj new file mode 100644 index 0000000..0fc8557 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj new file mode 100644 index 0000000..b3444ff Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj differ diff --git a/build/esp-idf/esp_timer/cmake_install.cmake b/build/esp-idf/esp_timer/cmake_install.cmake new file mode 100644 index 0000000..97cecfd --- /dev/null +++ b/build/esp-idf/esp_timer/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_timer/libesp_timer.a b/build/esp-idf/esp_timer/libesp_timer.a new file mode 100644 index 0000000..f500523 Binary files /dev/null and b/build/esp-idf/esp_timer/libesp_timer.a differ diff --git a/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj b/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj new file mode 100644 index 0000000..60ece83 Binary files /dev/null and b/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj differ diff --git a/build/esp-idf/esp_vfs_console/cmake_install.cmake b/build/esp-idf/esp_vfs_console/cmake_install.cmake new file mode 100644 index 0000000..d224707 --- /dev/null +++ b/build/esp-idf/esp_vfs_console/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_vfs_console/libesp_vfs_console.a b/build/esp-idf/esp_vfs_console/libesp_vfs_console.a new file mode 100644 index 0000000..145d020 Binary files /dev/null and b/build/esp-idf/esp_vfs_console/libesp_vfs_console.a differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj new file mode 100644 index 0000000..eefd50d Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj new file mode 100644 index 0000000..0cb068d Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj new file mode 100644 index 0000000..ad916b6 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj new file mode 100644 index 0000000..bdd0e46 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj new file mode 100644 index 0000000..86c71d6 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj new file mode 100644 index 0000000..f56b335 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj new file mode 100644 index 0000000..46f4c38 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj new file mode 100644 index 0000000..8ddf67a Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj new file mode 100644 index 0000000..c03d1ad Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj differ diff --git a/build/esp-idf/esp_wifi/cmake_install.cmake b/build/esp-idf/esp_wifi/cmake_install.cmake new file mode 100644 index 0000000..e30db21 --- /dev/null +++ b/build/esp-idf/esp_wifi/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esp_wifi/libesp_wifi.a b/build/esp-idf/esp_wifi/libesp_wifi.a new file mode 100644 index 0000000..7f66955 Binary files /dev/null and b/build/esp-idf/esp_wifi/libesp_wifi.a differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj new file mode 100644 index 0000000..4a79d02 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj new file mode 100644 index 0000000..58226db Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj new file mode 100644 index 0000000..8cb86ee Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj new file mode 100644 index 0000000..c1b62f2 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj new file mode 100644 index 0000000..4462f61 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj new file mode 100644 index 0000000..3c06023 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj new file mode 100644 index 0000000..d9250db Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj new file mode 100644 index 0000000..ebcaa8e Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj new file mode 100644 index 0000000..24cf3b1 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj differ diff --git a/build/esp-idf/espcoredump/cmake_install.cmake b/build/esp-idf/espcoredump/cmake_install.cmake new file mode 100644 index 0000000..5b39ecd --- /dev/null +++ b/build/esp-idf/espcoredump/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/espcoredump/libespcoredump.a b/build/esp-idf/espcoredump/libespcoredump.a new file mode 100644 index 0000000..989bbc3 Binary files /dev/null and b/build/esp-idf/espcoredump/libespcoredump.a differ diff --git a/build/esp-idf/esptool_py/app-flash_args.in b/build/esp-idf/esptool_py/app-flash_args.in new file mode 100644 index 0000000..c2e560c --- /dev/null +++ b/build/esp-idf/esptool_py/app-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x10000 $.bin \ No newline at end of file diff --git a/build/esp-idf/esptool_py/cmake_install.cmake b/build/esp-idf/esptool_py/cmake_install.cmake new file mode 100644 index 0000000..c605bda --- /dev/null +++ b/build/esp-idf/esptool_py/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/esptool_py/flasher_args.json.in b/build/esp-idf/esptool_py/flasher_args.json.in new file mode 100644 index 0000000..ecb3df2 --- /dev/null +++ b/build/esp-idf/esptool_py/flasher_args.json.in @@ -0,0 +1,24 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "4MB", + "--flash_freq", "80m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "4MB", + "flash_freq": "80m" + }, + "flash_files" : { + "0x0" : "bootloader/bootloader.bin", + "0x10000" : "$.bin", + "0x8000" : "partition_table/partition-table.bin" + }, + "bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x10000", "file" : "$.bin", "encrypted" : "false" }, + "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32c6" + } +} diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj new file mode 100644 index 0000000..b189d62 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj new file mode 100644 index 0000000..48fbdd9 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj new file mode 100644 index 0000000..006c405 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj new file mode 100644 index 0000000..28f0cdd Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj new file mode 100644 index 0000000..606ce9a Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj new file mode 100644 index 0000000..c4f564b Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj new file mode 100644 index 0000000..d8b8613 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj new file mode 100644 index 0000000..6935fb5 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj new file mode 100644 index 0000000..fd9d0ff Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj new file mode 100644 index 0000000..3a4a682 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj differ diff --git a/build/esp-idf/fatfs/cmake_install.cmake b/build/esp-idf/fatfs/cmake_install.cmake new file mode 100644 index 0000000..8966b02 --- /dev/null +++ b/build/esp-idf/fatfs/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/fatfs/libfatfs.a b/build/esp-idf/fatfs/libfatfs.a new file mode 100644 index 0000000..165dc50 Binary files /dev/null and b/build/esp-idf/fatfs/libfatfs.a differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj new file mode 100644 index 0000000..543eb14 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj new file mode 100644 index 0000000..f321450 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj new file mode 100644 index 0000000..afd4057 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj new file mode 100644 index 0000000..c780b2e Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj new file mode 100644 index 0000000..6edb05a Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj new file mode 100644 index 0000000..b8679a5 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj new file mode 100644 index 0000000..fd963ac Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj new file mode 100644 index 0000000..19e4335 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj new file mode 100644 index 0000000..ad150f3 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj new file mode 100644 index 0000000..4fd7dc6 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj new file mode 100644 index 0000000..a8d23e4 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj new file mode 100644 index 0000000..eb412dd Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj new file mode 100644 index 0000000..27bbe3b Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj new file mode 100644 index 0000000..b03cd8d Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj new file mode 100644 index 0000000..b711242 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj differ diff --git a/build/esp-idf/freertos/cmake_install.cmake b/build/esp-idf/freertos/cmake_install.cmake new file mode 100644 index 0000000..b1d7035 --- /dev/null +++ b/build/esp-idf/freertos/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/freertos + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/freertos/libfreertos.a b/build/esp-idf/freertos/libfreertos.a new file mode 100644 index 0000000..6cf1ad7 Binary files /dev/null and b/build/esp-idf/freertos/libfreertos.a differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj new file mode 100644 index 0000000..55478a9 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj new file mode 100644 index 0000000..00ea7fd Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj new file mode 100644 index 0000000..950f800 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj new file mode 100644 index 0000000..8f17343 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj new file mode 100644 index 0000000..23a83b8 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj new file mode 100644 index 0000000..176d1e7 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj new file mode 100644 index 0000000..0a4345a Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj new file mode 100644 index 0000000..2d8a139 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj new file mode 100644 index 0000000..11bc9ae Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj new file mode 100644 index 0000000..72f9cef Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj new file mode 100644 index 0000000..9f7f9c0 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj new file mode 100644 index 0000000..e9941aa Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj new file mode 100644 index 0000000..a6a2d62 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj new file mode 100644 index 0000000..01210f7 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj new file mode 100644 index 0000000..64b0a1b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj new file mode 100644 index 0000000..4a42b54 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj new file mode 100644 index 0000000..b549c8d Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj new file mode 100644 index 0000000..f9396a3 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj new file mode 100644 index 0000000..cc6c6a1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj new file mode 100644 index 0000000..dc33e78 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj new file mode 100644 index 0000000..aa25612 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj new file mode 100644 index 0000000..27dc8f9 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj new file mode 100644 index 0000000..ff944f8 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj new file mode 100644 index 0000000..c8bd9bd Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj new file mode 100644 index 0000000..913743b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj new file mode 100644 index 0000000..bef5159 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj new file mode 100644 index 0000000..2e92913 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj new file mode 100644 index 0000000..7045496 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj new file mode 100644 index 0000000..bd2697e Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj new file mode 100644 index 0000000..81dbe6d Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj new file mode 100644 index 0000000..9e3ec15 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj new file mode 100644 index 0000000..1e1b5f5 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj new file mode 100644 index 0000000..68bec13 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj new file mode 100644 index 0000000..3227f90 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj new file mode 100644 index 0000000..d355799 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj new file mode 100644 index 0000000..e8eebcb Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj new file mode 100644 index 0000000..e59e694 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj new file mode 100644 index 0000000..7f2d656 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj new file mode 100644 index 0000000..8e1fa1c Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj new file mode 100644 index 0000000..e3a01b6 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj new file mode 100644 index 0000000..0e42ab9 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj new file mode 100644 index 0000000..4e64f2e Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj new file mode 100644 index 0000000..d4bfbb1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj new file mode 100644 index 0000000..ae8ea0c Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj new file mode 100644 index 0000000..b90114b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj new file mode 100644 index 0000000..fd2adca Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj new file mode 100644 index 0000000..b5024d4 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj new file mode 100644 index 0000000..336ddab Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj new file mode 100644 index 0000000..f57c537 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj new file mode 100644 index 0000000..8f6c5de Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj new file mode 100644 index 0000000..4022d6e Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj new file mode 100644 index 0000000..d1613a8 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj new file mode 100644 index 0000000..1d05d19 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj differ diff --git a/build/esp-idf/hal/cmake_install.cmake b/build/esp-idf/hal/cmake_install.cmake new file mode 100644 index 0000000..d226499 --- /dev/null +++ b/build/esp-idf/hal/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/hal + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/hal/libhal.a b/build/esp-idf/hal/libhal.a new file mode 100644 index 0000000..a41d13d Binary files /dev/null and b/build/esp-idf/hal/libhal.a differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj new file mode 100644 index 0000000..5e0564a Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj new file mode 100644 index 0000000..d7cefd4 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj new file mode 100644 index 0000000..50ace67 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj new file mode 100644 index 0000000..fcca065 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj new file mode 100644 index 0000000..8b79a2b Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj new file mode 100644 index 0000000..7aadf4d Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj differ diff --git a/build/esp-idf/heap/cmake_install.cmake b/build/esp-idf/heap/cmake_install.cmake new file mode 100644 index 0000000..8222c3d --- /dev/null +++ b/build/esp-idf/heap/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/heap + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/heap/libheap.a b/build/esp-idf/heap/libheap.a new file mode 100644 index 0000000..c029c00 Binary files /dev/null and b/build/esp-idf/heap/libheap.a differ diff --git a/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj b/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj new file mode 100644 index 0000000..45f1484 Binary files /dev/null and b/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj differ diff --git a/build/esp-idf/http_parser/cmake_install.cmake b/build/esp-idf/http_parser/cmake_install.cmake new file mode 100644 index 0000000..f60c159 --- /dev/null +++ b/build/esp-idf/http_parser/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/http_parser/libhttp_parser.a b/build/esp-idf/http_parser/libhttp_parser.a new file mode 100644 index 0000000..553823a Binary files /dev/null and b/build/esp-idf/http_parser/libhttp_parser.a differ diff --git a/build/esp-idf/idf_test/cmake_install.cmake b/build/esp-idf/idf_test/cmake_install.cmake new file mode 100644 index 0000000..31c6434 --- /dev/null +++ b/build/esp-idf/idf_test/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/idf_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/idf_test/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj new file mode 100644 index 0000000..627f89b Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj new file mode 100644 index 0000000..d472494 Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj new file mode 100644 index 0000000..b0fcf8c Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj new file mode 100644 index 0000000..2c8cdda Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj new file mode 100644 index 0000000..c3c8149 Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj new file mode 100644 index 0000000..879c0d8 Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj new file mode 100644 index 0000000..af421e9 Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj differ diff --git a/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj new file mode 100644 index 0000000..79cbae6 Binary files /dev/null and b/build/esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj differ diff --git a/build/esp-idf/ieee802154/cmake_install.cmake b/build/esp-idf/ieee802154/cmake_install.cmake new file mode 100644 index 0000000..7cbb850 --- /dev/null +++ b/build/esp-idf/ieee802154/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/ieee802154/libieee802154.a b/build/esp-idf/ieee802154/libieee802154.a new file mode 100644 index 0000000..b4f13f4 Binary files /dev/null and b/build/esp-idf/ieee802154/libieee802154.a differ diff --git a/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj new file mode 100644 index 0000000..de25681 Binary files /dev/null and b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj differ diff --git a/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj new file mode 100644 index 0000000..8aadcf1 Binary files /dev/null and b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj differ diff --git a/build/esp-idf/json/cmake_install.cmake b/build/esp-idf/json/cmake_install.cmake new file mode 100644 index 0000000..25c160e --- /dev/null +++ b/build/esp-idf/json/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/json + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/json/libjson.a b/build/esp-idf/json/libjson.a new file mode 100644 index 0000000..23b187d Binary files /dev/null and b/build/esp-idf/json/libjson.a differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj new file mode 100644 index 0000000..c0182f1 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj new file mode 100644 index 0000000..882c98f Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj new file mode 100644 index 0000000..fc0db07 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj new file mode 100644 index 0000000..1ac6a86 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj new file mode 100644 index 0000000..b205044 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj new file mode 100644 index 0000000..f788369 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj new file mode 100644 index 0000000..c827413 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj new file mode 100644 index 0000000..2564bef Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj new file mode 100644 index 0000000..c6c3fc0 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj new file mode 100644 index 0000000..cf4e87b Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj differ diff --git a/build/esp-idf/log/cmake_install.cmake b/build/esp-idf/log/cmake_install.cmake new file mode 100644 index 0000000..ef2b151 --- /dev/null +++ b/build/esp-idf/log/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/log + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/log/liblog.a b/build/esp-idf/log/liblog.a new file mode 100644 index 0000000..954a01b Binary files /dev/null and b/build/esp-idf/log/liblog.a differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj new file mode 100644 index 0000000..8b58de2 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj new file mode 100644 index 0000000..8f15633 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj new file mode 100644 index 0000000..2b1d895 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj new file mode 100644 index 0000000..185f173 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj new file mode 100644 index 0000000..392ca99 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj new file mode 100644 index 0000000..fd3d60a Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj new file mode 100644 index 0000000..d022488 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj new file mode 100644 index 0000000..db95181 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj new file mode 100644 index 0000000..ac19aa8 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj new file mode 100644 index 0000000..a9a35a9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj new file mode 100644 index 0000000..61187b6 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj new file mode 100644 index 0000000..6b45037 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj new file mode 100644 index 0000000..6eed0f3 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj new file mode 100644 index 0000000..11d6a3d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj new file mode 100644 index 0000000..dafff42 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj new file mode 100644 index 0000000..c51b6ce Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj new file mode 100644 index 0000000..42d58f7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj new file mode 100644 index 0000000..102b3f9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj new file mode 100644 index 0000000..cc72a0b Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj new file mode 100644 index 0000000..35a1351 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj new file mode 100644 index 0000000..ba18455 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj new file mode 100644 index 0000000..3fbd995 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj new file mode 100644 index 0000000..ab2b8ee Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj new file mode 100644 index 0000000..a266824 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj new file mode 100644 index 0000000..5cfd4cb Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj new file mode 100644 index 0000000..b0e46c6 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj new file mode 100644 index 0000000..072a3a7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj new file mode 100644 index 0000000..8ae6f34 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj new file mode 100644 index 0000000..37d01e6 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj new file mode 100644 index 0000000..1f11862 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj new file mode 100644 index 0000000..e5d5db4 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj new file mode 100644 index 0000000..c862e5e Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj new file mode 100644 index 0000000..15301e9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj new file mode 100644 index 0000000..5d002fd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj new file mode 100644 index 0000000..feb9088 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj new file mode 100644 index 0000000..d1203b8 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj new file mode 100644 index 0000000..5956ce1 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj new file mode 100644 index 0000000..5741fdf Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj new file mode 100644 index 0000000..ea0c15e Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj new file mode 100644 index 0000000..c057880 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj new file mode 100644 index 0000000..43b4240 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj new file mode 100644 index 0000000..9a8cb0d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj new file mode 100644 index 0000000..8c07cc9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj new file mode 100644 index 0000000..d45123a Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj new file mode 100644 index 0000000..ff5ffcd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj new file mode 100644 index 0000000..ed7abb1 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj new file mode 100644 index 0000000..1df3fb3 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj new file mode 100644 index 0000000..73866a2 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj new file mode 100644 index 0000000..bc4047b Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj new file mode 100644 index 0000000..ee9cf75 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj new file mode 100644 index 0000000..a02ccfa Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj new file mode 100644 index 0000000..22cc2cd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj new file mode 100644 index 0000000..db12491 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj new file mode 100644 index 0000000..d755a30 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj new file mode 100644 index 0000000..8f631dc Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj new file mode 100644 index 0000000..af06465 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj new file mode 100644 index 0000000..297bed7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj new file mode 100644 index 0000000..08b764d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj new file mode 100644 index 0000000..b36bdc1 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj new file mode 100644 index 0000000..cf69ad8 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj new file mode 100644 index 0000000..d0586e5 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj new file mode 100644 index 0000000..44bb533 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj new file mode 100644 index 0000000..e3e3054 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj new file mode 100644 index 0000000..df4674c Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj new file mode 100644 index 0000000..8cb1674 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj new file mode 100644 index 0000000..628118b Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj new file mode 100644 index 0000000..0034776 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj new file mode 100644 index 0000000..77b2327 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj new file mode 100644 index 0000000..785eb37 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj new file mode 100644 index 0000000..14e60a2 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj new file mode 100644 index 0000000..0d0baeb Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj new file mode 100644 index 0000000..5e2be93 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj new file mode 100644 index 0000000..4d5d1f0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj new file mode 100644 index 0000000..885cc1d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj new file mode 100644 index 0000000..fc1efae Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj new file mode 100644 index 0000000..3a6840c Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj new file mode 100644 index 0000000..13d17e4 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj new file mode 100644 index 0000000..9914dc3 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj new file mode 100644 index 0000000..05c5c79 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj new file mode 100644 index 0000000..38f85db Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj new file mode 100644 index 0000000..a2ab368 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj new file mode 100644 index 0000000..e57496b Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj new file mode 100644 index 0000000..f2c3ee1 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj new file mode 100644 index 0000000..7a7155d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj new file mode 100644 index 0000000..22c7d73 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj new file mode 100644 index 0000000..1d644ac Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj new file mode 100644 index 0000000..068563f Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj new file mode 100644 index 0000000..7a003e9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj new file mode 100644 index 0000000..d4a322a Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj new file mode 100644 index 0000000..a7bde5e Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj new file mode 100644 index 0000000..1a2807e Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj new file mode 100644 index 0000000..afe8054 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj differ diff --git a/build/esp-idf/lwip/cmake_install.cmake b/build/esp-idf/lwip/cmake_install.cmake new file mode 100644 index 0000000..cfeaef0 --- /dev/null +++ b/build/esp-idf/lwip/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/lwip + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/lwip/liblwip.a b/build/esp-idf/lwip/liblwip.a new file mode 100644 index 0000000..b7dbfe3 Binary files /dev/null and b/build/esp-idf/lwip/liblwip.a differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj new file mode 100644 index 0000000..6a05ef7 Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj differ diff --git a/build/esp-idf/main/cmake_install.cmake b/build/esp-idf/main/cmake_install.cmake new file mode 100644 index 0000000..7b0b5df --- /dev/null +++ b/build/esp-idf/main/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/main/libmain.a b/build/esp-idf/main/libmain.a new file mode 100644 index 0000000..db648e3 Binary files /dev/null and b/build/esp-idf/main/libmain.a differ diff --git a/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj new file mode 100644 index 0000000..e63d6bc Binary files /dev/null and b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj differ diff --git a/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj new file mode 100644 index 0000000..e38d430 Binary files /dev/null and b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj differ diff --git a/build/esp-idf/mbedtls/cmake_install.cmake b/build/esp-idf/mbedtls/cmake_install.cmake new file mode 100644 index 0000000..e836074 --- /dev/null +++ b/build/esp-idf/mbedtls/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/libmbedtls.a b/build/esp-idf/mbedtls/libmbedtls.a new file mode 100644 index 0000000..d614b51 Binary files /dev/null and b/build/esp-idf/mbedtls/libmbedtls.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake new file mode 100644 index 0000000..fe6810f --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake @@ -0,0 +1,52 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake") + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj new file mode 100644 index 0000000..b9e7122 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj new file mode 100644 index 0000000..7409fee Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj new file mode 100644 index 0000000..3a90825 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake new file mode 100644 index 0000000..8ee8867 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake @@ -0,0 +1,57 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a new file mode 100644 index 0000000..104816b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj new file mode 100644 index 0000000..8ef5614 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj new file mode 100644 index 0000000..4af9aee Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake new file mode 100644 index 0000000..fbd8e49 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake @@ -0,0 +1,57 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/:/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a new file mode 100644 index 0000000..91db61c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake new file mode 100644 index 0000000..c6bd87f --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake") + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake new file mode 100644 index 0000000..b3ebe28 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake @@ -0,0 +1,152 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mbedtls" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aes.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aria.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1write.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/base64.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/bignum.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/block_cipher.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/build_info.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/camellia.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ccm.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chacha20.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chachapoly.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/check_config.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cipher.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cmac.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/compat-2.x.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_ssl.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_x509.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_psa.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/constant_time.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ctr_drbg.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/debug.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/des.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/dhm.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdh.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdsa.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecjpake.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecp.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/entropy.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/error.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/gcm.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hkdf.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hmac_drbg.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/lms.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/mbedtls_config.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md5.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/memory_buffer_alloc.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/net_sockets.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/nist_kw.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/oid.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pem.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pk.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs12.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs5.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs7.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_time.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_util.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/poly1305.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/private_access.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/psa_util.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ripemd160.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/rsa.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha1.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha256.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha3.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha512.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cache.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ciphersuites.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cookie.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ticket.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/threading.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/timing.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/version.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crl.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crt.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_csr.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/psa" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/build_info.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_auto_enabled.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_dependencies.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_synonyms.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_composites.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_key_derivation.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_primitives.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_compat.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_config.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_common.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_composites.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_primitives.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_extra.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_legacy.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_platform.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_se_driver.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_sizes.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_struct.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_types.h" + "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_values.h" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/include/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj new file mode 100644 index 0000000..3a7debf Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj new file mode 100644 index 0000000..6e609c6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj new file mode 100644 index 0000000..d78dad1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj new file mode 100644 index 0000000..1eb83e5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj new file mode 100644 index 0000000..e6ba4a1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj new file mode 100644 index 0000000..8f0f1df Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj new file mode 100644 index 0000000..8f982f1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj new file mode 100644 index 0000000..6b95053 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj new file mode 100644 index 0000000..3e97666 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj new file mode 100644 index 0000000..5bdb730 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj new file mode 100644 index 0000000..c85cd38 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj new file mode 100644 index 0000000..6aa9938 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj new file mode 100644 index 0000000..ddcecb3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj new file mode 100644 index 0000000..15926ee Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj new file mode 100644 index 0000000..4b82764 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj new file mode 100644 index 0000000..ba7d59a Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj new file mode 100644 index 0000000..fb1d50b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj new file mode 100644 index 0000000..9b5201d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj new file mode 100644 index 0000000..04f0355 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj new file mode 100644 index 0000000..d6c5cc0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj new file mode 100644 index 0000000..2084c88 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj new file mode 100644 index 0000000..f872f37 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj new file mode 100644 index 0000000..f9ed857 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj new file mode 100644 index 0000000..e1b565c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj new file mode 100644 index 0000000..eaf1eac Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj new file mode 100644 index 0000000..7e7ea8e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj new file mode 100644 index 0000000..b1a8efd Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj new file mode 100644 index 0000000..1719e1b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj new file mode 100644 index 0000000..83d39ba Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj new file mode 100644 index 0000000..89eb88e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj new file mode 100644 index 0000000..7ccd80f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj new file mode 100644 index 0000000..736723c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj new file mode 100644 index 0000000..b2dd598 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj new file mode 100644 index 0000000..1fc28ef Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj new file mode 100644 index 0000000..eb81e25 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj new file mode 100644 index 0000000..3c1c1b0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj new file mode 100644 index 0000000..84fae46 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj new file mode 100644 index 0000000..482b322 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj new file mode 100644 index 0000000..96083fa Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj new file mode 100644 index 0000000..eb9f5ff Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj new file mode 100644 index 0000000..bddb3cd Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj new file mode 100644 index 0000000..917213e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj new file mode 100644 index 0000000..fd5be11 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj new file mode 100644 index 0000000..c4c066b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj new file mode 100644 index 0000000..e3c3cbd Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj new file mode 100644 index 0000000..9b32a4e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj new file mode 100644 index 0000000..77f22e7 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj new file mode 100644 index 0000000..795f57d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj new file mode 100644 index 0000000..5e9da40 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj new file mode 100644 index 0000000..03771e0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj new file mode 100644 index 0000000..63fed21 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj new file mode 100644 index 0000000..1832a43 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj new file mode 100644 index 0000000..492e124 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj new file mode 100644 index 0000000..7018fa8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj new file mode 100644 index 0000000..e3c63c5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj new file mode 100644 index 0000000..f7d9233 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj new file mode 100644 index 0000000..d07af3f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj new file mode 100644 index 0000000..fd6ccd2 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj new file mode 100644 index 0000000..e3946a8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj new file mode 100644 index 0000000..ed5905c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj new file mode 100644 index 0000000..9065b19 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj new file mode 100644 index 0000000..7b2e46d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj new file mode 100644 index 0000000..11d8230 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj new file mode 100644 index 0000000..acd1c93 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj new file mode 100644 index 0000000..5c39047 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj new file mode 100644 index 0000000..6152880 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj new file mode 100644 index 0000000..4e00831 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj new file mode 100644 index 0000000..b5812de Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj new file mode 100644 index 0000000..5e70ad1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj new file mode 100644 index 0000000..f32ec9d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj new file mode 100644 index 0000000..e2d1a7e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj new file mode 100644 index 0000000..11774bc Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj new file mode 100644 index 0000000..5949bc3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj new file mode 100644 index 0000000..6e0ba6e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj new file mode 100644 index 0000000..24625b1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj new file mode 100644 index 0000000..be355f9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj new file mode 100644 index 0000000..58e029b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj new file mode 100644 index 0000000..cb18ada Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj new file mode 100644 index 0000000..203ddd3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj new file mode 100644 index 0000000..9dbe801 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj new file mode 100644 index 0000000..4660150 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj new file mode 100644 index 0000000..75f16b1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj new file mode 100644 index 0000000..d2eee66 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj new file mode 100644 index 0000000..fdeb403 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj new file mode 100644 index 0000000..7444065 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj new file mode 100644 index 0000000..8221069 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj new file mode 100644 index 0000000..a5ae524 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj new file mode 100644 index 0000000..61f43db Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj new file mode 100644 index 0000000..a662989 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj new file mode 100644 index 0000000..45a094c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj new file mode 100644 index 0000000..17f184c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj new file mode 100644 index 0000000..7652e02 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj new file mode 100644 index 0000000..2cda3cb Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj new file mode 100644 index 0000000..3eddae3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj new file mode 100644 index 0000000..b5b3fd5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj new file mode 100644 index 0000000..7f125b9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj new file mode 100644 index 0000000..52b0cab Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj new file mode 100644 index 0000000..3035391 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj new file mode 100644 index 0000000..f8356d3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj new file mode 100644 index 0000000..b69cb4f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj new file mode 100644 index 0000000..ec957c9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj new file mode 100644 index 0000000..2f8e26b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj new file mode 100644 index 0000000..13827f4 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj new file mode 100644 index 0000000..46bd0b3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj new file mode 100644 index 0000000..bc21cf4 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj new file mode 100644 index 0000000..25439e8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj new file mode 100644 index 0000000..d0621b6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj new file mode 100644 index 0000000..8c944f4 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj new file mode 100644 index 0000000..72301a0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj new file mode 100644 index 0000000..19985d7 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj new file mode 100644 index 0000000..0a1e177 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj new file mode 100644 index 0000000..e8f4611 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj new file mode 100644 index 0000000..24f2cc4 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj new file mode 100644 index 0000000..5fca47b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj new file mode 100644 index 0000000..b0580a4 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj new file mode 100644 index 0000000..dbe38a0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj new file mode 100644 index 0000000..f9d3f9c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj new file mode 100644 index 0000000..cdf3007 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj new file mode 100644 index 0000000..e0d9c3b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj new file mode 100644 index 0000000..2ed0883 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj new file mode 100644 index 0000000..8f6ef83 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj new file mode 100644 index 0000000..9b0df91 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj new file mode 100644 index 0000000..d8b2ec8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj new file mode 100644 index 0000000..a771799 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj new file mode 100644 index 0000000..9e88026 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj new file mode 100644 index 0000000..ec82404 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj new file mode 100644 index 0000000..855bfe6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj new file mode 100644 index 0000000..4be3823 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj new file mode 100644 index 0000000..ece3b14 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj new file mode 100644 index 0000000..0d67d77 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj new file mode 100644 index 0000000..cda66a8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj new file mode 100644 index 0000000..16c92b9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake new file mode 100644 index 0000000..b89784f --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake @@ -0,0 +1,57 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/library/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/mbedtls/library/error.c b/build/esp-idf/mbedtls/mbedtls/library/error.c new file mode 120000 index 0000000..5c1c0a6 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/error.c @@ -0,0 +1 @@ +/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/error.c \ No newline at end of file diff --git a/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a b/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a new file mode 100644 index 0000000..40123f8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a b/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a new file mode 100644 index 0000000..088a026 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a b/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a new file mode 100644 index 0000000..06cace4 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c b/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c new file mode 120000 index 0000000..f3c1835 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c @@ -0,0 +1 @@ +/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c \ No newline at end of file diff --git a/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c b/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c new file mode 120000 index 0000000..c1db520 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c @@ -0,0 +1 @@ +/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c \ No newline at end of file diff --git a/build/esp-idf/mbedtls/mbedtls/library/version_features.c b/build/esp-idf/mbedtls/mbedtls/library/version_features.c new file mode 120000 index 0000000..5e6a913 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/version_features.c @@ -0,0 +1 @@ +/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c \ No newline at end of file diff --git a/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake new file mode 100644 index 0000000..9f7de49 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/mbedtls/pkgconfig/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mbedtls/x509_crt_bundle b/build/esp-idf/mbedtls/x509_crt_bundle new file mode 100644 index 0000000..0689070 Binary files /dev/null and b/build/esp-idf/mbedtls/x509_crt_bundle differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj new file mode 100644 index 0000000..764b97e Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj new file mode 100644 index 0000000..19a41b1 Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj new file mode 100644 index 0000000..3d7c263 Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj new file mode 100644 index 0000000..3f47fe0 Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj differ diff --git a/build/esp-idf/mqtt/cmake_install.cmake b/build/esp-idf/mqtt/cmake_install.cmake new file mode 100644 index 0000000..24b495a --- /dev/null +++ b/build/esp-idf/mqtt/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/mqtt/libmqtt.a b/build/esp-idf/mqtt/libmqtt.a new file mode 100644 index 0000000..1b95d00 Binary files /dev/null and b/build/esp-idf/mqtt/libmqtt.a differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj new file mode 100644 index 0000000..c570c43 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj new file mode 100644 index 0000000..aee8221 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj new file mode 100644 index 0000000..c81445f Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj new file mode 100644 index 0000000..4175b3d Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj new file mode 100644 index 0000000..afa279c Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj new file mode 100644 index 0000000..340ae1a Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj new file mode 100644 index 0000000..b441ddb Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj new file mode 100644 index 0000000..6ca8138 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj new file mode 100644 index 0000000..c2971f5 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj new file mode 100644 index 0000000..cea5aa7 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj new file mode 100644 index 0000000..51205e2 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj new file mode 100644 index 0000000..65a69c0 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj new file mode 100644 index 0000000..9255fac Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj new file mode 100644 index 0000000..436f5a9 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj new file mode 100644 index 0000000..3c5cd24 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj new file mode 100644 index 0000000..a8d44cb Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj new file mode 100644 index 0000000..f4e05f9 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj new file mode 100644 index 0000000..7cd85c8 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj new file mode 100644 index 0000000..166440d Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj differ diff --git a/build/esp-idf/newlib/cmake_install.cmake b/build/esp-idf/newlib/cmake_install.cmake new file mode 100644 index 0000000..77dd927 --- /dev/null +++ b/build/esp-idf/newlib/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/newlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/newlib/libnewlib.a b/build/esp-idf/newlib/libnewlib.a new file mode 100644 index 0000000..ab19a2f Binary files /dev/null and b/build/esp-idf/newlib/libnewlib.a differ diff --git a/build/esp-idf/newlib/port/cmake_install.cmake b/build/esp-idf/newlib/port/cmake_install.cmake new file mode 100644 index 0000000..62109e5 --- /dev/null +++ b/build/esp-idf/newlib/port/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/port/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj new file mode 100644 index 0000000..da598f0 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj new file mode 100644 index 0000000..2670311 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj new file mode 100644 index 0000000..59e8e86 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj new file mode 100644 index 0000000..0ea7a72 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj new file mode 100644 index 0000000..cc74419 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj new file mode 100644 index 0000000..815647b Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj new file mode 100644 index 0000000..3740263 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj new file mode 100644 index 0000000..d8bdfcf Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj new file mode 100644 index 0000000..010a3c8 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj new file mode 100644 index 0000000..c6c0be3 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj new file mode 100644 index 0000000..b64622f Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj new file mode 100644 index 0000000..4d3dd3e Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj new file mode 100644 index 0000000..c8ca556 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj new file mode 100644 index 0000000..2f0024c Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj new file mode 100644 index 0000000..c23da1c Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/cmake_install.cmake b/build/esp-idf/nvs_flash/cmake_install.cmake new file mode 100644 index 0000000..ff500b1 --- /dev/null +++ b/build/esp-idf/nvs_flash/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/nvs_flash/libnvs_flash.a b/build/esp-idf/nvs_flash/libnvs_flash.a new file mode 100644 index 0000000..e678a62 Binary files /dev/null and b/build/esp-idf/nvs_flash/libnvs_flash.a differ diff --git a/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj b/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj new file mode 100644 index 0000000..32da848 Binary files /dev/null and b/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj differ diff --git a/build/esp-idf/nvs_sec_provider/cmake_install.cmake b/build/esp-idf/nvs_sec_provider/cmake_install.cmake new file mode 100644 index 0000000..5e2fe0e --- /dev/null +++ b/build/esp-idf/nvs_sec_provider/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a b/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a new file mode 100644 index 0000000..be800cf Binary files /dev/null and b/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a differ diff --git a/build/esp-idf/openthread/cmake_install.cmake b/build/esp-idf/openthread/cmake_install.cmake new file mode 100644 index 0000000..5715d3e --- /dev/null +++ b/build/esp-idf/openthread/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/openthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/openthread/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/partition_table/cmake_install.cmake b/build/esp-idf/partition_table/cmake_install.cmake new file mode 100644 index 0000000..349aac6 --- /dev/null +++ b/build/esp-idf/partition_table/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/partition_table/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/partition_table/partition-table-flash_args.in b/build/esp-idf/partition_table/partition-table-flash_args.in new file mode 100644 index 0000000..f2e0070 --- /dev/null +++ b/build/esp-idf/partition_table/partition-table-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj b/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj new file mode 100644 index 0000000..6e6c7b8 Binary files /dev/null and b/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj differ diff --git a/build/esp-idf/protobuf-c/cmake_install.cmake b/build/esp-idf/protobuf-c/cmake_install.cmake new file mode 100644 index 0000000..2061a7b --- /dev/null +++ b/build/esp-idf/protobuf-c/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/protobuf-c/libprotobuf-c.a b/build/esp-idf/protobuf-c/libprotobuf-c.a new file mode 100644 index 0000000..6d53ba9 Binary files /dev/null and b/build/esp-idf/protobuf-c/libprotobuf-c.a differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj new file mode 100644 index 0000000..193c26b Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj new file mode 100644 index 0000000..982d764 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj new file mode 100644 index 0000000..29d4c83 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj new file mode 100644 index 0000000..c532011 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj new file mode 100644 index 0000000..ec7c722 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj new file mode 100644 index 0000000..decc2d7 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj new file mode 100644 index 0000000..3a7ad4b Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj new file mode 100644 index 0000000..723efb0 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj new file mode 100644 index 0000000..d75e32a Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj new file mode 100644 index 0000000..4607371 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj new file mode 100644 index 0000000..ee28d26 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj new file mode 100644 index 0000000..82d1a74 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj new file mode 100644 index 0000000..0ad790f Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj differ diff --git a/build/esp-idf/protocomm/cmake_install.cmake b/build/esp-idf/protocomm/cmake_install.cmake new file mode 100644 index 0000000..5f2b573 --- /dev/null +++ b/build/esp-idf/protocomm/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/protocomm/libprotocomm.a b/build/esp-idf/protocomm/libprotocomm.a new file mode 100644 index 0000000..4fa997a Binary files /dev/null and b/build/esp-idf/protocomm/libprotocomm.a differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj new file mode 100644 index 0000000..6187524 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj new file mode 100644 index 0000000..e550267 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj new file mode 100644 index 0000000..5f6b0de Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj new file mode 100644 index 0000000..c086322 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj new file mode 100644 index 0000000..1ea160f Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj differ diff --git a/build/esp-idf/pthread/cmake_install.cmake b/build/esp-idf/pthread/cmake_install.cmake new file mode 100644 index 0000000..f4a247e --- /dev/null +++ b/build/esp-idf/pthread/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/pthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/pthread/libpthread.a b/build/esp-idf/pthread/libpthread.a new file mode 100644 index 0000000..5fb1ea7 Binary files /dev/null and b/build/esp-idf/pthread/libpthread.a differ diff --git a/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj new file mode 100644 index 0000000..b7dea4e Binary files /dev/null and b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj differ diff --git a/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj new file mode 100644 index 0000000..6699c63 Binary files /dev/null and b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj differ diff --git a/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj new file mode 100644 index 0000000..b43237b Binary files /dev/null and b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj differ diff --git a/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj new file mode 100644 index 0000000..e52a703 Binary files /dev/null and b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj differ diff --git a/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj new file mode 100644 index 0000000..2dfc887 Binary files /dev/null and b/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj differ diff --git a/build/esp-idf/riscv/cmake_install.cmake b/build/esp-idf/riscv/cmake_install.cmake new file mode 100644 index 0000000..b5891ef --- /dev/null +++ b/build/esp-idf/riscv/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/riscv + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/riscv/libriscv.a b/build/esp-idf/riscv/libriscv.a new file mode 100644 index 0000000..3b2bf3d Binary files /dev/null and b/build/esp-idf/riscv/libriscv.a differ diff --git a/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj b/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj new file mode 100644 index 0000000..e9cb1e8 Binary files /dev/null and b/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj differ diff --git a/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj b/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj new file mode 100644 index 0000000..6ae46bf Binary files /dev/null and b/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj differ diff --git a/build/esp-idf/rt/cmake_install.cmake b/build/esp-idf/rt/cmake_install.cmake new file mode 100644 index 0000000..74e7d18 --- /dev/null +++ b/build/esp-idf/rt/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/rt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/rt/librt.a b/build/esp-idf/rt/librt.a new file mode 100644 index 0000000..d37ad36 Binary files /dev/null and b/build/esp-idf/rt/librt.a differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj new file mode 100644 index 0000000..b9ea0c3 Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj new file mode 100644 index 0000000..3cd9bce Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj new file mode 100644 index 0000000..bae4fdf Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj new file mode 100644 index 0000000..78823f7 Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj new file mode 100644 index 0000000..efff9fc Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj new file mode 100644 index 0000000..747eded Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj new file mode 100644 index 0000000..30636b2 Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj differ diff --git a/build/esp-idf/sdmmc/cmake_install.cmake b/build/esp-idf/sdmmc/cmake_install.cmake new file mode 100644 index 0000000..317433c --- /dev/null +++ b/build/esp-idf/sdmmc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/sdmmc/libsdmmc.a b/build/esp-idf/sdmmc/libsdmmc.a new file mode 100644 index 0000000..934f21a Binary files /dev/null and b/build/esp-idf/sdmmc/libsdmmc.a differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj new file mode 100644 index 0000000..ccf7d49 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj new file mode 100644 index 0000000..d491dc4 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj new file mode 100644 index 0000000..9c2c836 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj new file mode 100644 index 0000000..cecdfe9 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj new file mode 100644 index 0000000..55703e9 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj new file mode 100644 index 0000000..abdf5fd Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj new file mode 100644 index 0000000..d6debf1 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj new file mode 100644 index 0000000..2edf79f Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj new file mode 100644 index 0000000..71b7e54 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj new file mode 100644 index 0000000..a65116d Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj new file mode 100644 index 0000000..20cf264 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj new file mode 100644 index 0000000..703b218 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj new file mode 100644 index 0000000..5ba9362 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj new file mode 100644 index 0000000..d27009b Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj new file mode 100644 index 0000000..088e609 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj new file mode 100644 index 0000000..6049b8b Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj new file mode 100644 index 0000000..a58d6aa Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj new file mode 100644 index 0000000..07888d0 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj new file mode 100644 index 0000000..a8f2a0e Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj new file mode 100644 index 0000000..6c22f50 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj new file mode 100644 index 0000000..16c2408 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj new file mode 100644 index 0000000..82eae7d Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj new file mode 100644 index 0000000..46c6634 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj new file mode 100644 index 0000000..16cf217 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj new file mode 100644 index 0000000..7b64fbe Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj new file mode 100644 index 0000000..f093118 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj new file mode 100644 index 0000000..1107b9c Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj differ diff --git a/build/esp-idf/soc/cmake_install.cmake b/build/esp-idf/soc/cmake_install.cmake new file mode 100644 index 0000000..a3a071d --- /dev/null +++ b/build/esp-idf/soc/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/soc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/soc/libsoc.a b/build/esp-idf/soc/libsoc.a new file mode 100644 index 0000000..3a18a5c Binary files /dev/null and b/build/esp-idf/soc/libsoc.a differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj new file mode 100644 index 0000000..e960105 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj new file mode 100644 index 0000000..c6aa96b Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj new file mode 100644 index 0000000..ec46cfb Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj new file mode 100644 index 0000000..9dc55a7 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj new file mode 100644 index 0000000..cba5f1c Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj new file mode 100644 index 0000000..9bb3826 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj new file mode 100644 index 0000000..82c87fd Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj new file mode 100644 index 0000000..aff8680 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj new file mode 100644 index 0000000..49caedf Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj new file mode 100644 index 0000000..9733f80 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj new file mode 100644 index 0000000..28723be Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj new file mode 100644 index 0000000..98297dd Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj new file mode 100644 index 0000000..aa68db3 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj new file mode 100644 index 0000000..f1f15d8 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj new file mode 100644 index 0000000..48517de Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj new file mode 100644 index 0000000..f7a2ea9 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj new file mode 100644 index 0000000..24f8dc4 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj new file mode 100644 index 0000000..489311a Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj new file mode 100644 index 0000000..1aed2c9 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj differ diff --git a/build/esp-idf/spi_flash/cmake_install.cmake b/build/esp-idf/spi_flash/cmake_install.cmake new file mode 100644 index 0000000..7279023 --- /dev/null +++ b/build/esp-idf/spi_flash/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/spi_flash/libspi_flash.a b/build/esp-idf/spi_flash/libspi_flash.a new file mode 100644 index 0000000..b4000b3 Binary files /dev/null and b/build/esp-idf/spi_flash/libspi_flash.a differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj new file mode 100644 index 0000000..7d427be Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj new file mode 100644 index 0000000..db948f9 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj new file mode 100644 index 0000000..7eabd43 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj new file mode 100644 index 0000000..428bc61 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj new file mode 100644 index 0000000..f432c13 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj new file mode 100644 index 0000000..7f62d6d Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj new file mode 100644 index 0000000..89521dc Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj differ diff --git a/build/esp-idf/spiffs/cmake_install.cmake b/build/esp-idf/spiffs/cmake_install.cmake new file mode 100644 index 0000000..b1efb0e --- /dev/null +++ b/build/esp-idf/spiffs/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/spiffs/libspiffs.a b/build/esp-idf/spiffs/libspiffs.a new file mode 100644 index 0000000..501256e Binary files /dev/null and b/build/esp-idf/spiffs/libspiffs.a differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj new file mode 100644 index 0000000..71a81bf Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj new file mode 100644 index 0000000..ff39a9f Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj new file mode 100644 index 0000000..748543b Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj new file mode 100644 index 0000000..3d7eef1 Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj new file mode 100644 index 0000000..de905af Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj differ diff --git a/build/esp-idf/tcp_transport/cmake_install.cmake b/build/esp-idf/tcp_transport/cmake_install.cmake new file mode 100644 index 0000000..76d62dc --- /dev/null +++ b/build/esp-idf/tcp_transport/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/tcp_transport/libtcp_transport.a b/build/esp-idf/tcp_transport/libtcp_transport.a new file mode 100644 index 0000000..c87d22b Binary files /dev/null and b/build/esp-idf/tcp_transport/libtcp_transport.a differ diff --git a/build/esp-idf/ulp/cmake_install.cmake b/build/esp-idf/ulp/cmake_install.cmake new file mode 100644 index 0000000..755cf10 --- /dev/null +++ b/build/esp-idf/ulp/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/ulp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ulp/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj new file mode 100644 index 0000000..a54d014 Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj new file mode 100644 index 0000000..c9471b9 Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj new file mode 100644 index 0000000..817050d Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj new file mode 100644 index 0000000..aff1d80 Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj new file mode 100644 index 0000000..8f41096 Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj new file mode 100644 index 0000000..1e9af5f Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj new file mode 100644 index 0000000..0edb11e Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj new file mode 100644 index 0000000..588a4ff Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj differ diff --git a/build/esp-idf/unity/cmake_install.cmake b/build/esp-idf/unity/cmake_install.cmake new file mode 100644 index 0000000..6c3ef60 --- /dev/null +++ b/build/esp-idf/unity/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/unity + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/unity/libunity.a b/build/esp-idf/unity/libunity.a new file mode 100644 index 0000000..2ef216d Binary files /dev/null and b/build/esp-idf/unity/libunity.a differ diff --git a/build/esp-idf/usb/cmake_install.cmake b/build/esp-idf/usb/cmake_install.cmake new file mode 100644 index 0000000..5353912 --- /dev/null +++ b/build/esp-idf/usb/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/usb + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/usb/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj new file mode 100644 index 0000000..af737b6 Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj new file mode 100644 index 0000000..89fb95b Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj new file mode 100644 index 0000000..6ad35af Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj new file mode 100644 index 0000000..37c320e Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj differ diff --git a/build/esp-idf/vfs/cmake_install.cmake b/build/esp-idf/vfs/cmake_install.cmake new file mode 100644 index 0000000..eb7806f --- /dev/null +++ b/build/esp-idf/vfs/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/vfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/vfs/libvfs.a b/build/esp-idf/vfs/libvfs.a new file mode 100644 index 0000000..61b23f2 Binary files /dev/null and b/build/esp-idf/vfs/libvfs.a differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj new file mode 100644 index 0000000..338eae0 Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj new file mode 100644 index 0000000..9006725 Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj new file mode 100644 index 0000000..7380b5b Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj new file mode 100644 index 0000000..c19859d Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj new file mode 100644 index 0000000..a9040bf Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj new file mode 100644 index 0000000..e51eb2e Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj new file mode 100644 index 0000000..1eb30aa Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/cmake_install.cmake b/build/esp-idf/wear_levelling/cmake_install.cmake new file mode 100644 index 0000000..1e13211 --- /dev/null +++ b/build/esp-idf/wear_levelling/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/wear_levelling/libwear_levelling.a b/build/esp-idf/wear_levelling/libwear_levelling.a new file mode 100644 index 0000000..8ef2cec Binary files /dev/null and b/build/esp-idf/wear_levelling/libwear_levelling.a differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj new file mode 100644 index 0000000..0dd8d07 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj new file mode 100644 index 0000000..5e39574 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj new file mode 100644 index 0000000..7f99bf2 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj new file mode 100644 index 0000000..282b07b Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj new file mode 100644 index 0000000..3441b8f Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj new file mode 100644 index 0000000..313128b Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj new file mode 100644 index 0000000..329bfe0 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj new file mode 100644 index 0000000..4f1b945 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj new file mode 100644 index 0000000..8d32214 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj new file mode 100644 index 0000000..c71ad26 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj new file mode 100644 index 0000000..b2e8350 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/cmake_install.cmake b/build/esp-idf/wifi_provisioning/cmake_install.cmake new file mode 100644 index 0000000..39dffd6 --- /dev/null +++ b/build/esp-idf/wifi_provisioning/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/wifi_provisioning/libwifi_provisioning.a b/build/esp-idf/wifi_provisioning/libwifi_provisioning.a new file mode 100644 index 0000000..3e44b75 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/libwifi_provisioning.a differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj new file mode 100644 index 0000000..370fb5e Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj new file mode 100644 index 0000000..c54d47b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj new file mode 100644 index 0000000..113a9b6 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj new file mode 100644 index 0000000..478c1dd Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj new file mode 100644 index 0000000..ff34772 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj new file mode 100644 index 0000000..032cb62 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj new file mode 100644 index 0000000..b2cef2d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj new file mode 100644 index 0000000..f8a1c0c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj new file mode 100644 index 0000000..182e068 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj new file mode 100644 index 0000000..e3ba7b1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj new file mode 100644 index 0000000..b5a5b4c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj new file mode 100644 index 0000000..c1e3684 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj new file mode 100644 index 0000000..9e489ae Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj new file mode 100644 index 0000000..85d0d4f Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj new file mode 100644 index 0000000..44f0cbc Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj new file mode 100644 index 0000000..4fc3f70 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj new file mode 100644 index 0000000..e7d2963 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj new file mode 100644 index 0000000..c1b513c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj new file mode 100644 index 0000000..c974391 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj new file mode 100644 index 0000000..fe79885 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj new file mode 100644 index 0000000..d07a9df Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj new file mode 100644 index 0000000..2ff9ea0 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj new file mode 100644 index 0000000..8e6f0d7 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj new file mode 100644 index 0000000..f94853d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj new file mode 100644 index 0000000..b424494 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj new file mode 100644 index 0000000..8aaa593 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj new file mode 100644 index 0000000..3130ea9 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj new file mode 100644 index 0000000..2f13220 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj new file mode 100644 index 0000000..9202e8b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj new file mode 100644 index 0000000..cd1b7f3 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj new file mode 100644 index 0000000..8727ba5 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj new file mode 100644 index 0000000..726a27d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj new file mode 100644 index 0000000..65a92a4 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj new file mode 100644 index 0000000..372d1da Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj new file mode 100644 index 0000000..da2d600 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj new file mode 100644 index 0000000..1646bf4 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj new file mode 100644 index 0000000..413f9bf Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj new file mode 100644 index 0000000..ba47406 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj new file mode 100644 index 0000000..f5d37c5 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj new file mode 100644 index 0000000..13be721 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj new file mode 100644 index 0000000..9d52879 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj new file mode 100644 index 0000000..3ad61bd Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj new file mode 100644 index 0000000..f5488e9 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj new file mode 100644 index 0000000..16e4b82 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj new file mode 100644 index 0000000..1b82ef1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj new file mode 100644 index 0000000..b52c033 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj new file mode 100644 index 0000000..d5d4464 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj new file mode 100644 index 0000000..258678f Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj new file mode 100644 index 0000000..eb188e1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj new file mode 100644 index 0000000..884c246 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj new file mode 100644 index 0000000..f4a4cfa Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj new file mode 100644 index 0000000..ceed8ae Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj new file mode 100644 index 0000000..ff89191 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj new file mode 100644 index 0000000..b3ecbcc Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj new file mode 100644 index 0000000..7830eea Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj new file mode 100644 index 0000000..a7dc27e Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj new file mode 100644 index 0000000..ce746df Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj new file mode 100644 index 0000000..59cac58 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj new file mode 100644 index 0000000..1a2d7bf Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj new file mode 100644 index 0000000..c88b64f Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj new file mode 100644 index 0000000..87c4171 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj new file mode 100644 index 0000000..a26665c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj new file mode 100644 index 0000000..6157249 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj new file mode 100644 index 0000000..fe12eaf Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj new file mode 100644 index 0000000..ec770d9 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj new file mode 100644 index 0000000..ee3667a Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj new file mode 100644 index 0000000..fd3f328 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj new file mode 100644 index 0000000..d0d2a19 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj new file mode 100644 index 0000000..2335540 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj new file mode 100644 index 0000000..1a4618e Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj new file mode 100644 index 0000000..d18104a Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj new file mode 100644 index 0000000..8221787 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj new file mode 100644 index 0000000..afe3ae1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj new file mode 100644 index 0000000..3810659 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj new file mode 100644 index 0000000..22ec485 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj new file mode 100644 index 0000000..71328c4 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj new file mode 100644 index 0000000..9b5ec94 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj new file mode 100644 index 0000000..d7811b8 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj new file mode 100644 index 0000000..f425cc9 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj new file mode 100644 index 0000000..4d49693 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj new file mode 100644 index 0000000..50b2673 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj new file mode 100644 index 0000000..f900f1a Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj new file mode 100644 index 0000000..6e7cc57 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/cmake_install.cmake b/build/esp-idf/wpa_supplicant/cmake_install.cmake new file mode 100644 index 0000000..0b6a996 --- /dev/null +++ b/build/esp-idf/wpa_supplicant/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/esp-idf/wpa_supplicant/libwpa_supplicant.a b/build/esp-idf/wpa_supplicant/libwpa_supplicant.a new file mode 100644 index 0000000..bdb624d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/libwpa_supplicant.a differ diff --git a/build/flash_app_args b/build/flash_app_args new file mode 100644 index 0000000..c6ed2a5 --- /dev/null +++ b/build/flash_app_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x10000 uart_async_rxtxtasks.bin diff --git a/build/flash_args b/build/flash_args new file mode 100644 index 0000000..000cb4a --- /dev/null +++ b/build/flash_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x0 bootloader/bootloader.bin +0x10000 uart_async_rxtxtasks.bin +0x8000 partition_table/partition-table.bin diff --git a/build/flash_args.in b/build/flash_args.in new file mode 100644 index 0000000..df307b9 --- /dev/null +++ b/build/flash_args.in @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x0 bootloader/bootloader.bin +0x10000 $.bin +0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/build/flash_bootloader_args b/build/flash_bootloader_args new file mode 100644 index 0000000..0837e62 --- /dev/null +++ b/build/flash_bootloader_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x0 bootloader/bootloader.bin diff --git a/build/flash_project_args b/build/flash_project_args new file mode 100644 index 0000000..000cb4a --- /dev/null +++ b/build/flash_project_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x0 bootloader/bootloader.bin +0x10000 uart_async_rxtxtasks.bin +0x8000 partition_table/partition-table.bin diff --git a/build/flasher_args.json b/build/flasher_args.json new file mode 100644 index 0000000..a0a05b8 --- /dev/null +++ b/build/flasher_args.json @@ -0,0 +1,24 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "4MB", + "--flash_freq", "80m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "4MB", + "flash_freq": "80m" + }, + "flash_files" : { + "0x0" : "bootloader/bootloader.bin", + "0x10000" : "uart_async_rxtxtasks.bin", + "0x8000" : "partition_table/partition-table.bin" + }, + "bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x10000", "file" : "uart_async_rxtxtasks.bin", "encrypted" : "false" }, + "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32c6" + } +} diff --git a/build/kconfigs.in b/build/kconfigs.in new file mode 100644 index 0000000..804a195 --- /dev/null +++ b/build/kconfigs.in @@ -0,0 +1,75 @@ +source "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/bt/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/console/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/log/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/openthread/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/ulp/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/usb/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Kconfig" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/Kconfig" \ No newline at end of file diff --git a/build/kconfigs_projbuild.in b/build/kconfigs_projbuild.in new file mode 100644 index 0000000..0157893 --- /dev/null +++ b/build/kconfigs_projbuild.in @@ -0,0 +1,5 @@ +source "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/Kconfig.projbuild" +source "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file diff --git a/build/ldgen_libraries b/build/ldgen_libraries new file mode 100644 index 0000000..8ccc550 --- /dev/null +++ b/build/ldgen_libraries @@ -0,0 +1,85 @@ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/libriscv.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/libesp_pm.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/libmbedtls.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/libesp_app_format.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/libapp_update.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/libesp_partition.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/libefuse.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/libbootloader_support.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/libesp_mm.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/libspi_flash.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/libesp_system.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/libesp_common.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/libesp_rom.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/libhal.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/liblog.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/libheap.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/libsoc.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/libesp_security.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/libesp_hw_support.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/libfreertos.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/libnewlib.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/libpthread.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/libcxx.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/libesp_timer.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/libesp_ringbuf.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/libesp_driver_uart.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/libapp_trace.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/libesp_event.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/libnvs_flash.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/libesp_driver_spi.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/libsdmmc.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/libesp_driver_parlio.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/libdriver.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/libesp_phy.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/libesp_vfs_console.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/libvfs.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/liblwip.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/libesp_netif.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/libwpa_supplicant.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/libesp_coex.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/libesp_wifi.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/libunity.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/libcmock.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/libconsole.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/libhttp_parser.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/libesp-tls.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/libesp_adc.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/libesp_driver_cam.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/libesp_eth.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/libesp_gdbstub.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/libesp_hid.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/libtcp_transport.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/libesp_http_client.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/libesp_http_server.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/libesp_https_ota.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/libesp_https_server.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/libesp_lcd.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/libprotobuf-c.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/libprotocomm.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/libespcoredump.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/libwear_levelling.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/libfatfs.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/libieee802154.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/libjson.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/libmqtt.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/librt.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/libspiffs.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/libwifi_provisioning.a +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/libmain.a diff --git a/build/ldgen_libraries.in b/build/ldgen_libraries.in new file mode 100644 index 0000000..debfaf2 --- /dev/null +++ b/build/ldgen_libraries.in @@ -0,0 +1,85 @@ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ \ No newline at end of file diff --git a/build/log/idf_py_stderr_output_12880 b/build/log/idf_py_stderr_output_12880 new file mode 100644 index 0000000..5cad17c --- /dev/null +++ b/build/log/idf_py_stderr_output_12880 @@ -0,0 +1,9 @@ +CMake Deprecation Warning at /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:21 (cmake_minimum_required): + Compatibility with CMake < 3.10 will be removed from a future version of + CMake. + + Update the VERSION argument value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by or earlier. + + diff --git a/build/log/idf_py_stderr_output_13259 b/build/log/idf_py_stderr_output_13259 new file mode 100644 index 0000000..5cad17c --- /dev/null +++ b/build/log/idf_py_stderr_output_13259 @@ -0,0 +1,9 @@ +CMake Deprecation Warning at /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:21 (cmake_minimum_required): + Compatibility with CMake < 3.10 will be removed from a future version of + CMake. + + Update the VERSION argument value. Or, use the ... syntax + to tell CMake that the project requires at least but has been updated + to work with policies introduced by or earlier. + + diff --git a/build/log/idf_py_stderr_output_17462 b/build/log/idf_py_stderr_output_17462 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_17480 b/build/log/idf_py_stderr_output_17480 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_17480 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_17867 b/build/log/idf_py_stderr_output_17867 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_17994 b/build/log/idf_py_stderr_output_17994 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18012 b/build/log/idf_py_stderr_output_18012 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18012 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18023 b/build/log/idf_py_stderr_output_18023 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18149 b/build/log/idf_py_stderr_output_18149 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18167 b/build/log/idf_py_stderr_output_18167 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18167 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18182 b/build/log/idf_py_stderr_output_18182 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18205 b/build/log/idf_py_stderr_output_18205 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18223 b/build/log/idf_py_stderr_output_18223 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18351 b/build/log/idf_py_stderr_output_18351 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18369 b/build/log/idf_py_stderr_output_18369 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18369 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18405 b/build/log/idf_py_stderr_output_18405 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18530 b/build/log/idf_py_stderr_output_18530 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18548 b/build/log/idf_py_stderr_output_18548 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18548 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18558 b/build/log/idf_py_stderr_output_18558 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18578 b/build/log/idf_py_stderr_output_18578 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18578 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18617 b/build/log/idf_py_stderr_output_18617 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18639 b/build/log/idf_py_stderr_output_18639 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18664 b/build/log/idf_py_stderr_output_18664 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18687 b/build/log/idf_py_stderr_output_18687 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18811 b/build/log/idf_py_stderr_output_18811 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18829 b/build/log/idf_py_stderr_output_18829 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18829 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18837 b/build/log/idf_py_stderr_output_18837 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18965 b/build/log/idf_py_stderr_output_18965 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_18983 b/build/log/idf_py_stderr_output_18983 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_18983 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_18992 b/build/log/idf_py_stderr_output_18992 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19120 b/build/log/idf_py_stderr_output_19120 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19138 b/build/log/idf_py_stderr_output_19138 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_19138 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_19152 b/build/log/idf_py_stderr_output_19152 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19279 b/build/log/idf_py_stderr_output_19279 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19297 b/build/log/idf_py_stderr_output_19297 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_19297 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_19305 b/build/log/idf_py_stderr_output_19305 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19327 b/build/log/idf_py_stderr_output_19327 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19450 b/build/log/idf_py_stderr_output_19450 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19468 b/build/log/idf_py_stderr_output_19468 new file mode 100644 index 0000000..8a7c956 --- /dev/null +++ b/build/log/idf_py_stderr_output_19468 @@ -0,0 +1,12 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect...... + diff --git a/build/log/idf_py_stderr_output_19477 b/build/log/idf_py_stderr_output_19477 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_19497 b/build/log/idf_py_stderr_output_19497 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_19497 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_22224 b/build/log/idf_py_stderr_output_22224 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_22224 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_22246 b/build/log/idf_py_stderr_output_22246 new file mode 100644 index 0000000..201d05a --- /dev/null +++ b/build/log/idf_py_stderr_output_22246 @@ -0,0 +1,10 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect + diff --git a/build/log/idf_py_stderr_output_22286 b/build/log/idf_py_stderr_output_22286 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_22286 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_22347 b/build/log/idf_py_stderr_output_22347 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_22473 b/build/log/idf_py_stderr_output_22473 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_22491 b/build/log/idf_py_stderr_output_22491 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_22491 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_22510 b/build/log/idf_py_stderr_output_22510 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_22530 b/build/log/idf_py_stderr_output_22530 new file mode 100644 index 0000000..f09a6de --- /dev/null +++ b/build/log/idf_py_stderr_output_22530 @@ -0,0 +1,10 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + diff --git a/build/log/idf_py_stderr_output_25475 b/build/log/idf_py_stderr_output_25475 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25639 b/build/log/idf_py_stderr_output_25639 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25657 b/build/log/idf_py_stderr_output_25657 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_25657 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_25670 b/build/log/idf_py_stderr_output_25670 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25687 b/build/log/idf_py_stderr_output_25687 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25813 b/build/log/idf_py_stderr_output_25813 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25831 b/build/log/idf_py_stderr_output_25831 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_25831 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_25842 b/build/log/idf_py_stderr_output_25842 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25968 b/build/log/idf_py_stderr_output_25968 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_25986 b/build/log/idf_py_stderr_output_25986 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_25986 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_25994 b/build/log/idf_py_stderr_output_25994 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26122 b/build/log/idf_py_stderr_output_26122 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26143 b/build/log/idf_py_stderr_output_26143 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_26143 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_26155 b/build/log/idf_py_stderr_output_26155 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26280 b/build/log/idf_py_stderr_output_26280 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26298 b/build/log/idf_py_stderr_output_26298 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_26298 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_26308 b/build/log/idf_py_stderr_output_26308 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26434 b/build/log/idf_py_stderr_output_26434 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26452 b/build/log/idf_py_stderr_output_26452 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_26452 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_26750 b/build/log/idf_py_stderr_output_26750 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26826 b/build/log/idf_py_stderr_output_26826 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_26955 b/build/log/idf_py_stderr_output_26955 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27116 b/build/log/idf_py_stderr_output_27116 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27146 b/build/log/idf_py_stderr_output_27146 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27167 b/build/log/idf_py_stderr_output_27167 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27197 b/build/log/idf_py_stderr_output_27197 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27340 b/build/log/idf_py_stderr_output_27340 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27363 b/build/log/idf_py_stderr_output_27363 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27491 b/build/log/idf_py_stderr_output_27491 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_27513 b/build/log/idf_py_stderr_output_27513 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_27513 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_28203 b/build/log/idf_py_stderr_output_28203 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28330 b/build/log/idf_py_stderr_output_28330 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28352 b/build/log/idf_py_stderr_output_28352 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_28352 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_28361 b/build/log/idf_py_stderr_output_28361 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28487 b/build/log/idf_py_stderr_output_28487 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_28487 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_28505 b/build/log/idf_py_stderr_output_28505 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28631 b/build/log/idf_py_stderr_output_28631 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28649 b/build/log/idf_py_stderr_output_28649 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_28649 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_28657 b/build/log/idf_py_stderr_output_28657 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28780 b/build/log/idf_py_stderr_output_28780 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28798 b/build/log/idf_py_stderr_output_28798 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_28798 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_28808 b/build/log/idf_py_stderr_output_28808 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28934 b/build/log/idf_py_stderr_output_28934 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_28952 b/build/log/idf_py_stderr_output_28952 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_28952 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_28960 b/build/log/idf_py_stderr_output_28960 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29088 b/build/log/idf_py_stderr_output_29088 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29106 b/build/log/idf_py_stderr_output_29106 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_29106 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_29146 b/build/log/idf_py_stderr_output_29146 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29166 b/build/log/idf_py_stderr_output_29166 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29184 b/build/log/idf_py_stderr_output_29184 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29310 b/build/log/idf_py_stderr_output_29310 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29331 b/build/log/idf_py_stderr_output_29331 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29457 b/build/log/idf_py_stderr_output_29457 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29584 b/build/log/idf_py_stderr_output_29584 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29602 b/build/log/idf_py_stderr_output_29602 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_29602 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_29628 b/build/log/idf_py_stderr_output_29628 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29647 b/build/log/idf_py_stderr_output_29647 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29665 b/build/log/idf_py_stderr_output_29665 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29684 b/build/log/idf_py_stderr_output_29684 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29809 b/build/log/idf_py_stderr_output_29809 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29873 b/build/log/idf_py_stderr_output_29873 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29926 b/build/log/idf_py_stderr_output_29926 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29946 b/build/log/idf_py_stderr_output_29946 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29965 b/build/log/idf_py_stderr_output_29965 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_29987 b/build/log/idf_py_stderr_output_29987 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30115 b/build/log/idf_py_stderr_output_30115 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30133 b/build/log/idf_py_stderr_output_30133 new file mode 100644 index 0000000..8ed6b96 --- /dev/null +++ b/build/log/idf_py_stderr_output_30133 @@ -0,0 +1,18 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Stack dump detected +--- 0x4200800e: uart_tx_char at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:170 (discriminator 1) +0x4200911a: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:215 (discriminator 2) + +--- 0x40028140: __retarget_lock_acquire_recursive in ROM + +--- 0x420090a6: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:207 + +--- 0x40800001: _vector_table at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S:54 + + diff --git a/build/log/idf_py_stderr_output_30146 b/build/log/idf_py_stderr_output_30146 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30273 b/build/log/idf_py_stderr_output_30273 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30291 b/build/log/idf_py_stderr_output_30291 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_30291 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_30301 b/build/log/idf_py_stderr_output_30301 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30425 b/build/log/idf_py_stderr_output_30425 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_30425 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_30516 b/build/log/idf_py_stderr_output_30516 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30540 b/build/log/idf_py_stderr_output_30540 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30665 b/build/log/idf_py_stderr_output_30665 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30683 b/build/log/idf_py_stderr_output_30683 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_30683 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_30765 b/build/log/idf_py_stderr_output_30765 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30891 b/build/log/idf_py_stderr_output_30891 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_30909 b/build/log/idf_py_stderr_output_30909 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_30909 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_30932 b/build/log/idf_py_stderr_output_30932 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31058 b/build/log/idf_py_stderr_output_31058 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31076 b/build/log/idf_py_stderr_output_31076 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_31076 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_31087 b/build/log/idf_py_stderr_output_31087 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31215 b/build/log/idf_py_stderr_output_31215 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31233 b/build/log/idf_py_stderr_output_31233 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_31233 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_31243 b/build/log/idf_py_stderr_output_31243 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31369 b/build/log/idf_py_stderr_output_31369 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31387 b/build/log/idf_py_stderr_output_31387 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_31387 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_31557 b/build/log/idf_py_stderr_output_31557 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31622 b/build/log/idf_py_stderr_output_31622 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31643 b/build/log/idf_py_stderr_output_31643 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31789 b/build/log/idf_py_stderr_output_31789 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31814 b/build/log/idf_py_stderr_output_31814 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31835 b/build/log/idf_py_stderr_output_31835 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_31885 b/build/log/idf_py_stderr_output_31885 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32013 b/build/log/idf_py_stderr_output_32013 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32031 b/build/log/idf_py_stderr_output_32031 new file mode 100644 index 0000000..201d05a --- /dev/null +++ b/build/log/idf_py_stderr_output_32031 @@ -0,0 +1,10 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect + diff --git a/build/log/idf_py_stderr_output_32040 b/build/log/idf_py_stderr_output_32040 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32058 b/build/log/idf_py_stderr_output_32058 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_32058 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_32187 b/build/log/idf_py_stderr_output_32187 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32212 b/build/log/idf_py_stderr_output_32212 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32341 b/build/log/idf_py_stderr_output_32341 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32367 b/build/log/idf_py_stderr_output_32367 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32493 b/build/log/idf_py_stderr_output_32493 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32511 b/build/log/idf_py_stderr_output_32511 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_32511 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_32523 b/build/log/idf_py_stderr_output_32523 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32650 b/build/log/idf_py_stderr_output_32650 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32668 b/build/log/idf_py_stderr_output_32668 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_32668 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_32678 b/build/log/idf_py_stderr_output_32678 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32804 b/build/log/idf_py_stderr_output_32804 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32822 b/build/log/idf_py_stderr_output_32822 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_32822 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_32836 b/build/log/idf_py_stderr_output_32836 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32856 b/build/log/idf_py_stderr_output_32856 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_32995 b/build/log/idf_py_stderr_output_32995 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33013 b/build/log/idf_py_stderr_output_33013 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_33013 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_33123 b/build/log/idf_py_stderr_output_33123 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33143 b/build/log/idf_py_stderr_output_33143 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33267 b/build/log/idf_py_stderr_output_33267 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33285 b/build/log/idf_py_stderr_output_33285 new file mode 100644 index 0000000..2c45e68 --- /dev/null +++ b/build/log/idf_py_stderr_output_33285 @@ -0,0 +1,10 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + diff --git a/build/log/idf_py_stderr_output_33635 b/build/log/idf_py_stderr_output_33635 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33774 b/build/log/idf_py_stderr_output_33774 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33795 b/build/log/idf_py_stderr_output_33795 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_33920 b/build/log/idf_py_stderr_output_33920 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34054 b/build/log/idf_py_stderr_output_34054 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34075 b/build/log/idf_py_stderr_output_34075 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34089 b/build/log/idf_py_stderr_output_34089 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34112 b/build/log/idf_py_stderr_output_34112 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34147 b/build/log/idf_py_stderr_output_34147 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34175 b/build/log/idf_py_stderr_output_34175 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34303 b/build/log/idf_py_stderr_output_34303 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34321 b/build/log/idf_py_stderr_output_34321 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_34321 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_34332 b/build/log/idf_py_stderr_output_34332 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34457 b/build/log/idf_py_stderr_output_34457 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34475 b/build/log/idf_py_stderr_output_34475 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_34475 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_34540 b/build/log/idf_py_stderr_output_34540 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34562 b/build/log/idf_py_stderr_output_34562 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34581 b/build/log/idf_py_stderr_output_34581 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34606 b/build/log/idf_py_stderr_output_34606 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34629 b/build/log/idf_py_stderr_output_34629 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34651 b/build/log/idf_py_stderr_output_34651 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34673 b/build/log/idf_py_stderr_output_34673 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34694 b/build/log/idf_py_stderr_output_34694 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34716 b/build/log/idf_py_stderr_output_34716 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34840 b/build/log/idf_py_stderr_output_34840 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34858 b/build/log/idf_py_stderr_output_34858 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_34858 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_34869 b/build/log/idf_py_stderr_output_34869 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_34995 b/build/log/idf_py_stderr_output_34995 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35013 b/build/log/idf_py_stderr_output_35013 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_35013 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_35028 b/build/log/idf_py_stderr_output_35028 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35154 b/build/log/idf_py_stderr_output_35154 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35172 b/build/log/idf_py_stderr_output_35172 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_35172 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_35186 b/build/log/idf_py_stderr_output_35186 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35312 b/build/log/idf_py_stderr_output_35312 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35330 b/build/log/idf_py_stderr_output_35330 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_35330 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_35340 b/build/log/idf_py_stderr_output_35340 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35466 b/build/log/idf_py_stderr_output_35466 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35484 b/build/log/idf_py_stderr_output_35484 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_35484 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_35495 b/build/log/idf_py_stderr_output_35495 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35621 b/build/log/idf_py_stderr_output_35621 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35639 b/build/log/idf_py_stderr_output_35639 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_35639 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_35649 b/build/log/idf_py_stderr_output_35649 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35775 b/build/log/idf_py_stderr_output_35775 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35793 b/build/log/idf_py_stderr_output_35793 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_35793 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_35803 b/build/log/idf_py_stderr_output_35803 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35929 b/build/log/idf_py_stderr_output_35929 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35947 b/build/log/idf_py_stderr_output_35947 new file mode 100644 index 0000000..201d05a --- /dev/null +++ b/build/log/idf_py_stderr_output_35947 @@ -0,0 +1,10 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect + diff --git a/build/log/idf_py_stderr_output_35954 b/build/log/idf_py_stderr_output_35954 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35972 b/build/log/idf_py_stderr_output_35972 new file mode 100644 index 0000000..8a7c956 --- /dev/null +++ b/build/log/idf_py_stderr_output_35972 @@ -0,0 +1,12 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect +--- Error: read failed: [Errno 6] Device not configured +--- Waiting for the device to reconnect...... + diff --git a/build/log/idf_py_stderr_output_35979 b/build/log/idf_py_stderr_output_35979 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_35998 b/build/log/idf_py_stderr_output_35998 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36016 b/build/log/idf_py_stderr_output_36016 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36016 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36029 b/build/log/idf_py_stderr_output_36029 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36155 b/build/log/idf_py_stderr_output_36155 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36173 b/build/log/idf_py_stderr_output_36173 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36173 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36181 b/build/log/idf_py_stderr_output_36181 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36309 b/build/log/idf_py_stderr_output_36309 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36327 b/build/log/idf_py_stderr_output_36327 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36327 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36347 b/build/log/idf_py_stderr_output_36347 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36473 b/build/log/idf_py_stderr_output_36473 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36491 b/build/log/idf_py_stderr_output_36491 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36491 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36504 b/build/log/idf_py_stderr_output_36504 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36630 b/build/log/idf_py_stderr_output_36630 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36648 b/build/log/idf_py_stderr_output_36648 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36648 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36659 b/build/log/idf_py_stderr_output_36659 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36784 b/build/log/idf_py_stderr_output_36784 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36802 b/build/log/idf_py_stderr_output_36802 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36802 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36811 b/build/log/idf_py_stderr_output_36811 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_36943 b/build/log/idf_py_stderr_output_36943 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_36943 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_36951 b/build/log/idf_py_stderr_output_36951 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37077 b/build/log/idf_py_stderr_output_37077 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37095 b/build/log/idf_py_stderr_output_37095 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_37095 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_37106 b/build/log/idf_py_stderr_output_37106 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37232 b/build/log/idf_py_stderr_output_37232 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37250 b/build/log/idf_py_stderr_output_37250 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_37250 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_37260 b/build/log/idf_py_stderr_output_37260 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37386 b/build/log/idf_py_stderr_output_37386 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37404 b/build/log/idf_py_stderr_output_37404 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_37404 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_37414 b/build/log/idf_py_stderr_output_37414 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37540 b/build/log/idf_py_stderr_output_37540 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37558 b/build/log/idf_py_stderr_output_37558 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_37558 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_37568 b/build/log/idf_py_stderr_output_37568 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37694 b/build/log/idf_py_stderr_output_37694 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37712 b/build/log/idf_py_stderr_output_37712 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_37712 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_37723 b/build/log/idf_py_stderr_output_37723 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37848 b/build/log/idf_py_stderr_output_37848 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_37866 b/build/log/idf_py_stderr_output_37866 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_37866 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_37876 b/build/log/idf_py_stderr_output_37876 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38002 b/build/log/idf_py_stderr_output_38002 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38020 b/build/log/idf_py_stderr_output_38020 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_38020 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_38031 b/build/log/idf_py_stderr_output_38031 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38157 b/build/log/idf_py_stderr_output_38157 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38175 b/build/log/idf_py_stderr_output_38175 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_38175 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_38188 b/build/log/idf_py_stderr_output_38188 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38211 b/build/log/idf_py_stderr_output_38211 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38337 b/build/log/idf_py_stderr_output_38337 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38465 b/build/log/idf_py_stderr_output_38465 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38483 b/build/log/idf_py_stderr_output_38483 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38607 b/build/log/idf_py_stderr_output_38607 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38626 b/build/log/idf_py_stderr_output_38626 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_38626 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_38637 b/build/log/idf_py_stderr_output_38637 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38765 b/build/log/idf_py_stderr_output_38765 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_38765 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_38775 b/build/log/idf_py_stderr_output_38775 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38795 b/build/log/idf_py_stderr_output_38795 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_38919 b/build/log/idf_py_stderr_output_38919 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_38919 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_38929 b/build/log/idf_py_stderr_output_38929 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_39053 b/build/log/idf_py_stderr_output_39053 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_39053 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_39060 b/build/log/idf_py_stderr_output_39060 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_39186 b/build/log/idf_py_stderr_output_39186 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_39186 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_39196 b/build/log/idf_py_stderr_output_39196 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_39322 b/build/log/idf_py_stderr_output_39322 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_39322 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_39332 b/build/log/idf_py_stderr_output_39332 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_39352 b/build/log/idf_py_stderr_output_39352 new file mode 100644 index 0000000..cfa287a --- /dev/null +++ b/build/log/idf_py_stderr_output_39352 @@ -0,0 +1,38 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + +--- Stack dump detected +--- 0x42007ff2: uart_ll_get_txfifo_len at /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include/hal/uart_ll.h:608 + (inlined by) uart_tx_char at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:170 +0x4200911a: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:215 (discriminator 2) + +--- 0x40028140: __retarget_lock_acquire_recursive in ROM + +--- 0x420090a6: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:207 + +--- 0x40800001: _vector_table at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S:54 + +--- 0x4200800e: uart_tx_char at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:170 (discriminator 1) +0x4200911a: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:215 (discriminator 2) + +--- 0x40028140: __retarget_lock_acquire_recursive in ROM + +--- 0x420090a6: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:207 + +--- 0x40800001: _vector_table at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S:54 + +--- 0x42007ff2: uart_ll_get_txfifo_len at /Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include/hal/uart_ll.h:608 + (inlined by) uart_tx_char at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:170 +0x4200911a: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:215 (discriminator 2) + +--- 0x40028140: __retarget_lock_acquire_recursive in ROM + +--- 0x420090a6: uart_write at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c:207 + +--- 0x40800001: _vector_table at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S:54 + + diff --git a/build/log/idf_py_stderr_output_39761 b/build/log/idf_py_stderr_output_39761 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_39887 b/build/log/idf_py_stderr_output_39887 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_39887 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_39904 b/build/log/idf_py_stderr_output_39904 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40030 b/build/log/idf_py_stderr_output_40030 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40030 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40048 b/build/log/idf_py_stderr_output_40048 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40174 b/build/log/idf_py_stderr_output_40174 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40174 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40181 b/build/log/idf_py_stderr_output_40181 new file mode 100644 index 0000000..88e21cf --- /dev/null +++ b/build/log/idf_py_stderr_output_40181 @@ -0,0 +1,7 @@ +CMake Error at run_serial_tool.cmake:67 (message): + + /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6 + failed. + + + diff --git a/build/log/idf_py_stderr_output_40203 b/build/log/idf_py_stderr_output_40203 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40221 b/build/log/idf_py_stderr_output_40221 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40221 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40238 b/build/log/idf_py_stderr_output_40238 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40365 b/build/log/idf_py_stderr_output_40365 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40365 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40375 b/build/log/idf_py_stderr_output_40375 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40499 b/build/log/idf_py_stderr_output_40499 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40499 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40506 b/build/log/idf_py_stderr_output_40506 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40524 b/build/log/idf_py_stderr_output_40524 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40646 b/build/log/idf_py_stderr_output_40646 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40646 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40653 b/build/log/idf_py_stderr_output_40653 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40671 b/build/log/idf_py_stderr_output_40671 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40795 b/build/log/idf_py_stderr_output_40795 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40795 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stderr_output_40805 b/build/log/idf_py_stderr_output_40805 new file mode 100644 index 0000000..e69de29 diff --git a/build/log/idf_py_stderr_output_40931 b/build/log/idf_py_stderr_output_40931 new file mode 100644 index 0000000..5ed0c87 --- /dev/null +++ b/build/log/idf_py_stderr_output_40931 @@ -0,0 +1,8 @@ +--- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. +--- Using /dev/cu.usbmodem101 instead... +--- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem101 115200 +--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H +--- 0x408039b8: rv_utils_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include/riscv/rv_utils.h:62 + (inlined by) esp_cpu_wait_for_intr at /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c:62 + + diff --git a/build/log/idf_py_stdout_output_12880 b/build/log/idf_py_stdout_output_12880 new file mode 100644 index 0000000..b71452b --- /dev/null +++ b/build/log/idf_py_stdout_output_12880 @@ -0,0 +1,48 @@ +-- Found Git: /opt/homebrew/bin/git (found version "2.48.1") +-- The C compiler identification is GNU 14.2.0 +-- The CXX compiler identification is GNU 14.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' +-- Could not use 'git describe' to determine PROJECT_VER. +-- Building ESP-IDF components for target esp32c6 +-- Project sdkconfig file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld/rom.api.ld +-- Found Python3: /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python (found version "3.13.2") found components: Interpreter +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success +-- App "uart_async_rxtxtasks" version: 1 +-- Adding linker script /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/memory.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.rvfp.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.systimer.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib-normal.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.heap.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld/esp32c6.peripherals.ld +-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_driver_ana_cmpr esp_driver_cam esp_driver_dac esp_driver_gpio esp_driver_gptimer esp_driver_i2c esp_driver_i2s esp_driver_isp esp_driver_jpeg esp_driver_ledc esp_driver_mcpwm esp_driver_parlio esp_driver_pcnt esp_driver_ppa esp_driver_rmt esp_driver_sdio esp_driver_sdm esp_driver_sdmmc esp_driver_sdspi esp_driver_spi esp_driver_touch_sens esp_driver_tsens esp_driver_uart esp_driver_usb_serial_jtag esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_security esp_system esp_timer esp_vfs_console esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash nvs_sec_provider openthread partition_table protobuf-c protocomm pthread riscv rt sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant +-- Component paths: /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace /Users/james/Development/psionrevo/esp/esp-idf/components/app_update /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support /Users/james/Development/psionrevo/esp/esp-idf/components/bt /Users/james/Development/psionrevo/esp/esp-idf/components/cmock /Users/james/Development/psionrevo/esp/esp-idf/components/console /Users/james/Development/psionrevo/esp/esp-idf/components/cxx /Users/james/Development/psionrevo/esp/esp-idf/components/driver /Users/james/Development/psionrevo/esp/esp-idf/components/efuse /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs /Users/james/Development/psionrevo/esp/esp-idf/components/freertos /Users/james/Development/psionrevo/esp/esp-idf/components/hal /Users/james/Development/psionrevo/esp/esp-idf/components/heap /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser /Users/james/Development/psionrevo/esp/esp-idf/components/idf_test /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154 /Users/james/Development/psionrevo/esp/esp-idf/components/json /Users/james/Development/psionrevo/esp/esp-idf/components/log /Users/james/Development/psionrevo/esp/esp-idf/components/lwip /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider /Users/james/Development/psionrevo/esp/esp-idf/components/openthread /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm /Users/james/Development/psionrevo/esp/esp-idf/components/pthread /Users/james/Development/psionrevo/esp/esp-idf/components/riscv /Users/james/Development/psionrevo/esp/esp-idf/components/rt /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc /Users/james/Development/psionrevo/esp/esp-idf/components/soc /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport /Users/james/Development/psionrevo/esp/esp-idf/components/ulp /Users/james/Development/psionrevo/esp/esp-idf/components/unity /Users/james/Development/psionrevo/esp/esp-idf/components/usb /Users/james/Development/psionrevo/esp/esp-idf/components/vfs /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant +-- Configuring done (3.2s) +-- Generating done (0.4s) +-- Build files have been written to: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build diff --git a/build/log/idf_py_stdout_output_13259 b/build/log/idf_py_stdout_output_13259 new file mode 100644 index 0000000..827882d --- /dev/null +++ b/build/log/idf_py_stdout_output_13259 @@ -0,0 +1,1225 @@ +[0/1] Re-running CMake... +-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' +-- Could not use 'git describe' to determine PROJECT_VER. +-- Building ESP-IDF components for target esp32c6 +-- Project sdkconfig file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld/rom.api.ld +-- App "uart_async_rxtxtasks" version: 1 +-- Adding linker script /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/memory.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.rvfp.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.systimer.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib-normal.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.heap.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld/esp32c6.peripherals.ld +-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_driver_ana_cmpr esp_driver_cam esp_driver_dac esp_driver_gpio esp_driver_gptimer esp_driver_i2c esp_driver_i2s esp_driver_isp esp_driver_jpeg esp_driver_ledc esp_driver_mcpwm esp_driver_parlio esp_driver_pcnt esp_driver_ppa esp_driver_rmt esp_driver_sdio esp_driver_sdm esp_driver_sdmmc esp_driver_sdspi esp_driver_spi esp_driver_touch_sens esp_driver_tsens esp_driver_uart esp_driver_usb_serial_jtag esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_security esp_system esp_timer esp_vfs_console esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash nvs_sec_provider openthread partition_table protobuf-c protocomm pthread riscv rt sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant +-- Component paths: /Users/james/Development/psionrevo/esp/esp-idf/components/app_trace /Users/james/Development/psionrevo/esp/esp-idf/components/app_update /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support /Users/james/Development/psionrevo/esp/esp-idf/components/bt /Users/james/Development/psionrevo/esp/esp-idf/components/cmock /Users/james/Development/psionrevo/esp/esp-idf/components/console /Users/james/Development/psionrevo/esp/esp-idf/components/cxx /Users/james/Development/psionrevo/esp/esp-idf/components/driver /Users/james/Development/psionrevo/esp/esp-idf/components/efuse /Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls /Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart /Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag /Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth /Users/james/Development/psionrevo/esp/esp-idf/components/esp_event /Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client /Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota /Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support /Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd /Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl /Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif /Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack /Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy /Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram /Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system /Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer /Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi /Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py /Users/james/Development/psionrevo/esp/esp-idf/components/fatfs /Users/james/Development/psionrevo/esp/esp-idf/components/freertos /Users/james/Development/psionrevo/esp/esp-idf/components/hal /Users/james/Development/psionrevo/esp/esp-idf/components/heap /Users/james/Development/psionrevo/esp/esp-idf/components/http_parser /Users/james/Development/psionrevo/esp/esp-idf/components/idf_test /Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154 /Users/james/Development/psionrevo/esp/esp-idf/components/json /Users/james/Development/psionrevo/esp/esp-idf/components/log /Users/james/Development/psionrevo/esp/esp-idf/components/lwip /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main /Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls /Users/james/Development/psionrevo/esp/esp-idf/components/mqtt /Users/james/Development/psionrevo/esp/esp-idf/components/newlib /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash /Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider /Users/james/Development/psionrevo/esp/esp-idf/components/openthread /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table /Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c /Users/james/Development/psionrevo/esp/esp-idf/components/protocomm /Users/james/Development/psionrevo/esp/esp-idf/components/pthread /Users/james/Development/psionrevo/esp/esp-idf/components/riscv /Users/james/Development/psionrevo/esp/esp-idf/components/rt /Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc /Users/james/Development/psionrevo/esp/esp-idf/components/soc /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash /Users/james/Development/psionrevo/esp/esp-idf/components/spiffs /Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport /Users/james/Development/psionrevo/esp/esp-idf/components/ulp /Users/james/Development/psionrevo/esp/esp-idf/components/unity /Users/james/Development/psionrevo/esp/esp-idf/components/usb /Users/james/Development/psionrevo/esp/esp-idf/components/vfs /Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling /Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning /Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant +-- Configuring done (2.2s) +-- Generating done (0.4s) +-- Build files have been written to: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build +[1/1030] Generating project_elf_src_esp32c6.c +[2/1030] Generating /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/memory.ld linker script... +[3/1030] Generating /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/ld/sections.ld.in linker script... +[4/1030] Generating ../../partition_table/partition-table.bin +Partition table binary generated. Contents: +******************************************************************************* +# ESP-IDF Partition Table +# Name, Type, SubType, Offset, Size, Flags +nvs,data,nvs,0x9000,24K, +phy_init,data,phy,0xf000,4K, +factory,app,factory,0x10000,1M, +******************************************************************************* +[5/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj +[6/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj +[7/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj +[8/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj +[9/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj +[10/1030] Building C object esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj +[11/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj +[12/1030] Building C object esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj +[13/1030] Building C object esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj +[14/1030] Building C object esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj +[15/1030] Linking C static library esp-idf/esp_https_ota/libesp_https_ota.a +[16/1030] Building C object esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj +[17/1030] Building C object esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj +[18/1030] Linking C static library esp-idf/esp_http_server/libesp_http_server.a +[19/1030] Building C object esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj +[20/1030] Building C object esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj +[21/1030] Building C object esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj +[22/1030] Building C object esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj +[23/1030] Building C object esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj +[24/1030] Building C object esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj +[25/1030] Building C object esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj +[26/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj +[27/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj +[28/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj +[29/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj +[30/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj +[31/1030] Building C object esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj +[32/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c6/curve_fitting_coefficients.c.obj +[33/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj +[34/1030] Building C object esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj +[35/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj +[36/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj +[37/1030] Building C object esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj +[38/1030] Building C object esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj +[39/1030] Building C object esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj +[40/1030] Building C object esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj +[41/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj +[42/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj +[43/1030] Linking C static library esp-idf/esp_http_client/libesp_http_client.a +[44/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj +[45/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj +[46/1030] Building C object esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj +[47/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj +[48/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj +[49/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj +[50/1030] Linking C static library esp-idf/tcp_transport/libtcp_transport.a +[51/1030] Building C object esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist.c.obj +[52/1030] Building C object esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj +[53/1030] Building C object esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/lib_printf.c.obj +[54/1030] Linking C static library esp-idf/esp_gdbstub/libesp_gdbstub.a +[55/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c6/esp_adapter.c.obj +[56/1030] Building C object esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj +[57/1030] Building C object esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c6/esp_coex_adapter.c.obj +[58/1030] Building C object esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj +[59/1030] Building C object esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj +[60/1030] Linking C static library esp-idf/esp_adc/libesp_adc.a +[61/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj +[62/1030] Building C object esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj +[63/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj +[64/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj +[65/1030] Linking C static library esp-idf/esp-tls/libesp-tls.a +[66/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj +[67/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj +[68/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj +[69/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj +[70/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj +[71/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj +[72/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj +[73/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj +[74/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj +[75/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj +[76/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj +[77/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj +[78/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj +[79/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj +[80/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj +[81/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj +[82/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj +[83/1030] Building C object esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj +[84/1030] Linking C static library esp-idf/http_parser/libhttp_parser.a +[85/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj +[86/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj +[87/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj +[88/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj +[89/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj +[90/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj +[91/1030] Linking C static library esp-idf/esp_wifi/libesp_wifi.a +[92/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj +[93/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj +[94/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj +[95/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj +[96/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj +[97/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj +[98/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj +[99/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj +[100/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj +[101/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj +[102/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj +[103/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj +[104/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj +[105/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj +[106/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj +[107/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj +[108/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj +[109/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj +[110/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj +[111/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj +[112/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj +[113/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj +[114/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj +[115/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj +[116/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj +[117/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj +[118/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj +[119/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj +[120/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj +[121/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj +[122/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj +[123/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj +[124/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj +[125/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj +[126/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj +[127/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj +[128/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj +[129/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj +[130/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj +[131/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj +[132/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj +[133/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj +[134/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj +[135/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj +[136/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj +[137/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj +[138/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj +[139/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj +[140/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj +[141/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj +[142/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj +[143/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj +[144/1030] Linking C static library esp-idf/esp_coex/libesp_coex.a +[145/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj +[146/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj +[147/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj +[148/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj +[149/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj +[150/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj +[151/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj +[152/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj +[153/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj +[154/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj +[155/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj +[156/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj +[157/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj +[158/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj +[159/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj +[160/1030] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj +[161/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj +[162/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj +[163/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj +[164/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj +[165/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj +[166/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj +[167/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj +[168/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj +[169/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj +[170/1030] Linking C static library esp-idf/wpa_supplicant/libwpa_supplicant.a +[171/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj +[172/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj +[173/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj +[174/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj +[175/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj +[176/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj +[177/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj +[178/1030] Building C object esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj +[179/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj +[180/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj +[181/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj +[182/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj +[183/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj +[184/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj +[185/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj +[186/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj +[187/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj +[188/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj +[189/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj +[190/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj +[191/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj +[192/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj +[193/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj +[194/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj +[195/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj +[196/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj +[197/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj +[198/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj +[199/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj +[200/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj +[201/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj +[202/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj +[203/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj +[204/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj +[205/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj +[206/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj +[207/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj +[208/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj +[209/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj +[210/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj +[211/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj +[212/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj +[213/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj +[214/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj +[215/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj +[216/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj +[217/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj +[218/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj +[219/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj +[220/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj +[221/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj +[222/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj +[223/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj +[224/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj +[225/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj +[226/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj +[227/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj +[228/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj +[229/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj +[230/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj +[231/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj +[232/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj +[233/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj +[234/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj +[235/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj +[236/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj +[237/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj +[238/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj +[239/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj +[240/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj +[241/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj +[242/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj +[243/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj +[244/1030] Linking C static library esp-idf/esp_netif/libesp_netif.a +[245/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj +[246/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj +[247/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj +[248/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj +[249/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj +[250/1030] Building C object esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj +[251/1030] Building C object esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj +[252/1030] Building C object esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj +[253/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj +[254/1030] Building C object esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj +[255/1030] Building C object esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj +[256/1030] Building C object esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c6/phy_init_data.c.obj +[257/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj +[258/1030] Building C object esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj +[259/1030] Building C object esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj +[260/1030] Building C object esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj +[261/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj +[262/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj +[263/1030] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj +[264/1030] Building C object esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj +[265/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj +[266/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj +[267/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj +[268/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj +[269/1030] Linking C static library esp-idf/lwip/liblwip.a +[270/1030] Building C object esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj +[271/1030] Building C object esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj +[272/1030] Building C object esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj +[273/1030] Linking C static library esp-idf/vfs/libvfs.a +[274/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj +[275/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj +[276/1030] Building C object esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_common.c.obj +[277/1030] Linking C static library esp-idf/esp_vfs_console/libesp_vfs_console.a +[278/1030] Building C object esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj +[279/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj +[280/1030] Linking C static library esp-idf/esp_phy/libesp_phy.a +[281/1030] Building C object esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj +[282/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj +[283/1030] Building C object esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj +[284/1030] Building C object esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj +[285/1030] Building C object esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj +[286/1030] Building C object esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_tx.c.obj +[287/1030] Building C object esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor_etm.c.obj +[288/1030] Building C object esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj +[289/1030] Building C object esp-idf/esp_driver_parlio/CMakeFiles/__idf_esp_driver_parlio.dir/src/parlio_rx.c.obj +[290/1030] Building C object esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj +[291/1030] Building C object esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj +[292/1030] Building C object esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj +[293/1030] Building C object esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj +[294/1030] Building C object esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj +[295/1030] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj +[296/1030] Building C object esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj +[297/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj +[298/1030] Building C object esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj +[299/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj +[300/1030] Linking C static library esp-idf/driver/libdriver.a +[301/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj +[302/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj +[303/1030] Linking C static library esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +[304/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj +[305/1030] Building C object esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj +[306/1030] Linking C static library esp-idf/esp_driver_parlio/libesp_driver_parlio.a +[307/1030] Building C object esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj +[308/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj +[309/1030] Building C object esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_etm.c.obj +[310/1030] Building C object esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj +[311/1030] Building C object esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj +[312/1030] Building C object esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj +[313/1030] Building C object esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj +[314/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj +[315/1030] Building C object esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj +[316/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj +[317/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj +[318/1030] Linking C static library esp-idf/esp_driver_ledc/libesp_driver_ledc.a +[319/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj +[320/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj +[321/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj +[322/1030] Linking C static library esp-idf/esp_driver_i2c/libesp_driver_i2c.a +[323/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_etm.c.obj +[324/1030] Building C object esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj +[325/1030] Linking C static library esp-idf/esp_driver_sdm/libesp_driver_sdm.a +[326/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj +[327/1030] Linking C static library esp-idf/esp_driver_tsens/libesp_driver_tsens.a +[328/1030] Linking C static library esp-idf/esp_driver_rmt/libesp_driver_rmt.a +[329/1030] Building C object esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj +[330/1030] Building C object esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj +[331/1030] Linking C static library esp-idf/esp_driver_sdio/libesp_driver_sdio.a +[332/1030] Building C object esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj +[333/1030] Linking C static library esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +[334/1030] Building C object esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj +[335/1030] Building C object esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj +[336/1030] Linking C static library esp-idf/sdmmc/libsdmmc.a +[337/1030] Linking C static library esp-idf/esp_driver_i2s/libesp_driver_i2s.a +[338/1030] Linking C static library esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +[339/1030] Building C object esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj +[340/1030] Building C object esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj +[341/1030] Linking C static library esp-idf/esp_driver_spi/libesp_driver_spi.a +[342/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj +[343/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj +[344/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj +[345/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj +[346/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj +[347/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj +[348/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj +[349/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj +[350/1030] Linking C static library esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +[351/1030] Building C object esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj +[352/1030] Building C object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj +[353/1030] Building C object esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj +[354/1030] Building C object esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj +[355/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj +[356/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj +[357/1030] Building C object esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_etm.c.obj +[358/1030] Building C object esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj +[359/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj +[360/1030] Building C object esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj +[361/1030] Building C object esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj +[362/1030] Building C object esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj +[363/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj +[364/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj +[365/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj +[366/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj +[367/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj +[368/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj +[369/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_etm.c.obj +[370/1030] Building CXX object esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj +[371/1030] Building C object esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj +[372/1030] Building CXX object esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj +[373/1030] Building C object esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj +[374/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj +[375/1030] Building C object esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj +[376/1030] Building C object esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj +[377/1030] Building C object esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj +[378/1030] Building C object esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj +[379/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj +[380/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj +[381/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj +[382/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj +[383/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj +[384/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj +[385/1030] Building C object esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj +[386/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj +[387/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj +[388/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj +[389/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj +[390/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj +[391/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj +[392/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj +[393/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj +[394/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj +[395/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj +[396/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj +[397/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj +[398/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj +[399/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj +[400/1030] Building C object esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj +[401/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj +[402/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj +[403/1030] Building ASM object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj +[404/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj +[405/1030] Building CXX object esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj +[406/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj +[407/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj +[408/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj +[409/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj +[410/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj +[411/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj +[412/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj +[413/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj +[414/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj +[415/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj +[416/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj +[417/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj +[418/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj +[419/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj +[420/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj +[421/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj +[422/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj +[423/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj +[424/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj +[425/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj +[426/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj +[427/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj +[428/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj +[429/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj +[430/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj +[431/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj +[432/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/io_mux.c.obj +[433/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj +[434/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_clk_tree.c.obj +[435/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj +[436/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj +[437/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj +[438/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj +[439/1030] Building C object esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj +[440/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj +[441/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_system_peripheral.c.obj +[442/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj +[443/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_sleep_retention.c.obj +[444/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj +[445/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_etm.c.obj +[446/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj +[447/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/systimer.c.obj +[448/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/pau_regdma.c.obj +[449/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj +[450/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_etm.c.obj +[451/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj +[452/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_retention.c.obj +[453/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/modem_clock.c.obj +[454/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj +[455/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj +[456/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj +[457/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj +[458/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj +[459/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj +[460/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj +[461/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj +[462/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/regdma_link.c.obj +[463/1030] Building ASM object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu_asm.S.obj +[464/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj +[465/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj +[466/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj +[467/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/sar_periph_ctrl.c.obj +[468/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_clock.c.obj +[469/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_modem_state.c.obj +[470/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj +[471/1030] Building C object esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj +[472/1030] Building C object esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_dpa_protection.c.obj +[473/1030] Building C object esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj +[474/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj +[475/1030] Building C object esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj +[476/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj +[477/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj +[478/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj +[479/1030] Building C object esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj +[480/1030] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c6/sleep_cpu.c.obj +[481/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj +[482/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj +[483/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj +[484/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj +[485/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj +[486/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj +[487/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj +[488/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj +[489/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj +[490/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj +[491/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj +[492/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj +[493/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj +[494/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj +[495/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj +[496/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj +[497/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj +[498/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj +[499/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj +[500/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj +[501/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj +[502/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj +[503/1030] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj +[504/1030] Building C object esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c6/memory_layout.c.obj +[505/1030] Building C object esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj +[506/1030] Building C object esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj +[507/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj +[508/1030] Building C object esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj +[509/1030] Building C object esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj +[510/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj +[511/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj +[512/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj +[513/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj +[514/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj +[515/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj +[516/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj +[517/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj +[518/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj +[519/1030] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj +[520/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj +[521/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj +[522/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj +[523/1030] Building C object esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj +[524/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj +[525/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj +[526/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj +[527/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj +[528/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj +[529/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj +[530/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj +[531/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj +[532/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/clk_tree_hal.c.obj +[533/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj +[534/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj +[535/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj +[536/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj +[537/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj +[538/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj +[539/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj +[540/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj +[541/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj +[542/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj +[543/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj +[544/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj +[545/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/parlio_hal.c.obj +[546/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj +[547/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/etm_hal.c.obj +[548/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj +[549/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj +[550/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/ecc_hal.c.obj +[551/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj +[552/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj +[553/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj +[554/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj +[555/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj +[556/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/modem_clock_hal.c.obj +[557/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj +[558/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj +[559/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj +[560/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pau_hal.c.obj +[561/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj +[562/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj +[563/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj +[564/1030] Building CXX object esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj +[565/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj +[566/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj +[567/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/pmu_hal.c.obj +[568/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj +[569/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/apm_hal.c.obj +[570/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj +[571/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj +[572/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj +[573/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj +[574/1030] Linking C static library esp-idf/nvs_flash/libnvs_flash.a +[575/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj +[576/1030] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj +[577/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj +[578/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj +[579/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj +[580/1030] Linking C static library esp-idf/esp_event/libesp_event.a +[581/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj +[582/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_multi_heap.c.obj +[583/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tlsf.c.obj +[584/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj +[585/1030] Linking C static library esp-idf/esp_driver_uart/libesp_driver_uart.a +[586/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj +[587/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj +[588/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj +[589/1030] Linking C static library esp-idf/esp_ringbuf/libesp_ringbuf.a +[590/1030] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj +[591/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj +[592/1030] Linking C static library esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +[593/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj +[594/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj +[595/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj +[596/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj +[597/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj +[598/1030] Linking C static library esp-idf/esp_timer/libesp_timer.a +[599/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj +[600/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj +[601/1030] Linking C static library esp-idf/cxx/libcxx.a +[602/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj +[603/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/systick_etm.c.obj +[604/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj +[605/1030] Linking C static library esp-idf/pthread/libpthread.a +[606/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj +[607/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj +[608/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj +[609/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj +[610/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj +[611/1030] Linking C static library esp-idf/newlib/libnewlib.a +[612/1030] Building C object esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj +[613/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj +[614/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj +[615/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj +[616/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj +[617/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj +[618/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj +[619/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj +[620/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj +[621/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj +[622/1030] Linking C static library esp-idf/freertos/libfreertos.a +[623/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj +[624/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/reset_reason.c.obj +[625/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj +[626/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/system_internal.c.obj +[627/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/cache_err_int.c.obj +[628/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj +[629/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj +[630/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj +[631/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj +[632/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj +[633/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj +[634/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj +[635/1030] Linking C static library esp-idf/esp_hw_support/libesp_hw_support.a +[636/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj +[637/1030] Linking C static library esp-idf/esp_security/libesp_security.a +[638/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj +[639/1030] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c6/clk.c.obj +[640/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj +[641/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj +[642/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj +[643/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj +[644/1030] Building C object esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c6/ext_mem_layout.c.obj +[645/1030] Linking C static library esp-idf/soc/libsoc.a +[646/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj +[647/1030] Building C object esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj +[648/1030] Building C object esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj +[649/1030] Linking C static library esp-idf/heap/libheap.a +[650/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj +[651/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj +[652/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj +[653/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj +[654/1030] Linking C static library esp-idf/log/liblog.a +[655/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj +[656/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj +[657/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj +[658/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj +[659/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj +[660/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj +[661/1030] Building C object esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj +[662/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj +[663/1030] Linking C static library esp-idf/hal/libhal.a +[664/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj +[665/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/secure_boot_secure_features.c.obj +[666/1030] Linking C static library esp-idf/esp_rom/libesp_rom.a +[667/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj +[668/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj +[669/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj +[670/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj +[671/1030] Linking C static library esp-idf/esp_common/libesp_common.a +[672/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj +[673/1030] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj +[674/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj +[675/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj +[676/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj +[677/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj +[678/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj +[679/1030] Linking C static library esp-idf/esp_system/libesp_system.a +[680/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj +[681/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj +[682/1030] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj +[683/1030] Linking C static library esp-idf/spi_flash/libspi_flash.a +[684/1030] Building C object esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj +[685/1030] Building C object esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj +[686/1030] Building C object esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj +[687/1030] Linking C static library esp-idf/esp_mm/libesp_mm.a +[688/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj +[689/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj +[690/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj +[691/1030] Building C object esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj +[692/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj +[693/1030] Building C object esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj +[694/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj +[695/1030] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj +[696/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj +[697/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj +[698/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj +[699/1030] Linking C static library esp-idf/bootloader_support/libbootloader_support.a +[700/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj +[701/1030] Building C object esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj +[702/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj +[703/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj +[704/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj +[705/1030] Linking C static library esp-idf/efuse/libefuse.a +[706/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj +[707/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj +[708/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj +[709/1030] Linking C static library esp-idf/esp_partition/libesp_partition.a +[710/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj +[711/1030] Linking C static library esp-idf/app_update/libapp_update.a +[712/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj +[713/1030] Linking C static library esp-idf/esp_bootloader_format/libesp_bootloader_format.a +[714/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj +[715/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj +[716/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj +[717/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj +[718/1030] Linking C static library esp-idf/esp_app_format/libesp_app_format.a +[719/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj +[720/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj +[721/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj +[722/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj +[723/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj +[724/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj +[725/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj +[726/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj +[727/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj +[728/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj +[729/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj +[730/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj +[731/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj +[732/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj +[733/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj +[734/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj +[735/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj +[736/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj +[737/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj +[738/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj +[739/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj +[740/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj +[741/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj +[742/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj +[743/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj +[744/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj +[745/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj +[746/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj +[747/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj +[748/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj +[749/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj +[750/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj +[751/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj +[752/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj +[753/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj +[754/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj +[755/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj +[756/1030] Linking CXX static library esp-idf/mbedtls/mbedtls/library/libmbedtls.a +[757/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj +[758/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj +[759/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj +[760/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj +[761/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj +[762/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj +[763/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj +[764/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj +[765/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj +[766/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj +[767/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj +[768/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj +[769/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj +[770/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj +[771/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj +[772/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj +[773/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj +[774/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj +[775/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj +[776/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj +[777/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj +[778/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj +[779/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj +[780/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj +[781/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj +[782/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj +[783/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj +[784/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj +[785/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj +[786/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj +[787/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj +[788/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj +[789/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj +[790/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj +[791/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj +[792/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj +[793/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj +[794/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj +[795/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj +[796/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj +[797/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj +[798/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj +[799/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj +[800/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj +[801/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj +[802/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj +[803/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj +[804/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj +[805/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj +[806/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj +[807/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj +[808/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj +[809/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj +[810/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj +[811/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj +[812/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj +[813/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj +[814/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj +[815/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj +[816/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj +[817/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj +[818/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj +[819/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj +[820/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj +[821/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj +[822/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj +[823/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj +[824/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj +[825/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/ecc_alt.c.obj +[826/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj +[827/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj +[828/1030] Linking CXX static library esp-idf/mbedtls/mbedtls/library/libmbedx509.a +[829/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/ecc/esp_ecc.c.obj +[830/1030] Creating directories for 'bootloader' +[831/1030] Building C object esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj +[832/1030] Building C object esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj +[833/1030] Building C object esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj +[834/1030] No download step for 'bootloader' +[835/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj +[836/1030] Building C object esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj +[837/1030] Building C object esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj +[838/1030] No update step for 'bootloader' +[839/1030] No patch step for 'bootloader' +[840/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj +[841/1030] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj +[842/1030] Linking CXX static library esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +[843/1030] Linking CXX static library esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +[844/1030] Linking CXX static library esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +[845/1030] Generating x509_crt_bundle +[846/1030] Generating ../../x509_crt_bundle.S +[847/1030] Building ASM object esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj +[848/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj +[849/1030] Building C object esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj +[850/1030] Building C object esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj +[851/1030] Building C object esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj +[852/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj +[853/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj +[854/1030] Building C object esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj +[855/1030] Linking C static library esp-idf/mbedtls/libmbedtls.a +[856/1030] Building C object esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj +[857/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj +[858/1030] Building ASM object esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj +[859/1030] Building C object esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj +[860/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_flex_glitch_filter.c.obj +[861/1030] Linking C static library esp-idf/esp_pm/libesp_pm.a +[862/1030] Building ASM object esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj +[863/1030] Building C object esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_plic.c.obj +[864/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj +[865/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj +[866/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_etm.c.obj +[867/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj +[868/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj +[869/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj +[870/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj +[871/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj +[872/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj +[873/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj +[874/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj +[875/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj +[876/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj +[877/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj +[878/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj +[879/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj +[880/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj +[881/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj +[882/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj +[883/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj +[884/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj +[885/1030] Building C object esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj +[886/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj +[887/1030] Building C object esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj +[888/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj +[889/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj +[890/1030] Linking C static library esp-idf/esp_driver_gpio/libesp_driver_gpio.a +[891/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj +[892/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj +[893/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj +[894/1030] Linking C static library esp-idf/riscv/libriscv.a +[895/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj +[896/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj +[897/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj +[898/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj +[899/1030] Linking C static library esp-idf/console/libconsole.a +[900/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj +[901/1030] Building C object esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj +[902/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj +[903/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj +[904/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj +[905/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj +[906/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj +[907/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj +[908/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj +[909/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj +[910/1030] Building C object esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj +[911/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj +[912/1030] Building C object esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj +[913/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj +[914/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj +[915/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj +[916/1030] Building C object esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj +[917/1030] Linking C static library esp-idf/unity/libunity.a +[918/1030] Building C object esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj +[919/1030] Building C object esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj +[920/1030] Building C object esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj +[921/1030] Building C object esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj +[922/1030] Building C object esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj +[923/1030] Building C object esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj +[924/1030] Building C object esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj +[925/1030] Building C object esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj +[926/1030] Building CXX object esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj +[927/1030] Building C object esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj +[928/1030] Building C object esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj +[929/1030] Building C object esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj +[930/1030] Linking C static library esp-idf/esp_https_server/libesp_https_server.a +[931/1030] Linking C static library esp-idf/protobuf-c/libprotobuf-c.a +[932/1030] Building C object esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj +[933/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj +[934/1030] Building C object esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj +[935/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj +[936/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj +[937/1030] Building C object esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj +[938/1030] Building C object esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj +[939/1030] Linking C static library esp-idf/protocomm/libprotocomm.a +[940/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj +[941/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj +[942/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj +[943/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj +[944/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj +[945/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj +[946/1030] Building C object esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj +[947/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj +[948/1030] Building C object esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj +[949/1030] Building C object esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj +[950/1030] Building C object esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj +[951/1030] Building C object esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj +[952/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj +[953/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj +[954/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj +[955/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj +[956/1030] Linking C static library esp-idf/wear_levelling/libwear_levelling.a +[957/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj +[958/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj +[959/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj +[960/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj +[961/1030] Building C object esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj +[962/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj +[963/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj +[964/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj +[965/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj +[966/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_ack.c.obj +[967/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/esp_ieee802154.c.obj +[968/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_pib.c.obj +[969/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj +[970/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj +[971/1030] Linking C static library esp-idf/json/libjson.a +[972/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_util.c.obj +[973/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_frame.c.obj +[974/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_sec.c.obj +[975/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_timer.c.obj +[976/1030] Building C object esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj +[977/1030] Building C object esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj +[978/1030] Building C object esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj +[979/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj +[980/1030] Building C object esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj +[981/1030] Building C object esp-idf/ieee802154/CMakeFiles/__idf_ieee802154.dir/driver/esp_ieee802154_dev.c.obj +[982/1030] Building C object esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj +[983/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj +[984/1030] Building C object esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj +[985/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj +[986/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj +[987/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj +[988/1030] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj +[989/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj +[990/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj +[991/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj +[992/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj +[993/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj +[994/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj +[995/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj +[996/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj +[997/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj +[998/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj +[999/1030] Linking C static library esp-idf/app_trace/libapp_trace.a +[1000/1030] Linking C static library esp-idf/cmock/libcmock.a +[1001/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj +[1002/1030] Linking C static library esp-idf/esp_driver_cam/libesp_driver_cam.a +[1003/1030] Linking C static library esp-idf/esp_eth/libesp_eth.a +[1004/1030] Linking C static library esp-idf/esp_hid/libesp_hid.a +[1005/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj +[1006/1030] Linking C static library esp-idf/esp_lcd/libesp_lcd.a +[1007/1030] Linking C static library esp-idf/esp_local_ctrl/libesp_local_ctrl.a +[1008/1030] Linking C static library esp-idf/espcoredump/libespcoredump.a +[1009/1030] Linking C static library esp-idf/nvs_sec_provider/libnvs_sec_provider.a +[1010/1030] Linking C static library esp-idf/fatfs/libfatfs.a +[1011/1030] Linking C static library esp-idf/rt/librt.a +[1012/1030] Linking C static library esp-idf/ieee802154/libieee802154.a +[1013/1030] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj +[1014/1030] Building C object esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj +[1015/1030] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[1016/1030] Linking C static library esp-idf/spiffs/libspiffs.a +[1017/1030] Linking C static library esp-idf/mqtt/libmqtt.a +[1018/1030] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj +[1019/1030] Linking C static library esp-idf/wifi_provisioning/libwifi_provisioning.a +[1020/1030] Linking C static library esp-idf/main/libmain.a +[1021/1030] Performing configure step for 'bootloader' +-- Found Git: /opt/homebrew/bin/git (found version "2.48.1") +-- The C compiler identification is GNU 14.2.0 +-- The CXX compiler identification is GNU 14.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Building ESP-IDF components for target esp32c6 +-- Project sdkconfig file /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/riscv/ld/rom.api.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ld/esp32c6.peripherals.ld +-- Bootloader project name: "bootloader" version: 1 +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.rvfp.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.systimer.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c6/bootloader.ld +-- Adding linker script /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c6/bootloader.rom.ld +-- Components: bootloader bootloader_support efuse esp_app_format esp_bootloader_format esp_common esp_hw_support esp_rom esp_security esp_system esptool_py freertos hal log main micro-ecc newlib partition_table riscv soc spi_flash +-- Component paths: /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support /Users/james/Development/psionrevo/esp/esp-idf/components/efuse /Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format /Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format /Users/james/Development/psionrevo/esp/esp-idf/components/esp_common /Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support /Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_security /Users/james/Development/psionrevo/esp/esp-idf/components/esp_system /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py /Users/james/Development/psionrevo/esp/esp-idf/components/freertos /Users/james/Development/psionrevo/esp/esp-idf/components/hal /Users/james/Development/psionrevo/esp/esp-idf/components/log /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/main /Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/subproject/components/micro-ecc /Users/james/Development/psionrevo/esp/esp-idf/components/newlib /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table /Users/james/Development/psionrevo/esp/esp-idf/components/riscv /Users/james/Development/psionrevo/esp/esp-idf/components/soc /Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash +-- Configuring done (3.5s) +-- Generating done (0.0s) +-- Build files have been written to: /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader +[1022/1030] Performing build step for 'bootloader' +[1/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj +[2/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj +[3/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj +[4/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj +[5/114] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj +[6/114] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj +[7/114] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj +[8/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj +[9/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj +[10/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj +[11/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_hp_regi2c_esp32c6.c.obj +[12/114] Linking C static library esp-idf/log/liblog.a +[13/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj +[14/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj +[15/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_wdt.c.obj +[16/114] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj +[17/114] Building C object esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj +[18/114] Linking C static library esp-idf/esp_rom/libesp_rom.a +[19/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/esp_cpu_intr.c.obj +[20/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/chip_info.c.obj +[21/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/cpu_region_protect.c.obj +[22/114] Linking C static library esp-idf/esp_common/libesp_common.a +[23/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_param.c.obj +[24/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk_init.c.obj +[25/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_table.c.obj +[26/114] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj +[27/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_init.c.obj +[28/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/ocode_init.c.obj +[29/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_fields.c.obj +[30/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_rtc_calib.c.obj +[31/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_time.c.obj +[32/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c6/esp_efuse_utility.c.obj +[33/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj +[34/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj +[35/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj +[36/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj +[37/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj +[38/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/pmu_sleep.c.obj +[39/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj +[40/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj +[41/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj +[42/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj +[43/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj +[44/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c6.c.obj +[45/114] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c6/rtc_clk.c.obj +[46/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj +[47/114] Linking C static library esp-idf/esp_hw_support/libesp_hw_support.a +[48/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj +[49/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c6.c.obj +[50/114] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj +[51/114] Linking C static library esp-idf/esp_system/libesp_system.a +[52/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj +[53/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj +[54/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj +[55/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_soc.c.obj +[56/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj +[57/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_sha.c.obj +[58/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_ecdsa.c.obj +[59/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj +[60/114] Building C object esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj +[61/114] Linking C static library esp-idf/efuse/libefuse.a +[62/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj +[63/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c6/bootloader_esp32c6.c.obj +[64/114] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj +[65/114] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj +[66/114] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj +[67/114] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/lp_timer_hal.c.obj +[68/114] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c6/efuse_hal.c.obj +[69/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/interrupts.c.obj +[70/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gpio_periph.c.obj +[71/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj +[72/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj +[73/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj +[74/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/adc_periph.c.obj +[75/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/dedic_gpio_periph.c.obj +[76/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/uart_periph.c.obj +[77/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/etm_periph.c.obj +[78/114] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj +[79/114] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj +[80/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/gdma_periph.c.obj +[81/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ledc_periph.c.obj +[82/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/spi_periph.c.obj +[83/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rmt_periph.c.obj +[84/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj +[85/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdm_periph.c.obj +[86/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/pcnt_periph.c.obj +[87/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2c_periph.c.obj +[88/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/i2s_periph.c.obj +[89/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/parlio_periph.c.obj +[90/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/temperature_sensor_periph.c.obj +[91/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mcpwm_periph.c.obj +[92/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/timer_periph.c.obj +[93/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/ieee802154_periph.c.obj +[94/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/mpi_periph.c.obj +[95/114] Generating project_elf_src_esp32c6.c +[96/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/wdt_periph.c.obj +[97/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/twai_periph.c.obj +[98/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/rtc_io_periph.c.obj +[99/114] Building C object CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c6.c.obj +[100/114] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj +[101/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/system_retention_periph.c.obj +[102/114] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c6/sdio_slave_periph.c.obj +[103/114] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj +[104/114] Linking C static library esp-idf/bootloader_support/libbootloader_support.a +[105/114] Linking C static library esp-idf/esp_bootloader_format/libesp_bootloader_format.a +[106/114] Linking C static library esp-idf/spi_flash/libspi_flash.a +[107/114] Linking C static library esp-idf/hal/libhal.a +[108/114] Building C object esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj +[109/114] Linking C static library esp-idf/micro-ecc/libmicro-ecc.a +[110/114] Linking C static library esp-idf/soc/libsoc.a +[111/114] Linking C static library esp-idf/main/libmain.a +[112/114] Linking C executable bootloader.elf +[113/114] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 2 ELF sections +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +[114/114] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[1023/1030] No install step for 'bootloader' +[1024/1030] Completed 'bootloader' +[1025/1030] Generating ld/sections.ld +[1026/1030] Building C object CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj +[1027/1030] Linking CXX executable uart_async_rxtxtasks.elf +[1028/1030] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[1029/1030] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c870 bytes. Smallest app partition is 0x100000 bytes. 0xd3790 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_17462 b/build/log/idf_py_stdout_output_17462 new file mode 100644 index 0000000..caf60c7 --- /dev/null +++ b/build/log/idf_py_stdout_output_17462 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c870 bytes. Smallest app partition is 0x100000 bytes. 0xd3790 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 537.9 kbit/s)... +Hash of data verified. +Compressed 182384 bytes to 92665... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9b6... (33 %) +Writing at 0x00021586... (50 %) +Writing at 0x00028859... (66 %) +Writing at 0x00030ad7... (83 %) +Writing at 0x000376c2... (100 %) +Wrote 182384 bytes (92665 compressed) at 0x00010000 in 1.6 seconds (effective 920.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 409.8 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_17480 b/build/log/idf_py_stdout_output_17480 new file mode 100644 index 0000000..042fae8 --- /dev/null +++ b/build/log/idf_py_stdout_output_17480 @@ -0,0 +1,66 @@ +te 11 bytes +I (253) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a24h ( 39460) map +I (89) esp_image: segment 1: paddr=00019a4c vaddr=40800000 size=065cch ( 26060) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1553ch ( 87356) map +I (112) esp_image: segment 3: paddr=00035564 vaddr=408065cc size=05b58h ( 23384) load +I (118) esp_image: segment 4: paddr=0003b0c4 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (123) boot: Disabling RNG early entropy source... +I (137) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (146) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 9ecd2844d... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (185) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (229) main_task: Started on CPU0 +I (229) main_task: Calling app_main() +I (229) TX_TASK: Wrote 11 bytes +I (229) main_task: Returned from app_main() +I (2229) TX_TASK: Wrote 11 bytes +I (4229) TX_TASK: Wrote 11 bytes +I (6229) TX_TASK: Wrote 11 bytes +I (8229) TX_TASK: Wrote 11 bytes +I (10229) TX_TASK: Wrote 11 bytes +I (12229) TX_TASK: Wrote 11 bytes +I (14229) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_17867 b/build/log/idf_py_stdout_output_17867 new file mode 100644 index 0000000..867c105 --- /dev/null +++ b/build/log/idf_py_stdout_output_17867 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c890 bytes. Smallest app partition is 0x100000 bytes. 0xd3770 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_17994 b/build/log/idf_py_stdout_output_17994 new file mode 100644 index 0000000..a1b0f67 --- /dev/null +++ b/build/log/idf_py_stdout_output_17994 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c890 bytes. Smallest app partition is 0x100000 bytes. 0xd3770 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 537.8 kbit/s)... +Hash of data verified. +Compressed 182416 bytes to 92678... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9c5... (33 %) +Writing at 0x000215a0... (50 %) +Writing at 0x00028878... (66 %) +Writing at 0x00030af5... (83 %) +Writing at 0x000376c8... (100 %) +Wrote 182416 bytes (92678 compressed) at 0x00010000 in 1.6 seconds (effective 913.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18012 b/build/log/idf_py_stdout_output_18012 new file mode 100644 index 0000000..aa79c25 --- /dev/null +++ b/build/log/idf_py_stdout_output_18012 @@ -0,0 +1,84 @@ +s +I (243) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a34h ( 39476) map +I (89) esp_image: segment 1: paddr=00019a5c vaddr=40800000 size=065bch ( 26044) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15548h ( 87368) map +I (112) esp_image: segment 3: paddr=00035570 vaddr=408065bc size=05b68h ( 23400) load +I (118) esp_image: segment 4: paddr=0003b0e0 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (123) boot: Disabling RNG early entropy source... +I (137) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (146) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (154) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 340e6ef36... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (185) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (229) main_task: Started on CPU0 +I (229) main_task: Calling app_main() +Hello world! +I (229) TX_TASK: Wrote 11 bytes +I (239) main_task: Returned from app_main() +I (2239) TX_TASK: Wrote 11 bytes +I (4239) TX_TASK: Wrote 11 bytes +I (6239) TX_TASK: Wrote 11 bytes +I (8239) TX_TASK: Wrote 11 bytes +I (10239) TX_TASK: Wrote 11 bytes +I (12239) TX_TASK: Wrote 11 bytes +I (14239) TX_TASK: Wrote 11 bytes +I (16239) TX_TASK: Wrote 11 bytes +I (18239) TX_TASK: Wrote 11 bytes +I (20239) TX_TASK: Wrote 11 bytes +I (22239) TX_TASK: Wrote 11 bytes +I (24239) TX_TASK: Wrote 11 bytes +I (26239) TX_TASK: Wrote 11 bytes +I (28239) TX_TASK: Wrote 11 bytes +I (30239) TX_TASK: Wrote 11 bytes +I (32239) TX_TASK: Wrote 11 bytes +I (34239) TX_TASK: Wrote 11 bytes +I (36239) TX_TASK: Wrote 11 bytes +I (38239) TX_TASK: Wrote 11 bytes +I (40239) TX_TASK: Wrote 11 bytes +I (42239) TX_TASK: Wrote 11 bytes +I (44239) TX_TASK: Wrote 11 bytes +I (46239) TX_TASK: Wrote 11 bytes +I (48239) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_18023 b/build/log/idf_py_stdout_output_18023 new file mode 100644 index 0000000..867c105 --- /dev/null +++ b/build/log/idf_py_stdout_output_18023 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c890 bytes. Smallest app partition is 0x100000 bytes. 0xd3770 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_18149 b/build/log/idf_py_stdout_output_18149 new file mode 100644 index 0000000..c2ab87f --- /dev/null +++ b/build/log/idf_py_stdout_output_18149 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c890 bytes. Smallest app partition is 0x100000 bytes. 0xd3770 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 536.2 kbit/s)... +Hash of data verified. +Compressed 182416 bytes to 92675... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9c6... (33 %) +Writing at 0x0002159f... (50 %) +Writing at 0x00028878... (66 %) +Writing at 0x00030af8... (83 %) +Writing at 0x000376d0... (100 %) +Wrote 182416 bytes (92675 compressed) at 0x00010000 in 1.6 seconds (effective 920.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18167 b/build/log/idf_py_stdout_output_18167 new file mode 100644 index 0000000..bc33763 --- /dev/null +++ b/build/log/idf_py_stdout_output_18167 @@ -0,0 +1,268 @@ +_main() +Hello world! +I (254) TX_TASK: Wrote 11 bytes +I (254) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a34h ( 39476) map +I (89) esp_image: segment 1: paddr=00019a5c vaddr=40800000 size=065bch ( 26044) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15544h ( 87364) map +I (112) esp_image: segment 3: paddr=0003556c vaddr=408065bc size=05b68h ( 23400) load +I (118) esp_image: segment 4: paddr=0003b0dc vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (123) boot: Disabling RNG early entropy source... +I (137) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (146) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (154) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 77abe1e00... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (185) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (229) main_task: Started on CPU0 +I (229) main_task: Calling app_main() +Hello world! +I (229) TX_TASK: Wrote 11 bytes +I (239) main_task: Returned from app_main() +I (2239) TX_TASK: Wrote 11 bytes +I (4239) TX_TASK: Wrote 11 bytes +I (6239) TX_TASK: Wrote 11 bytes +I (8239) TX_TASK: Wrote 11 bytes +I (10239) TX_TASK: Wrote 11 bytes +I (10909) RX_TASK: Read 720 bytes: '' +I (10909) RX_TASK: 0x40813860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10909) RX_TASK: 0x40813870 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10919) RX_TASK: 0x40813880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10919) RX_TASK: 0x40813890 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10929) RX_TASK: 0x408138a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10939) RX_TASK: 0x408138b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10949) RX_TASK: 0x408138c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10959) RX_TASK: 0x408138d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10969) RX_TASK: 0x408138e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10979) RX_TASK: 0x408138f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10989) RX_TASK: 0x40813900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10989) RX_TASK: 0x40813910 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10999) RX_TASK: 0x40813920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11009) RX_TASK: 0x40813930 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11019) RX_TASK: 0x40813940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11029) RX_TASK: 0x40813950 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11039) RX_TASK: 0x40813960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11049) RX_TASK: 0x40813970 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11059) RX_TASK: 0x40813980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11069) RX_TASK: 0x40813990 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11069) RX_TASK: 0x408139a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11079) RX_TASK: 0x408139b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11089) RX_TASK: 0x408139c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11099) RX_TASK: 0x408139d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11109) RX_TASK: 0x408139e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11119) RX_TASK: 0x408139f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11129) RX_TASK: 0x40813a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11139) RX_TASK: 0x40813a10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11149) RX_TASK: 0x40813a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11149) RX_TASK: 0x40813a30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11159) RX_TASK: 0x40813a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11169) RX_TASK: 0x40813a50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11179) RX_TASK: 0x40813a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11189) RX_TASK: 0x40813a70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11199) RX_TASK: 0x40813a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11209) RX_TASK: 0x40813a90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11219) RX_TASK: 0x40813aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11229) RX_TASK: 0x40813ab0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11229) RX_TASK: 0x40813ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11239) RX_TASK: 0x40813ad0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11249) RX_TASK: 0x40813ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11259) RX_TASK: 0x40813af0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11269) RX_TASK: 0x40813b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11279) RX_TASK: 0x40813b10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11289) RX_TASK: 0x40813b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (12239) TX_TASK: Wrote 11 bytes +I (14239) TX_TASK: Wrote 11 bytes +I (16239) TX_TASK: Wrote 11 bytes +I (18239) TX_TASK: Wrote 11 bytes +I (20239) TX_TASK: Wrote 11 bytes +I (22239) TX_TASK: Wrote 11 bytes +I (24239) TX_TASK: Wrote 11 bytes +I (24479) RX_TASK: Read 1024 bytes: '' +I (24479) RX_TASK: 0x40813860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24479) RX_TASK: 0x40813870 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24489) RX_TASK: 0x40813880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24499) RX_TASK: 0x40813890 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24509) RX_TASK: 0x408138a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24509) RX_TASK: 0x408138b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24519) RX_TASK: 0x408138c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24529) RX_TASK: 0x408138d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24539) RX_TASK: 0x408138e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24549) RX_TASK: 0x408138f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24559) RX_TASK: 0x40813900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24569) RX_TASK: 0x40813910 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24579) RX_TASK: 0x40813920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24589) RX_TASK: 0x40813930 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24589) RX_TASK: 0x40813940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24599) RX_TASK: 0x40813950 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24609) RX_TASK: 0x40813960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24619) RX_TASK: 0x40813970 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24629) RX_TASK: 0x40813980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24639) RX_TASK: 0x40813990 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24649) RX_TASK: 0x408139a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24659) RX_TASK: 0x408139b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24659) RX_TASK: 0x408139c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24669) RX_TASK: 0x408139d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24679) RX_TASK: 0x408139e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24689) RX_TASK: 0x408139f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24699) RX_TASK: 0x40813a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24709) RX_TASK: 0x40813a10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24719) RX_TASK: 0x40813a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24729) RX_TASK: 0x40813a30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24739) RX_TASK: 0x40813a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24739) RX_TASK: 0x40813a50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24749) RX_TASK: 0x40813a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24759) RX_TASK: 0x40813a70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24769) RX_TASK: 0x40813a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24779) RX_TASK: 0x40813a90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24789) RX_TASK: 0x40813aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24799) RX_TASK: 0x40813ab0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24809) RX_TASK: 0x40813ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24819) RX_TASK: 0x40813ad0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24819) RX_TASK: 0x40813ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24829) RX_TASK: 0x40813af0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24839) RX_TASK: 0x40813b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24849) RX_TASK: 0x40813b10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24859) RX_TASK: 0x40813b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24869) RX_TASK: 0x40813b30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24879) RX_TASK: 0x40813b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24889) RX_TASK: 0x40813b50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24899) RX_TASK: 0x40813b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24899) RX_TASK: 0x40813b70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24909) RX_TASK: 0x40813b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24919) RX_TASK: 0x40813b90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24929) RX_TASK: 0x40813ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24939) RX_TASK: 0x40813bb0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24949) RX_TASK: 0x40813bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24959) RX_TASK: 0x40813bd0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24969) RX_TASK: 0x40813be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24969) RX_TASK: 0x40813bf0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24979) RX_TASK: 0x40813c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24989) RX_TASK: 0x40813c10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (24999) RX_TASK: 0x40813c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (25009) RX_TASK: 0x40813c30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (25019) RX_TASK: 0x40813c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (25029) RX_TASK: 0x40813c50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (26239) TX_TASK: Wrote 11 bytes +I (28089) RX_TASK: Read 1024 bytes: '' +I (28089) RX_TASK: 0x40813860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28089) RX_TASK: 0x40813870 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28099) RX_TASK: 0x40813880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28109) RX_TASK: 0x40813890 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28119) RX_TASK: 0x408138a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28129) RX_TASK: 0x408138b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28139) RX_TASK: 0x408138c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28149) RX_TASK: 0x408138d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28159) RX_TASK: 0x408138e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28159) RX_TASK: 0x408138f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28169) RX_TASK: 0x40813900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28179) RX_TASK: 0x40813910 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28189) RX_TASK: 0x40813920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28199) RX_TASK: 0x40813930 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28209) RX_TASK: 0x40813940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28219) RX_TASK: 0x40813950 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28229) RX_TASK: 0x40813960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28239) RX_TASK: 0x40813970 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28239) RX_TASK: 0x40813980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28249) RX_TASK: 0x40813990 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28259) RX_TASK: 0x408139a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28269) RX_TASK: 0x408139b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28279) RX_TASK: 0x408139c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28289) RX_TASK: 0x408139d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28299) RX_TASK: 0x408139e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28309) RX_TASK: 0x408139f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28319) RX_TASK: 0x40813a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28319) RX_TASK: 0x40813a10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28329) RX_TASK: 0x40813a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28339) RX_TASK: 0x40813a30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28349) RX_TASK: 0x40813a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28359) RX_TASK: 0x40813a50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28369) RX_TASK: 0x40813a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28379) RX_TASK: 0x40813a70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28389) RX_TASK: 0x40813a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28389) RX_TASK: 0x40813a90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28399) RX_TASK: 0x40813aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28409) RX_TASK: 0x40813ab0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28419) RX_TASK: 0x40813ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28429) RX_TASK: 0x40813ad0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28439) RX_TASK: 0x40813ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28449) RX_TASK: 0x40813af0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28459) RX_TASK: 0x40813b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28469) RX_TASK: 0x40813b10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28469) RX_TASK: 0x40813b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28479) RX_TASK: 0x40813b30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28489) RX_TASK: 0x40813b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28499) RX_TASK: 0x40813b50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28509) RX_TASK: 0x40813b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28519) RX_TASK: 0x40813b70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28529) RX_TASK: 0x40813b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28539) RX_TASK: 0x40813b90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28549) RX_TASK: 0x40813ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28549) RX_TASK: 0x40813bb0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28559) RX_TASK: 0x40813bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28569) RX_TASK: 0x40813bd0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28579) RX_TASK: 0x40813be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28589) RX_TASK: 0x40813bf0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28599) RX_TASK: 0x40813c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28609) RX_TASK: 0x40813c10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28619) RX_TASK: 0x40813c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28619) RX_TASK: 0x40813c30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28629) RX_TASK: 0x40813c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28639) RX_TASK: 0x40813c50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (28649) TX_TASK: Wrote 11 bytes +I (29649) RX_TASK: Read 112 bytes: '' +I (29649) RX_TASK: 0x40813860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (29649) RX_TASK: 0x40813870 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (29659) RX_TASK: 0x40813880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (29659) RX_TASK: 0x40813890 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (29669) RX_TASK: 0x408138a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (29679) RX_TASK: 0x408138b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (29689) RX_TASK: 0x408138c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (30649) TX_TASK: Wrote 11 bytes +I (32649) TX_TASK: Wrote 11 bytes +I (34649) TX_TASK: Wrote 11 bytes +I (36649) TX_TASK: Wrote 11 bytes +I (38649) TX_TASK: Wrote 11 bytes +I (40649) TX_TASK: Wrote 11 bytes +I (42649) TX_TASK: Wrote 11 bytes +I (44649) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_18182 b/build/log/idf_py_stdout_output_18182 new file mode 100644 index 0000000..2fda731 --- /dev/null +++ b/build/log/idf_py_stdout_output_18182 @@ -0,0 +1,18 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'init': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:38:11: error: 'uart_dev_t' {aka 'struct uart_dev_s'} has no member named 'conf0'; did you mean 'conf1'? + 38 | UART1.conf0.irda_en=1; + | ^~~~~ + | conf1 +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:39:11: error: 'uart_dev_t' {aka 'struct uart_dev_s'} has no member named 'conf0'; did you mean 'conf1'? + 39 | UART1.conf0.irda_tx_en=1; + | ^~~~~ + | conf1 +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_18205 b/build/log/idf_py_stdout_output_18205 new file mode 100644 index 0000000..c0e4756 --- /dev/null +++ b/build/log/idf_py_stdout_output_18205 @@ -0,0 +1,15 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'init': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:38:16: error: 'uart_conf1_reg_t' has no member named 'irda_en' + 38 | UART1.conf1.irda_en=1; + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:39:16: error: 'uart_conf1_reg_t' has no member named 'irda_tx_en' + 39 | UART1.conf1.irda_tx_en=1; + | ^ +[3/9] No install step for 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_18223 b/build/log/idf_py_stdout_output_18223 new file mode 100644 index 0000000..c38d265 --- /dev/null +++ b/build/log/idf_py_stdout_output_18223 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cc60 bytes. Smallest app partition is 0x100000 bytes. 0xd33a0 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_18351 b/build/log/idf_py_stdout_output_18351 new file mode 100644 index 0000000..4b6a6b7 --- /dev/null +++ b/build/log/idf_py_stdout_output_18351 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cc60 bytes. Smallest app partition is 0x100000 bytes. 0xd33a0 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 543.0 kbit/s)... +Hash of data verified. +Compressed 183392 bytes to 93021... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa3b... (33 %) +Writing at 0x000215f1... (50 %) +Writing at 0x000288ce... (66 %) +Writing at 0x00030bef... (83 %) +Writing at 0x000377e6... (100 %) +Wrote 183392 bytes (93021 compressed) at 0x00010000 in 1.6 seconds (effective 913.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 396.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18369 b/build/log/idf_py_stdout_output_18369 new file mode 100644 index 0000000..1979dac --- /dev/null +++ b/build/log/idf_py_stdout_output_18369 @@ -0,0 +1,192 @@ + Wrote 11 bytes +I (249) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ac8h ( 39624) map +I (89) esp_image: segment 1: paddr=00019af0 vaddr=40800000 size=06528h ( 25896) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15880h ( 88192) map +I (112) esp_image: segment 3: paddr=000358a8 vaddr=40806528 size=05bfch ( 23548) load +I (118) esp_image: segment 4: paddr=0003b4ac vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 2fab0549c... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +Hello world! +I (230) TX_TASK: Wrote 11 bytes +I (240) main_task: Returned from app_main() +I (2240) TX_TASK: Wrote 11 bytes +I (4240) TX_TASK: Wrote 11 bytes +I (6240) TX_TASK: Wrote 11 bytes +I (8240) TX_TASK: Wrote 11 bytes +I (9300) RX_TASK: Read 1024 bytes: '������������?:�b����' +I (9300) RX_TASK: 0x40813860 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a |............?..:| +I (9300) RX_TASK: 0x40813870 a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff ff |.b.......E......| +I (9310) RX_TASK: 0x40813880 ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff |........?..:.b..| +I (9320) RX_TASK: 0x40813890 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (9330) RX_TASK: 0x408138a0 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (9340) RX_TASK: 0x408138b0 ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 |...?..:.b.......| +I (9350) RX_TASK: 0x408138c0 45 d5 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |E.............?.| +I (9360) RX_TASK: 0x408138d0 07 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 79 |.:.b........$.Sy| +I (9360) RX_TASK: 0x408138e0 6d 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff |mbian EPOC......| +I (9370) RX_TASK: 0x408138f0 ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff |.........?..:.b.| +I (9380) RX_TASK: 0x40813900 ff ff ff 00 00 00 45 d5 c1 ff ff ff ff ff ff ff |......E.........| +I (9390) RX_TASK: 0x40813910 ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 |.....?..:.b.....| +I (9400) RX_TASK: 0x40813920 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (9410) RX_TASK: 0x40813930 43 fd 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (9420) RX_TASK: 0x40813940 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 c1 |?..:.b.......E..| +I (9430) RX_TASK: 0x40813950 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a |............?..:| +I (9430) RX_TASK: 0x40813960 a1 62 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.b........$.Symb| +I (9440) RX_TASK: 0x40813970 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff ff |ian EPOC........| +I (9450) RX_TASK: 0x40813980 ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff |.......?..:.b...| +I (9460) RX_TASK: 0x40813990 ff 00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff ff |....E...........| +I (9470) RX_TASK: 0x408139a0 ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff 00 |...?..:.b.......| +I (9480) RX_TASK: 0x408139b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 fd |.$.Symbian EPOC.| +I (9490) RX_TASK: 0x408139c0 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (9500) RX_TASK: 0x408139d0 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff ff |.:.b.......E....| +I (9500) RX_TASK: 0x408139e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 |..........?..:.b| +I (9510) RX_TASK: 0x408139f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (9520) RX_TASK: 0x40813a00 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (9530) RX_TASK: 0x40813a10 ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 |.....?..:.b.....| +I (9540) RX_TASK: 0x40813a20 00 00 45 d5 c1 ff ff ff ff ff ff ff ff ff ff c0 |..E.............| +I (9550) RX_TASK: 0x40813a30 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff 00 82 24 |.?..:.b........$| +I (9560) RX_TASK: 0x40813a40 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 fd 09 c1 |.Symbian EPOC...| +I (9570) RX_TASK: 0x40813a50 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a |............?..:| +I (9570) RX_TASK: 0x40813a60 a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff ff |.b.......E......| +I (9580) RX_TASK: 0x40813a70 ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff |........?..:.b..| +I (9590) RX_TASK: 0x40813a80 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (9600) RX_TASK: 0x40813a90 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (9610) RX_TASK: 0x40813aa0 ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 |...?..:.b.......| +I (9620) RX_TASK: 0x40813ab0 45 d5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |E..............?| +I (9630) RX_TASK: 0x40813ac0 01 07 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 |..:.b........$.S| +I (9640) RX_TASK: 0x40813ad0 79 6d 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff |ymbian EPOC.....| +I (9640) RX_TASK: 0x40813ae0 ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 |..........?..:.b| +I (9650) RX_TASK: 0x40813af0 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff ff ff ff |.......E........| +I (9660) RX_TASK: 0x40813b00 ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff |......?..:.b....| +I (9670) RX_TASK: 0x40813b10 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (9680) RX_TASK: 0x40813b20 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (9690) RX_TASK: 0x40813b30 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 |.?..:.b.......E.| +I (9700) RX_TASK: 0x40813b40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 |.............?..| +I (9710) RX_TASK: 0x40813b50 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |:.b........$.Sym| +I (9710) RX_TASK: 0x40813b60 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff |bian EPOC.......| +I (9720) RX_TASK: 0x40813b70 ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff |........?..:.b..| +I (9730) RX_TASK: 0x40813b80 ff ff 00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff |.....E..........| +I (9740) RX_TASK: 0x40813b90 ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff |....?..:.b......| +I (9750) RX_TASK: 0x40813ba0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (9760) RX_TASK: 0x40813bb0 fd 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (9770) RX_TASK: 0x40813bc0 01 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff |..:.b.......E...| +I (9780) RX_TASK: 0x40813bd0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 |...........?..:.| +I (9790) RX_TASK: 0x40813be0 62 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |b........$.Symbi| +I (9790) RX_TASK: 0x40813bf0 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff |an EPOC.........| +I (9800) RX_TASK: 0x40813c00 ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff |......?..:.b....| +I (9810) RX_TASK: 0x40813c10 00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff ff ff |...E............| +I (9820) RX_TASK: 0x40813c20 c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff 00 82 |..?..:.b........| +I (9830) RX_TASK: 0x40813c30 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 fd 09 |$.Symbian EPOC..| +I (9840) RX_TASK: 0x40813c40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 |.............?..| +I (9850) RX_TASK: 0x40813c50 3a a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff |:.b.......E.....| +I (10240) TX_TASK: Wrote 11 bytes +I (12240) TX_TASK: Wrote 11 bytes +I (13300) RX_TASK: Read 935 bytes: '���������?:�b����' +I (13300) RX_TASK: 0x40813860 ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff |.........?..:.b.| +I (13300) RX_TASK: 0x40813870 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (13310) RX_TASK: 0x40813880 20 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (13320) RX_TASK: 0x40813890 ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 |...?..:.b.......| +I (13320) RX_TASK: 0x408138a0 45 d5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |E..............?| +I (13330) RX_TASK: 0x408138b0 01 07 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 |..:.b........$.S| +I (13340) RX_TASK: 0x408138c0 79 6d 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff |ymbian EPOC.....| +I (13350) RX_TASK: 0x408138d0 ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 |..........?..:.b| +I (13360) RX_TASK: 0x408138e0 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff ff ff ff |.......E........| +I (13370) RX_TASK: 0x408138f0 ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff |......?..:.b....| +I (13380) RX_TASK: 0x40813900 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (13390) RX_TASK: 0x40813910 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (13400) RX_TASK: 0x40813920 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 |.?..:.b.......E.| +I (13400) RX_TASK: 0x40813930 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 |.............?..| +I (13410) RX_TASK: 0x40813940 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |:.b........$.Sym| +I (13420) RX_TASK: 0x40813950 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff |bian EPOC.......| +I (13430) RX_TASK: 0x40813960 ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff |.......?..:.b...| +I (13440) RX_TASK: 0x40813970 ff 00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff ff |....E...........| +I (13450) RX_TASK: 0x40813980 ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff 00 |...?..:.b.......| +I (13460) RX_TASK: 0x40813990 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 fd |.$.Symbian EPOC.| +I (13470) RX_TASK: 0x408139a0 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (13480) RX_TASK: 0x408139b0 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff ff |.:.b.......E....| +I (13480) RX_TASK: 0x408139c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 |..........?..:.b| +I (13490) RX_TASK: 0x408139d0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (13500) RX_TASK: 0x408139e0 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (13510) RX_TASK: 0x408139f0 ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 |.....?..:.b.....| +I (13520) RX_TASK: 0x40813a00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff ff ff c0 |..E.............| +I (13530) RX_TASK: 0x40813a10 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff 00 82 24 |.?..:.b........$| +I (13540) RX_TASK: 0x40813a20 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 fd 09 c1 |.Symbian EPOC...| +I (13550) RX_TASK: 0x40813a30 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a |............?..:| +I (13550) RX_TASK: 0x40813a40 a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff ff |.b.......E......| +I (13560) RX_TASK: 0x40813a50 ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff |........?..:.b..| +I (13570) RX_TASK: 0x40813a60 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (13580) RX_TASK: 0x40813a70 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (13590) RX_TASK: 0x40813a80 ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 |...?..:.b.......| +I (13600) RX_TASK: 0x40813a90 45 d5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |E..............?| +I (13610) RX_TASK: 0x40813aa0 01 07 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 |..:.b........$.S| +I (13620) RX_TASK: 0x40813ab0 79 6d 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff |ymbian EPOC.....| +I (13630) RX_TASK: 0x40813ac0 ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 |..........?..:.b| +I (13630) RX_TASK: 0x40813ad0 ff ff ff ff 00 00 00 45 d5 c1 ff ff ff ff ff ff |.......E........| +I (13640) RX_TASK: 0x40813ae0 ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff |......?..:.b....| +I (13650) RX_TASK: 0x40813af0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (13660) RX_TASK: 0x40813b00 4f 43 fd 09 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (13670) RX_TASK: 0x40813b10 ff 3f 01 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 |.?..:.b.......E.| +I (13680) RX_TASK: 0x40813b20 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 |.............?..| +I (13690) RX_TASK: 0x40813b30 3a a1 62 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |:.b........$.Sym| +I (13700) RX_TASK: 0x40813b40 62 69 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff |bian EPOC.......| +I (13710) RX_TASK: 0x40813b50 ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff |........?..:.b..| +I (13710) RX_TASK: 0x40813b60 ff ff 00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff |.....E..........| +I (13720) RX_TASK: 0x40813b70 ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff 00 ff |....?..:.b......| +I (13730) RX_TASK: 0x40813b80 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (13740) RX_TASK: 0x40813b90 fd 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (13750) RX_TASK: 0x40813ba0 01 07 3a a1 62 ff ff ff ff 00 00 00 45 d5 c1 ff |..:.b.......E...| +I (13760) RX_TASK: 0x40813bb0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 07 3a a1 |...........?..:.| +I (13770) RX_TASK: 0x40813bc0 62 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |b........$.Symbi| +I (13780) RX_TASK: 0x40813bd0 61 6e 20 45 50 4f 43 fd 09 c1 ff ff ff ff ff ff |an EPOC.........| +I (13790) RX_TASK: 0x40813be0 ff ff ff ff c0 ff 3f 01 07 3a a1 62 ff ff ff ff |......?..:.b....| +I (13790) RX_TASK: 0x40813bf0 00 00 00 45 d5 c1 ff ff ff ff ff ff ff ff ff ff |...E............| +I (13800) RX_TASK: 0x40813c00 c0 ff 3f 01 07 3a a1 |..?..:.| +I (14240) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_18405 b/build/log/idf_py_stdout_output_18405 new file mode 100644 index 0000000..72f0d23 --- /dev/null +++ b/build/log/idf_py_stdout_output_18405 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c6f0 bytes. Smallest app partition is 0x100000 bytes. 0xd3910 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_18530 b/build/log/idf_py_stdout_output_18530 new file mode 100644 index 0000000..f189e01 --- /dev/null +++ b/build/log/idf_py_stdout_output_18530 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c6f0 bytes. Smallest app partition is 0x100000 bytes. 0xd3910 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 534.5 kbit/s)... +Hash of data verified. +Compressed 182000 bytes to 92382... +Writing at 0x00010000... (16 %) +Writing at 0x0001a998... (33 %) +Writing at 0x00021550... (50 %) +Writing at 0x0002882c... (66 %) +Writing at 0x00030aa9... (83 %) +Writing at 0x0003779d... (100 %) +Wrote 182000 bytes (92382 compressed) at 0x00010000 in 1.6 seconds (effective 916.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18548 b/build/log/idf_py_stdout_output_18548 new file mode 100644 index 0000000..757398f --- /dev/null +++ b/build/log/idf_py_stdout_output_18548 @@ -0,0 +1,160 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=099e0h ( 39392) map +I (89) esp_image: segment 1: paddr=00019a08 vaddr=40800000 size=06610h ( 26128) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1542ch ( 87084) map +I (112) esp_image: segment 3: paddr=00035454 vaddr=40806610 size=05ae8h ( 23272) load +I (118) esp_image: segment 4: paddr=0003af44 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (123) boot: Disabling RNG early entropy source... +I (137) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (146) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (154) app_init: Compile time: Feb 15 2025 08:30:34 +I (159) app_init: ELF file SHA256: 16335aeb2... +I (164) app_init: ESP-IDF: v5.4 +I (167) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (185) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (229) main_task: Started on CPU0 +I (229) main_task: Calling app_main() +I (229) main_task: Returned from app_main() +I (11739) RX_TASK: Read 1024 bytes: '������������?�Ɲ ����' +I (11739) RX_TASK: 0x40813830 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 |............?...| +I (11739) RX_TASK: 0x40813840 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff ff ff ff |.........'......| +I (11749) RX_TASK: 0x40813850 ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff |........?.......| +I (11759) RX_TASK: 0x40813860 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (11769) RX_TASK: 0x40813870 45 50 4f 43 20 86 c1 ff ff ff ff ff ff ff ff ff |EPOC ...........| +I (11779) RX_TASK: 0x40813880 ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 00 |...?............| +I (11779) RX_TASK: 0x40813890 27 fe c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |'.............?.| +I (11789) RX_TASK: 0x408138a0 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 24 00 53 79 |............$.Sy| +I (11799) RX_TASK: 0x408138b0 6d 62 69 61 6e 20 45 50 4f 43 20 86 c1 ff ff ff |mbian EPOC .....| +I (11809) RX_TASK: 0x408138c0 ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff |.........?......| +I (11819) RX_TASK: 0x408138d0 ff ff ff 00 00 00 27 fe c1 ff ff ff ff ff ff ff |......'.........| +I (11829) RX_TASK: 0x408138e0 ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 |.....?..........| +I (11839) RX_TASK: 0x408138f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (11849) RX_TASK: 0x40813900 43 20 86 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C ..............| +I (11859) RX_TASK: 0x40813910 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 00 27 fe c1 |?............'..| +I (11859) RX_TASK: 0x40813920 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 |............?...| +I (11869) RX_TASK: 0x40813930 9d 09 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (11879) RX_TASK: 0x40813940 69 61 6e 20 45 50 4f 43 20 86 c1 ff ff ff ff ff |ian EPOC .......| +I (11889) RX_TASK: 0x40813950 ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff |.......?........| +I (11899) RX_TASK: 0x40813960 ff 00 00 00 27 fe c1 ff ff ff ff ff ff ff ff ff |....'...........| +I (11909) RX_TASK: 0x40813970 ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 |...?............| +I (11919) RX_TASK: 0x40813980 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 20 |.$.Symbian EPOC | +I (11929) RX_TASK: 0x40813990 86 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (11929) RX_TASK: 0x408139a0 c8 c6 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff ff |...........'....| +I (11939) RX_TASK: 0x408139b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 |..........?.....| +I (11949) RX_TASK: 0x408139c0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (11959) RX_TASK: 0x408139d0 6e 20 45 50 4f 43 20 86 c1 ff ff ff ff ff ff ff |n EPOC .........| +I (11969) RX_TASK: 0x408139e0 ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 |.....?..........| +I (11979) RX_TASK: 0x408139f0 00 00 27 fe c1 ff ff ff ff ff ff ff ff ff ff c0 |..'.............| +I (11989) RX_TASK: 0x40813a00 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (11999) RX_TASK: 0x40813a10 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 20 86 c1 |.Symbian EPOC ..| +I (12009) RX_TASK: 0x40813a20 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 |............?...| +I (12009) RX_TASK: 0x40813a30 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff ff ff ff |.........'......| +I (12019) RX_TASK: 0x40813a40 ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff |........?.......| +I (12029) RX_TASK: 0x40813a50 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (12039) RX_TASK: 0x40813a60 45 50 4f 43 20 86 c1 ff ff ff ff ff ff ff ff ff |EPOC ...........| +I (12049) RX_TASK: 0x40813a70 ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 00 |...?............| +I (12059) RX_TASK: 0x40813a80 27 fe c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |'..............?| +I (12069) RX_TASK: 0x40813a90 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (12079) RX_TASK: 0x40813aa0 79 6d 62 69 61 6e 20 45 50 4f 43 20 86 c1 ff ff |ymbian EPOC ....| +I (12089) RX_TASK: 0x40813ab0 ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 |..........?.....| +I (12089) RX_TASK: 0x40813ac0 ff ff ff ff 00 00 00 27 fe c1 ff ff ff ff ff ff |.......'........| +I (12099) RX_TASK: 0x40813ad0 ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff |......?.........| +I (12109) RX_TASK: 0x40813ae0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (12119) RX_TASK: 0x40813af0 4f 43 20 86 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC .............| +I (12129) RX_TASK: 0x40813b00 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 00 27 fe |.?............'.| +I (12139) RX_TASK: 0x40813b10 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 |.............?..| +I (12149) RX_TASK: 0x40813b20 c6 9d 09 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (12159) RX_TASK: 0x40813b30 62 69 61 6e 20 45 50 4f 43 20 86 c1 ff ff ff ff |bian EPOC ......| +I (12159) RX_TASK: 0x40813b40 ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff |........?.......| +I (12169) RX_TASK: 0x40813b50 ff ff 00 00 00 27 fe c1 ff ff ff ff ff ff ff ff |.....'..........| +I (12179) RX_TASK: 0x40813b60 ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff |....?...........| +I (12189) RX_TASK: 0x40813b70 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (12199) RX_TASK: 0x40813b80 20 86 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f | ..............?| +I (12209) RX_TASK: 0x40813b90 01 c8 c6 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff |............'...| +I (12219) RX_TASK: 0x40813ba0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d |...........?....| +I (12229) RX_TASK: 0x40813bb0 09 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (12239) RX_TASK: 0x40813bc0 61 6e 20 45 50 4f 43 20 86 c1 ff ff ff ff ff ff |an EPOC ........| +I (12239) RX_TASK: 0x40813bd0 ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff |......?.........| +I (12249) RX_TASK: 0x40813be0 00 00 00 27 fe c1 ff ff ff ff ff ff ff ff ff ff |...'............| +I (12259) RX_TASK: 0x40813bf0 c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 |..?.............| +I (12269) RX_TASK: 0x40813c00 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 20 86 |$.Symbian EPOC .| +I (12279) RX_TASK: 0x40813c10 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 |.............?..| +I (12289) RX_TASK: 0x40813c20 c6 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff ff ff |..........'.....| +I (14629) RX_TASK: Read 606 bytes: '���������?�Ɲ ����' +I (14629) RX_TASK: 0x40813830 ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff |.........?......| +I (14629) RX_TASK: 0x40813840 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (14639) RX_TASK: 0x40813850 20 45 50 4f 43 20 86 c1 ff ff ff ff ff ff ff ff | EPOC ..........| +I (14649) RX_TASK: 0x40813860 ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 |....?...........| +I (14649) RX_TASK: 0x40813870 00 27 fe c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.'..............| +I (14659) RX_TASK: 0x40813880 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 24 00 |?.............$.| +I (14669) RX_TASK: 0x40813890 53 79 6d 62 69 61 6e 20 45 50 4f 43 20 86 c1 ff |Symbian EPOC ...| +I (14679) RX_TASK: 0x408138a0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d |...........?....| +I (14689) RX_TASK: 0x408138b0 09 ff ff ff ff 00 00 00 27 fe c1 ff ff ff ff ff |........'.......| +I (14699) RX_TASK: 0x408138c0 ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff |.......?........| +I (14709) RX_TASK: 0x408138d0 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (14719) RX_TASK: 0x408138e0 50 4f 43 20 86 c1 ff ff ff ff ff ff ff ff ff c0 |POC ............| +I (14729) RX_TASK: 0x408138f0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 00 27 fe |.?............'.| +I (14729) RX_TASK: 0x40813900 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 |............?...| +I (14739) RX_TASK: 0x40813910 9d 09 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (14749) RX_TASK: 0x40813920 69 61 6e 20 45 50 4f 43 20 86 c1 ff ff ff ff ff |ian EPOC .......| +I (14759) RX_TASK: 0x40813930 ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff |.......?........| +I (14769) RX_TASK: 0x40813940 ff 00 00 00 27 fe c1 ff ff ff ff ff ff ff ff ff |....'...........| +I (14779) RX_TASK: 0x40813950 ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 |...?............| +I (14789) RX_TASK: 0x40813960 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 20 |.$.Symbian EPOC | +I (14799) RX_TASK: 0x40813970 86 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (14809) RX_TASK: 0x40813980 c8 c6 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff ff |...........'....| +I (14809) RX_TASK: 0x40813990 ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 |..........?.....| +I (14819) RX_TASK: 0x408139a0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (14829) RX_TASK: 0x408139b0 6e 20 45 50 4f 43 20 86 c1 ff ff ff ff ff ff ff |n EPOC .........| +I (14839) RX_TASK: 0x408139c0 ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 |.....?..........| +I (14849) RX_TASK: 0x408139d0 00 00 27 fe c1 ff ff ff ff ff ff ff ff ff ff c0 |..'.............| +I (14859) RX_TASK: 0x408139e0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (14869) RX_TASK: 0x408139f0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 20 86 c1 |.Symbian EPOC ..| +I (14879) RX_TASK: 0x40813a00 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c8 c6 |............?...| +I (14879) RX_TASK: 0x40813a10 9d 09 ff ff ff ff 00 00 00 27 fe c1 ff ff ff ff |.........'......| +I (14889) RX_TASK: 0x40813a20 ff ff ff ff ff ff c0 ff 3f 01 c8 c6 9d 09 ff ff |........?.......| +I (14899) RX_TASK: 0x40813a30 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (14909) RX_TASK: 0x40813a40 45 50 4f 43 20 86 c1 ff ff ff ff ff ff ff ff ff |EPOC ...........| +I (14919) RX_TASK: 0x40813a50 ff c0 ff 3f 01 c8 c6 9d 09 ff ff ff ff 00 00 00 |...?............| +I (14929) RX_TASK: 0x40813a60 27 fe c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |'..............?| +I (14939) RX_TASK: 0x40813a70 01 c8 c6 9d 09 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (14949) RX_TASK: 0x40813a80 79 6d 62 69 61 6e 20 45 50 4f 43 20 86 c1 |ymbian EPOC ..| diff --git a/build/log/idf_py_stdout_output_18558 b/build/log/idf_py_stdout_output_18558 new file mode 100644 index 0000000..f3fc38e --- /dev/null +++ b/build/log/idf_py_stdout_output_18558 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2c6f0 bytes. Smallest app partition is 0x100000 bytes. 0xd3910 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 536.3 kbit/s)... +Hash of data verified. +Compressed 182000 bytes to 92382... +Writing at 0x00010000... (16 %) +Writing at 0x0001a998... (33 %) +Writing at 0x00021550... (50 %) +Writing at 0x0002882c... (66 %) +Writing at 0x00030aa9... (83 %) +Writing at 0x0003779d... (100 %) +Wrote 182000 bytes (92382 compressed) at 0x00010000 in 1.6 seconds (effective 912.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18578 b/build/log/idf_py_stdout_output_18578 new file mode 100644 index 0000000..b7c2f74 --- /dev/null +++ b/build/log/idf_py_stdout_output_18578 @@ -0,0 +1,207 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=099e0h ( 39392) map +I (89) esp_image: segment 1: paddr=00019a08 vaddr=40800000 size=06610h ( 26128) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1542ch ( 87084) map +I (112) esp_image: segment 3: paddr=00035454 vaddr=40806610 size=05ae8h ( 23272) load +I (118) esp_image: segment 4: paddr=0003af44 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (123) boot: Disabling RNG early entropy source... +I (137) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (146) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (154) app_init: Compile time: Feb 15 2025 08:30:34 +I (159) app_init: ELF file SHA256: 16335aeb2... +I (164) app_init: ESP-IDF: v5.4 +I (167) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (185) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (229) main_task: Started on CPU0 +I (229) main_task: Calling app_main() +I (229) main_task: Returned from app_main() +I (105229) RX_TASK: Read 211 bytes: '������������?|$M%����' +I (105229) RX_TASK: 0x40813830 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7c 24 |............?.|$| +I (105229) RX_TASK: 0x40813840 4d 25 ff ff ff ff 01 00 00 be ac c1 ff ff ff ff |M%..............| +I (105239) RX_TASK: 0x40813850 ff ff ff ff ff ff c0 ff 3f 01 7c 24 4d 25 ff ff |........?.|$M%..| +I (105249) RX_TASK: 0x40813860 ff ff 01 01 00 66 b5 c1 ff ff ff ff ff ff ff ff |.....f..........| +I (105259) RX_TASK: 0x40813870 ff ff c0 ff 3f 01 7c 24 4d 25 ff ff ff ff 01 02 |....?.|$M%......| +I (105259) RX_TASK: 0x40813880 00 0e 9f c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (105269) RX_TASK: 0x40813890 3f 01 7c 24 4d 25 ff ff ff ff 01 03 00 d6 86 c1 |?.|$M%..........| +I (105279) RX_TASK: 0x408138a0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7c 24 |............?.|$| +I (105289) RX_TASK: 0x408138b0 4d 25 ff ff ff ff 01 04 00 de cb c1 ff ff ff ff |M%..............| +I (105299) RX_TASK: 0x408138c0 ff ff ff ff ff ff c0 ff 3f 01 7c 24 4d 25 ff ff |........?.|$M%..| +I (105309) RX_TASK: 0x408138d0 ff ff 01 05 00 06 d2 c1 ff ff ff ff ff ff ff ff |................| +I (105319) RX_TASK: 0x408138e0 ff ff c0 ff 3f 01 7c 24 4d 25 ff ff ff ff 01 ff |....?.|$M%......| +I (105329) RX_TASK: 0x408138f0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (105339) RX_TASK: 0x40813900 85 6a c1 |.j.| +I (683919) RX_TASK: Read 1024 bytes: '�����������?�������' +I (683919) RX_TASK: 0x40813830 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af |...........?....| +I (683919) RX_TASK: 0x40813840 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff ff |........{b......| +I (683929) RX_TASK: 0x40813850 ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff |.......?........| +I (683939) RX_TASK: 0x40813860 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (683949) RX_TASK: 0x40813870 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff ff ff |POCn............| +I (683959) RX_TASK: 0x40813880 c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b |..?............{| +I (683959) RX_TASK: 0x40813890 62 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 |b............?..| +I (683969) RX_TASK: 0x408138a0 d0 af 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (683979) RX_TASK: 0x408138b0 62 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff |bian EPOCn......| +I (683989) RX_TASK: 0x408138c0 ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff |........?.......| +I (683999) RX_TASK: 0x408138d0 ff ff 00 00 00 7b 62 c1 ff ff ff ff ff ff ff ff |.....{b.........| +I (684009) RX_TASK: 0x408138e0 ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff |....?...........| +I (684019) RX_TASK: 0x408138f0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (684029) RX_TASK: 0x40813900 6e 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |n..............?| +I (684039) RX_TASK: 0x40813910 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff |............{b..| +I (684049) RX_TASK: 0x40813920 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af |...........?....| +I (684049) RX_TASK: 0x40813930 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (684059) RX_TASK: 0x40813940 61 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff |an EPOCn........| +I (684069) RX_TASK: 0x40813950 ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff |......?.........| +I (684079) RX_TASK: 0x40813960 00 00 00 7b 62 c1 ff ff ff ff ff ff ff ff ff ff |...{b...........| +I (684089) RX_TASK: 0x40813970 c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 |..?.............| +I (684099) RX_TASK: 0x40813980 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a |$.Symbian EPOCn.| +I (684109) RX_TASK: 0x40813990 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 |.............?..| +I (684119) RX_TASK: 0x408139a0 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff |..........{b....| +I (684129) RX_TASK: 0x408139b0 ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff |.........?......| +I (684129) RX_TASK: 0x408139c0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (684139) RX_TASK: 0x408139d0 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff | EPOCn..........| +I (684149) RX_TASK: 0x408139e0 ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 |....?...........| +I (684159) RX_TASK: 0x408139f0 00 7b 62 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |.{b............?| +I (684169) RX_TASK: 0x40813a00 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (684179) RX_TASK: 0x40813a10 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff |ymbian EPOCn....| +I (684189) RX_TASK: 0x40813a20 ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 |..........?.....| +I (684199) RX_TASK: 0x40813a30 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff ff ff |.......{b.......| +I (684209) RX_TASK: 0x40813a40 ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff |......?.........| +I (684209) RX_TASK: 0x40813a50 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (684219) RX_TASK: 0x40813a60 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff ff ff c0 |OCn.............| +I (684229) RX_TASK: 0x40813a70 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 |.?............{b| +I (684239) RX_TASK: 0x40813a80 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 |............?...| +I (684249) RX_TASK: 0x40813a90 af 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (684259) RX_TASK: 0x40813aa0 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff |ian EPOCn.......| +I (684269) RX_TASK: 0x40813ab0 ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff |.......?........| +I (684279) RX_TASK: 0x40813ac0 ff 00 00 00 7b 62 c1 ff ff ff ff ff ff ff ff ff |....{b..........| +I (684289) RX_TASK: 0x40813ad0 ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff 00 |...?............| +I (684299) RX_TASK: 0x40813ae0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6e |.$.Symbian EPOCn| +I (684299) RX_TASK: 0x40813af0 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (684309) RX_TASK: 0x40813b00 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff |...........{b...| +I (684319) RX_TASK: 0x40813b10 ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 |..........?.....| +I (684329) RX_TASK: 0x40813b20 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (684339) RX_TASK: 0x40813b30 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff |n EPOCn.........| +I (684349) RX_TASK: 0x40813b40 ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 |.....?..........| +I (684359) RX_TASK: 0x40813b50 00 00 7b 62 c1 ff ff ff ff ff ff ff ff ff ff c0 |..{b............| +I (684369) RX_TASK: 0x40813b60 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (684379) RX_TASK: 0x40813b70 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 |.Symbian EPOCn..| +I (684379) RX_TASK: 0x40813b80 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 |............?...| +I (684389) RX_TASK: 0x40813b90 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff |.........{b.....| +I (684399) RX_TASK: 0x40813ba0 ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff |........?.......| +I (684409) RX_TASK: 0x40813bb0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (684419) RX_TASK: 0x40813bc0 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff ff |EPOCn...........| +I (684429) RX_TASK: 0x40813bd0 ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 |...?............| +I (684439) RX_TASK: 0x40813be0 7b 62 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |{b............?.| +I (684449) RX_TASK: 0x40813bf0 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 00 53 79 |............$.Sy| +I (684459) RX_TASK: 0x40813c00 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff ff |mbian EPOCn.....| +I (684469) RX_TASK: 0x40813c10 ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff |.........?......| +I (684469) RX_TASK: 0x40813c20 ff ff ff 00 00 00 7b 62 c1 ff ff ff ff ff ff ff |......{b........| +I (687229) RX_TASK: Read 1024 bytes: '�����?�Я����' +I (687229) RX_TASK: 0x40813830 ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 |.....?..........| +I (687229) RX_TASK: 0x40813840 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (687239) RX_TASK: 0x40813850 43 6e 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |Cn..............| +I (687249) RX_TASK: 0x40813860 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 |?............{b.| +I (687259) RX_TASK: 0x40813870 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 |............?...| +I (687269) RX_TASK: 0x40813880 af 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (687269) RX_TASK: 0x40813890 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff |ian EPOCn.......| +I (687279) RX_TASK: 0x408138a0 ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff |.......?........| +I (687289) RX_TASK: 0x408138b0 ff 00 00 00 7b 62 c1 ff ff ff ff ff ff ff ff ff |....{b..........| +I (687299) RX_TASK: 0x408138c0 ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff 00 |...?............| +I (687309) RX_TASK: 0x408138d0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6e |.$.Symbian EPOCn| +I (687319) RX_TASK: 0x408138e0 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (687329) RX_TASK: 0x408138f0 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff |...........{b...| +I (687339) RX_TASK: 0x40813900 ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 |..........?.....| +I (687349) RX_TASK: 0x40813910 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (687359) RX_TASK: 0x40813920 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff |n EPOCn.........| +I (687359) RX_TASK: 0x40813930 ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 |.....?..........| +I (687369) RX_TASK: 0x40813940 00 00 7b 62 c1 ff ff ff ff ff ff ff ff ff ff c0 |..{b............| +I (687379) RX_TASK: 0x40813950 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (687389) RX_TASK: 0x40813960 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 |.Symbian EPOCn..| +I (687399) RX_TASK: 0x40813970 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 |............?...| +I (687409) RX_TASK: 0x40813980 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff |.........{b.....| +I (687419) RX_TASK: 0x40813990 ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff |........?.......| +I (687429) RX_TASK: 0x408139a0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (687439) RX_TASK: 0x408139b0 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff ff |EPOCn...........| +I (687439) RX_TASK: 0x408139c0 ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 |...?............| +I (687449) RX_TASK: 0x408139d0 7b 62 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |{b.............?| +I (687459) RX_TASK: 0x408139e0 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (687469) RX_TASK: 0x408139f0 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff |ymbian EPOCn....| +I (687479) RX_TASK: 0x40813a00 ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 |..........?.....| +I (687489) RX_TASK: 0x40813a10 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff ff ff |.......{b.......| +I (687499) RX_TASK: 0x40813a20 ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff |......?.........| +I (687509) RX_TASK: 0x40813a30 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (687519) RX_TASK: 0x40813a40 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff ff ff c0 |OCn.............| +I (687529) RX_TASK: 0x40813a50 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 |.?............{b| +I (687529) RX_TASK: 0x40813a60 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 |.............?..| +I (687539) RX_TASK: 0x40813a70 d0 af 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (687549) RX_TASK: 0x40813a80 62 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff |bian EPOCn......| +I (687559) RX_TASK: 0x40813a90 ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff |........?.......| +I (687569) RX_TASK: 0x40813aa0 ff ff 00 00 00 7b 62 c1 ff ff ff ff ff ff ff ff |.....{b.........| +I (687579) RX_TASK: 0x40813ab0 ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff |....?...........| +I (687589) RX_TASK: 0x40813ac0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (687599) RX_TASK: 0x40813ad0 6e 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |n..............?| +I (687609) RX_TASK: 0x40813ae0 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff |............{b..| +I (687609) RX_TASK: 0x40813af0 ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 |..........?.....| +I (687619) RX_TASK: 0x40813b00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (687629) RX_TASK: 0x40813b10 6e 20 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff |n EPOCn.........| +I (687639) RX_TASK: 0x40813b20 ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 |.....?..........| +I (687649) RX_TASK: 0x40813b30 00 00 7b 62 c1 ff ff ff ff ff ff ff ff ff ff c0 |..{b............| +I (687659) RX_TASK: 0x40813b40 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (687669) RX_TASK: 0x40813b50 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 |.Symbian EPOCn..| +I (687679) RX_TASK: 0x40813b60 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 |............?...| +I (687689) RX_TASK: 0x40813b70 af 15 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff |.........{b.....| +I (687699) RX_TASK: 0x40813b80 ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff |........?.......| +I (687699) RX_TASK: 0x40813b90 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (687709) RX_TASK: 0x40813ba0 45 50 4f 43 6e 8a c1 ff ff ff ff ff ff ff ff ff |EPOCn...........| +I (687719) RX_TASK: 0x40813bb0 ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 |...?............| +I (687729) RX_TASK: 0x40813bc0 7b 62 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |{b.............?| +I (687739) RX_TASK: 0x40813bd0 01 c9 d0 af 15 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (687749) RX_TASK: 0x40813be0 79 6d 62 69 61 6e 20 45 50 4f 43 6e 8a c1 ff ff |ymbian EPOCn....| +I (687759) RX_TASK: 0x40813bf0 ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 af 15 |..........?.....| +I (687769) RX_TASK: 0x40813c00 ff ff ff ff 00 00 00 7b 62 c1 ff ff ff ff ff ff |.......{b.......| +I (687779) RX_TASK: 0x40813c10 ff ff ff c0 ff 3f 01 c9 d0 af 15 ff ff ff ff 00 |.....?..........| +I (687779) RX_TASK: 0x40813c20 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (688789) RX_TASK: Read 75 bytes: 'Cn��������������?�Я����' +I (688789) RX_TASK: 0x40813830 43 6e 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |Cn..............| +I (688789) RX_TASK: 0x40813840 3f 01 c9 d0 af 15 ff ff ff ff 00 00 00 7b 62 c1 |?............{b.| +I (688799) RX_TASK: 0x40813850 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c9 d0 |............?...| +I (688809) RX_TASK: 0x40813860 af 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (688819) RX_TASK: 0x40813870 69 61 6e 20 45 50 4f 43 6e 8a c1 |ian EPOCn..| diff --git a/build/log/idf_py_stdout_output_18617 b/build/log/idf_py_stdout_output_18617 new file mode 100644 index 0000000..48da77d --- /dev/null +++ b/build/log/idf_py_stdout_output_18617 @@ -0,0 +1,28 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:70:22: error: 'TX_TASK_TAG' undeclared (first use in this function); did you mean 'RX_TASK_TAG'? + 70 | sendData(TX_TASK_TAG, data); + | ^~~~~~~~~~~ + | RX_TASK_TAG +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:70:22: note: each undeclared identifier is reported only once for each function it appears in +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:70:35: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 70 | sendData(TX_TASK_TAG, data); + | ^~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:40:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 40 | int sendData(const char* logName, const char* data) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_18639 b/build/log/idf_py_stdout_output_18639 new file mode 100644 index 0000000..68b2b50 --- /dev/null +++ b/build/log/idf_py_stdout_output_18639 @@ -0,0 +1,23 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:70:33: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 70 | sendData("TX_TASK", data); + | ^~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:40:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 40 | int sendData(const char* logName, const char* data) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_18664 b/build/log/idf_py_stdout_output_18664 new file mode 100644 index 0000000..9893eb1 --- /dev/null +++ b/build/log/idf_py_stdout_output_18664 @@ -0,0 +1,42 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:71:22: error: 'RX_TASX_TAG' undeclared (first use in this function); did you mean 'RX_TASK_TAG'? + 71 | ESP_LOGI(RX_TASX_TAG, "Wrote %d bytes", rxBytes); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:71:13: note: in expansion of macro 'ESP_LOGI' + 71 | ESP_LOGI(RX_TASX_TAG, "Wrote %d bytes", rxBytes); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:71:22: note: each undeclared identifier is reported only once for each function it appears in + 71 | ESP_LOGI(RX_TASX_TAG, "Wrote %d bytes", rxBytes); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:71:13: note: in expansion of macro 'ESP_LOGI' + 71 | ESP_LOGI(RX_TASX_TAG, "Wrote %d bytes", rxBytes); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:70:23: warning: unused variable 'txBytes' [-Wunused-variable] + 70 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_18687 b/build/log/idf_py_stdout_output_18687 new file mode 100644 index 0000000..f42caeb --- /dev/null +++ b/build/log/idf_py_stdout_output_18687 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:70:23: warning: unused variable 'txBytes' [-Wunused-variable] + 70 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_18811 b/build/log/idf_py_stdout_output_18811 new file mode 100644 index 0000000..2e38063 --- /dev/null +++ b/build/log/idf_py_stdout_output_18811 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 533.0 kbit/s)... +Hash of data verified. +Compressed 183216 bytes to 92943... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa1d... (33 %) +Writing at 0x000215f0... (50 %) +Writing at 0x000288ce... (66 %) +Writing at 0x00030bc7... (83 %) +Writing at 0x000377c9... (100 %) +Wrote 183216 bytes (92943 compressed) at 0x00010000 in 1.6 seconds (effective 917.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 423.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18829 b/build/log/idf_py_stdout_output_18829 new file mode 100644 index 0000000..99dbf03 --- /dev/null +++ b/build/log/idf_py_stdout_output_18829 @@ -0,0 +1,138 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15800h ( 88064) map +I (112) esp_image: segment 3: paddr=00035828 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b3f8 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 1869fe137... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (8300) RX_TASK: Read 1024 bytes: '������������?U�ES����' +I (8300) RX_TASK: 0x40813860 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 |............?.U.| +I (8300) RX_TASK: 0x40813870 45 53 ff ff ff ff 00 00 00 0e 36 c1 ff ff ff ff |ES........6.....| +I (8310) RX_TASK: 0x40813880 ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff |........?.U.ES..| +I (8320) RX_TASK: 0x40813890 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (8330) RX_TASK: 0x408138a0 45 50 4f 43 73 f8 c1 ff ff ff ff ff ff ff ff ff |EPOCs...........| +I (8330) RX_TASK: 0x408138b0 ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 00 00 |...?.U.ES.......| +I (8340) RX_TASK: 0x408138c0 0e 36 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.6.............?| +I (8350) RX_TASK: 0x408138d0 01 55 f4 45 53 ff ff ff ff 00 ff 00 82 24 00 53 |.U.ES........$.S| +I (8360) RX_TASK: 0x408138e0 79 6d 62 69 61 6e 20 45 50 4f 43 73 f8 c1 ff ff |ymbian EPOCs....| +I (8370) RX_TASK: 0x408138f0 ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff |.........?.U.ES.| +I (8380) RX_TASK: 0x40813900 ff ff ff 00 00 00 0e 36 c1 ff ff ff ff ff ff ff |.......6........| +I (8390) RX_TASK: 0x40813910 ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 |.....?.U.ES.....| +I (8400) RX_TASK: 0x40813920 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (8410) RX_TASK: 0x40813930 43 73 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |Cs..............| +I (8410) RX_TASK: 0x40813940 3f 01 55 f4 45 53 ff ff ff ff 00 00 00 0e 36 c1 |?.U.ES........6.| +I (8420) RX_TASK: 0x40813950 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 |............?.U.| +I (8430) RX_TASK: 0x40813960 45 53 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |ES........$.Symb| +I (8440) RX_TASK: 0x40813970 69 61 6e 20 45 50 4f 43 73 f8 c1 ff ff ff ff ff |ian EPOCs.......| +I (8450) RX_TASK: 0x40813980 ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff |.......?.U.ES...| +I (8460) RX_TASK: 0x40813990 ff 00 00 00 0e 36 c1 ff ff ff ff ff ff ff ff ff |.....6..........| +I (8470) RX_TASK: 0x408139a0 ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 ff 00 |...?.U.ES.......| +I (8480) RX_TASK: 0x408139b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 73 |.$.Symbian EPOCs| +I (8480) RX_TASK: 0x408139c0 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (8490) RX_TASK: 0x408139d0 55 f4 45 53 ff ff ff ff 00 00 00 0e 36 c1 ff ff |U.ES........6...| +I (8500) RX_TASK: 0x408139e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 |..........?.U.ES| +I (8510) RX_TASK: 0x408139f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (8520) RX_TASK: 0x40813a00 6e 20 45 50 4f 43 73 f8 c1 ff ff ff ff ff ff ff |n EPOCs.........| +I (8530) RX_TASK: 0x40813a10 ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 00 |....?.U.ES......| +I (8540) RX_TASK: 0x40813a20 00 0e 36 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |..6.............| +I (8550) RX_TASK: 0x40813a30 3f 01 55 f4 45 53 ff ff ff ff 00 ff 00 82 24 00 |?.U.ES........$.| +I (8550) RX_TASK: 0x40813a40 53 79 6d 62 69 61 6e 20 45 50 4f 43 73 f8 c1 ff |Symbian EPOCs...| +I (8560) RX_TASK: 0x40813a50 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 |...........?.U.E| +I (8570) RX_TASK: 0x40813a60 53 ff ff ff ff 00 00 00 0e 36 c1 ff ff ff ff ff |S........6......| +I (8580) RX_TASK: 0x40813a70 ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff |.......?.U.ES...| +I (8590) RX_TASK: 0x40813a80 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (8600) RX_TASK: 0x40813a90 50 4f 43 73 f8 c1 ff ff ff ff ff ff ff ff ff ff |POCs............| +I (8610) RX_TASK: 0x40813aa0 c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 00 00 0e |..?.U.ES........| +I (8620) RX_TASK: 0x40813ab0 36 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |6.............?.| +I (8620) RX_TASK: 0x40813ac0 55 f4 45 53 ff ff ff ff 00 ff 00 82 24 00 53 79 |U.ES........$.Sy| +I (8630) RX_TASK: 0x40813ad0 6d 62 69 61 6e 20 45 50 4f 43 73 f8 c1 ff ff ff |mbian EPOCs.....| +I (8640) RX_TASK: 0x40813ae0 ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff |.........?.U.ES.| +I (8650) RX_TASK: 0x40813af0 ff ff ff 00 00 00 0e 36 c1 ff ff ff ff ff ff ff |.......6........| +I (8660) RX_TASK: 0x40813b00 ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 |.....?.U.ES.....| +I (8670) RX_TASK: 0x40813b10 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (8680) RX_TASK: 0x40813b20 43 73 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |Cs..............| +I (8690) RX_TASK: 0x40813b30 3f 01 55 f4 45 53 ff ff ff ff 00 00 00 0e 36 c1 |?.U.ES........6.| +I (8690) RX_TASK: 0x40813b40 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 |............?.U.| +I (8700) RX_TASK: 0x40813b50 45 53 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |ES........$.Symb| +I (8710) RX_TASK: 0x40813b60 69 61 6e 20 45 50 4f 43 73 f8 c1 ff ff ff ff ff |ian EPOCs.......| +I (8720) RX_TASK: 0x40813b70 ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff |.......?.U.ES...| +I (8730) RX_TASK: 0x40813b80 ff 00 00 00 0e 36 c1 ff ff ff ff ff ff ff ff ff |.....6..........| +I (8740) RX_TASK: 0x40813b90 ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 ff 00 |...?.U.ES.......| +I (8750) RX_TASK: 0x40813ba0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 73 |.$.Symbian EPOCs| +I (8760) RX_TASK: 0x40813bb0 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (8760) RX_TASK: 0x40813bc0 55 f4 45 53 ff ff ff ff 00 00 00 0e 36 c1 ff ff |U.ES........6...| +I (8770) RX_TASK: 0x40813bd0 ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 |..........?.U.ES| +I (8780) RX_TASK: 0x40813be0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (8790) RX_TASK: 0x40813bf0 6e 20 45 50 4f 43 73 f8 c1 ff ff ff ff ff ff ff |n EPOCs.........| +I (8800) RX_TASK: 0x40813c00 ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 00 |....?.U.ES......| +I (8810) RX_TASK: 0x40813c10 00 0e 36 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |..6............?| +I (8820) RX_TASK: 0x40813c20 01 55 f4 45 53 ff ff ff ff 00 ff 00 82 24 00 53 |.U.ES........$.S| +I (8830) RX_TASK: 0x40813c30 79 6d 62 69 61 6e 20 45 50 4f 43 73 f8 c1 ff ff |ymbian EPOCs....| +I (8830) RX_TASK: 0x40813c40 ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 |..........?.U.ES| +I (8840) RX_TASK: 0x40813c50 ff ff ff ff 00 00 00 0e 36 c1 ff ff ff ff ff ff |........6.......| +I (11830) RX_TASK: Wrote 1024 bytes +I (12830) RX_TASK: Read 224 bytes: '������?U�ES����' +I (12830) RX_TASK: 0x40813860 ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff |......?.U.ES....| +I (12830) RX_TASK: 0x40813870 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (12840) RX_TASK: 0x40813880 4f 43 73 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCs.............| +I (12850) RX_TASK: 0x40813890 ff 3f 01 55 f4 45 53 ff ff ff ff 00 00 00 0e 36 |.?.U.ES........6| +I (12850) RX_TASK: 0x408138a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 55 |.............?.U| +I (12860) RX_TASK: 0x408138b0 f4 45 53 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.ES........$.Sym| +I (12870) RX_TASK: 0x408138c0 62 69 61 6e 20 45 50 4f 43 73 f8 c1 ff ff ff ff |bian EPOCs......| +I (12880) RX_TASK: 0x408138d0 ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 53 ff ff |........?.U.ES..| +I (12890) RX_TASK: 0x408138e0 ff ff 00 00 00 0e 36 c1 ff ff ff ff ff ff ff ff |......6.........| +I (12900) RX_TASK: 0x408138f0 ff ff c0 ff 3f 01 55 f4 45 53 ff ff ff ff 00 ff |....?.U.ES......| +I (12910) RX_TASK: 0x40813900 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (12920) RX_TASK: 0x40813910 73 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |s..............?| +I (12930) RX_TASK: 0x40813920 01 55 f4 45 53 ff ff ff ff 00 00 00 0e 36 c1 ff |.U.ES........6..| +I (12930) RX_TASK: 0x40813930 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 55 f4 45 |...........?.U.E| +I (15060) RX_TASK: Wrote 224 bytes diff --git a/build/log/idf_py_stdout_output_18837 b/build/log/idf_py_stdout_output_18837 new file mode 100644 index 0000000..c2bfccd --- /dev/null +++ b/build/log/idf_py_stdout_output_18837 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:71:23: warning: unused variable 'txBytes' [-Wunused-variable] + 71 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_18965 b/build/log/idf_py_stdout_output_18965 new file mode 100644 index 0000000..a131013 --- /dev/null +++ b/build/log/idf_py_stdout_output_18965 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 529.7 kbit/s)... +Hash of data verified. +Compressed 183216 bytes to 92943... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa20... (33 %) +Writing at 0x000215f0... (50 %) +Writing at 0x000288cd... (66 %) +Writing at 0x00030bc7... (83 %) +Writing at 0x000377c6... (100 %) +Wrote 183216 bytes (92943 compressed) at 0x00010000 in 1.6 seconds (effective 916.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_18983 b/build/log/idf_py_stdout_output_18983 new file mode 100644 index 0000000..755a25a --- /dev/null +++ b/build/log/idf_py_stdout_output_18983 @@ -0,0 +1,135 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15800h ( 88064) map +I (112) esp_image: segment 3: paddr=00035828 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b3f8 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 0f2578269... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (7070) RX_TASK: Read 1024 bytes: '������������?��A`����' +I (7070) RX_TASK: 0x40813860 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 |............?...| +I (7070) RX_TASK: 0x40813870 41 60 ff ff ff ff 00 00 00 eb f4 c1 ff ff ff ff |A`..............| +I (7080) RX_TASK: 0x40813880 ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff |........?...A`..| +I (7090) RX_TASK: 0x40813890 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (7100) RX_TASK: 0x408138a0 45 50 4f 43 9b 49 c1 ff ff ff ff ff ff ff ff ff |EPOC.I..........| +I (7100) RX_TASK: 0x408138b0 ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 00 00 |...?...A`.......| +I (7110) RX_TASK: 0x408138c0 eb f4 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (7120) RX_TASK: 0x408138d0 01 a8 b0 41 60 ff ff ff ff 00 ff 00 82 24 00 53 |...A`........$.S| +I (7130) RX_TASK: 0x408138e0 79 6d 62 69 61 6e 20 45 50 4f 43 9b 49 c1 ff ff |ymbian EPOC.I...| +I (7140) RX_TASK: 0x408138f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 |..........?...A`| +I (7150) RX_TASK: 0x40813900 ff ff ff ff 00 00 00 eb f4 c1 ff ff ff ff ff ff |................| +I (7160) RX_TASK: 0x40813910 ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff |......?...A`....| +I (7170) RX_TASK: 0x40813920 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (7170) RX_TASK: 0x40813930 4f 43 9b 49 c1 ff ff ff ff ff ff ff ff ff c0 ff |OC.I............| +I (7180) RX_TASK: 0x40813940 3f 01 a8 b0 41 60 ff ff ff ff 00 00 00 eb f4 c1 |?...A`..........| +I (7190) RX_TASK: 0x40813950 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 |............?...| +I (7200) RX_TASK: 0x40813960 41 60 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |A`........$.Symb| +I (7210) RX_TASK: 0x40813970 69 61 6e 20 45 50 4f 43 9b 49 c1 ff ff ff ff ff |ian EPOC.I......| +I (7220) RX_TASK: 0x40813980 ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff |.......?...A`...| +I (7230) RX_TASK: 0x40813990 ff 00 00 00 eb f4 c1 ff ff ff ff ff ff ff ff ff |................| +I (7240) RX_TASK: 0x408139a0 ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 ff 00 |...?...A`.......| +I (7240) RX_TASK: 0x408139b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 9b |.$.Symbian EPOC.| +I (7250) RX_TASK: 0x408139c0 49 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |I.............?.| +I (7260) RX_TASK: 0x408139d0 a8 b0 41 60 ff ff ff ff 00 00 00 eb f4 c1 ff ff |..A`............| +I (7270) RX_TASK: 0x408139e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 |..........?...A`| +I (7280) RX_TASK: 0x408139f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (7290) RX_TASK: 0x40813a00 6e 20 45 50 4f 43 9b 49 c1 ff ff ff ff ff ff ff |n EPOC.I........| +I (7300) RX_TASK: 0x40813a10 ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 |.....?...A`.....| +I (7310) RX_TASK: 0x40813a20 00 00 eb f4 c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (7310) RX_TASK: 0x40813a30 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 ff 00 82 24 |.?...A`........$| +I (7320) RX_TASK: 0x40813a40 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 9b 49 c1 |.Symbian EPOC.I.| +I (7330) RX_TASK: 0x40813a50 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 |............?...| +I (7340) RX_TASK: 0x40813a60 41 60 ff ff ff ff 00 00 00 eb f4 c1 ff ff ff ff |A`..............| +I (7350) RX_TASK: 0x40813a70 ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff |........?...A`..| +I (7360) RX_TASK: 0x40813a80 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (7370) RX_TASK: 0x40813a90 45 50 4f 43 9b 49 c1 ff ff ff ff ff ff ff ff ff |EPOC.I..........| +I (7380) RX_TASK: 0x40813aa0 ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 00 00 |...?...A`.......| +I (7380) RX_TASK: 0x40813ab0 eb f4 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (7390) RX_TASK: 0x40813ac0 01 a8 b0 41 60 ff ff ff ff 00 ff 00 82 24 00 53 |...A`........$.S| +I (7400) RX_TASK: 0x40813ad0 79 6d 62 69 61 6e 20 45 50 4f 43 9b 49 c1 ff ff |ymbian EPOC.I...| +I (7410) RX_TASK: 0x40813ae0 ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 |..........?...A`| +I (7420) RX_TASK: 0x40813af0 ff ff ff ff 00 00 00 eb f4 c1 ff ff ff ff ff ff |................| +I (7430) RX_TASK: 0x40813b00 ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff |......?...A`....| +I (7440) RX_TASK: 0x40813b10 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (7450) RX_TASK: 0x40813b20 4f 43 9b 49 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC.I............| +I (7460) RX_TASK: 0x40813b30 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 00 00 eb f4 |.?...A`.........| +I (7460) RX_TASK: 0x40813b40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 |.............?..| +I (7470) RX_TASK: 0x40813b50 b0 41 60 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.A`........$.Sym| +I (7480) RX_TASK: 0x40813b60 62 69 61 6e 20 45 50 4f 43 9b 49 c1 ff ff ff ff |bian EPOC.I.....| +I (7490) RX_TASK: 0x40813b70 ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff |........?...A`..| +I (7500) RX_TASK: 0x40813b80 ff ff 00 00 00 eb f4 c1 ff ff ff ff ff ff ff ff |................| +I (7510) RX_TASK: 0x40813b90 ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 ff |....?...A`......| +I (7520) RX_TASK: 0x40813ba0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (7530) RX_TASK: 0x40813bb0 9b 49 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.I.............?| +I (7530) RX_TASK: 0x40813bc0 01 a8 b0 41 60 ff ff ff ff 00 00 00 eb f4 c1 ff |...A`...........| +I (7540) RX_TASK: 0x40813bd0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 |...........?...A| +I (7550) RX_TASK: 0x40813be0 60 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |`........$.Symbi| +I (7560) RX_TASK: 0x40813bf0 61 6e 20 45 50 4f 43 9b 49 c1 ff ff ff ff ff ff |an EPOC.I.......| +I (7570) RX_TASK: 0x40813c00 ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff |......?...A`....| +I (7580) RX_TASK: 0x40813c10 00 00 00 eb f4 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (7590) RX_TASK: 0x40813c20 c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 ff 00 82 |..?...A`........| +I (7600) RX_TASK: 0x40813c30 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 9b 49 |$.Symbian EPOC.I| +I (7600) RX_TASK: 0x40813c40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 |.............?..| +I (7610) RX_TASK: 0x40813c50 b0 41 60 ff ff ff ff 00 00 00 eb f4 c1 ff ff ff |.A`.............| +I (18600) RX_TASK: Wrote 1024 bytes +I (19600) RX_TASK: Read 182 bytes: '���������?��A`����' +I (19600) RX_TASK: 0x40813860 ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff |.........?...A`.| +I (19600) RX_TASK: 0x40813870 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (19610) RX_TASK: 0x40813880 20 45 50 4f 43 9b 49 c1 ff ff ff ff ff ff ff ff | EPOC.I.........| +I (19620) RX_TASK: 0x40813890 ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff ff 00 00 |....?...A`......| +I (19620) RX_TASK: 0x408138a0 00 eb f4 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (19630) RX_TASK: 0x408138b0 3f 01 a8 b0 41 60 ff ff ff ff 00 ff 00 82 24 00 |?...A`........$.| +I (19640) RX_TASK: 0x408138c0 53 79 6d 62 69 61 6e 20 45 50 4f 43 9b 49 c1 ff |Symbian EPOC.I..| +I (19650) RX_TASK: 0x408138d0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a8 b0 41 |...........?...A| +I (19660) RX_TASK: 0x408138e0 60 ff ff ff ff 00 00 00 eb f4 c1 ff ff ff ff ff |`...............| +I (19670) RX_TASK: 0x408138f0 ff ff ff ff ff c0 ff 3f 01 a8 b0 41 60 ff ff ff |.......?...A`...| +I (19680) RX_TASK: 0x40813900 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (19690) RX_TASK: 0x40813910 50 4f 43 9b 49 c1 |POC.I.| diff --git a/build/log/idf_py_stdout_output_18992 b/build/log/idf_py_stdout_output_18992 new file mode 100644 index 0000000..5d7aac4 --- /dev/null +++ b/build/log/idf_py_stdout_output_18992 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:73:27: warning: unused variable 'txBytes' [-Wunused-variable] + 73 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_19120 b/build/log/idf_py_stdout_output_19120 new file mode 100644 index 0000000..471a422 --- /dev/null +++ b/build/log/idf_py_stdout_output_19120 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 529.8 kbit/s)... +Hash of data verified. +Compressed 183216 bytes to 92964... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa1d... (33 %) +Writing at 0x000215ef... (50 %) +Writing at 0x000288be... (66 %) +Writing at 0x00030bba... (83 %) +Writing at 0x000377b0... (100 %) +Wrote 183216 bytes (92964 compressed) at 0x00010000 in 1.6 seconds (effective 916.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_19138 b/build/log/idf_py_stdout_output_19138 new file mode 100644 index 0000000..3f56a1e --- /dev/null +++ b/build/log/idf_py_stdout_output_19138 @@ -0,0 +1,290 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (112) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: d33905576... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6230) RX_TASK: Read 1024 bytes: '������������?aυr����' +I (6230) RX_TASK: 0x40813860 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 cf |............?.a.| +I (6240) RX_TASK: 0x40813870 85 72 ff ff ff ff 00 00 00 c8 8d c1 ff ff ff ff |.r..............| +I (6250) RX_TASK: 0x40813880 ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff |........?.a..r..| +I (6260) RX_TASK: 0x40813890 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (6260) RX_TASK: 0x408138a0 45 50 4f 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff |EPOC.}].........| +I (6270) RX_TASK: 0x408138b0 ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 |....?.a..r......| +I (6280) RX_TASK: 0x408138c0 00 c8 8d c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6290) RX_TASK: 0x408138d0 01 61 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 |.a..r........$.S| +I (6300) RX_TASK: 0x408138e0 79 6d 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff |ymbian EPOC.}]..| +I (6310) RX_TASK: 0x408138f0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 |...........?.a..| +I (6320) RX_TASK: 0x40813900 72 ff ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff |r...............| +I (6330) RX_TASK: 0x40813910 ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff |......?.a..r....| +I (6330) RX_TASK: 0x40813920 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6340) RX_TASK: 0x40813930 4f 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff |OC.}]...........| +I (6350) RX_TASK: 0x40813940 c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 |..?.a..r........| +I (6360) RX_TASK: 0x40813950 8d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6370) RX_TASK: 0x40813960 61 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 |a..r........$.Sy| +I (6380) RX_TASK: 0x40813970 6d 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff |mbian EPOC.}]...| +I (6390) RX_TASK: 0x40813980 ff ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 |..........?.a..r| +I (6400) RX_TASK: 0x40813990 ff ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff |................| +I (6400) RX_TASK: 0x408139a0 ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff |......?.a..r....| +I (6410) RX_TASK: 0x408139b0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6420) RX_TASK: 0x408139c0 4f 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff |OC.}]...........| +I (6430) RX_TASK: 0x408139d0 c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 |..?.a..r........| +I (6440) RX_TASK: 0x408139e0 8d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6450) RX_TASK: 0x408139f0 61 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 |a..r........$.Sy| +I (6460) RX_TASK: 0x40813a00 6d 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff |mbian EPOC.}]...| +I (6470) RX_TASK: 0x40813a10 ff ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 |..........?.a..r| +I (6470) RX_TASK: 0x40813a20 ff ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff |................| +I (6480) RX_TASK: 0x40813a30 ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff |......?.a..r....| +I (6490) RX_TASK: 0x40813a40 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6500) RX_TASK: 0x40813a50 4f 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff |OC.}]...........| +I (6510) RX_TASK: 0x40813a60 c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 |..?.a..r........| +I (6520) RX_TASK: 0x40813a70 8d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6530) RX_TASK: 0x40813a80 61 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 |a..r........$.Sy| +I (6540) RX_TASK: 0x40813a90 6d 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff |mbian EPOC.}]...| +I (6540) RX_TASK: 0x40813aa0 ff ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 |..........?.a..r| +I (6550) RX_TASK: 0x40813ab0 ff ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff |................| +I (6560) RX_TASK: 0x40813ac0 ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff |......?.a..r....| +I (6570) RX_TASK: 0x40813ad0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6580) RX_TASK: 0x40813ae0 4f 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff |OC.}]...........| +I (6590) RX_TASK: 0x40813af0 c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 |..?.a..r........| +I (6600) RX_TASK: 0x40813b00 8d c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 |.............?.a| +I (6610) RX_TASK: 0x40813b10 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..r........$.Sym| +I (6610) RX_TASK: 0x40813b20 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff ff |bian EPOC.}]....| +I (6620) RX_TASK: 0x40813b30 ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff |.........?.a..r.| +I (6630) RX_TASK: 0x40813b40 ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff ff |................| +I (6640) RX_TASK: 0x40813b50 ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 |.....?.a..r.....| +I (6650) RX_TASK: 0x40813b60 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (6660) RX_TASK: 0x40813b70 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff c0 |C.}]............| +I (6670) RX_TASK: 0x40813b80 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 8d |.?.a..r.........| +I (6680) RX_TASK: 0x40813b90 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 |.............?.a| +I (6680) RX_TASK: 0x40813ba0 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..r........$.Sym| +I (6690) RX_TASK: 0x40813bb0 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff ff |bian EPOC.}]....| +I (6700) RX_TASK: 0x40813bc0 ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff |.........?.a..r.| +I (6710) RX_TASK: 0x40813bd0 ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff ff |................| +I (6720) RX_TASK: 0x40813be0 ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 |.....?.a..r.....| +I (6730) RX_TASK: 0x40813bf0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (6740) RX_TASK: 0x40813c00 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff c0 |C.}]............| +I (6750) RX_TASK: 0x40813c10 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 8d |.?.a..r.........| +I (6760) RX_TASK: 0x40813c20 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 |.............?.a| +I (6760) RX_TASK: 0x40813c30 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..r........$.Sym| +I (6770) RX_TASK: 0x40813c40 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff ff |bian EPOC.}]....| +I (6780) RX_TASK: 0x40813c50 ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff |.........?.a..r.| +I (17770) RX_TASK: Wrote 1024 bytes +I (28750) RX_TASK: Wrote 1024 bytes +I (39730) RX_TASK: Wrote 1024 bytes +I (50710) RX_TASK: Wrote 1024 bytes +I (61690) RX_TASK: Wrote 1024 bytes +I (62690) RX_TASK: Read 314 bytes: '���' +I (62690) RX_TASK: 0x40813860 ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff ff |................| +I (62690) RX_TASK: 0x40813870 ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 |.....?.a..r.....| +I (62700) RX_TASK: 0x40813880 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (62700) RX_TASK: 0x40813890 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff c0 |C.}]............| +I (62710) RX_TASK: 0x408138a0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 8d |.?.a..r.........| +I (62720) RX_TASK: 0x408138b0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 |.............?.a| +I (62730) RX_TASK: 0x408138c0 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..r........$.Sym| +I (62740) RX_TASK: 0x408138d0 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff ff |bian EPOC.}]....| +I (62750) RX_TASK: 0x408138e0 ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff |.........?.a..r.| +I (62760) RX_TASK: 0x408138f0 ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff ff |................| +I (62770) RX_TASK: 0x40813900 ff ff ff c0 ff 3f 01 61 cf 85 72 ff ff ff ff 00 |.....?.a..r.....| +I (62780) RX_TASK: 0x40813910 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (62780) RX_TASK: 0x40813920 43 b2 7d 5d c1 ff ff ff ff ff ff ff ff ff ff c0 |C.}]............| +I (62790) RX_TASK: 0x40813930 ff 3f 01 61 cf 85 72 ff ff ff ff 00 00 00 c8 8d |.?.a..r.........| +I (62800) RX_TASK: 0x40813940 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 61 |.............?.a| +I (62810) RX_TASK: 0x40813950 cf 85 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..r........$.Sym| +I (62820) RX_TASK: 0x40813960 62 69 61 6e 20 45 50 4f 43 b2 7d 5d c1 ff ff ff |bian EPOC.}]....| +I (62830) RX_TASK: 0x40813970 ff ff ff ff ff ff ff c0 ff 3f 01 61 cf 85 72 ff |.........?.a..r.| +I (62840) RX_TASK: 0x40813980 ff ff ff 00 00 00 c8 8d c1 ff ff ff ff ff ff ff |................| +I (62850) RX_TASK: 0x40813990 ff ff ff c0 ff 3f 01 61 cf 85 |.....?.a..| +I (73090) RX_TASK: Wrote 314 bytes +I (83330) RX_TASK: Wrote 314 bytes +I (93570) RX_TASK: Wrote 314 bytes +I (103810) RX_TASK: Wrote 314 bytes +I (114050) RX_TASK: Wrote 314 bytes +I (114050) RX_TASK: Read 1024 bytes: '������������?� ����' +I (114050) RX_TASK: 0x40813860 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f |............?...| +I (114060) RX_TASK: 0x40813870 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff |................| +I (114070) RX_TASK: 0x40813880 ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff |.......?........| +I (114070) RX_TASK: 0x40813890 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (114080) RX_TASK: 0x408138a0 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (114090) RX_TASK: 0x408138b0 c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 |..?.............| +I (114100) RX_TASK: 0x408138c0 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (114110) RX_TASK: 0x408138d0 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 79 |............$.Sy| +I (114120) RX_TASK: 0x408138e0 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff |mbian EPOC......| +I (114130) RX_TASK: 0x408138f0 ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff |.........?......| +I (114140) RX_TASK: 0x40813900 ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff ff |................| +I (114150) RX_TASK: 0x40813910 ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 |.....?..........| +I (114150) RX_TASK: 0x40813920 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (114160) RX_TASK: 0x40813930 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (114170) RX_TASK: 0x40813940 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 |?...............| +I (114180) RX_TASK: 0x40813950 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f |............?...| +I (114190) RX_TASK: 0x40813960 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (114200) RX_TASK: 0x40813970 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff ff |ian EPOC........| +I (114210) RX_TASK: 0x40813980 ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff |.......?........| +I (114220) RX_TASK: 0x40813990 ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff |................| +I (114230) RX_TASK: 0x408139a0 ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 |...?............| +I (114230) RX_TASK: 0x408139b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 |.$.Symbian EPOC.| +I (114240) RX_TASK: 0x408139c0 f7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (114250) RX_TASK: 0x408139d0 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff |................| +I (114260) RX_TASK: 0x408139e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 |..........?.....| +I (114270) RX_TASK: 0x408139f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (114280) RX_TASK: 0x40813a00 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (114290) RX_TASK: 0x40813a10 ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 |.....?..........| +I (114300) RX_TASK: 0x40813a20 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (114310) RX_TASK: 0x40813a30 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (114320) RX_TASK: 0x40813a40 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 |.Symbian EPOC...| +I (114320) RX_TASK: 0x40813a50 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f |............?...| +I (114330) RX_TASK: 0x40813a60 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff |................| +I (114340) RX_TASK: 0x40813a70 ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff |........?.......| +I (114350) RX_TASK: 0x40813a80 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (114360) RX_TASK: 0x40813a90 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (114370) RX_TASK: 0x40813aa0 ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 |...?............| +I (114380) RX_TASK: 0x40813ab0 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (114390) RX_TASK: 0x40813ac0 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (114400) RX_TASK: 0x40813ad0 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff |ymbian EPOC.....| +I (114400) RX_TASK: 0x40813ae0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 |..........?.....| +I (114410) RX_TASK: 0x40813af0 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff |................| +I (114420) RX_TASK: 0x40813b00 ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff |......?.........| +I (114430) RX_TASK: 0x40813b10 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (114440) RX_TASK: 0x40813b20 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (114450) RX_TASK: 0x40813b30 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 |.?..............| +I (114460) RX_TASK: 0x40813b40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb |.............?..| +I (114470) RX_TASK: 0x40813b50 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (114480) RX_TASK: 0x40813b60 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff |bian EPOC.......| +I (114490) RX_TASK: 0x40813b70 ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff |........?.......| +I (114490) RX_TASK: 0x40813b80 ff ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff |................| +I (114500) RX_TASK: 0x40813b90 ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff |....?...........| +I (114510) RX_TASK: 0x40813ba0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (114520) RX_TASK: 0x40813bb0 e4 f7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (114530) RX_TASK: 0x40813bc0 01 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff |................| +I (114540) RX_TASK: 0x40813bd0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d |...........?....| +I (114550) RX_TASK: 0x40813be0 01 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (114560) RX_TASK: 0x40813bf0 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff |an EPOC.........| +I (114570) RX_TASK: 0x40813c00 ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff |......?.........| +I (114570) RX_TASK: 0x40813c10 00 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (114580) RX_TASK: 0x40813c20 c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 |..?.............| +I (114590) RX_TASK: 0x40813c30 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 |$.Symbian EPOC..| +I (114600) RX_TASK: 0x40813c40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb |.............?..| +I (114610) RX_TASK: 0x40813c50 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff |................| +I (125600) RX_TASK: Wrote 1024 bytes +I (136580) RX_TASK: Wrote 1024 bytes +I (147560) RX_TASK: Wrote 1024 bytes +I (158540) RX_TASK: Wrote 1024 bytes +I (169520) RX_TASK: Wrote 1024 bytes +I (169520) RX_TASK: Read 1024 bytes: '���������?� ����' +I (169520) RX_TASK: 0x40813860 ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff |.........?......| +I (169520) RX_TASK: 0x40813870 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (169530) RX_TASK: 0x40813880 20 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (169540) RX_TASK: 0x40813890 ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 |....?...........| +I (169550) RX_TASK: 0x408138a0 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (169560) RX_TASK: 0x408138b0 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 |?.............$.| +I (169570) RX_TASK: 0x408138c0 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff |Symbian EPOC....| +I (169580) RX_TASK: 0x408138d0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d |...........?....| +I (169590) RX_TASK: 0x408138e0 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff ff |................| +I (169590) RX_TASK: 0x408138f0 ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff |.......?........| +I (169600) RX_TASK: 0x40813900 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (169610) RX_TASK: 0x40813910 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff c0 |POC.............| +I (169620) RX_TASK: 0x40813920 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 |.?..............| +I (169630) RX_TASK: 0x40813930 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb |.............?..| +I (169640) RX_TASK: 0x40813940 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (169650) RX_TASK: 0x40813950 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff |bian EPOC.......| +I (169660) RX_TASK: 0x40813960 ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff |.......?........| +I (169670) RX_TASK: 0x40813970 ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff |................| +I (169680) RX_TASK: 0x40813980 ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 |...?............| +I (169680) RX_TASK: 0x40813990 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 |.$.Symbian EPOC.| +I (169690) RX_TASK: 0x408139a0 f7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (169700) RX_TASK: 0x408139b0 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff |................| +I (169710) RX_TASK: 0x408139c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 |..........?.....| +I (169720) RX_TASK: 0x408139d0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (169730) RX_TASK: 0x408139e0 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (169740) RX_TASK: 0x408139f0 ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 |.....?..........| +I (169750) RX_TASK: 0x40813a00 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (169760) RX_TASK: 0x40813a10 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (169760) RX_TASK: 0x40813a20 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 |.Symbian EPOC...| +I (169770) RX_TASK: 0x40813a30 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f |............?...| +I (169780) RX_TASK: 0x40813a40 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff |................| +I (169790) RX_TASK: 0x40813a50 ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff |........?.......| +I (169800) RX_TASK: 0x40813a60 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (169810) RX_TASK: 0x40813a70 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (169820) RX_TASK: 0x40813a80 ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 |...?............| +I (169830) RX_TASK: 0x40813a90 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (169840) RX_TASK: 0x40813aa0 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (169850) RX_TASK: 0x40813ab0 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff |ymbian EPOC.....| +I (169850) RX_TASK: 0x40813ac0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 |..........?.....| +I (169860) RX_TASK: 0x40813ad0 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff |................| +I (169870) RX_TASK: 0x40813ae0 ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff |......?.........| +I (169880) RX_TASK: 0x40813af0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (169890) RX_TASK: 0x40813b00 4f 43 e4 f7 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (169900) RX_TASK: 0x40813b10 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 |.?..............| +I (169910) RX_TASK: 0x40813b20 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb |.............?..| +I (169920) RX_TASK: 0x40813b30 0f 0d 01 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (169930) RX_TASK: 0x40813b40 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff |bian EPOC.......| +I (169930) RX_TASK: 0x40813b50 ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff |........?.......| +I (169940) RX_TASK: 0x40813b60 ff ff 00 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff |................| +I (169950) RX_TASK: 0x40813b70 ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff |....?...........| +I (169960) RX_TASK: 0x40813b80 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (169970) RX_TASK: 0x40813b90 e4 f7 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (169980) RX_TASK: 0x40813ba0 cb 0f 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff |................| +I (169990) RX_TASK: 0x40813bb0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 |..........?.....| +I (170000) RX_TASK: 0x40813bc0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (170010) RX_TASK: 0x40813bd0 6e 20 45 50 4f 43 e4 f7 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (170020) RX_TASK: 0x40813be0 ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 |.....?..........| +I (170020) RX_TASK: 0x40813bf0 00 00 e8 a0 c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (170030) RX_TASK: 0x40813c00 ff 3f 01 cb 0f 0d 01 ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (170040) RX_TASK: 0x40813c10 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 e4 f7 c1 |.Symbian EPOC...| +I (170050) RX_TASK: 0x40813c20 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 0f |............?...| +I (170060) RX_TASK: 0x40813c30 0d 01 ff ff ff ff 00 00 00 e8 a0 c1 ff ff ff ff |................| +I (170070) RX_TASK: 0x40813c40 ff ff ff ff ff ff c0 ff 3f 01 cb 0f 0d 01 ff ff |........?.......| +I (170080) RX_TASK: 0x40813c50 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (181070) RX_TASK: Wrote 1024 bytes +I (192050) RX_TASK: Wrote 1024 bytes +I (203030) RX_TASK: Wrote 1024 bytes diff --git a/build/log/idf_py_stdout_output_19152 b/build/log/idf_py_stdout_output_19152 new file mode 100644 index 0000000..5d7aac4 --- /dev/null +++ b/build/log/idf_py_stdout_output_19152 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:73:27: warning: unused variable 'txBytes' [-Wunused-variable] + 73 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_19279 b/build/log/idf_py_stdout_output_19279 new file mode 100644 index 0000000..9b58df0 --- /dev/null +++ b/build/log/idf_py_stdout_output_19279 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 526.6 kbit/s)... +Hash of data verified. +Compressed 183216 bytes to 92969... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa1d... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288bd... (66 %) +Writing at 0x00030bb1... (83 %) +Writing at 0x000377aa... (100 %) +Wrote 183216 bytes (92969 compressed) at 0x00010000 in 1.6 seconds (effective 921.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 396.5 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_19297 b/build/log/idf_py_stdout_output_19297 new file mode 100644 index 0000000..71d096b --- /dev/null +++ b/build/log/idf_py_stdout_output_19297 @@ -0,0 +1,77 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (112) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 4f960958e... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (10650) RX_TASK: Read 256 bytes: '������������?FH�-����' +I (10650) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 46 48 |............?.FH| +I (10660) RX_TASK: 0x40813270 fd 2d ff ff ff ff 00 00 00 98 b7 c1 ff ff ff ff |.-..............| +I (10670) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 46 48 fd 2d ff ff |........?.FH.-..| +I (10670) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (10680) RX_TASK: 0x408132a0 45 50 4f 43 3b 25 c1 ff ff ff ff ff ff ff ff ff |EPOC;%..........| +I (10690) RX_TASK: 0x408132b0 ff c0 ff 3f 01 46 48 fd 2d ff ff ff ff 00 00 00 |...?.FH.-.......| +I (10700) RX_TASK: 0x408132c0 98 b7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (10710) RX_TASK: 0x408132d0 01 46 48 fd 2d ff ff ff ff 00 ff 00 82 24 00 53 |.FH.-........$.S| +I (10720) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 3b 25 c1 ff ff |ymbian EPOC;%...| +I (10730) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 46 48 fd 2d |..........?.FH.-| +I (10740) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 98 b7 c1 ff ff ff ff ff ff |................| +I (10750) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 46 48 fd 2d ff ff ff ff |......?.FH.-....| +I (10750) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (10760) RX_TASK: 0x40813330 4f 43 3b 25 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC;%............| +I (10770) RX_TASK: 0x40813340 ff 3f 01 46 48 fd 2d ff ff ff ff 00 00 00 98 b7 |.?.FH.-.........| +I (10780) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 46 |.............?.F| +I (21030) RX_TASK: Wrote 256 bytes +I (31270) RX_TASK: Wrote 256 bytes +I (41510) RX_TASK: Wrote 256 bytes +I (51750) RX_TASK: Wrote 256 bytes diff --git a/build/log/idf_py_stdout_output_19305 b/build/log/idf_py_stdout_output_19305 new file mode 100644 index 0000000..d987800 --- /dev/null +++ b/build/log/idf_py_stdout_output_19305 @@ -0,0 +1,7 @@ +[1/4] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/4] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/4] No install step for 'bootloader' +[4/4] Completed 'bootloader' diff --git a/build/log/idf_py_stdout_output_19327 b/build/log/idf_py_stdout_output_19327 new file mode 100644 index 0000000..5d7aac4 --- /dev/null +++ b/build/log/idf_py_stdout_output_19327 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:73:27: warning: unused variable 'txBytes' [-Wunused-variable] + 73 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:48:13: warning: 'tx_task' defined but not used [-Wunused-function] + 48 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_19450 b/build/log/idf_py_stdout_output_19450 new file mode 100644 index 0000000..6678058 --- /dev/null +++ b/build/log/idf_py_stdout_output_19450 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 534.5 kbit/s)... +Hash of data verified. +Compressed 183216 bytes to 92965... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa1f... (33 %) +Writing at 0x000215ee... (50 %) +Writing at 0x000288c1... (66 %) +Writing at 0x00030bb3... (83 %) +Writing at 0x000377ab... (100 %) +Wrote 183216 bytes (92965 compressed) at 0x00010000 in 1.6 seconds (effective 920.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_19468 b/build/log/idf_py_stdout_output_19468 new file mode 100644 index 0000000..e52e9ab --- /dev/null +++ b/build/log/idf_py_stdout_output_19468 @@ -0,0 +1,127 @@ +ing app_main() +I (244) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (112) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: aa2a4a6a4... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5820) RX_TASK: Read 256 bytes: '������������?B�O<����' +I (5820) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 42 97 |............?.B.| +I (5820) RX_TASK: 0x40813270 4f 3c ff ff ff ff 00 00 00 89 e8 c1 ff ff ff ff |O<..............| +I (5830) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 42 97 4f 3c ff ff |........?.B.O<..| +I (5840) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5850) RX_TASK: 0x408132a0 45 50 4f 43 a9 c5 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (5850) RX_TASK: 0x408132b0 ff c0 ff 3f 01 42 97 4f 3c ff ff ff ff 00 00 00 |...?.B.O<.......| +I (5860) RX_TASK: 0x408132c0 89 e8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5870) RX_TASK: 0x408132d0 01 42 97 4f 3c ff ff ff ff 00 ff 00 82 24 00 53 |.B.O<........$.S| +I (5880) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 a9 c5 c1 ff ff |ymbian EPOC.....| +I (5890) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 42 97 4f 3c |..........?.B.O<| +I (5900) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 89 e8 c1 ff ff ff ff ff ff |................| +I (5910) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 42 97 4f 3c ff ff ff ff |......?.B.O<....| +I (5920) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5920) RX_TASK: 0x40813330 4f 43 a9 c5 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (5930) RX_TASK: 0x40813340 ff 3f 01 42 97 4f 3c ff ff ff ff 00 00 00 89 e8 |.?.B.O<.........| +I (5940) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 42 |.............?.B| +I (12190) RX_TASK: Wrote 256 bytes +I (18430) RX_TASK: Wrote 256 bytes +I (19430) RX_TASK: Read 213 bytes: '�O<����' +I (19430) RX_TASK: 0x40813260 97 4f 3c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.O<........$.Sym| +I (19430) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 a9 c5 c1 ff ff ff ff |bian EPOC.......| +I (19440) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 42 97 4f 3c ff ff ff |.......?.B.O<...| +I (19440) RX_TASK: 0x40813290 ff 00 00 00 89 e8 c1 ff ff ff ff ff ff ff ff ff |................| +I (19450) RX_TASK: 0x408132a0 ff c0 ff 3f 01 42 97 4f 3c ff ff ff ff 00 ff 00 |...?.B.O<.......| +I (19460) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 a9 |.$.Symbian EPOC.| +I (19470) RX_TASK: 0x408132c0 c5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (19480) RX_TASK: 0x408132d0 42 97 4f 3c ff ff ff ff 00 00 00 89 e8 c1 ff ff |B.O<............| +I (19490) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 42 97 4f 3c ff |.........?.B.O<.| +I (19500) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (19510) RX_TASK: 0x40813300 20 45 50 4f 43 a9 c5 c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (19520) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 42 97 4f 3c ff ff ff ff 00 00 |....?.B.O<......| +I (19520) RX_TASK: 0x40813320 00 89 e8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (19530) RX_TASK: 0x40813330 3f 01 42 97 4f |?.B.O| +I (25660) RX_TASK: Wrote 213 bytes +I (31780) RX_TASK: Wrote 213 bytes +I (59040) RX_TASK: Read 256 bytes: '������������?N��F����' +I (59040) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4e a3 |............?.N.| +I (59040) RX_TASK: 0x40813270 aa 46 ff ff ff ff 00 00 00 32 cd c1 ff ff ff ff |.F.......2......| +I (59050) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 4e a3 aa 46 ff ff |........?.N..F..| +I (59060) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (59070) RX_TASK: 0x408132a0 45 50 4f 43 01 b4 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (59080) RX_TASK: 0x408132b0 ff c0 ff 3f 01 4e a3 aa 46 ff ff ff ff 00 00 00 |...?.N..F.......| +I (59090) RX_TASK: 0x408132c0 32 cd c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |2..............?| +I (59100) RX_TASK: 0x408132d0 01 4e a3 aa 46 ff ff ff ff 00 ff 00 82 24 00 53 |.N..F........$.S| +I (59110) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 01 b4 c1 ff ff |ymbian EPOC.....| +I (59110) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 4e a3 aa 46 |..........?.N..F| +I (59120) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 32 cd c1 ff ff ff ff ff ff |.......2........| +I (59130) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 4e a3 aa 46 ff ff ff ff |......?.N..F....| +I (59140) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (59150) RX_TASK: 0x40813330 4f 43 01 b4 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (59160) RX_TASK: 0x40813340 ff 3f 01 4e a3 aa 46 ff ff ff ff 00 00 00 32 cd |.?.N..F.......2.| +I (59170) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4e |.............?.N| +I (65420) RX_TASK: Wrote 256 bytes +I (71660) RX_TASK: Wrote 256 bytes +I (72660) RX_TASK: Read 170 bytes: '��F����' +I (72660) RX_TASK: 0x40813260 a3 aa 46 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..F........$.Sym| +I (72660) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 01 b4 c1 ff ff ff ff |bian EPOC.......| +I (72670) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 4e a3 aa 46 ff ff |........?.N..F..| +I (72670) RX_TASK: 0x40813290 ff ff 00 00 00 32 cd c1 ff ff ff ff ff ff ff ff |.....2..........| +I (72680) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 4e a3 aa 46 ff ff ff ff 00 ff |....?.N..F......| +I (72690) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (72700) RX_TASK: 0x408132c0 01 b4 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (72710) RX_TASK: 0x408132d0 01 4e a3 aa 46 ff ff ff ff 00 00 00 32 cd c1 ff |.N..F.......2...| +I (72720) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4e a3 aa |...........?.N..| +I (72730) RX_TASK: 0x408132f0 46 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |F........$.Symbi| +I (72740) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 01 b4 c1 |an EPOC...| +I (78860) RX_TASK: Wrote 170 bytes +I (84980) RX_TASK: Wrote 170 bytes diff --git a/build/log/idf_py_stdout_output_19477 b/build/log/idf_py_stdout_output_19477 new file mode 100644 index 0000000..0fbaedb --- /dev/null +++ b/build/log/idf_py_stdout_output_19477 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cbb0 bytes. Smallest app partition is 0x100000 bytes. 0xd3450 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 518.8 kbit/s)... +Hash of data verified. +Compressed 183216 bytes to 92965... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa1f... (33 %) +Writing at 0x000215ee... (50 %) +Writing at 0x000288c1... (66 %) +Writing at 0x00030bb3... (83 %) +Writing at 0x000377ab... (100 %) +Wrote 183216 bytes (92965 compressed) at 0x00010000 in 1.6 seconds (effective 923.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_19497 b/build/log/idf_py_stdout_output_19497 new file mode 100644 index 0000000..79ab008 --- /dev/null +++ b/build/log/idf_py_stdout_output_19497 @@ -0,0 +1,88 @@ +om app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (112) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: aa2a4a6a4... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (18330) RX_TASK: Read 256 bytes: '������������? l����' +I (18330) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1d 0c |............?...| +I (18340) RX_TASK: 0x40813270 7f 6c ff ff ff ff 00 00 00 45 13 c1 ff ff ff ff |.l.......E......| +I (18340) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 1d 0c 7f 6c ff ff |........?....l..| +I (18350) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (18360) RX_TASK: 0x408132a0 45 50 4f 43 21 c2 c1 ff ff ff ff ff ff ff ff ff |EPOC!...........| +I (18370) RX_TASK: 0x408132b0 ff c0 ff 3f 01 1d 0c 7f 6c ff ff ff ff 00 00 00 |...?....l.......| +I (18380) RX_TASK: 0x408132c0 45 13 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |E..............?| +I (18390) RX_TASK: 0x408132d0 01 1d 0c 7f 6c ff ff ff ff 00 ff 00 82 24 00 53 |....l........$.S| +I (18400) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 21 c2 c1 ff ff |ymbian EPOC!....| +I (18410) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 1d 0c 7f 6c |..........?....l| +I (18420) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 45 13 c1 ff ff ff ff ff ff |.......E........| +I (18420) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 1d 0c 7f 6c ff ff ff ff |......?....l....| +I (18430) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (18440) RX_TASK: 0x40813330 4f 43 21 c2 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC!.............| +I (18450) RX_TASK: 0x40813340 ff 3f 01 1d 0c 7f 6c ff ff ff ff 00 00 00 45 13 |.?....l.......E.| +I (18460) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1d |.............?..| +I (24710) RX_TASK: Wrote 256 bytes +I (30950) RX_TASK: Wrote 256 bytes +I (31950) RX_TASK: Read 142 bytes: ' l����' +I (31950) RX_TASK: 0x40813260 0c 7f 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..l........$.Sym| +I (31950) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 21 c2 c1 ff ff ff ff |bian EPOC!......| +I (31960) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 1d 0c 7f 6c ff ff |........?....l..| +I (31960) RX_TASK: 0x40813290 ff ff 00 00 00 45 13 c1 ff ff ff ff ff ff ff ff |.....E..........| +I (31970) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 1d 0c 7f 6c ff ff ff ff 00 ff |....?....l......| +I (31980) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (31990) RX_TASK: 0x408132c0 21 c2 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |!.............?.| +I (32000) RX_TASK: 0x408132d0 1d 0c 7f 6c ff ff ff ff 00 00 00 45 13 c1 ff ff |...l.......E....| +I (32010) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 1d 0c |..........?...| +I (38140) RX_TASK: Wrote 142 bytes +I (44260) RX_TASK: Wrote 142 bytes diff --git a/build/log/idf_py_stdout_output_22224 b/build/log/idf_py_stdout_output_22224 new file mode 100644 index 0000000..c64215a --- /dev/null +++ b/build/log/idf_py_stdout_output_22224 @@ -0,0 +1,56 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (112) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: aa2a4a6a4... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() diff --git a/build/log/idf_py_stdout_output_22246 b/build/log/idf_py_stdout_output_22246 new file mode 100644 index 0000000..8146b8e --- /dev/null +++ b/build/log/idf_py_stdout_output_22246 @@ -0,0 +1,84 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (89) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (112) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (118) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: aa2a4a6a4... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (10940) RX_TASK: Read 256 bytes: '������������?:� ����' +I (10940) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3a b2 |............?.:.| +I (10940) RX_TASK: 0x40813270 09 08 ff ff ff ff 00 00 00 cd 83 c1 ff ff ff ff |................| +I (10950) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 3a b2 09 08 ff ff |........?.:.....| +I (10960) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (10970) RX_TASK: 0x408132a0 45 50 4f 43 2f fc c1 ff ff ff ff ff ff ff ff ff |EPOC/...........| +I (10970) RX_TASK: 0x408132b0 ff c0 ff 3f 01 3a b2 09 08 ff ff ff ff 00 00 00 |...?.:..........| +I (10980) RX_TASK: 0x408132c0 cd 83 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (10990) RX_TASK: 0x408132d0 3a b2 09 08 ff ff ff ff 00 ff 00 82 24 00 53 79 |:...........$.Sy| +I (11000) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 2f fc c1 ff ff ff |mbian EPOC/.....| +I (11010) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 3a b2 09 08 ff |.........?.:....| +I (11020) RX_TASK: 0x40813300 ff ff ff 00 00 00 cd 83 c1 ff ff ff ff ff ff ff |................| +I (11030) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 3a b2 09 08 ff ff ff ff 00 |.....?.:........| +I (11040) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (11050) RX_TASK: 0x40813330 43 2f fc c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C/..............| +I (11050) RX_TASK: 0x40813340 3f 01 3a b2 09 08 ff ff ff ff 00 00 00 cd 83 c1 |?.:.............| +I (11060) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3a b2 |............?.:.| +I (17310) RX_TASK: Wrote 256 bytes +I (23550) RX_TASK: Wrote 256 bytes +I (24550) RX_TASK: Read 27 bytes: ' ����' +I (24550) RX_TASK: 0x40813260 09 08 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (24550) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 2f fc c1 |ian EPOC/..| +I (30560) RX_TASK: Wrote 27 bytes +I (36560) RX_TASK: Wrote 27 bytes +I (86290) RX_TASK: Read 1 bytes: '�' +I (86290) RX_TASK: 0x40813260 fc |.| +I (92290) RX_TASK: Wrote 1 bytes +I (98290) RX_TASK: Wrote 1 bytes diff --git a/build/log/idf_py_stdout_output_22286 b/build/log/idf_py_stdout_output_22286 new file mode 100644 index 0000000..1f0aacd --- /dev/null +++ b/build/log/idf_py_stdout_output_22286 @@ -0,0 +1,55 @@ +ld:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (24) boot: ESP-IDF v5.4 2nd stage bootloader +I (24) boot: compile time Feb 15 2025 08:30:40 +I (25) boot: chip revision: v0.1 +I (25) boot: efuse block revision: v0.3 +I (28) boot.esp32c6: SPI Speed : 80MHz +I (32) boot.esp32c6: SPI Mode : DIO +I (35) boot.esp32c6: SPI Flash Size : 4MB +I (39) boot: Enabling RNG early entropy source... +I (44) boot: Partition Table: +I (46) boot: ## Label Usage Type ST Offset Length +I (53) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (59) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (66) boot: 2 factory factory app 00 00 00010000 00100000 +I (72) boot: End of partition table +I (75) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09a94h ( 39572) map +I (90) esp_image: segment 1: paddr=00019abc vaddr=40800000 size=0655ch ( 25948) load +I (97) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1580ch ( 88076) map +I (114) esp_image: segment 3: paddr=00035834 vaddr=4080655c size=05bc8h ( 23496) load +I (120) esp_image: segment 4: paddr=0003b404 vaddr=4080c130 size=01788h ( 6024) load +I (125) boot: Loaded app from partition at offset 0x10000 +I (125) boot: Disabling RNG early entropy source... +I (139) cpu_start: Unicore app +I (148) cpu_start: Pro cpu start user code +I (148) cpu_start: cpu freq: 160000000 Hz +I (148) app_init: Application information: +I (148) app_init: Project name: uart_async_rxtxtasks +I (153) app_init: App version: 1 +I (156) app_init: Compile time: Feb 15 2025 08:30:34 +I (161) app_init: ELF file SHA256: aa2a4a6a4... +I (166) app_init: ESP-IDF: v5.4 +I (169) efuse_init: Min chip rev: v0.0 +I (173) efuse_init: Max chip rev: v0.99  +I (177) efuse_init: Chip rev: v0.1 +I (181) heap_init: Initializing. RAM available for dynamic allocation: +I (187) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (192) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (197) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (204) spi_flash: detected chip: generic +I (207) spi_flash: flash io: dio +I (210) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (216) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (222) coexist: coex firmware version: 49a8cdc +I (227) coexist: coexist rom version 5b8dcfa +I (231) main_task: Started on CPU0 +I (231) main_task: Calling app_main() +I (231) main_task: Returned from app_main() diff --git a/build/log/idf_py_stdout_output_22347 b/build/log/idf_py_stdout_output_22347 new file mode 100644 index 0000000..afe59f4 --- /dev/null +++ b/build/log/idf_py_stdout_output_22347 @@ -0,0 +1,21 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'rx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:73:27: warning: unused variable 'txBytes' [-Wunused-variable] + 73 | const int txBytes = uart_write_bytes(UART_NUM_1, data, rxBytes); + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cc90 bytes. Smallest app partition is 0x100000 bytes. 0xd3370 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_22473 b/build/log/idf_py_stdout_output_22473 new file mode 100644 index 0000000..01804bc --- /dev/null +++ b/build/log/idf_py_stdout_output_22473 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cc90 bytes. Smallest app partition is 0x100000 bytes. 0xd3370 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 523.4 kbit/s)... +Hash of data verified. +Compressed 183440 bytes to 93051... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa29... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288b9... (66 %) +Writing at 0x00030be1... (83 %) +Writing at 0x000377cd... (100 %) +Wrote 183440 bytes (93051 compressed) at 0x00010000 in 1.6 seconds (effective 916.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.7 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_22491 b/build/log/idf_py_stdout_output_22491 new file mode 100644 index 0000000..55d41dd --- /dev/null +++ b/build/log/idf_py_stdout_output_22491 @@ -0,0 +1,85 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ab8h ( 39608) map +I (89) esp_image: segment 1: paddr=00019ae0 vaddr=40800000 size=06538h ( 25912) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=158c0h ( 88256) map +I (112) esp_image: segment 3: paddr=000358e8 vaddr=40806538 size=05bech ( 23532) load +I (118) esp_image: segment 4: paddr=0003b4dc vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 4ae6e38c8... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) TX_TASK: Wrote 11 bytes +I (230) main_task: Returned from app_main() +I (10230) TX_TASK: Wrote 11 bytes +I (20230) TX_TASK: Wrote 11 bytes +I (30230) TX_TASK: Wrote 11 bytes +I (40230) TX_TASK: Wrote 11 bytes +I (50230) TX_TASK: Wrote 11 bytes +I (60230) TX_TASK: Wrote 11 bytes +I (70230) TX_TASK: Wrote 11 bytes +I (80230) TX_TASK: Wrote 11 bytes +I (90230) TX_TASK: Wrote 11 bytes +I (100230) TX_TASK: Wrote 11 bytes +I (110230) TX_TASK: Wrote 11 bytes +I (120230) TX_TASK: Wrote 11 bytes +I (130230) TX_TASK: Wrote 11 bytes +I (140230) TX_TASK: Wrote 11 bytes +I (150230) TX_TASK: Wrote 11 bytes +I (160230) TX_TASK: Wrote 11 bytes +I (170230) TX_TASK: Wrote 11 bytes +I (180230) TX_TASK: Wrote 11 bytes +I (190230) TX_TASK: Wrote 11 bytes +I (200230) TX_TASK: Wrote 11 bytes +I (210230) TX_TASK: Wrote 11 bytes +I (220230) TX_TASK: Wrote 11 bytes +I (230230) TX_TASK: Wrote 11 bytes +I (240230) TX_TASK: Wrote 11 bytes +I (250230) TX_TASK: Wrote 11 bytes +I (260230) TX_TASK: Wrote 11 bytes +I (270230) TX_TASK: Wrote 11 bytes +I (280230) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_22510 b/build/log/idf_py_stdout_output_22510 new file mode 100644 index 0000000..5ef8d06 --- /dev/null +++ b/build/log/idf_py_stdout_output_22510 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cc90 bytes. Smallest app partition is 0x100000 bytes. 0xd3370 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 529.7 kbit/s)... +Hash of data verified. +Compressed 183440 bytes to 93051... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa29... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288b9... (66 %) +Writing at 0x00030be1... (83 %) +Writing at 0x000377cd... (100 %) +Wrote 183440 bytes (93051 compressed) at 0x00010000 in 1.6 seconds (effective 916.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_22530 b/build/log/idf_py_stdout_output_22530 new file mode 100644 index 0000000..4c5e7bd --- /dev/null +++ b/build/log/idf_py_stdout_output_22530 @@ -0,0 +1,313 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ab8h ( 39608) map +I (89) esp_image: segment 1: paddr=00019ae0 vaddr=40800000 size=06538h ( 25912) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=158c0h ( 88256) map +I (112) esp_image: segment 3: paddr=000358e8 vaddr=40806538 size=05bech ( 23532) load +I (118) esp_image: segment 4: paddr=0003b4dc vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 4ae6e38c8... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) TX_TASK: Wrote 11 bytes +I (230) main_task: Returned from app_main() +I (10230) TX_TASK: Wrote 11 bytes +I (15310) RX_TASK: Read 256 bytes: '������������?�Iq����' +I (15310) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec 49 |............?..I| +I (15310) RX_TASK: 0x40813270 0e 71 ff ff ff ff 00 00 00 53 05 c1 ff ff ff ff |.q.......S......| +I (15320) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 ec 49 0e 71 ff ff |........?..I.q..| +I (15330) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (15340) RX_TASK: 0x408132a0 45 50 4f 43 92 00 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (15350) RX_TASK: 0x408132b0 ff c0 ff 3f 01 ec 49 0e 71 ff ff ff ff 00 00 00 |...?..I.q.......| +I (15360) RX_TASK: 0x408132c0 53 05 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |S..............?| +I (15370) RX_TASK: 0x408132d0 01 ec 49 0e 71 ff ff ff ff 00 ff 00 82 24 00 53 |..I.q........$.S| +I (15380) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 92 00 c1 ff ff |ymbian EPOC.....| +I (15380) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 ec 49 0e 71 |..........?..I.q| +I (15390) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 53 05 c1 ff ff ff ff ff ff |.......S........| +I (15400) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 ec 49 0e 71 ff ff ff ff |......?..I.q....| +I (15410) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (15420) RX_TASK: 0x40813330 4f 43 92 00 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (15430) RX_TASK: 0x40813340 ff 3f 01 ec 49 0e 71 ff ff ff ff 00 00 00 53 05 |.?..I.q.......S.| +I (15440) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec |.............?..| +I (20230) TX_TASK: Wrote 11 bytes +I (21690) RX_TASK: Wrote 256 bytes +I (27930) RX_TASK: Wrote 256 bytes +I (28930) RX_TASK: Read 215 bytes: 'Iq����' +I (28930) RX_TASK: 0x40813260 49 0e 71 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |I.q........$.Sym| +I (28930) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 92 00 c1 ff ff ff ff |bian EPOC.......| +I (28940) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 ec 49 0e 71 ff ff |........?..I.q..| +I (28940) RX_TASK: 0x40813290 ff ff 00 00 00 53 05 c1 ff ff ff ff ff ff ff ff |.....S..........| +I (28950) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 ec 49 0e 71 ff ff ff ff 00 ff |....?..I.q......| +I (28960) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (28970) RX_TASK: 0x408132c0 92 00 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (28980) RX_TASK: 0x408132d0 01 ec 49 0e 71 ff ff ff ff 00 00 00 53 05 c1 ff |..I.q.......S...| +I (28990) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec 49 0e |...........?..I.| +I (29000) RX_TASK: 0x408132f0 71 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |q........$.Symbi| +I (29010) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 92 00 c1 ff ff ff ff ff ff |an EPOC.........| +I (29020) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 ec 49 0e 71 ff ff ff ff |......?..I.q....| +I (29020) RX_TASK: 0x40813320 00 00 00 53 05 c1 ff ff ff ff ff ff ff ff ff ff |...S............| +I (29030) RX_TASK: 0x40813330 c0 ff 3f 01 ec 49 0e |..?..I.| +I (30230) TX_TASK: Wrote 11 bytes +I (35160) RX_TASK: Wrote 215 bytes +I (40230) TX_TASK: Wrote 11 bytes +I (41280) RX_TASK: Wrote 215 bytes +I (49270) RX_TASK: Read 256 bytes: '������������?fZ�w����' +I (49270) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 66 5a |............?.fZ| +I (49270) RX_TASK: 0x40813270 a9 77 ff ff ff ff 00 00 00 46 e1 c1 ff ff ff ff |.w.......F......| +I (49280) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 66 5a a9 77 ff ff ff |.......?.fZ.w...| +I (49290) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (49300) RX_TASK: 0x408132a0 50 4f 43 52 51 c1 ff ff ff ff ff ff ff ff ff ff |POCRQ...........| +I (49310) RX_TASK: 0x408132b0 c0 ff 3f 01 66 5a a9 77 ff ff ff ff 00 00 00 46 |..?.fZ.w.......F| +I (49320) RX_TASK: 0x408132c0 e1 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (49320) RX_TASK: 0x408132d0 66 5a a9 77 ff ff ff ff 00 ff 00 82 24 00 53 79 |fZ.w........$.Sy| +I (49330) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 52 51 c1 ff ff ff |mbian EPOCRQ....| +I (49340) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 66 5a a9 77 ff |.........?.fZ.w.| +I (49350) RX_TASK: 0x40813300 ff ff ff 00 00 00 46 e1 c1 ff ff ff ff ff ff ff |......F.........| +I (49360) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 66 5a a9 77 ff ff ff ff 00 |.....?.fZ.w.....| +I (49370) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (49380) RX_TASK: 0x40813330 43 52 51 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |CRQ.............| +I (49390) RX_TASK: 0x40813340 3f 01 66 5a a9 77 ff ff ff ff 00 00 00 46 e1 c1 |?.fZ.w.......F..| +I (49390) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 66 5a |............?.fZ| +I (50230) TX_TASK: Wrote 11 bytes +I (55640) RX_TASK: Wrote 256 bytes +I (60230) TX_TASK: Wrote 11 bytes +I (61880) RX_TASK: Wrote 256 bytes +I (61880) RX_TASK: Read 256 bytes: '�w����' +I (61880) RX_TASK: 0x40813260 a9 77 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.w........$.Symb| +I (61880) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 52 51 c1 ff ff ff ff ff |ian EPOCRQ......| +I (61890) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 66 5a a9 77 ff ff ff ff |......?.fZ.w....| +I (61900) RX_TASK: 0x40813290 00 00 00 46 e1 c1 ff ff ff ff ff ff ff ff ff ff |...F............| +I (61910) RX_TASK: 0x408132a0 c0 ff 3f 01 66 5a a9 77 ff ff ff ff 00 ff 00 82 |..?.fZ.w........| +I (61920) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 52 51 |$.Symbian EPOCRQ| +I (61930) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 66 |.............?.f| +I (61940) RX_TASK: 0x408132d0 5a a9 77 ff ff ff ff 00 00 00 46 e1 c1 ff ff ff |Z.w.......F.....| +I (61950) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 66 5a a9 77 ff |.........?.fZ.w.| +I (61960) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (61960) RX_TASK: 0x40813300 20 45 50 4f 43 52 51 c1 ff ff ff ff ff ff ff ff | EPOCRQ.........| +I (61970) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 66 5a a9 77 ff ff ff ff 00 00 |....?.fZ.w......| +I (61980) RX_TASK: 0x40813320 00 46 e1 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |.F.............?| +I (61990) RX_TASK: 0x40813330 01 66 5a a9 77 ff ff ff ff 00 ff 00 82 24 00 53 |.fZ.w........$.S| +I (62000) RX_TASK: 0x40813340 79 6d 62 69 61 6e 20 45 50 4f 43 52 51 c1 ff ff |ymbian EPOCRQ...| +I (62010) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff c0 ff 3f 01 66 5a a9 77 |..........?.fZ.w| +I (68260) RX_TASK: Wrote 256 bytes +I (70230) TX_TASK: Wrote 11 bytes +I (74500) RX_TASK: Wrote 256 bytes +I (75500) RX_TASK: Read 124 bytes: '����' +I (75500) RX_TASK: 0x40813260 ff ff ff ff 00 00 00 46 e1 c1 ff ff ff ff ff ff |.......F........| +I (75500) RX_TASK: 0x40813270 ff ff ff ff c0 ff 3f 01 66 5a a9 77 ff ff ff ff |......?.fZ.w....| +I (75510) RX_TASK: 0x40813280 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (75510) RX_TASK: 0x40813290 4f 43 52 51 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCRQ............| +I (75520) RX_TASK: 0x408132a0 ff 3f 01 66 5a a9 77 ff ff ff ff 00 00 00 46 e1 |.?.fZ.w.......F.| +I (75530) RX_TASK: 0x408132b0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 66 |.............?.f| +I (75540) RX_TASK: 0x408132c0 5a a9 77 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |Z.w........$.Sym| +I (75550) RX_TASK: 0x408132d0 62 69 61 6e 20 45 50 4f 43 52 51 c1 |bian EPOCRQ.| +I (80230) TX_TASK: Wrote 11 bytes +I (81560) RX_TASK: Wrote 124 bytes +I (87560) RX_TASK: Wrote 124 bytes +I (90230) TX_TASK: Wrote 11 bytes +I (100230) TX_TASK: Wrote 11 bytes +I (110230) TX_TASK: Wrote 11 bytes +I (120230) TX_TASK: Wrote 11 bytes +I (130230) TX_TASK: Wrote 11 bytes +I (140230) TX_TASK: Wrote 11 bytes +I (150230) TX_TASK: Wrote 11 bytes +I (160230) TX_TASK: Wrote 11 bytes +I (170230) TX_TASK: Wrote 11 bytes +I (170780) RX_TASK: Read 211 bytes: '������������?�� ����' +I (170780) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d0 97 |............?...| +I (170780) RX_TASK: 0x40813270 0c 0f ff ff ff ff 01 00 00 15 ad c1 ff ff ff ff |................| +I (170790) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 d0 97 0c 0f ff ff |........?.......| +I (170800) RX_TASK: 0x40813290 ff ff 01 01 00 cd b4 c1 ff ff ff ff ff ff ff ff |................| +I (170810) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 d0 97 0c 0f ff ff ff ff 01 02 |....?...........| +I (170810) RX_TASK: 0x408132b0 00 a5 9e c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (170820) RX_TASK: 0x408132c0 3f 01 d0 97 0c 0f ff ff ff ff 01 03 00 7d 5d 87 |?............}].| +I (170830) RX_TASK: 0x408132d0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d0 |.............?..| +I (170840) RX_TASK: 0x408132e0 97 0c 0f ff ff ff ff 01 04 00 75 ca c1 ff ff ff |..........u.....| +I (170850) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 d0 97 0c 0f ff |.........?......| +I (170860) RX_TASK: 0x40813300 ff ff ff 01 05 00 ad d3 c1 ff ff ff ff ff ff ff |................| +I (170870) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 d0 97 0c 0f ff ff ff ff 01 ff |....?...........| +I (170880) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (170890) RX_TASK: 0x40813330 cf ef c1 |...| +I (177010) RX_TASK: Wrote 211 bytes +I (180230) TX_TASK: Wrote 11 bytes +I (183130) RX_TASK: Wrote 211 bytes +I (190230) TX_TASK: Wrote 11 bytes +I (200230) TX_TASK: Wrote 11 bytes +I (210230) TX_TASK: Wrote 11 bytes +I (220230) TX_TASK: Wrote 11 bytes +I (230230) TX_TASK: Wrote 11 bytes +I (240230) TX_TASK: Wrote 11 bytes +I (250230) TX_TASK: Wrote 11 bytes +I (260230) TX_TASK: Wrote 11 bytes +I (268760) RX_TASK: Read 211 bytes: '������������?�A"����' +I (268760) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bb 41 |............?..A| +I (268760) RX_TASK: 0x40813270 1e 22 ff ff ff ff 01 00 00 cd 61 c1 ff ff ff ff |."........a.....| +I (268770) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 bb 41 1e 22 ff ff |........?..A."..| +I (268780) RX_TASK: 0x40813290 ff ff 01 01 00 15 78 c1 ff ff ff ff ff ff ff ff |......x.........| +I (268790) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 bb 41 1e 22 ff ff ff ff 01 02 |....?..A."......| +I (268790) RX_TASK: 0x408132b0 00 7d 5d 52 c1 ff ff ff ff ff ff ff ff ff ff c0 |.}]R............| +I (268800) RX_TASK: 0x408132c0 ff 3f 01 bb 41 1e 22 ff ff ff ff 01 03 00 a5 4b |.?..A."........K| +I (268810) RX_TASK: 0x408132d0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bb |.............?..| +I (268820) RX_TASK: 0x408132e0 41 1e 22 ff ff ff ff 01 04 00 ad 06 c1 ff ff ff |A.".............| +I (268830) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 bb 41 1e 22 ff |.........?..A.".| +I (268840) RX_TASK: 0x40813300 ff ff ff 01 05 00 75 1f c1 ff ff ff ff ff ff ff |......u.........| +I (268850) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 bb 41 1e 22 ff ff ff ff 01 ff |....?..A."......| +I (268860) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (268870) RX_TASK: 0x40813330 f5 61 c1 |.a.| +I (270230) TX_TASK: Wrote 11 bytes +I (274990) RX_TASK: Wrote 211 bytes +I (280230) TX_TASK: Wrote 11 bytes +I (281110) RX_TASK: Wrote 211 bytes +I (290230) TX_TASK: Wrote 11 bytes +I (300230) TX_TASK: Wrote 11 bytes +I (310230) TX_TASK: Wrote 11 bytes +I (320230) TX_TASK: Wrote 11 bytes +I (330230) TX_TASK: Wrote 11 bytes +I (340230) TX_TASK: Wrote 11 bytes +I (350230) TX_TASK: Wrote 11 bytes +I (360230) TX_TASK: Wrote 11 bytes +I (370230) TX_TASK: Wrote 11 bytes +I (380230) TX_TASK: Wrote 11 bytes +I (390230) TX_TASK: Wrote 11 bytes +I (400230) TX_TASK: Wrote 11 bytes +I (410230) TX_TASK: Wrote 11 bytes +I (420230) TX_TASK: Wrote 11 bytes +I (430230) TX_TASK: Wrote 11 bytes +I (440230) TX_TASK: Wrote 11 bytes +I (450230) TX_TASK: Wrote 11 bytes +I (460230) TX_TASK: Wrote 11 bytes +I (470230) TX_TASK: Wrote 11 bytes +I (480230) TX_TASK: Wrote 11 bytes +I (490230) TX_TASK: Wrote 11 bytes +I (500230) TX_TASK: Wrote 11 bytes +I (510230) TX_TASK: Wrote 11 bytes +I (520230) TX_TASK: Wrote 11 bytes +I (530230) TX_TASK: Wrote 11 bytes +I (540230) TX_TASK: Wrote 11 bytes +I (550230) TX_TASK: Wrote 11 bytes +I (560230) TX_TASK: Wrote 11 bytes +I (570230) TX_TASK: Wrote 11 bytes +I (580230) TX_TASK: Wrote 11 bytes +I (590230) TX_TASK: Wrote 11 bytes +I (600230) TX_TASK: Wrote 11 bytes +I (610230) TX_TASK: Wrote 11 bytes +I (620230) TX_TASK: Wrote 11 bytes +I (630230) TX_TASK: Wrote 11 bytes +I (640230) TX_TASK: Wrote 11 bytes +I (650230) TX_TASK: Wrote 11 bytes +I (660230) TX_TASK: Wrote 11 bytes +I (670230) TX_TASK: Wrote 11 bytes +I (680230) TX_TASK: Wrote 11 bytes +I (690230) TX_TASK: Wrote 11 bytes +I (700230) TX_TASK: Wrote 11 bytes +I (710230) TX_TASK: Wrote 11 bytes +I (720230) TX_TASK: Wrote 11 bytes +I (730230) TX_TASK: Wrote 11 bytes +I (740230) TX_TASK: Wrote 11 bytes +I (750230) TX_TASK: Wrote 11 bytes +I (760230) TX_TASK: Wrote 11 bytes +I (770230) TX_TASK: Wrote 11 bytes +I (780230) TX_TASK: Wrote 11 bytes +I (790230) TX_TASK: Wrote 11 bytes +I (800230) TX_TASK: Wrote 11 bytes +I (810230) TX_TASK: Wrote 11 bytes +I (820230) TX_TASK: Wrote 11 bytes +I (830230) TX_TASK: Wrote 11 bytes +I (840230) TX_TASK: Wrote 11 bytes +I (850230) TX_TASK: Wrote 11 bytes +I (860230) TX_TASK: Wrote 11 bytes +I (870230) TX_TASK: Wrote 11 bytes +I (880230) TX_TASK: Wrote 11 bytes +I (890230) TX_TASK: Wrote 11 bytes +I (900230) TX_TASK: Wrote 11 bytes +I (910230) TX_TASK: Wrote 11 bytes +I (920230) TX_TASK: Wrote 11 bytes +I (930230) TX_TASK: Wrote 11 bytes +I (940230) TX_TASK: Wrote 11 bytes +I (950230) TX_TASK: Wrote 11 bytes +I (960230) TX_TASK: Wrote 11 bytes +I (970230) TX_TASK: Wrote 11 bytes +I (980230) TX_TASK: Wrote 11 bytes +I (990230) TX_TASK: Wrote 11 bytes +I (1000230) TX_TASK: Wrote 11 bytes +I (1010230) TX_TASK: Wrote 11 bytes +I (1020230) TX_TASK: Wrote 11 bytes +I (1030230) TX_TASK: Wrote 11 bytes +I (1040230) TX_TASK: Wrote 11 bytes +I (1050230) TX_TASK: Wrote 11 bytes +I (1060230) TX_TASK: Wrote 11 bytes +I (1070230) TX_TASK: Wrote 11 bytes +I (1080230) TX_TASK: Wrote 11 bytes +I (1090230) TX_TASK: Wrote 11 bytes +I (1100230) TX_TASK: Wrote 11 bytes +I (1110230) TX_TASK: Wrote 11 bytes +I (1120230) TX_TASK: Wrote 11 bytes +I (1130230) TX_TASK: Wrote 11 bytes +I (1140230) TX_TASK: Wrote 11 bytes +I (1150230) TX_TASK: Wrote 11 bytes +I (1160230) TX_TASK: Wrote 11 bytes +I (1170230) TX_TASK: Wrote 11 bytes +I (1180230) TX_TASK: Wrote 11 bytes +I (1190230) TX_TASK: Wrote 11 bytes +I (1200230) TX_TASK: Wrote 11 bytes +I (1210230) TX_TASK: Wrote 11 bytes +I (1220230) TX_TASK: Wrote 11 bytes +I (1230230) TX_TASK: Wrote 11 bytes +I (1240230) TX_TASK: Wrote 11 bytes +I (1250230) TX_TASK: Wrote 11 bytes +I (1260230) TX_TASK: Wrote 11 bytes +I (1270230) TX_TASK: Wrote 11 bytes +I (1280230) TX_TASK: Wrote 11 bytes +I (1290230) TX_TASK: Wrote 11 bytes +I (1300230) TX_TASK: Wrote 11 bytes +I (1310230) TX_TASK: Wrote 11 bytes +I (1320230) TX_TASK: Wrote 11 bytes +I (1330230) TX_TASK: Wrote 11 bytes +I (1340230) TX_TASK: Wrote 11 bytes +I (1350230) TX_TASK: Wrote 11 bytes +I (1360230) TX_TASK: Wrote 11 bytes +I (1370230) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_25475 b/build/log/idf_py_stdout_output_25475 new file mode 100644 index 0000000..6c61634 --- /dev/null +++ b/build/log/idf_py_stdout_output_25475 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cff0 bytes. Smallest app partition is 0x100000 bytes. 0xd3010 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_25639 b/build/log/idf_py_stdout_output_25639 new file mode 100644 index 0000000..3e580df --- /dev/null +++ b/build/log/idf_py_stdout_output_25639 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cff0 bytes. Smallest app partition is 0x100000 bytes. 0xd3010 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 520.4 kbit/s)... +Hash of data verified. +Compressed 184304 bytes to 93533... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa54... (33 %) +Writing at 0x0002162d... (50 %) +Writing at 0x000288e2... (66 %) +Writing at 0x00030bdd... (83 %) +Writing at 0x0003781e... (100 %) +Wrote 184304 bytes (93533 compressed) at 0x00010000 in 1.6 seconds (effective 919.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_25657 b/build/log/idf_py_stdout_output_25657 new file mode 100644 index 0000000..e85049a --- /dev/null +++ b/build/log/idf_py_stdout_output_25657 @@ -0,0 +1,90 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09bbch ( 39868) map +I (89) esp_image: segment 1: paddr=00019be4 vaddr=40800000 size=06434h ( 25652) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15b20h ( 88864) map +I (112) esp_image: segment 3: paddr=00035b48 vaddr=40806434 size=05cf0h ( 23792) load +I (118) esp_image: segment 4: paddr=0003b840 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: fe04748ff... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) TX_TASK: Wrote 11 bytes +I (230) main_task: Returned from app_main() +I (10230) TX_TASK: Wrote 11 bytes +I (20230) TX_TASK: Wrote 11 bytes +I (30230) TX_TASK: Wrote 11 bytes +I (32540) RX_TASK: Read 256 bytes: '������������?W��n����' +I (32540) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 57 9b |............?.W.| +I (32550) RX_TASK: 0x40813270 a1 6e ff ff ff ff 00 00 00 03 70 c1 ff ff ff ff |.n........p.....| +I (32560) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 57 9b a1 6e ff ff |........?.W..n..| +I (32560) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (32570) RX_TASK: 0x408132a0 45 50 4f 43 90 84 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (32580) RX_TASK: 0x408132b0 c0 ff 3f 01 57 9b a1 6e ff ff ff ff 00 00 00 03 |..?.W..n........| +I (32590) RX_TASK: 0x408132c0 70 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |p.............?.| +I (32600) RX_TASK: 0x408132d0 57 9b a1 6e ff ff ff ff 00 ff 00 82 24 00 53 79 |W..n........$.Sy| +I (32610) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 90 84 c1 ff ff ff |mbian EPOC......| +I (32620) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 57 9b a1 6e ff |.........?.W..n.| +I (32630) RX_TASK: 0x40813300 ff ff ff 00 00 00 03 70 c1 ff ff ff ff ff ff ff |.......p........| +I (32630) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 57 9b a1 6e ff ff ff ff 00 ff |....?.W..n......| +I (32640) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (32650) RX_TASK: 0x40813330 90 84 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (32660) RX_TASK: 0x40813340 01 57 9b a1 6e ff ff ff ff 00 00 00 03 70 c1 ff |.W..n........p..| +I (32670) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 57 9b a1 |...........?.W..| +I (34010) RX_TASK: Read 168 bytes: 'n����' +I (34010) RX_TASK: 0x40813260 6e ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |n........$.Symbi| +I (34010) RX_TASK: 0x40813270 61 6e 20 45 50 4f 43 90 84 c1 ff ff ff ff ff ff |an EPOC.........| +I (34020) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 57 9b a1 6e ff ff ff ff |......?.W..n....| +I (34020) RX_TASK: 0x40813290 00 00 00 03 70 c1 ff ff ff ff ff ff ff ff ff ff |....p...........| +I (34030) RX_TASK: 0x408132a0 c0 ff 3f 01 57 9b a1 6e ff ff ff ff 00 ff 00 82 |..?.W..n........| +I (34040) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 90 84 |$.Symbian EPOC..| +I (34050) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 57 |.............?.W| +I (34060) RX_TASK: 0x408132d0 9b a1 6e ff ff ff ff 00 00 00 03 70 c1 ff ff ff |..n........p....| +I (34070) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 57 9b a1 6e ff |.........?.W..n.| +I (34080) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (34090) RX_TASK: 0x40813300 20 45 50 4f 43 90 84 c1 | EPOC...| +I (40230) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_25670 b/build/log/idf_py_stdout_output_25670 new file mode 100644 index 0000000..ef8d213 --- /dev/null +++ b/build/log/idf_py_stdout_output_25670 @@ -0,0 +1,24 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:28:12: warning: missing terminating " character + 28 | printf("Starting to Parse:); + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:28:12: error: missing terminating " character + 28 | printf("Starting to Parse:); + | ^~~~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:29:5: error: expected expression before 'size_t' + 29 | size_t i = 0; + | ^~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:99:6: error: expected ';' before '}' token + 99 | } + | ^ + | ; + 100 | } + | ~ +[3/9] No install step for 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_25687 b/build/log/idf_py_stdout_output_25687 new file mode 100644 index 0000000..63d13e9 --- /dev/null +++ b/build/log/idf_py_stdout_output_25687 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d010 bytes. Smallest app partition is 0x100000 bytes. 0xd2ff0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_25813 b/build/log/idf_py_stdout_output_25813 new file mode 100644 index 0000000..bc08f14 --- /dev/null +++ b/build/log/idf_py_stdout_output_25813 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d010 bytes. Smallest app partition is 0x100000 bytes. 0xd2ff0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 520.3 kbit/s)... +Hash of data verified. +Compressed 184336 bytes to 93560... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa5c... (33 %) +Writing at 0x00021628... (50 %) +Writing at 0x000288dd... (66 %) +Writing at 0x00030bd2... (83 %) +Writing at 0x00037802... (100 %) +Wrote 184336 bytes (93560 compressed) at 0x00010000 in 1.6 seconds (effective 908.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_25831 b/build/log/idf_py_stdout_output_25831 new file mode 100644 index 0000000..a33c050 --- /dev/null +++ b/build/log/idf_py_stdout_output_25831 @@ -0,0 +1,98 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09bd0h ( 39888) map +I (89) esp_image: segment 1: paddr=00019bf8 vaddr=40800000 size=06420h ( 25632) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15b30h ( 88880) map +I (112) esp_image: segment 3: paddr=00035b58 vaddr=40806420 size=05d04h ( 23812) load +I (118) esp_image: segment 4: paddr=0003b864 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 80023d53f... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) TX_TASK: Wrote 11 bytes +I (230) main_task: Returned from app_main() +I (5520) RX_TASK: Read 256 bytes: '������������?�03����' +I (5520) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 90 30 |............?..0| +I (5520) RX_TASK: 0x40813270 33 13 ff ff ff ff 00 00 00 e5 0e c1 ff ff ff ff |3...............| +I (5530) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 90 30 33 13 ff ff |........?..03...| +I (5540) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5550) RX_TASK: 0x408132a0 45 50 4f 43 6a 04 c1 ff ff ff ff ff ff ff ff ff |EPOCj...........| +I (5560) RX_TASK: 0x408132b0 ff c0 ff 3f 01 90 30 33 13 ff ff ff ff 00 00 00 |...?..03........| +I (5570) RX_TASK: 0x408132c0 e5 0e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5580) RX_TASK: 0x408132d0 01 90 30 33 13 ff ff ff ff 00 ff 00 82 24 00 53 |..03.........$.S| +I (5590) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 6a 04 c1 ff ff |ymbian EPOCj....| +I (5590) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 90 30 33 13 |..........?..03.| +I (5600) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 e5 0e c1 ff ff ff ff ff ff |................| +I (5610) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 90 30 33 13 ff ff ff ff |......?..03.....| +I (5620) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5630) RX_TASK: 0x40813330 4f 43 6a 04 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCj.............| +I (5640) RX_TASK: 0x40813340 ff 3f 01 90 30 33 13 ff ff ff ff 00 00 00 e5 0e |.?..03..........| +I (5650) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 90 |.............?..| +Starting to ParseI (7200) RX_TASK: Read 214 bytes: '03����' +I (7200) RX_TASK: 0x40813260 30 33 13 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |03.........$.Sym| +I (7200) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 6a 04 c1 ff ff ff ff |bian EPOCj......| +I (7210) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 90 30 33 13 ff ff |........?..03...| +I (7220) RX_TASK: 0x40813290 ff ff 00 00 00 e5 0e c1 ff ff ff ff ff ff ff ff |................| +I (7220) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 90 30 33 13 ff ff ff ff 00 ff |....?..03.......| +I (7230) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (7240) RX_TASK: 0x408132c0 6a 04 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |j..............?| +I (7250) RX_TASK: 0x408132d0 01 90 30 33 13 ff ff ff ff 00 00 00 e5 0e c1 ff |..03............| +I (7260) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 90 30 33 13 |..........?..03.| +I (7270) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (7280) RX_TASK: 0x40813300 6e 20 45 50 4f 43 6a 04 c1 ff ff ff ff ff ff ff |n EPOCj.........| +I (7290) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 90 30 33 13 ff ff ff ff 00 |.....?..03......| +I (7290) RX_TASK: 0x40813320 00 00 e5 0e c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (7300) RX_TASK: 0x40813330 ff 3f 01 90 30 33 |.?..03| +Starting to ParseI (10230) TX_TASK: Wrote 11 bytes +I (20230) TX_TASK: Wrote 11 bytes +I (30230) TX_TASK: Wrote 11 bytes +I (40230) TX_TASK: Wrote 11 bytes +I (50230) TX_TASK: Wrote 11 bytes +I (60230) TX_TASK: Wrote 11 bytes +I (70230) TX_TASK: Wrote 11 bytes +I (80230) TX_TASK: Wrote 11 bytes +I (90230) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_25842 b/build/log/idf_py_stdout_output_25842 new file mode 100644 index 0000000..2cb11ee --- /dev/null +++ b/build/log/idf_py_stdout_output_25842 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d200 bytes. Smallest app partition is 0x100000 bytes. 0xd2e00 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_25968 b/build/log/idf_py_stdout_output_25968 new file mode 100644 index 0000000..d848998 --- /dev/null +++ b/build/log/idf_py_stdout_output_25968 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d200 bytes. Smallest app partition is 0x100000 bytes. 0xd2e00 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 518.8 kbit/s)... +Hash of data verified. +Compressed 184832 bytes to 93717... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae2... (33 %) +Writing at 0x000216b3... (50 %) +Writing at 0x00028935... (66 %) +Writing at 0x00030c9a... (83 %) +Writing at 0x00037908... (100 %) +Wrote 184832 bytes (93717 compressed) at 0x00010000 in 1.6 seconds (effective 902.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_25986 b/build/log/idf_py_stdout_output_25986 new file mode 100644 index 0000000..8dc826e --- /dev/null +++ b/build/log/idf_py_stdout_output_25986 @@ -0,0 +1,93 @@ +ain() +I (237) TX_TASK: Wrote 11 bytes +I (237) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09c6ch ( 40044) map +I (89) esp_image: segment 1: paddr=00019c94 vaddr=40800000 size=06384h ( 25476) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15c84h ( 89220) map +I (113) esp_image: segment 3: paddr=00035cac vaddr=40806384 size=05da0h ( 23968) load +I (118) esp_image: segment 4: paddr=0003ba54 vaddr=4080c130 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: e4dd3e54b... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) TX_TASK: Wrote 11 bytes +I (230) main_task: Returned from app_main() +I (5050) RX_TASK: Read 256 bytes: '������������?���'����' +I (5050) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 dc bb |............?...| +I (5050) RX_TASK: 0x40813270 ee 27 ff ff ff ff 00 00 00 0d b5 c1 ff ff ff ff |.'..............| +I (5060) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 dc bb ee 27 ff ff |........?....'..| +I (5070) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5080) RX_TASK: 0x408132a0 45 50 4f 43 ed 25 c1 ff ff ff ff ff ff ff ff ff |EPOC.%..........| +I (5090) RX_TASK: 0x408132b0 ff c0 ff 3f 01 dc bb ee 27 ff ff ff ff 00 00 00 |...?....'.......| +I (5100) RX_TASK: 0x408132c0 0d b5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5100) RX_TASK: 0x408132d0 01 dc bb ee 27 ff ff ff ff 00 ff 00 82 24 00 53 |....'........$.S| +I (5110) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 ed 25 c1 ff ff |ymbian EPOC.%...| +I (5120) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 dc bb ee 27 |..........?....'| +I (5130) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 0d b5 c1 ff ff ff ff ff ff |................| +I (5140) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 dc bb ee 27 ff ff ff ff |......?....'....| +I (5150) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5160) RX_TASK: 0x40813330 4f 43 ed 25 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC.%............| +I (5170) RX_TASK: 0x40813340 ff 3f 01 dc bb ee 27 ff ff ff ff 00 00 00 0d b5 |.?....'.........| +I (5170) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 dc |.............?..| +I (5180) RX_TASK: Starting to Parse +I (6520) RX_TASK: Read 168 bytes: '��'����' +I (6520) RX_TASK: 0x40813260 bb ee 27 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..'........$.Sym| +I (6520) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 ed 25 c1 ff ff ff ff |bian EPOC.%.....| +I (6530) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 dc bb ee 27 ff ff ff |.......?....'...| +I (6530) RX_TASK: 0x40813290 ff 00 00 00 0d b5 c1 ff ff ff ff ff ff ff ff ff |................| +I (6540) RX_TASK: 0x408132a0 ff c0 ff 3f 01 dc bb ee 27 ff ff ff ff 00 ff 00 |...?....'.......| +I (6550) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ed |.$.Symbian EPOC.| +I (6560) RX_TASK: 0x408132c0 25 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 dc |%............?..| +I (6570) RX_TASK: 0x408132d0 bb ee 27 ff ff ff ff 00 00 00 0d b5 c1 ff ff ff |..'.............| +I (6580) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 dc bb ee 27 ff |.........?....'.| +I (6590) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (6600) RX_TASK: 0x40813300 20 45 50 4f 43 ed 25 c1 | EPOC.%.| +I (6600) RX_TASK: Starting to Parse +I (10230) TX_TASK: Wrote 11 bytes +I (20230) TX_TASK: Wrote 11 bytes diff --git a/build/log/idf_py_stdout_output_25994 b/build/log/idf_py_stdout_output_25994 new file mode 100644 index 0000000..61bce34 --- /dev/null +++ b/build/log/idf_py_stdout_output_25994 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:130:13: warning: 'tx_task' defined but not used [-Wunused-function] + 130 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_26122 b/build/log/idf_py_stdout_output_26122 new file mode 100644 index 0000000..88bf77a --- /dev/null +++ b/build/log/idf_py_stdout_output_26122 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 525.0 kbit/s)... +Hash of data verified. +Compressed 183488 bytes to 93056... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa86... (33 %) +Writing at 0x00021654... (50 %) +Writing at 0x00028901... (66 %) +Writing at 0x00030c14... (83 %) +Writing at 0x000377f0... (100 %) +Wrote 183488 bytes (93056 compressed) at 0x00010000 in 1.6 seconds (effective 919.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_26143 b/build/log/idf_py_stdout_output_26143 new file mode 100644 index 0000000..478932e --- /dev/null +++ b/build/log/idf_py_stdout_output_26143 @@ -0,0 +1,107 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09b94h ( 39828) map +I (89) esp_image: segment 1: paddr=00019bbc vaddr=40800000 size=0645ch ( 25692) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1583ch ( 88124) map +I (112) esp_image: segment 3: paddr=00035864 vaddr=4080645c size=05c9ch ( 23708) load +I (118) esp_image: segment 4: paddr=0003b508 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 1d3dee07b... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5180) RX_TASK: Read 256 bytes: '������������?��?����' +I (5180) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d5 1f |............?...| +I (5190) RX_TASK: 0x40813240 e5 3f ff ff ff ff 00 00 00 e0 3d c1 ff ff ff ff |.?........=.....| +I (5190) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 d5 1f e5 3f ff ff |........?....?..| +I (5200) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5210) RX_TASK: 0x40813270 45 50 4f 43 af 94 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (5220) RX_TASK: 0x40813280 ff c0 ff 3f 01 d5 1f e5 3f ff ff ff ff 00 00 00 |...?....?.......| +I (5230) RX_TASK: 0x40813290 e0 3d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.=.............?| +I (5240) RX_TASK: 0x408132a0 01 d5 1f e5 3f ff ff ff ff 00 ff 00 82 24 00 53 |....?........$.S| +I (5250) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 af 94 c1 ff ff |ymbian EPOC.....| +I (5260) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 d5 1f e5 3f |..........?....?| +I (5260) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 e0 3d c1 ff ff ff ff ff ff |........=.......| +I (5270) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 d5 1f e5 3f ff ff ff ff |......?....?....| +I (5280) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5290) RX_TASK: 0x40813300 4f 43 af 94 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (5300) RX_TASK: 0x40813310 ff 3f 01 d5 1f e5 3f ff ff ff ff 00 00 00 e0 3d |.?....?........=| +I (5310) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d5 1f |............?...| +I (5320) RX_TASK: Starting to Parse +I (5990) RX_TASK: Read 256 bytes: '�?����' +I (5990) RX_TASK: 0x40813230 e5 3f ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.?........$.Symb| +I (6000) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 af 94 c1 ff ff ff ff ff |ian EPOC........| +I (6010) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 d5 1f e5 3f ff ff ff |.......?....?...| +I (6010) RX_TASK: 0x40813260 ff 00 00 00 e0 3d c1 ff ff ff ff ff ff ff ff ff |.....=..........| +I (6020) RX_TASK: 0x40813270 ff c0 ff 3f 01 d5 1f e5 3f ff ff ff ff 00 ff 00 |...?....?.......| +I (6030) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 af |.$.Symbian EPOC.| +I (6040) RX_TASK: 0x40813290 94 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6050) RX_TASK: 0x408132a0 d5 1f e5 3f ff ff ff ff 00 00 00 e0 3d c1 ff ff |...?........=...| +I (6060) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 d5 1f e5 3f |..........?....?| +I (6070) RX_TASK: 0x408132c0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (6080) RX_TASK: 0x408132d0 6e 20 45 50 4f 43 af 94 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (6080) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 d5 1f e5 3f ff ff ff ff 00 |.....?....?.....| +I (6090) RX_TASK: 0x408132f0 00 00 e0 3d c1 ff ff ff ff ff ff ff ff ff ff c0 |...=............| +I (6100) RX_TASK: 0x40813300 ff 3f 01 d5 1f e5 3f ff ff ff ff 00 ff 00 82 24 |.?....?........$| +I (6110) RX_TASK: 0x40813310 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 af 94 c1 |.Symbian EPOC...| +I (6120) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d5 1f |............?...| +I (6130) RX_TASK: Starting to Parse +I (7600) RX_TASK: Read 197 bytes: '�?����' +I (7600) RX_TASK: 0x40813230 e5 3f ff ff ff ff 00 00 00 e0 3d c1 ff ff ff ff |.?........=.....| +I (7600) RX_TASK: 0x40813240 ff ff ff ff ff ff c0 ff 3f 01 d5 1f e5 3f ff ff |........?....?..| +I (7610) RX_TASK: 0x40813250 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (7610) RX_TASK: 0x40813260 45 50 4f 43 af 94 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (7620) RX_TASK: 0x40813270 ff c0 ff 3f 01 d5 1f e5 3f ff ff ff ff 00 00 00 |...?....?.......| +I (7630) RX_TASK: 0x40813280 e0 3d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.=.............?| +I (7640) RX_TASK: 0x40813290 01 d5 1f e5 3f ff ff ff ff 00 ff 00 82 24 00 53 |....?........$.S| +I (7650) RX_TASK: 0x408132a0 79 6d 62 69 61 6e 20 45 50 4f 43 af 94 c1 ff ff |ymbian EPOC.....| +I (7660) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 d5 1f e5 3f |..........?....?| +I (7670) RX_TASK: 0x408132c0 ff ff ff ff 00 00 00 e0 3d c1 ff ff ff ff ff ff |........=.......| +I (7680) RX_TASK: 0x408132d0 ff ff ff ff c0 ff 3f 01 d5 1f e5 3f ff ff ff ff |......?....?....| +I (7680) RX_TASK: 0x408132e0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (7690) RX_TASK: 0x408132f0 4f 43 af 94 c1 |OC...| +I (7700) RX_TASK: Starting to Parse diff --git a/build/log/idf_py_stdout_output_26155 b/build/log/idf_py_stdout_output_26155 new file mode 100644 index 0000000..61bce34 --- /dev/null +++ b/build/log/idf_py_stdout_output_26155 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:130:13: warning: 'tx_task' defined but not used [-Wunused-function] + 130 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_26280 b/build/log/idf_py_stdout_output_26280 new file mode 100644 index 0000000..3c6825f --- /dev/null +++ b/build/log/idf_py_stdout_output_26280 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 515.7 kbit/s)... +Hash of data verified. +Compressed 183488 bytes to 93057... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa76... (33 %) +Writing at 0x00021644... (50 %) +Writing at 0x00028904... (66 %) +Writing at 0x00030c0e... (83 %) +Writing at 0x000377fb... (100 %) +Wrote 183488 bytes (93057 compressed) at 0x00010000 in 1.6 seconds (effective 920.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_26298 b/build/log/idf_py_stdout_output_26298 new file mode 100644 index 0000000..a28adb6 --- /dev/null +++ b/build/log/idf_py_stdout_output_26298 @@ -0,0 +1,85 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09b98h ( 39832) map +I (89) esp_image: segment 1: paddr=00019bc0 vaddr=40800000 size=06458h ( 25688) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1583ch ( 88124) map +I (112) esp_image: segment 3: paddr=00035864 vaddr=40806458 size=05ca0h ( 23712) load +I (118) esp_image: segment 4: paddr=0003b50c vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: fa808c150... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4230) RX_TASK: Read 256 bytes: '������������?��O����' +I (4230) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 dc 1e |............?...| +I (4240) RX_TASK: 0x40813240 fe 4f ff ff ff ff 00 00 00 dc 26 c1 ff ff ff ff |.O........&.....| +I (4240) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 dc 1e fe 4f ff ff |........?....O..| +I (4250) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4260) RX_TASK: 0x40813270 45 50 4f 43 d3 b8 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (4270) RX_TASK: 0x40813280 ff c0 ff 3f 01 dc 1e fe 4f ff ff ff ff 00 00 00 |...?....O.......| +I (4280) RX_TASK: 0x40813290 dc 26 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.&.............?| +I (4290) RX_TASK: 0x408132a0 01 dc 1e fe 4f ff ff ff ff 00 ff 00 82 24 00 53 |....O........$.S| +I (4300) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 d3 b8 c1 ff ff |ymbian EPOC.....| +I (4310) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 dc 1e fe 4f |..........?....O| +I (4310) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 dc 26 c1 ff ff ff ff ff ff |........&.......| +I (4320) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 dc 1e fe 4f ff ff ff ff |......?....O....| +I (4330) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (4340) RX_TASK: 0x40813300 4f 43 d3 b8 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (4350) RX_TASK: 0x40813310 ff 3f 01 dc 1e fe 4f ff ff ff ff 00 00 00 dc 26 |.?....O........&| +I (4360) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 dc |.............?..| +I (4370) RX_TASK: Starting to Parse: 4 +I (5620) RX_TASK: Read 144 bytes: '�O����' +I (5620) RX_TASK: 0x40813230 1e fe 4f ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..O........$.Sym| +I (5620) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 d3 b8 c1 ff ff ff ff |bian EPOC.......| +I (5630) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 dc 1e fe 4f ff ff |........?....O..| +I (5630) RX_TASK: 0x40813260 ff ff 00 00 00 dc 26 c1 ff ff ff ff ff ff ff ff |......&.........| +I (5640) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 dc 1e fe 4f ff ff ff ff 00 ff |....?....O......| +I (5650) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (5660) RX_TASK: 0x40813290 d3 b8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5670) RX_TASK: 0x408132a0 01 dc 1e fe 4f ff ff ff ff 00 00 00 dc 26 c1 ff |....O........&..| +I (5680) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 dc 1e fe |...........?....| +I (5690) RX_TASK: Starting to Parse: 4 diff --git a/build/log/idf_py_stdout_output_26308 b/build/log/idf_py_stdout_output_26308 new file mode 100644 index 0000000..61bce34 --- /dev/null +++ b/build/log/idf_py_stdout_output_26308 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:130:13: warning: 'tx_task' defined but not used [-Wunused-function] + 130 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. diff --git a/build/log/idf_py_stdout_output_26434 b/build/log/idf_py_stdout_output_26434 new file mode 100644 index 0000000..8f41729 --- /dev/null +++ b/build/log/idf_py_stdout_output_26434 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 517.3 kbit/s)... +Hash of data verified. +Compressed 183488 bytes to 93054... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa79... (33 %) +Writing at 0x0002164b... (50 %) +Writing at 0x00028904... (66 %) +Writing at 0x00030c16... (83 %) +Writing at 0x000377fe... (100 %) +Wrote 183488 bytes (93054 compressed) at 0x00010000 in 1.6 seconds (effective 923.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_26452 b/build/log/idf_py_stdout_output_26452 new file mode 100644 index 0000000..70fefd2 --- /dev/null +++ b/build/log/idf_py_stdout_output_26452 @@ -0,0 +1,481 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09b98h ( 39832) map +I (89) esp_image: segment 1: paddr=00019bc0 vaddr=40800000 size=06458h ( 25688) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1583ch ( 88124) map +I (112) esp_image: segment 3: paddr=00035864 vaddr=40806458 size=05ca0h ( 23712) load +I (118) esp_image: segment 4: paddr=0003b50c vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 2bd26d57d... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (171) efuse_init: Max chip rev: v0.99  +I (175) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5570) RX_TASK: Read 256 bytes: '�����������?}]�|_����' +I (5570) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7d 5d f5 |...........?.}].| +I (5580) RX_TASK: 0x40813240 7c 5f ff ff ff ff 00 00 00 f1 45 c1 ff ff ff ff ||_........E.....| +I (5580) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 7d 5d f5 7c 5f ff |........?.}].|_.| +I (5590) RX_TASK: 0x40813260 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (5600) RX_TASK: 0x40813270 20 45 50 4f 43 05 a1 c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (5610) RX_TASK: 0x40813280 ff ff c0 ff 3f 01 7d 5d f5 7c 5f ff ff ff ff 00 |....?.}].|_.....| +I (5620) RX_TASK: 0x40813290 00 00 f1 45 c1 ff ff ff ff ff ff ff ff ff c0 ff |...E............| +I (5630) RX_TASK: 0x408132a0 3f 01 7d 5d f5 7c 5f ff ff ff ff 00 ff 00 82 24 |?.}].|_........$| +I (5640) RX_TASK: 0x408132b0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 05 a1 c1 |.Symbian EPOC...| +I (5650) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7d 5d |............?.}]| +I (5650) RX_TASK: 0x408132d0 f5 7c 5f ff ff ff ff 00 00 00 f1 45 c1 ff ff ff |.|_........E....| +I (5660) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 7d 5d f5 7c 5f |.........?.}].|_| +I (5670) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (5680) RX_TASK: 0x40813300 6e 20 45 50 4f 43 05 a1 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (5690) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 7d 5d f5 7c 5f ff ff ff ff |.....?.}].|_....| +I (5700) RX_TASK: 0x40813320 00 00 00 f1 45 c1 ff ff ff ff ff ff ff ff ff ff |....E...........| +I (5710) RX_TASK: Starting to Parse: 256 +I (5710) RX_TASK:  +=== Packet 1 (offset 9, length 19) === + +I (5720) RX_TASK: Address: 0xFF + +I (5720) RX_TASK: Control: 0x3F + +I (5720) RX_TASK: CRC: 0xF145 + +I (5720) RX_TASK: Payload (13 bytes): + +I (5730) RX_TASK: 01  +I (5730) RX_TASK: 7D  +I (5730) RX_TASK: 5D  +I (5730) RX_TASK: F5  +I (5740) RX_TASK: 7C  +I (5740) RX_TASK: 5F  +I (5740) RX_TASK: FF  +I (5740) RX_TASK: FF  +I (5740) RX_TASK: FF  +I (5750) RX_TASK: FF  +I (5750) RX_TASK: 00  +I (5750) RX_TASK: 00  +I (5750) RX_TASK: 00  +I (5750) RX_TASK:  +ASCII: +.}].|_.......I (5760) RX_TASK: + +I (5760) RX_TASK:  +=== Packet 2 (offset 38, length 34) === + +I (5770) RX_TASK: Address: 0xFF + +I (5770) RX_TASK: Control: 0x3F + +I (5770) RX_TASK: CRC: 0x05A1 + +I (5770) RX_TASK: Payload (28 bytes): + +I (5780) RX_TASK: 01  +I (5780) RX_TASK: 7D  +I (5780) RX_TASK: 5D  +I (5780) RX_TASK: F5  +I (5790) RX_TASK: 7C  +I (5790) RX_TASK: 5F  +I (5790) RX_TASK: FF  +I (5790) RX_TASK: FF  +I (5790) RX_TASK: FF  +I (5800) RX_TASK: FF  +I (5800) RX_TASK: 00  +I (5800) RX_TASK: FF  +I (5800) RX_TASK: 00  +I (5800) RX_TASK: 82  +I (5810) RX_TASK: 24  +I (5810) RX_TASK: 00  +I (5810) RX_TASK:  + +I (5810) RX_TASK: 53  +I (5810) RX_TASK: 79  +I (5820) RX_TASK: 6D  +I (5820) RX_TASK: 62  +I (5820) RX_TASK: 69  +I (5820) RX_TASK: 61  +I (5820) RX_TASK: 6E  +I (5830) RX_TASK: 20  +I (5830) RX_TASK: 45  +I (5830) RX_TASK: 50  +I (5830) RX_TASK: 4F  +I (5830) RX_TASK: 43  +I (5840) RX_TASK:  +ASCII: +.}].|_........$.Symbian EPOCI (5840) RX_TASK: + +I (5840) RX_TASK:  +=== Packet 3 (offset 82, length 19) === + +I (5850) RX_TASK: Address: 0xFF + +I (5850) RX_TASK: Control: 0x3F + +I (5850) RX_TASK: CRC: 0xF145 + +I (5860) RX_TASK: Payload (13 bytes): + +I (5860) RX_TASK: 01  +I (5860) RX_TASK: 7D  +I (5870) RX_TASK: 5D  +I (5870) RX_TASK: F5  +I (5870) RX_TASK: 7C  +I (5870) RX_TASK: 5F  +I (5870) RX_TASK: FF  +I (5880) RX_TASK: FF  +I (5880) RX_TASK: FF  +I (5880) RX_TASK: FF  +I (5880) RX_TASK: 00  +I (5880) RX_TASK: 00  +I (5890) RX_TASK: 00  +I (5890) RX_TASK:  +ASCII: +.}].|_.......I (5890) RX_TASK: + +I (5890) RX_TASK:  +=== Packet 4 (offset 110, length 34) === + +I (5900) RX_TASK: Address: 0xFF + +I (5900) RX_TASK: Control: 0x3F + +I (5900) RX_TASK: CRC: 0x05A1 + +I (5910) RX_TASK: Payload (28 bytes): + +I (5910) RX_TASK: 01  +I (5910) RX_TASK: 7D  +I (5910) RX_TASK: 5D  +I (5920) RX_TASK: F5  +I (5920) RX_TASK: 7C  +I (5920) RX_TASK: 5F  +I (5920) RX_TASK: FF  +I (5920) RX_TASK: FF  +I (5930) RX_TASK: FF  +I (5930) RX_TASK: FF  +I (5930) RX_TASK: 00  +I (5930) RX_TASK: FF  +I (5930) RX_TASK: 00  +I (5940) RX_TASK: 82  +I (5940) RX_TASK: 24  +I (5940) RX_TASK: 00  +I (5940) RX_TASK:  + +I (5940) RX_TASK: 53  +I (5950) RX_TASK: 79  +I (5950) RX_TASK: 6D  +I (5950) RX_TASK: 62  +I (5950) RX_TASK: 69  +I (5950) RX_TASK: 61  +I (5960) RX_TASK: 6E  +I (5960) RX_TASK: 20  +I (5960) RX_TASK: 45  +I (5960) RX_TASK: 50  +I (5960) RX_TASK: 4F  +I (5970) RX_TASK: 43  +I (5970) RX_TASK:  +ASCII: +.}].|_........$.Symbian EPOCI (5970) RX_TASK: + +I (5980) RX_TASK:  +=== Packet 5 (offset 154, length 19) === + +I (5980) RX_TASK: Address: 0xFF + +I (5980) RX_TASK: Control: 0x3F + +I (5990) RX_TASK: CRC: 0xF145 + +I (5990) RX_TASK: Payload (13 bytes): + +I (5990) RX_TASK: 01  +I (6000) RX_TASK: 7D  +I (6000) RX_TASK: 5D  +I (6000) RX_TASK: F5  +I (6000) RX_TASK: 7C  +I (6000) RX_TASK: 5F  +I (6010) RX_TASK: FF  +I (6010) RX_TASK: FF  +I (6010) RX_TASK: FF  +I (6010) RX_TASK: FF  +I (6010) RX_TASK: 00  +I (6020) RX_TASK: 00  +I (6020) RX_TASK: 00  +I (6020) RX_TASK:  +ASCII: +.}].|_.......I (6020) RX_TASK: + +I (6030) RX_TASK:  +=== Packet 6 (offset 183, length 34) === + +I (6030) RX_TASK: Address: 0xFF + +I (6030) RX_TASK: Control: 0x3F + +I (6040) RX_TASK: CRC: 0x05A1 + +I (6040) RX_TASK: Payload (28 bytes): + +I (6040) RX_TASK: 01  +I (6050) RX_TASK: 7D  +I (6050) RX_TASK: 5D  +I (6050) RX_TASK: F5  +I (6050) RX_TASK: 7C  +I (6050) RX_TASK: 5F  +I (6060) RX_TASK: FF  +I (6060) RX_TASK: FF  +I (6060) RX_TASK: FF  +I (6060) RX_TASK: FF  +I (6060) RX_TASK: 00  +I (6070) RX_TASK: FF  +I (6070) RX_TASK: 00  +I (6070) RX_TASK: 82  +I (6070) RX_TASK: 24  +I (6070) RX_TASK: 00  +I (6080) RX_TASK:  + +I (6080) RX_TASK: 53  +I (6080) RX_TASK: 79  +I (6080) RX_TASK: 6D  +I (6080) RX_TASK: 62  +I (6090) RX_TASK: 69  +I (6090) RX_TASK: 61  +I (6090) RX_TASK: 6E  +I (6090) RX_TASK: 20  +I (6090) RX_TASK: 45  +I (6100) RX_TASK: 50  +I (6100) RX_TASK: 4F  +I (6100) RX_TASK: 43  +I (6100) RX_TASK:  +ASCII: +.}].|_........$.Symbian EPOCI (6100) RX_TASK: + +I (6110) RX_TASK:  +=== Packet 7 (offset 227, length 19) === + +I (6110) RX_TASK: Address: 0xFF + +I (6120) RX_TASK: Control: 0x3F + +I (6120) RX_TASK: CRC: 0xF145 + +I (6120) RX_TASK: Payload (13 bytes): + +I (6130) RX_TASK: 01  +I (6130) RX_TASK: 7D  +I (6130) RX_TASK: 5D  +I (6130) RX_TASK: F5  +I (6130) RX_TASK: 7C  +I (6140) RX_TASK: 5F  +I (6140) RX_TASK: FF  +I (6140) RX_TASK: FF  +I (6140) RX_TASK: FF  +I (6140) RX_TASK: FF  +I (6150) RX_TASK: 00  +I (6150) RX_TASK: 00  +I (6150) RX_TASK: 00  +I (6150) RX_TASK:  +ASCII: +.}].|_.......I (6160) RX_TASK: + +I (7160) RX_TASK: Read 153 bytes: '��?}]�|_����' +I (7160) RX_TASK: 0x40813230 c0 ff 3f 01 7d 5d f5 7c 5f ff ff ff ff 00 ff 00 |..?.}].|_.......| +I (7160) RX_TASK: 0x40813240 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 05 |.$.Symbian EPOC.| +I (7170) RX_TASK: 0x40813250 a1 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (7170) RX_TASK: 0x40813260 7d 5d f5 7c 5f ff ff ff ff 00 00 00 f1 45 c1 ff |}].|_........E..| +I (7180) RX_TASK: 0x40813270 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7d 5d f5 |...........?.}].| +I (7190) RX_TASK: 0x40813280 7c 5f ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 ||_........$.Symb| +I (7200) RX_TASK: 0x40813290 69 61 6e 20 45 50 4f 43 05 a1 c1 ff ff ff ff ff |ian EPOC........| +I (7210) RX_TASK: 0x408132a0 ff ff ff ff ff c0 ff 3f 01 7d 5d f5 7c 5f ff ff |.......?.}].|_..| +I (7220) RX_TASK: 0x408132b0 ff ff 00 00 00 f1 45 c1 ff ff ff ff ff ff ff ff |......E.........| +I (7230) RX_TASK: 0x408132c0 ff ff c0 ff 3f 01 7d 5d f5 |....?.}].| +I (7240) RX_TASK: Starting to Parse: 153 +I (7240) RX_TASK:  +=== Packet 1 (offset 0, length 34) === + +I (7240) RX_TASK: Address: 0xFF + +I (7250) RX_TASK: Control: 0x3F + +I (7250) RX_TASK: CRC: 0x05A1 + +I (7250) RX_TASK: Payload (28 bytes): + +I (7260) RX_TASK: 01  +I (7260) RX_TASK: 7D  +I (7260) RX_TASK: 5D  +I (7260) RX_TASK: F5  +I (7270) RX_TASK: 7C  +I (7270) RX_TASK: 5F  +I (7270) RX_TASK: FF  +I (7270) RX_TASK: FF  +I (7270) RX_TASK: FF  +I (7280) RX_TASK: FF  +I (7280) RX_TASK: 00  +I (7280) RX_TASK: FF  +I (7280) RX_TASK: 00  +I (7280) RX_TASK: 82  +I (7290) RX_TASK: 24  +I (7290) RX_TASK: 00  +I (7290) RX_TASK:  + +I (7290) RX_TASK: 53  +I (7290) RX_TASK: 79  +I (7300) RX_TASK: 6D  +I (7300) RX_TASK: 62  +I (7300) RX_TASK: 69  +I (7300) RX_TASK: 61  +I (7300) RX_TASK: 6E  +I (7310) RX_TASK: 20  +I (7310) RX_TASK: 45  +I (7310) RX_TASK: 50  +I (7310) RX_TASK: 4F  +I (7310) RX_TASK: 43  +I (7320) RX_TASK:  +ASCII: +.}].|_........$.Symbian EPOCI (7320) RX_TASK: + +I (7320) RX_TASK:  +=== Packet 2 (offset 44, length 19) === + +I (7330) RX_TASK: Address: 0xFF + +I (7330) RX_TASK: Control: 0x3F + +I (7330) RX_TASK: CRC: 0xF145 + +I (7340) RX_TASK: Payload (13 bytes): + +I (7340) RX_TASK: 01  +I (7340) RX_TASK: 7D  +I (7340) RX_TASK: 5D  +I (7350) RX_TASK: F5  +I (7350) RX_TASK: 7C  +I (7350) RX_TASK: 5F  +I (7350) RX_TASK: FF  +I (7350) RX_TASK: FF  +I (7360) RX_TASK: FF  +I (7360) RX_TASK: FF  +I (7360) RX_TASK: 00  +I (7360) RX_TASK: 00  +I (7360) RX_TASK: 00  +I (7370) RX_TASK:  +ASCII: +.}].|_.......I (7370) RX_TASK: + +I (7370) RX_TASK:  +=== Packet 3 (offset 73, length 34) === + +I (7380) RX_TASK: Address: 0xFF + +I (7380) RX_TASK: Control: 0x3F + +I (7380) RX_TASK: CRC: 0x05A1 + +I (7390) RX_TASK: Payload (28 bytes): + +I (7390) RX_TASK: 01  +I (7390) RX_TASK: 7D  +I (7390) RX_TASK: 5D  +I (7400) RX_TASK: F5  +I (7400) RX_TASK: 7C  +I (7400) RX_TASK: 5F  +I (7400) RX_TASK: FF  +I (7400) RX_TASK: FF  +I (7410) RX_TASK: FF  +I (7410) RX_TASK: FF  +I (7410) RX_TASK: 00  +I (7410) RX_TASK: FF  +I (7410) RX_TASK: 00  +I (7420) RX_TASK: 82  +I (7420) RX_TASK: 24  +I (7420) RX_TASK: 00  +I (7420) RX_TASK:  + +I (7420) RX_TASK: 53  +I (7430) RX_TASK: 79  +I (7430) RX_TASK: 6D  +I (7430) RX_TASK: 62  +I (7430) RX_TASK: 69  +I (7430) RX_TASK: 61  +I (7440) RX_TASK: 6E  +I (7440) RX_TASK: 20  +I (7440) RX_TASK: 45  +I (7440) RX_TASK: 50  +I (7440) RX_TASK: 4F  +I (7450) RX_TASK: 43  +I (7450) RX_TASK:  +ASCII: +.}].|_........$.Symbian EPOCI (7450) RX_TASK: + +I (7450) RX_TASK:  +=== Packet 4 (offset 117, length 19) === + +I (7460) RX_TASK: Address: 0xFF + +I (7460) RX_TASK: Control: 0x3F + +I (7470) RX_TASK: CRC: 0xF145 + +I (7470) RX_TASK: Payload (13 bytes): + +I (7470) RX_TASK: 01  +I (7470) RX_TASK: 7D  +I (7480) RX_TASK: 5D  +I (7480) RX_TASK: F5  +I (7480) RX_TASK: 7C  +I (7480) RX_TASK: 5F  +I (7480) RX_TASK: FF  +I (7490) RX_TASK: FF  +I (7490) RX_TASK: FF  +I (7490) RX_TASK: FF  +I (7490) RX_TASK: 00  +I (7490) RX_TASK: 00  +I (7500) RX_TASK: 00  +I (7500) RX_TASK:  +ASCII: +.}].|_.......I (7500) RX_TASK: + +I (7500) RX_TASK: Unterminated packet at offset 146 + diff --git a/build/log/idf_py_stdout_output_26750 b/build/log/idf_py_stdout_output_26750 new file mode 100644 index 0000000..33e9e95 --- /dev/null +++ b/build/log/idf_py_stdout_output_26750 @@ -0,0 +1,7 @@ +[1/4] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2ccc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3340 bytes (83%) free. +[2/4] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/4] No install step for 'bootloader' +[4/4] Completed 'bootloader' diff --git a/build/log/idf_py_stdout_output_26826 b/build/log/idf_py_stdout_output_26826 new file mode 100644 index 0000000..8f4ecf5 --- /dev/null +++ b/build/log/idf_py_stdout_output_26826 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:138:13: warning: 'tx_task' defined but not used [-Wunused-function] + 138 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cd50 bytes. Smallest app partition is 0x100000 bytes. 0xd32b0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_26955 b/build/log/idf_py_stdout_output_26955 new file mode 100644 index 0000000..f673121 --- /dev/null +++ b/build/log/idf_py_stdout_output_26955 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:146:13: warning: 'tx_task' defined but not used [-Wunused-function] + 146 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cd40 bytes. Smallest app partition is 0x100000 bytes. 0xd32c0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_27116 b/build/log/idf_py_stdout_output_27116 new file mode 100644 index 0000000..efb101e --- /dev/null +++ b/build/log/idf_py_stdout_output_27116 @@ -0,0 +1,31 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:68:29: error: unknown type name 'u8' + 68 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:75:29: error: unknown type name 'u8' + 75 | int validate_irda_crc(const u8 *packet, size_t len) { + | ^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:162:35: error: passing argument 2 of 'irda_crc' from incompatible pointer type [-Wincompatible-pointer-types] + 162 | &data[i+1], // Address byte + | ^~~~~~~~~~ + | | + | const uint8_t * {aka const unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:68:33: note: expected 'const int *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 68 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:158:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 158 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:217:13: warning: 'tx_task' defined but not used [-Wunused-function] + 217 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_27146 b/build/log/idf_py_stdout_output_27146 new file mode 100644 index 0000000..ec2931f --- /dev/null +++ b/build/log/idf_py_stdout_output_27146 @@ -0,0 +1,13 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:19:10: fatal error: cstdint.h: No such file or directory + 19 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_27167 b/build/log/idf_py_stdout_output_27167 new file mode 100644 index 0000000..b7c6436 --- /dev/null +++ b/build/log/idf_py_stdout_output_27167 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:163:35: error: passing argument 2 of 'irda_crc' from incompatible pointer type [-Wincompatible-pointer-types] + 163 | &data[i+1], // Address byte + | ^~~~~~~~~~ + | | + | const uint8_t * {aka const unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const short unsigned int *'} but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:159:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 159 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:218:13: warning: 'tx_task' defined but not used [-Wunused-function] + 218 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_27197 b/build/log/idf_py_stdout_output_27197 new file mode 100644 index 0000000..a005d96 --- /dev/null +++ b/build/log/idf_py_stdout_output_27197 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:159:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 159 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:218:13: warning: 'tx_task' defined but not used [-Wunused-function] + 218 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d030 bytes. Smallest app partition is 0x100000 bytes. 0xd2fd0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_27340 b/build/log/idf_py_stdout_output_27340 new file mode 100644 index 0000000..7d21335 --- /dev/null +++ b/build/log/idf_py_stdout_output_27340 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:161:29: error: invalid suffix "xUA" on integer constant + 161 | else if (control == 0xUA){ + | ^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:232:13: warning: 'tx_task' defined but not used [-Wunused-function] + 232 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_27363 b/build/log/idf_py_stdout_output_27363 new file mode 100644 index 0000000..3fe242f --- /dev/null +++ b/build/log/idf_py_stdout_output_27363 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:232:13: warning: 'tx_task' defined but not used [-Wunused-function] + 232 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d030 bytes. Smallest app partition is 0x100000 bytes. 0xd2fd0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_27491 b/build/log/idf_py_stdout_output_27491 new file mode 100644 index 0000000..bb12c7a --- /dev/null +++ b/build/log/idf_py_stdout_output_27491 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d030 bytes. Smallest app partition is 0x100000 bytes. 0xd2fd0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.8 kbit/s)... +Hash of data verified. +Compressed 184368 bytes to 93806... +Writing at 0x00010000... (16 %) +Writing at 0x0001a987... (33 %) +Writing at 0x00021487... (50 %) +Writing at 0x0002878e... (66 %) +Writing at 0x00030a40... (83 %) +Writing at 0x00037683... (100 %) +Wrote 184368 bytes (93806 compressed) at 0x00010000 in 1.6 seconds (effective 899.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_27513 b/build/log/idf_py_stdout_output_27513 new file mode 100644 index 0000000..b5857c0 --- /dev/null +++ b/build/log/idf_py_stdout_output_27513 @@ -0,0 +1,471 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09e04h ( 40452) map +I (89) esp_image: segment 1: paddr=00019e2c vaddr=40800000 size=061ech ( 25068) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15944h ( 88388) map +I (112) esp_image: segment 3: paddr=0003596c vaddr=408061ec size=05f0ch ( 24332) load +I (118) esp_image: segment 4: paddr=0003b880 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 11031266c... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (22840) RX_TASK: Read 256 bytes: '������������?Bv�l����' +I (22840) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 42 76 |............?.Bv| +I (22850) RX_TASK: 0x40813240 ce 6c ff ff ff ff 00 00 00 35 2c c1 ff ff ff ff |.l.......5,.....| +I (22860) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 42 76 ce 6c ff ff |........?.Bv.l..| +I (22860) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (22870) RX_TASK: 0x40813270 45 50 4f 43 22 5a c1 ff ff ff ff ff ff ff ff ff |EPOC"Z..........| +I (22880) RX_TASK: 0x40813280 ff c0 ff 3f 01 42 76 ce 6c ff ff ff ff 00 00 00 |...?.Bv.l.......| +I (22890) RX_TASK: 0x40813290 35 2c c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |5,.............?| +I (22900) RX_TASK: 0x408132a0 01 42 76 ce 6c ff ff ff ff 00 ff 00 82 24 00 53 |.Bv.l........$.S| +I (22910) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 22 5a c1 ff ff |ymbian EPOC"Z...| +I (22920) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 42 76 ce 6c ff |.........?.Bv.l.| +I (22930) RX_TASK: 0x408132d0 ff ff ff 00 00 00 35 2c c1 ff ff ff ff ff ff ff |......5,........| +I (22940) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 42 76 ce 6c ff ff ff ff 00 |.....?.Bv.l.....| +I (22940) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (22950) RX_TASK: 0x40813300 43 22 5a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C"Z.............| +I (22960) RX_TASK: 0x40813310 3f 01 42 76 ce 6c ff ff ff ff 00 00 00 35 2c c1 |?.Bv.l.......5,.| +I (22970) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 42 76 |............?.Bv| +I (22980) RX_TASK: Starting to Parse: 256 +I (22980) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (22990) RX_TASK: Address: 0xFF +I (22990) RX_TASK: Command bit: 1 +I (22990) RX_TASK: Control: 0x3F +I (23000) RX_TASK: Control: P-XID +I (23000) RX_TASK: CRC: 0x352C +I (23000) RX_TASK: CRC Check: VALID + +I (23010) RX_TASK: Payload (12 bytes): +I (23010) RX_TASK: 01  +I (23010) RX_TASK: 42  +I (23010) RX_TASK: 76  +I (23020) RX_TASK: CE  +I (23020) RX_TASK: 6C  +I (23020) RX_TASK: FF  +I (23020) RX_TASK: FF  +I (23030) RX_TASK: FF  +I (23030) RX_TASK: FF  +I (23030) RX_TASK: 00  +I (23030) RX_TASK: 00  +I (23030) RX_TASK: 00  +I (23040) RX_TASK:  +ASCII: +.Bv.l.......I (23040) RX_TASK: + +I (23040) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (23050) RX_TASK: Address: 0xFF +I (23050) RX_TASK: Command bit: 1 +I (23050) RX_TASK: Control: 0x3F +I (23060) RX_TASK: Control: P-XID +I (23060) RX_TASK: CRC: 0x225A +I (23060) RX_TASK: CRC Check: VALID + +I (23070) RX_TASK: Payload (27 bytes): +I (23070) RX_TASK: 01  +I (23070) RX_TASK: 42  +I (23070) RX_TASK: 76  +I (23070) RX_TASK: CE  +I (23080) RX_TASK: 6C  +I (23080) RX_TASK: FF  +I (23080) RX_TASK: FF  +I (23080) RX_TASK: FF  +I (23090) RX_TASK: FF  +I (23090) RX_TASK: 00  +I (23090) RX_TASK: FF  +I (23090) RX_TASK: 00  +I (23090) RX_TASK: 82  +I (23100) RX_TASK: 24  +I (23100) RX_TASK: 00  +I (23100) RX_TASK: 53  +I (23100) RX_TASK:  + +I (23100) RX_TASK: 79  +I (23110) RX_TASK: 6D  +I (23110) RX_TASK: 62  +I (23110) RX_TASK: 69  +I (23110) RX_TASK: 61  +I (23110) RX_TASK: 6E  +I (23120) RX_TASK: 20  +I (23120) RX_TASK: 45  +I (23120) RX_TASK: 50  +I (23120) RX_TASK: 4F  +I (23120) RX_TASK: 43  +I (23130) RX_TASK:  +ASCII: +.Bv.l........$.Symbian EPOCI (23130) RX_TASK: + +I (23130) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (23140) RX_TASK: Address: 0xFF +I (23140) RX_TASK: Command bit: 1 +I (23150) RX_TASK: Control: 0x3F +I (23150) RX_TASK: Control: P-XID +I (23150) RX_TASK: CRC: 0x352C +I (23150) RX_TASK: CRC Check: VALID + +I (23160) RX_TASK: Payload (12 bytes): +I (23160) RX_TASK: 01  +I (23160) RX_TASK: 42  +I (23170) RX_TASK: 76  +I (23170) RX_TASK: CE  +I (23170) RX_TASK: 6C  +I (23170) RX_TASK: FF  +I (23170) RX_TASK: FF  +I (23180) RX_TASK: FF  +I (23180) RX_TASK: FF  +I (23180) RX_TASK: 00  +I (23180) RX_TASK: 00  +I (23180) RX_TASK: 00  +I (23190) RX_TASK:  +ASCII: +.Bv.l.......I (23190) RX_TASK: + +I (23190) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (23200) RX_TASK: Address: 0xFF +I (23200) RX_TASK: Command bit: 1 +I (23200) RX_TASK: Control: 0x3F +I (23210) RX_TASK: Control: P-XID +I (23210) RX_TASK: CRC: 0x225A +I (23210) RX_TASK: CRC Check: VALID + +I (23220) RX_TASK: Payload (27 bytes): +I (23220) RX_TASK: 01  +I (23220) RX_TASK: 42  +I (23220) RX_TASK: 76  +I (23230) RX_TASK: CE  +I (23230) RX_TASK: 6C  +I (23230) RX_TASK: FF  +I (23230) RX_TASK: FF  +I (23230) RX_TASK: FF  +I (23240) RX_TASK: FF  +I (23240) RX_TASK: 00  +I (23240) RX_TASK: FF  +I (23240) RX_TASK: 00  +I (23240) RX_TASK: 82  +I (23250) RX_TASK: 24  +I (23250) RX_TASK: 00  +I (23250) RX_TASK: 53  +I (23250) RX_TASK:  + +I (23250) RX_TASK: 79  +I (23260) RX_TASK: 6D  +I (23260) RX_TASK: 62  +I (23260) RX_TASK: 69  +I (23260) RX_TASK: 61  +I (23270) RX_TASK: 6E  +I (23270) RX_TASK: 20  +I (23270) RX_TASK: 45  +I (23270) RX_TASK: 50  +I (23270) RX_TASK: 4F  +I (23280) RX_TASK: 43  +I (23280) RX_TASK:  +ASCII: +.Bv.l........$.Symbian EPOCI (23280) RX_TASK: + +I (23280) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (23290) RX_TASK: Address: 0xFF +I (23290) RX_TASK: Command bit: 1 +I (23300) RX_TASK: Control: 0x3F +I (23300) RX_TASK: Control: P-XID +I (23300) RX_TASK: CRC: 0x352C +I (23310) RX_TASK: CRC Check: VALID + +I (23310) RX_TASK: Payload (12 bytes): +I (23310) RX_TASK: 01  +I (23310) RX_TASK: 42  +I (23320) RX_TASK: 76  +I (23320) RX_TASK: CE  +I (23320) RX_TASK: 6C  +I (23320) RX_TASK: FF  +I (23320) RX_TASK: FF  +I (23330) RX_TASK: FF  +I (23330) RX_TASK: FF  +I (23330) RX_TASK: 00  +I (23330) RX_TASK: 00  +I (23330) RX_TASK: 00  +I (23340) RX_TASK:  +ASCII: +.Bv.l.......I (23340) RX_TASK: + +I (23340) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (23350) RX_TASK: Address: 0xFF +I (23350) RX_TASK: Command bit: 1 +I (23350) RX_TASK: Control: 0x3F +I (23360) RX_TASK: Control: P-XID +I (23360) RX_TASK: CRC: 0x225A +I (23360) RX_TASK: CRC Check: VALID + +I (23370) RX_TASK: Payload (27 bytes): +I (23370) RX_TASK: 01  +I (23370) RX_TASK: 42  +I (23370) RX_TASK: 76  +I (23380) RX_TASK: CE  +I (23380) RX_TASK: 6C  +I (23380) RX_TASK: FF  +I (23380) RX_TASK: FF  +I (23380) RX_TASK: FF  +I (23390) RX_TASK: FF  +I (23390) RX_TASK: 00  +I (23390) RX_TASK: FF  +I (23390) RX_TASK: 00  +I (23400) RX_TASK: 82  +I (23400) RX_TASK: 24  +I (23400) RX_TASK: 00  +I (23400) RX_TASK: 53  +I (23400) RX_TASK:  + +I (23410) RX_TASK: 79  +I (23410) RX_TASK: 6D  +I (23410) RX_TASK: 62  +I (23410) RX_TASK: 69  +I (23410) RX_TASK: 61  +I (23420) RX_TASK: 6E  +I (23420) RX_TASK: 20  +I (23420) RX_TASK: 45  +I (23420) RX_TASK: 50  +I (23420) RX_TASK: 4F  +I (23430) RX_TASK: 43  +I (23430) RX_TASK:  +ASCII: +.Bv.l........$.Symbian EPOCI (23430) RX_TASK: + +I (23440) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (23440) RX_TASK: Address: 0xFF +I (23440) RX_TASK: Command bit: 1 +I (23450) RX_TASK: Control: 0x3F +I (23450) RX_TASK: Control: P-XID +I (23450) RX_TASK: CRC: 0x352C +I (23460) RX_TASK: CRC Check: VALID + +I (23460) RX_TASK: Payload (12 bytes): +I (23460) RX_TASK: 01  +I (23460) RX_TASK: 42  +I (23470) RX_TASK: 76  +I (23470) RX_TASK: CE  +I (23470) RX_TASK: 6C  +I (23470) RX_TASK: FF  +I (23480) RX_TASK: FF  +I (23480) RX_TASK: FF  +I (23480) RX_TASK: FF  +I (23480) RX_TASK: 00  +I (23480) RX_TASK: 00  +I (23490) RX_TASK: 00  +I (23490) RX_TASK:  +ASCII: +.Bv.l.......I (23490) RX_TASK: + +I (23490) RX_TASK: Unterminated packet at offset 250 + +I (24500) RX_TASK: Read 168 bytes: '�l����' +I (24500) RX_TASK: 0x40813230 ce 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.l........$.Symb| +I (24500) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 22 5a c1 ff ff ff ff ff |ian EPOC"Z......| +I (24510) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 42 76 ce 6c ff ff ff |.......?.Bv.l...| +I (24510) RX_TASK: 0x40813260 ff 00 00 00 35 2c c1 ff ff ff ff ff ff ff ff ff |....5,..........| +I (24520) RX_TASK: 0x40813270 ff c0 ff 3f 01 42 76 ce 6c ff ff ff ff 00 ff 00 |...?.Bv.l.......| +I (24530) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 22 |.$.Symbian EPOC"| +I (24540) RX_TASK: 0x40813290 5a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |Z.............?.| +I (24550) RX_TASK: 0x408132a0 42 76 ce 6c ff ff ff ff 00 00 00 35 2c c1 ff ff |Bv.l.......5,...| +I (24560) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff c0 ff 3f 01 42 76 ce 6c ff |.........?.Bv.l.| +I (24570) RX_TASK: 0x408132c0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (24580) RX_TASK: 0x408132d0 20 45 50 4f 43 22 5a c1 | EPOC"Z.| +I (24580) RX_TASK: Starting to Parse: 168 +I (24590) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (24590) RX_TASK: Address: 0xFF +I (24600) RX_TASK: Command bit: 1 +I (24600) RX_TASK: Control: 0x3F +I (24600) RX_TASK: Control: P-XID +I (24610) RX_TASK: CRC: 0x352C +I (24610) RX_TASK: CRC Check: VALID + +I (24610) RX_TASK: Payload (12 bytes): +I (24620) RX_TASK: 01  +I (24620) RX_TASK: 42  +I (24620) RX_TASK: 76  +I (24620) RX_TASK: CE  +I (24620) RX_TASK: 6C  +I (24630) RX_TASK: FF  +I (24630) RX_TASK: FF  +I (24630) RX_TASK: FF  +I (24630) RX_TASK: FF  +I (24630) RX_TASK: 00  +I (24640) RX_TASK: 00  +I (24640) RX_TASK: 00  +I (24640) RX_TASK:  +ASCII: +.Bv.l.......I (24640) RX_TASK: + +I (24650) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (24650) RX_TASK: Address: 0xFF +I (24650) RX_TASK: Command bit: 1 +I (24660) RX_TASK: Control: 0x3F +I (24660) RX_TASK: Control: P-XID +I (24660) RX_TASK: CRC: 0x225A +I (24670) RX_TASK: CRC Check: VALID + +I (24670) RX_TASK: Payload (27 bytes): +I (24670) RX_TASK: 01  +I (24680) RX_TASK: 42  +I (24680) RX_TASK: 76  +I (24680) RX_TASK: CE  +I (24680) RX_TASK: 6C  +I (24680) RX_TASK: FF  +I (24690) RX_TASK: FF  +I (24690) RX_TASK: FF  +I (24690) RX_TASK: FF  +I (24690) RX_TASK: 00  +I (24690) RX_TASK: FF  +I (24700) RX_TASK: 00  +I (24700) RX_TASK: 82  +I (24700) RX_TASK: 24  +I (24700) RX_TASK: 00  +I (24710) RX_TASK: 53  +I (24710) RX_TASK:  + +I (24710) RX_TASK: 79  +I (24710) RX_TASK: 6D  +I (24710) RX_TASK: 62  +I (24720) RX_TASK: 69  +I (24720) RX_TASK: 61  +I (24720) RX_TASK: 6E  +I (24720) RX_TASK: 20  +I (24720) RX_TASK: 45  +I (24730) RX_TASK: 50  +I (24730) RX_TASK: 4F  +I (24730) RX_TASK: 43  +I (24730) RX_TASK:  +ASCII: +.Bv.l........$.Symbian EPOCI (24730) RX_TASK: + +I (24740) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (24740) RX_TASK: Address: 0xFF +I (24750) RX_TASK: Command bit: 1 +I (24750) RX_TASK: Control: 0x3F +I (24750) RX_TASK: Control: P-XID +I (24760) RX_TASK: CRC: 0x352C +I (24760) RX_TASK: CRC Check: VALID + +I (24760) RX_TASK: Payload (12 bytes): +I (24770) RX_TASK: 01  +I (24770) RX_TASK: 42  +I (24770) RX_TASK: 76  +I (24770) RX_TASK: CE  +I (24770) RX_TASK: 6C  +I (24780) RX_TASK: FF  +I (24780) RX_TASK: FF  +I (24780) RX_TASK: FF  +I (24780) RX_TASK: FF  +I (24790) RX_TASK: 00  +I (24790) RX_TASK: 00  +I (24790) RX_TASK: 00  +I (24790) RX_TASK:  +ASCII: +.Bv.l.......I (24790) RX_TASK: + +I (24800) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (24800) RX_TASK: Address: 0xFF +I (24810) RX_TASK: Command bit: 1 +I (24810) RX_TASK: Control: 0x3F +I (24810) RX_TASK: Control: P-XID +I (24810) RX_TASK: CRC: 0x225A +I (24820) RX_TASK: CRC Check: VALID + +I (24820) RX_TASK: Payload (27 bytes): +I (24820) RX_TASK: 01  +I (24830) RX_TASK: 42  +I (24830) RX_TASK: 76  +I (24830) RX_TASK: CE  +I (24830) RX_TASK: 6C  +I (24840) RX_TASK: FF  +I (24840) RX_TASK: FF  +I (24840) RX_TASK: FF  +I (24840) RX_TASK: FF  +I (24840) RX_TASK: 00  +I (24850) RX_TASK: FF  +I (24850) RX_TASK: 00  +I (24850) RX_TASK: 82  +I (24850) RX_TASK: 24  +I (24850) RX_TASK: 00  +I (24860) RX_TASK: 53  +I (24860) RX_TASK:  + +I (24860) RX_TASK: 79  +I (24860) RX_TASK: 6D  +I (24860) RX_TASK: 62  +I (24870) RX_TASK: 69  +I (24870) RX_TASK: 61  +I (24870) RX_TASK: 6E  +I (24870) RX_TASK: 20  +I (24870) RX_TASK: 45  +I (24880) RX_TASK: 50  +I (24880) RX_TASK: 4F  +I (24880) RX_TASK: 43  +I (24880) RX_TASK:  +ASCII: +.Bv.l........$.Symbian EPOCI (24890) RX_TASK: + diff --git a/build/log/idf_py_stdout_output_28203 b/build/log/idf_py_stdout_output_28203 new file mode 100644 index 0000000..833b368 --- /dev/null +++ b/build/log/idf_py_stdout_output_28203 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:232:13: warning: 'tx_task' defined but not used [-Wunused-function] + 232 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d010 bytes. Smallest app partition is 0x100000 bytes. 0xd2ff0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_28330 b/build/log/idf_py_stdout_output_28330 new file mode 100644 index 0000000..c18a8f0 --- /dev/null +++ b/build/log/idf_py_stdout_output_28330 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d010 bytes. Smallest app partition is 0x100000 bytes. 0xd2ff0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 520.3 kbit/s)... +Hash of data verified. +Compressed 184336 bytes to 93791... +Writing at 0x00010000... (16 %) +Writing at 0x0001a960... (33 %) +Writing at 0x0002146b... (50 %) +Writing at 0x00028791... (66 %) +Writing at 0x00030a25... (83 %) +Writing at 0x0003767d... (100 %) +Wrote 184336 bytes (93791 compressed) at 0x00010000 in 1.6 seconds (effective 899.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_28352 b/build/log/idf_py_stdout_output_28352 new file mode 100644 index 0000000..29c12d5 --- /dev/null +++ b/build/log/idf_py_stdout_output_28352 @@ -0,0 +1,227 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09df8h ( 40440) map +I (89) esp_image: segment 1: paddr=00019e20 vaddr=40800000 size=061f8h ( 25080) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1592ch ( 88364) map +I (112) esp_image: segment 3: paddr=00035954 vaddr=408061f8 size=05f00h ( 24320) load +I (118) esp_image: segment 4: paddr=0003b85c vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: df03d6317... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (42690) RX_TASK: Read 256 bytes: '������������?���n����' +I (42690) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 e1 e0 |............?...| +I (42700) RX_TASK: 0x40813240 d1 6e ff ff ff ff 00 00 00 b2 58 c1 ff ff ff ff |.n........X.....| +I (42710) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 e1 e0 d1 6e ff ff ff |.......?....n...| +I (42710) RX_TASK: 0x40813260 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (42720) RX_TASK: 0x40813270 50 4f 43 2e 56 c1 ff ff ff ff ff ff ff ff ff ff |POC.V...........| +I (42730) RX_TASK: 0x40813280 c0 ff 3f 01 e1 e0 d1 6e ff ff ff ff 00 00 00 b2 |..?....n........| +I (42740) RX_TASK: 0x40813290 58 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 e1 |X............?..| +I (42750) RX_TASK: 0x408132a0 e0 d1 6e ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..n........$.Sym| +I (42760) RX_TASK: 0x408132b0 62 69 61 6e 20 45 50 4f 43 2e 56 c1 ff ff ff ff |bian EPOC.V.....| +I (42770) RX_TASK: 0x408132c0 ff ff ff ff ff ff c0 ff 3f 01 e1 e0 d1 6e ff ff |........?....n..| +I (42780) RX_TASK: 0x408132d0 ff ff 00 00 00 b2 58 c1 ff ff ff ff ff ff ff ff |......X.........| +I (42790) RX_TASK: 0x408132e0 ff ff c0 ff 3f 01 e1 e0 d1 6e ff ff ff ff 00 ff |....?....n......| +I (42790) RX_TASK: 0x408132f0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (42800) RX_TASK: 0x40813300 2e 56 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.V.............?| +I (42810) RX_TASK: 0x40813310 01 e1 e0 d1 6e ff ff ff ff 00 00 00 b2 58 c1 ff |....n........X..| +I (42820) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff c0 ff 3f 01 e1 e0 d1 6e |..........?....n| +I (42830) RX_TASK: Starting to Parse: 256 +I (42830) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (42840) RX_TASK: Address: 0xFF +I (42840) RX_TASK: Command bit: 1 +I (42840) RX_TASK: Control: 0x3F +I (42850) RX_TASK: Control: P-XID +I (42850) RX_TASK: CRC: 0xB258 +I (42850) RX_TASK: CRC Check: VALID + +I (42860) RX_TASK: Payload (12 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 00 00 I (42860) RX_TASK: +ASCII: +....n.......I (42870) RX_TASK: + +I (42870) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (42880) RX_TASK: Address: 0xFF +I (42880) RX_TASK: Command bit: 1 +I (42880) RX_TASK: Control: 0x3F +I (42880) RX_TASK: Control: P-XID +I (42890) RX_TASK: CRC: 0x2E56 +I (42890) RX_TASK: CRC Check: INVALID + +I (42890) RX_TASK: Payload (27 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 FF 00 82 24 00 53 I (42900) RX_TASK: + +79 6D 62 69 61 6E 20 45 50 4F 43 I (42900) RX_TASK: +ASCII: +....n........$.Symbian EPOCI (42910) RX_TASK: + +I (42910) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (42920) RX_TASK: Address: 0xFF +I (42920) RX_TASK: Command bit: 1 +I (42920) RX_TASK: Control: 0x3F +I (42930) RX_TASK: Control: P-XID +I (42930) RX_TASK: CRC: 0xB258 +I (42930) RX_TASK: CRC Check: VALID + +I (42940) RX_TASK: Payload (12 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 00 00 I (42940) RX_TASK: +ASCII: +....n.......I (42950) RX_TASK: + +I (42950) RX_TASK:  +=== Packet 4 (offset 107, length 33) === + +I (42950) RX_TASK: Address: 0xFF +I (42960) RX_TASK: Command bit: 1 +I (42960) RX_TASK: Control: 0x3F +I (42960) RX_TASK: Control: P-XID +I (42970) RX_TASK: CRC: 0x2E56 +I (42970) RX_TASK: CRC Check: INVALID + +I (42970) RX_TASK: Payload (27 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 FF 00 82 24 00 53 I (42980) RX_TASK: + +79 6D 62 69 61 6E 20 45 50 4F 43 I (42980) RX_TASK: +ASCII: +....n........$.Symbian EPOCI (42990) RX_TASK: + +I (42990) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (43000) RX_TASK: Address: 0xFF +I (43000) RX_TASK: Command bit: 1 +I (43000) RX_TASK: Control: 0x3F +I (43010) RX_TASK: Control: P-XID +I (43010) RX_TASK: CRC: 0xB258 +I (43010) RX_TASK: CRC Check: VALID + +I (43020) RX_TASK: Payload (12 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 00 00 I (43020) RX_TASK: +ASCII: +....n.......I (43030) RX_TASK: + +I (43030) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (43030) RX_TASK: Address: 0xFF +I (43040) RX_TASK: Command bit: 1 +I (43040) RX_TASK: Control: 0x3F +I (43040) RX_TASK: Control: P-XID +I (43050) RX_TASK: CRC: 0x2E56 +I (43050) RX_TASK: CRC Check: INVALID + +I (43050) RX_TASK: Payload (27 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 FF 00 82 24 00 53 I (43060) RX_TASK: + +79 6D 62 69 61 6E 20 45 50 4F 43 I (43060) RX_TASK: +ASCII: +....n........$.Symbian EPOCI (43070) RX_TASK: + +I (43070) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (43080) RX_TASK: Address: 0xFF +I (43080) RX_TASK: Command bit: 1 +I (43080) RX_TASK: Control: 0x3F +I (43090) RX_TASK: Control: P-XID +I (43090) RX_TASK: CRC: 0xB258 +I (43090) RX_TASK: CRC Check: VALID + +I (43100) RX_TASK: Payload (12 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 00 00 I (43100) RX_TASK: +ASCII: +....n.......I (43110) RX_TASK: + +I (43110) RX_TASK: Unterminated packet at offset 248 + +I (44110) RX_TASK: Read 96 bytes: '����' +I (44110) RX_TASK: 0x40813230 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (44110) RX_TASK: 0x40813240 6e 20 45 50 4f 43 2e 56 c1 ff ff ff ff ff ff ff |n EPOC.V........| +I (44120) RX_TASK: 0x40813250 ff ff ff c0 ff 3f 01 e1 e0 d1 6e ff ff ff ff 00 |.....?....n.....| +I (44120) RX_TASK: 0x40813260 00 00 b2 58 c1 ff ff ff ff ff ff ff ff ff ff c0 |...X............| +I (44130) RX_TASK: 0x40813270 ff 3f 01 e1 e0 d1 6e ff ff ff ff 00 ff 00 82 24 |.?....n........$| +I (44140) RX_TASK: 0x40813280 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 2e 56 c1 |.Symbian EPOC.V.| +I (44150) RX_TASK: Starting to Parse: 96 +I (44150) RX_TASK:  +=== Packet 1 (offset 35, length 18) === + +I (44160) RX_TASK: Address: 0xFF +I (44160) RX_TASK: Command bit: 1 +I (44170) RX_TASK: Control: 0x3F +I (44170) RX_TASK: Control: P-XID +I (44170) RX_TASK: CRC: 0xB258 +I (44170) RX_TASK: CRC Check: VALID + +I (44180) RX_TASK: Payload (12 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 00 00 I (44180) RX_TASK: +ASCII: +....n.......I (44190) RX_TASK: + +I (44190) RX_TASK:  +=== Packet 2 (offset 63, length 33) === + +I (44200) RX_TASK: Address: 0xFF +I (44200) RX_TASK: Command bit: 1 +I (44200) RX_TASK: Control: 0x3F +I (44210) RX_TASK: Control: P-XID +I (44210) RX_TASK: CRC: 0x2E56 +I (44210) RX_TASK: CRC Check: INVALID + +I (44210) RX_TASK: Payload (27 bytes): +01 E1 E0 D1 6E FF FF FF FF 00 FF 00 82 24 00 53 I (44220) RX_TASK: + +79 6D 62 69 61 6E 20 45 50 4F 43 I (44220) RX_TASK: +ASCII: +....n........$.Symbian EPOCI (44230) RX_TASK: + diff --git a/build/log/idf_py_stdout_output_28361 b/build/log/idf_py_stdout_output_28361 new file mode 100644 index 0000000..e62afb5 --- /dev/null +++ b/build/log/idf_py_stdout_output_28361 @@ -0,0 +1,66 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:233:13: warning: 'tx_task' defined but not used [-Wunused-function] + 233 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d010 bytes. Smallest app partition is 0x100000 bytes. 0xd2ff0 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 526.6 kbit/s)... +Hash of data verified. +Compressed 184336 bytes to 93785... +Writing at 0x00010000... (16 %) +Writing at 0x0001a97b... (33 %) +Writing at 0x0002146c... (50 %) +Writing at 0x00028797... (66 %) +Writing at 0x00030a36... (83 %) +Writing at 0x0003768c... (100 %) +Wrote 184336 bytes (93785 compressed) at 0x00010000 in 1.6 seconds (effective 904.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_28487 b/build/log/idf_py_stdout_output_28487 new file mode 100644 index 0000000..885d6d2 --- /dev/null +++ b/build/log/idf_py_stdout_output_28487 @@ -0,0 +1,197 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09df8h ( 40440) map +I (89) esp_image: segment 1: paddr=00019e20 vaddr=40800000 size=061f8h ( 25080) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15930h ( 88368) map +I (112) esp_image: segment 3: paddr=00035958 vaddr=408061f8 size=05f00h ( 24320) load +I (118) esp_image: segment 4: paddr=0003b860 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 1258ca4cb... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4120) RX_TASK: Read 256 bytes: '������������?�K}]����' +I (4120) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9f 1d |............?...| +I (4120) RX_TASK: 0x40813240 4b 7d 5d ff ff ff ff 00 00 00 86 39 c1 ff ff ff |K}]........9....| +I (4130) RX_TASK: 0x40813250 ff ff ff ff ff ff ff c0 ff 3f 01 9f 1d 4b 7d 5d |.........?...K}]| +I (4140) RX_TASK: 0x40813260 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (4150) RX_TASK: 0x40813270 6e 20 45 50 4f 43 90 09 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (4160) RX_TASK: 0x40813280 ff ff ff c0 ff 3f 01 9f 1d 4b 7d 5d ff ff ff ff |.....?...K}]....| +I (4170) RX_TASK: 0x40813290 00 00 00 86 39 c1 ff ff ff ff ff ff ff ff ff ff |....9...........| +I (4170) RX_TASK: 0x408132a0 c0 ff 3f 01 9f 1d 4b 7d 5d ff ff ff ff 00 ff 00 |..?...K}].......| +I (4180) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 90 |.$.Symbian EPOC.| +I (4190) RX_TASK: 0x408132c0 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (4200) RX_TASK: 0x408132d0 9f 1d 4b 7d 5d ff ff ff ff 00 00 00 86 39 c1 ff |..K}]........9..| +I (4210) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9f 1d 4b |...........?...K| +I (4220) RX_TASK: 0x408132f0 7d 5d ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |}]........$.Symb| +I (4230) RX_TASK: 0x40813300 69 61 6e 20 45 50 4f 43 90 09 c1 ff ff ff ff ff |ian EPOC........| +I (4240) RX_TASK: 0x40813310 ff ff ff ff ff c0 ff 3f 01 9f 1d 4b 7d 5d ff ff |.......?...K}]..| +I (4240) RX_TASK: 0x40813320 ff ff 00 00 00 86 39 c1 ff ff ff ff ff ff ff ff |......9.........| +I (4250) RX_TASK: Starting to Parse: 256 +I (4260) RX_TASK:  +=== Packet 1 (offset 10, length 19) === + +I (4260) RX_TASK: Address: 0xFF +I (4260) RX_TASK: Command bit: 1 +I (4270) RX_TASK: Control: 0x3F +I (4270) RX_TASK: Control: P-XID +I (4270) RX_TASK: CRC: 0x8639 +I (4280) RX_TASK: CRC Check: INVALID + +I (4280) RX_TASK: Payload (13 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 00 00 +I (4290) RX_TASK:  +ASCII: +...K}].......I (4290) RX_TASK: + +I (4290) RX_TASK:  +=== Packet 2 (offset 39, length 34) === + +I (4300) RX_TASK: Address: 0xFF +I (4300) RX_TASK: Command bit: 1 +I (4300) RX_TASK: Control: 0x3F +I (4310) RX_TASK: Control: P-XID +I (4310) RX_TASK: CRC: 0x9009 +I (4310) RX_TASK: CRC Check: INVALID + +I (4320) RX_TASK: Payload (28 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 FF 00 82 24 00 I (4320) RX_TASK: + +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (4330) RX_TASK:  +ASCII: +...K}]........$.Symbian EPOCI (4330) RX_TASK: + +I (4340) RX_TASK:  +=== Packet 3 (offset 83, length 19) === + +I (4340) RX_TASK: Address: 0xFF +I (4340) RX_TASK: Command bit: 1 +I (4350) RX_TASK: Control: 0x3F +I (4350) RX_TASK: Control: P-XID +I (4350) RX_TASK: CRC: 0x8639 +I (4360) RX_TASK: CRC Check: INVALID + +I (4360) RX_TASK: Payload (13 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 00 00 +I (4370) RX_TASK:  +ASCII: +...K}].......I (4370) RX_TASK: + +I (4370) RX_TASK:  +=== Packet 4 (offset 112, length 34) === + +I (4380) RX_TASK: Address: 0xFF +I (4380) RX_TASK: Command bit: 1 +I (4380) RX_TASK: Control: 0x3F +I (4390) RX_TASK: Control: P-XID +I (4390) RX_TASK: CRC: 0x9009 +I (4390) RX_TASK: CRC Check: INVALID + +I (4400) RX_TASK: Payload (28 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 FF 00 82 24 00 I (4400) RX_TASK: + +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (4410) RX_TASK:  +ASCII: +...K}]........$.Symbian EPOCI (4410) RX_TASK: + +I (4410) RX_TASK:  +=== Packet 5 (offset 156, length 19) === + +I (4420) RX_TASK: Address: 0xFF +I (4420) RX_TASK: Command bit: 1 +I (4430) RX_TASK: Control: 0x3F +I (4430) RX_TASK: Control: P-XID +I (4430) RX_TASK: CRC: 0x8639 +I (4430) RX_TASK: CRC Check: INVALID + +I (4440) RX_TASK: Payload (13 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 00 00 +I (4450) RX_TASK:  +ASCII: +...K}].......I (4450) RX_TASK: + +I (4450) RX_TASK:  +=== Packet 6 (offset 185, length 34) === + +I (4460) RX_TASK: Address: 0xFF +I (4460) RX_TASK: Command bit: 1 +I (4460) RX_TASK: Control: 0x3F +I (4470) RX_TASK: Control: P-XID +I (4470) RX_TASK: CRC: 0x9009 +I (4470) RX_TASK: CRC Check: INVALID + +I (4470) RX_TASK: Payload (28 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 FF 00 82 24 00 I (4480) RX_TASK: + +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (4490) RX_TASK:  +ASCII: +...K}]........$.Symbian EPOCI (4490) RX_TASK: + +I (4490) RX_TASK:  +=== Packet 7 (offset 229, length 19) === + +I (4500) RX_TASK: Address: 0xFF +I (4500) RX_TASK: Command bit: 1 +I (4510) RX_TASK: Control: 0x3F +I (4510) RX_TASK: Control: P-XID +I (4510) RX_TASK: CRC: 0x8639 +I (4510) RX_TASK: CRC Check: INVALID + +I (4520) RX_TASK: Payload (13 bytes): +01 9F 1D 4B 7D 5D FF FF FF FF 00 00 00 +I (4520) RX_TASK:  +ASCII: +...K}].......I (4530) RX_TASK: + +I (5530) RX_TASK: Read 9 bytes: '����?�K' +I (5530) RX_TASK: 0x40813230 ff ff c0 ff 3f 01 9f 1d 4b |....?...K| +I (5530) RX_TASK: Starting to Parse: 9 +I (5530) RX_TASK: Unterminated packet at offset 2 + diff --git a/build/log/idf_py_stdout_output_28505 b/build/log/idf_py_stdout_output_28505 new file mode 100644 index 0000000..dd6654f --- /dev/null +++ b/build/log/idf_py_stdout_output_28505 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:236:13: warning: 'tx_task' defined but not used [-Wunused-function] + 236 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d020 bytes. Smallest app partition is 0x100000 bytes. 0xd2fe0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_28631 b/build/log/idf_py_stdout_output_28631 new file mode 100644 index 0000000..5120b31 --- /dev/null +++ b/build/log/idf_py_stdout_output_28631 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d020 bytes. Smallest app partition is 0x100000 bytes. 0xd2fe0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 514.2 kbit/s)... +Hash of data verified. +Compressed 184352 bytes to 93802... +Writing at 0x00010000... (16 %) +Writing at 0x0001a97b... (33 %) +Writing at 0x0002146c... (50 %) +Writing at 0x00028792... (66 %) +Writing at 0x00030a18... (83 %) +Writing at 0x00037670... (100 %) +Wrote 184352 bytes (93802 compressed) at 0x00010000 in 1.6 seconds (effective 901.5 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_28649 b/build/log/idf_py_stdout_output_28649 new file mode 100644 index 0000000..ab5e188 --- /dev/null +++ b/build/log/idf_py_stdout_output_28649 @@ -0,0 +1,200 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09df8h ( 40440) map +I (89) esp_image: segment 1: paddr=00019e20 vaddr=40800000 size=061f8h ( 25080) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15938h ( 88376) map +I (112) esp_image: segment 3: paddr=00035960 vaddr=408061f8 size=05f00h ( 24320) load +I (118) esp_image: segment 4: paddr=0003b868 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 0604f8cd7... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4480) RX_TASK: Read 256 bytes: '������������?�����' +I (4480) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7f 8e |............?...| +I (4480) RX_TASK: 0x40813240 16 0f ff ff ff ff 00 00 00 ec 17 c1 ff ff ff ff |................| +I (4490) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 7f 8e 16 0f ff ff |........?.......| +I (4500) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4510) RX_TASK: 0x40813270 45 50 4f 43 6c 5a c1 ff ff ff ff ff ff ff ff ff |EPOClZ..........| +I (4520) RX_TASK: 0x40813280 ff c0 ff 3f 01 7f 8e 16 0f ff ff ff ff 00 00 00 |...?............| +I (4530) RX_TASK: 0x40813290 ec 17 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (4540) RX_TASK: 0x408132a0 01 7f 8e 16 0f ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (4540) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 6c 5a c1 ff ff |ymbian EPOClZ...| +I (4550) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 7f 8e 16 0f ff |.........?......| +I (4560) RX_TASK: 0x408132d0 ff ff ff 00 00 00 ec 17 c1 ff ff ff ff ff ff ff |................| +I (4570) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 7f 8e 16 0f ff ff ff ff 00 |.....?..........| +I (4580) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (4590) RX_TASK: 0x40813300 43 6c 5a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |ClZ.............| +I (4600) RX_TASK: 0x40813310 3f 01 7f 8e 16 0f ff ff ff ff 00 00 00 ec 17 c1 |?...............| +I (4610) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7f 8e |............?...| +I (4620) RX_TASK: Starting to Parse: 256 +I (4620) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4620) RX_TASK: Address: 0xFF +I (4630) RX_TASK: Command bit: 1 +I (4630) RX_TASK: Control: 0x3F +I (4630) RX_TASK: Control: P-XID +I (4640) RX_TASK: CRC: 0xEC17 +I (4640) RX_TASK: CRC Check: VALID + +I (4640) RX_TASK: Payload (12 bytes): +01 7F 8E 16 0F FF FF FF FF 00 00 00 +I (4650) RX_TASK:  +ASCII: +............I (4650) RX_TASK: + +I (4650) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4660) RX_TASK: Address: 0xFF +I (4660) RX_TASK: Command bit: 1 +I (4670) RX_TASK: Control: 0x3F +I (4670) RX_TASK: Control: P-XID +I (4670) RX_TASK: CRC: 0x6C5A +I (4670) RX_TASK: CRC Check: VALID + +I (4680) RX_TASK: Payload (27 bytes): +01 7F 8E 16 0F FF FF FF FF 00 FF 00 82 24 00 53 +I (4690) RX_TASK:  + +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4690) RX_TASK:  +ASCII: +.............$.Symbian EPOCI (4690) RX_TASK: + +I (4700) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4700) RX_TASK: Address: 0xFF +I (4710) RX_TASK: Command bit: 1 +I (4710) RX_TASK: Control: 0x3F +I (4710) RX_TASK: Control: P-XID +I (4710) RX_TASK: CRC: 0xEC17 +I (4720) RX_TASK: CRC Check: VALID + +I (4720) RX_TASK: Payload (12 bytes): +01 7F 8E 16 0F FF FF FF FF 00 00 00 +I (4730) RX_TASK:  +ASCII: +............I (4730) RX_TASK: + +I (4730) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (4740) RX_TASK: Address: 0xFF +I (4740) RX_TASK: Command bit: 1 +I (4740) RX_TASK: Control: 0x3F +I (4750) RX_TASK: Control: P-XID +I (4750) RX_TASK: CRC: 0x6C5A +I (4750) RX_TASK: CRC Check: VALID + +I (4760) RX_TASK: Payload (27 bytes): +01 7F 8E 16 0F FF FF FF FF 00 FF 00 82 24 00 53 +I (4760) RX_TASK:  + +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4770) RX_TASK:  +ASCII: +.............$.Symbian EPOCI (4770) RX_TASK: + +I (4780) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (4780) RX_TASK: Address: 0xFF +I (4780) RX_TASK: Command bit: 1 +I (4790) RX_TASK: Control: 0x3F +I (4790) RX_TASK: Control: P-XID +I (4790) RX_TASK: CRC: 0xEC17 +I (4800) RX_TASK: CRC Check: VALID + +I (4800) RX_TASK: Payload (12 bytes): +01 7F 8E 16 0F FF FF FF FF 00 00 00 +I (4810) RX_TASK:  +ASCII: +............I (4810) RX_TASK: + +I (4810) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (4820) RX_TASK: Address: 0xFF +I (4820) RX_TASK: Command bit: 1 +I (4820) RX_TASK: Control: 0x3F +I (4820) RX_TASK: Control: P-XID +I (4830) RX_TASK: CRC: 0x6C5A +I (4830) RX_TASK: CRC Check: VALID + +I (4830) RX_TASK: Payload (27 bytes): +01 7F 8E 16 0F FF FF FF FF 00 FF 00 82 24 00 53 +I (4840) RX_TASK:  + +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4850) RX_TASK:  +ASCII: +.............$.Symbian EPOCI (4850) RX_TASK: + +I (4850) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (4860) RX_TASK: Address: 0xFF +I (4860) RX_TASK: Command bit: 1 +I (4870) RX_TASK: Control: 0x3F +I (4870) RX_TASK: Control: P-XID +I (4870) RX_TASK: CRC: 0xEC17 +I (4870) RX_TASK: CRC Check: VALID + +I (4880) RX_TASK: Payload (12 bytes): +01 7F 8E 16 0F FF FF FF FF 00 00 00 +I (4880) RX_TASK:  +ASCII: +............I (4890) RX_TASK: + +I (4890) RX_TASK: Unterminated packet at offset 250 + +I (5890) RX_TASK: Read 10 bytes: '����' +I (5890) RX_TASK: 0x40813230 16 0f ff ff ff ff 00 ff 00 82 |..........| +I (5890) RX_TASK: Starting to Parse: 10 diff --git a/build/log/idf_py_stdout_output_28657 b/build/log/idf_py_stdout_output_28657 new file mode 100644 index 0000000..836c564 --- /dev/null +++ b/build/log/idf_py_stdout_output_28657 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:235:13: warning: 'tx_task' defined but not used [-Wunused-function] + 235 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cff0 bytes. Smallest app partition is 0x100000 bytes. 0xd3010 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_28780 b/build/log/idf_py_stdout_output_28780 new file mode 100644 index 0000000..3bbb5ae --- /dev/null +++ b/build/log/idf_py_stdout_output_28780 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cff0 bytes. Smallest app partition is 0x100000 bytes. 0xd3010 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 514.3 kbit/s)... +Hash of data verified. +Compressed 184304 bytes to 93788... +Writing at 0x00010000... (16 %) +Writing at 0x0001a97b... (33 %) +Writing at 0x0002146e... (50 %) +Writing at 0x00028794... (66 %) +Writing at 0x00030a0e... (83 %) +Writing at 0x00037663... (100 %) +Wrote 184304 bytes (93788 compressed) at 0x00010000 in 1.6 seconds (effective 912.4 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 383.8 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_28798 b/build/log/idf_py_stdout_output_28798 new file mode 100644 index 0000000..4296eeb --- /dev/null +++ b/build/log/idf_py_stdout_output_28798 @@ -0,0 +1,271 @@ +_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09df8h ( 40440) map +I (89) esp_image: segment 1: paddr=00019e20 vaddr=40800000 size=061f8h ( 25080) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15910h ( 88336) map +I (112) esp_image: segment 3: paddr=00035938 vaddr=408061f8 size=05f00h ( 24320) load +I (118) esp_image: segment 4: paddr=0003b840 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 837b54c52... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4990) RX_TASK: Read 256 bytes: '������������?��#����' +I (4990) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9f eb |............?...| +I (4990) RX_TASK: 0x40813240 23 15 ff ff ff ff 00 00 00 13 cc c1 ff ff ff ff |#...............| +I (5000) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 9f eb 23 15 ff ff |........?...#...| +I (5010) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5020) RX_TASK: 0x40813270 45 50 4f 43 18 cf c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (5030) RX_TASK: 0x40813280 ff c0 ff 3f 01 9f eb 23 15 ff ff ff ff 00 00 00 |...?...#........| +I (5040) RX_TASK: 0x40813290 13 cc c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5050) RX_TASK: 0x408132a0 01 9f eb 23 15 ff ff ff ff 00 ff 00 82 24 00 53 |...#.........$.S| +I (5050) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 18 cf c1 ff ff |ymbian EPOC.....| +I (5060) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 9f eb 23 15 |..........?...#.| +I (5070) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 13 cc c1 ff ff ff ff ff ff |................| +I (5080) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 9f eb 23 15 ff ff ff ff |......?...#.....| +I (5090) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5100) RX_TASK: 0x40813300 4f 43 18 cf c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (5110) RX_TASK: 0x40813310 ff 3f 01 9f eb 23 15 ff ff ff ff 00 00 00 13 cc |.?...#..........| +I (5120) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9f |.............?..| +I (5120) RX_TASK: Starting to Parse: 256 +I (5130) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5130) RX_TASK: Address: 0xFF +I (5140) RX_TASK: Command bit: 1 +I (5140) RX_TASK: Control: 0x3F +I (5140) RX_TASK: Control: P-XID +I (5140) RX_TASK: CRC: 0x13CC +I (5150) RX_TASK: CRC Check: VALID + +I (5150) RX_TASK: Payload (12 bytes): +01 9F EB 23 15 FF FF FF FF 00 00 00 +I (5160) RX_TASK:  +ASCII: +...#........I (5160) RX_TASK: + +I (5160) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (5170) RX_TASK: Address: 0xFF +I (5170) RX_TASK: Command bit: 1 +I (5170) RX_TASK: Control: 0x3F +I (5180) RX_TASK: Control: P-XID +I (5180) RX_TASK: CRC: 0x18CF +I (5180) RX_TASK: CRC Check: VALID + +I (5190) RX_TASK: Payload (27 bytes): +01 9F EB 23 15 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5200) RX_TASK:  +ASCII: +...#.........$.Symbian EPOCI (5200) RX_TASK: + +I (5200) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (5210) RX_TASK: Address: 0xFF +I (5210) RX_TASK: Command bit: 1 +I (5220) RX_TASK: Control: 0x3F +I (5220) RX_TASK: Control: P-XID +I (5220) RX_TASK: CRC: 0x13CC +I (5220) RX_TASK: CRC Check: VALID + +I (5230) RX_TASK: Payload (12 bytes): +01 9F EB 23 15 FF FF FF FF 00 00 00 +I (5230) RX_TASK:  +ASCII: +...#........I (5240) RX_TASK: + +I (5240) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (5240) RX_TASK: Address: 0xFF +I (5250) RX_TASK: Command bit: 1 +I (5250) RX_TASK: Control: 0x3F +I (5250) RX_TASK: Control: P-XID +I (5260) RX_TASK: CRC: 0x18CF +I (5260) RX_TASK: CRC Check: VALID + +I (5260) RX_TASK: Payload (27 bytes): +01 9F EB 23 15 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5270) RX_TASK:  +ASCII: +...#.........$.Symbian EPOCI (5280) RX_TASK: + +I (5280) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (5290) RX_TASK: Address: 0xFF +I (5290) RX_TASK: Command bit: 1 +I (5290) RX_TASK: Control: 0x3F +I (5290) RX_TASK: Control: P-XID +I (5300) RX_TASK: CRC: 0x13CC +I (5300) RX_TASK: CRC Check: VALID + +I (5300) RX_TASK: Payload (12 bytes): +01 9F EB 23 15 FF FF FF FF 00 00 00 +I (5310) RX_TASK:  +ASCII: +...#........I (5310) RX_TASK: + +I (5320) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (5320) RX_TASK: Address: 0xFF +I (5320) RX_TASK: Command bit: 1 +I (5330) RX_TASK: Control: 0x3F +I (5330) RX_TASK: Control: P-XID +I (5330) RX_TASK: CRC: 0x18CF +I (5340) RX_TASK: CRC Check: VALID + +I (5340) RX_TASK: Payload (27 bytes): +01 9F EB 23 15 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5350) RX_TASK:  +ASCII: +...#.........$.Symbian EPOCI (5350) RX_TASK: + +I (5360) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5360) RX_TASK: Address: 0xFF +I (5370) RX_TASK: Command bit: 1 +I (5370) RX_TASK: Control: 0x3F +I (5370) RX_TASK: Control: P-XID +I (5370) RX_TASK: CRC: 0x13CC +I (5380) RX_TASK: CRC Check: VALID + +I (5380) RX_TASK: Payload (12 bytes): +01 9F EB 23 15 FF FF FF FF 00 00 00 +I (5390) RX_TASK:  +ASCII: +...#........I (5390) RX_TASK: + +I (5390) RX_TASK: Unterminated packet at offset 251 + +I (6460) RX_TASK: Read 170 bytes: '�#����' +I (6460) RX_TASK: 0x40813230 eb 23 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.#.........$.Sym| +I (6460) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 18 cf c1 ff ff ff ff |bian EPOC.......| +I (6470) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 9f eb 23 15 ff ff |........?...#...| +I (6470) RX_TASK: 0x40813260 ff ff 00 00 00 13 cc c1 ff ff ff ff ff ff ff ff |................| +I (6480) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 9f eb 23 15 ff ff ff ff 00 ff |....?...#.......| +I (6490) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (6500) RX_TASK: 0x40813290 18 cf c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6510) RX_TASK: 0x408132a0 01 9f eb 23 15 ff ff ff ff 00 00 00 13 cc c1 ff |...#............| +I (6520) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9f eb 23 |...........?...#| +I (6530) RX_TASK: 0x408132c0 15 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (6540) RX_TASK: 0x408132d0 61 6e 20 45 50 4f 43 18 cf c1 |an EPOC...| +I (6540) RX_TASK: Starting to Parse: 170 +I (6550) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (6550) RX_TASK: Address: 0xFF +I (6560) RX_TASK: Command bit: 1 +I (6560) RX_TASK: Control: 0x3F +I (6560) RX_TASK: Control: P-XID +I (6560) RX_TASK: CRC: 0x13CC +I (6570) RX_TASK: CRC Check: VALID + +I (6570) RX_TASK: Payload (12 bytes): +01 9F EB 23 15 FF FF FF FF 00 00 00 +I (6580) RX_TASK:  +ASCII: +...#........I (6580) RX_TASK: + +I (6580) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (6590) RX_TASK: Address: 0xFF +I (6590) RX_TASK: Command bit: 1 +I (6590) RX_TASK: Control: 0x3F +I (6600) RX_TASK: Control: P-XID +I (6600) RX_TASK: CRC: 0x18CF +I (6600) RX_TASK: CRC Check: VALID + +I (6610) RX_TASK: Payload (27 bytes): +01 9F EB 23 15 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6620) RX_TASK:  +ASCII: +...#.........$.Symbian EPOCI (6620) RX_TASK: + +I (6620) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (6630) RX_TASK: Address: 0xFF +I (6630) RX_TASK: Command bit: 1 +I (6640) RX_TASK: Control: 0x3F +I (6640) RX_TASK: Control: P-XID +I (6640) RX_TASK: CRC: 0x13CC +I (6640) RX_TASK: CRC Check: VALID + +I (6650) RX_TASK: Payload (12 bytes): +01 9F EB 23 15 FF FF FF FF 00 00 00 +I (6650) RX_TASK:  +ASCII: +...#........I (6660) RX_TASK: + +I (6660) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (6660) RX_TASK: Address: 0xFF +I (6670) RX_TASK: Command bit: 1 +I (6670) RX_TASK: Control: 0x3F +I (6670) RX_TASK: Control: P-XID +I (6680) RX_TASK: CRC: 0x18CF +I (6680) RX_TASK: CRC Check: VALID + +I (6680) RX_TASK: Payload (27 bytes): +01 9F EB 23 15 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6690) RX_TASK:  +ASCII: +...#.........$.Symbian EPOCI (6700) RX_TASK: + diff --git a/build/log/idf_py_stdout_output_28808 b/build/log/idf_py_stdout_output_28808 new file mode 100644 index 0000000..0826dde --- /dev/null +++ b/build/log/idf_py_stdout_output_28808 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:236:13: warning: 'tx_task' defined but not used [-Wunused-function] + 236 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cff0 bytes. Smallest app partition is 0x100000 bytes. 0xd3010 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_28934 b/build/log/idf_py_stdout_output_28934 new file mode 100644 index 0000000..ee23b81 --- /dev/null +++ b/build/log/idf_py_stdout_output_28934 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cff0 bytes. Smallest app partition is 0x100000 bytes. 0xd3010 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 517.2 kbit/s)... +Hash of data verified. +Compressed 184304 bytes to 93779... +Writing at 0x00010000... (16 %) +Writing at 0x0001a983... (33 %) +Writing at 0x00021480... (50 %) +Writing at 0x00028799... (66 %) +Writing at 0x00030a1e... (83 %) +Writing at 0x00037686... (100 %) +Wrote 184304 bytes (93779 compressed) at 0x00010000 in 1.6 seconds (effective 919.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_28952 b/build/log/idf_py_stdout_output_28952 new file mode 100644 index 0000000..063fb15 --- /dev/null +++ b/build/log/idf_py_stdout_output_28952 @@ -0,0 +1,285 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09df8h ( 40440) map +I (89) esp_image: segment 1: paddr=00019e20 vaddr=40800000 size=061f8h ( 25080) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15914h ( 88340) map +I (112) esp_image: segment 3: paddr=0003593c vaddr=408061f8 size=05f00h ( 24320) load +I (118) esp_image: segment 4: paddr=0003b844 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 94224d896... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4690) RX_TASK: Read 256 bytes: '������������?G`"����' +I (4690) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1a 47 |............?..G| +I (4690) RX_TASK: 0x40813240 60 22 ff ff ff ff 00 00 00 d8 c3 c1 ff ff ff ff |`"..............| +I (4700) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 1a 47 60 22 ff ff |........?..G`"..| +I (4710) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4720) RX_TASK: 0x40813270 45 50 4f 43 37 7d 5d c1 ff ff ff ff ff ff ff ff |EPOC7}].........| +I (4730) RX_TASK: 0x40813280 ff ff c0 ff 3f 01 1a 47 60 22 ff ff ff ff 00 00 |....?..G`"......| +I (4740) RX_TASK: 0x40813290 00 d8 c3 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (4750) RX_TASK: 0x408132a0 3f 01 1a 47 60 22 ff ff ff ff 00 ff 00 82 24 00 |?..G`"........$.| +I (4760) RX_TASK: 0x408132b0 53 79 6d 62 69 61 6e 20 45 50 4f 43 37 7d 5d c1 |Symbian EPOC7}].| +I (4760) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1a 47 |............?..G| +I (4770) RX_TASK: 0x408132d0 60 22 ff ff ff ff 00 00 00 d8 c3 c1 ff ff ff ff |`"..............| +I (4780) RX_TASK: 0x408132e0 ff ff ff ff ff ff c0 ff 3f 01 1a 47 60 22 ff ff |........?..G`"..| +I (4790) RX_TASK: 0x408132f0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4800) RX_TASK: 0x40813300 45 50 4f 43 37 7d 5d c1 ff ff ff ff ff ff ff ff |EPOC7}].........| +I (4810) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 1a 47 60 22 ff ff ff ff 00 00 |....?..G`"......| +I (4820) RX_TASK: 0x40813320 00 d8 c3 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (4830) RX_TASK: Starting to Parse: 256 +I (4830) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4830) RX_TASK: Address: 0xFF +I (4840) RX_TASK: Command bit: 1 +I (4840) RX_TASK: Control: 0x3F +I (4840) RX_TASK: Control: P-XID +I (4850) RX_TASK: CRC: 0xD8C3 +I (4850) RX_TASK: CRC Check: VALID + +I (4850) RX_TASK: Payload (12 bytes): +01 1A 47 60 22 FF FF FF FF 00 00 00 +I (4860) RX_TASK:  +ASCII: +..G`"....... +I (4860) RX_TASK:  + +I (4860) RX_TASK:  +=== Packet 2 (offset 38, length 34) === + +I (4870) RX_TASK: Address: 0xFF +I (4870) RX_TASK: Command bit: 1 +I (4880) RX_TASK: Control: 0x3F +I (4880) RX_TASK: Control: P-XID +I (4880) RX_TASK: CRC: 0x7D5D +I (4880) RX_TASK: CRC Check: INVALID + +I (4890) RX_TASK: Payload (28 bytes): +01 1A 47 60 22 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 37 +I (4900) RX_TASK:  +ASCII: +..G`"........$.Symbian EPOC7 +I (4900) RX_TASK:  + +I (4910) RX_TASK:  +=== Packet 3 (offset 82, length 18) === + +I (4910) RX_TASK: Address: 0xFF +I (4910) RX_TASK: Command bit: 1 +I (4920) RX_TASK: Control: 0x3F +I (4920) RX_TASK: Control: P-XID +I (4920) RX_TASK: CRC: 0xD8C3 +I (4930) RX_TASK: CRC Check: VALID + +I (4930) RX_TASK: Payload (12 bytes): +01 1A 47 60 22 FF FF FF FF 00 00 00 +I (4940) RX_TASK:  +ASCII: +..G`"....... +I (4940) RX_TASK:  + +I (4940) RX_TASK:  +=== Packet 4 (offset 110, length 34) === + +I (4950) RX_TASK: Address: 0xFF +I (4950) RX_TASK: Command bit: 1 +I (4950) RX_TASK: Control: 0x3F +I (4960) RX_TASK: Control: P-XID +I (4960) RX_TASK: CRC: 0x7D5D +I (4960) RX_TASK: CRC Check: INVALID + +I (4970) RX_TASK: Payload (28 bytes): +01 1A 47 60 22 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 37 +I (4980) RX_TASK:  +ASCII: +..G`"........$.Symbian EPOC7 +I (4980) RX_TASK:  + +I (4980) RX_TASK:  +=== Packet 5 (offset 154, length 18) === + +I (4990) RX_TASK: Address: 0xFF +I (4990) RX_TASK: Command bit: 1 +I (5000) RX_TASK: Control: 0x3F +I (5000) RX_TASK: Control: P-XID +I (5000) RX_TASK: CRC: 0xD8C3 +I (5000) RX_TASK: CRC Check: VALID + +I (5010) RX_TASK: Payload (12 bytes): +01 1A 47 60 22 FF FF FF FF 00 00 00 +I (5010) RX_TASK:  +ASCII: +..G`"....... +I (5020) RX_TASK:  + +I (5020) RX_TASK:  +=== Packet 6 (offset 182, length 34) === + +I (5020) RX_TASK: Address: 0xFF +I (5030) RX_TASK: Command bit: 1 +I (5030) RX_TASK: Control: 0x3F +I (5030) RX_TASK: Control: P-XID +I (5040) RX_TASK: CRC: 0x7D5D +I (5040) RX_TASK: CRC Check: INVALID + +I (5040) RX_TASK: Payload (28 bytes): +01 1A 47 60 22 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 37 +I (5050) RX_TASK:  +ASCII: +..G`"........$.Symbian EPOC7 +I (5060) RX_TASK:  + +I (5060) RX_TASK:  +=== Packet 7 (offset 226, length 18) === + +I (5070) RX_TASK: Address: 0xFF +I (5070) RX_TASK: Command bit: 1 +I (5070) RX_TASK: Control: 0x3F +I (5080) RX_TASK: Control: P-XID +I (5080) RX_TASK: CRC: 0xD8C3 +I (5080) RX_TASK: CRC Check: VALID + +I (5080) RX_TASK: Payload (12 bytes): +01 1A 47 60 22 FF FF FF FF 00 00 00 +I (5090) RX_TASK:  +ASCII: +..G`"....... +I (5090) RX_TASK:  + +I (5100) RX_TASK: Truncated packet at offset 254 + +I (6270) RX_TASK: Read 201 bytes: '?G`"����' +I (6270) RX_TASK: 0x40813230 3f 01 1a 47 60 22 ff ff ff ff 00 ff 00 82 24 00 |?..G`"........$.| +I (6270) RX_TASK: 0x40813240 53 79 6d 62 69 61 6e 20 45 50 4f 43 37 7d 5d c1 |Symbian EPOC7}].| +I (6280) RX_TASK: 0x40813250 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1a 47 |............?..G| +I (6280) RX_TASK: 0x40813260 60 22 ff ff ff ff 00 00 00 d8 c3 c1 ff ff ff ff |`"..............| +I (6290) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 1a 47 60 22 ff ff ff |.......?..G`"...| +I (6300) RX_TASK: 0x40813280 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (6310) RX_TASK: 0x40813290 50 4f 43 37 7d 5d c1 ff ff ff ff ff ff ff ff ff |POC7}]..........| +I (6320) RX_TASK: 0x408132a0 ff c0 ff 3f 01 1a 47 60 22 ff ff ff ff 00 00 00 |...?..G`".......| +I (6330) RX_TASK: 0x408132b0 d8 c3 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6340) RX_TASK: 0x408132c0 01 1a 47 60 22 ff ff ff ff 00 ff 00 82 24 00 53 |..G`"........$.S| +I (6350) RX_TASK: 0x408132d0 79 6d 62 69 61 6e 20 45 50 4f 43 37 7d 5d c1 ff |ymbian EPOC7}]..| +I (6350) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1a 47 60 |...........?..G`| +I (6360) RX_TASK: 0x408132f0 22 ff ff ff ff 00 00 00 d8 |"........| +I (6370) RX_TASK: Starting to Parse: 201 +I (6380) RX_TASK:  +=== Packet 1 (offset 42, length 18) === + +I (6380) RX_TASK: Address: 0xFF +I (6380) RX_TASK: Command bit: 1 +I (6390) RX_TASK: Control: 0x3F +I (6390) RX_TASK: Control: P-XID +I (6390) RX_TASK: CRC: 0xD8C3 +I (6400) RX_TASK: CRC Check: VALID + +I (6400) RX_TASK: Payload (12 bytes): +01 1A 47 60 22 FF FF FF FF 00 00 00 +I (6410) RX_TASK:  +ASCII: +..G`"....... +I (6410) RX_TASK:  + +I (6410) RX_TASK:  +=== Packet 2 (offset 69, length 34) === + +I (6420) RX_TASK: Address: 0xFF +I (6420) RX_TASK: Command bit: 1 +I (6420) RX_TASK: Control: 0x3F +I (6420) RX_TASK: Control: P-XID +I (6430) RX_TASK: CRC: 0x7D5D +I (6430) RX_TASK: CRC Check: INVALID + +I (6430) RX_TASK: Payload (28 bytes): +01 1A 47 60 22 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 37 +I (6450) RX_TASK:  +ASCII: +..G`"........$.Symbian EPOC7 +I (6450) RX_TASK:  + +I (6450) RX_TASK:  +=== Packet 3 (offset 113, length 18) === + +I (6460) RX_TASK: Address: 0xFF +I (6460) RX_TASK: Command bit: 1 +I (6460) RX_TASK: Control: 0x3F +I (6470) RX_TASK: Control: P-XID +I (6470) RX_TASK: CRC: 0xD8C3 +I (6470) RX_TASK: CRC Check: VALID + +I (6480) RX_TASK: Payload (12 bytes): +01 1A 47 60 22 FF FF FF FF 00 00 00 +I (6480) RX_TASK:  +ASCII: +..G`"....... +I (6490) RX_TASK:  + +I (6490) RX_TASK:  +=== Packet 4 (offset 141, length 34) === + +I (6490) RX_TASK: Address: 0xFF +I (6500) RX_TASK: Command bit: 1 +I (6500) RX_TASK: Control: 0x3F +I (6500) RX_TASK: Control: P-XID +I (6510) RX_TASK: CRC: 0x7D5D +I (6510) RX_TASK: CRC Check: INVALID + +I (6510) RX_TASK: Payload (28 bytes): +01 1A 47 60 22 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 37 +I (6520) RX_TASK:  +ASCII: +..G`"........$.Symbian EPOC7 +I (6530) RX_TASK:  + +I (6530) RX_TASK: Unterminated packet at offset 185 + diff --git a/build/log/idf_py_stdout_output_28960 b/build/log/idf_py_stdout_output_28960 new file mode 100644 index 0000000..a346643 --- /dev/null +++ b/build/log/idf_py_stdout_output_28960 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:173:16: warning: unused variable 'payload_and_crc_len' [-Wunused-variable] + 173 | size_t payload_and_crc_len = eof_pos - i - 3; // Subtract BOF/Address/Control + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:235:13: warning: 'tx_task' defined but not used [-Wunused-function] + 235 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cfc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3040 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_29088 b/build/log/idf_py_stdout_output_29088 new file mode 100644 index 0000000..98b54c5 --- /dev/null +++ b/build/log/idf_py_stdout_output_29088 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2cfc0 bytes. Smallest app partition is 0x100000 bytes. 0xd3040 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003cfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 520.4 kbit/s)... +Hash of data verified. +Compressed 184256 bytes to 93777... +Writing at 0x00010000... (16 %) +Writing at 0x0001a971... (33 %) +Writing at 0x00021451... (50 %) +Writing at 0x0002877d... (66 %) +Writing at 0x000309f6... (83 %) +Writing at 0x0003765f... (100 %) +Wrote 184256 bytes (93777 compressed) at 0x00010000 in 1.6 seconds (effective 915.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 383.9 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_29106 b/build/log/idf_py_stdout_output_29106 new file mode 100644 index 0000000..ac153f3 --- /dev/null +++ b/build/log/idf_py_stdout_output_29106 @@ -0,0 +1,192 @@ + Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09de8h ( 40424) map +I (89) esp_image: segment 1: paddr=00019e10 vaddr=40800000 size=06208h ( 25096) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=158ech ( 88300) map +I (112) esp_image: segment 3: paddr=00035914 vaddr=40806208 size=05ef0h ( 24304) load +I (118) esp_image: segment 4: paddr=0003b80c vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 5e4456684... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4390) RX_TASK: Read 256 bytes: '������������?���,����' +I (4390) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 b0 98 |............?...| +I (4390) RX_TASK: 0x40813240 eb 2c ff ff ff ff 00 00 00 d5 75 c1 ff ff ff ff |.,........u.....| +I (4400) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 b0 98 eb 2c ff ff |........?....,..| +I (4410) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4420) RX_TASK: 0x40813270 45 50 4f 43 0d b7 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (4420) RX_TASK: 0x40813280 ff c0 ff 3f 01 b0 98 eb 2c ff ff ff ff 00 00 00 |...?....,.......| +I (4430) RX_TASK: 0x40813290 d5 75 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.u.............?| +I (4440) RX_TASK: 0x408132a0 01 b0 98 eb 2c ff ff ff ff 00 ff 00 82 24 00 53 |....,........$.S| +I (4450) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 0d b7 c1 ff ff |ymbian EPOC.....| +I (4460) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 b0 98 eb 2c |..........?....,| +I (4470) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 d5 75 c1 ff ff ff ff ff ff |........u.......| +I (4480) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 b0 98 eb 2c ff ff ff ff |......?....,....| +I (4490) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (4490) RX_TASK: 0x40813300 4f 43 0d b7 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (4500) RX_TASK: 0x40813310 ff 3f 01 b0 98 eb 2c ff ff ff ff 00 00 00 d5 75 |.?....,........u| +I (4510) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 b0 |.............?..| +I (4520) RX_TASK: Starting to Parse: 256 +I (4520) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4530) RX_TASK: Address: 0xFF +I (4530) RX_TASK: Command bit: 1 +I (4540) RX_TASK: Control: 0x3F +I (4540) RX_TASK: Control: P-XID +I (4540) RX_TASK: CRC: 0xD575 +I (4540) RX_TASK: CRC Check: VALID + +I (4550) RX_TASK: Payload (12 bytes): +01 B0 98 EB 2C FF FF FF FF 00 00 00 +I (4550) RX_TASK:  +ASCII: +....,....... +I (4560) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4560) RX_TASK: Address: 0xFF +I (4570) RX_TASK: Command bit: 1 +I (4570) RX_TASK: Control: 0x3F +I (4570) RX_TASK: Control: P-XID +I (4580) RX_TASK: CRC: 0x0DB7 +I (4580) RX_TASK: CRC Check: VALID + +I (4580) RX_TASK: Payload (27 bytes): +01 B0 98 EB 2C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4590) RX_TASK:  +ASCII: +....,........$.Symbian EPOC +I (4600) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4600) RX_TASK: Address: 0xFF +I (4610) RX_TASK: Command bit: 1 +I (4610) RX_TASK: Control: 0x3F +I (4610) RX_TASK: Control: P-XID +I (4610) RX_TASK: CRC: 0xD575 +I (4620) RX_TASK: CRC Check: VALID + +I (4620) RX_TASK: Payload (12 bytes): +01 B0 98 EB 2C FF FF FF FF 00 00 00 +I (4630) RX_TASK:  +ASCII: +....,....... +I (4630) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (4640) RX_TASK: Address: 0xFF +I (4640) RX_TASK: Command bit: 1 +I (4640) RX_TASK: Control: 0x3F +I (4650) RX_TASK: Control: P-XID +I (4650) RX_TASK: CRC: 0x0DB7 +I (4650) RX_TASK: CRC Check: VALID + +I (4650) RX_TASK: Payload (27 bytes): +01 B0 98 EB 2C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4670) RX_TASK:  +ASCII: +....,........$.Symbian EPOC +I (4670) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (4680) RX_TASK: Address: 0xFF +I (4680) RX_TASK: Command bit: 1 +I (4680) RX_TASK: Control: 0x3F +I (4680) RX_TASK: Control: P-XID +I (4690) RX_TASK: CRC: 0xD575 +I (4690) RX_TASK: CRC Check: VALID + +I (4690) RX_TASK: Payload (12 bytes): +01 B0 98 EB 2C FF FF FF FF 00 00 00 +I (4700) RX_TASK:  +ASCII: +....,....... +I (4700) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (4710) RX_TASK: Address: 0xFF +I (4710) RX_TASK: Command bit: 1 +I (4720) RX_TASK: Control: 0x3F +I (4720) RX_TASK: Control: P-XID +I (4720) RX_TASK: CRC: 0x0DB7 +I (4720) RX_TASK: CRC Check: VALID + +I (4730) RX_TASK: Payload (27 bytes): +01 B0 98 EB 2C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4740) RX_TASK:  +ASCII: +....,........$.Symbian EPOC +I (4740) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (4750) RX_TASK: Address: 0xFF +I (4750) RX_TASK: Command bit: 1 +I (4750) RX_TASK: Control: 0x3F +I (4760) RX_TASK: Control: P-XID +I (4760) RX_TASK: CRC: 0xD575 +I (4760) RX_TASK: CRC Check: VALID + +I (4770) RX_TASK: Payload (12 bytes): +01 B0 98 EB 2C FF FF FF FF 00 00 00 +I (4770) RX_TASK:  +ASCII: +....,....... +I (4780) RX_TASK: Unterminated packet at offset 251 + +I (5780) RX_TASK: Read 45 bytes: '��,����' +I (5780) RX_TASK: 0x40813230 98 eb 2c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..,........$.Sym| +I (5780) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 0d b7 c1 ff ff ff ff |bian EPOC.......| +I (5790) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 b0 98 eb |........?....| +I (5790) RX_TASK: Starting to Parse: 45 +I (5800) RX_TASK: Unterminated packet at offset 38 + diff --git a/build/log/idf_py_stdout_output_29146 b/build/log/idf_py_stdout_output_29146 new file mode 100644 index 0000000..455c00c --- /dev/null +++ b/build/log/idf_py_stdout_output_29146 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'parse_pxid_packets' + 216 | parse_pxid_packets(payload, rxBytes); + | ^~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:32: error: 'payload' undeclared (first use in this function); did you mean 'payload_len'? + 216 | parse_pxid_packets(payload, rxBytes); + | ^~~~~~~ + | payload_len +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:32: note: each undeclared identifier is reported only once for each function it appears in +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:41: error: 'rxBytes' undeclared (first use in this function) + 216 | parse_pxid_packets(payload, rxBytes); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:249:13: warning: 'tx_task' defined but not used [-Wunused-function] + 249 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29166 b/build/log/idf_py_stdout_output_29166 new file mode 100644 index 0000000..a08bdde --- /dev/null +++ b/build/log/idf_py_stdout_output_29166 @@ -0,0 +1,22 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'parse_pxid_packets' + 216 | parse_pxid_packets(payload, payload_len); + | ^~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:32: error: 'payload' undeclared (first use in this function); did you mean 'payload_len'? + 216 | parse_pxid_packets(payload, payload_len); + | ^~~~~~~ + | payload_len +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:216:32: note: each undeclared identifier is reported only once for each function it appears in +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:249:13: warning: 'tx_task' defined but not used [-Wunused-function] + 249 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29184 b/build/log/idf_py_stdout_output_29184 new file mode 100644 index 0000000..87d182b --- /dev/null +++ b/build/log/idf_py_stdout_output_29184 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:249:13: warning: 'tx_task' defined but not used [-Wunused-function] + 249 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d060 bytes. Smallest app partition is 0x100000 bytes. 0xd2fa0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_29310 b/build/log/idf_py_stdout_output_29310 new file mode 100644 index 0000000..38163dc --- /dev/null +++ b/build/log/idf_py_stdout_output_29310 @@ -0,0 +1,17 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:196:24: error: assignment of read-only location 'payload[j]' + 196 | payload[j] = data[payload_start + j]; + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:251:13: warning: 'tx_task' defined but not used [-Wunused-function] + 251 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29331 b/build/log/idf_py_stdout_output_29331 new file mode 100644 index 0000000..5e81953 --- /dev/null +++ b/build/log/idf_py_stdout_output_29331 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:251:13: warning: 'tx_task' defined but not used [-Wunused-function] + 251 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d080 bytes. Smallest app partition is 0x100000 bytes. 0xd2f80 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_29457 b/build/log/idf_py_stdout_output_29457 new file mode 100644 index 0000000..e0c16da --- /dev/null +++ b/build/log/idf_py_stdout_output_29457 @@ -0,0 +1,20 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:262:13: warning: 'tx_task' defined but not used [-Wunused-function] + 262 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d0c0 bytes. Smallest app partition is 0x100000 bytes. 0xd2f40 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_29584 b/build/log/idf_py_stdout_output_29584 new file mode 100644 index 0000000..101cf69 --- /dev/null +++ b/build/log/idf_py_stdout_output_29584 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d0c0 bytes. Smallest app partition is 0x100000 bytes. 0xd2f40 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 518.8 kbit/s)... +Hash of data verified. +Compressed 184512 bytes to 93938... +Writing at 0x00010000... (16 %) +Writing at 0x0001a964... (33 %) +Writing at 0x00021487... (50 %) +Writing at 0x0002879c... (66 %) +Writing at 0x000309d3... (83 %) +Writing at 0x0003763a... (100 %) +Wrote 184512 bytes (93938 compressed) at 0x00010000 in 1.6 seconds (effective 898.4 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_29602 b/build/log/idf_py_stdout_output_29602 new file mode 100644 index 0000000..b8a9f1a --- /dev/null +++ b/build/log/idf_py_stdout_output_29602 @@ -0,0 +1,235 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09e1ch ( 40476) map +I (89) esp_image: segment 1: paddr=00019e44 vaddr=40800000 size=061d4h ( 25044) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=159b8h ( 88504) map +I (112) esp_image: segment 3: paddr=000359e0 vaddr=408061d4 size=05f24h ( 24356) load +I (118) esp_image: segment 4: paddr=0003b90c vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: e07d7b5f2... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4460) RX_TASK: Read 256 bytes: '������������?p�o����' +I (4460) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 70 c6 |............?.p.| +I (4460) RX_TASK: 0x40813240 6f 1e ff ff ff ff 00 00 00 cc 35 c1 ff ff ff ff |o.........5.....| +I (4470) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 70 c6 6f 1e ff ff ff |.......?.p.o....| +I (4480) RX_TASK: 0x40813260 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (4490) RX_TASK: 0x40813270 50 4f 43 de 4f c1 ff ff ff ff ff ff ff ff ff ff |POC.O...........| +I (4500) RX_TASK: 0x40813280 c0 ff 3f 01 70 c6 6f 1e ff ff ff ff 00 00 00 cc |..?.p.o.........| +I (4510) RX_TASK: 0x40813290 35 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |5.............?.| +I (4520) RX_TASK: 0x408132a0 70 c6 6f 1e ff ff ff ff 00 ff 00 82 24 00 53 79 |p.o.........$.Sy| +I (4530) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 de 4f c1 ff ff ff |mbian EPOC.O....| +I (4530) RX_TASK: 0x408132c0 ff ff ff ff ff ff c0 ff 3f 01 70 c6 6f 1e ff ff |........?.p.o...| +I (4540) RX_TASK: 0x408132d0 ff ff 00 00 00 cc 35 c1 ff ff ff ff ff ff ff ff |......5.........| +I (4550) RX_TASK: 0x408132e0 ff ff c0 ff 3f 01 70 c6 6f 1e ff ff ff ff 00 ff |....?.p.o.......| +I (4560) RX_TASK: 0x408132f0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (4570) RX_TASK: 0x40813300 de 4f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.O.............?| +I (4580) RX_TASK: 0x40813310 01 70 c6 6f 1e ff ff ff ff 00 00 00 cc 35 c1 ff |.p.o.........5..| +I (4590) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 70 c6 6f |...........?.p.o| +I (4600) RX_TASK: Starting to Parse: 256 +I (4600) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4610) RX_TASK: Address: 0xFF +I (4610) RX_TASK: Command bit: 1 +I (4610) RX_TASK: Control: 0x3F +I (4610) RX_TASK: Control: P-XID +I (4620) RX_TASK: CRC: 0xCC35 +I (4620) RX_TASK: CRC Check: VALID + +I (4620) RX_TASK: Payload (12 bytes): +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4630) RX_TASK:  +ASCII: +.p.o........ + +I (4630) PXID_TASK: Parsing P-XID Packet: 12 +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4640) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (4650) RX_TASK: Address: 0xFF +I (4650) RX_TASK: Command bit: 1 +I (4650) RX_TASK: Control: 0x3F +I (4660) RX_TASK: Control: P-XID +I (4660) RX_TASK: CRC: 0xDE4F +I (4660) RX_TASK: CRC Check: INVALID + +I (4660) RX_TASK: Payload (27 bytes): +01 70 C6 6F 1E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4680) RX_TASK:  +ASCII: +.p.o.........$.Symbian EPOC + +I (4680) PXID_TASK: Parsing P-XID Packet: 27 +01 70 C6 6F 1E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4690) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (4700) RX_TASK: Address: 0xFF +I (4700) RX_TASK: Command bit: 1 +I (4700) RX_TASK: Control: 0x3F +I (4710) RX_TASK: Control: P-XID +I (4710) RX_TASK: CRC: 0xCC35 +I (4710) RX_TASK: CRC Check: VALID + +I (4720) RX_TASK: Payload (12 bytes): +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4720) RX_TASK:  +ASCII: +.p.o........ + +I (4730) PXID_TASK: Parsing P-XID Packet: 12 +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4730) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (4740) RX_TASK: Address: 0xFF +I (4740) RX_TASK: Command bit: 1 +I (4740) RX_TASK: Control: 0x3F +I (4750) RX_TASK: Control: P-XID +I (4750) RX_TASK: CRC: 0xDE4F +I (4750) RX_TASK: CRC Check: INVALID + +I (4760) RX_TASK: Payload (27 bytes): +01 70 C6 6F 1E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4770) RX_TASK:  +ASCII: +.p.o.........$.Symbian EPOC + +I (4770) PXID_TASK: Parsing P-XID Packet: 27 +01 70 C6 6F 1E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4780) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (4790) RX_TASK: Address: 0xFF +I (4790) RX_TASK: Command bit: 1 +I (4800) RX_TASK: Control: 0x3F +I (4800) RX_TASK: Control: P-XID +I (4800) RX_TASK: CRC: 0xCC35 +I (4800) RX_TASK: CRC Check: VALID + +I (4810) RX_TASK: Payload (12 bytes): +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4810) RX_TASK:  +ASCII: +.p.o........ + +I (4820) PXID_TASK: Parsing P-XID Packet: 12 +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4830) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (4830) RX_TASK: Address: 0xFF +I (4830) RX_TASK: Command bit: 1 +I (4840) RX_TASK: Control: 0x3F +I (4840) RX_TASK: Control: P-XID +I (4840) RX_TASK: CRC: 0xDE4F +I (4850) RX_TASK: CRC Check: INVALID + +I (4850) RX_TASK: Payload (27 bytes): +01 70 C6 6F 1E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4860) RX_TASK:  +ASCII: +.p.o.........$.Symbian EPOC + +I (4860) PXID_TASK: Parsing P-XID Packet: 27 +01 70 C6 6F 1E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4880) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (4880) RX_TASK: Address: 0xFF +I (4880) RX_TASK: Command bit: 1 +I (4890) RX_TASK: Control: 0x3F +I (4890) RX_TASK: Control: P-XID +I (4890) RX_TASK: CRC: 0xCC35 +I (4900) RX_TASK: CRC Check: VALID + +I (4900) RX_TASK: Payload (12 bytes): +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4910) RX_TASK:  +ASCII: +.p.o........ + +I (4910) PXID_TASK: Parsing P-XID Packet: 12 +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (4920) RX_TASK: Unterminated packet at offset 249 + +I (5920) RX_TASK: Read 71 bytes: '����' +I (5920) RX_TASK: 0x40813230 1e ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (5920) RX_TASK: 0x40813240 61 6e 20 45 50 4f 43 de 4f c1 ff ff ff ff ff ff |an EPOC.O.......| +I (5930) RX_TASK: 0x40813250 ff ff ff ff c0 ff 3f 01 70 c6 6f 1e ff ff ff ff |......?.p.o.....| +I (5930) RX_TASK: 0x40813260 00 00 00 cc 35 c1 ff ff ff ff ff ff ff ff ff ff |....5...........| +I (5940) RX_TASK: 0x40813270 c0 ff 3f 01 70 c6 6f |..?.p.o| +I (5950) RX_TASK: Starting to Parse: 71 +I (5950) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (5960) RX_TASK: Address: 0xFF +I (5960) RX_TASK: Command bit: 1 +I (5970) RX_TASK: Control: 0x3F +I (5970) RX_TASK: Control: P-XID +I (5970) RX_TASK: CRC: 0xCC35 +I (5970) RX_TASK: CRC Check: VALID + +I (5980) RX_TASK: Payload (12 bytes): +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (5980) RX_TASK:  +ASCII: +.p.o........ + +I (5990) PXID_TASK: Parsing P-XID Packet: 12 +01 70 C6 6F 1E FF FF FF FF 00 00 00 +I (6000) RX_TASK: Unterminated packet at offset 64 + diff --git a/build/log/idf_py_stdout_output_29628 b/build/log/idf_py_stdout_output_29628 new file mode 100644 index 0000000..dd6f406 --- /dev/null +++ b/build/log/idf_py_stdout_output_29628 @@ -0,0 +1,30 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:29: error: expected expression before '{' token + 116 | device_address[0] = {data[i+1] + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:315:1: error: expected declaration or statement at end of input + 315 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:115:17: warning: variable 'device_address' set but not used [-Wunused-but-set-variable] + 115 | uint8_t device_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:315:1: error: expected declaration or statement at end of input + 315 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:105:9: warning: unused variable 'packet_count' [-Wunused-variable] + 105 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:22:18: error: 'RX_BUF_SIZE' defined but not used [-Werror=unused-const-variable=] + 22 | static const int RX_BUF_SIZE = 256; + | ^~~~~~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29647 b/build/log/idf_py_stdout_output_29647 new file mode 100644 index 0000000..e2fbd37 --- /dev/null +++ b/build/log/idf_py_stdout_output_29647 @@ -0,0 +1,30 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:29: error: expected expression before '{' token + 116 | device_address[0] = {data[i+1]; + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:315:1: error: expected declaration or statement at end of input + 315 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:115:17: warning: variable 'device_address' set but not used [-Wunused-but-set-variable] + 115 | uint8_t device_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:315:1: error: expected declaration or statement at end of input + 315 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:105:9: warning: unused variable 'packet_count' [-Wunused-variable] + 105 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:22:18: error: 'RX_BUF_SIZE' defined but not used [-Werror=unused-const-variable=] + 22 | static const int RX_BUF_SIZE = 256; + | ^~~~~~~~~~~ +cc1: some warnings being treated as errors +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29665 b/build/log/idf_py_stdout_output_29665 new file mode 100644 index 0000000..ee18b4b --- /dev/null +++ b/build/log/idf_py_stdout_output_29665 @@ -0,0 +1,30 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:29: error: expected expression before '{' token + 116 | device_address[0] = {data[i+1]; + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:316:1: error: expected declaration or statement at end of input + 316 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:115:17: warning: variable 'device_address' set but not used [-Wunused-but-set-variable] + 115 | uint8_t device_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:316:1: error: expected declaration or statement at end of input + 316 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:105:9: warning: unused variable 'packet_count' [-Wunused-variable] + 105 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:22:18: error: 'RX_BUF_SIZE' defined but not used [-Werror=unused-const-variable=] + 22 | static const int RX_BUF_SIZE = 256; + | ^~~~~~~~~~~ +cc1: some warnings being treated as errors +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29684 b/build/log/idf_py_stdout_output_29684 new file mode 100644 index 0000000..cf44d76 --- /dev/null +++ b/build/log/idf_py_stdout_output_29684 @@ -0,0 +1,28 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:115:17: warning: variable 'device_address' set but not used [-Wunused-but-set-variable] + 115 | uint8_t device_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:105:9: warning: unused variable 'packet_count' [-Wunused-variable] + 105 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:281:13: warning: 'tx_task' defined but not used [-Wunused-function] + 281 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d100 bytes. Smallest app partition is 0x100000 bytes. 0xd2f00 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_29809 b/build/log/idf_py_stdout_output_29809 new file mode 100644 index 0000000..3b1d450 --- /dev/null +++ b/build/log/idf_py_stdout_output_29809 @@ -0,0 +1,113 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +In file included from /Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:15, + from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:98:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint8_t *' {aka 'unsigned char *'} [-Werror=format=] + 98 | #define LOG_COLOR_E "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_E' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:86: note: in expansion of macro 'LOG_FORMAT' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:121:9: note: in expansion of macro 'ESP_LOGI' + 121 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:99:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint8_t *' {aka 'unsigned char *'} [-Werror=format=] + 99 | #define LOG_COLOR_W "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_W' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:183:86: note: in expansion of macro 'LOG_FORMAT' + 183 | else if (level==ESP_LOG_WARN ) { esp_log_write(ESP_LOG_WARN, tag, LOG_FORMAT(W, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:121:9: note: in expansion of macro 'ESP_LOGI' + 121 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:101:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint8_t *' {aka 'unsigned char *'} [-Werror=format=] + 101 | #define LOG_COLOR_D "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_D' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:184:86: note: in expansion of macro 'LOG_FORMAT' + 184 | else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:121:9: note: in expansion of macro 'ESP_LOGI' + 121 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:102:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint8_t *' {aka 'unsigned char *'} [-Werror=format=] + 102 | #define LOG_COLOR_V "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_V' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:185:86: note: in expansion of macro 'LOG_FORMAT' + 185 | else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:121:9: note: in expansion of macro 'ESP_LOGI' + 121 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:100:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint8_t *' {aka 'unsigned char *'} [-Werror=format=] + 100 | #define LOG_COLOR_I "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_I' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:186:86: note: in expansion of macro 'LOG_FORMAT' + 186 | else { esp_log_write(ESP_LOG_INFO, tag, LOG_FORMAT(I, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:121:9: note: in expansion of macro 'ESP_LOGI' + 121 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:123:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 123 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:105:9: warning: unused variable 'packet_count' [-Wunused-variable] + 105 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:289:13: warning: 'tx_task' defined but not used [-Wunused-function] + 289 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29873 b/build/log/idf_py_stdout_output_29873 new file mode 100644 index 0000000..a59c7e8 --- /dev/null +++ b/build/log/idf_py_stdout_output_29873 @@ -0,0 +1,60 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:126:40: error: passing argument 2 of 'memcpy' makes pointer from integer without a cast [-Wint-conversion] + 126 | memcpy(device_address_arr, data[i+1], 4) + | ~~~~^~~~~ + | | + | uint8_t {aka unsigned char} +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:14: +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/string.h:31:36: note: expected 'const void * restrict' but argument is of type 'uint8_t' {aka 'unsigned char'} + 31 | void * memcpy (void *__restrict, const void *__restrict, size_t); + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:126:49: error: expected ';' before 'uint32_t' + 126 | memcpy(device_address_arr, data[i+1], 4) + | ^ + | ; + 127 | uint32_t device_address = read_address(device_address_arr, 4); + | ~~~~~~~~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:129:47: error: 'device_address' undeclared (first use in this function); did you mean 'device_address_arr'? + 129 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:129:9: note: in expansion of macro 'ESP_LOGI' + 129 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:129:47: note: each undeclared identifier is reported only once for each function it appears in + 129 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:129:9: note: in expansion of macro 'ESP_LOGI' + 129 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 131 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:297:13: warning: 'tx_task' defined but not used [-Wunused-function] + 297 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29926 b/build/log/idf_py_stdout_output_29926 new file mode 100644 index 0000000..7a99696 --- /dev/null +++ b/build/log/idf_py_stdout_output_29926 @@ -0,0 +1,54 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:126:42: error: expected ';' before 'device_address_arr' + 126 | device_address_arr[0] = data[i+1] + | ^ + | ; + 127 | device_address_arr[1] = data[i+2] + | ~~~~~~~~~~~~~~~~~~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:47: error: 'device_address' undeclared (first use in this function); did you mean 'device_address_arr'? + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:47: note: each undeclared identifier is reported only once for each function it appears in + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 135 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:125:17: warning: variable 'device_address_arr' set but not used [-Wunused-but-set-variable] + 125 | uint8_t device_address_arr[4]; + | ^~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:301:13: warning: 'tx_task' defined but not used [-Wunused-function] + 301 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29946 b/build/log/idf_py_stdout_output_29946 new file mode 100644 index 0000000..4d6b1d0 --- /dev/null +++ b/build/log/idf_py_stdout_output_29946 @@ -0,0 +1,119 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:35: error: too many arguments to function 'read_address' + 131 | uint32_t device_address = read_address(device_address_arr, 4); + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:10: note: declared here + 87 | uint32_t read_address(const uint8_t* buffer) { + | ^~~~~~~~~~~~ +In file included from /Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:15, + from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:98:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 98 | #define LOG_COLOR_E "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_E' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:86: note: in expansion of macro 'LOG_FORMAT' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:99:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 99 | #define LOG_COLOR_W "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_W' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:183:86: note: in expansion of macro 'LOG_FORMAT' + 183 | else if (level==ESP_LOG_WARN ) { esp_log_write(ESP_LOG_WARN, tag, LOG_FORMAT(W, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:101:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 101 | #define LOG_COLOR_D "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_D' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:184:86: note: in expansion of macro 'LOG_FORMAT' + 184 | else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:102:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 102 | #define LOG_COLOR_V "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_V' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:185:86: note: in expansion of macro 'LOG_FORMAT' + 185 | else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:100:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 100 | #define LOG_COLOR_I "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_I' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:186:86: note: in expansion of macro 'LOG_FORMAT' + 186 | else { esp_log_write(ESP_LOG_INFO, tag, LOG_FORMAT(I, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 135 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:301:13: warning: 'tx_task' defined but not used [-Wunused-function] + 301 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29965 b/build/log/idf_py_stdout_output_29965 new file mode 100644 index 0000000..53d4a32 --- /dev/null +++ b/build/log/idf_py_stdout_output_29965 @@ -0,0 +1,113 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +In file included from /Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:15, + from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:98:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 98 | #define LOG_COLOR_E "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_E' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:86: note: in expansion of macro 'LOG_FORMAT' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:99:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 99 | #define LOG_COLOR_W "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_W' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:183:86: note: in expansion of macro 'LOG_FORMAT' + 183 | else if (level==ESP_LOG_WARN ) { esp_log_write(ESP_LOG_WARN, tag, LOG_FORMAT(W, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:101:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 101 | #define LOG_COLOR_D "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_D' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:184:86: note: in expansion of macro 'LOG_FORMAT' + 184 | else if (level==ESP_LOG_DEBUG ) { esp_log_write(ESP_LOG_DEBUG, tag, LOG_FORMAT(D, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:102:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 102 | #define LOG_COLOR_V "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_V' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:185:86: note: in expansion of macro 'LOG_FORMAT' + 185 | else if (level==ESP_LOG_VERBOSE ) { esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log_color.h:100:31: error: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] + 100 | #define LOG_COLOR_I "" + | ^~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:62:37: note: in expansion of macro 'LOG_COLOR_I' + 62 | #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%" PRIu32 ") %s: " format LOG_RESET_COLOR "\n" + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:186:86: note: in expansion of macro 'LOG_FORMAT' + 186 | else { esp_log_write(ESP_LOG_INFO, tag, LOG_FORMAT(I, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:205:38: note: in expansion of macro 'ESP_LOG_LEVEL' + 205 | if (_ESP_LOG_ENABLED(level)) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \ + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:133:9: note: in expansion of macro 'ESP_LOGI' + 133 | ESP_LOGI(TASK_TAG, "Address: 0x%04X", device_address); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 135 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:301:13: warning: 'tx_task' defined but not used [-Wunused-function] + 301 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_29987 b/build/log/idf_py_stdout_output_29987 new file mode 100644 index 0000000..5b0d412 --- /dev/null +++ b/build/log/idf_py_stdout_output_29987 @@ -0,0 +1,28 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 135 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:301:13: warning: 'tx_task' defined but not used [-Wunused-function] + 301 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d190 bytes. Smallest app partition is 0x100000 bytes. 0xd2e70 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_30115 b/build/log/idf_py_stdout_output_30115 new file mode 100644 index 0000000..42e2b71 --- /dev/null +++ b/build/log/idf_py_stdout_output_30115 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d190 bytes. Smallest app partition is 0x100000 bytes. 0xd2e70 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 517.3 kbit/s)... +Hash of data verified. +Compressed 184720 bytes to 94090... +Writing at 0x00010000... (16 %) +Writing at 0x0001a97d... (33 %) +Writing at 0x000214a5... (50 %) +Writing at 0x0002879d... (66 %) +Writing at 0x0003096f... (83 %) +Writing at 0x0003763c... (100 %) +Wrote 184720 bytes (94090 compressed) at 0x00010000 in 1.6 seconds (effective 898.4 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_30133 b/build/log/idf_py_stdout_output_30133 new file mode 100644 index 0000000..8b01af7 --- /dev/null +++ b/build/log/idf_py_stdout_output_30133 @@ -0,0 +1,1674 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09e40h ( 40512) map +I (89) esp_image: segment 1: paddr=00019e68 vaddr=40800000 size=061b0h ( 25008) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15a6ch ( 88684) map +I (112) esp_image: segment 3: paddr=00035a94 vaddr=408061b0 size=05f48h ( 24392) load +I (118) esp_image: segment 4: paddr=0003b9e4 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 8c00a3e44... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5140) RX_TASK: Read 253 bytes: '������������?g������' +I (5140) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 67 a0 |............?.g.| +I (5140) RX_TASK: 0x40813240 81 02 ff ff ff ff 00 00 00 31 9f c1 ff ff ff ff |.........1......| +I (5150) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 67 a0 81 02 ff ff |........?.g.....| +I (5160) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5160) RX_TASK: 0x40813270 45 50 4f 43 13 04 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (5170) RX_TASK: 0x40813280 ff c0 ff 3f 01 67 a0 81 02 ff ff ff ff 00 00 00 |...?.g..........| +I (5180) RX_TASK: 0x40813290 31 9f c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |1.............?.| +I (5190) RX_TASK: 0x408132a0 67 a0 81 02 ff ff ff ff 00 ff 00 82 24 00 53 79 |g...........$.Sy| +I (5200) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 13 04 c1 ff ff ff |mbian EPOC......| +I (5210) RX_TASK: 0x408132c0 ff ff ff ff ff ff c0 ff 3f 01 67 a0 81 02 ff ff |........?.g.....| +I (5220) RX_TASK: 0x408132d0 ff ff 00 00 00 31 9f c1 ff ff ff ff ff ff ff ff |.....1..........| +I (5230) RX_TASK: 0x408132e0 ff c0 ff 3f 01 67 a0 81 02 ff ff ff ff 00 ff 00 |...?.g..........| +I (5230) RX_TASK: 0x408132f0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 13 |.$.Symbian EPOC.| +I (5240) RX_TASK: 0x40813300 04 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 67 |.............?.g| +I (5250) RX_TASK: 0x40813310 a0 81 02 ff ff ff ff 00 00 00 31 9f c1 ff ff ff |..........1.....| +I (5260) RX_TASK: 0x40813320 ff ff ff ff ff ff ff c0 ff 3f 01 67 a0 |.........?.g.| +I (5270) RX_TASK: Starting to Parse: 253 +I (5270) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5280) RX_TASK: Address: 0xFF +I (5280) RX_TASK: Command bit: 1 +I (5280) RX_TASK: Control: 0x3F +I (5290) RX_TASK: Control: P-XID +I (5290) RX_TASK: CRC: 0x319F +I (5290) RX_TASK: CRC Check: VALID + +I (5300) RX_TASK: Payload (12 bytes): +01 67 A0 81 02 FF FF FF FF 00 00 00 +I (5300) RX_TASK:  +ASCII: +.g.......... + +I (5310) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 A0 81 02 FF FF FF FF 00 00 00 +I (5310) PXID_TASK: Address: 0x67A08102 +I (5320) PXID_TASK: Address: 0x67A08102 +I (5320) PXID_TASK: Address: 0x67A08102 +I (5330) PXID_TASK: Address: 0x67A08102 +I (5330) PXID_TASK: Address: 0x67A08102 +I (5330) PXID_TASK: Address: 0x67A08102 +I (5340) PXID_TASK: Address: 0x67A08102 +I (5340) PXID_TASK: Address: 0x67A08102 +I (5340) PXID_TASK: Address: 0x67A08102 +I (5350) PXID_TASK: Address: 0x67A08102 +I (5350) PXID_TASK: Address: 0x67A08102 +I (5350) PXID_TASK: Address: 0x67A08102 +I (5360) PXID_TASK: Address: 0x67A08102 +I (5360) PXID_TASK: Address: 0x67A08102 +I (5360) PXID_TASK: Address: 0x67A08102 +I (5370) PXID_TASK: Address: 0x67A08102 +I (5370) PXID_TASK: Address: 0x67A08102 +I (5380) PXID_TASK: Address: 0x67A08102 +I (5380) PXID_TASK: Address: 0x67A08102 +I (5380) PXID_TASK: Address: 0x67A08102 +I (5390) PXID_TASK: Address: 0x67A08102 +I (5390) PXID_TASK: Address: 0x67A08102 +I (5390) PXID_TASK: Address: 0x67A08102 +I (5400) PXID_TASK: Address: 0x67A08102 +I (5400) PXID_TASK: Address: 0x67A08102 +I (5400) PXID_TASK: Address: 0x67A08102 +I (5410) PXID_TASK: Address: 0x67A08102 +I (5410) PXID_TASK: Address: 0x67A08102 +I (5410) PXID_TASK: Address: 0x67A08102 +I (5420) PXID_TASK: Address: 0x67A08102 +I (5420) PXID_TASK: Address: 0x67A08102 +I (5420) PXID_TASK: Address: 0x67A08102 +I (5430) PXID_TASK: Address: 0x67A08102 +I (5430) PXID_TASK: Address: 0x67A08102 +I (5440) PXID_TASK: Address: 0x67A08102 +I (5440) PXID_TASK: Address: 0x67A08102 +I (5440) PXID_TASK: Address: 0x67A08102 +I (5450) PXID_TASK: Address: 0x67A08102 +I (5450) PXID_TASK: Address: 0x67A08102 +I (5450) PXID_TASK: Address: 0x67A08102 +I (5460) PXID_TASK: Address: 0x67A08102 +I (5460) PXID_TASK: Address: 0x67A08102 +I (5460) PXID_TASK: Address: 0x67A08102 +I (5470) PXID_TASK: Address: 0x67A08102 +I (5470) PXID_TASK: Address: 0x67A08102 +I (5470) PXID_TASK: Address: 0x67A08102 +I (5480) PXID_TASK: Address: 0x67A08102 +I (5480) PXID_TASK: Address: 0x67A08102 +I (5490) PXID_TASK: Address: 0x67A08102 +I (5490) PXID_TASK: Address: 0x67A08102 +I (5490) PXID_TASK: Address: 0x67A08102 +I (5500) PXID_TASK: Address: 0x67A08102 +I (5500) PXID_TASK: Address: 0x67A08102 +I (5500) PXID_TASK: Address: 0x67A08102 +I (5510) PXID_TASK: Address: 0x67A08102 +I (5510) PXID_TASK: Address: 0x67A08102 +I (5510) PXID_TASK: Address: 0x67A08102 +I (5520) PXID_TASK: Address: 0x67A08102 +I (5520) PXID_TASK: Address: 0x67A08102 +I (5520) PXID_TASK: Address: 0x67A08102 +I (5530) PXID_TASK: Address: 0x67A08102 +I (5530) PXID_TASK: Address: 0x67A08102 +I (5540) PXID_TASK: Address: 0x67A08102 +I (5540) PXID_TASK: Address: 0x67A08102 +I (5540) PXID_TASK: Address: 0x67A08102 +I (5550) PXID_TASK: Address: 0x67A08102 +I (5550) PXID_TASK: Address: 0x67A08102 +I (5550) PXID_TASK: Address: 0x67A08102 +I (5560) PXID_TASK: Address: 0x67A08102 +I (5560) PXID_TASK: Address: 0x67A08102 +I (5560) PXID_TASK: Address: 0x67A08102 +I (5570) PXID_TASK: Address: 0x67A08102 +I (5570) PXID_TASK: Address: 0x67A08102 +I (5570) PXID_TASK: Address: 0x67A08102 +I (5580) PXID_TASK: Address: 0x67A08102 +I (5580) PXID_TASK: Address: 0x67A08102 +I (5590) PXID_TASK: Address: 0x67A08102 +I (5590) PXID_TASK: Address: 0x67A08102 +I (5590) PXID_TASK: Address: 0x67A08102 +I (5600) PXID_TASK: Address: 0x67A08102 +I (5600) PXID_TASK: Address: 0x67A08102 +I (5600) PXID_TASK: Address: 0x67A08102 +I (5610) PXID_TASK: Address: 0x67A08102 +I (5610) PXID_TASK: Address: 0x67A08102 +I (5610) PXID_TASK: Address: 0x67A08102 +I (5620) PXID_TASK: Address: 0x67A08102 +I (5620) PXID_TASK: Address: 0x67A08102 +I (5620) PXID_TASK: Address: 0x67A08102 +I (5630) PXID_TASK: Address: 0x67A08102 +I (5630) PXID_TASK: Address: 0x67A08102 +I (5630) PXID_TASK: Address: 0x67A08102 +I (5640) PXID_TASK: Address: 0x67A08102 +I (5640) PXID_TASK: Address: 0x67A08102 +I (5650) PXID_TASK: Address: 0x67A08102 +I (5650) PXID_TASK: Address: 0x67A08102 +I (5650) PXID_TASK: Address: 0x67A08102 +I (5660) PXID_TASK: Address: 0x67A08102 +I (5660) PXID_TASK: Address: 0x67A08102 +I (5660) PXID_TASK: Address: 0x67A08102 +I (5670) PXID_TASK: Address: 0x67A08102 +I (5670) PXID_TASK: Address: 0x67A08102 +I (5670) PXID_TASK: Address: 0x67A08102 +I (5680) PXID_TASK: Address: 0x67A08102 +I (5680) PXID_TASK: Address: 0x67A08102 +I (5680) PXID_TASK: Address: 0x67A08102 +I (5690) PXID_TASK: Address: 0x67A08102 +I (5690) PXID_TASK: Address: 0x67A08102 +I (5700) PXID_TASK: Address: 0x67A08102 +I (5700) PXID_TASK: Address: 0x67A08102 +I (5700) PXID_TASK: Address: 0x67A08102 +I (5710) PXID_TASK: Address: 0x67A08102 +I (5710) PXID_TASK: Address: 0x67A08102 +I (5710) PXID_TASK: Address: 0x67A08102 +I (5720) PXID_TASK: Address: 0x67A08102 +I (5720) PXID_TASK: Address: 0x67A08102 +I (5720) PXID_TASK: Address: 0x67A08102 +I (5730) PXID_TASK: Address: 0x67A08102 +I (5730) PXID_TASK: Address: 0x67A08102 +I (5730) PXID_TASK: Address: 0x67A08102 +I (5740) PXID_TASK: Address: 0x67A08102 +I (5740) PXID_TASK: Address: 0x67A08102 +I (5750) PXID_TASK: Address: 0x67A08102 +I (5750) PXID_TASK: Address: 0x67A08102 +I (5750) PXID_TASK: Address: 0x67A08102 +I (5760) PXID_TASK: Address: 0x67A08102 +I (5760) PXID_TASK: Address: 0x67A08102 +I (5760) PXID_TASK: Address: 0x67A08102 +I (5770) PXID_TASK: Address: 0x67A08102 +I (5770) PXID_TASK: Address: 0x67A08102 +I (5770) PXID_TASK: Address: 0x67A08102 +I (5780) PXID_TASK: Address: 0x67A08102 +I (5780) PXID_TASK: Address: 0x67A08102 +I (5780) PXID_TASK: Address: 0x67A08102 +I (5790) PXID_TASK: Address: 0x67A08102 +I (5790) PXID_TASK: Address: 0x67A08102 +I (5800) PXID_TASK: Address: 0x67A08102 +I (5800) PXID_TASK: Address: 0x67A08102 +I (5800) PXID_TASK: Address: 0x67A08102 +I (5810) PXID_TASK: Address: 0x67A08102 +I (5810) PXID_TASK: Address: 0x67A08102 +I (5810) PXID_TASK: Address: 0x67A08102 +I (5820) PXID_TASK: Address: 0x67A08102 +I (5820) PXID_TASK: Address: 0x67A08102 +I (5820) PXID_TASK: Address: 0x67A08102 +I (5830) PXID_TASK: Address: 0x67A08102 +I (5830) PXID_TASK: Address: 0x67A08102 +I (5830) PXID_TASK: Address: 0x67A08102 +I (5840) PXID_TASK: Address: 0x67A08102 +I (5840) PXID_TASK: Address: 0x67A08102 +I (5840) PXID_TASK: Address: 0x67A08102 +I (5850) PXID_TASK: Address: 0x67A08102 +I (5850) PXID_TASK: Address: 0x67A08102 +I (5860) PXID_TASK: Address: 0x67A08102 +I (5860) PXID_TASK: Address: 0x67A08102 +I (5860) PXID_TASK: Address: 0x67A08102 +I (5870) PXID_TASK: Address: 0x67A08102 +I (5870) PXID_TASK: Address: 0x67A08102 +I (5870) PXID_TASK: Address: 0x67A08102 +I (5880) PXID_TASK: Address: 0x67A08102 +I (5880) PXID_TASK: Address: 0x67A08102 +I (5880) PXID_TASK: Address: 0x67A08102 +I (5890) PXID_TASK: Address: 0x67A08102 +I (5890) PXID_TASK: Address: 0x67A08102 +I (5890) PXID_TASK: Address: 0x67A08102 +I (5900) PXID_TASK: Address: 0x67A08102 +I (5900) PXID_TASK: Address: 0x67A08102 +I (5910) PXID_TASK: Address: 0x67A08102 +I (5910) PXID_TASK: Address: 0x67A08102 +I (5910) PXID_TASK: Address: 0x67A08102 +I (5920) PXID_TASK: Address: 0x67A08102 +I (5920) PXID_TASK: Address: 0x67A08102 +I (5920) PXID_TASK: Address: 0x67A08102 +I (5930) PXID_TASK: Address: 0x67A08102 +I (5930) PXID_TASK: Address: 0x67A08102 +I (5930) PXID_TASK: Address: 0x67A08102 +I (5940) PXID_TASK: Address: 0x67A08102 +I (5940) PXID_TASK: Address: 0x67A08102 +I (5940) PXID_TASK: Address: 0x67A08102 +I (5950) PXID_TASK: Address: 0x67A08102 +I (5950) PXID_TASK: Address: 0x67A08102 +I (5960) PXID_TASK: Address: 0x67A08102 +I (5960) PXID_TASK: Address: 0x67A08102 +I (5960) PXID_TASK: Address: 0x67A08102 +I (5970) PXID_TASK: Address: 0x67A08102 +I (5970) PXID_TASK: Address: 0x67A08102 +I (5970) PXID_TASK: Address: 0x67A08102 +I (5980) PXID_TASK: Address: 0x67A08102 +I (5980) PXID_TASK: Address: 0x67A08102 +I (5980) PXID_TASK: Address: 0x67A08102 +I (5990) PXID_TASK: Address: 0x67A08102 +I (5990) PXID_TASK: Address: 0x67A08102 +I (5990) PXID_TASK: Address: 0x67A08102 +I (6000) PXID_TASK: Address: 0x67A08102 +I (6000) PXID_TASK: Address: 0x67A08102 +I (6000) PXID_TASK: Address: 0x67A08102 +I (6010) PXID_TASK: Address: 0x67A08102 +I (6010) PXID_TASK: Address: 0x67A08102 +I (6020) PXID_TASK: Address: 0x67A08102 +I (6020) PXID_TASK: Address: 0x67A08102 +I (6020) PXID_TASK: Address: 0x67A08102 +I (6030) PXID_TASK: Address: 0x67A08102 +I (6030) PXID_TASK: Address: 0x67A08102 +I (6030) PXID_TASK: Address: 0x67A08102 +I (6040) PXID_TASK: Address: 0x67A08102 +I (6040) PXID_TASK: Address: 0x67A08102 +I (6040) PXID_TASK: Address: 0x67A08102 +I (6050) PXID_TASK: Address: 0x67A08102 +I (6050) PXID_TASK: Address: 0x67A08102 +I (6050) PXID_TASK: Address: 0x67A08102 +I (6060) PXID_TASK: Address: 0x67A08102 +I (6060) PXID_TASK: Address: 0x67A08102 +I (6070) PXID_TASK: Address: 0x67A08102 +I (6070) PXID_TASK: Address: 0x67A08102 +I (6070) PXID_TASK: Address: 0x67A08102 +I (6080) PXID_TASK: Address: 0x67A08102 +I (6080) PXID_TASK: Address: 0x67A08102 +I (6080) PXID_TASK: Address: 0x67A08102 +I (6090) PXID_TASK: Address: 0x67A08102 +I (6090) PXID_TASK: Address: 0x67A08102 +I (6090) PXID_TASK: Address: 0x67A08102 +I (6100) PXID_TASK: Address: 0x67A08102 +I (6100) PXID_TASK: Address: 0x67A08102 +I (6100) PXID_TASK: Address: 0x67A08102 +I (6110) PXID_TASK: Address: 0x67A08102 +I (6110) PXID_TASK: Address: 0x67A08102 +I (6120) PXID_TASK: Address: 0x67A08102 +I (6120) PXID_TASK: Address: 0x67A08102 +I (6120) PXID_TASK: Address: 0x67A08102 +I (6130) PXID_TASK: Address: 0x67A08102 +I (6130) PXID_TASK: Address: 0x67A08102 +I (6130) PXID_TASK: Address: 0x67A08102 +I (6140) PXID_TASK: Address: 0x67A08102 +I (6140) PXID_TASK: Address: 0x67A08102 +I (6140) PXID_TASK: Address: 0x67A08102 +I (6150) PXID_TASK: Address: 0x67A08102 +I (6150) PXID_TASK: Address: 0x67A08102 +I (6150) PXID_TASK: Address: 0x67A08102 +I (6160) PXID_TASK: Address: 0x67A08102 +I (6160) PXID_TASK: Address: 0x67A08102 +I (6170) PXID_TASK: Address: 0x67A08102 +I (6170) PXID_TASK: Address: 0x67A08102 +I (6170) PXID_TASK: Address: 0x67A08102 +I (6180) PXID_TASK: Address: 0x67A08102 +I (6180) PXID_TASK: Address: 0x67A08102 +I (6180) PXID_TASK: Address: 0x67A08102 +I (6190) PXID_TASK: Address: 0x67A08102 +I (6190) PXID_TASK: Address: 0x67A08102 +I (6190) PXID_TASK: Address: 0x67A08102 +I (6200) PXID_TASK: Address: 0x67A08102 +I (6200) PXID_TASK: Address: 0x67A08102 +I (6200) PXID_TASK: Address: 0x67A08102 +I (6210) PXID_TASK: Address: 0x67A08102 +I (6210) PXID_TASK: Address: 0x67A08102 +I (6210) PXID_TASK: Address: 0x67A08102 +I (6220) PXID_TASK: Address: 0x67A08102 +I (6220) PXID_TASK: Address: 0x67A08102 +I (6230) PXID_TASK: Address: 0x67A08102 +I (6230) PXID_TASK: Address: 0x67A08102 +I (6230) PXID_TASK: Address: 0x67A08102 +I (6240) PXID_TASK: Address: 0x67A08102 +I (6240) PXID_TASK: Address: 0x67A08102 +I (6240) PXID_TASK: Address: 0x67A08102 +I (6250) PXID_TASK: Address: 0x67A08102 +I (6250) PXID_TASK: Address: 0x67A08102 +I (6250) PXID_TASK: Address: 0x67A08102 +I (6260) PXID_TASK: Address: 0x67A08102 +I (6260) PXID_TASK: Address: 0x67A08102 +I (6260) PXID_TASK: Address: 0x67A08102 +I (6270) PXID_TASK: Address: 0x67A08102 +I (6270) PXID_TASK: Address: 0x67A08102 +I (6280) PXID_TASK: Address: 0x67A08102 +I (6280) PXID_TASK: Address: 0x67A08102 +I (6280) PXID_TASK: Address: 0x67A08102 +I (6290) PXID_TASK: Address: 0x67A08102 +I (6290) PXID_TASK: Address: 0x67A08102 +I (6290) PXID_TASK: Address: 0x67A08102 +I (6300) PXID_TASK: Address: 0x67A08102 +I (6300) PXID_TASK: Address: 0x67A08102 +I (6300) PXID_TASK: Address: 0x67A08102 +I (6310) PXID_TASK: Address: 0x67A08102 +I (6310) PXID_TASK: Address: 0x67A08102 +I (6310) PXID_TASK: Address: 0x67A08102 +I (6320) PXID_TASK: Address: 0x67A08102 +I (6320) PXID_TASK: Address: 0x67A08102 +I (6330) PXID_TASK: Address: 0x67A08102 +I (6330) PXID_TASK: Address: 0x67A08102 +I (6330) PXID_TASK: Address: 0x67A08102 +I (6340) PXID_TASK: Address: 0x67A08102 +I (6340) PXID_TASK: Address: 0x67A08102 +I (6340) PXID_TASK: Address: 0x67A08102 +I (6350) PXID_TASK: Address: 0x67A08102 +I (6350) PXID_TASK: Address: 0x67A08102 +I (6350) PXID_TASK: Address: 0x67A08102 +I (6360) PXID_TASK: Address: 0x67A08102 +I (6360) PXID_TASK: Address: 0x67A08102 +I (6360) PXID_TASK: Address: 0x67A08102 +I (6370) PXID_TASK: Address: 0x67A08102 +I (6370) PXID_TASK: Address: 0x67A08102 +I (6380) PXID_TASK: Address: 0x67A08102 +I (6380) PXID_TASK: Address: 0x67A08102 +I (6380) PXID_TASK: Address: 0x67A08102 +I (6390) PXID_TASK: Address: 0x67A08102 +I (6390) PXID_TASK: Address: 0x67A08102 +I (6390) PXID_TASK: Address: 0x67A08102 +I (6400) PXID_TASK: Address: 0x67A08102 +I (6400) PXID_TASK: Address: 0x67A08102 +I (6400) PXID_TASK: Address: 0x67A08102 +I (6410) PXID_TASK: Address: 0x67A08102 +I (6410) PXID_TASK: Address: 0x67A08102 +I (6410) PXID_TASK: Address: 0x67A08102 +I (6420) PXID_TASK: Address: 0x67A08102 +I (6420) PXID_TASK: Address: 0x67A08102 +I (6420) PXID_TASK: Address: 0x67A08102 +I (6430) PXID_TASK: Address: 0x67A08102 +I (6430) PXID_TASK: Address: 0x67A08102 +I (6440) PXID_TASK: Address: 0x67A08102 +I (6440) PXID_TASK: Address: 0x67A08102 +I (6440) PXID_TASK: Address: 0x67A08102 +I (6450) PXID_TASK: Address: 0x67A08102 +I (6450) PXID_TASK: Address: 0x67A08102 +I (6450) PXID_TASK: Address: 0x67A08102 +I (6460) PXID_TASK: Address: 0x67A08102 +I (6460) PXID_TASK: Address: 0x67A08102 +I (6460) PXID_TASK: Address: 0x67A08102 +I (6470) PXID_TASK: Address: 0x67A08102 +I (6470) PXID_TASK: Address: 0x67A08102 +I (6470) PXID_TASK: Address: 0x67A08102 +I (6480) PXID_TASK: Address: 0x67A08102 +I (6480) PXID_TASK: Address: 0x67A08102 +I (6490) PXID_TASK: Address: 0x67A08102 +I (6490) PXID_TASK: Address: 0x67A08102 +I (6490) PXID_TASK: Address: 0x67A08102 +I (6500) PXID_TASK: Address: 0x67A08102 +I (6500) PXID_TASK: Address: 0x67A08102 +I (6500) PXID_TASK: Address: 0x67A08102 +I (6510) PXID_TASK: Address: 0x67A08102 +I (6510) PXID_TASK: Address: 0x67A08102 +I (6510) PXID_TASK: Address: 0x67A08102 +I (6520) PXID_TASK: Address: 0x67A08102 +I (6520) PXID_TASK: Address: 0x67A08102 +I (6520) PXID_TASK: Address: 0x67A08102 +I (6530) PXID_TASK: Address: 0x67A08102 +I (6530) PXID_TASK: Address: 0x67A08102 +I (6540) PXID_TASK: Address: 0x67A08102 +I (6540) PXID_TASK: Address: 0x67A08102 +I (6540) PXID_TASK: Address: 0x67A08102 +I (6550) PXID_TASK: Address: 0x67A08102 +I (6550) PXID_TASK: Address: 0x67A08102 +I (6550) PXID_TASK: Address: 0x67A08102 +I (6560) PXID_TASK: Address: 0x67A08102 +I (6560) PXID_TASK: Address: 0x67A08102 +I (6560) PXID_TASK: Address: 0x67A08102 +I (6570) PXID_TASK: Address: 0x67A08102 +I (6570) PXID_TASK: Address: 0x67A08102 +I (6570) PXID_TASK: Address: 0x67A08102 +I (6580) PXID_TASK: Address: 0x67A08102 +I (6580) PXID_TASK: Address: 0x67A08102 +I (6590) PXID_TASK: Address: 0x67A08102 +I (6590) PXID_TASK: Address: 0x67A08102 +I (6590) PXID_TASK: Address: 0x67A08102 +I (6600) PXID_TASK: Address: 0x67A08102 +I (6600) PXID_TASK: Address: 0x67A08102 +I (6600) PXID_TASK: Address: 0x67A08102 +I (6610) PXID_TASK: Address: 0x67A08102 +I (6610) PXID_TASK: Address: 0x67A08102 +I (6610) PXID_TASK: Address: 0x67A08102 +I (6620) PXID_TASK: Address: 0x67A08102 +I (6620) PXID_TASK: Address: 0x67A08102 +I (6620) PXID_TASK: Address: 0x67A08102 +I (6630) PXID_TASK: Address: 0x67A08102 +I (6630) PXID_TASK: Address: 0x67A08102 +I (6630) PXID_TASK: Address: 0x67A08102 +I (6640) PXID_TASK: Address: 0x67A08102 +I (6640) PXID_TASK: Address: 0x67A08102 +I (6650) PXID_TASK: Address: 0x67A08102 +I (6650) PXID_TASK: Address: 0x67A08102 +I (6650) PXID_TASK: Address: 0x67A08102 +I (6660) PXID_TASK: Address: 0x67A08102 +I (6660) PXID_TASK: Address: 0x67A08102 +I (6660) PXID_TASK: Address: 0x67A08102 +I (6670) PXID_TASK: Address: 0x67A08102 +I (6670) PXID_TASK: Address: 0x67A08102 +I (6670) PXID_TASK: Address: 0x67A08102 +I (6680) PXID_TASK: Address: 0x67A08102 +I (6680) PXID_TASK: Address: 0x67A08102 +I (6680) PXID_TASK: Address: 0x67A08102 +I (6690) PXID_TASK: Address: 0x67A08102 +I (6690) PXID_TASK: Address: 0x67A08102 +I (6700) PXID_TASK: Address: 0x67A08102 +I (6700) PXID_TASK: Address: 0x67A08102 +I (6700) PXID_TASK: Address: 0x67A08102 +I (6710) PXID_TASK: Address: 0x67A08102 +I (6710) PXID_TASK: Address: 0x67A08102 +I (6710) PXID_TASK: Address: 0x67A08102 +I (6720) PXID_TASK: Address: 0x67A08102 +I (6720) PXID_TASK: Address: 0x67A08102 +I (6720) PXID_TASK: Address: 0x67A08102 +I (6730) PXID_TASK: Address: 0x67A08102 +I (6730) PXID_TASK: Address: 0x67A08102 +I (6730) PXID_TASK: Address: 0x67A08102 +I (6740) PXID_TASK: Address: 0x67A08102 +I (6740) PXID_TASK: Address: 0x67A08102 +I (6750) PXID_TASK: Address: 0x67A08102 +I (6750) PXID_TASK: Address: 0x67A08102 +I (6750) PXID_TASK: Address: 0x67A08102 +I (6760) PXID_TASK: Address: 0x67A08102 +I (6760) PXID_TASK: Address: 0x67A08102 +I (6760) PXID_TASK: Address: 0x67A08102 +I (6770) PXID_TASK: Address: 0x67A08102 +I (6770) PXID_TASK: Address: 0x67A08102 +I (6770) PXID_TASK: Address: 0x67A08102 +I (6780) PXID_TASK: Address: 0x67A08102 +I (6780) PXID_TASK: Address: 0x67A08102 +I (6780) PXID_TASK: Address: 0x67A08102 +I (6790) PXID_TASK: Address: 0x67A08102 +I (6790) PXID_TASK: Address: 0x67A08102 +I (6800) PXID_TASK: Address: 0x67A08102 +I (6800) PXID_TASK: Address: 0x67A08102 +I (6800) PXID_TASK: Address: 0x67A08102 +I (6810) PXID_TASK: Address: 0x67A08102 +I (6810) PXID_TASK: Address: 0x67A08102 +I (6810) PXID_TASK: Address: 0x67A08102 +I (6820) PXID_TASK: Address: 0x67A08102 +I (6820) PXID_TASK: Address: 0x67A08102 +I (6820) PXID_TASK: Address: 0x67A08102 +I (6830) PXID_TASK: Address: 0x67A08102 +I (6830) PXID_TASK: Address: 0x67A08102 +I (6830) PXID_TASK: Address: 0x67A08102 +I (6840) PXID_TASK: Address: 0x67A08102 +I (6840) PXID_TASK: Address: 0x67A08102 +I (6840) PXID_TASK: Address: 0x67A08102 +I (6850) PXID_TASK: Address: 0x67A08102 +I (6850) PXID_TASK: Address: 0x67A08102 +I (6860) PXID_TASK: Address: 0x67A08102 +I (6860) PXID_TASK: Address: 0x67A08102 +I (6860) PXID_TASK: Address: 0x67A08102 +I (6870) PXID_TASK: Address: 0x67A08102 +I (6870) PXID_TASK: Address: 0x67A08102 +I (6870) PXID_TASK: Address: 0x67A08102 +I (6880) PXID_TASK: Address: 0x67A08102 +I (6880) PXID_TASK: Address: 0x67A08102 +I (6880) PXID_TASK: Address: 0x67A08102 +I (6890) PXID_TASK: Address: 0x67A08102 +I (6890) PXID_TASK: Address: 0x67A08102 +I (6890) PXID_TASK: Address: 0x67A08102 +I (6900) PXID_TASK: Address: 0x67A08102 +I (6900) PXID_TASK: Address: 0x67A08102 +I (6910) PXID_TASK: Address: 0x67A08102 +I (6910) PXID_TASK: Address: 0x67A08102 +I (6910) PXID_TASK: Address: 0x67A08102 +I (6920) PXID_TASK: Address: 0x67A08102 +I (6920) PXID_TASK: Address: 0x67A08102 +I (6920) PXID_TASK: Address: 0x67A08102 +I (6930) PXID_TASK: Address: 0x67A08102 +I (6930) PXID_TASK: Address: 0x67A08102 +I (6930) PXID_TASK: Address: 0x67A08102 +I (6940) PXID_TASK: Address: 0x67A08102 +I (6940) PXID_TASK: Address: 0x67A08102 +I (6940) PXID_TASK: Address: 0x67A08102 +I (6950) PXID_TASK: Address: 0x67A08102 +I (6950) PXID_TASK: Address: 0x67A08102 +I (6960) PXID_TASK: Address: 0x67A08102 +I (6960) PXID_TASK: Address: 0x67A08102 +I (6960) PXID_TASK: Address: 0x67A08102 +I (6970) PXID_TASK: Address: 0x67A08102 +I (6970) PXID_TASK: Address: 0x67A08102 +I (6970) PXID_TASK: Address: 0x67A08102 +I (6980) PXID_TASK: Address: 0x67A08102 +I (6980) PXID_TASK: Address: 0x67A08102 +I (6980) PXID_TASK: Address: 0x67A08102 +I (6990) PXID_TASK: Address: 0x67A08102 +I (6990) PXID_TASK: Address: 0x67A08102 +I (6990) PXID_TASK: Address: 0x67A08102 +I (7000) PXID_TASK: Address: 0x67A08102 +I (7000) PXID_TASK: Address: 0x67A08102 +I (7000) PXID_TASK: Address: 0x67A08102 +I (7010) PXID_TASK: Address: 0x67A08102 +I (7010) PXID_TASK: Address: 0x67A08102 +I (7020) PXID_TASK: Address: 0x67A08102 +I (7020) PXID_TASK: Address: 0x67A08102 +I (7020) PXID_TASK: Address: 0x67A08102 +I (7030) PXID_TASK: Address: 0x67A08102 +I (7030) PXID_TASK: Address: 0x67A08102 +I (7030) PXID_TASK: Address: 0x67A08102 +I (7040) PXID_TASK: Address: 0x67A08102 +I (7040) PXID_TASK: Address: 0x67A08102 +I (7040) PXID_TASK: Address: 0x67A08102 +I (7050) PXID_TASK: Address: 0x67A08102 +I (7050) PXID_TASK: Address: 0x67A08102 +I (7050) PXID_TASK: Address: 0x67A08102 +I (7060) PXID_TASK: Address: 0x67A08102 +I (7060) PXID_TASK: Address: 0x67A08102 +I (7070) PXID_TASK: Address: 0x67A08102 +I (7070) PXID_TASK: Address: 0x67A08102 +I (7070) PXID_TASK: Address: 0x67A08102 +I (7080) PXID_TASK: Address: 0x67A08102 +I (7080) PXID_TASK: Address: 0x67A08102 +I (7080) PXID_TASK: Address: 0x67A08102 +I (7090) PXID_TASK: Address: 0x67A08102 +I (7090) PXID_TASK: Address: 0x67A08102 +I (7090) PXID_TASK: Address: 0x67A08102 +I (7100) PXID_TASK: Address: 0x67A08102 +I (7100) PXID_TASK: Address: 0x67A08102 +I (7100) PXID_TASK: Address: 0x67A08102 +I (7110) PXID_TASK: Address: 0x67A08102 +I (7110) PXID_TASK: Address: 0x67A08102 +I (7120) PXID_TASK: Address: 0x67A08102 +I (7120) PXID_TASK: Address: 0x67A08102 +I (7120) PXID_TASK: Address: 0x67A08102 +I (7130) PXID_TASK: Address: 0x67A08102 +I (7130) PXID_TASK: Address: 0x67A08102 +I (7130) PXID_TASK: Address: 0x67A08102 +I (7140) PXID_TASK: Address: 0x67A08102 +I (7140) PXID_TASK: Address: 0x67A08102 +I (7140) PXID_TASK: Address: 0x67A08102 +I (7150) PXID_TASK: Address: 0x67A08102 +I (7150) PXID_TASK: Address: 0x67A08102 +I (7150) PXID_TASK: Address: 0x67A08102 +I (7160) PXID_TASK: Address: 0x67A08102 +I (7160) PXID_TASK: Address: 0x67A08102 +I (7170) PXID_TASK: Address: 0x67A08102 +I (7170) PXID_TASK: Address: 0x67A08102 +I (7170) PXID_TASK: Address: 0x67A08102 +I (7180) PXID_TASK: Address: 0x67A08102 +I (7180) PXID_TASK: Address: 0x67A08102 +I (7180) PXID_TASK: Address: 0x67A08102 +I (7190) PXID_TASK: Address: 0x67A08102 +I (7190) PXID_TASK: Address: 0x67A08102 +I (7190) PXID_TASK: Address: 0x67A08102 +I (7200) PXID_TASK: Address: 0x67A08102 +I (7200) PXID_TASK: Address: 0x67A08102 +I (7200) PXID_TASK: Address: 0x67A08102 +I (7210) PXID_TASK: Address: 0x67A08102 +I (7210) PXID_TASK: Address: 0x67A08102 +I (7210) PXID_TASK: Address: 0x67A08102 +I (7220) PXID_TASK: Address: 0x67A08102 +I (7220) PXID_TASK: Address: 0x67A08102 +I (7230) PXID_TASK: Address: 0x67A08102 +I (7230) PXID_TASK: Address: 0x67A08102 +I (7230) PXID_TASK: Address: 0x67A08102 +I (7240) PXID_TASK: Address: 0x67A08102 +I (7240) PXID_TASK: Address: 0x67A08102 +I (7240) PXID_TASK: Address: 0x67A08102 +I (7250) PXID_TASK: Address: 0x67A08102 +I (7250) PXID_TASK: Address: 0x67A08102 +I (7250) PXID_TASK: Address: 0x67A08102 +I (7260) PXID_TASK: Address: 0x67A08102 +I (7260) PXID_TASK: Address: 0x67A08102 +I (7260) PXID_TASK: Address: 0x67A08102 +I (7270) PXID_TASK: Address: 0x67A08102 +I (7270) PXID_TASK: Address: 0x67A08102 +I (7280) PXID_TASK: Address: 0x67A08102 +I (7280) PXID_TASK: Address: 0x67A08102 +I (7280) PXID_TASK: Address: 0x67A08102 +I (7290) PXID_TASK: Address: 0x67A08102 +I (7290) PXID_TASK: Address: 0x67A08102 +I (7290) PXID_TASK: Address: 0x67A08102 +I (7300) PXID_TASK: Address: 0x67A08102 +I (7300) PXID_TASK: Address: 0x67A08102 +I (7300) PXID_TASK: Address: 0x67A08102 +I (7310) PXID_TASK: Address: 0x67A08102 +I (7310) PXID_TASK: Address: 0x67A08102 +I (7310) PXID_TASK: Address: 0x67A08102 +I (7320) PXID_TASK: Address: 0x67A08102 +I (7320) PXID_TASK: Address: 0x67A08102 +I (7330) PXID_TASK: Address: 0x67A08102 +I (7330) PXID_TASK: Address: 0x67A08102 +I (7330) PXID_TASK: Address: 0x67A08102 +I (7340) PXID_TASK: Address: 0x67A08102 +I (7340) PXID_TASK: Address: 0x67A08102 +I (7340) PXID_TASK: Address: 0x67A08102 +I (7350) PXID_TASK: Address: 0x67A08102 +I (7350) PXID_TASK: Address: 0x67A08102 +I (7350) PXID_TASK: Address: 0x67A08102 +I (7360) PXID_TASK: Address: 0x67A08102 +I (7360) PXID_TASK: Address: 0x67A08102 +I (7360) PXID_TASK: Address: 0x67A08102 +I (7370) PXID_TASK: Address: 0x67A08102 +I (7370) PXID_TASK: Address: 0x67A08102 +I (7380) PXID_TASK: Address: 0x67A08102 +I (7380) PXID_TASK: Address: 0x67A08102 +I (7380) PXID_TASK: Address: 0x67A08102 +I (7390) PXID_TASK: Address: 0x67A08102 +I (7390) PXID_TASK: Address: 0x67A08102 +I (7390) PXID_TASK: Address: 0x67A08102 +I (7400) PXID_TASK: Address: 0x67A08102 +I (7400) PXID_TASK: Address: 0x67A08102 +I (7400) PXID_TASK: Address: 0x67A08102 +I (7410) PXID_TASK: Address: 0x67A08102 +I (7410) PXID_TASK: Address: 0x67A08102 +I (7410) PXID_TASK: Address: 0x67A08102 +I (7420) PXID_TASK: Address: 0x67A08102 +I (7420) PXID_TASK: Address: 0x67A08102 +I (7420) PXID_TASK: Address: 0x67A08102 +I (7430) PXID_TASK: Address: 0x67A08102 +I (7430) PXID_TASK: Address: 0x67A08102 +I (7440) PXID_TASK: Address: 0x67A08102 +I (7440) PXID_TASK: Address: 0x67A08102 +I (7440) PXID_TASK: Address: 0x67A08102 +I (7450) PXID_TASK: Address: 0x67A08102 +I (7450) PXID_TASK: Address: 0x67A08102 +I (7450) PXID_TASK: Address: 0x67A08102 +I (7460) PXID_TASK: Address: 0x67A08102 +I (7460) PXID_TASK: Address: 0x67A08102 +I (7460) PXID_TASK: Address: 0x67A08102 +I (7470) PXID_TASK: Address: 0x67A08102 +I (7470) PXID_TASK: Address: 0x67A08102 +I (7470) PXID_TASK: Address: 0x67A08102 +I (7480) PXID_TASK: Address: 0x67A08102 +I (7480) PXID_TASK: Address: 0x67A08102 +I (7490) PXID_TASK: Address: 0x67A08102 +I (7490) PXID_TASK: Address: 0x67A08102 +I (7490) PXID_TASK: Address: 0x67A08102 +I (7500) PXID_TASK: Address: 0x67A08102 +I (7500) PXID_TASK: Address: 0x67A08102 +I (7500) PXID_TASK: Address: 0x67A08102 +I (7510) PXID_TASK: Address: 0x67A08102 +I (7510) PXID_TASK: Address: 0x67A08102 +I (7510) PXID_TASK: Address: 0x67A08102 +I (7520) PXID_TASK: Address: 0x67A08102 +I (7520) PXID_TASK: Address: 0x67A08102 +I (7520) PXID_TASK: Address: 0x67A08102 +I (7530) PXID_TASK: Address: 0x67A08102 +I (7530) PXID_TASK: Address: 0x67A08102 +I (7540) PXID_TASK: Address: 0x67A08102 +I (7540) PXID_TASK: Address: 0x67A08102 +I (7540) PXID_TASK: Address: 0x67A08102 +I (7550) PXID_TASK: Address: 0x67A08102 +I (7550) PXID_TASK: Address: 0x67A08102 +I (7550) PXID_TASK: Address: 0x67A08102 +I (7560) PXID_TASK: Address: 0x67A08102 +I (7560) PXID_TASK: Address: 0x67A08102 +I (7560) PXID_TASK: Address: 0x67A08102 +I (7570) PXID_TASK: Address: 0x67A08102 +I (7570) PXID_TASK: Address: 0x67A08102 +I (7570) PXID_TASK: Address: 0x67A08102 +I (7580) PXID_TASK: Address: 0x67A08102 +I (7580) PXID_TASK: Address: 0x67A08102 +I (7590) PXID_TASK: Address: 0x67A08102 +I (7590) PXID_TASK: Address: 0x67A08102 +I (7590) PXID_TASK: Address: 0x67A08102 +I (7600) PXID_TASK: Address: 0x67A08102 +I (7600) PXID_TASK: Address: 0x67A08102 +I (7600) PXID_TASK: Address: 0x67A08102 +I (7610) PXID_TASK: Address: 0x67A08102 +I (7610) PXID_TASK: Address: 0x67A08102 +I (7610) PXID_TASK: Address: 0x67A08102 +I (7620) PXID_TASK: Address: 0x67A08102 +I (7620) PXID_TASK: Address: 0x67A08102 +I (7620) PXID_TASK: Address: 0x67A08102 +I (7630) PXID_TASK: Address: 0x67A08102 +I (7630) PXID_TASK: Address: 0x67A08102 +I (7630) PXID_TASK: Address: 0x67A08102 +I (7640) PXID_TASK: Address: 0x67A08102 +I (7640) PXID_TASK: Address: 0x67A08102 +I (7650) PXID_TASK: Address: 0x67A08102 +I (7650) PXID_TASK: Address: 0x67A08102 +I (7650) PXID_TASK: Address: 0x67A08102 +I (7660) PXID_TASK: Address: 0x67A08102 +I (7660) PXID_TASK: Address: 0x67A08102 +I (7660) PXID_TASK: Address: 0x67A08102 +I (7670) PXID_TASK: Address: 0x67A08102 +I (7670) PXID_TASK: Address: 0x67A08102 +I (7670) PXID_TASK: Address: 0x67A08102 +I (7680) PXID_TASK: Address: 0x67A08102 +I (7680) PXID_TASK: Address: 0x67A08102 +I (7680) PXID_TASK: Address: 0x67A08102 +I (7690) PXID_TASK: Address: 0x67A08102 +I (7690) PXID_TASK: Address: 0x67A08102 +I (7700) PXID_TASK: Address: 0x67A08102 +I (7700) PXID_TASK: Address: 0x67A08102 +I (7700) PXID_TASK: Address: 0x67A08102 +I (7710) PXID_TASK: Address: 0x67A08102 +I (7710) PXID_TASK: Address: 0x67A08102 +I (7710) PXID_TASK: Address: 0x67A08102 +I (7720) PXID_TASK: Address: 0x67A08102 +I (7720) PXID_TASK: Address: 0x67A08102 +I (7720) PXID_TASK: Address: 0x67A08102 +I (7730) PXID_TASK: Address: 0x67A08102 +I (7730) PXID_TASK: Address: 0x67A08102 +I (7730) PXID_TASK: Address: 0x67A08102 +I (7740) PXID_TASK: Address: 0x67A08102 +I (7740) PXID_TASK: Address: 0x67A08102 +I (7750) PXID_TASK: Address: 0x67A08102 +I (7750) PXID_TASK: Address: 0x67A08102 +I (7750) PXID_TASK: Address: 0x67A08102 +I (7760) PXID_TASK: Address: 0x67A08102 +I (7760) PXID_TASK: Address: 0x67A08102 +I (7760) PXID_TASK: Address: 0x67A08102 +I (7770) PXID_TASK: Address: 0x67A08102 +I (7770) PXID_TASK: Address: 0x67A08102 +I (7770) PXID_TASK: Address: 0x67A08102 +I (7780) PXID_TASK: Address: 0x67A08102 +I (7780) PXID_TASK: Address: 0x67A08102 +I (7780) PXID_TASK: Address: 0x67A08102 +I (7790) PXID_TASK: Address: 0x67A08102 +I (7790) PXID_TASK: Address: 0x67A08102 +I (7790) PXID_TASK: Address: 0x67A08102 +I (7800) PXID_TASK: Address: 0x67A08102 +I (7800) PXID_TASK: Address: 0x67A08102 +I (7810) PXID_TASK: Address: 0x67A08102 +I (7810) PXID_TASK: Address: 0x67A08102 +I (7810) PXID_TASK: Address: 0x67A08102 +I (7820) PXID_TASK: Address: 0x67A08102 +I (7820) PXID_TASK: Address: 0x67A08102 +I (7820) PXID_TASK: Address: 0x67A08102 +I (7830) PXID_TASK: Address: 0x67A08102 +I (7830) PXID_TASK: Address: 0x67A08102 +I (7830) PXID_TASK: Address: 0x67A08102 +I (7840) PXID_TASK: Address: 0x67A08102 +I (7840) PXID_TASK: Address: 0x67A08102 +I (7840) PXID_TASK: Address: 0x67A08102 +I (7850) PXID_TASK: Address: 0x67A08102 +I (7850) PXID_TASK: Address: 0x67A08102 +I (7860) PXID_TASK: Address: 0x67A08102 +I (7860) PXID_TASK: Address: 0x67A08102 +I (7860) PXID_TASK: Address: 0x67A08102 +I (7870) PXID_TASK: Address: 0x67A08102 +I (7870) PXID_TASK: Address: 0x67A08102 +I (7870) PXID_TASK: Address: 0x67A08102 +I (7880) PXID_TASK: Address: 0x67A08102 +I (7880) PXID_TASK: Address: 0x67A08102 +I (7880) PXID_TASK: Address: 0x67A08102 +I (7890) PXID_TASK: Address: 0x67A08102 +I (7890) PXID_TASK: Address: 0x67A08102 +I (7890) PXID_TASK: Address: 0x67A08102 +I (7900) PXID_TASK: Address: 0x67A08102 +I (7900) PXID_TASK: Address: 0x67A08102 +I (7910) PXID_TASK: Address: 0x67A08102 +I (7910) PXID_TASK: Address: 0x67A08102 +I (7910) PXID_TASK: Address: 0x67A08102 +I (7920) PXID_TASK: Address: 0x67A08102 +I (7920) PXID_TASK: Address: 0x67A08102 +I (7920) PXID_TASK: Address: 0x67A08102 +I (7930) PXID_TASK: Address: 0x67A08102 +I (7930) PXID_TASK: Address: 0x67A08102 +I (7930) PXID_TASK: Address: 0x67A08102 +I (7940) PXID_TASK: Address: 0x67A08102 +I (7940) PXID_TASK: Address: 0x67A08102 +I (7940) PXID_TASK: Address: 0x67A08102 +I (7950) PXID_TASK: Address: 0x67A08102 +I (7950) PXID_TASK: Address: 0x67A08102 +I (7960) PXID_TASK: Address: 0x67A08102 +I (7960) PXID_TASK: Address: 0x67A08102 +I (7960) PXID_TASK: Address: 0x67A08102 +I (7970) PXID_TASK: Address: 0x67A08102 +I (7970) PXID_TASK: Address: 0x67A08102 +I (7970) PXID_TASK: Address: 0x67A08102 +I (7980) PXID_TASK: Address: 0x67A08102 +I (7980) PXID_TASK: Address: 0x67A08102 +I (7980) PXID_TASK: Address: 0x67A08102 +I (7990) PXID_TASK: Address: 0x67A08102 +I (7990) PXID_TASK: Address: 0x67A08102 +I (7990) PXID_TASK: Address: 0x67A08102 +I (8000) PXID_TASK: Address: 0x67A08102 +I (8000) PXID_TASK: Address: 0x67A08102 +I (8000) PXID_TASK: Address: 0x67A08102 +I (8010) PXID_TASK: Address: 0x67A08102 +I (8010) PXID_TASK: Address: 0x67A08102 +I (8020) PXID_TASK: Address: 0x67A08102 +I (8020) PXID_TASK: Address: 0x67A08102 +I (8020) PXID_TASK: Address: 0x67A08102 +I (8030) PXID_TASK: Address: 0x67A08102 +I (8030) PXID_TASK: Address: 0x67A08102 +I (8030) PXID_TASK: Address: 0x67A08102 +I (8040) PXID_TASK: Address: 0x67A08102 +I (8040) PXID_TASK: Address: 0x67A08102 +I (8040) PXID_TASK: Address: 0x67A08102 +I (8050) PXID_TASK: Address: 0x67A08102 +I (8050) PXID_TASK: Address: 0x67A08102 +I (8050) PXID_TASK: Address: 0x67A08102 +I (8060) PXID_TASK: Address: 0x67A08102 +I (8060) PXID_TASK: Address: 0x67A08102 +I (8070) PXID_TASK: Address: 0x67A08102 +I (8070) PXID_TASK: Address: 0x67A08102 +I (8070) PXID_TASK: Address: 0x67A08102 +I (8080) PXID_TASK: Address: 0x67A08102 +I (8080) PXID_TASK: Address: 0x67A08102 +I (8080) PXID_TASK: Address: 0x67A08102 +I (8090) PXID_TASK: Address: 0x67A08102 +I (8090) PXID_TASK: Address: 0x67A08102 +I (8090) PXID_TASK: Address: 0x67A08102 +I (8100) PXID_TASK: Address: 0x67A08102 +I (8100) PXID_TASK: Address: 0x67A08102 +I (8100) PXID_TASK: Address: 0x67A08102 +I (8110) PXID_TASK: Address: 0x67A08102 +I (8110) PXID_TASK: Address: 0x67A08102 +I (8120) PXID_TASK: Address: 0x67A08102 +I (8120) PXID_TASK: Address: 0x67A08102 +I (8120) PXID_TASK: Address: 0x67A08102 +I (8130) PXID_TASK: Address: 0x67A08102 +I (8130) PXID_TASK: Address: 0x67A08102 +I (8130) PXID_TASK: Address: 0x67A08102 +I (8140) PXID_TASK: Address: 0x67A08102 +I (8140) PXID_TASK: Address: 0x67A08102 +I (8140) PXID_TASK: Address: 0x67A08102 +I (8150) PXID_TASK: Address: 0x67A08102 +I (8150) PXID_TASK: Address: 0x67A08102 +I (8150) PXID_TASK: Address: 0x67A08102 +I (8160) PXID_TASK: Address: 0x67A08102 +I (8160) PXID_TASK: Address: 0x67A08102 +I (8170) PXID_TASK: Address: 0x67A08102 +I (8170) PXID_TASK: Address: 0x67A08102 +I (8170) PXID_TASK: Address: 0x67A08102 +I (8180) PXID_TASK: Address: 0x67A08102 +I (8180) PXID_TASK: Address: 0x67A08102 +I (8180) PXID_TASK: Address: 0x67A08102 +I (8190) PXID_TASK: Address: 0x67A08102 +I (8190) PXID_TASK: Address: 0x67A08102 +I (8190) PXID_TASK: Address: 0x67A08102 +I (8200) PXID_TASK: Address: 0x67A08102 +I (8200) PXID_TASK: Address: 0x67A08102 +I (8200) PXID_TASK: Address: 0x67A08102 +I (8210) PXID_TASK: Address: 0x67A08102 +I (8210) PXID_TASK: Address: 0x67A08102 +I (8210) PXID_TASK: Address: 0x67A08102 +I (8220) PXID_TASK: Address: 0x67A08102 +I (8220) PXID_TASK: Address: 0x67A08102 +I (8230) PXID_TASK: Address: 0x67A08102 +I (8230) PXID_TASK: Address: 0x67A08102 +I (8230) PXID_TASK: Address: 0x67A08102 +I (8240) PXID_TASK: Address: 0x67A08102 +I (8240) PXID_TASK: Address: 0x67A08102 +I (8240) PXID_TASK: Address: 0x67A08102 +I (8250) PXID_TASK: Address: 0x67A08102 +I (8250) PXID_TASK: Address: 0x67A08102 +I (8250) PXID_TASK: Address: 0x67A08102 +I (8260) PXID_TASK: Address: 0x67A08102 +I (8260) PXID_TASK: Address: 0x67A08102 +I (8260) PXID_TASK: Address: 0x67A08102 +I (8270) PXID_TASK: Address: 0x67A08102 +I (8270) PXID_TASK: Address: 0x67A08102 +I (8280) PXID_TASK: Address: 0x67A08102 +I (8280) PXID_TASK: Address: 0x67A08102 +I (8280) PXID_TASK: Address: 0x67A08102 +I (8290) PXID_TASK: Address: 0x67A08102 +I (8290) PXID_TASK: Address: 0x67A08102 +I (8290) PXID_TASK: Address: 0x67A08102 +I (8300) PXID_TASK: Address: 0x67A08102 +I (8300) PXID_TASK: Address: 0x67A08102 +I (8300) PXID_TASK: Address: 0x67A08102 +I (8310) PXID_TASK: Address: 0x67A08102 +I (8310) PXID_TASK: Address: 0x67A08102 +I (8310) PXID_TASK: Address: 0x67A08102 +I (8320) PXID_TASK: Address: 0x67A08102 +I (8320) PXID_TASK: Address: 0x67A08102 +I (8330) PXID_TASK: Address: 0x67A08102 +I (8330) PXID_TASK: Address: 0x67A08102 +I (8330) PXID_TASK: Address: 0x67A08102 +I (8340) PXID_TASK: Address: 0x67A08102 +I (8340) PXID_TASK: Address: 0x67A08102 +I (8340) PXID_TASK: Address: 0x67A08102 +I (8350) PXID_TASK: Address: 0x67A08102 +I (8350) PXID_TASK: Address: 0x67A08102 +I (8350) PXID_TASK: Address: 0x67A08102 +I (8360) PXID_TASK: Address: 0x67A08102 +I (8360) PXID_TASK: Address: 0x67A08102 +I (8360) PXID_TASK: Address: 0x67A08102 +I (8370) PXID_TASK: Address: 0x67A08102 +I (8370) PXID_TASK: Address: 0x67A08102 +I (8380) PXID_TASK: Address: 0x67A08102 +I (8380) PXID_TASK: Address: 0x67A08102 +I (8380) PXID_TASK: Address: 0x67A08102 +I (8390) PXID_TASK: Address: 0x67A08102 +I (8390) PXID_TASK: Address: 0x67A08102 +I (8390) PXID_TASK: Address: 0x67A08102 +I (8400) PXID_TASK: Address: 0x67A08102 +I (8400) PXID_TASK: Address: 0x67A08102 +I (8400) PXID_TASK: Address: 0x67A08102 +I (8410) PXID_TASK: Address: 0x67A08102 +I (8410) PXID_TASK: Address: 0x67A08102 +I (8410) PXID_TASK: Address: 0x67A08102 +I (8420) PXID_TASK: Address: 0x67A08102 +I (8420) PXID_TASK: Address: 0x67A08102 +I (8420) PXID_TASK: Address: 0x67A08102 +I (8430) PXID_TASK: Address: 0x67A08102 +I (8430) PXID_TASK: Address: 0x67A08102 +I (8440) PXID_TASK: Address: 0x67A08102 +I (8440) PXID_TASK: Address: 0x67A08102 +I (8440) PXID_TASK: Address: 0x67A08102 +I (8450) PXID_TASK: Address: 0x67A08102 +I (8450) PXID_TASK: Address: 0x67A08102 +I (8450) PXID_TASK: Address: 0x67A08102 +I (8460) PXID_TASK: Address: 0x67A08102 +I (8460) PXID_TASK: Address: 0x67A08102 +I (8460) PXID_TASK: Address: 0x67A08102 +I (8470) PXID_TASK: Address: 0x67A08102 +I (8470) PXID_TASK: Address: 0x67A08102 +I (8470) PXID_TASK: Address: 0x67A08102 +I (8480) PXID_TASK: Address: 0x67A08102 +I (8480) PXID_TASK: Address: 0x67A08102 +I (8490) PXID_TASK: Address: 0x67A08102 +I (8490) PXID_TASK: Address: 0x67A08102 +I (8490) PXID_TASK: Address: 0x67A08102 +I (8500) PXID_TASK: Address: 0x67A08102 +I (8500) PXID_TASK: Address: 0x67A08102 +I (8500) PXID_TASK: Address: 0x67A08102 +I (8510) PXID_TASK: Address: 0x67A08102 +I (8510) PXID_TASK: Address: 0x67A08102 +I (8510) PXID_TASK: Address: 0x67A08102 +I (8520) PXID_TASK: Address: 0x67A08102 +I (8520) PXID_TASK: Address: 0x67A08102 +I (8520) PXID_TASK: Address: 0x67A08102 +I (8530) PXID_TASK: Address: 0x67A08102 +I (8530) PXID_TASK: Address: 0x67A08102 +I (8540) PXID_TASK: Address: 0x67A08102 +I (8540) PXID_TASK: Address: 0x67A08102 +I (8540) PXID_TASK: Address: 0x67A08102 +I (8550) PXID_TASK: Address: 0x67A08102 +I (8550) PXID_TASK: Address: 0x67A08102 +I (8550) PXID_TASK: Address: 0x67A08102 +I (8560) PXID_TASK: Address: 0x67A08102 +I (8560) PXID_TASK: Address: 0x67A08102 +I (8560) PXID_TASK: Address: 0x67A08102 +I (8570) PXID_TASK: Address: 0x67A08102 +I (8570) PXID_TASK: Address: 0x67A08102 +I (8570) PXID_TASK: Address: 0x67A08102 +I (8580) PXID_TASK: Address: 0x67A08102 +I (8580) PXID_TASK: Address: 0x67A08102 +I (8590) PXID_TASK: Address: 0x67A08102 +I (8590) PXID_TASK: Address: 0x67A08102 +I (8590) PXID_TASK: Address: 0x67A08102 +I (8600) PXID_TASK: Address: 0x67A08102 +I (8600) PXID_TASK: Address: 0x67A08102 +I (8600) PXID_TASK: Address: 0x67A08102 +I (8610) PXID_TASK: Address: 0x67A08102 +I (8610) PXID_TASK: Address: 0x67A08102 +I (8610) PXID_TASK: Address: 0x67A08102 +I (8620) PXID_TASK: Address: 0x67A08102 +I (8620) PXID_TASK: Address: 0x67A08102 +I (8620) PXID_TASK: Address: 0x67A08102 +I (8630) PXID_TASK: Address: 0x67A08102 +I (8630) PXID_TASK: Address: 0x67A08102 +I (8630) PXID_TASK: Address: 0x67A08102 +I (8640) PXID_TASK: Address: 0x67A08102 +I (8640) PXID_TASK: Address: 0x67A08102 +I (8650) PXID_TASK: Address: 0x67A08102 +I (8650) PXID_TASK: Address: 0x67A08102 +I (8650) PXID_TASK: Address: 0x67A08102 +I (8660) PXID_TASK: Address: 0x67A08102 +I (8660) PXID_TASK: Address: 0x67A08102 +I (8660) PXID_TASK: Address: 0x67A08102 +I (8670) PXID_TASK: Address: 0x67A08102 +I (8670) PXID_TASK: Address: 0x67A08102 +I (8670) PXID_TASK: Address: 0x67A08102 +I (8680) PXID_TASK: Address: 0x67A08102 +I (8680) PXID_TASK: Address: 0x67A08102 +I (8680) PXID_TASK: Address: 0x67A08102 +I (8690) PXID_TASK: Address: 0x67A08102 +I (8690) PXID_TASK: Address: 0x67A08102 +I (8700) PXID_TASK: Address: 0x67A08102 +I (8700) PXID_TASK: Address: 0x67A08102 +I (8700) PXID_TASK: Address: 0x67A08102 +I (8710) PXID_TASK: Address: 0x67A08102 +I (8710) PXID_TASK: Address: 0x67A08102 +I (8710) PXID_TASK: Address: 0x67A08102 +I (8720) PXID_TASK: Address: 0x67A08102 +I (8720) PXID_TASK: Address: 0x67A08102 +I (8720) PXID_TASK: Address: 0x67A08102 +I (8730) PXID_TASK: Address: 0x67A08102 +I (8730) PXID_TASK: Address: 0x67A08102 +I (8730) PXID_TASK: Address: 0x67A08102 +I (8740) PXID_TASK: Address: 0x67A08102 +I (8740) PXID_TASK: Address: 0x67A08102 +I (8750) PXID_TASK: Address: 0x67A08102 +I (8750) PXID_TASK: Address: 0x67A08102 +I (8750) PXID_TASK: Address: 0x67A08102 +I (8760) PXID_TASK: Address: 0x67A08102 +I (8760) PXID_TASK: Address: 0x67A08102 +I (8760) PXID_TASK: Address: 0x67A08102 +I (8770) PXID_TASK: Address: 0x67A08102 +I (8770) PXID_TASK: Address: 0x67A08102 +I (8770) PXID_TASK: Address: 0x67A08102 +I (8780) PXID_TASK: Address: 0x67A08102 +I (8780) PXID_TASK: Address: 0x67A08102 +I (8780) PXID_TASK: Address: 0x67A08102 +I (8790) PXID_TASK: Address: 0x67A08102 +I (8790) PXID_TASK: Address: 0x67A08102 +I (8790) PXID_TASK: Address: 0x67A08102 +I (8800) PXID_TASK: Address: 0x67A08102 +I (8800) PXID_TASK: Address: 0x67A08102 +I (8810) PXID_TASK: Address: 0x67A08102 +I (8810) PXID_TASK: Address: 0x67A08102 +I (8810) PXID_TASK: Address: 0x67A08102 +I (8820) PXID_TASK: Address: 0x67A08102 +I (8820) PXID_TASK: Address: 0x67A08102 +I (8820) PXID_TASK: Address: 0x67A08102 +I (8830) PXID_TASK: Address: 0x67A08102 +I (8830) PXID_TASK: Address: 0x67A08102 +I (8830) PXID_TASK: Address: 0x67A08102 +I (8840) PXID_TASK: Address: 0x67A08102 +I (8840) PXID_TASK: Address: 0x67A08102 +I (8840) PXID_TASK: Address: 0x67A08102 +I (8850) PXID_TASK: Address: 0x67A08102 +I (8850) PXID_TASK: Address: 0x67A08102 +I (8860) PXID_TASK: Address: 0x67A08102 +I (8860) PXID_TASK: Address: 0x67A08102 +I (8860) PXID_TASK: Address: 0x67A08102 +I (8870) PXID_TASK: Address: 0x67A08102 +I (8870) PXID_TASK: Address: 0x67A08102 +I (8870) PXID_TASK: Address: 0x67A08102 +I (8880) PXID_TASK: Address: 0x67A08102 +I (8880) PXID_TASK: Address: 0x67A08102 +I (8880) PXID_TASK: Address: 0x67A08102 +I (8890) PXID_TASK: Address: 0x67A08102 +I (8890) PXID_TASK: Address: 0x67A08102 +I (8890) PXID_TASK: Address: 0x67A08102 +I (8900) PXID_TASK: Address: 0x67A08102 +I (8900) PXID_TASK: Address: 0x67A08102 +I (8910) PXID_TASK: Address: 0x67A08102 +I (8910) PXID_TASK: Address: 0x67A08102 +I (8910) PXID_TASK: Address: 0x67A08102 +I (8920) PXID_TASK: Address: 0x67A08102 +I (8920) PXID_TASK: Address: 0x67A08102 +I (8920) PXID_TASK: Address: 0x67A08102 +I (8930) PXID_TASK: Address: 0x67A08102 +I (8930) PXID_TASK: Address: 0x67A08102 +I (8930) PXID_TASK: Address: 0x67A08102 +I (8940) PXID_TASK: Address: 0x67A08102 +I (8940) PXID_TASK: Address: 0x67A08102 +I (8940) PXID_TASK: Address: 0x67A08102 +I (8950) PXID_TASK: Address: 0x67A08102 +I (8950) PXID_TASK: Address: 0x67A08102 +I (8960) PXID_TASK: Address: 0x67A08102 +I (8960) PXID_TASK: Address: 0x67A08102 +I (8960) PXID_TASK: Address: 0x67A08102 +I (8970) PXID_TASK: Address: 0x67A08102 +I (8970) PXID_TASK: Address: 0x67A08102 +I (8970) PXID_TASK: Address: 0x67A08102 +I (8980) PXID_TASK: Address: 0x67A08102 +I (8980) PXID_TASK: Address: 0x67A08102 +I (8980) PXID_TASK: Address: 0x67A08102 +I (8990) PXID_TASK: Address: 0x67A08102 +I (8990) PXID_TASK: Address: 0x67A08102 +I (8990) PXID_TASK: Address: 0x67A08102 +I (9000) PXID_TASK: Address: 0x67A08102 +I (9000) PXID_TASK: Address: 0x67A08102 +I (9000) PXID_TASK: Address: 0x67A08102 +I (9010) PXID_TASK: Address: 0x67A08102 +I (9010) PXID_TASK: Address: 0x67A08102 +I (9020) PXID_TASK: Address: 0x67A08102 +I (9020) PXID_TASK: Address: 0x67A08102 +I (9020) PXID_TASK: Address: 0x67A08102 +I (9030) PXID_TASK: Address: 0x67A08102 +I (9030) PXID_TASK: Address: 0x67A08102 +I (9030) PXID_TASK: Address: 0x67A08102 +I (9040) PXID_TASK: Address: 0x67A08102 +I (9040) PXID_TASK: Address: 0x67A08102 +I (9040) PXID_TASK: Address: 0x67A08102 +I (9050) PXID_TASK: Address: 0x67A08102 +I (9050) PXID_TASK: Address: 0x67A08102 +I (9050) PXID_TASK: Address: 0x67A08102 +I (9060) PXID_TASK: Address: 0x67A08102 +I (9060) PXID_TASK: Address: 0x67A08102 +I (9070) PXID_TASK: Address: 0x67A08102 +I (9070) PXID_TASK: Address: 0x67A08102 +I (9070) PXID_TASK: Address: 0x67A08102 +I (9080) PXID_TASK: Address: 0x67A08102 +I (9080) PXID_TASK: Address: 0x67A08102 +I (9080) PXID_TASK: Address: 0x67A08102 +I (9090) PXID_TASK: Address: 0x67A08102 +I (9090) PXID_TASK: Address: 0x67A08102 +I (9090) PXID_TASK: Address: 0x67A08102 +I (9100) PXID_TASK: Address: 0x67A08102 +I (9100) PXID_TASK: Address: 0x67A08102 +I (9100) PXID_TASK: Address: 0x67A08102 +I (9110) PXID_TASK: Address: 0x67A08102 +I (9110) PXID_TASK: Address: 0x67A08102 +I (9120) PXID_TASK: Address: 0x67A08102 +I (9120) PXID_TASK: Address: 0x67A08102 +I (9120) PXID_TASK: Address: 0x67A08102 +I (9130) PXID_TASK: Address: 0x67A08102 +I (9130) PXID_TASK: Address: 0x67A08102 +I (9130) PXID_TASK: Address: 0x67A08102 +I (9140) PXID_TASK: Address: 0x67A08102 +I (9140) PXID_TASK: Address: 0x67A08102 +I (9140) PXID_TASK: Address: 0x67A08102 +I (9150) PXID_TASK: Address: 0x67A08102 +I (9150) PXID_TASK: Address: 0x67A08102 +I (9150) PXID_TASK: Address: 0x67A08102 +I (9160) PXID_TASK: Address: 0x67A08102 +I (9160) PXID_TASK: Address: 0x67A08102 +I (9170) PXID_TASK: Address: 0x67A08102 +I (9170) PXID_TASK: Address: 0x67A08102 +I (9170) PXID_TASK: Address: 0x67A08102 +I (9180) PXID_TASK: Address: 0x67A08102 +I (9180) PXID_TASK: Address: 0x67A08102 +I (9180) PXID_TASK: Address: 0x67A08102 +I (9190) PXID_TASK: Address: 0x67A08102 +I (9190) PXID_TASK: Address: 0x67A08102 +I (9190) PXID_TASK: Address: 0x67A08102 +I (9200) PXID_TASK: Address: 0x67A08102 +I (9200) PXID_TASK: Address: 0x67A08102 +I (9200) PXID_TASK: Address: 0x67A08102 +I (9210) PXID_TASK: Address: 0x67A08102 +I (9210) PXID_TASK: Address: 0x67A08102 +I (9210) PXID_TASK: Address: 0x67A08102 +I (9220) PXID_TASK: Address: 0x67A08102 +I (9220) PXID_TASK: Address: 0x67A08102 +I (9230) PXID_TASK: Address: 0x67A08102 +I (9230) PXID_TASK: Address: 0x67A08102 +I (9230) PXID_TASK: Address: 0x67A08102 +I (9240) PXID_TASK: Address: 0x67A08102 +I (9240) PXID_TASK: Address: 0x67A08102 +I (9240) PXID_TASK: Address: 0x67A08102 +I (9250) PXID_TASK: Address: 0x67A08102 +I (9250) PXID_TASK: Address: 0x67A08102 +I (9250) PXID_TASK: Address: 0x67A08102 +I (9260) PXID_TASK: Address: 0x67A08102 +I (9260) PXID_TASK: Address: 0x67A08102 +I (9260) PXID_TASK: Address: 0x67A08102 +I (9270) PXID_TASK: Address: 0x67A08102 +I (9270) PXID_TASK: Address: 0x67A08102 +I (9280) PXID_TASK: Address: 0x67A08102 +I (9280) PXID_TASK: Address: 0x67A08102 +I (9280) PXID_TASK: Address: 0x67A08102 +I (9290) PXID_TASK: Address: 0x67A08102 +I (9290) PXID_TASK: Address: 0x67A08102 +I (9290) PXID_TASK: Address: 0x67A08102 +I (9300) PXID_TASK: Address: 0x67A08102 +I (9300) PXID_TASK: Address: 0x67A08102 +I (9300) PXID_TASK: Address: 0x67A08102 +I (9310) PXID_TASK: Address: 0x67A08102 +I (9310) PXID_TASK: Address: 0x67A08102 +I (9310) PXID_TASK: Address: 0x67A08102 +I (9320) PXID_TASK: Address: 0x67A08102 +I (9320) PXID_TASK: Address: 0x67A08102 +I (9330) PXID_TASK: Address: 0x67A08102 +I (9330) PXID_TASK: Address: 0x67A08102 +I (9330) PXID_TASK: Address: 0x67A08102 +I (9340) PXID_TASK: Address: 0x67A08102 +I (9340) PXID_TASK: Address: 0x67A08102 +I (9340) PXID_TASK: Address: 0x67A08102 +I (9350) PXID_TASK: Address: 0x67A08102 +I (9350) PXID_TASK: Address: 0x67A08102 +I (9350) PXID_TASK: Address: 0x67A08102 +I (9360) PXID_TASK: Address: 0x67A08102 +I (9360) PXID_TASK: Address: 0x67A08102 +I (9360) PXID_TASK: Address: 0x67A08102 +I (9370) PXID_TASK: Address: 0x67A08102 +I (9370) PXID_TASK: Address: 0x67A08102 +I (9380) PXID_TASK: Address: 0x67A08102 +I (9380) PXID_TASK: Address: 0x67A08102 +I (9380) PXID_TASK: Address: 0x67A08102 +I (9390) PXID_TASK: Address: 0x67A08102 +I (9390) PXID_TASK: Address: 0x67A08102 +I (9390) PXID_TASK: Address: 0x67A08102 +I (9400) PXID_TASK: Address: 0x67A08102 +I (9400) PXID_TASK: Address: 0x67A08102 +I (9400) PXID_TASK: Address: 0x67A08102 +I (9410) PXID_TASK: Address: 0x67A08102 +I (9410) PXID_TASK: Address: 0x67A08102 +I (9410) PXID_TASK: Address: 0x67A08102 +I (9420) PXID_TASK: Address: 0x67A08102 +I (9420) PXID_TASK: Address: 0x67A08102 +I (9420) PXID_TASK: Address: 0x67A08102 +I (9430) PXID_TASK: Address: 0x67A08102 +I (9430) PXID_TASK: Address: 0x67A08102 +I (9440) PXID_TASK: Address: 0x67A08102 +I (9440) PXID_TASK: Address: 0x67A08102 +I (9440) PXID_TASK: Address: 0x67A08102 +I (9450) PXID_TASK: Address: 0x67A08102 +I (9450) PXID_TASK: Address: 0x67A08102 +I (9450) PXID_TASK: Address: 0x67A08102 +I (9460) PXID_TASK: Address: 0x67A08102 +I (9460) PXID_TASK: Address: 0x67A08102 +I (9460) PXID_TASK: Address: 0x67A08102 +I (9470) PXID_TASK: Address: 0x67A08102 +I (9470) PXID_TASK: Address: 0x67A08102 +I (9470) PXID_TASK: Address: 0x67A08102 +I (9480) PXID_TASK: Address: 0x67A08102 +I (9480) PXID_TASK: Address: 0x67A08102 +I (9490) PXID_TASK: Address: 0x67A08102 +I (9490) PXID_TASK: Address: 0x67A08102 +I (9490) PXID_TASK: Address: 0x67A08102 +I (9500) PXID_TASK: Address: 0x67A08102 +I (9500) PXID_TASK: Address: 0x67A08102 +I (9500) PXID_TASK: Address: 0x67A08102 +I (9510) PXID_TASK: Address: 0x67A08102 +I (9510) PXID_TASK: Address: 0x67A08102 +I (9510) PXID_TASK: Address: 0x67A08102 +I (9520) PXID_TASK: Address: 0x67A08102 +I (9520) PXID_TASK: Address: 0x67A08102 +I (9520) PXID_TASK: Address: 0x67A08102 +I (9530) PXID_TASK: Address: 0x67A08102 +I (9530) PXID_TASK: Address: 0x67A08102 +I (9540) PXID_TASK: Address: 0x67A08102 +I (9540) PXID_TASK: Address: 0x67A08102 +I (9540) PXID_TASK: Address: 0x67A08102 +I (9550) PXID_TASK: Address: 0x67A08102 +I (9550) PXID_TASK: Address: 0x67A08102 +I (9550) PXID_TASK: Address: 0x67A08102 +I (9560) PXID_TASK: Address: 0x67A08102 +I (9560) PXID_TASK: Address: 0x67A08102 +I (9560) PXID_TASK: Address: 0x67A08102 +I (9570) PXID_TASK: Address: 0x67A08102 +I (9570) PXID_TASK: Address: 0x67A08102 +I (9570) PXID_TASK: Address: 0x67A08102 +I (9580) PXID_TASK: Address: 0x67A08102 +I (9580) PXID_TASK: Address: 0x67A08102 +I (9590) PXID_TASK: Address: 0x67A08102 +I (9590) PXID_TASK: Address: 0x67A08102 +I (9590) PXID_TASK: Address: 0x67A08102 +I (9600) PXID_TASK: Address: 0x67A08102 +I (9600) PXID_TASK: Address: 0x67A08102 +I (9600) PXID_TASK: Address: 0x67A08102 +I (9610) PXID_TASK: Address: 0x67A08102 +I (9610) PXID_TASK: Address: 0x67A08102 +I (9610) PXID_TASK: Address: 0x67A08102 +I (9620) PXID_TASK: Address: 0x67A08102 +I (9620) PXID_TASK: Address: 0x67A08102 +I (9620) PXID_TASK: Address: 0x67A08102 +I (9630) PXID_TASK: Address: 0x67A08102 +I (9630) PXID_TASK: Address: 0x67A08102 +I (9630) PXID_TASK: Address: 0x67A08102 +I (9640) PXID_TASK: Address: 0x67A08102 +I (9640) PXID_TASK: Address: 0x67A08102 +I (9650) PXID_TASK: Address: 0x67A08102 +I (9650) PXID_TASK: Address: 0x67A08102 +I (9650) PXID_TASK: Address: 0x67A08102 +I (9660) PXID_TASK: Address: 0x67A08102 +I (9660) PXID_TASK: Address: 0x67A08102 +I (9660) PXID_TASK: Address: 0x67A08102 +I (9670) PXID_TASK: Address: 0x67A08102 +I (9670) PXID_TASK: Address: 0x67A08102 +I (9670) PXID_TASK: Address: 0x67A08102 +I (9680) PXID_TASK: Address: 0x67A08102 +I (9680) PXID_TASK: Address: 0x67A08102 +I (9680) PXID_TASK: Address: 0x67A08102 +I (9690) PXID_TASK: Address: 0x67A08102 +I (9690) PXID_TASK: Address: 0x67A08102 +I (9700) PXID_TASK: Address: 0x67A08102 +I (9700) PXID_TASK: Address: 0x67A08102 +I (9700) PXID_TASK: Address: 0x67A08102 +I (9710) PXID_TASK: Address: 0x67A08102 +I (9710) PXID_TASK: Address: 0x67A08102 +I (9710) PXID_TASK: Address: 0x67A08102 +I (9720) PXID_TASK: Address: 0x67A08102 +I (9720) PXID_TASK: Address: 0x67A08102 +I (9720) PXID_TASK: Address: 0x67A08102 +I (9730) PXID_TASK: Address: 0x67A08102 +I (9730) PXID_TASK: Address: 0x67A08102 +I (9730) PXID_TASK: Address: 0x67A08102 +I (9740) PXID_TASK: Address: 0x67A08102 +I (9740) PXID_TASK: Address: 0x67A08102 +I (9750) PXID_TASK: Address: 0x67A08102 +I (9750) PXID_TASK: Address: 0x67A08102 +I (9750) PXID_TASK: Address: 0x67A08102 +I (9760) PXID_TASK: Address: 0x67A08102 +I (9760) PXID_TASK: Address: 0x67A08102 +I (9760) PXID_TASK: Address: 0x67A08102 +I (9770) PXID_TASK: Address: 0x67A08102 +I (9770) PXID_TASK: Address: 0x67A08102 +I (9770) PXID_TASK: Address: 0x67A08102 +I (9780) PXID_TASK: Address: 0x67A08102 +I (9780) PXID_TASK: Address: 0x67A08102 +I (9780) PXID_TASK: Address: 0x67A08102 +I (9790) PXID_TASK: Address: 0x67A08102 +I (9790) PXID_TASK: Address: 0x67A08102 +I (9790) PXID_TASK: Address: 0x67A08102 +I (9800) PXID_TASK: Address: 0x67A08102 +I (9800) PXID_TASK: Address: 0x67A08102 +I (9810) PXID_TASK: Address: 0x67A08102 +I (9810) PXID_TASK: Address: 0x67A08102 +I (9810) PXID_TASK: Address: 0x67A08102 +I (9820) PXID_TASK: Address: 0x67A08102 +I (9820) PXID_TASK: Address: 0x67A08102 +I (9820) PXID_TASK: Address: 0x67A08102 +I (9830) PXID_TASK: Address: 0x67A08102 +I (9830) PXID_TASK: Address: 0x67A08102 +I (9830) PXID_TASK: Address: 0x67A08102 +I (9840) PXID_TASK: Address: 0x67A08102 +I (9840) PXID_TASK: Address: 0x67A08102 +I (9840) PXID_TASK: Address: 0x67A08102 +I (9850) PXID_TASK: Address: 0x67A08102 +I (9850) PXID_TASK: Address: 0x67A08102 +I (9860) PXID_TASK: Address: 0x67A08102 +I (9860) PXID_TASK: Address: 0x67A08102 +I (9860) PXID_TASK: Address: 0x67A08102 +I (9870) PXID_TASK: Address: 0x67A08102 +I (9870) PXID_TASK: Address: 0x67A08102 +I (9870) PXID_TASK: Address: 0x67A08102 +I (9880) PXID_TASK: Address: 0x67A08102 +I (9880) PXID_TASK: Address: 0x67A08102 +I (9880) PXID_TASK: Address: 0x67A08102 +I (9890) PXID_TASK: Address: 0x67A08102 +I (9890) PXID_TASK: Address: 0x67A08102 +I (9890) PXID_TASK: Address: 0x67A08102 +I (9900) PXID_TASK: Address: 0x67A08102 +I (9900) PXID_TASK: Address: 0x67A08102 +I (9910) PXID_TASK: Address: 0x67A08102 +I (9910) PXID_TASK: Address: 0x67A08102 +I (9910) PXID_TASK: Address: 0x67A08102 +I (9920) PXID_TASK: Address: 0x67A08102 +I (9920) PXID_TASK: Address: 0x67A08102 +I (9920) PXID_TASK: Address: 0x67A08102 +I (9930) PXID_TASK: Address: 0x67A08102 +I (9930) PXID_TASK: Address: 0x67A08102 +I (9930) PXID_TASK: Address: 0x67A08102 +I (9940) PXID_TASK: Address: 0x67A08102 +I (9940) PXID_TASK: Address: 0x67A08102 +I (9940) PXID_TASK: Address: 0x67A08102 +I (9950) PXID_TASK: Address: 0x67A08102 +I (9950) PXID_TASK: Address: 0x67A08102 +I (9960) PXID_TASK: Address: 0x67A08102 +I (9960) PXID_TASK: Address: 0x67A08102 +I (9960) PXID_TASK: Address: 0x67A08102 +I (9970) PXID_TASK: Address: 0x67A08102 +I (9970) PXID_TASK: Address: 0x67A08102 +I (9970) PXID_TASK: Address: 0x67A08102 +I (9980) PXID_TASK: Address: 0x67A08102 +I (9980) PXID_TASK: Address: 0x67A08102 +I (9980) PXID_TASK: Address: 0x67A08102 +I (9990) PXID_TASK: Address: 0x67A08102 +I (9990) PXID_TASK: Address: 0x67A08102 +I (9990) PXID_TASK: Address: 0x67A08102 +I (10000) PXID_TASK: Address: 0x67A08102 +I (10000) PXID_TASK: Address: 0x67A08102 +I (10010) PXID_TASK: Address: 0x67A08102 +I (10010) PXID_TASK: Address: 0x67A08102 +I (10010) PXID_TASK: Address: 0x67A08102 +I (10020) PXID_TASK: Address: 0x67A08102 +I (10020) PXID_TASK: Address: 0x67A08102 +I (10020) PXID_TASK: Address: 0x67A08102 +I (10030) PXID_TASK: Address: 0x67A08102 +I (10030) PXID_TASK: Address: 0x67A08102 +I (10030) PXID_TASK: Address: 0x67A08102 +I (10040) PXID_TASK: Address: 0x67A08102 +I (10040) PXID_TASK: Address: 0x67A08102 +I (10050) PXID_TASK: Address: 0x67A08102 +I (10050) PXID_TASK: Address: 0x67A08102 +I (10050) PXID_TASK: Address: 0x67A08102 +I (10060) PXID_TASK: Address: 0x67A08102 +I (10060) PXID_TASK: Address: 0x67A08102 +I (10060) PXID_TASK: Address: 0x67A08102 +I (10070) PXID_TASK: Address: 0x67A08102 +I (10070) PXID_TASK: Address: 0x67A08102 +I (10070) PXID_TASK: Address: 0x67A08102 +I (10080) PXID_TASK: Address: 0x67A08102 +I (10080) PXID_TASK: Address: 0x67A08102 +I (10090) PXID_TASK: Address: 0x67A08102 +I (10090) PXID_TASK: Address: 0x67A08102 +I (10090) PXID_TASK: Address: 0x67A08102 +I (10100) PXID_TASK: Address: 0x67A08102 +I (10100) PXID_TASK: Address: 0x67A08102 +I (10100) PXID_TASK: Address: 0x67A08102 +I (10110) PXID_TASK: Address: 0x67A08102 +I (10110) PXID_TASK: Address: 0x67A08102 +I (10110) PXID_TASK: Address: 0x67A08102 +I (10120) PXID_TASK: Address: 0x67A08102 +E (10120) task_wdt: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time: +E (10120) task_wdt: - IDLE (CPU 0) +E (10120) task_wdt: Tasks currently running: +E (10120) task_wdt: CPU 0: uart_rx_task +E (10120) task_wdt: Print CPU 0 (current core) backtrace +esp_backtrace_print: Print CPU 0 (current core) registers +Core 0 register dump: +MEPC : 0x4200800e RA : 0x4200911a SP : 0x40812a50 GP : 0x4080c904 +TP : 0x408130c0 T0 : 0x40028140 T1 : 0x10000000 T2 : 0xffffffff +S0/FP : 0x00000025 S1 : 0x00000000 A0 : 0x00000000 A1 : 0x00000031 +A2 : 0x00000000 A3 : 0x00000080 A4 : 0x60000000 A5 : 0x00000001 +A6 : 0x420090a6 A7 : 0x0000000a S2 : 0x00000031 S3 : 0x00000029 +S4 : 0x40810614 S5 : 0x40812c30 S6 : 0x42023194 S7 : 0x00000000 +S8 : 0x00000001 S9 : 0x00000000 S10 : 0x40812c44 S11 : 0x00000008 +T3 : 0x00000000 T4 : 0x00ffffff T5 : 0xff0281a0 T6 : 0x67013fff +MSTATUS : 0x00001889 MTVEC : 0x40800001 MCAUSE : 0xdeadc0de MTVAL : 0xdeadc0de +MHARTID : 0x00000000 +I (10120) PXID_TASK: Address: 0x67A08102 +I (10230) PXID_TASK: Address: 0x67A08102 +I (10230) PXID_TASK: Address: 0x67A08102 +I (10240) PXID_TASK: Address: 0x67A08102 +I (10240) PXID_TASK: Address: 0x67A08102 +I (10250) PXID_TASK: Address: 0x67A08102 +I (10250) PXID_TASK: Address: 0x67A08102 +I (10250) PXID_TASK: Address: 0x67A08102 +I (10260) PXID_TASK: Address: 0x67A08102 +I (10260) PXID_TASK: Address: 0x67A08102 +I (10260) PXID_TASK: Address: 0x67A08102 +I (10270) PXID_TASK: Address: 0x67A08102 +I (10270) PXID_TASK: Address: 0x67A08102 +I (10270) PXID_TASK: Address: 0x67A08102 +I (10280) PXID_TASK: Address: 0x67A08102 +I (10280) PXID_TASK: Address: 0x67A08102 +I (10290) PXID_TASK: Address: 0x67A08102 +I (10290) PXID_TASK: Address: 0x67A08102 +I (10290) PXID_TASK: Address: 0x67A08102 +I (10300) PXID_TASK: Address: 0x67A08102 +I (10300) PXID_TASK: Address: 0x67A08102 +I (10300) PXID_TASK: Address: 0x67A08102 +I (10310) PXID_TASK: Address: 0x67A08102 +I (10310) PXID_TASK: Address: 0x67A08102 +I (10310) PXID_TASK: Address: 0x67A08102 +I (10320) PXID_TASK: Address: 0x67A08102 +I (10320) PXID_TASK: Address: 0x67A08102 +I (10330) PXID_TASK: Address: 0x67A08102 +I (10330) PXID_TASK: Address: 0x67A08102 +I (10330) PXID_TASK: Address: 0x67A08102 +I (10340) PXID_TASK: Address: 0x67A08102 +I (10340) PXID_TASK: Address: 0x67A08102 +I (10340) PXID_TASK: Address: 0x67A08102 +I (10350) PXID_TASK: Address: 0x67A08102 +I (10350) PXID_TASK: Address: 0x67A08102 +I (10350) PXID_TASK: Address: 0x67A08102 +I (10360) PXID_TASK: Address: 0x67A08102 +I (10360) PXID_TASK: Address: 0x67A08102 +I (10370) PXID_TASK: Address: 0x67A08102 +I (10370) PXID_TASK: Address: 0x67A08102 +I (10370) PXID_TASK: Address: 0x67A08102 +I (10380) PXID_TASK: Address: 0x67A08102 +I (10380) PXID_TASK: Address: 0x67A08102 +I (10380) PXID_TASK: Address: 0x67A08102 +I (10390) PXID_TASK: Address: 0x67A08102 +I (10390) PXID_TASK: Address: 0x67A08102 +I (10390) PXID_TASK: Address: 0x67A08102 +I (10400) PXID_TASK: Address: 0x67A08102 +I (10400) PXID_TASK: Address: 0x67A08102 +I (10410) PXID_TASK: Address: 0x67A08102 +I (10410) PXID_TASK: Address: 0x67A08102 +I (10410) PXID_TASK: Address: 0x67A08102 +I (10420) PXID_TASK: Address: 0x67A08102 +I (10420) PXID_TASK: Address: 0x67A08102 +I (10420) PXID_TASK: Address: 0x67A08102 +I (10430) PXID_TASK: Address: 0x67A08102 +I (10430) PXID_TASK: Address: 0x67A08102 +I (10430) PXID_TASK: Address: 0x67A08102 +I (10440) PXID_TASK: Address: 0x67A08102 +I (10440) PXID_TASK: Address: 0x67A08102 +I (10450) PXID_TASK: Address: 0x67A08102 +I (10450) PXID_TASK: Address: 0x67A08102 +I (10450) PXID_TASK: Address: 0x67A08102 +I (10460) PXID_TASK: Address: 0x67A08102 +I (10460) PXID_TASK: Address: 0x67A08102 +I (10460) PXID_TASK: Address: 0x67A08102 +I (10470) PXID_TASK: Address: 0x67A08102 +I (10470) PXID_TASK: Address: 0x67A08102 +I (10470) PXID_TASK: Address: 0x67A08102 +I (10480) PXID_TASK: Address: 0x67A08102 +I (10480) PXID_TASK: Address: 0x67A08102 +I (10490) PXID_TASK: Address: 0x67A08102 +I (10490) PXID_TASK: Address: 0x67A08102 +I (10490) PXID_TASK: Address: 0x67A08102 +I (10500) PXID_TASK: Address: 0x67A08102 +I (10500) PXID_TASK: Address: 0x67A08102 +I (10500) PXID_TASK: Address: 0x67A08102 +I (10510) PXID_TASK: Address: 0x67A08102 +I (10510) PXID_TASK: Address: 0x67A08102 +I (10510) PXID_TASK: Address: 0x67A08102 +I (10520) PXID_TASK: Address: 0x67A08102 +I (10520) PXID_TASK: Address: 0x67A08102 +I (10530) PXID_TASK: Address: 0x67A08102 +I (10530) PXID_TASK: Address: 0x67A08102 +I (10530) PXID_TASK: Address: 0x67A08102 +I (10540) PXID_TASK: Address: 0x67A08102 +I (10540) PXID_TASK: Address: 0x67A08102 +I (10540) PXID_TASK: Address: 0x67A08102 +I (10550) PXID_TASK: Address: 0x67A08102 +I (10550) PXID_TASK: Address: 0x67A08102 +I (10550) PXID_TASK: Address: 0x67A08102 +I (10560) PXID_TASK: Address: 0x67A08102 +I (10560) PXID_TASK: Address: 0x67A08102 +I (10570) PXID_TASK: Address: 0x67A08102 +I (10570) PXID_TASK: Address: 0x67A08102 +I (10570) PXID_TASK: Address: 0x67A08102 +I (10580) PXID_TASK: Address: 0x67A08102 +I (10580) PXID_TASK: Address: 0x67A08102 +I (10580) PXID_TASK: Address: 0x67A08102 +I (10590) PXID_TASK: Address: 0x67A08102 +I (10590) PXID_TASK: Address: 0x67A08102 +I (10600) PXID_TASK: Address: 0x67A08102 +I (10600) PXID_TASK: Address: 0x67A08102 +I (10600) PXID_TASK: Address: 0x67A08102 +I (10610) PXID_TASK: Address: 0x67A08102 +I (10610) PXID_TASK: Address: 0x67A08102 +I (10610) PXID_TASK: Address: 0x67A08102 +I (10620) PXID_TASK: Address: 0x67A08102 +I (10620) PXID_TASK: Address: 0x67A08102 +I (10620) PXID_TASK: Address: 0x67A08102 +I (10630) PXID_TASK: Address: 0x67A08102 +I (10630) PXID_TASK: Address: 0x67A08102 +I (10640) PXID_TASK: Address: 0x67A08102 +I (10640) PXID_TASK: Address: 0x67A08102 +I (10640) PXID_TASK: Address: 0x67A08102 +I (10650) PXID_TASK: Address: 0x67A08102 +I (10650) PXID_TASK: Address: 0x67A08102 +I (10650) PXID_TASK: Address: 0x67A08102 +I (10660) PXID_TASK: Address: 0x67A08102 +I (10660) PXID_TASK: Address: 0x67A08102 +I (10660) PXID_TASK: Address: 0x67A08102 +I (10670) PXID_TASK: Address: 0x67A08102 +I (10670) PXID_TASK: Address: 0x67A08102 +I (10680) PXID_TASK: Address: 0x67A08102 +I (10680) PXID_TASK: Address: 0x67A08102 +I (10680) PXID_TASK: Address: 0x67A08102 +I (10690) PXID_TASK: Address: 0x67A08102 +I (10690) PXID_TASK: Address: 0x67A08102 +I (10690) PXID_TASK: Address: 0x67A08102 +I (10700) PXID_TASK: Address: 0x67A08102 +I (10700) PXID_TASK: Address: 0x67A08102 +I (10700) PXID_TASK: Address: 0x67A08102 +I (10710) PXID_TASK: Address: 0x67A08102 +I (10710) PXID_TASK: Address: 0x67A08102 +I (10720) PXID_TASK: Address: 0x67A08102 +I (10720) PXID_TASK: Address: 0x67A08102 +I (10720) PXID_TASK: Address: 0x67A08102 +I (10730) PXID_TASK: Address: 0x67A08102 +I (10730) PXID_TASK: Address: 0x67A08102 +I (10730) PXID_TASK: Address: 0x67A08102 +I (10740) PXID_TASK: Address: 0x67A08102 +I (10740) PXID_TASK: Address: 0x67A08102 +I (10740) PXID_TASK: Address: 0x67A08102 +I (10750) PXID_TASK: Address: 0x67A08102 +I (10750) PXID_TASK: Address: 0x67A08102 +I (10760) PXID_TASK: Address: 0x67A08102 +I (10760) PXID_TASK: Address: 0x67A08102 +I (10760) PXID_TASK: Address: 0x67A08102 +I (10770) PXID_TASK: Address: 0x67A08102 +I (10770) PXID_TASK: Address: 0x67A08102 +I (10770) PXID_TASK: Address: 0x67A08102 +I (10780) PXID_TASK: Address: 0x67A08102 +I (10780) PXID_TASK: Address: 0x67A08102 +I (10780) PXID_TASK: Address: 0x67A08102 +I (10790) PXID_TASK: Address: 0x67A08102 +I (10790) PXID_TASK: Address: 0x67A08102 +I (10800) PXID_TASK: Address: 0x67A08102 +I (10800) PXID_TASK: Address: 0x67A08102 +I (10800) PXID_TASK: Address: 0x67A08102 +I (10810) PXID_TASK: Address: 0x67A08102 +I (10810) PXID_TASK: Address: 0x67A08102 +I (10810) PXID_TASK: Address: 0x67A08102 +I (10820) PXID_TASK: Address: 0x67A08102 +I (10820) PXID_TASK: Address: 0x67A08102 +I (10820) PXID_TASK: Address: 0x67A08102 +I (10830) PXID_TASK: Address: 0x67A08102 +I (10830) PXID_TASK: Address: 0x67A08102 +I (10840) PXID_TASK: Address: 0x67A08102 +I (10840) PXID_TASK: Address: 0x67A08102 +I (10840) PXID_TASK: Address: 0x67A08102 +I (10850) PXID_TASK: Address: 0x67A08102 +I (10850) PXID_TASK: Address: 0x67A08102 +I (10850) PXID_TASK: Address: 0x67A08102 +I (10860) PXID_TASK: Address: 0x67A08102 +I (10860) PXID_TASK: Address: 0x67A08102 +I (10860) PXID_TASK: Address: 0x67A08102 +I (10870) PXID_TASK: Address: 0x67A08102 +I (10870) PXID_TASK: Address: 0x67A08102 +I (10880) PXID_TASK: Address: 0x67A08102 +I (10880) PXID_TASK: Address: 0x67A08102 +I (10880) PXID_TASK: Address: 0x67A08102 +I (10890) PXID_TASK: Address: 0x67A08102 +I (10890) PXID_TASK: Address: 0x67A08102 +I (10890) PXID_TASK: Address: 0x67A08102 +I (10900) PXID_TASK: Address: 0x67A08102 +I (10900) PXID_TASK: Address: 0x67A08102 +I (10900) PXID_TASK: Address: 0x67A08102 +I (10910) PXID_TASK: Address: 0x67A08102 +I (10910) PXID_TASK: Address: 0x67A08102 +I (10920) PXID_TASK: Address: 0x67A08102 +I (10920) PXID_TASK: Address: 0x67A08102 +I (10920) PXID_TASK: Address: 0x67A08102 +I (10930) PXID_TASK: Address: 0x67A08102 +I (10930) PXID_TASK: Address: 0x67A08102 +I (10930) PXID_TASK: Address: 0x67A08102 +I (10940) PXID_TASK: Address: 0x67A08102 +I (10940) PXID_TASK: Address: 0x67A08102 +I (10950) PXID_TASK: Address: 0x67A08102 +I (10950) PXID_TASK: Address: 0x67A08102 +I (10950) PXID_TASK: Address: 0x67A08102 +I (10960) PXID_TASK: Address: 0x67A08102 +I (10960) PXID_TASK: Address: 0x67A08102 +I (10960) PXID_TASK: Address: 0x67A08102 +I (10970) PXID_TASK: Address: 0x67A08102 +I (10970) PXID_TASK: Address: 0x67A08102 +I (10970) PXID_TASK: Address: 0x67A08102 +I (10980) PXID_TASK: Address: 0x67A08102 +I (10980) PXID_TASK: Address: 0x67A08102 +I (10990) PXID_TASK: Address: 0x67A08102 +I (10990) PXID_TASK: Address: 0x67A08102 +I (10990) PXID_TASK: Address: 0x67A08102 +I (11000) PXID_TASK: Address: 0x67A08102 +I (11000) PXID_TASK: Address: 0x67A08102 +I (11000) PXID_TASK: Address: 0x67A08102 +I (11010) PXID_TASK: Address: 0x67A08102 diff --git a/build/log/idf_py_stdout_output_30146 b/build/log/idf_py_stdout_output_30146 new file mode 100644 index 0000000..db1ee33 --- /dev/null +++ b/build/log/idf_py_stdout_output_30146 @@ -0,0 +1,28 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:17: warning: variable 'source_address' set but not used [-Wunused-but-set-variable] + 135 | uint8_t source_address[4]; + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:302:13: warning: 'tx_task' defined but not used [-Wunused-function] + 302 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d190 bytes. Smallest app partition is 0x100000 bytes. 0xd2e70 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_30273 b/build/log/idf_py_stdout_output_30273 new file mode 100644 index 0000000..87fa8e1 --- /dev/null +++ b/build/log/idf_py_stdout_output_30273 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d190 bytes. Smallest app partition is 0x100000 bytes. 0xd2e70 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 524.0 kbit/s)... +Hash of data verified. +Compressed 184720 bytes to 94065... +Writing at 0x00010000... (16 %) +Writing at 0x0001a979... (33 %) +Writing at 0x0002149c... (50 %) +Writing at 0x0002879e... (66 %) +Writing at 0x000309a6... (83 %) +Writing at 0x00037653... (100 %) +Wrote 184720 bytes (94065 compressed) at 0x00010000 in 1.6 seconds (effective 909.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 386.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_30291 b/build/log/idf_py_stdout_output_30291 new file mode 100644 index 0000000..9bc4be2 --- /dev/null +++ b/build/log/idf_py_stdout_output_30291 @@ -0,0 +1,264 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09e40h ( 40512) map +I (89) esp_image: segment 1: paddr=00019e68 vaddr=40800000 size=061b0h ( 25008) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15a60h ( 88672) map +I (112) esp_image: segment 3: paddr=00035a88 vaddr=408061b0 size=05f48h ( 24392) load +I (118) esp_image: segment 4: paddr=0003b9d8 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: abf1c646c... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5510) RX_TASK: Read 256 bytes: '������������?~� ����' +I (5510) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7e f5 |............?.~.| +I (5510) RX_TASK: 0x40813240 09 13 ff ff ff ff 00 00 00 07 79 c1 ff ff ff ff |..........y.....| +I (5520) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 7e f5 09 13 ff ff |........?.~.....| +I (5530) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5540) RX_TASK: 0x40813270 45 50 4f 43 a0 3d c1 ff ff ff ff ff ff ff ff ff |EPOC.=..........| +I (5550) RX_TASK: 0x40813280 c0 ff 3f 01 7e f5 09 13 ff ff ff ff 00 00 00 07 |..?.~...........| +I (5560) RX_TASK: 0x40813290 79 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |y.............?.| +I (5560) RX_TASK: 0x408132a0 7e f5 09 13 ff ff ff ff 00 ff 00 82 24 00 53 79 |~...........$.Sy| +I (5570) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 a0 3d c1 ff ff ff |mbian EPOC.=....| +I (5580) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 7e f5 09 13 ff |.........?.~....| +I (5590) RX_TASK: 0x408132d0 ff ff ff 00 00 00 07 79 c1 ff ff ff ff ff ff ff |.......y........| +I (5600) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 7e f5 09 13 ff ff ff ff 00 |.....?.~........| +I (5610) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (5620) RX_TASK: 0x40813300 43 a0 3d c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C.=.............| +I (5630) RX_TASK: 0x40813310 3f 01 7e f5 09 13 ff ff ff ff 00 00 00 07 79 c1 |?.~...........y.| +I (5630) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 7e f5 |............?.~.| +I (5640) RX_TASK: Starting to Parse: 256 +I (5650) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5650) RX_TASK: Address: 0xFF +I (5660) RX_TASK: Command bit: 1 +I (5660) RX_TASK: Control: 0x3F +I (5660) RX_TASK: Control: P-XID +I (5660) RX_TASK: CRC: 0x0779 +I (5670) RX_TASK: CRC Check: VALID + +I (5670) RX_TASK: Payload (12 bytes): +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5680) RX_TASK:  +ASCII: +.~.......... + +I (5680) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5690) PXID_TASK: Address: 0x7EF50913 +I (5690) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (5700) RX_TASK: Address: 0xFF +I (5700) RX_TASK: Command bit: 1 +I (5700) RX_TASK: Control: 0x3F +I (5710) RX_TASK: Control: P-XID +I (5710) RX_TASK: CRC: 0xA03D +I (5710) RX_TASK: CRC Check: VALID + +I (5720) RX_TASK: Payload (27 bytes): +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5730) RX_TASK:  +ASCII: +.~...........$.Symbian EPOC + +I (5730) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5740) PXID_TASK: Address: 0x7EF50913 +I (5750) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (5750) RX_TASK: Address: 0xFF +I (5760) RX_TASK: Command bit: 1 +I (5760) RX_TASK: Control: 0x3F +I (5760) RX_TASK: Control: P-XID +I (5760) RX_TASK: CRC: 0x0779 +I (5770) RX_TASK: CRC Check: VALID + +I (5770) RX_TASK: Payload (12 bytes): +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5780) RX_TASK:  +ASCII: +.~.......... + +I (5780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5790) PXID_TASK: Address: 0x7EF50913 +I (5790) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (5800) RX_TASK: Address: 0xFF +I (5800) RX_TASK: Command bit: 1 +I (5800) RX_TASK: Control: 0x3F +I (5810) RX_TASK: Control: P-XID +I (5810) RX_TASK: CRC: 0xA03D +I (5810) RX_TASK: CRC Check: VALID + +I (5820) RX_TASK: Payload (27 bytes): +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5830) RX_TASK:  +ASCII: +.~...........$.Symbian EPOC + +I (5830) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5840) PXID_TASK: Address: 0x7EF50913 +I (5850) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (5850) RX_TASK: Address: 0xFF +I (5860) RX_TASK: Command bit: 1 +I (5860) RX_TASK: Control: 0x3F +I (5860) RX_TASK: Control: P-XID +I (5860) RX_TASK: CRC: 0x0779 +I (5870) RX_TASK: CRC Check: VALID + +I (5870) RX_TASK: Payload (12 bytes): +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5880) RX_TASK:  +ASCII: +.~.......... + +I (5880) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5890) PXID_TASK: Address: 0x7EF50913 +I (5890) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (5900) RX_TASK: Address: 0xFF +I (5900) RX_TASK: Command bit: 1 +I (5900) RX_TASK: Control: 0x3F +I (5910) RX_TASK: Control: P-XID +I (5910) RX_TASK: CRC: 0xA03D +I (5910) RX_TASK: CRC Check: VALID + +I (5920) RX_TASK: Payload (27 bytes): +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5930) RX_TASK:  +ASCII: +.~...........$.Symbian EPOC + +I (5930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5940) PXID_TASK: Address: 0x7EF50913 +I (5950) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (5950) RX_TASK: Address: 0xFF +I (5960) RX_TASK: Command bit: 1 +I (5960) RX_TASK: Control: 0x3F +I (5960) RX_TASK: Control: P-XID +I (5960) RX_TASK: CRC: 0x0779 +I (5970) RX_TASK: CRC Check: VALID + +I (5970) RX_TASK: Payload (12 bytes): +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5980) RX_TASK:  +ASCII: +.~.......... + +I (5980) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (5990) PXID_TASK: Address: 0x7EF50913 +I (5990) RX_TASK: Unterminated packet at offset 250 + +I (7000) RX_TASK: Read 98 bytes: ' ����' +I (7000) RX_TASK: 0x40813230 09 13 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (7000) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 a0 3d c1 ff ff ff ff ff |ian EPOC.=......| +I (7010) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 7e f5 09 13 ff ff ff |.......?.~......| +I (7010) RX_TASK: 0x40813260 ff 00 00 00 07 79 c1 ff ff ff ff ff ff ff ff ff |.....y..........| +I (7020) RX_TASK: 0x40813270 ff c0 ff 3f 01 7e f5 09 13 ff ff ff ff 00 ff 00 |...?.~..........| +I (7030) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 a0 |.$.Symbian EPOC.| +I (7040) RX_TASK: 0x40813290 3d c1 |=.| +I (7050) RX_TASK: Starting to Parse: 98 +I (7050) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (7060) RX_TASK: Address: 0xFF +I (7060) RX_TASK: Command bit: 1 +I (7060) RX_TASK: Control: 0x3F +I (7070) RX_TASK: Control: P-XID +I (7070) RX_TASK: CRC: 0x0779 +I (7070) RX_TASK: CRC Check: VALID + +I (7070) RX_TASK: Payload (12 bytes): +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (7080) RX_TASK:  +ASCII: +.~.......... + +I (7090) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 7E F5 09 13 FF FF FF FF 00 00 00 +I (7090) PXID_TASK: Address: 0x7EF50913 +I (7100) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (7100) RX_TASK: Address: 0xFF +I (7110) RX_TASK: Command bit: 1 +I (7110) RX_TASK: Control: 0x3F +I (7110) RX_TASK: Control: P-XID +I (7110) RX_TASK: CRC: 0xA03D +I (7120) RX_TASK: CRC Check: VALID + +I (7120) RX_TASK: Payload (27 bytes): +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7130) RX_TASK:  +ASCII: +.~...........$.Symbian EPOC + +I (7140) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 7E F5 09 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7150) PXID_TASK: Address: 0x7EF50913 diff --git a/build/log/idf_py_stdout_output_30301 b/build/log/idf_py_stdout_output_30301 new file mode 100644 index 0000000..3ee7e41 --- /dev/null +++ b/build/log/idf_py_stdout_output_30301 @@ -0,0 +1,66 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:305:13: warning: 'tx_task' defined but not used [-Wunused-function] + 305 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d1f0 bytes. Smallest app partition is 0x100000 bytes. 0xd2e10 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 515.7 kbit/s)... +Hash of data verified. +Compressed 184816 bytes to 94093... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9ae... (33 %) +Writing at 0x000214cc... (50 %) +Writing at 0x000287c7... (66 %) +Writing at 0x000309ee... (83 %) +Writing at 0x00037686... (100 %) +Wrote 184816 bytes (94093 compressed) at 0x00010000 in 1.6 seconds (effective 908.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 383.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_30425 b/build/log/idf_py_stdout_output_30425 new file mode 100644 index 0000000..b296b88 --- /dev/null +++ b/build/log/idf_py_stdout_output_30425 @@ -0,0 +1,295 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09e70h ( 40560) map +I (89) esp_image: segment 1: paddr=00019e98 vaddr=40800000 size=06180h ( 24960) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15a90h ( 88720) map +I (112) esp_image: segment 3: paddr=00035ab8 vaddr=40806180 size=05f78h ( 24440) load +I (118) esp_image: segment 4: paddr=0003ba38 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: cf436a770... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (179) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4680) RX_TASK: Read 256 bytes: '������������?�#����' +I (4680) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 10 10 |............?...| +I (4690) RX_TASK: 0x40813240 8c 23 ff ff ff ff 00 00 00 91 87 c1 ff ff ff ff |.#..............| +I (4700) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 10 10 8c 23 ff ff |........?....#..| +I (4700) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4710) RX_TASK: 0x40813270 45 50 4f 43 0b 4f c1 ff ff ff ff ff ff ff ff ff |EPOC.O..........| +I (4720) RX_TASK: 0x40813280 ff c0 ff 3f 01 10 10 8c 23 ff ff ff ff 00 00 00 |...?....#.......| +I (4730) RX_TASK: 0x40813290 91 87 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (4740) RX_TASK: 0x408132a0 10 10 8c 23 ff ff ff ff 00 ff 00 82 24 00 53 79 |...#........$.Sy| +I (4750) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 0b 4f c1 ff ff ff |mbian EPOC.O....| +I (4760) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 10 10 8c 23 ff |.........?....#.| +I (4770) RX_TASK: 0x408132d0 ff ff ff 00 00 00 91 87 c1 ff ff ff ff ff ff ff |................| +I (4770) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 10 10 8c 23 ff ff ff ff 00 |.....?....#.....| +I (4780) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (4790) RX_TASK: 0x40813300 43 0b 4f c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C.O.............| +I (4800) RX_TASK: 0x40813310 3f 01 10 10 8c 23 ff ff ff ff 00 00 00 91 87 c1 |?....#..........| +I (4810) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 10 10 |............?...| +I (4820) RX_TASK: Starting to Parse: 256 +I (4820) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4830) RX_TASK: Address: 0xFF +I (4830) RX_TASK: Command bit: 1 +I (4830) RX_TASK: Control: 0x3F +I (4840) RX_TASK: Control: P-XID +I (4840) RX_TASK: CRC: 0x9187 +I (4840) RX_TASK: CRC Check: VALID + +I (4850) RX_TASK: Payload (12 bytes): +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (4850) RX_TASK:  +ASCII: +....#....... + +I (4860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (4860) PXID_TASK: Device Address: 0x10108C23 +I (4870) PXID_TASK: Source Address: 0xFFFFFFFF +I (4870) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4880) RX_TASK: Address: 0xFF +I (4880) RX_TASK: Command bit: 1 +I (4880) RX_TASK: Control: 0x3F +I (4890) RX_TASK: Control: P-XID +I (4890) RX_TASK: CRC: 0x0B4F +I (4890) RX_TASK: CRC Check: VALID + +I (4900) RX_TASK: Payload (27 bytes): +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4910) RX_TASK:  +ASCII: +....#........$.Symbian EPOC + +I (4910) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4920) PXID_TASK: Device Address: 0x10108C23 +I (4930) PXID_TASK: Source Address: 0xFFFFFFFF +I (4930) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4940) RX_TASK: Address: 0xFF +I (4940) RX_TASK: Command bit: 1 +I (4940) RX_TASK: Control: 0x3F +I (4950) RX_TASK: Control: P-XID +I (4950) RX_TASK: CRC: 0x9187 +I (4950) RX_TASK: CRC Check: VALID + +I (4950) RX_TASK: Payload (12 bytes): +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (4960) RX_TASK:  +ASCII: +....#....... + +I (4970) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (4970) PXID_TASK: Device Address: 0x10108C23 +I (4980) PXID_TASK: Source Address: 0xFFFFFFFF +I (4980) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (4990) RX_TASK: Address: 0xFF +I (4990) RX_TASK: Command bit: 1 +I (4990) RX_TASK: Control: 0x3F +I (5000) RX_TASK: Control: P-XID +I (5000) RX_TASK: CRC: 0x0B4F +I (5000) RX_TASK: CRC Check: VALID + +I (5010) RX_TASK: Payload (27 bytes): +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5020) RX_TASK:  +ASCII: +....#........$.Symbian EPOC + +I (5020) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5030) PXID_TASK: Device Address: 0x10108C23 +I (5040) PXID_TASK: Source Address: 0xFFFFFFFF +I (5040) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (5050) RX_TASK: Address: 0xFF +I (5050) RX_TASK: Command bit: 1 +I (5050) RX_TASK: Control: 0x3F +I (5060) RX_TASK: Control: P-XID +I (5060) RX_TASK: CRC: 0x9187 +I (5060) RX_TASK: CRC Check: VALID + +I (5060) RX_TASK: Payload (12 bytes): +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (5070) RX_TASK:  +ASCII: +....#....... + +I (5080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (5080) PXID_TASK: Device Address: 0x10108C23 +I (5090) PXID_TASK: Source Address: 0xFFFFFFFF +I (5090) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (5100) RX_TASK: Address: 0xFF +I (5100) RX_TASK: Command bit: 1 +I (5100) RX_TASK: Control: 0x3F +I (5110) RX_TASK: Control: P-XID +I (5110) RX_TASK: CRC: 0x0B4F +I (5110) RX_TASK: CRC Check: VALID + +I (5110) RX_TASK: Payload (27 bytes): +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5130) RX_TASK:  +ASCII: +....#........$.Symbian EPOC + +I (5130) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5140) PXID_TASK: Device Address: 0x10108C23 +I (5150) PXID_TASK: Source Address: 0xFFFFFFFF +I (5150) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (5160) RX_TASK: Address: 0xFF +I (5160) RX_TASK: Command bit: 1 +I (5160) RX_TASK: Control: 0x3F +I (5170) RX_TASK: Control: P-XID +I (5170) RX_TASK: CRC: 0x9187 +I (5170) RX_TASK: CRC Check: VALID + +I (5170) RX_TASK: Payload (12 bytes): +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (5180) RX_TASK:  +ASCII: +....#....... + +I (5190) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (5190) PXID_TASK: Device Address: 0x10108C23 +I (5200) PXID_TASK: Source Address: 0xFFFFFFFF +I (5200) RX_TASK: Unterminated packet at offset 250 + +I (6210) RX_TASK: Read 136 bytes: '�#����' +I (6210) RX_TASK: 0x40813230 8c 23 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.#........$.Symb| +I (6210) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 0b 4f c1 ff ff ff ff ff |ian EPOC.O......| +I (6220) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 10 10 8c 23 ff ff ff |.......?....#...| +I (6220) RX_TASK: 0x40813260 ff 00 00 00 91 87 c1 ff ff ff ff ff ff ff ff ff |................| +I (6230) RX_TASK: 0x40813270 ff c0 ff 3f 01 10 10 8c 23 ff ff ff ff 00 ff 00 |...?....#.......| +I (6240) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 0b |.$.Symbian EPOC.| +I (6250) RX_TASK: 0x40813290 4f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |O.............?.| +I (6260) RX_TASK: 0x408132a0 10 10 8c 23 ff ff ff ff 00 00 00 91 87 c1 ff ff |...#............| +I (6270) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff |........| +I (6280) RX_TASK: Starting to Parse: 136 +I (6280) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (6290) RX_TASK: Address: 0xFF +I (6290) RX_TASK: Command bit: 1 +I (6290) RX_TASK: Control: 0x3F +I (6290) RX_TASK: Control: P-XID +I (6300) RX_TASK: CRC: 0x9187 +I (6300) RX_TASK: CRC Check: VALID + +I (6300) RX_TASK: Payload (12 bytes): +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (6310) RX_TASK:  +ASCII: +....#....... + +I (6310) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (6320) PXID_TASK: Device Address: 0x10108C23 +I (6330) PXID_TASK: Source Address: 0xFFFFFFFF +I (6330) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (6340) RX_TASK: Address: 0xFF +I (6340) RX_TASK: Command bit: 1 +I (6340) RX_TASK: Control: 0x3F +I (6340) RX_TASK: Control: P-XID +I (6350) RX_TASK: CRC: 0x0B4F +I (6350) RX_TASK: CRC Check: VALID + +I (6350) RX_TASK: Payload (27 bytes): +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6360) RX_TASK:  +ASCII: +....#........$.Symbian EPOC + +I (6370) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 10 10 8C 23 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6380) PXID_TASK: Device Address: 0x10108C23 +I (6390) PXID_TASK: Source Address: 0xFFFFFFFF +I (6390) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (6390) RX_TASK: Address: 0xFF +I (6400) RX_TASK: Command bit: 1 +I (6400) RX_TASK: Control: 0x3F +I (6400) RX_TASK: Control: P-XID +I (6410) RX_TASK: CRC: 0x9187 +I (6410) RX_TASK: CRC Check: VALID + +I (6410) RX_TASK: Payload (12 bytes): +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (6420) RX_TASK:  +ASCII: +....#....... + +I (6420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 10 10 8C 23 FF FF FF FF 00 00 00 +I (6430) PXID_TASK: Device Address: 0x10108C23 +I (6440) PXID_TASK: Source Address: 0xFFFFFFFF diff --git a/build/log/idf_py_stdout_output_30516 b/build/log/idf_py_stdout_output_30516 new file mode 100644 index 0000000..77663a8 --- /dev/null +++ b/build/log/idf_py_stdout_output_30516 @@ -0,0 +1,60 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:145:9: error: expected ',' or ';' before 'uint8_t' + 145 | uint8_t slot_num = data[i+10] + | ^~~~~~~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:149:51: error: 'slot_num' undeclared (first use in this function) + 149 | ESP_LOGI(TASK_TAG, "Slot Number: 0x%02X", slot_num); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:149:9: note: in expansion of macro 'ESP_LOGI' + 149 | ESP_LOGI(TASK_TAG, "Slot Number: 0x%02X", slot_num); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:149:51: note: each undeclared identifier is reported only once for each function it appears in + 149 | ESP_LOGI(TASK_TAG, "Slot Number: 0x%02X", slot_num); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:149:9: note: in expansion of macro 'ESP_LOGI' + 149 | ESP_LOGI(TASK_TAG, "Slot Number: 0x%02X", slot_num); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:150:54: error: 'version_num' undeclared (first use in this function) + 150 | ESP_LOGI(TASK_TAG, "Version Number: 0x%02X", version_num); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:150:9: note: in expansion of macro 'ESP_LOGI' + 150 | ESP_LOGI(TASK_TAG, "Version Number: 0x%02X", version_num); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:144:17: warning: unused variable 'discovery_flag' [-Wunused-variable] + 144 | uint8_t discovery_flag = data[i+9] + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:314:13: warning: 'tx_task' defined but not used [-Wunused-function] + 314 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_30540 b/build/log/idf_py_stdout_output_30540 new file mode 100644 index 0000000..cc07558 --- /dev/null +++ b/build/log/idf_py_stdout_output_30540 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:314:13: warning: 'tx_task' defined but not used [-Wunused-function] + 314 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d2f0 bytes. Smallest app partition is 0x100000 bytes. 0xd2d10 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_30665 b/build/log/idf_py_stdout_output_30665 new file mode 100644 index 0000000..73f0857 --- /dev/null +++ b/build/log/idf_py_stdout_output_30665 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d2f0 bytes. Smallest app partition is 0x100000 bytes. 0xd2d10 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 508.3 kbit/s)... +Hash of data verified. +Compressed 185072 bytes to 94207... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9e2... (33 %) +Writing at 0x00021526... (50 %) +Writing at 0x000287ea... (66 %) +Writing at 0x00030a0b... (83 %) +Writing at 0x000376cf... (100 %) +Wrote 185072 bytes (94207 compressed) at 0x00010000 in 1.6 seconds (effective 905.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_30683 b/build/log/idf_py_stdout_output_30683 new file mode 100644 index 0000000..56415ed --- /dev/null +++ b/build/log/idf_py_stdout_output_30683 @@ -0,0 +1,327 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09edch ( 40668) map +I (89) esp_image: segment 1: paddr=00019f04 vaddr=40800000 size=06114h ( 24852) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15b28h ( 88872) map +I (112) esp_image: segment 3: paddr=00035b50 vaddr=40806114 size=05fe4h ( 24548) load +I (119) esp_image: segment 4: paddr=0003bb3c vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 2cba44115... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4490) RX_TASK: Read 256 bytes: '������������?�l����' +I (4490) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 12 0e |............?...| +I (4490) RX_TASK: 0x40813240 f3 6c ff ff ff ff 00 00 00 bf d3 c1 ff ff ff ff |.l..............| +I (4500) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff |........?....l..| +I (4510) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4520) RX_TASK: 0x40813270 45 50 4f 43 4c 8d c1 ff ff ff ff ff ff ff ff ff |EPOCL...........| +I (4530) RX_TASK: 0x40813280 ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff 00 00 00 |...?....l.......| +I (4540) RX_TASK: 0x40813290 bf d3 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (4550) RX_TASK: 0x408132a0 01 12 0e f3 6c ff ff ff ff 00 ff 00 82 24 00 53 |....l........$.S| +I (4550) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 4c 8d c1 ff ff |ymbian EPOCL....| +I (4560) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c |..........?....l| +I (4570) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 bf d3 c1 ff ff ff ff ff ff |................| +I (4580) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff |......?....l....| +I (4590) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (4600) RX_TASK: 0x40813300 4f 43 4c 8d c1 ff ff ff ff ff ff ff ff ff ff c0 |OCL.............| +I (4610) RX_TASK: 0x40813310 ff 3f 01 12 0e f3 6c ff ff ff ff 00 00 00 bf d3 |.?....l.........| +I (4620) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 12 |.............?..| +I (4620) RX_TASK: Starting to Parse: 256 +I (4630) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4630) RX_TASK: Address: 0xFF +I (4640) RX_TASK: Command bit: 1 +I (4640) RX_TASK: Control: 0x3F +I (4640) RX_TASK: Control: P-XID +I (4640) RX_TASK: CRC: 0xBFD3 +I (4650) RX_TASK: CRC Check: VALID + +I (4650) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (4660) RX_TASK:  +ASCII: +....l....... + +I (4660) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (4670) PXID_TASK: Device Address: 0x120EF36C +I (4670) PXID_TASK: Source Address: 0xFFFFFFFF +I (4680) PXID_TASK: Discovery Flag: 0x00 +I (4680) PXID_TASK: Slot Number: 0x00 +I (4680) PXID_TASK: Version Number: 0x00 +I (4690) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4690) RX_TASK: Address: 0xFF +I (4700) RX_TASK: Command bit: 1 +I (4700) RX_TASK: Control: 0x3F +I (4700) RX_TASK: Control: P-XID +I (4710) RX_TASK: CRC: 0x4C8D +I (4710) RX_TASK: CRC Check: VALID + +I (4710) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4720) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (4730) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4740) PXID_TASK: Device Address: 0x120EF36C +I (4740) PXID_TASK: Source Address: 0xFFFFFFFF +I (4750) PXID_TASK: Discovery Flag: 0x00 +I (4750) PXID_TASK: Slot Number: 0xFF +I (4750) PXID_TASK: Version Number: 0x00 +I (4760) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4760) RX_TASK: Address: 0xFF +I (4770) RX_TASK: Command bit: 1 +I (4770) RX_TASK: Control: 0x3F +I (4770) RX_TASK: Control: P-XID +I (4780) RX_TASK: CRC: 0xBFD3 +I (4780) RX_TASK: CRC Check: VALID + +I (4780) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (4790) RX_TASK:  +ASCII: +....l....... + +I (4790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (4800) PXID_TASK: Device Address: 0x120EF36C +I (4800) PXID_TASK: Source Address: 0xFFFFFFFF +I (4810) PXID_TASK: Discovery Flag: 0x00 +I (4810) PXID_TASK: Slot Number: 0x00 +I (4820) PXID_TASK: Version Number: 0x00 +I (4820) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (4820) RX_TASK: Address: 0xFF +I (4830) RX_TASK: Command bit: 1 +I (4830) RX_TASK: Control: 0x3F +I (4830) RX_TASK: Control: P-XID +I (4840) RX_TASK: CRC: 0x4C8D +I (4840) RX_TASK: CRC Check: VALID + +I (4840) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4850) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (4860) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4870) PXID_TASK: Device Address: 0x120EF36C +I (4870) PXID_TASK: Source Address: 0xFFFFFFFF +I (4880) PXID_TASK: Discovery Flag: 0x00 +I (4880) PXID_TASK: Slot Number: 0xFF +I (4890) PXID_TASK: Version Number: 0x00 +I (4890) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (4890) RX_TASK: Address: 0xFF +I (4900) RX_TASK: Command bit: 1 +I (4900) RX_TASK: Control: 0x3F +I (4900) RX_TASK: Control: P-XID +I (4910) RX_TASK: CRC: 0xBFD3 +I (4910) RX_TASK: CRC Check: VALID + +I (4910) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (4920) RX_TASK:  +ASCII: +....l....... + +I (4920) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (4930) PXID_TASK: Device Address: 0x120EF36C +I (4940) PXID_TASK: Source Address: 0xFFFFFFFF +I (4940) PXID_TASK: Discovery Flag: 0x00 +I (4940) PXID_TASK: Slot Number: 0x00 +I (4950) PXID_TASK: Version Number: 0x00 +I (4950) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (4960) RX_TASK: Address: 0xFF +I (4960) RX_TASK: Command bit: 1 +I (4960) RX_TASK: Control: 0x3F +I (4960) RX_TASK: Control: P-XID +I (4970) RX_TASK: CRC: 0x4C8D +I (4970) RX_TASK: CRC Check: VALID + +I (4970) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4980) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (4990) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5000) PXID_TASK: Device Address: 0x120EF36C +I (5010) PXID_TASK: Source Address: 0xFFFFFFFF +I (5010) PXID_TASK: Discovery Flag: 0x00 +I (5010) PXID_TASK: Slot Number: 0xFF +I (5020) PXID_TASK: Version Number: 0x00 +I (5020) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5030) RX_TASK: Address: 0xFF +I (5030) RX_TASK: Command bit: 1 +I (5030) RX_TASK: Control: 0x3F +I (5030) RX_TASK: Control: P-XID +I (5040) RX_TASK: CRC: 0xBFD3 +I (5040) RX_TASK: CRC Check: VALID + +I (5040) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (5050) RX_TASK:  +ASCII: +....l....... + +I (5050) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (5060) PXID_TASK: Device Address: 0x120EF36C +I (5070) PXID_TASK: Source Address: 0xFFFFFFFF +I (5070) PXID_TASK: Discovery Flag: 0x00 +I (5070) PXID_TASK: Slot Number: 0x00 +I (5080) PXID_TASK: Version Number: 0x00 +I (5080) RX_TASK: Unterminated packet at offset 251 + +I (6090) RX_TASK: Read 143 bytes: '�l����' +I (6090) RX_TASK: 0x40813230 0e f3 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..l........$.Sym| +I (6090) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 4c 8d c1 ff ff ff ff |bian EPOCL......| +I (6100) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff |........?....l..| +I (6100) RX_TASK: 0x40813260 ff ff 00 00 00 bf d3 c1 ff ff ff ff ff ff ff ff |................| +I (6110) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff 00 ff |....?....l......| +I (6120) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (6130) RX_TASK: 0x40813290 4c 8d c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |L.............?.| +I (6140) RX_TASK: 0x408132a0 12 0e f3 6c ff ff ff ff 00 00 00 bf d3 c1 ff ff |...l............| +I (6150) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 |..........?....| +I (6160) RX_TASK: Starting to Parse: 143 +I (6160) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (6170) RX_TASK: Address: 0xFF +I (6170) RX_TASK: Command bit: 1 +I (6170) RX_TASK: Control: 0x3F +I (6170) RX_TASK: Control: P-XID +I (6180) RX_TASK: CRC: 0xBFD3 +I (6180) RX_TASK: CRC Check: VALID + +I (6180) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (6190) RX_TASK:  +ASCII: +....l....... + +I (6190) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (6200) PXID_TASK: Device Address: 0x120EF36C +I (6210) PXID_TASK: Source Address: 0xFFFFFFFF +I (6210) PXID_TASK: Discovery Flag: 0x00 +I (6210) PXID_TASK: Slot Number: 0x00 +I (6220) PXID_TASK: Version Number: 0x00 +I (6220) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (6230) RX_TASK: Address: 0xFF +I (6230) RX_TASK: Command bit: 1 +I (6230) RX_TASK: Control: 0x3F +I (6240) RX_TASK: Control: P-XID +I (6240) RX_TASK: CRC: 0x4C8D +I (6240) RX_TASK: CRC Check: VALID + +I (6240) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6260) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (6260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6270) PXID_TASK: Device Address: 0x120EF36C +I (6280) PXID_TASK: Source Address: 0xFFFFFFFF +I (6280) PXID_TASK: Discovery Flag: 0x00 +I (6280) PXID_TASK: Slot Number: 0xFF +I (6290) PXID_TASK: Version Number: 0x00 +I (6290) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (6300) RX_TASK: Address: 0xFF +I (6300) RX_TASK: Command bit: 1 +I (6300) RX_TASK: Control: 0x3F +I (6310) RX_TASK: Control: P-XID +I (6310) RX_TASK: CRC: 0xBFD3 +I (6310) RX_TASK: CRC Check: VALID + +I (6310) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (6320) RX_TASK:  +ASCII: +....l....... + +I (6330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (6330) PXID_TASK: Device Address: 0x120EF36C +I (6340) PXID_TASK: Source Address: 0xFFFFFFFF +I (6340) PXID_TASK: Discovery Flag: 0x00 +I (6350) PXID_TASK: Slot Number: 0x00 +I (6350) PXID_TASK: Version Number: 0x00 +I (6350) RX_TASK: Unterminated packet at offset 136 + diff --git a/build/log/idf_py_stdout_output_30765 b/build/log/idf_py_stdout_output_30765 new file mode 100644 index 0000000..cc07558 --- /dev/null +++ b/build/log/idf_py_stdout_output_30765 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:314:13: warning: 'tx_task' defined but not used [-Wunused-function] + 314 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d2f0 bytes. Smallest app partition is 0x100000 bytes. 0xd2d10 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_30891 b/build/log/idf_py_stdout_output_30891 new file mode 100644 index 0000000..b3b5ac2 --- /dev/null +++ b/build/log/idf_py_stdout_output_30891 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d2f0 bytes. Smallest app partition is 0x100000 bytes. 0xd2d10 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 509.8 kbit/s)... +Hash of data verified. +Compressed 185072 bytes to 94219... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9dc... (33 %) +Writing at 0x0002150e... (50 %) +Writing at 0x000287df... (66 %) +Writing at 0x00030a00... (83 %) +Writing at 0x000376c3... (100 %) +Wrote 185072 bytes (94219 compressed) at 0x00010000 in 1.6 seconds (effective 901.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_30909 b/build/log/idf_py_stdout_output_30909 new file mode 100644 index 0000000..502c677 --- /dev/null +++ b/build/log/idf_py_stdout_output_30909 @@ -0,0 +1,243 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ee0h ( 40672) map +I (89) esp_image: segment 1: paddr=00019f08 vaddr=40800000 size=06110h ( 24848) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15b28h ( 88872) map +I (112) esp_image: segment 3: paddr=00035b50 vaddr=40806110 size=05fe8h ( 24552) load +I (119) esp_image: segment 4: paddr=0003bb40 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: b4e9c9601... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3780) RX_TASK: Read 256 bytes: '������������?�#' ����' +I (3780) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bc 23 |............?..#| +I (3790) RX_TASK: 0x40813240 27 20 ff ff ff ff 00 00 00 82 0f c1 ff ff ff ff |' ..............| +I (3800) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 bc 23 27 20 ff ff |........?..#' ..| +I (3810) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (3810) RX_TASK: 0x40813270 45 50 4f 43 2c 5c c1 ff ff ff ff ff ff ff ff ff |EPOC,\..........| +I (3820) RX_TASK: 0x40813280 ff c0 ff 3f 01 bc 23 27 20 ff ff ff ff 00 00 00 |...?..#' .......| +I (3830) RX_TASK: 0x40813290 82 0f c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (3840) RX_TASK: 0x408132a0 bc 23 27 20 ff ff ff ff 00 ff 00 82 24 00 53 79 |.#' ........$.Sy| +I (3850) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 2c 5c c1 ff ff ff |mbian EPOC,\....| +I (3860) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 bc 23 27 20 ff |.........?..#' .| +I (3870) RX_TASK: 0x408132d0 ff ff ff 00 00 00 82 0f c1 ff ff ff ff ff ff ff |................| +I (3880) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 bc 23 27 20 ff ff ff ff 00 |.....?..#' .....| +I (3880) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (3890) RX_TASK: 0x40813300 43 2c 5c c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C,\.............| +I (3900) RX_TASK: 0x40813310 3f 01 bc 23 27 20 ff ff ff ff 00 00 00 82 0f c1 |?..#' ..........| +I (3910) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bc 23 27 |...........?..#'| +I (3920) RX_TASK: Starting to Parse: 256 +I (3920) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3930) RX_TASK: Address: 0xFF +I (3930) RX_TASK: Command bit: 1 +I (3930) RX_TASK: Control: 0x3F +I (3940) RX_TASK: Control: P-XID +I (3940) RX_TASK: CRC: 0x820F +I (3940) RX_TASK: CRC Check: VALID + +I (3950) RX_TASK: Payload (12 bytes): +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (3950) RX_TASK:  +ASCII: +..#' ....... + +I (3960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (3960) PXID_TASK: Source Address: 0xBC232720 +I (3970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3970) PXID_TASK: Discovery Flag: 0x00 +I (3980) PXID_TASK: Slot Number: 0x00 +I (3980) PXID_TASK: Version Number: 0x00 +I (3980) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3990) RX_TASK: Address: 0xFF +I (3990) RX_TASK: Command bit: 1 +I (3990) RX_TASK: Control: 0x3F +I (4000) RX_TASK: Control: P-XID +I (4000) RX_TASK: CRC: 0x2C5C +I (4000) RX_TASK: CRC Check: VALID + +I (4010) RX_TASK: Payload (27 bytes): +01 BC 23 27 20 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4020) RX_TASK:  +ASCII: +..#' ........$.Symbian EPOC + +I (4020) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 23 27 20 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4030) PXID_TASK: Source Address: 0xBC232720 +I (4040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4040) PXID_TASK: Discovery Flag: 0x00 +I (4050) PXID_TASK: Slot Number: 0xFF +I (4050) PXID_TASK: Version Number: 0x00 +I (4050) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4060) RX_TASK: Address: 0xFF +I (4060) RX_TASK: Command bit: 1 +I (4070) RX_TASK: Control: 0x3F +I (4070) RX_TASK: Control: P-XID +I (4070) RX_TASK: CRC: 0x820F +I (4070) RX_TASK: CRC Check: VALID + +I (4080) RX_TASK: Payload (12 bytes): +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (4080) RX_TASK:  +ASCII: +..#' ....... + +I (4090) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (4100) PXID_TASK: Source Address: 0xBC232720 +I (4100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4100) PXID_TASK: Discovery Flag: 0x00 +I (4110) PXID_TASK: Slot Number: 0x00 +I (4110) PXID_TASK: Version Number: 0x00 +I (4120) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (4120) RX_TASK: Address: 0xFF +I (4120) RX_TASK: Command bit: 1 +I (4130) RX_TASK: Control: 0x3F +I (4130) RX_TASK: Control: P-XID +I (4130) RX_TASK: CRC: 0x2C5C +I (4140) RX_TASK: CRC Check: VALID + +I (4140) RX_TASK: Payload (27 bytes): +01 BC 23 27 20 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4150) RX_TASK:  +ASCII: +..#' ........$.Symbian EPOC + +I (4150) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 23 27 20 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4170) PXID_TASK: Source Address: 0xBC232720 +I (4170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4180) PXID_TASK: Discovery Flag: 0x00 +I (4180) PXID_TASK: Slot Number: 0xFF +I (4180) PXID_TASK: Version Number: 0x00 +I (4190) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (4190) RX_TASK: Address: 0xFF +I (4190) RX_TASK: Command bit: 1 +I (4200) RX_TASK: Control: 0x3F +I (4200) RX_TASK: Control: P-XID +I (4200) RX_TASK: CRC: 0x820F +I (4210) RX_TASK: CRC Check: VALID + +I (4210) RX_TASK: Payload (12 bytes): +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (4220) RX_TASK:  +ASCII: +..#' ....... + +I (4220) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (4230) PXID_TASK: Source Address: 0xBC232720 +I (4230) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4240) PXID_TASK: Discovery Flag: 0x00 +I (4240) PXID_TASK: Slot Number: 0x00 +I (4240) PXID_TASK: Version Number: 0x00 +I (4250) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (4250) RX_TASK: Address: 0xFF +I (4260) RX_TASK: Command bit: 1 +I (4260) RX_TASK: Control: 0x3F +I (4260) RX_TASK: Control: P-XID +I (4260) RX_TASK: CRC: 0x2C5C +I (4270) RX_TASK: CRC Check: VALID + +I (4270) RX_TASK: Payload (27 bytes): +01 BC 23 27 20 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4280) RX_TASK:  +ASCII: +..#' ........$.Symbian EPOC + +I (4290) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 23 27 20 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4300) PXID_TASK: Source Address: 0xBC232720 +I (4300) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4310) PXID_TASK: Discovery Flag: 0x00 +I (4310) PXID_TASK: Slot Number: 0xFF +I (4310) PXID_TASK: Version Number: 0x00 +I (4320) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (4320) RX_TASK: Address: 0xFF +I (4330) RX_TASK: Command bit: 1 +I (4330) RX_TASK: Control: 0x3F +I (4330) RX_TASK: Control: P-XID +I (4340) RX_TASK: CRC: 0x820F +I (4340) RX_TASK: CRC Check: VALID + +I (4340) RX_TASK: Payload (12 bytes): +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (4350) RX_TASK:  +ASCII: +..#' ....... + +I (4350) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 23 27 20 FF FF FF FF 00 00 00 +I (4360) PXID_TASK: Source Address: 0xBC232720 +I (4360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4370) PXID_TASK: Discovery Flag: 0x00 +I (4370) PXID_TASK: Slot Number: 0x00 +I (4380) PXID_TASK: Version Number: 0x00 +I (4380) RX_TASK: Unterminated packet at offset 249 + diff --git a/build/log/idf_py_stdout_output_30932 b/build/log/idf_py_stdout_output_30932 new file mode 100644 index 0000000..aece3fc --- /dev/null +++ b/build/log/idf_py_stdout_output_30932 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:326:13: warning: 'tx_task' defined but not used [-Wunused-function] + 326 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d330 bytes. Smallest app partition is 0x100000 bytes. 0xd2cd0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_31058 b/build/log/idf_py_stdout_output_31058 new file mode 100644 index 0000000..8e49e6a --- /dev/null +++ b/build/log/idf_py_stdout_output_31058 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d330 bytes. Smallest app partition is 0x100000 bytes. 0xd2cd0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.8 kbit/s)... +Hash of data verified. +Compressed 185136 bytes to 94249... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9e0... (33 %) +Writing at 0x00021514... (50 %) +Writing at 0x000287e7... (66 %) +Writing at 0x000309fc... (83 %) +Writing at 0x000376cd... (100 %) +Wrote 185136 bytes (94249 compressed) at 0x00010000 in 1.6 seconds (effective 902.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_31076 b/build/log/idf_py_stdout_output_31076 new file mode 100644 index 0000000..d265018 --- /dev/null +++ b/build/log/idf_py_stdout_output_31076 @@ -0,0 +1,736 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ee0h ( 40672) map +I (89) esp_image: segment 1: paddr=00019f08 vaddr=40800000 size=06110h ( 24848) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15b6ch ( 88940) map +I (112) esp_image: segment 3: paddr=00035b94 vaddr=40806110 size=05fe8h ( 24552) load +I (119) esp_image: segment 4: paddr=0003bb84 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 031eccd72... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4040) RX_TASK: Read 256 bytes: '������������??�KH����' +I (4040) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c |............?.?.| +I (4040) RX_TASK: 0x40813240 4b 48 ff ff ff ff 00 00 00 7d 5d 6f c1 ff ff ff |KH.......}]o....| +I (4050) RX_TASK: 0x40813250 ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c 4b 48 ff |.........?.?.KH.| +I (4060) RX_TASK: 0x40813260 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (4070) RX_TASK: 0x40813270 20 45 50 4f 43 b3 50 c1 ff ff ff ff ff ff ff ff | EPOC.P.........| +I (4080) RX_TASK: 0x40813280 ff ff c0 ff 3f 01 3f 8c 4b 48 ff ff ff ff 00 00 |....?.?.KH......| +I (4090) RX_TASK: 0x40813290 00 7d 5d 6f c1 ff ff ff ff ff ff ff ff ff ff c0 |.}]o............| +I (4090) RX_TASK: 0x408132a0 ff 3f 01 3f 8c 4b 48 ff ff ff ff 00 ff 00 82 24 |.?.?.KH........$| +I (4100) RX_TASK: 0x408132b0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 b3 50 c1 |.Symbian EPOC.P.| +I (4110) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c |............?.?.| +I (4120) RX_TASK: 0x408132d0 4b 48 ff ff ff ff 00 00 00 7d 5d 6f c1 ff ff ff |KH.......}]o....| +I (4130) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c 4b 48 ff |.........?.?.KH.| +I (4140) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (4150) RX_TASK: 0x40813300 20 45 50 4f 43 b3 50 c1 ff ff ff ff ff ff ff ff | EPOC.P.........| +I (4160) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 3f 8c 4b 48 ff ff ff ff 00 00 |....?.?.KH......| +I (4160) RX_TASK: 0x40813320 00 7d 5d 6f c1 ff ff ff ff ff ff ff ff ff ff c0 |.}]o............| +I (4170) RX_TASK: Starting to Parse: 256 +I (4180) RX_TASK:  +=== Packet 1 (offset 10, length 19) === + +I (4180) RX_TASK: Address: 0xFF +I (4180) RX_TASK: Command bit: 1 +I (4190) RX_TASK: Control: 0x3F +I (4190) RX_TASK: Control: P-XID +I (4190) RX_TASK: CRC: 0x5D6F +I (4200) RX_TASK: CRC Check: INVALID + +I (4200) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4210) RX_TASK:  +ASCII: +.?.KH.......} + +I (4210) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4220) PXID_TASK: Source Address: 0x3F8C4B48 +I (4220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4230) PXID_TASK: Discovery Flag: 0x00 +I (4230) PXID_TASK: Slot Number: 0x00 +I (4230) PXID_TASK: Version Number: 0x00 +00 7D +I (4240) RX_TASK:  +=== Packet 2 (offset 39, length 33) === + +I (4240) RX_TASK: Address: 0xFF +I (4250) RX_TASK: Command bit: 1 +I (4250) RX_TASK: Control: 0x3F +I (4250) RX_TASK: Control: P-XID +I (4260) RX_TASK: CRC: 0xB350 +I (4260) RX_TASK: CRC Check: INVALID + +I (4260) RX_TASK: Payload (27 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4270) RX_TASK:  +ASCII: +.?.KH........$.Symbian EPOC + +I (4280) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4290) PXID_TASK: Source Address: 0x3F8C4B48 +I (4290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4300) PXID_TASK: Discovery Flag: 0x00 +I (4300) PXID_TASK: Slot Number: 0xFF +I (4310) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (4310) RX_TASK:  +=== Packet 3 (offset 82, length 19) === + +I (4320) RX_TASK: Address: 0xFF +I (4320) RX_TASK: Command bit: 1 +I (4330) RX_TASK: Control: 0x3F +I (4330) RX_TASK: Control: P-XID +I (4330) RX_TASK: CRC: 0x5D6F +I (4330) RX_TASK: CRC Check: INVALID + +I (4340) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4350) RX_TASK:  +ASCII: +.?.KH.......} + +I (4350) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4360) PXID_TASK: Source Address: 0x3F8C4B48 +I (4360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4370) PXID_TASK: Discovery Flag: 0x00 +I (4370) PXID_TASK: Slot Number: 0x00 +I (4370) PXID_TASK: Version Number: 0x00 +00 7D +I (4380) RX_TASK:  +=== Packet 4 (offset 111, length 33) === + +I (4380) RX_TASK: Address: 0xFF +I (4390) RX_TASK: Command bit: 1 +I (4390) RX_TASK: Control: 0x3F +I (4390) RX_TASK: Control: P-XID +I (4390) RX_TASK: CRC: 0xB350 +I (4400) RX_TASK: CRC Check: INVALID + +I (4400) RX_TASK: Payload (27 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4410) RX_TASK:  +ASCII: +.?.KH........$.Symbian EPOC + +I (4420) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4430) PXID_TASK: Source Address: 0x3F8C4B48 +I (4430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4440) PXID_TASK: Discovery Flag: 0x00 +I (4440) PXID_TASK: Slot Number: 0xFF +I (4440) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (4450) RX_TASK:  +=== Packet 5 (offset 154, length 19) === + +I (4460) RX_TASK: Address: 0xFF +I (4460) RX_TASK: Command bit: 1 +I (4460) RX_TASK: Control: 0x3F +I (4470) RX_TASK: Control: P-XID +I (4470) RX_TASK: CRC: 0x5D6F +I (4470) RX_TASK: CRC Check: INVALID + +I (4480) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4480) RX_TASK:  +ASCII: +.?.KH.......} + +I (4490) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4500) PXID_TASK: Source Address: 0x3F8C4B48 +I (4500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4500) PXID_TASK: Discovery Flag: 0x00 +I (4510) PXID_TASK: Slot Number: 0x00 +I (4510) PXID_TASK: Version Number: 0x00 +00 7D +I (4520) RX_TASK:  +=== Packet 6 (offset 183, length 33) === + +I (4520) RX_TASK: Address: 0xFF +I (4520) RX_TASK: Command bit: 1 +I (4530) RX_TASK: Control: 0x3F +I (4530) RX_TASK: Control: P-XID +I (4530) RX_TASK: CRC: 0xB350 +I (4540) RX_TASK: CRC Check: INVALID + +I (4540) RX_TASK: Payload (27 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4550) RX_TASK:  +ASCII: +.?.KH........$.Symbian EPOC + +I (4560) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4570) PXID_TASK: Source Address: 0x3F8C4B48 +I (4570) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4580) PXID_TASK: Discovery Flag: 0x00 +I (4580) PXID_TASK: Slot Number: 0xFF +I (4580) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (4590) RX_TASK:  +=== Packet 7 (offset 226, length 19) === + +I (4600) RX_TASK: Address: 0xFF +I (4600) RX_TASK: Command bit: 1 +I (4600) RX_TASK: Control: 0x3F +I (4610) RX_TASK: Control: P-XID +I (4610) RX_TASK: CRC: 0x5D6F +I (4610) RX_TASK: CRC Check: INVALID + +I (4610) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4620) RX_TASK:  +ASCII: +.?.KH.......} + +I (4630) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (4630) PXID_TASK: Source Address: 0x3F8C4B48 +I (4640) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4640) PXID_TASK: Discovery Flag: 0x00 +I (4650) PXID_TASK: Slot Number: 0x00 +I (4650) PXID_TASK: Version Number: 0x00 +00 7D +I (4650) RX_TASK: Truncated packet at offset 255 + +I (5760) RX_TASK: Read 248 bytes: '�??�KH����' +I (5760) RX_TASK: 0x40813230 ff 3f 01 3f 8c 4b 48 ff ff ff ff 00 ff 00 82 24 |.?.?.KH........$| +I (5760) RX_TASK: 0x40813240 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 b3 50 c1 |.Symbian EPOC.P.| +I (5770) RX_TASK: 0x40813250 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c |............?.?.| +I (5770) RX_TASK: 0x40813260 4b 48 ff ff ff ff 00 00 00 7d 5d 6f c1 ff ff ff |KH.......}]o....| +I (5780) RX_TASK: 0x40813270 ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c 4b 48 ff |.........?.?.KH.| +I (5790) RX_TASK: 0x40813280 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (5800) RX_TASK: 0x40813290 20 45 50 4f 43 b3 50 c1 ff ff ff ff ff ff ff ff | EPOC.P.........| +I (5810) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 3f 8c 4b 48 ff ff ff ff 00 00 |....?.?.KH......| +I (5820) RX_TASK: 0x408132b0 00 7d 5d 6f c1 ff ff ff ff ff ff ff ff ff ff c0 |.}]o............| +I (5830) RX_TASK: 0x408132c0 ff 3f 01 3f 8c 4b 48 ff ff ff ff 00 ff 00 82 24 |.?.?.KH........$| +I (5840) RX_TASK: 0x408132d0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 b3 50 c1 |.Symbian EPOC.P.| +I (5840) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c |............?.?.| +I (5850) RX_TASK: 0x408132f0 4b 48 ff ff ff ff 00 00 00 7d 5d 6f c1 ff ff ff |KH.......}]o....| +I (5860) RX_TASK: 0x40813300 ff ff ff ff ff ff ff c0 ff 3f 01 3f 8c 4b 48 ff |.........?.?.KH.| +I (5870) RX_TASK: 0x40813310 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (5880) RX_TASK: 0x40813320 20 45 50 4f 43 b3 50 c1 | EPOC.P.| +I (5890) RX_TASK: Starting to Parse: 248 +I (5890) RX_TASK:  +=== Packet 1 (offset 42, length 19) === + +I (5900) RX_TASK: Address: 0xFF +I (5900) RX_TASK: Command bit: 1 +I (5900) RX_TASK: Control: 0x3F +I (5910) RX_TASK: Control: P-XID +I (5910) RX_TASK: CRC: 0x5D6F +I (5910) RX_TASK: CRC Check: INVALID + +I (5910) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (5920) RX_TASK:  +ASCII: +.?.KH.......} + +I (5930) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (5930) PXID_TASK: Source Address: 0x3F8C4B48 +I (5940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5940) PXID_TASK: Discovery Flag: 0x00 +I (5950) PXID_TASK: Slot Number: 0x00 +I (5950) PXID_TASK: Version Number: 0x00 +00 7D +I (5950) RX_TASK:  +=== Packet 2 (offset 71, length 33) === + +I (5960) RX_TASK: Address: 0xFF +I (5960) RX_TASK: Command bit: 1 +I (5970) RX_TASK: Control: 0x3F +I (5970) RX_TASK: Control: P-XID +I (5970) RX_TASK: CRC: 0xB350 +I (5970) RX_TASK: CRC Check: INVALID + +I (5980) RX_TASK: Payload (27 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5990) RX_TASK:  +ASCII: +.?.KH........$.Symbian EPOC + +I (5990) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6010) PXID_TASK: Source Address: 0x3F8C4B48 +I (6010) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6010) PXID_TASK: Discovery Flag: 0x00 +I (6020) PXID_TASK: Slot Number: 0xFF +I (6020) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (6030) RX_TASK:  +=== Packet 3 (offset 114, length 19) === + +I (6030) RX_TASK: Address: 0xFF +I (6040) RX_TASK: Command bit: 1 +I (6040) RX_TASK: Control: 0x3F +I (6040) RX_TASK: Control: P-XID +I (6050) RX_TASK: CRC: 0x5D6F +I (6050) RX_TASK: CRC Check: INVALID + +I (6050) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (6060) RX_TASK:  +ASCII: +.?.KH.......} + +I (6060) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (6070) PXID_TASK: Source Address: 0x3F8C4B48 +I (6080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6080) PXID_TASK: Discovery Flag: 0x00 +I (6080) PXID_TASK: Slot Number: 0x00 +I (6090) PXID_TASK: Version Number: 0x00 +00 7D +I (6090) RX_TASK:  +=== Packet 4 (offset 143, length 33) === + +I (6100) RX_TASK: Address: 0xFF +I (6100) RX_TASK: Command bit: 1 +I (6100) RX_TASK: Control: 0x3F +I (6110) RX_TASK: Control: P-XID +I (6110) RX_TASK: CRC: 0xB350 +I (6110) RX_TASK: CRC Check: INVALID + +I (6120) RX_TASK: Payload (27 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6130) RX_TASK:  +ASCII: +.?.KH........$.Symbian EPOC + +I (6130) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6140) PXID_TASK: Source Address: 0x3F8C4B48 +I (6150) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6150) PXID_TASK: Discovery Flag: 0x00 +I (6160) PXID_TASK: Slot Number: 0xFF +I (6160) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (6170) RX_TASK:  +=== Packet 5 (offset 186, length 19) === + +I (6170) RX_TASK: Address: 0xFF +I (6180) RX_TASK: Command bit: 1 +I (6180) RX_TASK: Control: 0x3F +I (6180) RX_TASK: Control: P-XID +I (6180) RX_TASK: CRC: 0x5D6F +I (6190) RX_TASK: CRC Check: INVALID + +I (6190) RX_TASK: Payload (13 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (6200) RX_TASK:  +ASCII: +.?.KH.......} + +I (6200) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 3F 8C 4B 48 FF FF FF FF 00 00 00 7D +I (6210) PXID_TASK: Source Address: 0x3F8C4B48 +I (6210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6220) PXID_TASK: Discovery Flag: 0x00 +I (6220) PXID_TASK: Slot Number: 0x00 +I (6230) PXID_TASK: Version Number: 0x00 +00 7D +I (6230) RX_TASK:  +=== Packet 6 (offset 215, length 33) === + +I (6240) RX_TASK: Address: 0xFF +I (6240) RX_TASK: Command bit: 1 +I (6240) RX_TASK: Control: 0x3F +I (6240) RX_TASK: Control: P-XID +I (6250) RX_TASK: CRC: 0xB350 +I (6250) RX_TASK: CRC Check: INVALID + +I (6250) RX_TASK: Payload (27 bytes): +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6260) RX_TASK:  +ASCII: +.?.KH........$.Symbian EPOC + +I (6270) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3F 8C 4B 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6280) PXID_TASK: Source Address: 0x3F8C4B48 +I (6290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6290) PXID_TASK: Discovery Flag: 0x00 +I (6290) PXID_TASK: Slot Number: 0xFF +I (6300) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (36200) RX_TASK: Read 256 bytes: '�����������?���N����' +I (36200) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cc da 8d |...........?....| +I (36200) RX_TASK: 0x40813240 4e ff ff ff ff 00 00 00 fe ad c1 ff ff ff ff ff |N...............| +I (36210) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 cc da 8d 4e ff ff ff |.......?....N...| +I (36220) RX_TASK: 0x40813260 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (36230) RX_TASK: 0x40813270 50 4f 43 dd 8f c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (36240) RX_TASK: 0x40813280 c0 ff 3f 01 cc da 8d 4e ff ff ff ff 00 00 00 fe |..?....N........| +I (36250) RX_TASK: 0x40813290 ad c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (36250) RX_TASK: 0x408132a0 cc da 8d 4e ff ff ff ff 00 ff 00 82 24 00 53 79 |...N........$.Sy| +I (36260) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 dd 8f c1 ff ff ff |mbian EPOC......| +I (36270) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 cc da 8d 4e ff |.........?....N.| +I (36280) RX_TASK: 0x408132d0 ff ff ff 00 00 00 fe ad c1 ff ff ff ff ff ff ff |................| +I (36290) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 cc da 8d 4e ff ff ff ff 00 |.....?....N.....| +I (36300) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (36310) RX_TASK: 0x40813300 43 dd 8f c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (36320) RX_TASK: 0x40813310 3f 01 cc da 8d 4e ff ff ff ff 00 00 00 fe ad c1 |?....N..........| +I (36330) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cc da |............?...| +I (36330) RX_TASK: Starting to Parse: 256 +I (36340) RX_TASK:  +=== Packet 1 (offset 9, length 18) === + +I (36340) RX_TASK: Address: 0xFF +I (36350) RX_TASK: Command bit: 1 +I (36350) RX_TASK: Control: 0x3F +I (36350) RX_TASK: Control: P-XID +I (36350) RX_TASK: CRC: 0xFEAD +I (36360) RX_TASK: CRC Check: VALID + +I (36360) RX_TASK: Payload (12 bytes): +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36370) RX_TASK:  +ASCII: +....N....... + +I (36370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36380) PXID_TASK: Source Address: 0xCCDA8D4E +I (36380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36390) PXID_TASK: Discovery Flag: 0x00 +I (36390) PXID_TASK: Slot Number: 0x00 +I (36400) PXID_TASK: Version Number: 0x00 +00 +I (36400) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (36410) RX_TASK: Address: 0xFF +I (36410) RX_TASK: Command bit: 1 +I (36410) RX_TASK: Control: 0x3F +I (36410) RX_TASK: Control: P-XID +I (36420) RX_TASK: CRC: 0xDD8F +I (36420) RX_TASK: CRC Check: INVALID + +I (36420) RX_TASK: Payload (27 bytes): +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (36440) RX_TASK:  +ASCII: +....N........$.Symbian EPOC + +I (36440) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (36450) PXID_TASK: Source Address: 0xCCDA8D4E +I (36460) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36460) PXID_TASK: Discovery Flag: 0x00 +I (36470) PXID_TASK: Slot Number: 0xFF +I (36470) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (36480) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (36480) RX_TASK: Address: 0xFF +I (36490) RX_TASK: Command bit: 1 +I (36490) RX_TASK: Control: 0x3F +I (36490) RX_TASK: Control: P-XID +I (36490) RX_TASK: CRC: 0xFEAD +I (36500) RX_TASK: CRC Check: VALID + +I (36500) RX_TASK: Payload (12 bytes): +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36510) RX_TASK:  +ASCII: +....N....... + +I (36510) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36520) PXID_TASK: Source Address: 0xCCDA8D4E +I (36520) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36530) PXID_TASK: Discovery Flag: 0x00 +I (36530) PXID_TASK: Slot Number: 0x00 +I (36540) PXID_TASK: Version Number: 0x00 +00 +I (36540) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (36550) RX_TASK: Address: 0xFF +I (36550) RX_TASK: Command bit: 1 +I (36550) RX_TASK: Control: 0x3F +I (36550) RX_TASK: Control: P-XID +I (36560) RX_TASK: CRC: 0xDD8F +I (36560) RX_TASK: CRC Check: INVALID + +I (36560) RX_TASK: Payload (27 bytes): +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (36570) RX_TASK:  +ASCII: +....N........$.Symbian EPOC + +I (36580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (36590) PXID_TASK: Source Address: 0xCCDA8D4E +I (36600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36600) PXID_TASK: Discovery Flag: 0x00 +I (36600) PXID_TASK: Slot Number: 0xFF +I (36610) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (36620) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (36620) RX_TASK: Address: 0xFF +I (36630) RX_TASK: Command bit: 1 +I (36630) RX_TASK: Control: 0x3F +I (36630) RX_TASK: Control: P-XID +I (36630) RX_TASK: CRC: 0xFEAD +I (36640) RX_TASK: CRC Check: VALID + +I (36640) RX_TASK: Payload (12 bytes): +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36650) RX_TASK:  +ASCII: +....N....... + +I (36650) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36660) PXID_TASK: Source Address: 0xCCDA8D4E +I (36660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36670) PXID_TASK: Discovery Flag: 0x00 +I (36670) PXID_TASK: Slot Number: 0x00 +I (36680) PXID_TASK: Version Number: 0x00 +00 +I (36680) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (36690) RX_TASK: Address: 0xFF +I (36690) RX_TASK: Command bit: 1 +I (36690) RX_TASK: Control: 0x3F +I (36690) RX_TASK: Control: P-XID +I (36700) RX_TASK: CRC: 0xDD8F +I (36700) RX_TASK: CRC Check: INVALID + +I (36700) RX_TASK: Payload (27 bytes): +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (36710) RX_TASK:  +ASCII: +....N........$.Symbian EPOC + +I (36720) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (36730) PXID_TASK: Source Address: 0xCCDA8D4E +I (36740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36740) PXID_TASK: Discovery Flag: 0x00 +I (36740) PXID_TASK: Slot Number: 0xFF +I (36750) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (36760) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (36760) RX_TASK: Address: 0xFF +I (36760) RX_TASK: Command bit: 1 +I (36770) RX_TASK: Control: 0x3F +I (36770) RX_TASK: Control: P-XID +I (36770) RX_TASK: CRC: 0xFEAD +I (36780) RX_TASK: CRC Check: VALID + +I (36780) RX_TASK: Payload (12 bytes): +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36790) RX_TASK:  +ASCII: +....N....... + +I (36790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (36800) PXID_TASK: Source Address: 0xCCDA8D4E +I (36800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (36810) PXID_TASK: Discovery Flag: 0x00 +I (36810) PXID_TASK: Slot Number: 0x00 +I (36820) PXID_TASK: Version Number: 0x00 +00 +I (36820) RX_TASK: Unterminated packet at offset 250 + +I (37820) RX_TASK: Read 169 bytes: '�N����' +I (37820) RX_TASK: 0x40813230 8d 4e ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.N........$.Symb| +I (37820) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 dd 8f c1 ff ff ff ff ff |ian EPOC........| +I (37830) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 cc da 8d 4e ff ff ff |.......?....N...| +I (37830) RX_TASK: 0x40813260 ff 00 00 00 fe ad c1 ff ff ff ff ff ff ff ff ff |................| +I (37840) RX_TASK: 0x40813270 ff c0 ff 3f 01 cc da 8d 4e ff ff ff ff 00 ff 00 |...?....N.......| +I (37850) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 dd |.$.Symbian EPOC.| +I (37860) RX_TASK: 0x40813290 8f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (37870) RX_TASK: 0x408132a0 cc da 8d 4e ff ff ff ff 00 00 00 fe ad c1 ff ff |...N............| +I (37880) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cc da 8d 4e |..........?....N| +I (37890) RX_TASK: 0x408132c0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (37900) RX_TASK: 0x408132d0 6e 20 45 50 4f 43 dd 8f c1 |n EPOC...| +I (37900) RX_TASK: Starting to Parse: 169 +I (37910) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (37910) RX_TASK: Address: 0xFF +I (37920) RX_TASK: Command bit: 1 +I (37920) RX_TASK: Control: 0x3F +I (37920) RX_TASK: Control: P-XID +I (37930) RX_TASK: CRC: 0xFEAD +I (37930) RX_TASK: CRC Check: VALID + +I (37930) RX_TASK: Payload (12 bytes): +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (37940) RX_TASK:  +ASCII: +....N....... + +I (37940) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (37950) PXID_TASK: Source Address: 0xCCDA8D4E +I (37960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (37960) PXID_TASK: Discovery Flag: 0x00 +I (37960) PXID_TASK: Slot Number: 0x00 +I (37970) PXID_TASK: Version Number: 0x00 +00 +I (37970) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (37980) RX_TASK: Address: 0xFF +I (37980) RX_TASK: Command bit: 1 +I (37980) RX_TASK: Control: 0x3F +I (37990) RX_TASK: Control: P-XID +I (37990) RX_TASK: CRC: 0xDD8F +I (37990) RX_TASK: CRC Check: INVALID + +I (38000) RX_TASK: Payload (27 bytes): +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (38010) RX_TASK:  +ASCII: +....N........$.Symbian EPOC + +I (38010) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (38020) PXID_TASK: Source Address: 0xCCDA8D4E +I (38030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (38030) PXID_TASK: Discovery Flag: 0x00 +I (38040) PXID_TASK: Slot Number: 0xFF +I (38040) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +I (38050) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (38050) RX_TASK: Address: 0xFF +I (38060) RX_TASK: Command bit: 1 +I (38060) RX_TASK: Control: 0x3F +I (38060) RX_TASK: Control: P-XID +I (38070) RX_TASK: CRC: 0xFEAD +I (38070) RX_TASK: CRC Check: VALID + +I (38070) RX_TASK: Payload (12 bytes): +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (38080) RX_TASK:  +ASCII: +....N....... + +I (38080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CC DA 8D 4E FF FF FF FF 00 00 00 +I (38090) PXID_TASK: Source Address: 0xCCDA8D4E +I (38090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (38100) PXID_TASK: Discovery Flag: 0x00 +I (38100) PXID_TASK: Slot Number: 0x00 +I (38110) PXID_TASK: Version Number: 0x00 +00 +I (38110) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (38120) RX_TASK: Address: 0xFF +I (38120) RX_TASK: Command bit: 1 +I (38120) RX_TASK: Control: 0x3F +I (38130) RX_TASK: Control: P-XID +I (38130) RX_TASK: CRC: 0xDD8F +I (38130) RX_TASK: CRC Check: INVALID + +I (38140) RX_TASK: Payload (27 bytes): +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (38150) RX_TASK:  +ASCII: +....N........$.Symbian EPOC + +I (38150) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CC DA 8D 4E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (38160) PXID_TASK: Source Address: 0xCCDA8D4E +I (38170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (38170) PXID_TASK: Discovery Flag: 0x00 +I (38180) PXID_TASK: Slot Number: 0xFF +I (38180) PXID_TASK: Version Number: 0x00 +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + diff --git a/build/log/idf_py_stdout_output_31087 b/build/log/idf_py_stdout_output_31087 new file mode 100644 index 0000000..9ba3269 --- /dev/null +++ b/build/log/idf_py_stdout_output_31087 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:326:13: warning: 'tx_task' defined but not used [-Wunused-function] + 326 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d340 bytes. Smallest app partition is 0x100000 bytes. 0xd2cc0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_31215 b/build/log/idf_py_stdout_output_31215 new file mode 100644 index 0000000..a32883d --- /dev/null +++ b/build/log/idf_py_stdout_output_31215 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d340 bytes. Smallest app partition is 0x100000 bytes. 0xd2cc0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 509.9 kbit/s)... +Hash of data verified. +Compressed 185152 bytes to 94251... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9e1... (33 %) +Writing at 0x00021514... (50 %) +Writing at 0x000287ec... (66 %) +Writing at 0x00030a10... (83 %) +Writing at 0x000376d1... (100 %) +Wrote 185152 bytes (94251 compressed) at 0x00010000 in 1.6 seconds (effective 909.3 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 396.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_31233 b/build/log/idf_py_stdout_output_31233 new file mode 100644 index 0000000..0a28dab --- /dev/null +++ b/build/log/idf_py_stdout_output_31233 @@ -0,0 +1,312 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ee0h ( 40672) map +I (89) esp_image: segment 1: paddr=00019f08 vaddr=40800000 size=06110h ( 24848) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15b70h ( 88944) map +I (112) esp_image: segment 3: paddr=00035b98 vaddr=40806110 size=05fe8h ( 24552) load +I (119) esp_image: segment 4: paddr=0003bb88 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 59bcfcbc3... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4640) RX_TASK: Read 256 bytes: '������������?c�gc����' +I (4640) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 63 c3 |............?.c.| +I (4640) RX_TASK: 0x40813240 67 63 ff ff ff ff 00 00 00 ef 6b c1 ff ff ff ff |gc........k.....| +I (4650) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 63 c3 67 63 ff ff |........?.c.gc..| +I (4660) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4670) RX_TASK: 0x40813270 45 50 4f 43 cf ae c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (4680) RX_TASK: 0x40813280 ff c0 ff 3f 01 63 c3 67 63 ff ff ff ff 00 00 00 |...?.c.gc.......| +I (4680) RX_TASK: 0x40813290 ef 6b c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.k.............?| +I (4690) RX_TASK: 0x408132a0 01 63 c3 67 63 ff ff ff ff 00 ff 00 82 24 00 53 |.c.gc........$.S| +I (4700) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 cf ae c1 ff ff |ymbian EPOC.....| +I (4710) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 63 c3 67 63 |..........?.c.gc| +I (4720) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 ef 6b c1 ff ff ff ff ff ff |........k.......| +I (4730) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 63 c3 67 63 ff ff ff ff |......?.c.gc....| +I (4740) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (4750) RX_TASK: 0x40813300 4f 43 cf ae c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (4750) RX_TASK: 0x40813310 ff 3f 01 63 c3 67 63 ff ff ff ff 00 00 00 ef 6b |.?.c.gc........k| +I (4760) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 63 |.............?.c| +I (4770) RX_TASK: Starting to Parse: 256 +I (4780) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4780) RX_TASK: Address: 0xFF +I (4780) RX_TASK: Command bit: 1 +I (4790) RX_TASK: Control: 0x3F +I (4790) RX_TASK: Control: P-XID +I (4790) RX_TASK: CRC: 0xEF6B +I (4800) RX_TASK: CRC Check: VALID + +I (4800) RX_TASK: Payload (12 bytes): +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (4810) RX_TASK:  +ASCII: +.c.gc....... + +I (4810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (4820) PXID_TASK: Source Address: 0x63C36763 +I (4820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4830) PXID_TASK: Discovery Flag: 0x00 +I (4830) PXID_TASK: Slot Number: 0x00 +I (4830) PXID_TASK: Version Number: 0x00 + +I (4840) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4840) RX_TASK: Address: 0xFF +I (4840) RX_TASK: Command bit: 1 +I (4850) RX_TASK: Control: 0x3F +I (4850) RX_TASK: Control: P-XID +I (4850) RX_TASK: CRC: 0xCFAE +I (4860) RX_TASK: CRC Check: VALID + +I (4860) RX_TASK: Payload (27 bytes): +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4870) RX_TASK:  +ASCII: +.c.gc........$.Symbian EPOC + +I (4880) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4890) PXID_TASK: Source Address: 0x63C36763 +I (4890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4900) PXID_TASK: Discovery Flag: 0x00 +I (4900) PXID_TASK: Slot Number: 0xFF +I (4900) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (4910) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4920) RX_TASK: Address: 0xFF +I (4920) RX_TASK: Command bit: 1 +I (4920) RX_TASK: Control: 0x3F +I (4930) RX_TASK: Control: P-XID +I (4930) RX_TASK: CRC: 0xEF6B +I (4930) RX_TASK: CRC Check: VALID + +I (4930) RX_TASK: Payload (12 bytes): +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (4940) RX_TASK:  +ASCII: +.c.gc....... + +I (4950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (4950) PXID_TASK: Source Address: 0x63C36763 +I (4960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4960) PXID_TASK: Discovery Flag: 0x00 +I (4970) PXID_TASK: Slot Number: 0x00 +I (4970) PXID_TASK: Version Number: 0x00 + +I (4970) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (4980) RX_TASK: Address: 0xFF +I (4980) RX_TASK: Command bit: 1 +I (4980) RX_TASK: Control: 0x3F +I (4990) RX_TASK: Control: P-XID +I (4990) RX_TASK: CRC: 0xCFAE +I (4990) RX_TASK: CRC Check: VALID + +I (5000) RX_TASK: Payload (27 bytes): +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5010) RX_TASK:  +ASCII: +.c.gc........$.Symbian EPOC + +I (5010) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5020) PXID_TASK: Source Address: 0x63C36763 +I (5030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5030) PXID_TASK: Discovery Flag: 0x00 +I (5040) PXID_TASK: Slot Number: 0xFF +I (5040) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (5050) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (5050) RX_TASK: Address: 0xFF +I (5060) RX_TASK: Command bit: 1 +I (5060) RX_TASK: Control: 0x3F +I (5060) RX_TASK: Control: P-XID +I (5060) RX_TASK: CRC: 0xEF6B +I (5070) RX_TASK: CRC Check: VALID + +I (5070) RX_TASK: Payload (12 bytes): +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (5080) RX_TASK:  +ASCII: +.c.gc....... + +I (5080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (5090) PXID_TASK: Source Address: 0x63C36763 +I (5090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5100) PXID_TASK: Discovery Flag: 0x00 +I (5100) PXID_TASK: Slot Number: 0x00 +I (5110) PXID_TASK: Version Number: 0x00 + +I (5110) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (5110) RX_TASK: Address: 0xFF +I (5120) RX_TASK: Command bit: 1 +I (5120) RX_TASK: Control: 0x3F +I (5120) RX_TASK: Control: P-XID +I (5130) RX_TASK: CRC: 0xCFAE +I (5130) RX_TASK: CRC Check: VALID + +I (5130) RX_TASK: Payload (27 bytes): +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5140) RX_TASK:  +ASCII: +.c.gc........$.Symbian EPOC + +I (5150) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5160) PXID_TASK: Source Address: 0x63C36763 +I (5160) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5170) PXID_TASK: Discovery Flag: 0x00 +I (5170) PXID_TASK: Slot Number: 0xFF +I (5180) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (5180) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5190) RX_TASK: Address: 0xFF +I (5190) RX_TASK: Command bit: 1 +I (5200) RX_TASK: Control: 0x3F +I (5200) RX_TASK: Control: P-XID +I (5200) RX_TASK: CRC: 0xEF6B +I (5200) RX_TASK: CRC Check: VALID + +I (5210) RX_TASK: Payload (12 bytes): +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (5210) RX_TASK:  +ASCII: +.c.gc....... + +I (5220) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (5230) PXID_TASK: Source Address: 0x63C36763 +I (5230) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5230) PXID_TASK: Discovery Flag: 0x00 +I (5240) PXID_TASK: Slot Number: 0x00 +I (5240) PXID_TASK: Version Number: 0x00 + +I (5250) RX_TASK: Unterminated packet at offset 251 + +I (6250) RX_TASK: Read 125 bytes: '�gc����' +I (6250) RX_TASK: 0x40813230 c3 67 63 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.gc........$.Sym| +I (6250) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 cf ae c1 ff ff ff ff |bian EPOC.......| +I (6260) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 63 c3 67 63 ff ff |........?.c.gc..| +I (6260) RX_TASK: 0x40813260 ff ff 00 00 00 ef 6b c1 ff ff ff ff ff ff ff ff |......k.........| +I (6270) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 63 c3 67 63 ff ff ff ff 00 ff |....?.c.gc......| +I (6280) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (6290) RX_TASK: 0x40813290 cf ae c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6300) RX_TASK: 0x408132a0 01 63 c3 67 63 ff ff ff ff 00 00 00 ef |.c.gc........| +I (6310) RX_TASK: Starting to Parse: 125 +I (6310) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (6320) RX_TASK: Address: 0xFF +I (6320) RX_TASK: Command bit: 1 +I (6320) RX_TASK: Control: 0x3F +I (6330) RX_TASK: Control: P-XID +I (6330) RX_TASK: CRC: 0xEF6B +I (6330) RX_TASK: CRC Check: VALID + +I (6330) RX_TASK: Payload (12 bytes): +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (6340) RX_TASK:  +ASCII: +.c.gc....... + +I (6350) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 63 C3 67 63 FF FF FF FF 00 00 00 +I (6350) PXID_TASK: Source Address: 0x63C36763 +I (6360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6360) PXID_TASK: Discovery Flag: 0x00 +I (6370) PXID_TASK: Slot Number: 0x00 +I (6370) PXID_TASK: Version Number: 0x00 + +I (6370) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (6380) RX_TASK: Address: 0xFF +I (6380) RX_TASK: Command bit: 1 +I (6380) RX_TASK: Control: 0x3F +I (6390) RX_TASK: Control: P-XID +I (6390) RX_TASK: CRC: 0xCFAE +I (6390) RX_TASK: CRC Check: VALID + +I (6400) RX_TASK: Payload (27 bytes): +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6410) RX_TASK:  +ASCII: +.c.gc........$.Symbian EPOC + +I (6410) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 63 C3 67 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6420) PXID_TASK: Source Address: 0x63C36763 +I (6430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6430) PXID_TASK: Discovery Flag: 0x00 +I (6440) PXID_TASK: Slot Number: 0xFF +I (6440) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (6450) RX_TASK: Unterminated packet at offset 109 + diff --git a/build/log/idf_py_stdout_output_31243 b/build/log/idf_py_stdout_output_31243 new file mode 100644 index 0000000..d677187 --- /dev/null +++ b/build/log/idf_py_stdout_output_31243 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:334:13: warning: 'tx_task' defined but not used [-Wunused-function] + 334 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d370 bytes. Smallest app partition is 0x100000 bytes. 0xd2c90 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_31369 b/build/log/idf_py_stdout_output_31369 new file mode 100644 index 0000000..30087d8 --- /dev/null +++ b/build/log/idf_py_stdout_output_31369 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d370 bytes. Smallest app partition is 0x100000 bytes. 0xd2c90 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 509.8 kbit/s)... +Hash of data verified. +Compressed 185200 bytes to 94265... +Writing at 0x00010000... (16 %) +Writing at 0x0001a9dd... (33 %) +Writing at 0x00021514... (50 %) +Writing at 0x000287e9... (66 %) +Writing at 0x00030a28... (83 %) +Writing at 0x000376ec... (100 %) +Wrote 185200 bytes (94265 compressed) at 0x00010000 in 1.6 seconds (effective 904.5 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 417.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_31387 b/build/log/idf_py_stdout_output_31387 new file mode 100644 index 0000000..6df8a2c --- /dev/null +++ b/build/log/idf_py_stdout_output_31387 @@ -0,0 +1,327 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09ee0h ( 40672) map +I (89) esp_image: segment 1: paddr=00019f08 vaddr=40800000 size=06110h ( 24848) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15ba8h ( 89000) map +I (112) esp_image: segment 3: paddr=00035bd0 vaddr=40806110 size=05fe8h ( 24552) load +I (119) esp_image: segment 4: paddr=0003bbc0 vaddr=4080c100 size=01788h ( 6024) load +I (123) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 92de05c48... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (214) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5723550) RX_TASK: Read 256 bytes: '������������?�^�Q����' +I (5723550) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9b 5e |............?..^| +I (5723550) RX_TASK: 0x40813240 cf 51 ff ff ff ff 00 00 00 61 34 c1 ff ff ff ff |.Q.......a4.....| +I (5723560) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 9b 5e cf 51 ff ff |........?..^.Q..| +I (5723570) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5723580) RX_TASK: 0x40813270 45 50 4f 43 79 72 c1 ff ff ff ff ff ff ff ff ff |EPOCyr..........| +I (5723590) RX_TASK: 0x40813280 ff c0 ff 3f 01 9b 5e cf 51 ff ff ff ff 00 00 00 |...?..^.Q.......| +I (5723590) RX_TASK: 0x40813290 61 34 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |a4.............?| +I (5723600) RX_TASK: 0x408132a0 01 9b 5e cf 51 ff ff ff ff 00 ff 00 82 24 00 53 |..^.Q........$.S| +I (5723610) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 79 72 c1 ff ff |ymbian EPOCyr...| +I (5723620) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 9b 5e cf 51 |..........?..^.Q| +I (5723630) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 61 34 c1 ff ff ff ff ff ff |.......a4.......| +I (5723640) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 9b 5e cf 51 ff ff ff ff |......?..^.Q....| +I (5723650) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5723660) RX_TASK: 0x40813300 4f 43 79 72 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCyr............| +I (5723670) RX_TASK: 0x40813310 ff 3f 01 9b 5e cf 51 ff ff ff ff 00 00 00 61 34 |.?..^.Q.......a4| +I (5723680) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9b |.............?..| +I (5723690) RX_TASK: Starting to Parse: 256 +I (5723690) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5723690) RX_TASK: Address: 0xFF +I (5723700) RX_TASK: Command bit: 1 +I (5723700) RX_TASK: Control: 0x3F +I (5723700) RX_TASK: Control: P-XID +I (5723710) RX_TASK: CRC: 0x6134 +I (5723710) RX_TASK: CRC Check: VALID + +I (5723710) RX_TASK: Payload (12 bytes): +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5723720) RX_TASK:  +ASCII: +..^.Q....... + +I (5723730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5723730) PXID_TASK: Source Address: 0x9B5ECF51 +I (5723740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5723740) PXID_TASK: Discovery Flag: 0x00 +I (5723750) PXID_TASK: Slot Number: 0x00 +I (5723750) PXID_TASK: Version Number: 0x00 + + + +I (5723750) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (5723760) RX_TASK: Address: 0xFF +I (5723760) RX_TASK: Command bit: 1 +I (5723770) RX_TASK: Control: 0x3F +I (5723770) RX_TASK: Control: P-XID +I (5723770) RX_TASK: CRC: 0x7972 +I (5723780) RX_TASK: CRC Check: VALID + +I (5723780) RX_TASK: Payload (27 bytes): +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5723790) RX_TASK:  +ASCII: +..^.Q........$.Symbian EPOC + +I (5723800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5723810) PXID_TASK: Source Address: 0x9B5ECF51 +I (5723810) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5723820) PXID_TASK: Discovery Flag: 0x00 +I (5723820) PXID_TASK: Slot Number: 0xFF +I (5723830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5723830) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (5723840) RX_TASK: Address: 0xFF +I (5723840) RX_TASK: Command bit: 1 +I (5723850) RX_TASK: Control: 0x3F +I (5723850) RX_TASK: Control: P-XID +I (5723850) RX_TASK: CRC: 0x6134 +I (5723860) RX_TASK: CRC Check: VALID + +I (5723860) RX_TASK: Payload (12 bytes): +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5723870) RX_TASK:  +ASCII: +..^.Q....... + +I (5723870) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5723880) PXID_TASK: Source Address: 0x9B5ECF51 +I (5723880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5723890) PXID_TASK: Discovery Flag: 0x00 +I (5723890) PXID_TASK: Slot Number: 0x00 +I (5723900) PXID_TASK: Version Number: 0x00 + + + +I (5723900) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (5723910) RX_TASK: Address: 0xFF +I (5723910) RX_TASK: Command bit: 1 +I (5723910) RX_TASK: Control: 0x3F +I (5723920) RX_TASK: Control: P-XID +I (5723920) RX_TASK: CRC: 0x7972 +I (5723920) RX_TASK: CRC Check: VALID + +I (5723930) RX_TASK: Payload (27 bytes): +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5723940) RX_TASK:  +ASCII: +..^.Q........$.Symbian EPOC + +I (5723940) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5723950) PXID_TASK: Source Address: 0x9B5ECF51 +I (5723960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5723960) PXID_TASK: Discovery Flag: 0x00 +I (5723970) PXID_TASK: Slot Number: 0xFF +I (5723970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5723980) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (5723990) RX_TASK: Address: 0xFF +I (5723990) RX_TASK: Command bit: 1 +I (5723990) RX_TASK: Control: 0x3F +I (5724000) RX_TASK: Control: P-XID +I (5724000) RX_TASK: CRC: 0x6134 +I (5724000) RX_TASK: CRC Check: VALID + +I (5724010) RX_TASK: Payload (12 bytes): +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5724010) RX_TASK:  +ASCII: +..^.Q....... + +I (5724020) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5724030) PXID_TASK: Source Address: 0x9B5ECF51 +I (5724030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5724030) PXID_TASK: Discovery Flag: 0x00 +I (5724040) PXID_TASK: Slot Number: 0x00 +I (5724040) PXID_TASK: Version Number: 0x00 + + + +I (5724050) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (5724050) RX_TASK: Address: 0xFF +I (5724060) RX_TASK: Command bit: 1 +I (5724060) RX_TASK: Control: 0x3F +I (5724060) RX_TASK: Control: P-XID +I (5724060) RX_TASK: CRC: 0x7972 +I (5724070) RX_TASK: CRC Check: VALID + +I (5724070) RX_TASK: Payload (27 bytes): +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5724080) RX_TASK:  +ASCII: +..^.Q........$.Symbian EPOC + +I (5724090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5724100) PXID_TASK: Source Address: 0x9B5ECF51 +I (5724100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5724110) PXID_TASK: Discovery Flag: 0x00 +I (5724110) PXID_TASK: Slot Number: 0xFF +I (5724120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5724130) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5724130) RX_TASK: Address: 0xFF +I (5724140) RX_TASK: Command bit: 1 +I (5724140) RX_TASK: Control: 0x3F +I (5724140) RX_TASK: Control: P-XID +I (5724150) RX_TASK: CRC: 0x6134 +I (5724150) RX_TASK: CRC Check: VALID + +I (5724150) RX_TASK: Payload (12 bytes): +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5724160) RX_TASK:  +ASCII: +..^.Q....... + +I (5724160) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5724170) PXID_TASK: Source Address: 0x9B5ECF51 +I (5724180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5724180) PXID_TASK: Discovery Flag: 0x00 +I (5724180) PXID_TASK: Slot Number: 0x00 +I (5724190) PXID_TASK: Version Number: 0x00 + + + +I (5724190) RX_TASK: Unterminated packet at offset 251 + +I (5725200) RX_TASK: Read 99 bytes: '^�Q����' +I (5725200) RX_TASK: 0x40813230 5e cf 51 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |^.Q........$.Sym| +I (5725200) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 79 72 c1 ff ff ff ff |bian EPOCyr.....| +I (5725210) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 9b 5e cf 51 ff ff |........?..^.Q..| +I (5725220) RX_TASK: 0x40813260 ff ff 00 00 00 61 34 c1 ff ff ff ff ff ff ff ff |.....a4.........| +I (5725220) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 9b 5e cf 51 ff ff ff ff 00 ff |....?..^.Q......| +I (5725230) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (5725240) RX_TASK: 0x40813290 79 72 c1 |yr.| +I (5725250) RX_TASK: Starting to Parse: 99 +I (5725250) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (5725260) RX_TASK: Address: 0xFF +I (5725260) RX_TASK: Command bit: 1 +I (5725270) RX_TASK: Control: 0x3F +I (5725270) RX_TASK: Control: P-XID +I (5725270) RX_TASK: CRC: 0x6134 +I (5725280) RX_TASK: CRC Check: VALID + +I (5725280) RX_TASK: Payload (12 bytes): +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5725290) RX_TASK:  +ASCII: +..^.Q....... + +I (5725290) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9B 5E CF 51 FF FF FF FF 00 00 00 +I (5725300) PXID_TASK: Source Address: 0x9B5ECF51 +I (5725300) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5725310) PXID_TASK: Discovery Flag: 0x00 +I (5725310) PXID_TASK: Slot Number: 0x00 +I (5725320) PXID_TASK: Version Number: 0x00 + + + +I (5725320) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (5725330) RX_TASK: Address: 0xFF +I (5725330) RX_TASK: Command bit: 1 +I (5725330) RX_TASK: Control: 0x3F +I (5725330) RX_TASK: Control: P-XID +I (5725340) RX_TASK: CRC: 0x7972 +I (5725340) RX_TASK: CRC Check: VALID + +I (5725340) RX_TASK: Payload (27 bytes): +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5725360) RX_TASK:  +ASCII: +..^.Q........$.Symbian EPOC + +I (5725360) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9B 5E CF 51 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5725370) PXID_TASK: Source Address: 0x9B5ECF51 +I (5725380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5725380) PXID_TASK: Discovery Flag: 0x00 +I (5725390) PXID_TASK: Slot Number: 0xFF +I (5725390) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + diff --git a/build/log/idf_py_stdout_output_31557 b/build/log/idf_py_stdout_output_31557 new file mode 100644 index 0000000..8da2776 --- /dev/null +++ b/build/log/idf_py_stdout_output_31557 @@ -0,0 +1,30 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:175:12: error: 'destination_address' undeclared (first use in this function) + 175 | return destination_address; + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:175:12: note: each undeclared identifier is reported only once for each function it appears in +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:114:9: warning: unused variable 'packet_count' [-Wunused-variable] + 114 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:302:22: warning: unused variable 'destination_address' [-Wunused-variable] + 302 | uint32_t destination_address = parse_pxid_packets(payload, payload_len); + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:176:1: error: control reaches end of non-void function [-Werror=return-type] + 176 | } + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:336:13: warning: 'tx_task' defined but not used [-Wunused-function] + 336 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_31622 b/build/log/idf_py_stdout_output_31622 new file mode 100644 index 0000000..ab535ac --- /dev/null +++ b/build/log/idf_py_stdout_output_31622 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:304:22: warning: unused variable 'destination_address' [-Wunused-variable] + 304 | uint32_t destination_address = parse_pxid_packets(payload, payload_len); + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:338:13: warning: 'tx_task' defined but not used [-Wunused-function] + 338 | static void tx_task(void *arg) + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:177:12: error: 'destination_address' may be used uninitialized [-Werror=maybe-uninitialized] + 177 | return destination_address; + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:100:14: note: 'destination_address' was declared here + 100 | uint32_t destination_address; + | ^~~~~~~~~~~~~~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_31643 b/build/log/idf_py_stdout_output_31643 new file mode 100644 index 0000000..9c9b6d4 --- /dev/null +++ b/build/log/idf_py_stdout_output_31643 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:304:22: warning: unused variable 'destination_address' [-Wunused-variable] + 304 | uint32_t destination_address = parse_pxid_packets(payload, payload_len); + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:338:13: warning: 'tx_task' defined but not used [-Wunused-function] + 338 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d380 bytes. Smallest app partition is 0x100000 bytes. 0xd2c80 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_31789 b/build/log/idf_py_stdout_output_31789 new file mode 100644 index 0000000..3aebd0b --- /dev/null +++ b/build/log/idf_py_stdout_output_31789 @@ -0,0 +1,27 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:305:30: error: implicit declaration of function 'reply_to_pxid' [-Wimplicit-function-declaration] + 305 | uint8_t result = reply_to_pxid(destination_address); + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:320:9: error: conflicting types for 'reply_to_pxid'; have 'uint8_t(const uint8_t *)' {aka 'unsigned char(const unsigned char *)'} + 320 | uint8_t reply_to_pxid(const uint8_t* destination_address) { + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:305:30: note: previous implicit declaration of 'reply_to_pxid' with type 'int()' + 305 | uint8_t result = reply_to_pxid(destination_address); + | ^~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:358:13: warning: 'tx_task' defined but not used [-Wunused-function] + 358 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_31814 b/build/log/idf_py_stdout_output_31814 new file mode 100644 index 0000000..eee16c2 --- /dev/null +++ b/build/log/idf_py_stdout_output_31814 @@ -0,0 +1,26 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:316:44: error: passing argument 1 of 'reply_to_pxid' makes pointer from integer without a cast [-Wint-conversion] + 316 | uint8_t result = reply_to_pxid(destination_address); + | ^~~~~~~~~~~~~~~~~~~ + | | + | uint32_t {aka long unsigned int} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:180:38: note: expected 'const uint8_t *' {aka 'const unsigned char *'} but argument is of type 'uint32_t' {aka 'long unsigned int'} + 180 | uint8_t reply_to_pxid(const uint8_t* destination_address) { + | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:356:13: warning: 'tx_task' defined but not used [-Wunused-function] + 356 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_31835 b/build/log/idf_py_stdout_output_31835 new file mode 100644 index 0000000..9441a67 --- /dev/null +++ b/build/log/idf_py_stdout_output_31835 @@ -0,0 +1,26 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:316:44: error: passing argument 1 of 'reply_to_pxid' makes pointer from integer without a cast [-Wint-conversion] + 316 | uint8_t result = reply_to_pxid(destination_address); + | ^~~~~~~~~~~~~~~~~~~ + | | + | uint32_t {aka long unsigned int} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:180:39: note: expected 'const uint32_t *' {aka 'const long unsigned int *'} but argument is of type 'uint32_t' {aka 'long unsigned int'} + 180 | uint8_t reply_to_pxid(const uint32_t* destination_address) { + | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:356:13: warning: 'tx_task' defined but not used [-Wunused-function] + 356 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_31885 b/build/log/idf_py_stdout_output_31885 new file mode 100644 index 0000000..815da9e --- /dev/null +++ b/build/log/idf_py_stdout_output_31885 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:356:13: warning: 'tx_task' defined but not used [-Wunused-function] + 356 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d4c0 bytes. Smallest app partition is 0x100000 bytes. 0xd2b40 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_32013 b/build/log/idf_py_stdout_output_32013 new file mode 100644 index 0000000..3f0be3f --- /dev/null +++ b/build/log/idf_py_stdout_output_32013 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d4c0 bytes. Smallest app partition is 0x100000 bytes. 0xd2b40 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 511.3 kbit/s)... +Hash of data verified. +Compressed 185536 bytes to 94376... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa3a... (33 %) +Writing at 0x00021584... (50 %) +Writing at 0x00028849... (66 %) +Writing at 0x00030aa6... (83 %) +Writing at 0x0003778c... (100 %) +Wrote 185536 bytes (94376 compressed) at 0x00010000 in 1.6 seconds (effective 905.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_32031 b/build/log/idf_py_stdout_output_32031 new file mode 100644 index 0000000..24aa4a4 --- /dev/null +++ b/build/log/idf_py_stdout_output_32031 @@ -0,0 +1,31 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09f68h ( 40808) map +I (89) esp_image: segment 1: paddr=00019f90 vaddr=40800000 size=06088h ( 24712) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15c74h ( 89204) map +I (113) esp_image: segment 3: paddr=00035c9c vaddr=40806088 size=06070h ( 24688) load +I (119) esp_image: segment 4: paddr=0003bd14 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... diff --git a/build/log/idf_py_stdout_output_32040 b/build/log/idf_py_stdout_output_32040 new file mode 100644 index 0000000..49b20a9 --- /dev/null +++ b/build/log/idf_py_stdout_output_32040 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d4c0 bytes. Smallest app partition is 0x100000 bytes. 0xd2b40 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 509.8 kbit/s)... +Hash of data verified. +Compressed 185536 bytes to 94376... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa3a... (33 %) +Writing at 0x00021584... (50 %) +Writing at 0x00028849... (66 %) +Writing at 0x00030aa6... (83 %) +Writing at 0x0003778c... (100 %) +Wrote 185536 bytes (94376 compressed) at 0x00010000 in 1.7 seconds (effective 897.4 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_32058 b/build/log/idf_py_stdout_output_32058 new file mode 100644 index 0000000..01b276b --- /dev/null +++ b/build/log/idf_py_stdout_output_32058 @@ -0,0 +1,354 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09f68h ( 40808) map +I (89) esp_image: segment 1: paddr=00019f90 vaddr=40800000 size=06088h ( 24712) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15c74h ( 89204) map +I (113) esp_image: segment 3: paddr=00035c9c vaddr=40806088 size=06070h ( 24688) load +I (119) esp_image: segment 4: paddr=0003bd14 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (146) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (151) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 91c70ba56... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (225) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (13620) RX_TASK: Read 256 bytes: '������������?��jl����' +I (13620) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec cd |............?...| +I (13620) RX_TASK: 0x40813240 6a 6c ff ff ff ff 00 00 00 23 d8 c1 ff ff ff ff |jl.......#......| +I (13630) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff |........?...jl..| +I (13640) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (13650) RX_TASK: 0x40813270 45 50 4f 43 4b 05 c1 ff ff ff ff ff ff ff ff ff |EPOCK...........| +I (13660) RX_TASK: 0x40813280 ff c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 00 00 |...?...jl.......| +I (13660) RX_TASK: 0x40813290 23 d8 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |#.............?.| +I (13670) RX_TASK: 0x408132a0 ec cd 6a 6c ff ff ff ff 00 ff 00 82 24 00 53 79 |..jl........$.Sy| +I (13680) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 4b 05 c1 ff ff ff |mbian EPOCK.....| +I (13690) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c ff |.........?...jl.| +I (13700) RX_TASK: 0x408132d0 ff ff ff 00 00 00 23 d8 c1 ff ff ff ff ff ff ff |......#.........| +I (13710) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 |.....?...jl.....| +I (13720) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (13730) RX_TASK: 0x40813300 43 4b 05 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |CK..............| +I (13730) RX_TASK: 0x40813310 3f 01 ec cd 6a 6c ff ff ff ff 00 00 00 23 d8 c1 |?...jl.......#..| +I (13740) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec cd |............?...| +I (13750) RX_TASK: Starting to Parse: 256 +I (13760) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (13760) RX_TASK: Address: 0xFF +I (13760) RX_TASK: Command bit: 1 +I (13770) RX_TASK: Control: 0x3F +I (13770) RX_TASK: Control: P-XID +I (13770) RX_TASK: CRC: 0x23D8 +I (13780) RX_TASK: CRC Check: VALID + +I (13780) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (13790) RX_TASK:  +ASCII: +...jl....... + +I (13790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (13800) PXID_TASK: Source Address: 0xECCD6A6C +I (13800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (13810) PXID_TASK: Discovery Flag: 0x00 +I (13810) PXID_TASK: Slot Number: 0x00 +I (13810) PXID_TASK: Version Number: 0x00 + + + +I (13820) PXID REPLY: Construct reply packet +I (13820) PXID REPLY: Send reply packet +I (13830) RX_TASK: Send Success +I (13830) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (13840) RX_TASK: Address: 0xFF +I (13840) RX_TASK: Command bit: 1 +I (13840) RX_TASK: Control: 0x3F +I (13840) RX_TASK: Control: P-XID +I (13850) RX_TASK: CRC: 0x4B05 +I (13850) RX_TASK: CRC Check: VALID + +I (13850) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (13860) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (13870) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (13880) PXID_TASK: Source Address: 0xECCD6A6C +I (13890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (13890) PXID_TASK: Discovery Flag: 0x00 +I (13890) PXID_TASK: Slot Number: 0xFF +I (13900) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (13910) PXID REPLY: Construct reply packet +I (13910) PXID REPLY: Send reply packet +I (13910) RX_TASK: Send Success +I (13920) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (13920) RX_TASK: Address: 0xFF +I (13930) RX_TASK: Command bit: 1 +I (13930) RX_TASK: Control: 0x3F +I (13930) RX_TASK: Control: P-XID +I (13940) RX_TASK: CRC: 0x23D8 +I (13940) RX_TASK: CRC Check: VALID + +I (13940) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (13950) RX_TASK:  +ASCII: +...jl....... + +I (13950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (13960) PXID_TASK: Source Address: 0xECCD6A6C +I (13960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (13970) PXID_TASK: Discovery Flag: 0x00 +I (13970) PXID_TASK: Slot Number: 0x00 +I (13980) PXID_TASK: Version Number: 0x00 + + + +I (13980) PXID REPLY: Construct reply packet +I (13980) PXID REPLY: Send reply packet +I (13990) RX_TASK: Send Success +I (13990) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (14000) RX_TASK: Address: 0xFF +I (14000) RX_TASK: Command bit: 1 +I (14000) RX_TASK: Control: 0x3F +I (14010) RX_TASK: Control: P-XID +I (14010) RX_TASK: CRC: 0x4B05 +I (14010) RX_TASK: CRC Check: VALID + +I (14020) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (14030) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (14030) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (14040) PXID_TASK: Source Address: 0xECCD6A6C +I (14050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (14050) PXID_TASK: Discovery Flag: 0x00 +I (14060) PXID_TASK: Slot Number: 0xFF +I (14060) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (14070) PXID REPLY: Construct reply packet +I (14070) PXID REPLY: Send reply packet +I (14080) RX_TASK: Send Success +I (14080) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (14080) RX_TASK: Address: 0xFF +I (14090) RX_TASK: Command bit: 1 +I (14090) RX_TASK: Control: 0x3F +I (14090) RX_TASK: Control: P-XID +I (14100) RX_TASK: CRC: 0x23D8 +I (14100) RX_TASK: CRC Check: VALID + +I (14100) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (14110) RX_TASK:  +ASCII: +...jl....... + +I (14110) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (14120) PXID_TASK: Source Address: 0xECCD6A6C +I (14130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (14130) PXID_TASK: Discovery Flag: 0x00 +I (14130) PXID_TASK: Slot Number: 0x00 +I (14140) PXID_TASK: Version Number: 0x00 + + + +I (14140) PXID REPLY: Construct reply packet +I (14150) PXID REPLY: Send reply packet +I (14150) RX_TASK: Send Success +I (14150) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (14160) RX_TASK: Address: 0xFF +I (14160) RX_TASK: Command bit: 1 +I (14160) RX_TASK: Control: 0x3F +I (14170) RX_TASK: Control: P-XID +I (14170) RX_TASK: CRC: 0x4B05 +I (14170) RX_TASK: CRC Check: VALID + +I (14180) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (14190) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (14190) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (14200) PXID_TASK: Source Address: 0xECCD6A6C +I (14210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (14210) PXID_TASK: Discovery Flag: 0x00 +I (14220) PXID_TASK: Slot Number: 0xFF +I (14220) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (14230) PXID REPLY: Construct reply packet +I (14230) PXID REPLY: Send reply packet +I (14240) RX_TASK: Send Success +I (14240) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (14250) RX_TASK: Address: 0xFF +I (14250) RX_TASK: Command bit: 1 +I (14250) RX_TASK: Control: 0x3F +I (14260) RX_TASK: Control: P-XID +I (14260) RX_TASK: CRC: 0x23D8 +I (14260) RX_TASK: CRC Check: VALID + +I (14260) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (14270) RX_TASK:  +ASCII: +...jl....... + +I (14280) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (14280) PXID_TASK: Source Address: 0xECCD6A6C +I (14290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (14290) PXID_TASK: Discovery Flag: 0x00 +I (14300) PXID_TASK: Slot Number: 0x00 +I (14300) PXID_TASK: Version Number: 0x00 + + + +I (14300) PXID REPLY: Construct reply packet +I (14310) PXID REPLY: Send reply packet +I (14310) RX_TASK: Send Success +I (14310) RX_TASK: Unterminated packet at offset 250 + +I (15320) RX_TASK: Read 98 bytes: 'jl����' +I (15320) RX_TASK: 0x40813230 6a 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |jl........$.Symb| +I (15320) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 4b 05 c1 ff ff ff ff ff |ian EPOCK.......| +I (15330) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff ff |.......?...jl...| +I (15330) RX_TASK: 0x40813260 ff 00 00 00 23 d8 c1 ff ff ff ff ff ff ff ff ff |....#...........| +I (15340) RX_TASK: 0x40813270 ff c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 ff 00 |...?...jl.......| +I (15350) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 4b |.$.Symbian EPOCK| +I (15360) RX_TASK: 0x40813290 05 c1 |..| +I (15370) RX_TASK: Starting to Parse: 98 +I (15370) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (15380) RX_TASK: Address: 0xFF +I (15380) RX_TASK: Command bit: 1 +I (15380) RX_TASK: Control: 0x3F +I (15390) RX_TASK: Control: P-XID +I (15390) RX_TASK: CRC: 0x23D8 +I (15390) RX_TASK: CRC Check: VALID + +I (15400) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (15400) RX_TASK:  +ASCII: +...jl....... + +I (15410) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (15410) PXID_TASK: Source Address: 0xECCD6A6C +I (15420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (15420) PXID_TASK: Discovery Flag: 0x00 +I (15430) PXID_TASK: Slot Number: 0x00 +I (15430) PXID_TASK: Version Number: 0x00 + + + +I (15440) PXID REPLY: Construct reply packet +I (15440) PXID REPLY: Send reply packet +I (15440) RX_TASK: Send Success +I (15450) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (15450) RX_TASK: Address: 0xFF +I (15450) RX_TASK: Command bit: 1 +I (15460) RX_TASK: Control: 0x3F +I (15460) RX_TASK: Control: P-XID +I (15460) RX_TASK: CRC: 0x4B05 +I (15470) RX_TASK: CRC Check: VALID + +I (15470) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (15480) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (15490) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (15500) PXID_TASK: Source Address: 0xECCD6A6C +I (15500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (15510) PXID_TASK: Discovery Flag: 0x00 +I (15510) PXID_TASK: Slot Number: 0xFF +I (15510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (15520) PXID REPLY: Construct reply packet +I (15530) PXID REPLY: Send reply packet +I (15530) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_32187 b/build/log/idf_py_stdout_output_32187 new file mode 100644 index 0000000..05fdb99 --- /dev/null +++ b/build/log/idf_py_stdout_output_32187 @@ -0,0 +1,24 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:203:5: error: expected expression before '/' token + 203 | /Service Hint + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:185:13: warning: variable 'reply_packet' set but not used [-Wunused-but-set-variable] + 185 | uint8_t reply_packet[22]; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:384:13: warning: 'tx_task' defined but not used [-Wunused-function] + 384 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_32212 b/build/log/idf_py_stdout_output_32212 new file mode 100644 index 0000000..b5cbcca --- /dev/null +++ b/build/log/idf_py_stdout_output_32212 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:116:9: warning: unused variable 'packet_count' [-Wunused-variable] + 116 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:185:13: warning: variable 'reply_packet' set but not used [-Wunused-but-set-variable] + 185 | uint8_t reply_packet[22]; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:384:13: warning: 'tx_task' defined but not used [-Wunused-function] + 384 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d560 bytes. Smallest app partition is 0x100000 bytes. 0xd2aa0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_32341 b/build/log/idf_py_stdout_output_32341 new file mode 100644 index 0000000..91b9f00 --- /dev/null +++ b/build/log/idf_py_stdout_output_32341 @@ -0,0 +1,27 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:125:9: warning: unused variable 'packet_count' [-Wunused-variable] + 125 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:224:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 224 | sendData(TASK_TAG, reply_packet); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:387:13: warning: 'tx_task' defined but not used [-Wunused-function] + 387 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_32367 b/build/log/idf_py_stdout_output_32367 new file mode 100644 index 0000000..d4da250 --- /dev/null +++ b/build/log/idf_py_stdout_output_32367 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:125:9: warning: unused variable 'packet_count' [-Wunused-variable] + 125 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:387:13: warning: 'tx_task' defined but not used [-Wunused-function] + 387 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2da70 bytes. Smallest app partition is 0x100000 bytes. 0xd2590 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_32493 b/build/log/idf_py_stdout_output_32493 new file mode 100644 index 0000000..6bceca5 --- /dev/null +++ b/build/log/idf_py_stdout_output_32493 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2da70 bytes. Smallest app partition is 0x100000 bytes. 0xd2590 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.1 kbit/s)... +Hash of data verified. +Compressed 186992 bytes to 95096... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac8... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a0... (66 %) +Writing at 0x00030b99... (83 %) +Writing at 0x000378ab... (100 %) +Wrote 186992 bytes (95096 compressed) at 0x00010000 in 1.7 seconds (effective 906.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_32511 b/build/log/idf_py_stdout_output_32511 new file mode 100644 index 0000000..7fb263b --- /dev/null +++ b/build/log/idf_py_stdout_output_32511 @@ -0,0 +1,618 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16124h ( 90404) map +I (113) esp_image: segment 3: paddr=0003614c vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c2c4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 82bec9e20... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4840) RX_TASK: Read 256 bytes: '������������?�P�����' +I (4840) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c4 50 |............?..P| +I (4840) RX_TASK: 0x40813270 aa 19 ff ff ff ff 00 00 00 99 3e c1 ff ff ff ff |..........>.....| +I (4850) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 c4 50 aa 19 ff ff |........?..P....| +I (4860) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4870) RX_TASK: 0x408132a0 45 50 4f 43 46 7a c1 ff ff ff ff ff ff ff ff ff |EPOCFz..........| +I (4880) RX_TASK: 0x408132b0 ff c0 ff 3f 01 c4 50 aa 19 ff ff ff ff 00 00 00 |...?..P.........| +I (4890) RX_TASK: 0x408132c0 99 3e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.>.............?| +I (4890) RX_TASK: 0x408132d0 01 c4 50 aa 19 ff ff ff ff 00 ff 00 82 24 00 53 |..P..........$.S| +I (4900) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 46 7a c1 ff ff |ymbian EPOCFz...| +I (4910) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 c4 50 aa 19 |..........?..P..| +I (4920) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 99 3e c1 ff ff ff ff ff ff |........>.......| +I (4930) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 c4 50 aa 19 ff ff ff ff |......?..P......| +I (4940) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (4950) RX_TASK: 0x40813330 4f 43 46 7a c1 ff ff ff ff ff ff ff ff ff ff c0 |OCFz............| +I (4960) RX_TASK: 0x40813340 ff 3f 01 c4 50 aa 19 ff ff ff ff 00 00 00 99 3e |.?..P..........>| +I (4960) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c4 |.............?..| +I (4970) RX_TASK: Starting to Parse: 256 +I (4980) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4980) RX_TASK: Address: 0xFF +I (4990) RX_TASK: Command bit: 1 +I (4990) RX_TASK: Control: 0x3F +I (4990) RX_TASK: Control: P-XID +I (4990) RX_TASK: CRC: 0x993E +I (5000) RX_TASK: CRC Check: VALID + +I (5000) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5010) RX_TASK:  +ASCII: +..P......... + +I (5010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5020) PXID_TASK: Source Address: 0xC450AA19 +I (5020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5030) PXID_TASK: Discovery Flag: 0x00 +I (5030) PXID_TASK: Slot Number: 0x00 +I (5030) PXID_TASK: Version Number: 0x00 + + + +I (5040) PXID REPLY: Construct reply packet +I (5040) PXID REPLY: Send reply packet +I (5050) PXID REPLY: Wrote 13 bytes +I (5050) PXID REPLY: Sent reply packet +I (5050) RX_TASK: Send Success +I (5060) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (5060) RX_TASK: Address: 0xFF +I (5060) RX_TASK: Command bit: 1 +I (5070) RX_TASK: Control: 0x3F +I (5070) RX_TASK: Control: P-XID +I (5070) RX_TASK: CRC: 0x467A +I (5080) RX_TASK: CRC Check: VALID + +I (5080) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5090) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (5090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5110) PXID_TASK: Source Address: 0xC450AA19 +I (5110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5120) PXID_TASK: Discovery Flag: 0x00 +I (5120) PXID_TASK: Slot Number: 0xFF +I (5120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5130) PXID REPLY: Construct reply packet +I (5140) PXID REPLY: Send reply packet +I (5140) PXID REPLY: Wrote 13 bytes +I (5140) PXID REPLY: Sent reply packet +I (5150) RX_TASK: Send Success +I (5150) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (5150) RX_TASK: Address: 0xFF +I (5160) RX_TASK: Command bit: 1 +I (5160) RX_TASK: Control: 0x3F +I (5160) RX_TASK: Control: P-XID +I (5170) RX_TASK: CRC: 0x993E +I (5170) RX_TASK: CRC Check: VALID + +I (5170) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5180) RX_TASK:  +ASCII: +..P......... + +I (5180) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5190) PXID_TASK: Source Address: 0xC450AA19 +I (5190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5200) PXID_TASK: Discovery Flag: 0x00 +I (5200) PXID_TASK: Slot Number: 0x00 +I (5210) PXID_TASK: Version Number: 0x00 + + + +I (5210) PXID REPLY: Construct reply packet +I (5210) PXID REPLY: Send reply packet +I (5220) PXID REPLY: Wrote 13 bytes +I (5220) PXID REPLY: Sent reply packet +I (5220) RX_TASK: Send Success +I (5230) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (5230) RX_TASK: Address: 0xFF +I (5240) RX_TASK: Command bit: 1 +I (5240) RX_TASK: Control: 0x3F +I (5240) RX_TASK: Control: P-XID +I (5240) RX_TASK: CRC: 0x467A +I (5250) RX_TASK: CRC Check: VALID + +I (5250) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5260) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (5270) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5280) PXID_TASK: Source Address: 0xC450AA19 +I (5280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5290) PXID_TASK: Discovery Flag: 0x00 +I (5290) PXID_TASK: Slot Number: 0xFF +I (5290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5300) PXID REPLY: Construct reply packet +I (5310) PXID REPLY: Send reply packet +I (5310) PXID REPLY: Wrote 13 bytes +I (5310) PXID REPLY: Sent reply packet +I (5320) RX_TASK: Send Success +I (5320) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (5330) RX_TASK: Address: 0xFF +I (5330) RX_TASK: Command bit: 1 +I (5330) RX_TASK: Control: 0x3F +I (5330) RX_TASK: Control: P-XID +I (5340) RX_TASK: CRC: 0x993E +I (5340) RX_TASK: CRC Check: VALID + +I (5340) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5350) RX_TASK:  +ASCII: +..P......... + +I (5350) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5360) PXID_TASK: Source Address: 0xC450AA19 +I (5370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5370) PXID_TASK: Discovery Flag: 0x00 +I (5380) PXID_TASK: Slot Number: 0x00 +I (5380) PXID_TASK: Version Number: 0x00 + + + +I (5380) PXID REPLY: Construct reply packet +I (5390) PXID REPLY: Send reply packet +I (5390) PXID REPLY: Wrote 13 bytes +I (5390) PXID REPLY: Sent reply packet +I (5400) RX_TASK: Send Success +I (5400) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (5400) RX_TASK: Address: 0xFF +I (5410) RX_TASK: Command bit: 1 +I (5410) RX_TASK: Control: 0x3F +I (5410) RX_TASK: Control: P-XID +I (5420) RX_TASK: CRC: 0x467A +I (5420) RX_TASK: CRC Check: VALID + +I (5420) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5430) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (5440) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5450) PXID_TASK: Source Address: 0xC450AA19 +I (5450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5460) PXID_TASK: Discovery Flag: 0x00 +I (5460) PXID_TASK: Slot Number: 0xFF +I (5470) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5480) PXID REPLY: Construct reply packet +I (5480) PXID REPLY: Send reply packet +I (5480) PXID REPLY: Wrote 13 bytes +I (5490) PXID REPLY: Sent reply packet +I (5490) RX_TASK: Send Success +I (5490) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5500) RX_TASK: Address: 0xFF +I (5500) RX_TASK: Command bit: 1 +I (5500) RX_TASK: Control: 0x3F +I (5510) RX_TASK: Control: P-XID +I (5510) RX_TASK: CRC: 0x993E +I (5510) RX_TASK: CRC Check: VALID + +I (5520) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5520) RX_TASK:  +ASCII: +..P......... + +I (5530) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5530) PXID_TASK: Source Address: 0xC450AA19 +I (5540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5540) PXID_TASK: Discovery Flag: 0x00 +I (5550) PXID_TASK: Slot Number: 0x00 +I (5550) PXID_TASK: Version Number: 0x00 + + + +I (5550) PXID REPLY: Construct reply packet +I (5560) PXID REPLY: Send reply packet +I (5560) PXID REPLY: Wrote 13 bytes +I (5570) PXID REPLY: Sent reply packet +I (5570) RX_TASK: Send Success +I (5570) RX_TASK: Unterminated packet at offset 251 + +I (5650) RX_TASK: Read 256 bytes: 'P�����' +I (5650) RX_TASK: 0x40813260 50 aa 19 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |P..........$.Sym| +I (5650) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 46 7a c1 ff ff ff ff |bian EPOCFz.....| +I (5660) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 c4 50 aa 19 ff ff |........?..P....| +I (5670) RX_TASK: 0x40813290 ff ff 00 00 00 99 3e c1 ff ff ff ff ff ff ff ff |......>.........| +I (5680) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 c4 50 aa 19 ff ff ff ff 00 ff |....?..P........| +I (5690) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (5700) RX_TASK: 0x408132c0 46 7a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |Fz.............?| +I (5710) RX_TASK: 0x408132d0 01 c4 50 aa 19 ff ff ff ff 00 00 00 99 3e c1 ff |..P..........>..| +I (5710) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c4 50 aa |...........?..P.| +I (5720) RX_TASK: 0x408132f0 19 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (5730) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 46 7a c1 ff ff ff ff ff ff |an EPOCFz.......| +I (5740) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 c4 50 aa 19 ff ff ff ff |......?..P......| +I (5750) RX_TASK: 0x40813320 00 00 00 99 3e c1 ff ff ff ff ff ff ff ff ff ff |....>...........| +I (5760) RX_TASK: 0x40813330 c0 ff 3f 01 c4 50 aa 19 ff ff ff ff 00 ff 00 82 |..?..P..........| +I (5770) RX_TASK: 0x40813340 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 46 7a |$.Symbian EPOCFz| +I (5780) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c4 |.............?..| +I (5780) RX_TASK: Starting to Parse: 256 +I (5790) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (5790) RX_TASK: Address: 0xFF +I (5800) RX_TASK: Command bit: 1 +I (5800) RX_TASK: Control: 0x3F +I (5800) RX_TASK: Control: P-XID +I (5810) RX_TASK: CRC: 0x993E +I (5810) RX_TASK: CRC Check: VALID + +I (5810) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5820) RX_TASK:  +ASCII: +..P......... + +I (5820) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5830) PXID_TASK: Source Address: 0xC450AA19 +I (5830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5840) PXID_TASK: Discovery Flag: 0x00 +I (5840) PXID_TASK: Slot Number: 0x00 +I (5850) PXID_TASK: Version Number: 0x00 + + + +I (5850) PXID REPLY: Construct reply packet +I (5850) PXID REPLY: Send reply packet +I (5860) PXID REPLY: Wrote 13 bytes +I (5860) PXID REPLY: Sent reply packet +I (5860) RX_TASK: Send Success +I (5870) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (5870) RX_TASK: Address: 0xFF +I (5880) RX_TASK: Command bit: 1 +I (5880) RX_TASK: Control: 0x3F +I (5880) RX_TASK: Control: P-XID +I (5880) RX_TASK: CRC: 0x467A +I (5890) RX_TASK: CRC Check: VALID + +I (5890) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5900) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (5910) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5920) PXID_TASK: Source Address: 0xC450AA19 +I (5920) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5930) PXID_TASK: Discovery Flag: 0x00 +I (5930) PXID_TASK: Slot Number: 0xFF +I (5930) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5940) PXID REPLY: Construct reply packet +I (5950) PXID REPLY: Send reply packet +I (5950) PXID REPLY: Wrote 13 bytes +I (5950) PXID REPLY: Sent reply packet +I (5960) RX_TASK: Send Success +I (5960) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (5970) RX_TASK: Address: 0xFF +I (5970) RX_TASK: Command bit: 1 +I (5970) RX_TASK: Control: 0x3F +I (5970) RX_TASK: Control: P-XID +I (5980) RX_TASK: CRC: 0x993E +I (5980) RX_TASK: CRC Check: VALID + +I (5980) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (5990) RX_TASK:  +ASCII: +..P......... + +I (5990) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (6000) PXID_TASK: Source Address: 0xC450AA19 +I (6010) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6010) PXID_TASK: Discovery Flag: 0x00 +I (6010) PXID_TASK: Slot Number: 0x00 +I (6020) PXID_TASK: Version Number: 0x00 + + + +I (6020) PXID REPLY: Construct reply packet +I (6030) PXID REPLY: Send reply packet +I (6030) PXID REPLY: Wrote 13 bytes +I (6030) PXID REPLY: Sent reply packet +I (6040) RX_TASK: Send Success +I (6040) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (6040) RX_TASK: Address: 0xFF +I (6050) RX_TASK: Command bit: 1 +I (6050) RX_TASK: Control: 0x3F +I (6050) RX_TASK: Control: P-XID +I (6060) RX_TASK: CRC: 0x467A +I (6060) RX_TASK: CRC Check: VALID + +I (6060) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6070) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (6080) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6090) PXID_TASK: Source Address: 0xC450AA19 +I (6090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6100) PXID_TASK: Discovery Flag: 0x00 +I (6100) PXID_TASK: Slot Number: 0xFF +I (6110) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6120) PXID REPLY: Construct reply packet +I (6120) PXID REPLY: Send reply packet +I (6120) PXID REPLY: Wrote 13 bytes +I (6130) PXID REPLY: Sent reply packet +I (6130) RX_TASK: Send Success +I (6130) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (6140) RX_TASK: Address: 0xFF +I (6140) RX_TASK: Command bit: 1 +I (6140) RX_TASK: Control: 0x3F +I (6150) RX_TASK: Control: P-XID +I (6150) RX_TASK: CRC: 0x993E +I (6150) RX_TASK: CRC Check: VALID + +I (6160) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (6160) RX_TASK:  +ASCII: +..P......... + +I (6170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (6170) PXID_TASK: Source Address: 0xC450AA19 +I (6180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6180) PXID_TASK: Discovery Flag: 0x00 +I (6190) PXID_TASK: Slot Number: 0x00 +I (6190) PXID_TASK: Version Number: 0x00 + + + +I (6190) PXID REPLY: Construct reply packet +I (6200) PXID REPLY: Send reply packet +I (6200) PXID REPLY: Wrote 13 bytes +I (6200) PXID REPLY: Sent reply packet +I (6210) RX_TASK: Send Success +I (6210) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (6220) RX_TASK: Address: 0xFF +I (6220) RX_TASK: Command bit: 1 +I (6220) RX_TASK: Control: 0x3F +I (6220) RX_TASK: Control: P-XID +I (6230) RX_TASK: CRC: 0x467A +I (6230) RX_TASK: CRC Check: VALID + +I (6230) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6240) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (6250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6260) PXID_TASK: Source Address: 0xC450AA19 +I (6270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6270) PXID_TASK: Discovery Flag: 0x00 +I (6270) PXID_TASK: Slot Number: 0xFF +I (6280) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6290) PXID REPLY: Construct reply packet +I (6290) PXID REPLY: Send reply packet +I (6290) PXID REPLY: Wrote 13 bytes +I (6300) PXID REPLY: Sent reply packet +I (6300) RX_TASK: Send Success +I (6300) RX_TASK: Unterminated packet at offset 251 + +I (7310) RX_TASK: Read 127 bytes: 'P�����' +I (7310) RX_TASK: 0x40813260 50 aa 19 ff ff ff ff 00 00 00 99 3e c1 ff ff ff |P..........>....| +I (7310) RX_TASK: 0x40813270 ff ff ff ff ff ff ff c0 ff 3f 01 c4 50 aa 19 ff |.........?..P...| +I (7320) RX_TASK: 0x40813280 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (7320) RX_TASK: 0x40813290 20 45 50 4f 43 46 7a c1 ff ff ff ff ff ff ff ff | EPOCFz.........| +I (7330) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 c4 50 aa 19 ff ff ff ff 00 00 |....?..P........| +I (7340) RX_TASK: 0x408132b0 00 99 3e c1 ff ff ff ff ff ff ff ff ff ff c0 ff |..>.............| +I (7350) RX_TASK: 0x408132c0 3f 01 c4 50 aa 19 ff ff ff ff 00 ff 00 82 24 00 |?..P..........$.| +I (7360) RX_TASK: 0x408132d0 53 79 6d 62 69 61 6e 20 45 50 4f 43 46 7a c1 |Symbian EPOCFz.| +I (7370) RX_TASK: Starting to Parse: 127 +I (7370) RX_TASK:  +=== Packet 1 (offset 23, length 33) === + +I (7380) RX_TASK: Address: 0xFF +I (7380) RX_TASK: Command bit: 1 +I (7380) RX_TASK: Control: 0x3F +I (7390) RX_TASK: Control: P-XID +I (7390) RX_TASK: CRC: 0x467A +I (7390) RX_TASK: CRC Check: VALID + +I (7390) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7410) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (7410) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7420) PXID_TASK: Source Address: 0xC450AA19 +I (7430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7430) PXID_TASK: Discovery Flag: 0x00 +I (7440) PXID_TASK: Slot Number: 0xFF +I (7440) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7450) PXID REPLY: Construct reply packet +I (7450) PXID REPLY: Send reply packet +I (7460) PXID REPLY: Wrote 13 bytes +I (7460) PXID REPLY: Sent reply packet +I (7460) RX_TASK: Send Success +I (7460) RX_TASK:  +=== Packet 2 (offset 66, length 18) === + +I (7470) RX_TASK: Address: 0xFF +I (7470) RX_TASK: Command bit: 1 +I (7480) RX_TASK: Control: 0x3F +I (7480) RX_TASK: Control: P-XID +I (7480) RX_TASK: CRC: 0x993E +I (7480) RX_TASK: CRC Check: VALID + +I (7490) RX_TASK: Payload (12 bytes): +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (7490) RX_TASK:  +ASCII: +..P......... + +I (7500) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C4 50 AA 19 FF FF FF FF 00 00 00 +I (7510) PXID_TASK: Source Address: 0xC450AA19 +I (7510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7520) PXID_TASK: Discovery Flag: 0x00 +I (7520) PXID_TASK: Slot Number: 0x00 +I (7520) PXID_TASK: Version Number: 0x00 + + + +I (7530) PXID REPLY: Construct reply packet +I (7530) PXID REPLY: Send reply packet +I (7530) PXID REPLY: Wrote 13 bytes +I (7540) PXID REPLY: Sent reply packet +I (7540) RX_TASK: Send Success +I (7540) RX_TASK:  +=== Packet 3 (offset 94, length 33) === + +I (7550) RX_TASK: Address: 0xFF +I (7550) RX_TASK: Command bit: 1 +I (7550) RX_TASK: Control: 0x3F +I (7560) RX_TASK: Control: P-XID +I (7560) RX_TASK: CRC: 0x467A +I (7560) RX_TASK: CRC Check: VALID + +I (7570) RX_TASK: Payload (27 bytes): +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7580) RX_TASK:  +ASCII: +..P..........$.Symbian EPOC + +I (7580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C4 50 AA 19 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7590) PXID_TASK: Source Address: 0xC450AA19 +I (7600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7600) PXID_TASK: Discovery Flag: 0x00 +I (7610) PXID_TASK: Slot Number: 0xFF +I (7610) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7620) PXID REPLY: Construct reply packet +I (7620) PXID REPLY: Send reply packet +I (7630) PXID REPLY: Wrote 13 bytes +I (7630) PXID REPLY: Sent reply packet +I (7630) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_32523 b/build/log/idf_py_stdout_output_32523 new file mode 100644 index 0000000..5201601 --- /dev/null +++ b/build/log/idf_py_stdout_output_32523 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:393:13: warning: 'tx_task' defined but not used [-Wunused-function] + 393 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2daa0 bytes. Smallest app partition is 0x100000 bytes. 0xd2560 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_32650 b/build/log/idf_py_stdout_output_32650 new file mode 100644 index 0000000..7064e42 --- /dev/null +++ b/build/log/idf_py_stdout_output_32650 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2daa0 bytes. Smallest app partition is 0x100000 bytes. 0xd2560 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 505.4 kbit/s)... +Hash of data verified. +Compressed 187040 bytes to 95123... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac8... (33 %) +Writing at 0x000215d8... (50 %) +Writing at 0x000288a1... (66 %) +Writing at 0x00030bb1... (83 %) +Writing at 0x000378bb... (100 %) +Wrote 187040 bytes (95123 compressed) at 0x00010000 in 1.7 seconds (effective 904.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_32668 b/build/log/idf_py_stdout_output_32668 new file mode 100644 index 0000000..a13cd13 --- /dev/null +++ b/build/log/idf_py_stdout_output_32668 @@ -0,0 +1,601 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16154h ( 90452) map +I (113) esp_image: segment 3: paddr=0003617c vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c2f4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 852e1c1a1... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4990) RX_TASK: Read 256 bytes: '������������?0��<����' +I (4990) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 30 bf |............?.0.| +I (5000) RX_TASK: 0x40813270 ce 3c ff ff ff ff 00 00 00 d7 51 c1 ff ff ff ff |.<........Q.....| +I (5010) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 30 bf ce 3c ff ff |........?.0..<..| +I (5010) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5020) RX_TASK: 0x408132a0 45 50 4f 43 5f 71 c1 ff ff ff ff ff ff ff ff ff |EPOC_q..........| +I (5030) RX_TASK: 0x408132b0 ff c0 ff 3f 01 30 bf ce 3c ff ff ff ff 00 00 00 |...?.0..<.......| +I (5040) RX_TASK: 0x408132c0 d7 51 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.Q.............?| +I (5050) RX_TASK: 0x408132d0 01 30 bf ce 3c ff ff ff ff 00 ff 00 82 24 00 53 |.0..<........$.S| +I (5060) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 5f 71 c1 ff ff |ymbian EPOC_q...| +I (5070) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 30 bf ce 3c |..........?.0..<| +I (5080) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 d7 51 c1 ff ff ff ff ff ff |........Q.......| +I (5080) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 30 bf ce 3c ff ff ff ff |......?.0..<....| +I (5090) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5100) RX_TASK: 0x40813330 4f 43 5f 71 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC_q............| +I (5110) RX_TASK: 0x40813340 ff 3f 01 30 bf ce 3c ff ff ff ff 00 00 00 d7 51 |.?.0..<........Q| +I (5120) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 30 |.............?.0| +I (5130) RX_TASK: Starting to Parse: 256 +I (5130) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5140) RX_TASK: Address: 0xFF +I (5140) RX_TASK: Command bit: 1 +I (5140) RX_TASK: Control: 0x3F +I (5150) RX_TASK: Control: P-XID +I (5150) RX_TASK: CRC: 0xD751 +I (5150) RX_TASK: CRC Check: VALID + +I (5160) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5160) RX_TASK:  +ASCII: +.0..<....... + +I (5170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5170) PXID_TASK: Source Address: 0x30BFCE3C +I (5180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5180) PXID_TASK: Discovery Flag: 0x00 +I (5190) PXID_TASK: Slot Number: 0x00 +I (5190) PXID_TASK: Version Number: 0x00 + + + +I (5190) PXID REPLY: Construct reply packet +I (5200) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5200) PXID REPLY: Wrote 13 bytes +I (5210) PXID REPLY: Sent reply packet +I (5210) RX_TASK: Send Success +I (5210) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (5220) RX_TASK: Address: 0xFF +I (5220) RX_TASK: Command bit: 1 +I (5230) RX_TASK: Control: 0x3F +I (5230) RX_TASK: Control: P-XID +I (5230) RX_TASK: CRC: 0x5F71 +I (5230) RX_TASK: CRC Check: VALID + +I (5240) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5250) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (5250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5270) PXID_TASK: Source Address: 0x30BFCE3C +I (5270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5270) PXID_TASK: Discovery Flag: 0x00 +I (5280) PXID_TASK: Slot Number: 0xFF +I (5280) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5290) PXID REPLY: Construct reply packet +I (5290) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5300) PXID REPLY: Wrote 13 bytes +I (5300) PXID REPLY: Sent reply packet +I (5310) RX_TASK: Send Success +I (5310) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (5320) RX_TASK: Address: 0xFF +I (5320) RX_TASK: Command bit: 1 +I (5320) RX_TASK: Control: 0x3F +I (5330) RX_TASK: Control: P-XID +I (5330) RX_TASK: CRC: 0xD751 +I (5330) RX_TASK: CRC Check: VALID + +I (5330) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5340) RX_TASK:  +ASCII: +.0..<....... + +I (5340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5350) PXID_TASK: Source Address: 0x30BFCE3C +I (5360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5360) PXID_TASK: Discovery Flag: 0x00 +I (5370) PXID_TASK: Slot Number: 0x00 +I (5370) PXID_TASK: Version Number: 0x00 + + + +I (5370) PXID REPLY: Construct reply packet +I (5380) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5380) PXID REPLY: Wrote 13 bytes +I (5390) PXID REPLY: Sent reply packet +I (5390) RX_TASK: Send Success +I (5390) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (5400) RX_TASK: Address: 0xFF +I (5400) RX_TASK: Command bit: 1 +I (5400) RX_TASK: Control: 0x3F +I (5410) RX_TASK: Control: P-XID +I (5410) RX_TASK: CRC: 0x5F71 +I (5410) RX_TASK: CRC Check: VALID + +I (5420) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5430) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (5430) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5440) PXID_TASK: Source Address: 0x30BFCE3C +I (5450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5450) PXID_TASK: Discovery Flag: 0x00 +I (5460) PXID_TASK: Slot Number: 0xFF +I (5460) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5470) PXID REPLY: Construct reply packet +I (5470) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5480) PXID REPLY: Wrote 13 bytes +I (5480) PXID REPLY: Sent reply packet +I (5490) RX_TASK: Send Success +I (5490) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (5500) RX_TASK: Address: 0xFF +I (5500) RX_TASK: Command bit: 1 +I (5500) RX_TASK: Control: 0x3F +I (5500) RX_TASK: Control: P-XID +I (5510) RX_TASK: CRC: 0xD751 +I (5510) RX_TASK: CRC Check: VALID + +I (5510) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5520) RX_TASK:  +ASCII: +.0..<....... + +I (5520) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5530) PXID_TASK: Source Address: 0x30BFCE3C +I (5540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5540) PXID_TASK: Discovery Flag: 0x00 +I (5540) PXID_TASK: Slot Number: 0x00 +I (5550) PXID_TASK: Version Number: 0x00 + + + +I (5550) PXID REPLY: Construct reply packet +I (5560) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5560) PXID REPLY: Wrote 13 bytes +I (5570) PXID REPLY: Sent reply packet +I (5570) RX_TASK: Send Success +I (5570) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (5580) RX_TASK: Address: 0xFF +I (5580) RX_TASK: Command bit: 1 +I (5580) RX_TASK: Control: 0x3F +I (5590) RX_TASK: Control: P-XID +I (5590) RX_TASK: CRC: 0x5F71 +I (5590) RX_TASK: CRC Check: VALID + +I (5600) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5610) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (5610) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5620) PXID_TASK: Source Address: 0x30BFCE3C +I (5630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5630) PXID_TASK: Discovery Flag: 0x00 +I (5640) PXID_TASK: Slot Number: 0xFF +I (5640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5650) PXID REPLY: Construct reply packet +I (5650) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5660) PXID REPLY: Wrote 13 bytes +I (5660) PXID REPLY: Sent reply packet +I (5670) RX_TASK: Send Success +I (5670) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5670) RX_TASK: Address: 0xFF +I (5680) RX_TASK: Command bit: 1 +I (5680) RX_TASK: Control: 0x3F +I (5680) RX_TASK: Control: P-XID +I (5690) RX_TASK: CRC: 0xD751 +I (5690) RX_TASK: CRC Check: VALID + +I (5690) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5700) RX_TASK:  +ASCII: +.0..<....... + +I (5700) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5710) PXID_TASK: Source Address: 0x30BFCE3C +I (5720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5720) PXID_TASK: Discovery Flag: 0x00 +I (5720) PXID_TASK: Slot Number: 0x00 +I (5730) PXID_TASK: Version Number: 0x00 + + + +I (5730) PXID REPLY: Construct reply packet +I (5730) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (5740) PXID REPLY: Wrote 13 bytes +I (5740) PXID REPLY: Sent reply packet +I (5750) RX_TASK: Send Success +I (5750) RX_TASK: Unterminated packet at offset 251 + +I (5810) RX_TASK: Read 256 bytes: '��<����' +I (5810) RX_TASK: 0x40813260 bf ce 3c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..<........$.Sym| +I (5810) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 5f 71 c1 ff ff ff ff |bian EPOC_q.....| +I (5820) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 30 bf ce 3c ff ff |........?.0..<..| +I (5830) RX_TASK: 0x40813290 ff ff 00 00 00 d7 51 c1 ff ff ff ff ff ff ff ff |......Q.........| +I (5840) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 30 bf ce 3c ff ff ff ff 00 ff |....?.0..<......| +I (5840) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (5850) RX_TASK: 0x408132c0 5f 71 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |_q.............?| +I (5860) RX_TASK: 0x408132d0 01 30 bf ce 3c ff ff ff ff 00 00 00 d7 51 c1 ff |.0..<........Q..| +I (5870) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 30 bf ce 3c |..........?.0..<| +I (5880) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (5890) RX_TASK: 0x40813300 6e 20 45 50 4f 43 5f 71 c1 ff ff ff ff ff ff ff |n EPOC_q........| +I (5900) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 30 bf ce 3c ff ff ff ff 00 |.....?.0..<.....| +I (5910) RX_TASK: 0x40813320 00 00 d7 51 c1 ff ff ff ff ff ff ff ff ff ff c0 |...Q............| +I (5910) RX_TASK: 0x40813330 ff 3f 01 30 bf ce 3c ff ff ff ff 00 ff 00 82 24 |.?.0..<........$| +I (5920) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 5f 71 c1 |.Symbian EPOC_q.| +I (5930) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 30 bf |............?.0.| +I (5940) RX_TASK: Starting to Parse: 256 +I (5940) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (5950) RX_TASK: Address: 0xFF +I (5950) RX_TASK: Command bit: 1 +I (5950) RX_TASK: Control: 0x3F +I (5960) RX_TASK: Control: P-XID +I (5960) RX_TASK: CRC: 0xD751 +I (5960) RX_TASK: CRC Check: VALID + +I (5970) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5970) RX_TASK:  +ASCII: +.0..<....... + +I (5980) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (5990) PXID_TASK: Source Address: 0x30BFCE3C +I (5990) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5990) PXID_TASK: Discovery Flag: 0x00 +I (6000) PXID_TASK: Slot Number: 0x00 +I (6000) PXID_TASK: Version Number: 0x00 + + + +I (6010) PXID REPLY: Construct reply packet +I (6010) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (6020) PXID REPLY: Wrote 13 bytes +I (6020) PXID REPLY: Sent reply packet +I (6020) RX_TASK: Send Success +I (6030) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (6030) RX_TASK: Address: 0xFF +I (6030) RX_TASK: Command bit: 1 +I (6040) RX_TASK: Control: 0x3F +I (6040) RX_TASK: Control: P-XID +I (6040) RX_TASK: CRC: 0x5F71 +I (6050) RX_TASK: CRC Check: VALID + +I (6050) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6060) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (6070) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6080) PXID_TASK: Source Address: 0x30BFCE3C +I (6080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6090) PXID_TASK: Discovery Flag: 0x00 +I (6090) PXID_TASK: Slot Number: 0xFF +I (6090) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6100) PXID REPLY: Construct reply packet +I (6110) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (6110) PXID REPLY: Wrote 13 bytes +I (6120) PXID REPLY: Sent reply packet +I (6120) RX_TASK: Send Success +I (6120) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (6130) RX_TASK: Address: 0xFF +I (6130) RX_TASK: Command bit: 1 +I (6130) RX_TASK: Control: 0x3F +I (6140) RX_TASK: Control: P-XID +I (6140) RX_TASK: CRC: 0xD751 +I (6140) RX_TASK: CRC Check: VALID + +I (6150) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (6150) RX_TASK:  +ASCII: +.0..<....... + +I (6160) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (6160) PXID_TASK: Source Address: 0x30BFCE3C +I (6170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6170) PXID_TASK: Discovery Flag: 0x00 +I (6180) PXID_TASK: Slot Number: 0x00 +I (6180) PXID_TASK: Version Number: 0x00 + + + +I (6180) PXID REPLY: Construct reply packet +I (6190) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (6200) PXID REPLY: Wrote 13 bytes +I (6200) PXID REPLY: Sent reply packet +I (6200) RX_TASK: Send Success +I (6200) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (6210) RX_TASK: Address: 0xFF +I (6210) RX_TASK: Command bit: 1 +I (6220) RX_TASK: Control: 0x3F +I (6220) RX_TASK: Control: P-XID +I (6220) RX_TASK: CRC: 0x5F71 +I (6220) RX_TASK: CRC Check: VALID + +I (6230) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6240) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (6240) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6260) PXID_TASK: Source Address: 0x30BFCE3C +I (6260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6260) PXID_TASK: Discovery Flag: 0x00 +I (6270) PXID_TASK: Slot Number: 0xFF +I (6270) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6280) PXID REPLY: Construct reply packet +I (6290) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (6290) PXID REPLY: Wrote 13 bytes +I (6300) PXID REPLY: Sent reply packet +I (6300) RX_TASK: Send Success +I (6300) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (6310) RX_TASK: Address: 0xFF +I (6310) RX_TASK: Command bit: 1 +I (6310) RX_TASK: Control: 0x3F +I (6320) RX_TASK: Control: P-XID +I (6320) RX_TASK: CRC: 0xD751 +I (6320) RX_TASK: CRC Check: VALID + +I (6330) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (6330) RX_TASK:  +ASCII: +.0..<....... + +I (6340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (6340) PXID_TASK: Source Address: 0x30BFCE3C +I (6350) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6350) PXID_TASK: Discovery Flag: 0x00 +I (6360) PXID_TASK: Slot Number: 0x00 +I (6360) PXID_TASK: Version Number: 0x00 + + + +I (6360) PXID REPLY: Construct reply packet +I (6370) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (6370) PXID REPLY: Wrote 13 bytes +I (6380) PXID REPLY: Sent reply packet +I (6380) RX_TASK: Send Success +I (6380) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (6390) RX_TASK: Address: 0xFF +I (6390) RX_TASK: Command bit: 1 +I (6400) RX_TASK: Control: 0x3F +I (6400) RX_TASK: Control: P-XID +I (6400) RX_TASK: CRC: 0x5F71 +I (6400) RX_TASK: CRC Check: VALID + +I (6410) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6420) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (6420) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6440) PXID_TASK: Source Address: 0x30BFCE3C +I (6440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6440) PXID_TASK: Discovery Flag: 0x00 +I (6450) PXID_TASK: Slot Number: 0xFF +I (6450) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6460) PXID REPLY: Construct reply packet +I (6460) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (6470) PXID REPLY: Wrote 13 bytes +I (6470) PXID REPLY: Sent reply packet +I (6480) RX_TASK: Send Success +I (6480) RX_TASK: Unterminated packet at offset 250 + +I (7490) RX_TASK: Read 109 bytes: '�<����' +I (7490) RX_TASK: 0x40813260 ce 3c ff ff ff ff 00 00 00 d7 51 c1 ff ff ff ff |.<........Q.....| +I (7490) RX_TASK: 0x40813270 ff ff ff ff ff ff c0 ff 3f 01 30 bf ce 3c ff ff |........?.0..<..| +I (7500) RX_TASK: 0x40813280 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (7500) RX_TASK: 0x40813290 45 50 4f 43 5f 71 c1 ff ff ff ff ff ff ff ff ff |EPOC_q..........| +I (7510) RX_TASK: 0x408132a0 ff c0 ff 3f 01 30 bf ce 3c ff ff ff ff 00 00 00 |...?.0..<.......| +I (7520) RX_TASK: 0x408132b0 d7 51 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.Q.............?| +I (7530) RX_TASK: 0x408132c0 01 30 bf ce 3c ff ff ff ff 00 ff 00 82 |.0..<........| +I (7540) RX_TASK: Starting to Parse: 109 +I (7540) RX_TASK:  +=== Packet 1 (offset 22, length 33) === + +I (7550) RX_TASK: Address: 0xFF +I (7550) RX_TASK: Command bit: 1 +I (7550) RX_TASK: Control: 0x3F +I (7560) RX_TASK: Control: P-XID +I (7560) RX_TASK: CRC: 0x5F71 +I (7560) RX_TASK: CRC Check: VALID + +I (7570) RX_TASK: Payload (27 bytes): +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7580) RX_TASK:  +ASCII: +.0..<........$.Symbian EPOC + +I (7580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 30 BF CE 3C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7590) PXID_TASK: Source Address: 0x30BFCE3C +I (7600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7600) PXID_TASK: Discovery Flag: 0x00 +I (7610) PXID_TASK: Slot Number: 0xFF +I (7610) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7620) PXID REPLY: Construct reply packet +I (7620) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (7630) PXID REPLY: Wrote 13 bytes +I (7630) PXID REPLY: Sent reply packet +I (7640) RX_TASK: Send Success +I (7640) RX_TASK:  +=== Packet 2 (offset 65, length 18) === + +I (7640) RX_TASK: Address: 0xFF +I (7650) RX_TASK: Command bit: 1 +I (7650) RX_TASK: Control: 0x3F +I (7650) RX_TASK: Control: P-XID +I (7660) RX_TASK: CRC: 0xD751 +I (7660) RX_TASK: CRC Check: VALID + +I (7660) RX_TASK: Payload (12 bytes): +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (7670) RX_TASK:  +ASCII: +.0..<....... + +I (7670) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 30 BF CE 3C FF FF FF FF 00 00 00 +I (7680) PXID_TASK: Source Address: 0x30BFCE3C +I (7690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7690) PXID_TASK: Discovery Flag: 0x00 +I (7690) PXID_TASK: Slot Number: 0x00 +I (7700) PXID_TASK: Version Number: 0x00 + + + +I (7700) PXID REPLY: Construct reply packet +I (7700) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 FF FF FF FF 01 +I (7710) PXID REPLY: Wrote 13 bytes +I (7720) PXID REPLY: Sent reply packet +I (7720) RX_TASK: Send Success +I (7720) RX_TASK: Unterminated packet at offset 93 + diff --git a/build/log/idf_py_stdout_output_32678 b/build/log/idf_py_stdout_output_32678 new file mode 100644 index 0000000..885d9e8 --- /dev/null +++ b/build/log/idf_py_stdout_output_32678 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:132:9: warning: unused variable 'packet_count' [-Wunused-variable] + 132 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:394:13: warning: 'tx_task' defined but not used [-Wunused-function] + 394 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2daa0 bytes. Smallest app partition is 0x100000 bytes. 0xd2560 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_32804 b/build/log/idf_py_stdout_output_32804 new file mode 100644 index 0000000..8646e2b --- /dev/null +++ b/build/log/idf_py_stdout_output_32804 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2daa0 bytes. Smallest app partition is 0x100000 bytes. 0xd2560 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 495.4 kbit/s)... +Hash of data verified. +Compressed 187040 bytes to 95126... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac5... (33 %) +Writing at 0x000215d8... (50 %) +Writing at 0x000288a0... (66 %) +Writing at 0x00030bb1... (83 %) +Writing at 0x000378b8... (100 %) +Wrote 187040 bytes (95126 compressed) at 0x00010000 in 1.6 seconds (effective 908.5 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_32822 b/build/log/idf_py_stdout_output_32822 new file mode 100644 index 0000000..978d7ee --- /dev/null +++ b/build/log/idf_py_stdout_output_32822 @@ -0,0 +1,417 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16154h ( 90452) map +I (113) esp_image: segment 3: paddr=0003617c vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c2f4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: cd7262d78... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4520) RX_TASK: Read 256 bytes: '������������?d��Z����' +I (4520) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 64 fe |............?.d.| +I (4530) RX_TASK: 0x40813270 94 5a ff ff ff ff 00 00 00 e9 fd c1 ff ff ff ff |.Z..............| +I (4540) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 64 fe 94 5a ff ff |........?.d..Z..| +I (4540) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4550) RX_TASK: 0x408132a0 45 50 4f 43 46 48 c1 ff ff ff ff ff ff ff ff ff |EPOCFH..........| +I (4560) RX_TASK: 0x408132b0 ff c0 ff 3f 01 64 fe 94 5a ff ff ff ff 00 00 00 |...?.d..Z.......| +I (4570) RX_TASK: 0x408132c0 e9 fd c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (4580) RX_TASK: 0x408132d0 01 64 fe 94 5a ff ff ff ff 00 ff 00 82 24 00 53 |.d..Z........$.S| +I (4590) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 46 48 c1 ff ff |ymbian EPOCFH...| +I (4600) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 64 fe 94 5a |..........?.d..Z| +I (4610) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 e9 fd c1 ff ff ff ff ff ff |................| +I (4610) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 64 fe 94 5a ff ff ff ff |......?.d..Z....| +I (4620) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (4630) RX_TASK: 0x40813330 4f 43 46 48 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCFH............| +I (4640) RX_TASK: 0x40813340 ff 3f 01 64 fe 94 5a ff ff ff ff 00 00 00 e9 fd |.?.d..Z.........| +I (4650) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 64 |.............?.d| +I (4660) RX_TASK: Starting to Parse: 256 +I (4660) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4670) RX_TASK: Address: 0xFF +I (4670) RX_TASK: Command bit: 1 +I (4670) RX_TASK: Control: 0x3F +I (4680) RX_TASK: Control: P-XID +I (4680) RX_TASK: CRC: 0xE9FD +I (4680) RX_TASK: CRC Check: VALID + +I (4680) RX_TASK: Payload (12 bytes): +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (4690) RX_TASK:  +ASCII: +.d..Z....... + +I (4700) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (4700) PXID_TASK: Source Address: 0x64FE945A +I (4710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4710) PXID_TASK: Discovery Flag: 0x00 +I (4720) PXID_TASK: Slot Number: 0x00 +I (4720) PXID_TASK: Version Number: 0x00 + + + +I (4720) PXID REPLY: Construct reply packet +I (4730) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (4730) PXID REPLY: Wrote 13 bytes +I (4740) PXID REPLY: Sent reply packet +I (4740) RX_TASK: Send Success +I (4740) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4750) RX_TASK: Address: 0xFF +I (4750) RX_TASK: Command bit: 1 +I (4750) RX_TASK: Control: 0x3F +I (4760) RX_TASK: Control: P-XID +I (4760) RX_TASK: CRC: 0x4648 +I (4760) RX_TASK: CRC Check: VALID + +I (4770) RX_TASK: Payload (27 bytes): +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4780) RX_TASK:  +ASCII: +.d..Z........$.Symbian EPOC + +I (4780) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4790) PXID_TASK: Source Address: 0x64FE945A +I (4800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4800) PXID_TASK: Discovery Flag: 0x00 +I (4810) PXID_TASK: Slot Number: 0xFF +I (4810) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4820) PXID REPLY: Construct reply packet +I (4820) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (4830) PXID REPLY: Wrote 13 bytes +I (4830) PXID REPLY: Sent reply packet +I (4840) RX_TASK: Send Success +I (4840) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4850) RX_TASK: Address: 0xFF +I (4850) RX_TASK: Command bit: 1 +I (4850) RX_TASK: Control: 0x3F +I (4850) RX_TASK: Control: P-XID +I (4860) RX_TASK: CRC: 0xE9FD +I (4860) RX_TASK: CRC Check: VALID + +I (4860) RX_TASK: Payload (12 bytes): +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (4870) RX_TASK:  +ASCII: +.d..Z....... + +I (4870) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (4880) PXID_TASK: Source Address: 0x64FE945A +I (4890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4890) PXID_TASK: Discovery Flag: 0x00 +I (4890) PXID_TASK: Slot Number: 0x00 +I (4900) PXID_TASK: Version Number: 0x00 + + + +I (4900) PXID REPLY: Construct reply packet +I (4910) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (4910) PXID REPLY: Wrote 13 bytes +I (4920) PXID REPLY: Sent reply packet +I (4920) RX_TASK: Send Success +I (4920) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (4930) RX_TASK: Address: 0xFF +I (4930) RX_TASK: Command bit: 1 +I (4930) RX_TASK: Control: 0x3F +I (4940) RX_TASK: Control: P-XID +I (4940) RX_TASK: CRC: 0x4648 +I (4940) RX_TASK: CRC Check: VALID + +I (4950) RX_TASK: Payload (27 bytes): +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4960) RX_TASK:  +ASCII: +.d..Z........$.Symbian EPOC + +I (4960) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4970) PXID_TASK: Source Address: 0x64FE945A +I (4980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4980) PXID_TASK: Discovery Flag: 0x00 +I (4990) PXID_TASK: Slot Number: 0xFF +I (4990) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5000) PXID REPLY: Construct reply packet +I (5000) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (5010) PXID REPLY: Wrote 13 bytes +I (5010) PXID REPLY: Sent reply packet +I (5020) RX_TASK: Send Success +I (5020) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (5020) RX_TASK: Address: 0xFF +I (5030) RX_TASK: Command bit: 1 +I (5030) RX_TASK: Control: 0x3F +I (5030) RX_TASK: Control: P-XID +I (5040) RX_TASK: CRC: 0xE9FD +I (5040) RX_TASK: CRC Check: VALID + +I (5040) RX_TASK: Payload (12 bytes): +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (5050) RX_TASK:  +ASCII: +.d..Z....... + +I (5050) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (5060) PXID_TASK: Source Address: 0x64FE945A +I (5070) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5070) PXID_TASK: Discovery Flag: 0x00 +I (5070) PXID_TASK: Slot Number: 0x00 +I (5080) PXID_TASK: Version Number: 0x00 + + + +I (5080) PXID REPLY: Construct reply packet +I (5080) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (5090) PXID REPLY: Wrote 13 bytes +I (5100) PXID REPLY: Sent reply packet +I (5100) RX_TASK: Send Success +I (5100) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (5110) RX_TASK: Address: 0xFF +I (5110) RX_TASK: Command bit: 1 +I (5110) RX_TASK: Control: 0x3F +I (5120) RX_TASK: Control: P-XID +I (5120) RX_TASK: CRC: 0x4648 +I (5120) RX_TASK: CRC Check: VALID + +I (5120) RX_TASK: Payload (27 bytes): +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5140) RX_TASK:  +ASCII: +.d..Z........$.Symbian EPOC + +I (5140) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5150) PXID_TASK: Source Address: 0x64FE945A +I (5160) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5160) PXID_TASK: Discovery Flag: 0x00 +I (5170) PXID_TASK: Slot Number: 0xFF +I (5170) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5180) PXID REPLY: Construct reply packet +I (5180) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (5190) PXID REPLY: Wrote 13 bytes +I (5190) PXID REPLY: Sent reply packet +I (5200) RX_TASK: Send Success +I (5200) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (5200) RX_TASK: Address: 0xFF +I (5210) RX_TASK: Command bit: 1 +I (5210) RX_TASK: Control: 0x3F +I (5210) RX_TASK: Control: P-XID +I (5220) RX_TASK: CRC: 0xE9FD +I (5220) RX_TASK: CRC Check: VALID + +I (5220) RX_TASK: Payload (12 bytes): +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (5230) RX_TASK:  +ASCII: +.d..Z....... + +I (5230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (5240) PXID_TASK: Source Address: 0x64FE945A +I (5240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5250) PXID_TASK: Discovery Flag: 0x00 +I (5250) PXID_TASK: Slot Number: 0x00 +I (5260) PXID_TASK: Version Number: 0x00 + + + +I (5260) PXID REPLY: Construct reply packet +I (5260) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (5270) PXID REPLY: Wrote 13 bytes +I (5270) PXID REPLY: Sent reply packet +I (5280) RX_TASK: Send Success +I (5280) RX_TASK: Unterminated packet at offset 251 + +I (6290) RX_TASK: Read 142 bytes: '��Z����' +I (6290) RX_TASK: 0x40813260 fe 94 5a ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..Z........$.Sym| +I (6290) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 46 48 c1 ff ff ff ff |bian EPOCFH.....| +I (6300) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 64 fe 94 5a ff ff ff |.......?.d..Z...| +I (6300) RX_TASK: 0x40813290 ff 00 00 00 e9 fd c1 ff ff ff ff ff ff ff ff ff |................| +I (6310) RX_TASK: 0x408132a0 c0 ff 3f 01 64 fe 94 5a ff ff ff ff 00 ff 00 82 |..?.d..Z........| +I (6320) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 46 48 |$.Symbian EPOCFH| +I (6330) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 64 |.............?.d| +I (6340) RX_TASK: 0x408132d0 fe 94 5a ff ff ff ff 00 00 00 e9 fd c1 ff ff ff |..Z.............| +I (6350) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 64 fe 94 |.........?.d..| +I (6360) RX_TASK: Starting to Parse: 142 +I (6360) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (6370) RX_TASK: Address: 0xFF +I (6370) RX_TASK: Command bit: 1 +I (6370) RX_TASK: Control: 0x3F +I (6370) RX_TASK: Control: P-XID +I (6380) RX_TASK: CRC: 0xE9FD +I (6380) RX_TASK: CRC Check: VALID + +I (6380) RX_TASK: Payload (12 bytes): +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (6390) RX_TASK:  +ASCII: +.d..Z....... + +I (6390) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (6400) PXID_TASK: Source Address: 0x64FE945A +I (6410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6410) PXID_TASK: Discovery Flag: 0x00 +I (6410) PXID_TASK: Slot Number: 0x00 +I (6420) PXID_TASK: Version Number: 0x00 + + + +I (6420) PXID REPLY: Construct reply packet +I (6430) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (6430) PXID REPLY: Wrote 13 bytes +I (6440) PXID REPLY: Sent reply packet +I (6440) RX_TASK: Send Success +I (6440) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (6450) RX_TASK: Address: 0xFF +I (6450) RX_TASK: Command bit: 1 +I (6450) RX_TASK: Control: 0x3F +I (6460) RX_TASK: Control: P-XID +I (6460) RX_TASK: CRC: 0x4648 +I (6460) RX_TASK: CRC Check: VALID + +I (6470) RX_TASK: Payload (27 bytes): +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6480) RX_TASK:  +ASCII: +.d..Z........$.Symbian EPOC + +I (6480) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 64 FE 94 5A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6490) PXID_TASK: Source Address: 0x64FE945A +I (6500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6500) PXID_TASK: Discovery Flag: 0x00 +I (6510) PXID_TASK: Slot Number: 0xFF +I (6510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6520) PXID REPLY: Construct reply packet +I (6520) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (6530) PXID REPLY: Wrote 13 bytes +I (6530) PXID REPLY: Sent reply packet +I (6540) RX_TASK: Send Success +I (6540) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (6540) RX_TASK: Address: 0xFF +I (6550) RX_TASK: Command bit: 1 +I (6550) RX_TASK: Control: 0x3F +I (6550) RX_TASK: Control: P-XID +I (6560) RX_TASK: CRC: 0xE9FD +I (6560) RX_TASK: CRC Check: VALID + +I (6560) RX_TASK: Payload (12 bytes): +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (6570) RX_TASK:  +ASCII: +.d..Z....... + +I (6570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 64 FE 94 5A FF FF FF FF 00 00 00 +I (6580) PXID_TASK: Source Address: 0x64FE945A +I (6590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6590) PXID_TASK: Discovery Flag: 0x00 +I (6590) PXID_TASK: Slot Number: 0x00 +I (6600) PXID_TASK: Version Number: 0x00 + + + +I (6600) PXID REPLY: Construct reply packet +I (6600) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 64 FE 94 5A 01 +I (6610) PXID REPLY: Wrote 13 bytes +I (6620) PXID REPLY: Sent reply packet +I (6620) RX_TASK: Send Success +I (6620) RX_TASK: Unterminated packet at offset 135 + diff --git a/build/log/idf_py_stdout_output_32836 b/build/log/idf_py_stdout_output_32836 new file mode 100644 index 0000000..6687921 --- /dev/null +++ b/build/log/idf_py_stdout_output_32836 @@ -0,0 +1,23 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:132:9: warning: unused variable 'packet_count' [-Wunused-variable] + 132 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:230:28: error: 'len' undeclared (first use in this function); did you mean 'mblen'? + 230 | for (size_t j = 0; j < len; j++) { + | ^~~ + | mblen +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:230:28: note: each undeclared identifier is reported only once for each function it appears in +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:403:13: warning: 'tx_task' defined but not used [-Wunused-function] + 403 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_32856 b/build/log/idf_py_stdout_output_32856 new file mode 100644 index 0000000..dda15b5 --- /dev/null +++ b/build/log/idf_py_stdout_output_32856 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:132:9: warning: unused variable 'packet_count' [-Wunused-variable] + 132 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:403:13: warning: 'tx_task' defined but not used [-Wunused-function] + 403 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dae0 bytes. Smallest app partition is 0x100000 bytes. 0xd2520 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_32995 b/build/log/idf_py_stdout_output_32995 new file mode 100644 index 0000000..ef64a66 --- /dev/null +++ b/build/log/idf_py_stdout_output_32995 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dae0 bytes. Smallest app partition is 0x100000 bytes. 0xd2520 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 494.1 kbit/s)... +Hash of data verified. +Compressed 187104 bytes to 95171... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaca... (33 %) +Writing at 0x000215d8... (50 %) +Writing at 0x000288a1... (66 %) +Writing at 0x00030ba0... (83 %) +Writing at 0x000378a7... (100 %) +Wrote 187104 bytes (95171 compressed) at 0x00010000 in 1.6 seconds (effective 907.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.4 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_33013 b/build/log/idf_py_stdout_output_33013 new file mode 100644 index 0000000..b8c4b0d --- /dev/null +++ b/build/log/idf_py_stdout_output_33013 @@ -0,0 +1,473 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16188h ( 90504) map +I (113) esp_image: segment 3: paddr=000361b0 vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c328 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 5fc303ec6... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (27240) RX_TASK: Read 256 bytes: '�����������?�)� ����' +I (27240) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bc 29 d6 |...........?..).| +I (27240) RX_TASK: 0x40813270 0c ff ff ff ff 00 00 00 93 d4 c1 ff ff ff ff ff |................| +I (27250) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 bc 29 d6 0c ff ff ff |.......?..).....| +I (27260) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (27270) RX_TASK: 0x408132a0 50 4f 43 d9 c9 c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (27280) RX_TASK: 0x408132b0 c0 ff 3f 01 bc 29 d6 0c ff ff ff ff 00 00 00 93 |..?..)..........| +I (27280) RX_TASK: 0x408132c0 d4 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (27290) RX_TASK: 0x408132d0 bc 29 d6 0c ff ff ff ff 00 ff 00 82 24 00 53 79 |.)..........$.Sy| +I (27300) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 d9 c9 c1 ff ff ff |mbian EPOC......| +I (27310) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 bc 29 d6 0c ff |.........?..)...| +I (27320) RX_TASK: 0x40813300 ff ff ff 00 00 00 93 d4 c1 ff ff ff ff ff ff ff |................| +I (27330) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 bc 29 d6 0c ff ff ff ff 00 ff |....?..)........| +I (27340) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (27350) RX_TASK: 0x40813330 d9 c9 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (27360) RX_TASK: 0x40813340 01 bc 29 d6 0c ff ff ff ff 00 00 00 93 d4 c1 ff |..).............| +I (27360) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bc 29 d6 |...........?..).| +I (27370) RX_TASK: Starting to Parse: 256 +I (27380) RX_TASK:  +=== Packet 1 (offset 9, length 18) === + +I (27380) RX_TASK: Address: 0xFF +I (27390) RX_TASK: Command bit: 1 +I (27390) RX_TASK: Control: 0x3F +I (27390) RX_TASK: Control: P-XID +I (27390) RX_TASK: CRC: 0x93D4 +I (27400) RX_TASK: CRC Check: VALID + +I (27400) RX_TASK: Payload (12 bytes): +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (27410) RX_TASK:  +ASCII: +..)......... + +I (27410) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (27420) PXID_TASK: Source Address: 0xBC29D60C +I (27420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (27430) PXID_TASK: Discovery Flag: 0x00 +I (27430) PXID_TASK: Slot Number: 0x00 +I (27440) PXID_TASK: Version Number: 0x00 + + + +I (27440) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 77 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (27450) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (27460) PXID REPLY: Wrote 13 bytes +I (27470) PXID REPLY: Sent reply packet +I (27470) RX_TASK: Send Success +I (27470) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (27480) RX_TASK: Address: 0xFF +I (27480) RX_TASK: Command bit: 1 +I (27480) RX_TASK: Control: 0x3F +I (27490) RX_TASK: Control: P-XID +I (27490) RX_TASK: CRC: 0xD9C9 +I (27490) RX_TASK: CRC Check: VALID + +I (27500) RX_TASK: Payload (27 bytes): +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (27510) RX_TASK:  +ASCII: +..)..........$.Symbian EPOC + +I (27510) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (27520) PXID_TASK: Source Address: 0xBC29D60C +I (27530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (27530) PXID_TASK: Discovery Flag: 0x00 +I (27540) PXID_TASK: Slot Number: 0xFF +I (27540) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (27550) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 A2 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (27560) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (27570) PXID REPLY: Wrote 13 bytes +I (27580) PXID REPLY: Sent reply packet +I (27580) RX_TASK: Send Success +I (27580) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (27590) RX_TASK: Address: 0xFF +I (27590) RX_TASK: Command bit: 1 +I (27590) RX_TASK: Control: 0x3F +I (27600) RX_TASK: Control: P-XID +I (27600) RX_TASK: CRC: 0x93D4 +I (27600) RX_TASK: CRC Check: VALID + +I (27610) RX_TASK: Payload (12 bytes): +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (27610) RX_TASK:  +ASCII: +..)......... + +I (27620) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (27630) PXID_TASK: Source Address: 0xBC29D60C +I (27630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (27630) PXID_TASK: Discovery Flag: 0x00 +I (27640) PXID_TASK: Slot Number: 0x00 +I (27640) PXID_TASK: Version Number: 0x00 + + + +I (27650) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 BE 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (27660) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (27670) PXID REPLY: Wrote 13 bytes +I (27670) PXID REPLY: Sent reply packet +I (27680) RX_TASK: Send Success +I (27680) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (27680) RX_TASK: Address: 0xFF +I (27690) RX_TASK: Command bit: 1 +I (27690) RX_TASK: Control: 0x3F +I (27690) RX_TASK: Control: P-XID +I (27700) RX_TASK: CRC: 0xD9C9 +I (27700) RX_TASK: CRC Check: VALID + +I (27700) RX_TASK: Payload (27 bytes): +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (27710) RX_TASK:  +ASCII: +..)..........$.Symbian EPOC + +I (27720) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (27730) PXID_TASK: Source Address: 0xBC29D60C +I (27730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (27740) PXID_TASK: Discovery Flag: 0x00 +I (27740) PXID_TASK: Slot Number: 0xFF +I (27750) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (27760) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 E9 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (27770) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (27780) PXID REPLY: Wrote 13 bytes +I (27780) PXID REPLY: Sent reply packet +I (27790) RX_TASK: Send Success +I (27790) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (27790) RX_TASK: Address: 0xFF +I (27800) RX_TASK: Command bit: 1 +I (27800) RX_TASK: Control: 0x3F +I (27800) RX_TASK: Control: P-XID +I (27810) RX_TASK: CRC: 0x93D4 +I (27810) RX_TASK: CRC Check: VALID + +I (27810) RX_TASK: Payload (12 bytes): +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (27820) RX_TASK:  +ASCII: +..)......... + +I (27820) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (27830) PXID_TASK: Source Address: 0xBC29D60C +I (27840) PXID_TASK: Destination Address: 0xFFFFFFFF +I (27840) PXID_TASK: Discovery Flag: 0x00 +I (27840) PXID_TASK: Slot Number: 0x00 +I (27850) PXID_TASK: Version Number: 0x00 + + + +I (27850) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 05 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (27860) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (27870) PXID REPLY: Wrote 13 bytes +I (27880) PXID REPLY: Sent reply packet +I (27880) RX_TASK: Send Success +I (27880) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (27890) RX_TASK: Address: 0xFF +I (27890) RX_TASK: Command bit: 1 +I (27900) RX_TASK: Control: 0x3F +I (27900) RX_TASK: Control: P-XID +I (27900) RX_TASK: CRC: 0xD9C9 +I (27900) RX_TASK: CRC Check: VALID + +I (27910) RX_TASK: Payload (27 bytes): +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (27920) RX_TASK:  +ASCII: +..)..........$.Symbian EPOC + +I (27920) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (27940) PXID_TASK: Source Address: 0xBC29D60C +I (27940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (27950) PXID_TASK: Discovery Flag: 0x00 +I (27950) PXID_TASK: Slot Number: 0xFF +I (27950) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (27960) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 2F 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (27970) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (27990) PXID REPLY: Wrote 13 bytes +I (27990) PXID REPLY: Sent reply packet +I (27990) RX_TASK: Send Success +I (27990) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (28000) RX_TASK: Address: 0xFF +I (28000) RX_TASK: Command bit: 1 +I (28010) RX_TASK: Control: 0x3F +I (28010) RX_TASK: Control: P-XID +I (28010) RX_TASK: CRC: 0x93D4 +I (28020) RX_TASK: CRC Check: VALID + +I (28020) RX_TASK: Payload (12 bytes): +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (28030) RX_TASK:  +ASCII: +..)......... + +I (28030) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (28040) PXID_TASK: Source Address: 0xBC29D60C +I (28040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (28050) PXID_TASK: Discovery Flag: 0x00 +I (28050) PXID_TASK: Slot Number: 0x00 +I (28050) PXID_TASK: Version Number: 0x00 + + + +I (28060) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 4B 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (28070) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (28080) PXID REPLY: Wrote 13 bytes +I (28080) PXID REPLY: Sent reply packet +I (28090) RX_TASK: Send Success +I (28090) RX_TASK: Unterminated packet at offset 249 + +I (29100) RX_TASK: Read 168 bytes: ' ����' +I (29100) RX_TASK: 0x40813260 0c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (29100) RX_TASK: 0x40813270 61 6e 20 45 50 4f 43 d9 c9 c1 ff ff ff ff ff ff |an EPOC.........| +I (29110) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 bc 29 d6 0c ff ff ff ff |......?..)......| +I (29110) RX_TASK: 0x40813290 00 00 00 93 d4 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (29120) RX_TASK: 0x408132a0 c0 ff 3f 01 bc 29 d6 0c ff ff ff ff 00 ff 00 82 |..?..)..........| +I (29130) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d9 c9 |$.Symbian EPOC..| +I (29140) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bc |.............?..| +I (29150) RX_TASK: 0x408132d0 29 d6 0c ff ff ff ff 00 00 00 93 d4 c1 ff ff ff |)...............| +I (29160) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 bc 29 d6 0c ff |.........?..)...| +I (29170) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (29180) RX_TASK: 0x40813300 20 45 50 4f 43 d9 c9 c1 | EPOC...| +I (29180) RX_TASK: Starting to Parse: 168 +I (29190) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (29190) RX_TASK: Address: 0xFF +I (29200) RX_TASK: Command bit: 1 +I (29200) RX_TASK: Control: 0x3F +I (29200) RX_TASK: Control: P-XID +I (29210) RX_TASK: CRC: 0x93D4 +I (29210) RX_TASK: CRC Check: VALID + +I (29210) RX_TASK: Payload (12 bytes): +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (29220) RX_TASK:  +ASCII: +..)......... + +I (29220) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (29230) PXID_TASK: Source Address: 0xBC29D60C +I (29240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (29240) PXID_TASK: Discovery Flag: 0x00 +I (29240) PXID_TASK: Slot Number: 0x00 +I (29250) PXID_TASK: Version Number: 0x00 + + + +I (29250) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 92 32 81 40 +60 30 81 40 A8 00 00 00 60 32 81 40 I (29260) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (29270) PXID REPLY: Wrote 13 bytes +I (29280) PXID REPLY: Sent reply packet +I (29280) RX_TASK: Send Success +I (29280) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (29290) RX_TASK: Address: 0xFF +I (29290) RX_TASK: Command bit: 1 +I (29300) RX_TASK: Control: 0x3F +I (29300) RX_TASK: Control: P-XID +I (29300) RX_TASK: CRC: 0xD9C9 +I (29300) RX_TASK: CRC Check: VALID + +I (29310) RX_TASK: Payload (27 bytes): +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (29320) RX_TASK:  +ASCII: +..)..........$.Symbian EPOC + +I (29320) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (29340) PXID_TASK: Source Address: 0xBC29D60C +I (29340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (29340) PXID_TASK: Discovery Flag: 0x00 +I (29350) PXID_TASK: Slot Number: 0xFF +I (29350) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (29360) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 BD 32 81 40 +60 30 81 40 A8 00 00 00 60 32 81 40 I (29370) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (29380) PXID REPLY: Wrote 13 bytes +I (29390) PXID REPLY: Sent reply packet +I (29390) RX_TASK: Send Success +I (29390) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (29400) RX_TASK: Address: 0xFF +I (29400) RX_TASK: Command bit: 1 +I (29410) RX_TASK: Control: 0x3F +I (29410) RX_TASK: Control: P-XID +I (29410) RX_TASK: CRC: 0x93D4 +I (29410) RX_TASK: CRC Check: VALID + +I (29420) RX_TASK: Payload (12 bytes): +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (29430) RX_TASK:  +ASCII: +..)......... + +I (29430) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BC 29 D6 0C FF FF FF FF 00 00 00 +I (29440) PXID_TASK: Source Address: 0xBC29D60C +I (29440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (29450) PXID_TASK: Discovery Flag: 0x00 +I (29450) PXID_TASK: Slot Number: 0x00 +I (29450) PXID_TASK: Version Number: 0x00 + + + +I (29460) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 D9 32 81 40 +60 30 81 40 A8 00 00 00 60 32 81 40 I (29470) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (29480) PXID REPLY: Wrote 13 bytes +I (29480) PXID REPLY: Sent reply packet +I (29490) RX_TASK: Send Success +I (29490) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (29500) RX_TASK: Address: 0xFF +I (29500) RX_TASK: Command bit: 1 +I (29500) RX_TASK: Control: 0x3F +I (29500) RX_TASK: Control: P-XID +I (29510) RX_TASK: CRC: 0xD9C9 +I (29510) RX_TASK: CRC Check: VALID + +I (29510) RX_TASK: Payload (27 bytes): +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (29520) RX_TASK:  +ASCII: +..)..........$.Symbian EPOC + +I (29530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BC 29 D6 0C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (29540) PXID_TASK: Source Address: 0xBC29D60C +I (29550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (29550) PXID_TASK: Discovery Flag: 0x00 +I (29550) PXID_TASK: Slot Number: 0xFF +I (29560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (29570) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 04 33 81 40 +60 30 81 40 A8 00 00 00 60 32 81 40 I (29580) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BC 29 D6 0C 01 +I (29590) PXID REPLY: Wrote 13 bytes +I (29590) PXID REPLY: Sent reply packet +I (29600) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_33123 b/build/log/idf_py_stdout_output_33123 new file mode 100644 index 0000000..8cae1c0 --- /dev/null +++ b/build/log/idf_py_stdout_output_33123 @@ -0,0 +1,24 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'tx_task': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:407:9: error: too few arguments to function 'sendData' + 407 | sendData(TX_TASK_TAG, "Hello world"); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:5: note: declared here + 87 | int sendData(const char* logName, const char* data, int data_length) + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:13: warning: 'tx_task' defined but not used [-Wunused-function] + 402 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_33143 b/build/log/idf_py_stdout_output_33143 new file mode 100644 index 0000000..1c20574 --- /dev/null +++ b/build/log/idf_py_stdout_output_33143 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:13: warning: 'tx_task' defined but not used [-Wunused-function] + 402 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dad0 bytes. Smallest app partition is 0x100000 bytes. 0xd2530 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_33267 b/build/log/idf_py_stdout_output_33267 new file mode 100644 index 0000000..cef8110 --- /dev/null +++ b/build/log/idf_py_stdout_output_33267 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dad0 bytes. Smallest app partition is 0x100000 bytes. 0xd2530 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 495.5 kbit/s)... +Hash of data verified. +Compressed 187088 bytes to 95174... +Writing at 0x00010000... (16 %) +Writing at 0x0001aacb... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a1... (66 %) +Writing at 0x00030b81... (83 %) +Writing at 0x0003789a... (100 %) +Wrote 187088 bytes (95174 compressed) at 0x00010000 in 1.7 seconds (effective 901.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 367.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_33285 b/build/log/idf_py_stdout_output_33285 new file mode 100644 index 0000000..99fd617 --- /dev/null +++ b/build/log/idf_py_stdout_output_33285 @@ -0,0 +1,1808 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16180h ( 90496) map +I (113) esp_image: segment 3: paddr=000361a8 vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c320 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: a23daef51... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (7750) RX_TASK: Read 256 bytes: '�����������?"��g����' +I (7750) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 22 af dd |...........?."..| +I (7750) RX_TASK: 0x40813270 67 ff ff ff ff 00 00 00 94 e9 c1 ff ff ff ff ff |g...............| +I (7760) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 22 af dd 67 ff ff ff |.......?."..g...| +I (7770) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (7780) RX_TASK: 0x408132a0 50 4f 43 46 28 c1 ff ff ff ff ff ff ff ff ff ff |POCF(...........| +I (7790) RX_TASK: 0x408132b0 c0 ff 3f 01 22 af dd 67 ff ff ff ff 00 00 00 94 |..?."..g........| +I (7800) RX_TASK: 0x408132c0 e9 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (7810) RX_TASK: 0x408132d0 22 af dd 67 ff ff ff ff 00 ff 00 82 24 00 53 79 |"..g........$.Sy| +I (7810) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 46 28 c1 ff ff ff |mbian EPOCF(....| +I (7820) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 22 af dd 67 ff |.........?."..g.| +I (7830) RX_TASK: 0x40813300 ff ff ff 00 00 00 94 e9 c1 ff ff ff ff ff ff ff |................| +I (7840) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 22 af dd 67 ff ff ff ff 00 |.....?."..g.....| +I (7850) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (7860) RX_TASK: 0x40813330 43 46 28 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |CF(.............| +I (7870) RX_TASK: 0x40813340 3f 01 22 af dd 67 ff ff ff ff 00 00 00 94 e9 c1 |?."..g..........| +I (7880) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 22 af |............?.".| +I (7880) RX_TASK: Starting to Parse: 256 +I (7890) RX_TASK:  +=== Packet 1 (offset 9, length 18) === + +I (7890) RX_TASK: Address: 0xFF +I (7900) RX_TASK: Command bit: 1 +I (7900) RX_TASK: Control: 0x3F +I (7900) RX_TASK: Control: P-XID +I (7910) RX_TASK: CRC: 0x94E9 +I (7910) RX_TASK: CRC Check: VALID + +I (7910) RX_TASK: Payload (12 bytes): +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (7920) RX_TASK:  +ASCII: +."..g....... + +I (7920) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (7930) PXID_TASK: Source Address: 0x22AFDD67 +I (7930) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7940) PXID_TASK: Discovery Flag: 0x00 +I (7940) PXID_TASK: Slot Number: 0x00 +I (7950) PXID_TASK: Version Number: 0x00 + + + +I (7950) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 77 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (7960) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (7980) PXID REPLY: Wrote 22 bytes +I (7980) PXID REPLY: Sent reply packet +I (7980) RX_TASK: Send Success +I (7980) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (7990) RX_TASK: Address: 0xFF +I (7990) RX_TASK: Command bit: 1 +I (8000) RX_TASK: Control: 0x3F +I (8000) RX_TASK: Control: P-XID +I (8000) RX_TASK: CRC: 0x4628 +I (8000) RX_TASK: CRC Check: VALID + +I (8010) RX_TASK: Payload (27 bytes): +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8020) RX_TASK:  +ASCII: +."..g........$.Symbian EPOC + +I (8020) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8040) PXID_TASK: Source Address: 0x22AFDD67 +I (8040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8040) PXID_TASK: Discovery Flag: 0x00 +I (8050) PXID_TASK: Slot Number: 0xFF +I (8050) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8060) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 A2 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (8070) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (8090) PXID REPLY: Wrote 22 bytes +I (8090) PXID REPLY: Sent reply packet +I (8090) RX_TASK: Send Success +I (8100) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (8100) RX_TASK: Address: 0xFF +I (8100) RX_TASK: Command bit: 1 +I (8110) RX_TASK: Control: 0x3F +I (8110) RX_TASK: Control: P-XID +I (8110) RX_TASK: CRC: 0x94E9 +I (8120) RX_TASK: CRC Check: VALID + +I (8120) RX_TASK: Payload (12 bytes): +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (8130) RX_TASK:  +ASCII: +."..g....... + +I (8130) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (8140) PXID_TASK: Source Address: 0x22AFDD67 +I (8140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8150) PXID_TASK: Discovery Flag: 0x00 +I (8150) PXID_TASK: Slot Number: 0x00 +I (8150) PXID_TASK: Version Number: 0x00 + + + +I (8160) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 BE 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (8170) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (8180) PXID REPLY: Wrote 22 bytes +I (8190) PXID REPLY: Sent reply packet +I (8190) RX_TASK: Send Success +I (8190) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (8200) RX_TASK: Address: 0xFF +I (8200) RX_TASK: Command bit: 1 +I (8200) RX_TASK: Control: 0x3F +I (8210) RX_TASK: Control: P-XID +I (8210) RX_TASK: CRC: 0x4628 +I (8210) RX_TASK: CRC Check: VALID + +I (8210) RX_TASK: Payload (27 bytes): +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8230) RX_TASK:  +ASCII: +."..g........$.Symbian EPOC + +I (8230) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8240) PXID_TASK: Source Address: 0x22AFDD67 +I (8250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8250) PXID_TASK: Discovery Flag: 0x00 +I (8260) PXID_TASK: Slot Number: 0xFF +I (8260) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8270) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 E9 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (8280) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (8290) PXID REPLY: Wrote 22 bytes +I (8300) PXID REPLY: Sent reply packet +I (8300) RX_TASK: Send Success +I (8300) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (8310) RX_TASK: Address: 0xFF +I (8310) RX_TASK: Command bit: 1 +I (8310) RX_TASK: Control: 0x3F +I (8320) RX_TASK: Control: P-XID +I (8320) RX_TASK: CRC: 0x94E9 +I (8320) RX_TASK: CRC Check: VALID + +I (8330) RX_TASK: Payload (12 bytes): +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (8330) RX_TASK:  +ASCII: +."..g....... + +I (8340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (8340) PXID_TASK: Source Address: 0x22AFDD67 +I (8350) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8350) PXID_TASK: Discovery Flag: 0x00 +I (8360) PXID_TASK: Slot Number: 0x00 +I (8360) PXID_TASK: Version Number: 0x00 + + + +I (8360) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 05 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (8380) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (8390) PXID REPLY: Wrote 22 bytes +I (8390) PXID REPLY: Sent reply packet +I (8400) RX_TASK: Send Success +I (8400) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (8400) RX_TASK: Address: 0xFF +I (8410) RX_TASK: Command bit: 1 +I (8410) RX_TASK: Control: 0x3F +I (8410) RX_TASK: Control: P-XID +I (8420) RX_TASK: CRC: 0x4628 +I (8420) RX_TASK: CRC Check: VALID + +I (8420) RX_TASK: Payload (27 bytes): +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8430) RX_TASK:  +ASCII: +."..g........$.Symbian EPOC + +I (8440) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8450) PXID_TASK: Source Address: 0x22AFDD67 +I (8450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8460) PXID_TASK: Discovery Flag: 0x00 +I (8460) PXID_TASK: Slot Number: 0xFF +I (8470) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8480) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 30 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (8490) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (8500) PXID REPLY: Wrote 22 bytes +I (8500) PXID REPLY: Sent reply packet +I (8510) RX_TASK: Send Success +I (8510) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (8520) RX_TASK: Address: 0xFF +I (8520) RX_TASK: Command bit: 1 +I (8520) RX_TASK: Control: 0x3F +I (8520) RX_TASK: Control: P-XID +I (8530) RX_TASK: CRC: 0x94E9 +I (8530) RX_TASK: CRC Check: VALID + +I (8530) RX_TASK: Payload (12 bytes): +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (8540) RX_TASK:  +ASCII: +."..g....... + +I (8540) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (8550) PXID_TASK: Source Address: 0x22AFDD67 +I (8560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8560) PXID_TASK: Discovery Flag: 0x00 +I (8560) PXID_TASK: Slot Number: 0x00 +I (8570) PXID_TASK: Version Number: 0x00 + + + +I (8570) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 4C 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (8580) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (8600) PXID REPLY: Wrote 22 bytes +I (8600) PXID REPLY: Sent reply packet +I (8600) RX_TASK: Send Success +I (8610) RX_TASK: Unterminated packet at offset 250 + +I (9610) RX_TASK: Read 169 bytes: '�g����' +I (9610) RX_TASK: 0x40813260 dd 67 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.g........$.Symb| +I (9610) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 46 28 c1 ff ff ff ff ff |ian EPOCF(......| +I (9620) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 22 af dd 67 ff ff ff |.......?."..g...| +I (9620) RX_TASK: 0x40813290 ff 00 00 00 94 e9 c1 ff ff ff ff ff ff ff ff ff |................| +I (9630) RX_TASK: 0x408132a0 ff c0 ff 3f 01 22 af dd 67 ff ff ff ff 00 ff 00 |...?."..g.......| +I (9640) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 46 |.$.Symbian EPOCF| +I (9650) RX_TASK: 0x408132c0 28 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |(.............?.| +I (9660) RX_TASK: 0x408132d0 22 af dd 67 ff ff ff ff 00 00 00 94 e9 c1 ff ff |"..g............| +I (9670) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 22 af dd 67 |..........?."..g| +I (9680) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (9690) RX_TASK: 0x40813300 6e 20 45 50 4f 43 46 28 c1 |n EPOCF(.| +I (9690) RX_TASK: Starting to Parse: 169 +I (9700) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (9700) RX_TASK: Address: 0xFF +I (9710) RX_TASK: Command bit: 1 +I (9710) RX_TASK: Control: 0x3F +I (9710) RX_TASK: Control: P-XID +I (9710) RX_TASK: CRC: 0x94E9 +I (9720) RX_TASK: CRC Check: VALID + +I (9720) RX_TASK: Payload (12 bytes): +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (9730) RX_TASK:  +ASCII: +."..g....... + +I (9730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (9740) PXID_TASK: Source Address: 0x22AFDD67 +I (9740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9750) PXID_TASK: Discovery Flag: 0x00 +I (9750) PXID_TASK: Slot Number: 0x00 +I (9750) PXID_TASK: Version Number: 0x00 + + + +I (9760) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 93 32 81 40 +60 30 81 40 A9 00 00 00 60 32 81 40 I (9770) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (9780) PXID REPLY: Wrote 22 bytes +I (9790) PXID REPLY: Sent reply packet +I (9790) RX_TASK: Send Success +I (9790) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (9800) RX_TASK: Address: 0xFF +I (9800) RX_TASK: Command bit: 1 +I (9800) RX_TASK: Control: 0x3F +I (9810) RX_TASK: Control: P-XID +I (9810) RX_TASK: CRC: 0x4628 +I (9810) RX_TASK: CRC Check: VALID + +I (9820) RX_TASK: Payload (27 bytes): +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9830) RX_TASK:  +ASCII: +."..g........$.Symbian EPOC + +I (9830) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9840) PXID_TASK: Source Address: 0x22AFDD67 +I (9850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9850) PXID_TASK: Discovery Flag: 0x00 +I (9860) PXID_TASK: Slot Number: 0xFF +I (9860) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9870) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 BE 32 81 40 +60 30 81 40 A9 00 00 00 60 32 81 40 I (9880) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (9900) PXID REPLY: Wrote 22 bytes +I (9900) PXID REPLY: Sent reply packet +I (9900) RX_TASK: Send Success +I (9900) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (9910) RX_TASK: Address: 0xFF +I (9910) RX_TASK: Command bit: 1 +I (9920) RX_TASK: Control: 0x3F +I (9920) RX_TASK: Control: P-XID +I (9920) RX_TASK: CRC: 0x94E9 +I (9920) RX_TASK: CRC Check: VALID + +I (9930) RX_TASK: Payload (12 bytes): +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (9930) RX_TASK:  +ASCII: +."..g....... + +I (9940) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 22 AF DD 67 FF FF FF FF 00 00 00 +I (9950) PXID_TASK: Source Address: 0x22AFDD67 +I (9950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9960) PXID_TASK: Discovery Flag: 0x00 +I (9960) PXID_TASK: Slot Number: 0x00 +I (9960) PXID_TASK: Version Number: 0x00 + + + +I (9970) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 DA 32 81 40 +60 30 81 40 A9 00 00 00 60 32 81 40 I (9980) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (9990) PXID REPLY: Wrote 22 bytes +I (9990) PXID REPLY: Sent reply packet +I (10000) RX_TASK: Send Success +I (10000) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (10010) RX_TASK: Address: 0xFF +I (10010) RX_TASK: Command bit: 1 +I (10010) RX_TASK: Control: 0x3F +I (10020) RX_TASK: Control: P-XID +I (10020) RX_TASK: CRC: 0x4628 +I (10020) RX_TASK: CRC Check: VALID + +I (10020) RX_TASK: Payload (27 bytes): +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10040) RX_TASK:  +ASCII: +."..g........$.Symbian EPOC + +I (10040) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 22 AF DD 67 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10050) PXID_TASK: Source Address: 0x22AFDD67 +I (10060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10060) PXID_TASK: Discovery Flag: 0x00 +I (10070) PXID_TASK: Slot Number: 0xFF +I (10070) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10080) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 05 33 81 40 +60 30 81 40 A9 00 00 00 60 32 81 40 I (10090) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 22 AF DD 67 01 00 00 90 24 00 54 45 53 54 +I (10100) PXID REPLY: Wrote 22 bytes +I (10110) PXID REPLY: Sent reply packet +I (10110) RX_TASK: Send Success +I (63930) RX_TASK: Read 256 bytes: '������������?���r����' +I (63930) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bd e1 |............?...| +I (63930) RX_TASK: 0x40813270 cb 72 ff ff ff ff 00 00 00 94 51 c1 ff ff ff ff |.r........Q.....| +I (63940) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 bd e1 cb 72 ff ff ff |.......?....r...| +I (63950) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (63960) RX_TASK: 0x408132a0 50 4f 43 93 32 c1 ff ff ff ff ff ff ff ff ff ff |POC.2...........| +I (63970) RX_TASK: 0x408132b0 c0 ff 3f 01 bd e1 cb 72 ff ff ff ff 00 00 00 94 |..?....r........| +I (63980) RX_TASK: 0x408132c0 51 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |Q.............?.| +I (63980) RX_TASK: 0x408132d0 bd e1 cb 72 ff ff ff ff 00 ff 00 82 24 00 53 79 |...r........$.Sy| +I (63990) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 93 32 c1 ff ff ff |mbian EPOC.2....| +I (64000) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 bd e1 cb 72 ff |.........?....r.| +I (64010) RX_TASK: 0x40813300 ff ff ff 00 00 00 94 51 c1 ff ff ff ff ff ff ff |.......Q........| +I (64020) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 bd e1 cb 72 ff ff ff ff 00 |.....?....r.....| +I (64030) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (64040) RX_TASK: 0x40813330 43 93 32 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C.2.............| +I (64050) RX_TASK: 0x40813340 3f 01 bd e1 cb 72 ff ff ff ff 00 00 00 94 51 c1 |?....r........Q.| +I (64050) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bd e1 |............?...| +I (64060) RX_TASK: Starting to Parse: 256 +I (64070) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (64070) RX_TASK: Address: 0xFF +I (64080) RX_TASK: Command bit: 1 +I (64080) RX_TASK: Control: 0x3F +I (64080) RX_TASK: Control: P-XID +I (64080) RX_TASK: CRC: 0x9451 +I (64090) RX_TASK: CRC Check: VALID + +I (64090) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64100) RX_TASK:  +ASCII: +....r....... + +I (64100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64110) PXID_TASK: Source Address: 0xBDE1CB72 +I (64110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64120) PXID_TASK: Discovery Flag: 0x00 +I (64120) PXID_TASK: Slot Number: 0x00 +I (64130) PXID_TASK: Version Number: 0x00 + + + +I (64130) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 78 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64140) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64160) PXID REPLY: Wrote 22 bytes +I (64160) PXID REPLY: Sent reply packet +I (64160) RX_TASK: Send Success +I (64170) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (64170) RX_TASK: Address: 0xFF +I (64170) RX_TASK: Command bit: 1 +I (64180) RX_TASK: Control: 0x3F +I (64180) RX_TASK: Control: P-XID +I (64180) RX_TASK: CRC: 0x9332 +I (64190) RX_TASK: CRC Check: VALID + +I (64190) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (64200) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (64210) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (64220) PXID_TASK: Source Address: 0xBDE1CB72 +I (64220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64230) PXID_TASK: Discovery Flag: 0x00 +I (64230) PXID_TASK: Slot Number: 0xFF +I (64230) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (64240) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 A2 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64260) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64270) PXID REPLY: Wrote 22 bytes +I (64270) PXID REPLY: Sent reply packet +I (64270) RX_TASK: Send Success +I (64280) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (64280) RX_TASK: Address: 0xFF +I (64290) RX_TASK: Command bit: 1 +I (64290) RX_TASK: Control: 0x3F +I (64290) RX_TASK: Control: P-XID +I (64300) RX_TASK: CRC: 0x9451 +I (64300) RX_TASK: CRC Check: VALID + +I (64300) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64310) RX_TASK:  +ASCII: +....r....... + +I (64310) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64320) PXID_TASK: Source Address: 0xBDE1CB72 +I (64320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64330) PXID_TASK: Discovery Flag: 0x00 +I (64330) PXID_TASK: Slot Number: 0x00 +I (64340) PXID_TASK: Version Number: 0x00 + + + +I (64340) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 BE 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64350) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64370) PXID REPLY: Wrote 22 bytes +I (64370) PXID REPLY: Sent reply packet +I (64370) RX_TASK: Send Success +I (64380) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (64380) RX_TASK: Address: 0xFF +I (64380) RX_TASK: Command bit: 1 +I (64390) RX_TASK: Control: 0x3F +I (64390) RX_TASK: Control: P-XID +I (64390) RX_TASK: CRC: 0x9332 +I (64400) RX_TASK: CRC Check: VALID + +I (64400) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (64410) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (64420) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (64430) PXID_TASK: Source Address: 0xBDE1CB72 +I (64430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64440) PXID_TASK: Discovery Flag: 0x00 +I (64440) PXID_TASK: Slot Number: 0xFF +I (64440) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (64450) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 E9 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64470) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64480) PXID REPLY: Wrote 22 bytes +I (64480) PXID REPLY: Sent reply packet +I (64490) RX_TASK: Send Success +I (64490) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (64490) RX_TASK: Address: 0xFF +I (64500) RX_TASK: Command bit: 1 +I (64500) RX_TASK: Control: 0x3F +I (64500) RX_TASK: Control: P-XID +I (64510) RX_TASK: CRC: 0x9451 +I (64510) RX_TASK: CRC Check: VALID + +I (64510) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64520) RX_TASK:  +ASCII: +....r....... + +I (64520) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64530) PXID_TASK: Source Address: 0xBDE1CB72 +I (64540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64540) PXID_TASK: Discovery Flag: 0x00 +I (64540) PXID_TASK: Slot Number: 0x00 +I (64550) PXID_TASK: Version Number: 0x00 + + + +I (64550) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 05 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64560) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64580) PXID REPLY: Wrote 22 bytes +I (64580) PXID REPLY: Sent reply packet +I (64580) RX_TASK: Send Success +I (64590) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (64590) RX_TASK: Address: 0xFF +I (64600) RX_TASK: Command bit: 1 +I (64600) RX_TASK: Control: 0x3F +I (64600) RX_TASK: Control: P-XID +I (64600) RX_TASK: CRC: 0x9332 +I (64610) RX_TASK: CRC Check: VALID + +I (64610) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (64620) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (64630) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (64640) PXID_TASK: Source Address: 0xBDE1CB72 +I (64640) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64650) PXID_TASK: Discovery Flag: 0x00 +I (64650) PXID_TASK: Slot Number: 0xFF +I (64650) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (64660) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 30 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64680) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64690) PXID REPLY: Wrote 22 bytes +I (64690) PXID REPLY: Sent reply packet +I (64700) RX_TASK: Send Success +I (64700) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (64700) RX_TASK: Address: 0xFF +I (64710) RX_TASK: Command bit: 1 +I (64710) RX_TASK: Control: 0x3F +I (64710) RX_TASK: Control: P-XID +I (64720) RX_TASK: CRC: 0x9451 +I (64720) RX_TASK: CRC Check: VALID + +I (64720) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64730) RX_TASK:  +ASCII: +....r....... + +I (64730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64740) PXID_TASK: Source Address: 0xBDE1CB72 +I (64750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (64750) PXID_TASK: Discovery Flag: 0x00 +I (64750) PXID_TASK: Slot Number: 0x00 +I (64760) PXID_TASK: Version Number: 0x00 + + + +I (64760) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 4C 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (64780) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (64790) PXID REPLY: Wrote 22 bytes +I (64790) PXID REPLY: Sent reply packet +I (64790) RX_TASK: Send Success +I (64800) RX_TASK: Unterminated packet at offset 250 + +I (64800) RX_TASK: Read 256 bytes: '�r����' +I (64810) RX_TASK: 0x40813260 cb 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.r........$.Symb| +I (64820) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 93 32 c1 ff ff ff ff ff |ian EPOC.2......| +I (64820) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 bd e1 cb 72 ff ff ff |.......?....r...| +I (64830) RX_TASK: 0x40813290 ff 00 00 00 94 51 c1 ff ff ff ff ff ff ff ff ff |.....Q..........| +I (64840) RX_TASK: 0x408132a0 ff c0 ff 3f 01 bd e1 cb 72 ff ff ff ff 00 ff 00 |...?....r.......| +I (64850) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 93 |.$.Symbian EPOC.| +I (64860) RX_TASK: 0x408132c0 32 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |2.............?.| +I (64870) RX_TASK: 0x408132d0 bd e1 cb 72 ff ff ff ff 00 00 00 94 51 c1 ff ff |...r........Q...| +I (64880) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 bd e1 cb 72 |..........?....r| +I (64890) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (64900) RX_TASK: 0x40813300 6e 20 45 50 4f 43 93 32 c1 ff ff ff ff ff ff ff |n EPOC.2........| +I (64900) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 bd e1 cb 72 ff ff ff ff 00 00 |....?....r......| +I (64910) RX_TASK: 0x40813320 00 94 51 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |..Q............?| +I (64920) RX_TASK: 0x40813330 01 bd e1 cb 72 ff ff ff ff 00 ff 00 82 24 00 53 |....r........$.S| +I (64930) RX_TASK: 0x40813340 79 6d 62 69 61 6e 20 45 50 4f 43 93 32 c1 ff ff |ymbian EPOC.2...| +I (64940) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff c0 ff 3f 01 bd e1 cb 72 |..........?....r| +I (64950) RX_TASK: Starting to Parse: 256 +I (64950) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (64960) RX_TASK: Address: 0xFF +I (64960) RX_TASK: Command bit: 1 +I (64960) RX_TASK: Control: 0x3F +I (64970) RX_TASK: Control: P-XID +I (64970) RX_TASK: CRC: 0x9451 +I (64970) RX_TASK: CRC Check: VALID + +I (64980) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64980) RX_TASK:  +ASCII: +....r....... + +I (64990) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (64990) PXID_TASK: Source Address: 0xBDE1CB72 +I (65000) PXID_TASK: Destination Address: 0xFFFFFFFF +I (65000) PXID_TASK: Discovery Flag: 0x00 +I (65010) PXID_TASK: Slot Number: 0x00 +I (65010) PXID_TASK: Version Number: 0x00 + + + +I (65010) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 93 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (65030) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (65040) PXID REPLY: Wrote 22 bytes +I (65040) PXID REPLY: Sent reply packet +I (65050) RX_TASK: Send Success +I (65050) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (65060) RX_TASK: Address: 0xFF +I (65060) RX_TASK: Command bit: 1 +I (65060) RX_TASK: Control: 0x3F +I (65060) RX_TASK: Control: P-XID +I (65070) RX_TASK: CRC: 0x9332 +I (65070) RX_TASK: CRC Check: VALID + +I (65070) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (65080) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (65090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (65100) PXID_TASK: Source Address: 0xBDE1CB72 +I (65110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (65110) PXID_TASK: Discovery Flag: 0x00 +I (65110) PXID_TASK: Slot Number: 0xFF +I (65120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (65130) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 BE 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (65140) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (65150) PXID REPLY: Wrote 22 bytes +I (65160) PXID REPLY: Sent reply packet +I (65160) RX_TASK: Send Success +I (65160) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (65170) RX_TASK: Address: 0xFF +I (65170) RX_TASK: Command bit: 1 +I (65170) RX_TASK: Control: 0x3F +I (65180) RX_TASK: Control: P-XID +I (65180) RX_TASK: CRC: 0x9451 +I (65180) RX_TASK: CRC Check: VALID + +I (65190) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (65190) RX_TASK:  +ASCII: +....r....... + +I (65200) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (65210) PXID_TASK: Source Address: 0xBDE1CB72 +I (65210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (65210) PXID_TASK: Discovery Flag: 0x00 +I (65220) PXID_TASK: Slot Number: 0x00 +I (65220) PXID_TASK: Version Number: 0x00 + + + +I (65230) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 DA 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (65240) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (65250) PXID REPLY: Wrote 22 bytes +I (65250) PXID REPLY: Sent reply packet +I (65260) RX_TASK: Send Success +I (65260) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (65270) RX_TASK: Address: 0xFF +I (65270) RX_TASK: Command bit: 1 +I (65270) RX_TASK: Control: 0x3F +I (65270) RX_TASK: Control: P-XID +I (65280) RX_TASK: CRC: 0x9332 +I (65280) RX_TASK: CRC Check: VALID + +I (65280) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (65300) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (65300) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (65310) PXID_TASK: Source Address: 0xBDE1CB72 +I (65320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (65320) PXID_TASK: Discovery Flag: 0x00 +I (65330) PXID_TASK: Slot Number: 0xFF +I (65330) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (65340) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 05 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (65350) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (65360) PXID REPLY: Wrote 22 bytes +I (65370) PXID REPLY: Sent reply packet +I (65370) RX_TASK: Send Success +I (65370) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (65380) RX_TASK: Address: 0xFF +I (65380) RX_TASK: Command bit: 1 +I (65380) RX_TASK: Control: 0x3F +I (65390) RX_TASK: Control: P-XID +I (65390) RX_TASK: CRC: 0x9451 +I (65390) RX_TASK: CRC Check: VALID + +I (65400) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (65400) RX_TASK:  +ASCII: +....r....... + +I (65410) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (65420) PXID_TASK: Source Address: 0xBDE1CB72 +I (65420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (65420) PXID_TASK: Discovery Flag: 0x00 +I (65430) PXID_TASK: Slot Number: 0x00 +I (65430) PXID_TASK: Version Number: 0x00 + + + +I (65440) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 20 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (65450) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (65460) PXID REPLY: Wrote 22 bytes +I (65460) PXID REPLY: Sent reply packet +I (65470) RX_TASK: Send Success +I (65470) RX_TASK:  +=== Packet 6 (offset 205, length 33) === + +I (65480) RX_TASK: Address: 0xFF +I (65480) RX_TASK: Command bit: 1 +I (65480) RX_TASK: Control: 0x3F +I (65490) RX_TASK: Control: P-XID +I (65490) RX_TASK: CRC: 0x9332 +I (65490) RX_TASK: CRC Check: VALID + +I (65500) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (65510) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (65510) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (65520) PXID_TASK: Source Address: 0xBDE1CB72 +I (65530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (65530) PXID_TASK: Discovery Flag: 0x00 +I (65540) PXID_TASK: Slot Number: 0xFF +I (65540) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (65550) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 4A 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (65560) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (65570) PXID REPLY: Wrote 22 bytes +I (65580) PXID REPLY: Sent reply packet +I (65580) RX_TASK: Send Success +I (65580) RX_TASK: Unterminated packet at offset 248 + +I (66590) RX_TASK: Read 178 bytes: '����' +I (66590) RX_TASK: 0x40813260 ff ff ff ff 00 00 00 94 51 c1 ff ff ff ff ff ff |........Q.......| +I (66590) RX_TASK: 0x40813270 ff ff ff ff c0 ff 3f 01 bd e1 cb 72 ff ff ff ff |......?....r....| +I (66600) RX_TASK: 0x40813280 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (66600) RX_TASK: 0x40813290 4f 43 93 32 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC.2............| +I (66610) RX_TASK: 0x408132a0 ff 3f 01 bd e1 cb 72 ff ff ff ff 00 00 00 94 51 |.?....r........Q| +I (66620) RX_TASK: 0x408132b0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 bd |.............?..| +I (66630) RX_TASK: 0x408132c0 e1 cb 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..r........$.Sym| +I (66640) RX_TASK: 0x408132d0 62 69 61 6e 20 45 50 4f 43 93 32 c1 ff ff ff ff |bian EPOC.2.....| +I (66650) RX_TASK: 0x408132e0 ff ff ff ff ff ff c0 ff 3f 01 bd e1 cb 72 ff ff |........?....r..| +I (66660) RX_TASK: 0x408132f0 ff ff 00 00 00 94 51 c1 ff ff ff ff ff ff ff ff |......Q.........| +I (66670) RX_TASK: 0x40813300 ff ff c0 ff 3f 01 bd e1 cb 72 ff ff ff ff 00 ff |....?....r......| +I (66680) RX_TASK: 0x40813310 00 82 |..| +I (66680) RX_TASK: Starting to Parse: 178 +I (66690) RX_TASK:  +=== Packet 1 (offset 20, length 33) === + +I (66690) RX_TASK: Address: 0xFF +I (66690) RX_TASK: Command bit: 1 +I (66700) RX_TASK: Control: 0x3F +I (66700) RX_TASK: Control: P-XID +I (66700) RX_TASK: CRC: 0x9332 +I (66710) RX_TASK: CRC Check: VALID + +I (66710) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (66720) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (66730) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (66740) PXID_TASK: Source Address: 0xBDE1CB72 +I (66740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (66750) PXID_TASK: Discovery Flag: 0x00 +I (66750) PXID_TASK: Slot Number: 0xFF +I (66750) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (66760) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 91 32 81 40 +60 30 81 40 B2 00 00 00 60 32 81 40 I (66780) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (66790) PXID REPLY: Wrote 22 bytes +I (66790) PXID REPLY: Sent reply packet +I (66800) RX_TASK: Send Success +I (66800) RX_TASK:  +=== Packet 2 (offset 63, length 18) === + +I (66800) RX_TASK: Address: 0xFF +I (66810) RX_TASK: Command bit: 1 +I (66810) RX_TASK: Control: 0x3F +I (66810) RX_TASK: Control: P-XID +I (66820) RX_TASK: CRC: 0x9451 +I (66820) RX_TASK: CRC Check: VALID + +I (66820) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (66830) RX_TASK:  +ASCII: +....r....... + +I (66830) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (66840) PXID_TASK: Source Address: 0xBDE1CB72 +I (66850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (66850) PXID_TASK: Discovery Flag: 0x00 +I (66850) PXID_TASK: Slot Number: 0x00 +I (66860) PXID_TASK: Version Number: 0x00 + + + +I (66860) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 AD 32 81 40 +60 30 81 40 B2 00 00 00 60 32 81 40 I (66870) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (66890) PXID REPLY: Wrote 22 bytes +I (66890) PXID REPLY: Sent reply packet +I (66890) RX_TASK: Send Success +I (66900) RX_TASK:  +=== Packet 3 (offset 91, length 33) === + +I (66900) RX_TASK: Address: 0xFF +I (66910) RX_TASK: Command bit: 1 +I (66910) RX_TASK: Control: 0x3F +I (66910) RX_TASK: Control: P-XID +I (66910) RX_TASK: CRC: 0x9332 +I (66920) RX_TASK: CRC Check: VALID + +I (66920) RX_TASK: Payload (27 bytes): +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (66930) RX_TASK:  +ASCII: +....r........$.Symbian EPOC + +I (66940) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 BD E1 CB 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (66950) PXID_TASK: Source Address: 0xBDE1CB72 +I (66950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (66960) PXID_TASK: Discovery Flag: 0x00 +I (66960) PXID_TASK: Slot Number: 0xFF +I (66970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (66970) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 D8 32 81 40 +60 30 81 40 B2 00 00 00 60 32 81 40 I (66990) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (67000) PXID REPLY: Wrote 22 bytes +I (67000) PXID REPLY: Sent reply packet +I (67010) RX_TASK: Send Success +I (67010) RX_TASK:  +=== Packet 4 (offset 134, length 18) === + +I (67020) RX_TASK: Address: 0xFF +I (67020) RX_TASK: Command bit: 1 +I (67020) RX_TASK: Control: 0x3F +I (67020) RX_TASK: Control: P-XID +I (67030) RX_TASK: CRC: 0x9451 +I (67030) RX_TASK: CRC Check: VALID + +I (67030) RX_TASK: Payload (12 bytes): +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (67040) RX_TASK:  +ASCII: +....r....... + +I (67040) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 BD E1 CB 72 FF FF FF FF 00 00 00 +I (67050) PXID_TASK: Source Address: 0xBDE1CB72 +I (67060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (67060) PXID_TASK: Discovery Flag: 0x00 +I (67070) PXID_TASK: Slot Number: 0x00 +I (67070) PXID_TASK: Version Number: 0x00 + + + +I (67070) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 F4 32 81 40 +60 30 81 40 B2 00 00 00 60 32 81 40 I (67090) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 BD E1 CB 72 01 00 00 90 24 00 54 45 53 54 +I (67100) PXID REPLY: Wrote 22 bytes +I (67100) PXID REPLY: Sent reply packet +I (67110) RX_TASK: Send Success +I (67110) RX_TASK: Unterminated packet at offset 162 + +I (172090) RX_TASK: Read 256 bytes: '������������? -�����' +I (172090) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 20 2d |............?. -| +I (172100) RX_TASK: 0x40813270 d9 07 ff ff ff ff 00 00 00 ea 54 c1 ff ff ff ff |..........T.....| +I (172110) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 20 2d d9 07 ff ff |........?. -....| +I (172120) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (172120) RX_TASK: 0x408132a0 45 50 4f 43 d0 22 c1 ff ff ff ff ff ff ff ff ff |EPOC."..........| +I (172130) RX_TASK: 0x408132b0 ff c0 ff 3f 01 20 2d d9 07 ff ff ff ff 00 00 00 |...?. -.........| +I (172140) RX_TASK: 0x408132c0 ea 54 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.T.............?| +I (172150) RX_TASK: 0x408132d0 01 20 2d d9 07 ff ff ff ff 00 ff 00 82 24 00 53 |. -..........$.S| +I (172160) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 d0 22 c1 ff ff |ymbian EPOC."...| +I (172170) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 20 2d d9 07 |..........?. -..| +I (172180) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 ea 54 c1 ff ff ff ff ff ff |........T.......| +I (172190) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 20 2d d9 07 ff ff ff ff |......?. -......| +I (172200) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (172210) RX_TASK: 0x40813330 4f 43 d0 22 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC."............| +I (172210) RX_TASK: 0x40813340 ff 3f 01 20 2d d9 07 ff ff ff ff 00 00 00 ea 54 |.?. -..........T| +I (172220) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 20 |.............?. | +I (172230) RX_TASK: Starting to Parse: 256 +I (172240) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (172240) RX_TASK: Address: 0xFF +I (172240) RX_TASK: Command bit: 1 +I (172250) RX_TASK: Control: 0x3F +I (172250) RX_TASK: Control: P-XID +I (172250) RX_TASK: CRC: 0xEA54 +I (172260) RX_TASK: CRC Check: VALID + +I (172260) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172270) RX_TASK:  +ASCII: +. -......... + +I (172270) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172280) PXID_TASK: Source Address: 0x202DD907 +I (172280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172290) PXID_TASK: Discovery Flag: 0x00 +I (172290) PXID_TASK: Slot Number: 0x00 +I (172300) PXID_TASK: Version Number: 0x00 + + + +I (172300) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 78 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172310) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172330) PXID REPLY: Wrote 22 bytes +I (172330) PXID REPLY: Sent reply packet +I (172330) RX_TASK: Send Success +I (172340) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (172340) RX_TASK: Address: 0xFF +I (172340) RX_TASK: Command bit: 1 +I (172350) RX_TASK: Control: 0x3F +I (172350) RX_TASK: Control: P-XID +I (172350) RX_TASK: CRC: 0xD022 +I (172360) RX_TASK: CRC Check: VALID + +I (172360) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (172370) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (172380) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (172390) PXID_TASK: Source Address: 0x202DD907 +I (172390) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172400) PXID_TASK: Discovery Flag: 0x00 +I (172400) PXID_TASK: Slot Number: 0xFF +I (172400) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (172410) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 A3 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172430) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172440) PXID REPLY: Wrote 22 bytes +I (172440) PXID REPLY: Sent reply packet +I (172450) RX_TASK: Send Success +I (172450) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (172460) RX_TASK: Address: 0xFF +I (172460) RX_TASK: Command bit: 1 +I (172460) RX_TASK: Control: 0x3F +I (172460) RX_TASK: Control: P-XID +I (172470) RX_TASK: CRC: 0xEA54 +I (172470) RX_TASK: CRC Check: VALID + +I (172470) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172480) RX_TASK:  +ASCII: +. -......... + +I (172490) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172490) PXID_TASK: Source Address: 0x202DD907 +I (172500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172500) PXID_TASK: Discovery Flag: 0x00 +I (172510) PXID_TASK: Slot Number: 0x00 +I (172510) PXID_TASK: Version Number: 0x00 + + + +I (172510) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 BF 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172530) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172540) PXID REPLY: Wrote 22 bytes +I (172540) PXID REPLY: Sent reply packet +I (172550) RX_TASK: Send Success +I (172550) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (172560) RX_TASK: Address: 0xFF +I (172560) RX_TASK: Command bit: 1 +I (172560) RX_TASK: Control: 0x3F +I (172560) RX_TASK: Control: P-XID +I (172570) RX_TASK: CRC: 0xD022 +I (172570) RX_TASK: CRC Check: VALID + +I (172570) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (172580) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (172590) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (172600) PXID_TASK: Source Address: 0x202DD907 +I (172610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172610) PXID_TASK: Discovery Flag: 0x00 +I (172620) PXID_TASK: Slot Number: 0xFF +I (172620) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (172630) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 EA 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172640) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172650) PXID REPLY: Wrote 22 bytes +I (172660) PXID REPLY: Sent reply packet +I (172660) RX_TASK: Send Success +I (172660) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (172670) RX_TASK: Address: 0xFF +I (172670) RX_TASK: Command bit: 1 +I (172680) RX_TASK: Control: 0x3F +I (172680) RX_TASK: Control: P-XID +I (172680) RX_TASK: CRC: 0xEA54 +I (172690) RX_TASK: CRC Check: VALID + +I (172690) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172700) RX_TASK:  +ASCII: +. -......... + +I (172700) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172710) PXID_TASK: Source Address: 0x202DD907 +I (172710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172720) PXID_TASK: Discovery Flag: 0x00 +I (172720) PXID_TASK: Slot Number: 0x00 +I (172720) PXID_TASK: Version Number: 0x00 + + + +I (172730) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 06 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172740) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172750) PXID REPLY: Wrote 22 bytes +I (172760) PXID REPLY: Sent reply packet +I (172760) RX_TASK: Send Success +I (172760) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (172770) RX_TASK: Address: 0xFF +I (172770) RX_TASK: Command bit: 1 +I (172780) RX_TASK: Control: 0x3F +I (172780) RX_TASK: Control: P-XID +I (172780) RX_TASK: CRC: 0xD022 +I (172780) RX_TASK: CRC Check: VALID + +I (172790) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (172800) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (172800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (172820) PXID_TASK: Source Address: 0x202DD907 +I (172820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172830) PXID_TASK: Discovery Flag: 0x00 +I (172830) PXID_TASK: Slot Number: 0xFF +I (172830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (172840) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 31 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172860) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172870) PXID REPLY: Wrote 22 bytes +I (172870) PXID REPLY: Sent reply packet +I (172880) RX_TASK: Send Success +I (172880) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (172880) RX_TASK: Address: 0xFF +I (172890) RX_TASK: Command bit: 1 +I (172890) RX_TASK: Control: 0x3F +I (172890) RX_TASK: Control: P-XID +I (172900) RX_TASK: CRC: 0xEA54 +I (172900) RX_TASK: CRC Check: VALID + +I (172900) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172910) RX_TASK:  +ASCII: +. -......... + +I (172910) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (172920) PXID_TASK: Source Address: 0x202DD907 +I (172930) PXID_TASK: Destination Address: 0xFFFFFFFF +I (172930) PXID_TASK: Discovery Flag: 0x00 +I (172930) PXID_TASK: Slot Number: 0x00 +I (172940) PXID_TASK: Version Number: 0x00 + + + +I (172940) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 4D 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (172960) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (172970) PXID REPLY: Wrote 22 bytes +I (172970) PXID REPLY: Sent reply packet +I (172980) RX_TASK: Send Success +I (172980) RX_TASK: Unterminated packet at offset 251 + +I (172980) RX_TASK: Read 256 bytes: '-�����' +I (172990) RX_TASK: 0x40813260 2d d9 07 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |-..........$.Sym| +I (173000) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 d0 22 c1 ff ff ff ff |bian EPOC.".....| +I (173010) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 20 2d d9 07 ff ff |........?. -....| +I (173010) RX_TASK: 0x40813290 ff ff 00 00 00 ea 54 c1 ff ff ff ff ff ff ff ff |......T.........| +I (173020) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 20 2d d9 07 ff ff ff ff 00 ff |....?. -........| +I (173030) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (173040) RX_TASK: 0x408132c0 d0 22 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.".............?| +I (173050) RX_TASK: 0x408132d0 01 20 2d d9 07 ff ff ff ff 00 00 00 ea 54 c1 ff |. -..........T..| +I (173060) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 20 2d d9 |...........?. -.| +I (173070) RX_TASK: 0x408132f0 07 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (173080) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 d0 22 c1 ff ff ff ff ff ff |an EPOC.".......| +I (173090) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 20 2d d9 07 ff ff ff ff |......?. -......| +I (173090) RX_TASK: 0x40813320 00 00 00 ea 54 c1 ff ff ff ff ff ff ff ff ff ff |....T...........| +I (173100) RX_TASK: 0x40813330 c0 ff 3f 01 20 2d d9 07 ff ff ff ff 00 ff 00 82 |..?. -..........| +I (173110) RX_TASK: 0x40813340 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d0 22 |$.Symbian EPOC."| +I (173120) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 20 |.............?. | +I (173130) RX_TASK: Starting to Parse: 256 +I (173130) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (173140) RX_TASK: Address: 0xFF +I (173140) RX_TASK: Command bit: 1 +I (173150) RX_TASK: Control: 0x3F +I (173150) RX_TASK: Control: P-XID +I (173150) RX_TASK: CRC: 0xEA54 +I (173150) RX_TASK: CRC Check: VALID + +I (173160) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (173170) RX_TASK:  +ASCII: +. -......... + +I (173170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (173180) PXID_TASK: Source Address: 0x202DD907 +I (173180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (173190) PXID_TASK: Discovery Flag: 0x00 +I (173190) PXID_TASK: Slot Number: 0x00 +I (173190) PXID_TASK: Version Number: 0x00 + + + +I (173200) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 94 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (173210) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (173220) PXID REPLY: Wrote 22 bytes +I (173230) PXID REPLY: Sent reply packet +I (173230) RX_TASK: Send Success +I (173230) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (173240) RX_TASK: Address: 0xFF +I (173240) RX_TASK: Command bit: 1 +I (173250) RX_TASK: Control: 0x3F +I (173250) RX_TASK: Control: P-XID +I (173250) RX_TASK: CRC: 0xD022 +I (173250) RX_TASK: CRC Check: VALID + +I (173260) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (173270) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (173270) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (173290) PXID_TASK: Source Address: 0x202DD907 +I (173290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (173300) PXID_TASK: Discovery Flag: 0x00 +I (173300) PXID_TASK: Slot Number: 0xFF +I (173300) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (173310) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 BF 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (173330) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (173340) PXID REPLY: Wrote 22 bytes +I (173340) PXID REPLY: Sent reply packet +I (173350) RX_TASK: Send Success +I (173350) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (173350) RX_TASK: Address: 0xFF +I (173360) RX_TASK: Command bit: 1 +I (173360) RX_TASK: Control: 0x3F +I (173360) RX_TASK: Control: P-XID +I (173370) RX_TASK: CRC: 0xEA54 +I (173370) RX_TASK: CRC Check: VALID + +I (173370) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (173380) RX_TASK:  +ASCII: +. -......... + +I (173380) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (173390) PXID_TASK: Source Address: 0x202DD907 +I (173400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (173400) PXID_TASK: Discovery Flag: 0x00 +I (173400) PXID_TASK: Slot Number: 0x00 +I (173410) PXID_TASK: Version Number: 0x00 + + + +I (173410) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 DB 32 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (173430) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (173440) PXID REPLY: Wrote 22 bytes +I (173440) PXID REPLY: Sent reply packet +I (173440) RX_TASK: Send Success +I (173450) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (173450) RX_TASK: Address: 0xFF +I (173460) RX_TASK: Command bit: 1 +I (173460) RX_TASK: Control: 0x3F +I (173460) RX_TASK: Control: P-XID +I (173470) RX_TASK: CRC: 0xD022 +I (173470) RX_TASK: CRC Check: VALID + +I (173470) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (173480) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (173490) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (173500) PXID_TASK: Source Address: 0x202DD907 +I (173510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (173510) PXID_TASK: Discovery Flag: 0x00 +I (173510) PXID_TASK: Slot Number: 0xFF +I (173520) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (173530) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 06 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (173540) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (173550) PXID REPLY: Wrote 22 bytes +I (173560) PXID REPLY: Sent reply packet +I (173560) RX_TASK: Send Success +I (173560) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (173570) RX_TASK: Address: 0xFF +I (173570) RX_TASK: Command bit: 1 +I (173570) RX_TASK: Control: 0x3F +I (173580) RX_TASK: Control: P-XID +I (173580) RX_TASK: CRC: 0xEA54 +I (173580) RX_TASK: CRC Check: VALID + +I (173590) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (173590) RX_TASK:  +ASCII: +. -......... + +I (173600) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (173610) PXID_TASK: Source Address: 0x202DD907 +I (173610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (173620) PXID_TASK: Discovery Flag: 0x00 +I (173620) PXID_TASK: Slot Number: 0x00 +I (173620) PXID_TASK: Version Number: 0x00 + + + +I (173630) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 22 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (173640) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (173650) PXID REPLY: Wrote 22 bytes +I (173660) PXID REPLY: Sent reply packet +I (173660) RX_TASK: Send Success +I (173660) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (173670) RX_TASK: Address: 0xFF +I (173670) RX_TASK: Command bit: 1 +I (173670) RX_TASK: Control: 0x3F +I (173680) RX_TASK: Control: P-XID +I (173680) RX_TASK: CRC: 0xD022 +I (173680) RX_TASK: CRC Check: VALID + +I (173690) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (173700) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (173700) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (173720) PXID_TASK: Source Address: 0x202DD907 +I (173720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (173720) PXID_TASK: Discovery Flag: 0x00 +I (173730) PXID_TASK: Slot Number: 0xFF +I (173730) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (173740) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 4D 33 81 40 +60 30 81 40 00 01 00 00 60 32 81 40 I (173750) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (173770) PXID REPLY: Wrote 22 bytes +I (173770) PXID REPLY: Sent reply packet +I (173770) RX_TASK: Send Success +I (173780) RX_TASK: Unterminated packet at offset 251 + +I (174780) RX_TASK: Read 197 bytes: '-�����' +I (174780) RX_TASK: 0x40813260 2d d9 07 ff ff ff ff 00 00 00 ea 54 c1 ff ff ff |-..........T....| +I (174780) RX_TASK: 0x40813270 ff ff ff ff ff ff ff c0 ff 3f 01 20 2d d9 07 ff |.........?. -...| +I (174790) RX_TASK: 0x40813280 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (174800) RX_TASK: 0x40813290 20 45 50 4f 43 d0 22 c1 ff ff ff ff ff ff ff ff | EPOC.".........| +I (174800) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 20 2d d9 07 ff ff ff ff 00 00 |....?. -........| +I (174810) RX_TASK: 0x408132b0 00 ea 54 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |..T............?| +I (174820) RX_TASK: 0x408132c0 01 20 2d d9 07 ff ff ff ff 00 ff 00 82 24 00 53 |. -..........$.S| +I (174830) RX_TASK: 0x408132d0 79 6d 62 69 61 6e 20 45 50 4f 43 d0 22 c1 ff ff |ymbian EPOC."...| +I (174840) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 20 2d d9 07 |..........?. -..| +I (174850) RX_TASK: 0x408132f0 ff ff ff ff 00 00 00 ea 54 c1 ff ff ff ff ff ff |........T.......| +I (174860) RX_TASK: 0x40813300 ff ff ff ff c0 ff 3f 01 20 2d d9 07 ff ff ff ff |......?. -......| +I (174870) RX_TASK: 0x40813310 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (174880) RX_TASK: 0x40813320 4f 43 d0 22 c1 |OC.".| +I (174880) RX_TASK: Starting to Parse: 197 +I (174890) RX_TASK:  +=== Packet 1 (offset 23, length 33) === + +I (174890) RX_TASK: Address: 0xFF +I (174900) RX_TASK: Command bit: 1 +I (174900) RX_TASK: Control: 0x3F +I (174900) RX_TASK: Control: P-XID +I (174910) RX_TASK: CRC: 0xD022 +I (174910) RX_TASK: CRC Check: VALID + +I (174910) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (174920) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (174930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (174940) PXID_TASK: Source Address: 0x202DD907 +I (174940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (174950) PXID_TASK: Discovery Flag: 0x00 +I (174950) PXID_TASK: Slot Number: 0xFF +I (174960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (174970) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 94 32 81 40 +60 30 81 40 C5 00 00 00 60 32 81 40 I (174980) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (174990) PXID REPLY: Wrote 22 bytes +I (174990) PXID REPLY: Sent reply packet +I (175000) RX_TASK: Send Success +I (175000) RX_TASK:  +=== Packet 2 (offset 66, length 18) === + +I (175010) RX_TASK: Address: 0xFF +I (175010) RX_TASK: Command bit: 1 +I (175010) RX_TASK: Control: 0x3F +I (175020) RX_TASK: Control: P-XID +I (175020) RX_TASK: CRC: 0xEA54 +I (175020) RX_TASK: CRC Check: VALID + +I (175030) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (175030) RX_TASK:  +ASCII: +. -......... + +I (175040) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (175050) PXID_TASK: Source Address: 0x202DD907 +I (175050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (175050) PXID_TASK: Discovery Flag: 0x00 +I (175060) PXID_TASK: Slot Number: 0x00 +I (175060) PXID_TASK: Version Number: 0x00 + + + +I (175070) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 B0 32 81 40 +60 30 81 40 C5 00 00 00 60 32 81 40 I (175080) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (175090) PXID REPLY: Wrote 22 bytes +I (175090) PXID REPLY: Sent reply packet +I (175100) RX_TASK: Send Success +I (175100) RX_TASK:  +=== Packet 3 (offset 93, length 33) === + +I (175110) RX_TASK: Address: 0xFF +I (175110) RX_TASK: Command bit: 1 +I (175110) RX_TASK: Control: 0x3F +I (175120) RX_TASK: Control: P-XID +I (175120) RX_TASK: CRC: 0xD022 +I (175120) RX_TASK: CRC Check: VALID + +I (175130) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (175140) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (175140) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (175150) PXID_TASK: Source Address: 0x202DD907 +I (175160) PXID_TASK: Destination Address: 0xFFFFFFFF +I (175160) PXID_TASK: Discovery Flag: 0x00 +I (175170) PXID_TASK: Slot Number: 0xFF +I (175170) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (175180) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 DA 32 81 40 +60 30 81 40 C5 00 00 00 60 32 81 40 I (175190) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (175210) PXID REPLY: Wrote 22 bytes +I (175210) PXID REPLY: Sent reply packet +I (175210) RX_TASK: Send Success +I (175220) RX_TASK:  +=== Packet 4 (offset 136, length 18) === + +I (175220) RX_TASK: Address: 0xFF +I (175220) RX_TASK: Command bit: 1 +I (175230) RX_TASK: Control: 0x3F +I (175230) RX_TASK: Control: P-XID +I (175230) RX_TASK: CRC: 0xEA54 +I (175240) RX_TASK: CRC Check: VALID + +I (175240) RX_TASK: Payload (12 bytes): +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (175250) RX_TASK:  +ASCII: +. -......... + +I (175250) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 20 2D D9 07 FF FF FF FF 00 00 00 +I (175260) PXID_TASK: Source Address: 0x202DD907 +I (175260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (175270) PXID_TASK: Discovery Flag: 0x00 +I (175270) PXID_TASK: Slot Number: 0x00 +I (175280) PXID_TASK: Version Number: 0x00 + + + +I (175280) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 50 30 81 40 F6 32 81 40 +60 30 81 40 C5 00 00 00 60 32 81 40 I (175290) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (175310) PXID REPLY: Wrote 22 bytes +I (175310) PXID REPLY: Sent reply packet +I (175310) RX_TASK: Send Success +I (175320) RX_TASK:  +=== Packet 5 (offset 164, length 33) === + +I (175320) RX_TASK: Address: 0xFF +I (175320) RX_TASK: Command bit: 1 +I (175330) RX_TASK: Control: 0x3F +I (175330) RX_TASK: Control: P-XID +I (175330) RX_TASK: CRC: 0xD022 +I (175340) RX_TASK: CRC Check: VALID + +I (175340) RX_TASK: Payload (27 bytes): +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (175350) RX_TASK:  +ASCII: +. -..........$.Symbian EPOC + +I (175360) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 20 2D D9 07 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (175370) PXID_TASK: Source Address: 0x202DD907 +I (175370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (175380) PXID_TASK: Discovery Flag: 0x00 +I (175380) PXID_TASK: Slot Number: 0xFF +I (175390) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (175390) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 +24 00 54 45 53 54 00 00 40 30 81 40 21 33 81 40 +60 30 81 40 C5 00 00 00 60 32 81 40 I (175410) PXID REPLY: Send reply packet +FE BF 01 FE 42 28 66 06 20 2D D9 07 01 00 00 90 24 00 54 45 53 54 +I (175420) PXID REPLY: Wrote 22 bytes +I (175420) PXID REPLY: Sent reply packet +I (175430) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_33635 b/build/log/idf_py_stdout_output_33635 new file mode 100644 index 0000000..ffb2c73 --- /dev/null +++ b/build/log/idf_py_stdout_output_33635 @@ -0,0 +1,25 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:425:13: warning: 'tx_task' defined but not used [-Wunused-function] + 425 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db10 bytes. Smallest app partition is 0x100000 bytes. 0xd24f0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_33774 b/build/log/idf_py_stdout_output_33774 new file mode 100644 index 0000000..b213d2d --- /dev/null +++ b/build/log/idf_py_stdout_output_33774 @@ -0,0 +1,33 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:247:5: error: unknown type name 'unit8_t'; did you mean 'uint8_t'? + 247 | unit8_t fcs_payload[23]; + | ^~~~~~~ + | uint8_t +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:252:43: error: passing argument 2 of 'irda_crc' from incompatible pointer type [-Wincompatible-pointer-types] + 252 | u16 calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~~ + | | + | int * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'int *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:252:9: warning: unused variable 'calculated' [-Wunused-variable] + 252 | u16 calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:433:13: warning: 'tx_task' defined but not used [-Wunused-function] + 433 | static void tx_task(void *arg) + | ^~~~~~~ +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_33795 b/build/log/idf_py_stdout_output_33795 new file mode 100644 index 0000000..66ea732 --- /dev/null +++ b/build/log/idf_py_stdout_output_33795 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:252:9: warning: unused variable 'calculated' [-Wunused-variable] + 252 | u16 calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:433:13: warning: 'tx_task' defined but not used [-Wunused-function] + 433 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db20 bytes. Smallest app partition is 0x100000 bytes. 0xd24e0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_33920 b/build/log/idf_py_stdout_output_33920 new file mode 100644 index 0000000..7421e4c --- /dev/null +++ b/build/log/idf_py_stdout_output_33920 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:252:14: warning: unused variable 'calculated' [-Wunused-variable] + 252 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:433:13: warning: 'tx_task' defined but not used [-Wunused-function] + 433 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db20 bytes. Smallest app partition is 0x100000 bytes. 0xd24e0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_34054 b/build/log/idf_py_stdout_output_34054 new file mode 100644 index 0000000..4a5b543 --- /dev/null +++ b/build/log/idf_py_stdout_output_34054 @@ -0,0 +1,41 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:265:32: error: 'data' undeclared (first use in this function) + 265 | &data[11], // Address byte + | ^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:265:32: note: each undeclared identifier is reported only once for each function it appears in +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:14: error: 'RX_TASK_TAG' undeclared (first use in this function); did you mean 'TASK_TAG'? + 268 | ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:5: note: in expansion of macro 'ESP_LOGI' + 268 | ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:14: warning: unused variable 'calculated' [-Wunused-variable] + 261 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:445:13: warning: 'tx_task' defined but not used [-Wunused-function] + 445 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34075 b/build/log/idf_py_stdout_output_34075 new file mode 100644 index 0000000..e1cc0ff --- /dev/null +++ b/build/log/idf_py_stdout_output_34075 @@ -0,0 +1,57 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:265:31: error: pointer targets in passing argument 2 of 'irda_crc' differ in signedness [-Werror=pointer-sign] + 265 | &reply_packet[11], // Address byte + | ^~~~~~~~~~~~~~~~~ + | | + | char * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:14: error: 'RX_TASK_TAG' undeclared (first use in this function); did you mean 'TASK_TAG'? + 268 | ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:5: note: in expansion of macro 'ESP_LOGI' + 268 | ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:14: note: each undeclared identifier is reported only once for each function it appears in + 268 | ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:5: note: in expansion of macro 'ESP_LOGI' + 268 | ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:14: warning: unused variable 'calculated' [-Wunused-variable] + 261 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:445:13: warning: 'tx_task' defined but not used [-Wunused-function] + 445 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +[3/9] No install step for 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34089 b/build/log/idf_py_stdout_output_34089 new file mode 100644 index 0000000..351d3c7 --- /dev/null +++ b/build/log/idf_py_stdout_output_34089 @@ -0,0 +1,33 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:265:31: error: pointer targets in passing argument 2 of 'irda_crc' differ in signedness [-Werror=pointer-sign] + 265 | &reply_packet[11], // Address byte + | ^~~~~~~~~~~~~~~~~ + | | + | char * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:14: warning: unused variable 'calculated' [-Wunused-variable] + 261 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:445:13: warning: 'tx_task' defined but not used [-Wunused-function] + 445 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34112 b/build/log/idf_py_stdout_output_34112 new file mode 100644 index 0000000..decc399 --- /dev/null +++ b/build/log/idf_py_stdout_output_34112 @@ -0,0 +1,33 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:282:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 282 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:14: warning: unused variable 'calculated' [-Wunused-variable] + 261 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:445:13: warning: 'tx_task' defined but not used [-Wunused-function] + 445 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34147 b/build/log/idf_py_stdout_output_34147 new file mode 100644 index 0000000..351d3c7 --- /dev/null +++ b/build/log/idf_py_stdout_output_34147 @@ -0,0 +1,33 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:265:31: error: pointer targets in passing argument 2 of 'irda_crc' differ in signedness [-Werror=pointer-sign] + 265 | &reply_packet[11], // Address byte + | ^~~~~~~~~~~~~~~~~ + | | + | char * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:14: warning: unused variable 'calculated' [-Wunused-variable] + 261 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:445:13: warning: 'tx_task' defined but not used [-Wunused-function] + 445 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34175 b/build/log/idf_py_stdout_output_34175 new file mode 100644 index 0000000..73854c4 --- /dev/null +++ b/build/log/idf_py_stdout_output_34175 @@ -0,0 +1,32 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:14: warning: unused variable 'calculated' [-Wunused-variable] + 261 | uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, sizeof(fcs_payload)); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:445:13: warning: 'tx_task' defined but not used [-Wunused-function] + 445 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db20 bytes. Smallest app partition is 0x100000 bytes. 0xd24e0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_34303 b/build/log/idf_py_stdout_output_34303 new file mode 100644 index 0000000..23682bf --- /dev/null +++ b/build/log/idf_py_stdout_output_34303 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db20 bytes. Smallest app partition is 0x100000 bytes. 0xd24e0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 508.4 kbit/s)... +Hash of data verified. +Compressed 187168 bytes to 95230... +Writing at 0x00010000... (16 %) +Writing at 0x0001aacd... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288a8... (66 %) +Writing at 0x00030b88... (83 %) +Writing at 0x0003789e... (100 %) +Wrote 187168 bytes (95230 compressed) at 0x00010000 in 1.7 seconds (effective 902.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.4 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_34321 b/build/log/idf_py_stdout_output_34321 new file mode 100644 index 0000000..d85dda5 --- /dev/null +++ b/build/log/idf_py_stdout_output_34321 @@ -0,0 +1,705 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=161d4h ( 90580) map +I (113) esp_image: segment 3: paddr=000361fc vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c374 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: ba3860859... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6470) RX_TASK: Read 256 bytes: '������������?b�l����' +I (6470) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f 62 |............?..b| +I (6470) RX_TASK: 0x40813270 81 6c ff ff ff ff 00 00 00 db 44 c1 ff ff ff ff |.l........D.....| +I (6480) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 0f 62 81 6c ff ff |........?..b.l..| +I (6490) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (6500) RX_TASK: 0x408132a0 45 50 4f 43 10 53 c1 ff ff ff ff ff ff ff ff ff |EPOC.S..........| +I (6510) RX_TASK: 0x408132b0 ff c0 ff 3f 01 0f 62 81 6c ff ff ff ff 00 00 00 |...?..b.l.......| +I (6520) RX_TASK: 0x408132c0 db 44 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.D.............?| +I (6530) RX_TASK: 0x408132d0 01 0f 62 81 6c ff ff ff ff 00 ff 00 82 24 00 53 |..b.l........$.S| +I (6540) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 10 53 c1 ff ff |ymbian EPOC.S...| +I (6540) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 0f 62 81 6c |..........?..b.l| +I (6550) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 db 44 c1 ff ff ff ff ff ff |........D.......| +I (6560) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 0f 62 81 6c ff ff ff ff |......?..b.l....| +I (6570) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6580) RX_TASK: 0x40813330 4f 43 10 53 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC.S............| +I (6590) RX_TASK: 0x40813340 ff 3f 01 0f 62 81 6c ff ff ff ff 00 00 00 db 44 |.?..b.l........D| +I (6600) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f |.............?..| +I (6610) RX_TASK: Starting to Parse: 256 +I (6610) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6610) RX_TASK: Address: 0xFF +I (6620) RX_TASK: Command bit: 1 +I (6620) RX_TASK: Control: 0x3F +I (6620) RX_TASK: Control: P-XID +I (6630) RX_TASK: CRC: 0xDB44 +I (6630) RX_TASK: CRC Check: VALID + +I (6630) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (6640) RX_TASK:  +ASCII: +..b.l....... + +I (6640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (6650) PXID_TASK: Source Address: 0xF62816C +I (6650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6660) PXID_TASK: Discovery Flag: 0x00 +I (6660) PXID_TASK: Slot Number: 0x00 +I (6670) PXID_TASK: Version Number: 0x00 + + + +I (6670) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (6680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (6700) PXID REPLY: Wrote 22 bytes +I (6700) PXID REPLY: Sent reply packet +I (6700) RX_TASK: Send Success +I (6710) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6710) RX_TASK: Address: 0xFF +I (6710) RX_TASK: Command bit: 1 +I (6720) RX_TASK: Control: 0x3F +I (6720) RX_TASK: Control: P-XID +I (6720) RX_TASK: CRC: 0x1053 +I (6730) RX_TASK: CRC Check: VALID + +I (6730) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6740) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (6740) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6760) PXID_TASK: Source Address: 0xF62816C +I (6760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6770) PXID_TASK: Discovery Flag: 0x00 +I (6770) PXID_TASK: Slot Number: 0xFF +I (6770) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6780) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (6790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (6810) PXID REPLY: Wrote 22 bytes +I (6810) PXID REPLY: Sent reply packet +I (6810) RX_TASK: Send Success +I (6820) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (6820) RX_TASK: Address: 0xFF +I (6820) RX_TASK: Command bit: 1 +I (6830) RX_TASK: Control: 0x3F +I (6830) RX_TASK: Control: P-XID +I (6830) RX_TASK: CRC: 0xDB44 +I (6840) RX_TASK: CRC Check: VALID + +I (6840) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (6850) RX_TASK:  +ASCII: +..b.l....... + +I (6850) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (6860) PXID_TASK: Source Address: 0xF62816C +I (6860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6870) PXID_TASK: Discovery Flag: 0x00 +I (6870) PXID_TASK: Slot Number: 0x00 +I (6870) PXID_TASK: Version Number: 0x00 + + + +I (6880) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (6890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (6900) PXID REPLY: Wrote 22 bytes +I (6910) PXID REPLY: Sent reply packet +I (6910) RX_TASK: Send Success +I (6910) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (6920) RX_TASK: Address: 0xFF +I (6920) RX_TASK: Command bit: 1 +I (6920) RX_TASK: Control: 0x3F +I (6930) RX_TASK: Control: P-XID +I (6930) RX_TASK: CRC: 0x1053 +I (6930) RX_TASK: CRC Check: VALID + +I (6940) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6950) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (6950) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6960) PXID_TASK: Source Address: 0xF62816C +I (6970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6970) PXID_TASK: Discovery Flag: 0x00 +I (6980) PXID_TASK: Slot Number: 0xFF +I (6980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6990) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7000) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7010) PXID REPLY: Wrote 22 bytes +I (7020) PXID REPLY: Sent reply packet +I (7020) RX_TASK: Send Success +I (7020) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (7030) RX_TASK: Address: 0xFF +I (7030) RX_TASK: Command bit: 1 +I (7030) RX_TASK: Control: 0x3F +I (7040) RX_TASK: Control: P-XID +I (7040) RX_TASK: CRC: 0xDB44 +I (7040) RX_TASK: CRC Check: VALID + +I (7050) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7050) RX_TASK:  +ASCII: +..b.l....... + +I (7060) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7070) PXID_TASK: Source Address: 0xF62816C +I (7070) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7070) PXID_TASK: Discovery Flag: 0x00 +I (7080) PXID_TASK: Slot Number: 0x00 +I (7080) PXID_TASK: Version Number: 0x00 + + + +I (7080) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7110) PXID REPLY: Wrote 22 bytes +I (7110) PXID REPLY: Sent reply packet +I (7120) RX_TASK: Send Success +I (7120) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (7120) RX_TASK: Address: 0xFF +I (7130) RX_TASK: Command bit: 1 +I (7130) RX_TASK: Control: 0x3F +I (7130) RX_TASK: Control: P-XID +I (7140) RX_TASK: CRC: 0x1053 +I (7140) RX_TASK: CRC Check: VALID + +I (7140) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7150) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (7160) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7170) PXID_TASK: Source Address: 0xF62816C +I (7170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7180) PXID_TASK: Discovery Flag: 0x00 +I (7180) PXID_TASK: Slot Number: 0xFF +I (7190) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7200) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7210) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7220) PXID REPLY: Wrote 22 bytes +I (7220) PXID REPLY: Sent reply packet +I (7230) RX_TASK: Send Success +I (7230) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (7240) RX_TASK: Address: 0xFF +I (7240) RX_TASK: Command bit: 1 +I (7240) RX_TASK: Control: 0x3F +I (7240) RX_TASK: Control: P-XID +I (7250) RX_TASK: CRC: 0xDB44 +I (7250) RX_TASK: CRC Check: VALID + +I (7250) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7260) RX_TASK:  +ASCII: +..b.l....... + +I (7260) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7270) PXID_TASK: Source Address: 0xF62816C +I (7280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7280) PXID_TASK: Discovery Flag: 0x00 +I (7280) PXID_TASK: Slot Number: 0x00 +I (7290) PXID_TASK: Version Number: 0x00 + + + +I (7290) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7300) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7320) PXID REPLY: Wrote 22 bytes +I (7320) PXID REPLY: Sent reply packet +I (7320) RX_TASK: Send Success +I (7330) RX_TASK: Unterminated packet at offset 251 + +I (7330) RX_TASK: Read 256 bytes: 'b�l����' +I (7340) RX_TASK: 0x40813260 62 81 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |b.l........$.Sym| +I (7340) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 10 53 c1 ff ff ff ff |bian EPOC.S.....| +I (7350) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 0f 62 81 6c ff ff |........?..b.l..| +I (7360) RX_TASK: 0x40813290 ff ff 00 00 00 db 44 c1 ff ff ff ff ff ff ff ff |......D.........| +I (7370) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 0f 62 81 6c ff ff ff ff 00 ff |....?..b.l......| +I (7380) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (7390) RX_TASK: 0x408132c0 10 53 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.S.............?| +I (7400) RX_TASK: 0x408132d0 01 0f 62 81 6c ff ff ff ff 00 00 00 db 44 c1 ff |..b.l........D..| +I (7410) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f 62 81 |...........?..b.| +I (7410) RX_TASK: 0x408132f0 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |l........$.Symbi| +I (7420) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 10 53 c1 ff ff ff ff ff ff |an EPOC.S.......| +I (7430) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 0f 62 81 6c ff ff ff ff |......?..b.l....| +I (7440) RX_TASK: 0x40813320 00 00 00 db 44 c1 ff ff ff ff ff ff ff ff ff ff |....D...........| +I (7450) RX_TASK: 0x40813330 c0 ff 3f 01 0f 62 81 6c ff ff ff ff 00 ff 00 82 |..?..b.l........| +I (7460) RX_TASK: 0x40813340 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 10 53 |$.Symbian EPOC.S| +I (7470) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f |.............?..| +I (7480) RX_TASK: Starting to Parse: 256 +I (7480) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (7480) RX_TASK: Address: 0xFF +I (7490) RX_TASK: Command bit: 1 +I (7490) RX_TASK: Control: 0x3F +I (7490) RX_TASK: Control: P-XID +I (7500) RX_TASK: CRC: 0xDB44 +I (7500) RX_TASK: CRC Check: VALID + +I (7500) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7510) RX_TASK:  +ASCII: +..b.l....... + +I (7510) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7520) PXID_TASK: Source Address: 0xF62816C +I (7530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7530) PXID_TASK: Discovery Flag: 0x00 +I (7530) PXID_TASK: Slot Number: 0x00 +I (7540) PXID_TASK: Version Number: 0x00 + + + +I (7540) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7550) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7570) PXID REPLY: Wrote 22 bytes +I (7570) PXID REPLY: Sent reply packet +I (7570) RX_TASK: Send Success +I (7580) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (7580) RX_TASK: Address: 0xFF +I (7580) RX_TASK: Command bit: 1 +I (7590) RX_TASK: Control: 0x3F +I (7590) RX_TASK: Control: P-XID +I (7590) RX_TASK: CRC: 0x1053 +I (7600) RX_TASK: CRC Check: VALID + +I (7600) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7610) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (7610) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7630) PXID_TASK: Source Address: 0xF62816C +I (7630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7640) PXID_TASK: Discovery Flag: 0x00 +I (7640) PXID_TASK: Slot Number: 0xFF +I (7640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7650) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7660) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7680) PXID REPLY: Wrote 22 bytes +I (7680) PXID REPLY: Sent reply packet +I (7680) RX_TASK: Send Success +I (7690) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (7690) RX_TASK: Address: 0xFF +I (7690) RX_TASK: Command bit: 1 +I (7700) RX_TASK: Control: 0x3F +I (7700) RX_TASK: Control: P-XID +I (7700) RX_TASK: CRC: 0xDB44 +I (7710) RX_TASK: CRC Check: VALID + +I (7710) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7720) RX_TASK:  +ASCII: +..b.l....... + +I (7720) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7730) PXID_TASK: Source Address: 0xF62816C +I (7730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7740) PXID_TASK: Discovery Flag: 0x00 +I (7740) PXID_TASK: Slot Number: 0x00 +I (7740) PXID_TASK: Version Number: 0x00 + + + +I (7750) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7760) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7770) PXID REPLY: Wrote 22 bytes +I (7780) PXID REPLY: Sent reply packet +I (7780) RX_TASK: Send Success +I (7780) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (7790) RX_TASK: Address: 0xFF +I (7790) RX_TASK: Command bit: 1 +I (7790) RX_TASK: Control: 0x3F +I (7800) RX_TASK: Control: P-XID +I (7800) RX_TASK: CRC: 0x1053 +I (7800) RX_TASK: CRC Check: VALID + +I (7810) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7820) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (7820) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7830) PXID_TASK: Source Address: 0xF62816C +I (7840) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7840) PXID_TASK: Discovery Flag: 0x00 +I (7850) PXID_TASK: Slot Number: 0xFF +I (7850) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7860) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7880) PXID REPLY: Wrote 22 bytes +I (7890) PXID REPLY: Sent reply packet +I (7890) RX_TASK: Send Success +I (7890) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (7900) RX_TASK: Address: 0xFF +I (7900) RX_TASK: Command bit: 1 +I (7900) RX_TASK: Control: 0x3F +I (7910) RX_TASK: Control: P-XID +I (7910) RX_TASK: CRC: 0xDB44 +I (7910) RX_TASK: CRC Check: VALID + +I (7920) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7920) RX_TASK:  +ASCII: +..b.l....... + +I (7930) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (7940) PXID_TASK: Source Address: 0xF62816C +I (7940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7940) PXID_TASK: Discovery Flag: 0x00 +I (7950) PXID_TASK: Slot Number: 0x00 +I (7950) PXID_TASK: Version Number: 0x00 + + + +I (7960) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (7970) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (7980) PXID REPLY: Wrote 22 bytes +I (7980) PXID REPLY: Sent reply packet +I (7990) RX_TASK: Send Success +I (7990) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (8000) RX_TASK: Address: 0xFF +I (8000) RX_TASK: Command bit: 1 +I (8000) RX_TASK: Control: 0x3F +I (8000) RX_TASK: Control: P-XID +I (8010) RX_TASK: CRC: 0x1053 +I (8010) RX_TASK: CRC Check: VALID + +I (8010) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8020) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (8030) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8040) PXID_TASK: Source Address: 0xF62816C +I (8050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8050) PXID_TASK: Discovery Flag: 0x00 +I (8050) PXID_TASK: Slot Number: 0xFF +I (8060) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8070) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 00 01 00 00 60 32 81 40 I (8080) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (8090) PXID REPLY: Wrote 22 bytes +I (8090) PXID REPLY: Sent reply packet +I (8100) RX_TASK: Send Success +I (8100) RX_TASK: Unterminated packet at offset 251 + +I (9110) RX_TASK: Read 171 bytes: 'b�l����' +I (9110) RX_TASK: 0x40813260 62 81 6c ff ff ff ff 00 00 00 db 44 c1 ff ff ff |b.l........D....| +I (9110) RX_TASK: 0x40813270 ff ff ff ff ff ff ff c0 ff 3f 01 0f 62 81 6c ff |.........?..b.l.| +I (9120) RX_TASK: 0x40813280 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (9120) RX_TASK: 0x40813290 20 45 50 4f 43 10 53 c1 ff ff ff ff ff ff ff ff | EPOC.S.........| +I (9130) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 0f 62 81 6c ff ff ff ff 00 00 |....?..b.l......| +I (9140) RX_TASK: 0x408132b0 00 db 44 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |..D.............| +I (9150) RX_TASK: 0x408132c0 3f 01 0f 62 81 6c ff ff ff ff 00 ff 00 82 24 00 |?..b.l........$.| +I (9160) RX_TASK: 0x408132d0 53 79 6d 62 69 61 6e 20 45 50 4f 43 10 53 c1 ff |Symbian EPOC.S..| +I (9170) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 0f 62 81 6c |..........?..b.l| +I (9180) RX_TASK: 0x408132f0 ff ff ff ff 00 00 00 db 44 c1 ff ff ff ff ff ff |........D.......| +I (9190) RX_TASK: 0x40813300 ff ff ff ff c0 ff 3f 01 0f 62 81 |......?..b.| +I (9190) RX_TASK: Starting to Parse: 171 +I (9200) RX_TASK:  +=== Packet 1 (offset 23, length 33) === + +I (9200) RX_TASK: Address: 0xFF +I (9210) RX_TASK: Command bit: 1 +I (9210) RX_TASK: Control: 0x3F +I (9210) RX_TASK: Control: P-XID +I (9210) RX_TASK: CRC: 0x1053 +I (9220) RX_TASK: CRC Check: VALID + +I (9220) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9230) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (9240) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9250) PXID_TASK: Source Address: 0xF62816C +I (9250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9260) PXID_TASK: Discovery Flag: 0x00 +I (9260) PXID_TASK: Slot Number: 0xFF +I (9260) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9270) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 AB 00 00 00 60 32 81 40 I (9290) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (9300) PXID REPLY: Wrote 22 bytes +I (9300) PXID REPLY: Sent reply packet +I (9310) RX_TASK: Send Success +I (9310) RX_TASK:  +=== Packet 2 (offset 66, length 18) === + +I (9310) RX_TASK: Address: 0xFF +I (9320) RX_TASK: Command bit: 1 +I (9320) RX_TASK: Control: 0x3F +I (9320) RX_TASK: Control: P-XID +I (9330) RX_TASK: CRC: 0xDB44 +I (9330) RX_TASK: CRC Check: VALID + +I (9330) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (9340) RX_TASK:  +ASCII: +..b.l....... + +I (9340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (9350) PXID_TASK: Source Address: 0xF62816C +I (9350) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9360) PXID_TASK: Discovery Flag: 0x00 +I (9360) PXID_TASK: Slot Number: 0x00 +I (9370) PXID_TASK: Version Number: 0x00 + + + +I (9370) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 AB 00 00 00 60 32 81 40 I (9380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (9400) PXID REPLY: Wrote 22 bytes +I (9400) PXID REPLY: Sent reply packet +I (9400) RX_TASK: Send Success +I (9400) RX_TASK:  +=== Packet 3 (offset 94, length 33) === + +I (9410) RX_TASK: Address: 0xFF +I (9410) RX_TASK: Command bit: 1 +I (9420) RX_TASK: Control: 0x3F +I (9420) RX_TASK: Control: P-XID +I (9420) RX_TASK: CRC: 0x1053 +I (9420) RX_TASK: CRC Check: VALID + +I (9430) RX_TASK: Payload (27 bytes): +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9440) RX_TASK:  +ASCII: +..b.l........$.Symbian EPOC + +I (9440) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 62 81 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9460) PXID_TASK: Source Address: 0xF62816C +I (9460) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9460) PXID_TASK: Discovery Flag: 0x00 +I (9470) PXID_TASK: Slot Number: 0xFF +I (9470) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9480) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 AB 00 00 00 60 32 81 40 I (9490) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (9510) PXID REPLY: Wrote 22 bytes +I (9510) PXID REPLY: Sent reply packet +I (9510) RX_TASK: Send Success +I (9520) RX_TASK:  +=== Packet 4 (offset 136, length 18) === + +I (9520) RX_TASK: Address: 0xFF +I (9520) RX_TASK: Command bit: 1 +I (9530) RX_TASK: Control: 0x3F +I (9530) RX_TASK: Control: P-XID +I (9530) RX_TASK: CRC: 0xDB44 +I (9540) RX_TASK: CRC Check: VALID + +I (9540) RX_TASK: Payload (12 bytes): +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (9550) RX_TASK:  +ASCII: +..b.l....... + +I (9550) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 62 81 6C FF FF FF FF 00 00 00 +I (9560) PXID_TASK: Source Address: 0xF62816C +I (9560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9570) PXID_TASK: Discovery Flag: 0x00 +I (9570) PXID_TASK: Slot Number: 0x00 +I (9570) PXID_TASK: Version Number: 0x00 + + + +I (9580) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 0F 62 81 6C 01 00 00 90 24 00 54 45 53 +54 00 00 C1 AB 00 00 00 60 32 81 40 I (9590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 62 81 +I (9600) PXID REPLY: Wrote 22 bytes +I (9610) PXID REPLY: Sent reply packet +I (9610) RX_TASK: Send Success +I (9610) RX_TASK: Unterminated packet at offset 164 + diff --git a/build/log/idf_py_stdout_output_34332 b/build/log/idf_py_stdout_output_34332 new file mode 100644 index 0000000..c900b93 --- /dev/null +++ b/build/log/idf_py_stdout_output_34332 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:448:13: warning: 'tx_task' defined but not used [-Wunused-function] + 448 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db40 bytes. Smallest app partition is 0x100000 bytes. 0xd24c0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_34457 b/build/log/idf_py_stdout_output_34457 new file mode 100644 index 0000000..2576fef --- /dev/null +++ b/build/log/idf_py_stdout_output_34457 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2db40 bytes. Smallest app partition is 0x100000 bytes. 0xd24c0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 499.6 kbit/s)... +Hash of data verified. +Compressed 187200 bytes to 95243... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac9... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030ba0... (83 %) +Writing at 0x000378a4... (100 %) +Wrote 187200 bytes (95243 compressed) at 0x00010000 in 1.6 seconds (effective 909.3 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_34475 b/build/log/idf_py_stdout_output_34475 new file mode 100644 index 0000000..94b75f7 --- /dev/null +++ b/build/log/idf_py_stdout_output_34475 @@ -0,0 +1,631 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=161f0h ( 90608) map +I (113) esp_image: segment 3: paddr=00036218 vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c390 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 5d7b97459... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (8400) RX_TASK: Read 256 bytes: '������������?�������' +I (8400) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f6 a5 |............?...| +I (8400) RX_TASK: 0x40813270 86 14 ff ff ff ff 00 00 00 6e 1a c1 ff ff ff ff |.........n......| +I (8410) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 f6 a5 86 14 ff ff |........?.......| +I (8420) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (8430) RX_TASK: 0x408132a0 45 50 4f 43 7d 5d 97 c1 ff ff ff ff ff ff ff ff |EPOC}]..........| +I (8440) RX_TASK: 0x408132b0 ff ff c0 ff 3f 01 f6 a5 86 14 ff ff ff ff 00 00 |....?...........| +I (8450) RX_TASK: 0x408132c0 00 6e 1a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.n..............| +I (8460) RX_TASK: 0x408132d0 3f 01 f6 a5 86 14 ff ff ff ff 00 ff 00 82 24 00 |?.............$.| +I (8460) RX_TASK: 0x408132e0 53 79 6d 62 69 61 6e 20 45 50 4f 43 7d 5d 97 c1 |Symbian EPOC}]..| +I (8470) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f6 a5 |............?...| +I (8480) RX_TASK: 0x40813300 86 14 ff ff ff ff 00 00 00 6e 1a c1 ff ff ff ff |.........n......| +I (8490) RX_TASK: 0x40813310 ff ff ff ff ff ff c0 ff 3f 01 f6 a5 86 14 ff ff |........?.......| +I (8500) RX_TASK: 0x40813320 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (8510) RX_TASK: 0x40813330 45 50 4f 43 7d 5d 97 c1 ff ff ff ff ff ff ff ff |EPOC}]..........| +I (8520) RX_TASK: 0x40813340 ff ff c0 ff 3f 01 f6 a5 86 14 ff ff ff ff 00 00 |....?...........| +I (8530) RX_TASK: 0x40813350 00 6e 1a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.n..............| +I (8530) RX_TASK: Starting to Parse: 256 +I (8540) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (8540) RX_TASK: Address: 0xFF +I (8550) RX_TASK: Command bit: 1 +I (8550) RX_TASK: Control: 0x3F +I (8550) RX_TASK: Control: P-XID +I (8560) RX_TASK: CRC: 0x6E1A +I (8560) RX_TASK: CRC Check: VALID + +I (8560) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (8570) RX_TASK:  +ASCII: +............ + +I (8570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (8580) PXID_TASK: Source Address: 0xF6A58614 +I (8580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8590) PXID_TASK: Discovery Flag: 0x00 +I (8590) PXID_TASK: Slot Number: 0x00 +I (8600) PXID_TASK: Version Number: 0x00 + + + +I (8600) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (8610) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (8620) PXID REPLY: Wrote 22 bytes +I (8630) PXID REPLY: Sent reply packet +I (8630) RX_TASK: Send Success +I (8630) RX_TASK:  +=== Packet 2 (offset 38, length 34) === + +I (8640) RX_TASK: Address: 0xFF +I (8640) RX_TASK: Command bit: 1 +I (8640) RX_TASK: Control: 0x3F +I (8650) RX_TASK: Control: P-XID +I (8650) RX_TASK: CRC: 0x5D97 +I (8650) RX_TASK: CRC Check: INVALID + +I (8660) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (8670) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (8670) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (8680) PXID_TASK: Source Address: 0xF6A58614 +I (8690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8690) PXID_TASK: Discovery Flag: 0x00 +I (8700) PXID_TASK: Slot Number: 0xFF +I (8700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (8710) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (8720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (8730) PXID REPLY: Wrote 22 bytes +I (8740) PXID REPLY: Sent reply packet +I (8740) RX_TASK: Send Success +I (8740) RX_TASK:  +=== Packet 3 (offset 82, length 18) === + +I (8750) RX_TASK: Address: 0xFF +I (8750) RX_TASK: Command bit: 1 +I (8750) RX_TASK: Control: 0x3F +I (8760) RX_TASK: Control: P-XID +I (8760) RX_TASK: CRC: 0x6E1A +I (8760) RX_TASK: CRC Check: VALID + +I (8770) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (8770) RX_TASK:  +ASCII: +............ + +I (8780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (8780) PXID_TASK: Source Address: 0xF6A58614 +I (8790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8790) PXID_TASK: Discovery Flag: 0x00 +I (8800) PXID_TASK: Slot Number: 0x00 +I (8800) PXID_TASK: Version Number: 0x00 + + + +I (8800) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (8820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (8830) PXID REPLY: Wrote 22 bytes +I (8830) PXID REPLY: Sent reply packet +I (8830) RX_TASK: Send Success +I (8840) RX_TASK:  +=== Packet 4 (offset 110, length 34) === + +I (8840) RX_TASK: Address: 0xFF +I (8850) RX_TASK: Command bit: 1 +I (8850) RX_TASK: Control: 0x3F +I (8850) RX_TASK: Control: P-XID +I (8850) RX_TASK: CRC: 0x5D97 +I (8860) RX_TASK: CRC Check: INVALID + +I (8860) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (8870) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (8880) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (8890) PXID_TASK: Source Address: 0xF6A58614 +I (8890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8900) PXID_TASK: Discovery Flag: 0x00 +I (8900) PXID_TASK: Slot Number: 0xFF +I (8900) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (8910) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (8930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (8940) PXID REPLY: Wrote 22 bytes +I (8940) PXID REPLY: Sent reply packet +I (8940) RX_TASK: Send Success +I (8950) RX_TASK:  +=== Packet 5 (offset 154, length 18) === + +I (8950) RX_TASK: Address: 0xFF +I (8960) RX_TASK: Command bit: 1 +I (8960) RX_TASK: Control: 0x3F +I (8960) RX_TASK: Control: P-XID +I (8960) RX_TASK: CRC: 0x6E1A +I (8970) RX_TASK: CRC Check: VALID + +I (8970) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (8980) RX_TASK:  +ASCII: +............ + +I (8980) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (8990) PXID_TASK: Source Address: 0xF6A58614 +I (8990) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9000) PXID_TASK: Discovery Flag: 0x00 +I (9000) PXID_TASK: Slot Number: 0x00 +I (9000) PXID_TASK: Version Number: 0x00 + + + +I (9010) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9030) PXID REPLY: Wrote 22 bytes +I (9040) PXID REPLY: Sent reply packet +I (9040) RX_TASK: Send Success +I (9040) RX_TASK:  +=== Packet 6 (offset 182, length 34) === + +I (9050) RX_TASK: Address: 0xFF +I (9050) RX_TASK: Command bit: 1 +I (9050) RX_TASK: Control: 0x3F +I (9060) RX_TASK: Control: P-XID +I (9060) RX_TASK: CRC: 0x5D97 +I (9060) RX_TASK: CRC Check: INVALID + +I (9060) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9080) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (9080) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9090) PXID_TASK: Source Address: 0xF6A58614 +I (9100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9100) PXID_TASK: Discovery Flag: 0x00 +I (9110) PXID_TASK: Slot Number: 0xFF +I (9110) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (9120) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9140) PXID REPLY: Wrote 22 bytes +I (9150) PXID REPLY: Sent reply packet +I (9150) RX_TASK: Send Success +I (9150) RX_TASK:  +=== Packet 7 (offset 226, length 18) === + +I (9160) RX_TASK: Address: 0xFF +I (9160) RX_TASK: Command bit: 1 +I (9160) RX_TASK: Control: 0x3F +I (9170) RX_TASK: Control: P-XID +I (9170) RX_TASK: CRC: 0x6E1A +I (9170) RX_TASK: CRC Check: VALID + +I (9170) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9180) RX_TASK:  +ASCII: +............ + +I (9190) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9190) PXID_TASK: Source Address: 0xF6A58614 +I (9200) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9200) PXID_TASK: Discovery Flag: 0x00 +I (9210) PXID_TASK: Slot Number: 0x00 +I (9210) PXID_TASK: Version Number: 0x00 + + + +I (9210) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9230) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9240) PXID REPLY: Wrote 22 bytes +I (9240) PXID REPLY: Sent reply packet +I (9240) RX_TASK: Send Success +I (9250) RX_TASK: Truncated packet at offset 254 + +I (9250) RX_TASK: Read 256 bytes: '?�������' +I (9250) RX_TASK: 0x40813260 3f 01 f6 a5 86 14 ff ff ff ff 00 ff 00 82 24 00 |?.............$.| +I (9260) RX_TASK: 0x40813270 53 79 6d 62 69 61 6e 20 45 50 4f 43 7d 5d 97 c1 |Symbian EPOC}]..| +I (9270) RX_TASK: 0x40813280 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f6 a5 |............?...| +I (9280) RX_TASK: 0x40813290 86 14 ff ff ff ff 00 00 00 6e 1a c1 ff ff ff ff |.........n......| +I (9290) RX_TASK: 0x408132a0 ff ff ff ff ff ff c0 ff 3f 01 f6 a5 86 14 ff ff |........?.......| +I (9300) RX_TASK: 0x408132b0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (9310) RX_TASK: 0x408132c0 45 50 4f 43 7d 5d 97 c1 ff ff ff ff ff ff ff ff |EPOC}]..........| +I (9320) RX_TASK: 0x408132d0 ff ff c0 ff 3f 01 f6 a5 86 14 ff ff ff ff 00 00 |....?...........| +I (9320) RX_TASK: 0x408132e0 00 6e 1a c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.n..............| +I (9330) RX_TASK: 0x408132f0 3f 01 f6 a5 86 14 ff ff ff ff 00 ff 00 82 24 00 |?.............$.| +I (9340) RX_TASK: 0x40813300 53 79 6d 62 69 61 6e 20 45 50 4f 43 7d 5d 97 c1 |Symbian EPOC}]..| +I (9350) RX_TASK: 0x40813310 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f6 a5 |............?...| +I (9360) RX_TASK: 0x40813320 86 14 ff ff ff ff 00 00 00 6e 1a c1 ff ff ff ff |.........n......| +I (9370) RX_TASK: 0x40813330 ff ff ff ff ff ff c0 ff 3f 01 f6 a5 86 14 ff ff |........?.......| +I (9380) RX_TASK: 0x40813340 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (9390) RX_TASK: 0x40813350 45 50 4f 43 7d 5d 97 c1 ff ff ff ff ff ff ff ff |EPOC}]..........| +I (9390) RX_TASK: Starting to Parse: 256 +I (9400) RX_TASK:  +=== Packet 1 (offset 42, length 18) === + +I (9400) RX_TASK: Address: 0xFF +I (9410) RX_TASK: Command bit: 1 +I (9410) RX_TASK: Control: 0x3F +I (9410) RX_TASK: Control: P-XID +I (9420) RX_TASK: CRC: 0x6E1A +I (9420) RX_TASK: CRC Check: VALID + +I (9420) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9430) RX_TASK:  +ASCII: +............ + +I (9430) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9440) PXID_TASK: Source Address: 0xF6A58614 +I (9440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9450) PXID_TASK: Discovery Flag: 0x00 +I (9450) PXID_TASK: Slot Number: 0x00 +I (9460) PXID_TASK: Version Number: 0x00 + + + +I (9460) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9470) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9480) PXID REPLY: Wrote 22 bytes +I (9490) PXID REPLY: Sent reply packet +I (9490) RX_TASK: Send Success +I (9490) RX_TASK:  +=== Packet 2 (offset 70, length 34) === + +I (9500) RX_TASK: Address: 0xFF +I (9500) RX_TASK: Command bit: 1 +I (9500) RX_TASK: Control: 0x3F +I (9510) RX_TASK: Control: P-XID +I (9510) RX_TASK: CRC: 0x5D97 +I (9510) RX_TASK: CRC Check: INVALID + +I (9520) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9530) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (9530) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9540) PXID_TASK: Source Address: 0xF6A58614 +I (9550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9550) PXID_TASK: Discovery Flag: 0x00 +I (9560) PXID_TASK: Slot Number: 0xFF +I (9560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (9570) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9590) PXID REPLY: Wrote 22 bytes +I (9600) PXID REPLY: Sent reply packet +I (9600) RX_TASK: Send Success +I (9600) RX_TASK:  +=== Packet 3 (offset 114, length 18) === + +I (9610) RX_TASK: Address: 0xFF +I (9610) RX_TASK: Command bit: 1 +I (9610) RX_TASK: Control: 0x3F +I (9620) RX_TASK: Control: P-XID +I (9620) RX_TASK: CRC: 0x6E1A +I (9620) RX_TASK: CRC Check: VALID + +I (9630) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9630) RX_TASK:  +ASCII: +............ + +I (9640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9640) PXID_TASK: Source Address: 0xF6A58614 +I (9650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9650) PXID_TASK: Discovery Flag: 0x00 +I (9660) PXID_TASK: Slot Number: 0x00 +I (9660) PXID_TASK: Version Number: 0x00 + + + +I (9660) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9690) PXID REPLY: Wrote 22 bytes +I (9690) PXID REPLY: Sent reply packet +I (9690) RX_TASK: Send Success +I (9700) RX_TASK:  +=== Packet 4 (offset 142, length 34) === + +I (9700) RX_TASK: Address: 0xFF +I (9710) RX_TASK: Command bit: 1 +I (9710) RX_TASK: Control: 0x3F +I (9710) RX_TASK: Control: P-XID +I (9710) RX_TASK: CRC: 0x5D97 +I (9720) RX_TASK: CRC Check: INVALID + +I (9720) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9730) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (9740) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9750) PXID_TASK: Source Address: 0xF6A58614 +I (9750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9760) PXID_TASK: Discovery Flag: 0x00 +I (9760) PXID_TASK: Slot Number: 0xFF +I (9760) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (9770) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9800) PXID REPLY: Wrote 22 bytes +I (9800) PXID REPLY: Sent reply packet +I (9800) RX_TASK: Send Success +I (9810) RX_TASK:  +=== Packet 5 (offset 186, length 18) === + +I (9810) RX_TASK: Address: 0xFF +I (9820) RX_TASK: Command bit: 1 +I (9820) RX_TASK: Control: 0x3F +I (9820) RX_TASK: Control: P-XID +I (9820) RX_TASK: CRC: 0x6E1A +I (9830) RX_TASK: CRC Check: VALID + +I (9830) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9840) RX_TASK:  +ASCII: +............ + +I (9840) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (9850) PXID_TASK: Source Address: 0xF6A58614 +I (9850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9860) PXID_TASK: Discovery Flag: 0x00 +I (9860) PXID_TASK: Slot Number: 0x00 +I (9860) PXID_TASK: Version Number: 0x00 + + + +I (9870) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (9890) PXID REPLY: Wrote 22 bytes +I (9900) PXID REPLY: Sent reply packet +I (9900) RX_TASK: Send Success +I (9900) RX_TASK:  +=== Packet 6 (offset 214, length 34) === + +I (9910) RX_TASK: Address: 0xFF +I (9910) RX_TASK: Command bit: 1 +I (9910) RX_TASK: Control: 0x3F +I (9920) RX_TASK: Control: P-XID +I (9920) RX_TASK: CRC: 0x5D97 +I (9920) RX_TASK: CRC Check: INVALID + +I (9920) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9940) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (9940) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (9950) PXID_TASK: Source Address: 0xF6A58614 +I (9960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9960) PXID_TASK: Discovery Flag: 0x00 +I (9970) PXID_TASK: Slot Number: 0xFF +I (9970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (9980) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (9990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (10000) PXID REPLY: Wrote 22 bytes +I (10010) PXID REPLY: Sent reply packet +I (10010) RX_TASK: Send Success +I (11010) RX_TASK: Read 63 bytes: '����?�������' +I (11010) RX_TASK: 0x40813260 ff ff c0 ff 3f 01 f6 a5 86 14 ff ff ff ff 00 00 |....?...........| +I (11010) RX_TASK: 0x40813270 00 6e 1a c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |.n.............?| +I (11020) RX_TASK: 0x40813280 01 f6 a5 86 14 ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (11030) RX_TASK: 0x40813290 79 6d 62 69 61 6e 20 45 50 4f 43 7d 5d 97 c1 |ymbian EPOC}]..| +I (11030) RX_TASK: Starting to Parse: 63 +I (11040) RX_TASK:  +=== Packet 1 (offset 2, length 18) === + +I (11040) RX_TASK: Address: 0xFF +I (11050) RX_TASK: Command bit: 1 +I (11050) RX_TASK: Control: 0x3F +I (11050) RX_TASK: Control: P-XID +I (11050) RX_TASK: CRC: 0x6E1A +I (11060) RX_TASK: CRC Check: VALID + +I (11060) RX_TASK: Payload (12 bytes): +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (11070) RX_TASK:  +ASCII: +............ + +I (11070) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F6 A5 86 14 FF FF FF FF 00 00 00 +I (11080) PXID_TASK: Source Address: 0xF6A58614 +I (11080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11090) PXID_TASK: Discovery Flag: 0x00 +I (11090) PXID_TASK: Slot Number: 0x00 +I (11100) PXID_TASK: Version Number: 0x00 + + + +I (11100) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (11110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (11120) PXID REPLY: Wrote 22 bytes +I (11130) PXID REPLY: Sent reply packet +I (11130) RX_TASK: Send Success +I (11130) RX_TASK:  +=== Packet 2 (offset 29, length 34) === + +I (11140) RX_TASK: Address: 0xFF +I (11140) RX_TASK: Command bit: 1 +I (11140) RX_TASK: Control: 0x3F +I (11150) RX_TASK: Control: P-XID +I (11150) RX_TASK: CRC: 0x5D97 +I (11150) RX_TASK: CRC Check: INVALID + +I (11160) RX_TASK: Payload (28 bytes): +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (11170) RX_TASK:  +ASCII: +.............$.Symbian EPOC} + +I (11170) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 F6 A5 86 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (11190) PXID_TASK: Source Address: 0xF6A58614 +I (11190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11200) PXID_TASK: Discovery Flag: 0x00 +I (11200) PXID_TASK: Slot Number: 0xFF +I (11200) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D + +.$.Symbian EPOC} + +I (11210) PXID REPLY: Construct reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F6 A5 86 14 01 00 00 90 24 00 54 45 53 +54 4B 96 C1 I (11230) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F6 A5 86 +I (11240) PXID REPLY: Wrote 22 bytes +I (11240) PXID REPLY: Sent reply packet +I (11240) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_34540 b/build/log/idf_py_stdout_output_34540 new file mode 100644 index 0000000..39d3f34 --- /dev/null +++ b/build/log/idf_py_stdout_output_34540 @@ -0,0 +1,41 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:269:31: error: pointer targets in passing argument 2 of 'irda_crc' differ in signedness [-Werror=pointer-sign] + 269 | &char_array[11], // Address byte + | ^~~~~~~~~~~~~~~ + | | + | char * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:286:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 286 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:14: warning: unused variable 'calculated_crc' [-Wunused-variable] + 268 | uint16_t calculated_crc = irda_crc(PPPINITFCS, + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:449:13: warning: 'tx_task' defined but not used [-Wunused-function] + 449 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34562 b/build/log/idf_py_stdout_output_34562 new file mode 100644 index 0000000..b6321c1 --- /dev/null +++ b/build/log/idf_py_stdout_output_34562 @@ -0,0 +1,41 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:269:31: error: pointer targets in passing argument 2 of 'irda_crc' differ in signedness [-Werror=pointer-sign] + 269 | &char_array[11], // Address byte + | ^~~~~~~~~~~~~~~ + | | + | char * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:286:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 286 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:14: warning: unused variable 'calculated_crc' [-Wunused-variable] + 268 | uint16_t calculated_crc = irda_crc(PPPINITFCS, + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:449:13: warning: 'tx_task' defined but not used [-Wunused-function] + 449 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34581 b/build/log/idf_py_stdout_output_34581 new file mode 100644 index 0000000..71d48b6 --- /dev/null +++ b/build/log/idf_py_stdout_output_34581 @@ -0,0 +1,36 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:286:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 286 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:268:14: warning: unused variable 'calculated_crc' [-Wunused-variable] + 268 | uint16_t calculated_crc = irda_crc(PPPINITFCS, + | ^~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:267:10: warning: unused variable 'char_array' [-Wunused-variable] + 267 | char char_array[sizeof(reply_packet)]; + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:449:13: warning: 'tx_task' defined but not used [-Wunused-function] + 449 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34606 b/build/log/idf_py_stdout_output_34606 new file mode 100644 index 0000000..2143c85 --- /dev/null +++ b/build/log/idf_py_stdout_output_34606 @@ -0,0 +1,33 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:286:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 286 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:267:10: warning: unused variable 'char_array' [-Wunused-variable] + 267 | char char_array[sizeof(reply_packet)]; + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:449:13: warning: 'tx_task' defined but not used [-Wunused-function] + 449 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34629 b/build/log/idf_py_stdout_output_34629 new file mode 100644 index 0000000..734ece1 --- /dev/null +++ b/build/log/idf_py_stdout_output_34629 @@ -0,0 +1,38 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:271:31: error: pointer targets in passing argument 2 of 'irda_crc' differ in signedness [-Werror=pointer-sign] + 271 | &char_array[11], // Address byte + | ^~~~~~~~~~~~~~~ + | | + | char * +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:33: note: expected 'const u8 *' {aka 'const unsigned char *'} but argument is of type 'char *' + 69 | u16 irda_crc(u16 fcs, const u8 *cp, int len) { + | ~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:288:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 288 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:13: warning: 'tx_task' defined but not used [-Wunused-function] + 451 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34651 b/build/log/idf_py_stdout_output_34651 new file mode 100644 index 0000000..cd054e6 --- /dev/null +++ b/build/log/idf_py_stdout_output_34651 @@ -0,0 +1,34 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'sendData': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:96:36: error: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess] + 96 | memcpy(char_array, data, sizeof(data)); + | ^ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:9: warning: unused variable 'packet_count' [-Wunused-variable] + 135 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:289:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 289 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:260:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 260 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:452:13: warning: 'tx_task' defined but not used [-Wunused-function] + 452 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34673 b/build/log/idf_py_stdout_output_34673 new file mode 100644 index 0000000..bacc822 --- /dev/null +++ b/build/log/idf_py_stdout_output_34673 @@ -0,0 +1,30 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:135:9: warning: unused variable 'packet_count' [-Wunused-variable] + 135 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:289:24: error: pointer targets in passing argument 2 of 'sendData' differ in signedness [-Werror=pointer-sign] + 289 | sendData(TASK_TAG, reply_packet, 22); + | ^~~~~~~~~~~~ + | | + | uint8_t * {aka unsigned char *} +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:87:47: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} + 87 | int sendData(const char* logName, const char* data, int data_length) + | ~~~~~~~~~~~~^~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:260:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 260 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:452:13: warning: 'tx_task' defined but not used [-Wunused-function] + 452 | static void tx_task(void *arg) + | ^~~~~~~ +cc1: some warnings being treated as errors +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34694 b/build/log/idf_py_stdout_output_34694 new file mode 100644 index 0000000..9e90d36 --- /dev/null +++ b/build/log/idf_py_stdout_output_34694 @@ -0,0 +1,26 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'sendData': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:95:54: error: 'char_array' undeclared (first use in this function) + 95 | const int txBytes = uart_write_bytes(UART_NUM_1, char_array, data_length); + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:95:54: note: each undeclared identifier is reported only once for each function it appears in +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function] + 453 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_34716 b/build/log/idf_py_stdout_output_34716 new file mode 100644 index 0000000..4c65c90 --- /dev/null +++ b/build/log/idf_py_stdout_output_34716 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function] + 453 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_34840 b/build/log/idf_py_stdout_output_34840 new file mode 100644 index 0000000..f4c9cc2 --- /dev/null +++ b/build/log/idf_py_stdout_output_34840 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 496.9 kbit/s)... +Hash of data verified. +Compressed 187328 bytes to 95335... +Writing at 0x00010000... (16 %) +Writing at 0x0001aacb... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a8... (66 %) +Writing at 0x00030b17... (83 %) +Writing at 0x00037872... (100 %) +Wrote 187328 bytes (95335 compressed) at 0x00010000 in 1.7 seconds (effective 901.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.5 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_34858 b/build/log/idf_py_stdout_output_34858 new file mode 100644 index 0000000..f461af6 --- /dev/null +++ b/build/log/idf_py_stdout_output_34858 @@ -0,0 +1,576 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16270h ( 90736) map +I (113) esp_image: segment 3: paddr=00036298 vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c410 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 529178bf5... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3850) RX_TASK: Read 1 bytes: '�' +I (3850) RX_TASK: 0x40813260 ff |.| +I (3850) RX_TASK: Starting to Parse: 1 +I (39180) RX_TASK: Read 256 bytes: '������������?��jl����' +I (39180) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec cd |............?...| +I (39180) RX_TASK: 0x40813270 6a 6c ff ff ff ff 00 00 00 23 d8 c1 ff ff ff ff |jl.......#......| +I (39190) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff |........?...jl..| +I (39200) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (39210) RX_TASK: 0x408132a0 45 50 4f 43 4b 05 c1 ff ff ff ff ff ff ff ff ff |EPOCK...........| +I (39220) RX_TASK: 0x408132b0 c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 00 00 23 |..?...jl.......#| +I (39230) RX_TASK: 0x408132c0 d8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (39240) RX_TASK: 0x408132d0 ec cd 6a 6c ff ff ff ff 00 ff 00 82 24 00 53 79 |..jl........$.Sy| +I (39250) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 4b 05 c1 ff ff ff |mbian EPOCK.....| +I (39250) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c ff |.........?...jl.| +I (39260) RX_TASK: 0x40813300 ff ff ff 00 00 00 23 d8 c1 ff ff ff ff ff ff ff |......#.........| +I (39270) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 |.....?...jl.....| +I (39280) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (39290) RX_TASK: 0x40813330 43 4b 05 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |CK..............| +I (39300) RX_TASK: 0x40813340 3f 01 ec cd 6a 6c ff ff ff ff 00 00 00 23 d8 c1 |?...jl.......#..| +I (39310) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ec cd |............?...| +I (39320) RX_TASK: Starting to Parse: 256 +I (39320) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (39330) RX_TASK: Address: 0xFF +I (39330) RX_TASK: Command bit: 1 +I (39330) RX_TASK: Control: 0x3F +I (39330) RX_TASK: Control: P-XID +I (39340) RX_TASK: CRC: 0x23D8 +I (39340) RX_TASK: CRC Check: VALID + +I (39340) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39350) RX_TASK:  +ASCII: +...jl....... + +I (39350) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39360) PXID_TASK: Source Address: 0xECCD6A6C +I (39370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (39370) PXID_TASK: Discovery Flag: 0x00 +I (39380) PXID_TASK: Slot Number: 0x00 +I (39380) PXID_TASK: Version Number: 0x00 + + + +I (39380) PXID REPLY: Construct reply packet +I (39390) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (39400) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (39410) PXID REPLY: Wrote 22 bytes +I (39410) PXID REPLY: Sent reply packet +I (39420) RX_TASK: Send Success +I (39420) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (39430) RX_TASK: Address: 0xFF +I (39430) RX_TASK: Command bit: 1 +I (39430) RX_TASK: Control: 0x3F +I (39430) RX_TASK: Control: P-XID +I (39440) RX_TASK: CRC: 0x4B05 +I (39440) RX_TASK: CRC Check: VALID + +I (39440) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (39450) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (39460) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (39470) PXID_TASK: Source Address: 0xECCD6A6C +I (39480) PXID_TASK: Destination Address: 0xFFFFFFFF +I (39480) PXID_TASK: Discovery Flag: 0x00 +I (39480) PXID_TASK: Slot Number: 0xFF +I (39490) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (39500) PXID REPLY: Construct reply packet +I (39500) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (39510) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (39520) PXID REPLY: Wrote 22 bytes +I (39530) PXID REPLY: Sent reply packet +I (39530) RX_TASK: Send Success +I (39530) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (39540) RX_TASK: Address: 0xFF +I (39540) RX_TASK: Command bit: 1 +I (39550) RX_TASK: Control: 0x3F +I (39550) RX_TASK: Control: P-XID +I (39550) RX_TASK: CRC: 0x23D8 +I (39550) RX_TASK: CRC Check: VALID + +I (39560) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39560) RX_TASK:  +ASCII: +...jl....... + +I (39570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39580) PXID_TASK: Source Address: 0xECCD6A6C +I (39580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (39590) PXID_TASK: Discovery Flag: 0x00 +I (39590) PXID_TASK: Slot Number: 0x00 +I (39590) PXID_TASK: Version Number: 0x00 + + + +I (39600) PXID REPLY: Construct reply packet +I (39600) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (39610) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (39620) PXID REPLY: Wrote 22 bytes +I (39630) PXID REPLY: Sent reply packet +I (39630) RX_TASK: Send Success +I (39630) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (39640) RX_TASK: Address: 0xFF +I (39640) RX_TASK: Command bit: 1 +I (39650) RX_TASK: Control: 0x3F +I (39650) RX_TASK: Control: P-XID +I (39650) RX_TASK: CRC: 0x4B05 +I (39650) RX_TASK: CRC Check: VALID + +I (39660) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (39670) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (39670) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (39690) PXID_TASK: Source Address: 0xECCD6A6C +I (39690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (39700) PXID_TASK: Discovery Flag: 0x00 +I (39700) PXID_TASK: Slot Number: 0xFF +I (39700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (39710) PXID REPLY: Construct reply packet +I (39720) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (39730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (39740) PXID REPLY: Wrote 22 bytes +I (39740) PXID REPLY: Sent reply packet +I (39750) RX_TASK: Send Success +I (39750) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (39750) RX_TASK: Address: 0xFF +I (39760) RX_TASK: Command bit: 1 +I (39760) RX_TASK: Control: 0x3F +I (39760) RX_TASK: Control: P-XID +I (39770) RX_TASK: CRC: 0x23D8 +I (39770) RX_TASK: CRC Check: VALID + +I (39770) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39780) RX_TASK:  +ASCII: +...jl....... + +I (39780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39790) PXID_TASK: Source Address: 0xECCD6A6C +I (39800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (39800) PXID_TASK: Discovery Flag: 0x00 +I (39800) PXID_TASK: Slot Number: 0x00 +I (39810) PXID_TASK: Version Number: 0x00 + + + +I (39810) PXID REPLY: Construct reply packet +I (39820) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (39830) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (39840) PXID REPLY: Wrote 22 bytes +I (39840) PXID REPLY: Sent reply packet +I (39850) RX_TASK: Send Success +I (39850) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (39850) RX_TASK: Address: 0xFF +I (39860) RX_TASK: Command bit: 1 +I (39860) RX_TASK: Control: 0x3F +I (39860) RX_TASK: Control: P-XID +I (39870) RX_TASK: CRC: 0x4B05 +I (39870) RX_TASK: CRC Check: VALID + +I (39870) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (39880) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (39890) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (39900) PXID_TASK: Source Address: 0xECCD6A6C +I (39900) PXID_TASK: Destination Address: 0xFFFFFFFF +I (39910) PXID_TASK: Discovery Flag: 0x00 +I (39910) PXID_TASK: Slot Number: 0xFF +I (39920) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (39930) PXID REPLY: Construct reply packet +I (39930) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (39940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (39950) PXID REPLY: Wrote 22 bytes +I (39960) PXID REPLY: Sent reply packet +I (39960) RX_TASK: Send Success +I (39960) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (39970) RX_TASK: Address: 0xFF +I (39970) RX_TASK: Command bit: 1 +I (39970) RX_TASK: Control: 0x3F +I (39980) RX_TASK: Control: P-XID +I (39980) RX_TASK: CRC: 0x23D8 +I (39980) RX_TASK: CRC Check: VALID + +I (39990) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (39990) RX_TASK:  +ASCII: +...jl....... + +I (40000) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (40010) PXID_TASK: Source Address: 0xECCD6A6C +I (40010) PXID_TASK: Destination Address: 0xFFFFFFFF +I (40010) PXID_TASK: Discovery Flag: 0x00 +I (40020) PXID_TASK: Slot Number: 0x00 +I (40020) PXID_TASK: Version Number: 0x00 + + + +I (40030) PXID REPLY: Construct reply packet +I (40030) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (40040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (40050) PXID REPLY: Wrote 22 bytes +I (40060) PXID REPLY: Sent reply packet +I (40060) RX_TASK: Send Success +I (40060) RX_TASK: Unterminated packet at offset 250 + +I (41070) RX_TASK: Read 240 bytes: 'jl����' +I (41070) RX_TASK: 0x40813260 6a 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |jl........$.Symb| +I (41070) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 4b 05 c1 ff ff ff ff ff |ian EPOCK.......| +I (41080) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff ff |.......?...jl...| +I (41080) RX_TASK: 0x40813290 ff 00 00 00 23 d8 c1 ff ff ff ff ff ff ff ff ff |....#...........| +I (41090) RX_TASK: 0x408132a0 ff c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 ff 00 |...?...jl.......| +I (41100) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 4b |.$.Symbian EPOCK| +I (41110) RX_TASK: 0x408132c0 05 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (41120) RX_TASK: 0x408132d0 ec cd 6a 6c ff ff ff ff 00 00 00 23 d8 c1 ff ff |..jl.......#....| +I (41130) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 ec cd 6a 6c |..........?...jl| +I (41140) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (41150) RX_TASK: 0x40813300 6e 20 45 50 4f 43 4b 05 c1 ff ff ff ff ff ff ff |n EPOCK.........| +I (41160) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 |.....?...jl.....| +I (41160) RX_TASK: 0x40813320 00 00 23 d8 c1 ff ff ff ff ff ff ff ff ff ff c0 |..#.............| +I (41170) RX_TASK: 0x40813330 ff 3f 01 ec cd 6a 6c ff ff ff ff 00 ff 00 82 24 |.?...jl........$| +I (41180) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 4b 05 c1 |.Symbian EPOCK..| +I (41190) RX_TASK: Starting to Parse: 240 +I (41190) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (41200) RX_TASK: Address: 0xFF +I (41200) RX_TASK: Command bit: 1 +I (41210) RX_TASK: Control: 0x3F +I (41210) RX_TASK: Control: P-XID +I (41210) RX_TASK: CRC: 0x23D8 +I (41210) RX_TASK: CRC Check: VALID + +I (41220) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (41230) RX_TASK:  +ASCII: +...jl....... + +I (41230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (41240) PXID_TASK: Source Address: 0xECCD6A6C +I (41240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (41250) PXID_TASK: Discovery Flag: 0x00 +I (41250) PXID_TASK: Slot Number: 0x00 +I (41250) PXID_TASK: Version Number: 0x00 + + + +I (41260) PXID REPLY: Construct reply packet +I (41260) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (41270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (41280) PXID REPLY: Wrote 22 bytes +I (41290) PXID REPLY: Sent reply packet +I (41290) RX_TASK: Send Success +I (41290) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (41300) RX_TASK: Address: 0xFF +I (41300) RX_TASK: Command bit: 1 +I (41310) RX_TASK: Control: 0x3F +I (41310) RX_TASK: Control: P-XID +I (41310) RX_TASK: CRC: 0x4B05 +I (41310) RX_TASK: CRC Check: VALID + +I (41320) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (41330) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (41330) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (41350) PXID_TASK: Source Address: 0xECCD6A6C +I (41350) PXID_TASK: Destination Address: 0xFFFFFFFF +I (41360) PXID_TASK: Discovery Flag: 0x00 +I (41360) PXID_TASK: Slot Number: 0xFF +I (41360) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (41370) PXID REPLY: Construct reply packet +I (41380) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (41390) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (41400) PXID REPLY: Wrote 22 bytes +I (41400) PXID REPLY: Sent reply packet +I (41410) RX_TASK: Send Success +I (41410) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (41410) RX_TASK: Address: 0xFF +I (41420) RX_TASK: Command bit: 1 +I (41420) RX_TASK: Control: 0x3F +I (41420) RX_TASK: Control: P-XID +I (41430) RX_TASK: CRC: 0x23D8 +I (41430) RX_TASK: CRC Check: VALID + +I (41430) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (41440) RX_TASK:  +ASCII: +...jl....... + +I (41440) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (41450) PXID_TASK: Source Address: 0xECCD6A6C +I (41460) PXID_TASK: Destination Address: 0xFFFFFFFF +I (41460) PXID_TASK: Discovery Flag: 0x00 +I (41460) PXID_TASK: Slot Number: 0x00 +I (41470) PXID_TASK: Version Number: 0x00 + + + +I (41470) PXID REPLY: Construct reply packet +I (41480) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (41490) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (41500) PXID REPLY: Wrote 22 bytes +I (41500) PXID REPLY: Sent reply packet +I (41510) RX_TASK: Send Success +I (41510) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (41510) RX_TASK: Address: 0xFF +I (41520) RX_TASK: Command bit: 1 +I (41520) RX_TASK: Control: 0x3F +I (41520) RX_TASK: Control: P-XID +I (41530) RX_TASK: CRC: 0x4B05 +I (41530) RX_TASK: CRC Check: VALID + +I (41530) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (41540) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (41550) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (41560) PXID_TASK: Source Address: 0xECCD6A6C +I (41560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (41570) PXID_TASK: Discovery Flag: 0x00 +I (41570) PXID_TASK: Slot Number: 0xFF +I (41580) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (41590) PXID REPLY: Construct reply packet +I (41590) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (41600) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (41610) PXID REPLY: Wrote 22 bytes +I (41620) PXID REPLY: Sent reply packet +I (41620) RX_TASK: Send Success +I (41620) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (41630) RX_TASK: Address: 0xFF +I (41630) RX_TASK: Command bit: 1 +I (41630) RX_TASK: Control: 0x3F +I (41640) RX_TASK: Control: P-XID +I (41640) RX_TASK: CRC: 0x23D8 +I (41640) RX_TASK: CRC Check: VALID + +I (41650) RX_TASK: Payload (12 bytes): +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (41650) RX_TASK:  +ASCII: +...jl....... + +I (41660) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EC CD 6A 6C FF FF FF FF 00 00 00 +I (41670) PXID_TASK: Source Address: 0xECCD6A6C +I (41670) PXID_TASK: Destination Address: 0xFFFFFFFF +I (41670) PXID_TASK: Discovery Flag: 0x00 +I (41680) PXID_TASK: Slot Number: 0x00 +I (41680) PXID_TASK: Version Number: 0x00 + + + +I (41690) PXID REPLY: Construct reply packet +I (41690) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (41700) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (41710) PXID REPLY: Wrote 22 bytes +I (41720) PXID REPLY: Sent reply packet +I (41720) RX_TASK: Send Success +I (41720) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (41730) RX_TASK: Address: 0xFF +I (41730) RX_TASK: Command bit: 1 +I (41730) RX_TASK: Control: 0x3F +I (41740) RX_TASK: Control: P-XID +I (41740) RX_TASK: CRC: 0x4B05 +I (41740) RX_TASK: CRC Check: VALID + +I (41750) RX_TASK: Payload (27 bytes): +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (41760) RX_TASK:  +ASCII: +...jl........$.Symbian EPOC + +I (41760) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EC CD 6A 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (41770) PXID_TASK: Source Address: 0xECCD6A6C +I (41780) PXID_TASK: Destination Address: 0xFFFFFFFF +I (41780) PXID_TASK: Discovery Flag: 0x00 +I (41790) PXID_TASK: Slot Number: 0xFF +I (41790) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (41800) PXID REPLY: Construct reply packet +I (41800) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 EC CD 6A 6C 01 00 00 90 24 00 54 45 53 +54 44 EE C1 I (41820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EC CD 6A +I (41830) PXID REPLY: Wrote 22 bytes +I (41830) PXID REPLY: Sent reply packet +I (41830) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_34869 b/build/log/idf_py_stdout_output_34869 new file mode 100644 index 0000000..8bfee31 --- /dev/null +++ b/build/log/idf_py_stdout_output_34869 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 35; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_34995 b/build/log/idf_py_stdout_output_34995 new file mode 100644 index 0000000..b0d7bbb --- /dev/null +++ b/build/log/idf_py_stdout_output_34995 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 495.5 kbit/s)... +Hash of data verified. +Compressed 187328 bytes to 95328... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac8... (33 %) +Writing at 0x000215d8... (50 %) +Writing at 0x000288a2... (66 %) +Writing at 0x00030b17... (83 %) +Writing at 0x00037886... (100 %) +Wrote 187328 bytes (95328 compressed) at 0x00010000 in 1.7 seconds (effective 899.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35013 b/build/log/idf_py_stdout_output_35013 new file mode 100644 index 0000000..e6c9351 --- /dev/null +++ b/build/log/idf_py_stdout_output_35013 @@ -0,0 +1,1250 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16274h ( 90740) map +I (113) esp_image: segment 3: paddr=0003629c vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c414 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: ad5ec6ab2... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (8460) RX_TASK: Read 256 bytes: '������������?gg����' +I (8460) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 67 07 |............?.g.| +I (8460) RX_TASK: 0x40813270 67 16 ff ff ff ff 00 00 00 b3 69 c1 ff ff ff ff |g.........i.....| +I (8470) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 67 07 67 16 ff ff |........?.g.g...| +I (8480) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (8490) RX_TASK: 0x408132a0 45 50 4f 43 86 13 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (8500) RX_TASK: 0x408132b0 ff c0 ff 3f 01 67 07 67 16 ff ff ff ff 00 00 00 |...?.g.g........| +I (8510) RX_TASK: 0x408132c0 b3 69 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.i.............?| +I (8520) RX_TASK: 0x408132d0 01 67 07 67 16 ff ff ff ff 00 ff 00 82 24 00 53 |.g.g.........$.S| +I (8530) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 86 13 c1 ff ff |ymbian EPOC.....| +I (8540) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 67 07 67 16 |..........?.g.g.| +I (8540) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 b3 69 c1 ff ff ff ff ff ff |........i.......| +I (8550) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 67 07 67 16 ff ff ff ff |......?.g.g.....| +I (8560) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (8570) RX_TASK: 0x40813330 4f 43 86 13 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (8580) RX_TASK: 0x40813340 ff 3f 01 67 07 67 16 ff ff ff ff 00 00 00 b3 69 |.?.g.g.........i| +I (8590) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 67 |.............?.g| +I (8600) RX_TASK: Starting to Parse: 256 +I (8600) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (8610) RX_TASK: Address: 0xFF +I (8610) RX_TASK: Command bit: 1 +I (8610) RX_TASK: Control: 0x3F +I (8610) RX_TASK: Control: P-XID +I (8620) RX_TASK: CRC: 0xB369 +I (8620) RX_TASK: CRC Check: INVALID + +I (8620) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (8630) RX_TASK:  +ASCII: +.g.g........ + +I (8630) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (8640) PXID_TASK: Source Address: 0x67076716 +I (8650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8650) PXID_TASK: Discovery Flag: 0x00 +I (8650) PXID_TASK: Slot Number: 0x00 +I (8660) PXID_TASK: Version Number: 0x00 + + + +I (8660) PXID REPLY: Construct reply packet +I (8670) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (8680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (8690) PXID REPLY: Wrote 22 bytes +I (8690) PXID REPLY: Sent reply packet +I (8700) RX_TASK: Send Success +I (8700) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (8700) RX_TASK: Address: 0xFF +I (8710) RX_TASK: Command bit: 1 +I (8710) RX_TASK: Control: 0x3F +I (8710) RX_TASK: Control: P-XID +I (8720) RX_TASK: CRC: 0x8613 +I (8720) RX_TASK: CRC Check: INVALID + +I (8720) RX_TASK: Payload (27 bytes): +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8730) RX_TASK:  +ASCII: +.g.g.........$.Symbian EPOC + +I (8740) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8750) PXID_TASK: Source Address: 0x67076716 +I (8750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8760) PXID_TASK: Discovery Flag: 0x00 +I (8760) PXID_TASK: Slot Number: 0xFF +I (8770) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8770) PXID REPLY: Construct reply packet +I (8780) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (8790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (8800) PXID REPLY: Wrote 22 bytes +I (8800) PXID REPLY: Sent reply packet +I (8810) RX_TASK: Send Success +I (8810) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (8820) RX_TASK: Address: 0xFF +I (8820) RX_TASK: Command bit: 1 +I (8820) RX_TASK: Control: 0x3F +I (8830) RX_TASK: Control: P-XID +I (8830) RX_TASK: CRC: 0xB369 +I (8830) RX_TASK: CRC Check: INVALID + +I (8830) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (8840) RX_TASK:  +ASCII: +.g.g........ + +I (8850) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (8850) PXID_TASK: Source Address: 0x67076716 +I (8860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8860) PXID_TASK: Discovery Flag: 0x00 +I (8870) PXID_TASK: Slot Number: 0x00 +I (8870) PXID_TASK: Version Number: 0x00 + + + +I (8870) PXID REPLY: Construct reply packet +I (8880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (8890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (8900) PXID REPLY: Wrote 22 bytes +I (8900) PXID REPLY: Sent reply packet +I (8910) RX_TASK: Send Success +I (8910) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (8910) RX_TASK: Address: 0xFF +I (8920) RX_TASK: Command bit: 1 +I (8920) RX_TASK: Control: 0x3F +I (8920) RX_TASK: Control: P-XID +I (8930) RX_TASK: CRC: 0x8613 +I (8930) RX_TASK: CRC Check: INVALID + +I (8930) RX_TASK: Payload (27 bytes): +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8940) RX_TASK:  +ASCII: +.g.g.........$.Symbian EPOC + +I (8950) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8960) PXID_TASK: Source Address: 0x67076716 +I (8960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8970) PXID_TASK: Discovery Flag: 0x00 +I (8970) PXID_TASK: Slot Number: 0xFF +I (8980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8990) PXID REPLY: Construct reply packet +I (8990) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9000) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9010) PXID REPLY: Wrote 22 bytes +I (9020) PXID REPLY: Sent reply packet +I (9020) RX_TASK: Send Success +I (9020) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (9030) RX_TASK: Address: 0xFF +I (9030) RX_TASK: Command bit: 1 +I (9030) RX_TASK: Control: 0x3F +I (9040) RX_TASK: Control: P-XID +I (9040) RX_TASK: CRC: 0xB369 +I (9040) RX_TASK: CRC Check: INVALID + +I (9050) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9050) RX_TASK:  +ASCII: +.g.g........ + +I (9060) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9060) PXID_TASK: Source Address: 0x67076716 +I (9070) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9070) PXID_TASK: Discovery Flag: 0x00 +I (9080) PXID_TASK: Slot Number: 0x00 +I (9080) PXID_TASK: Version Number: 0x00 + + + +I (9080) PXID REPLY: Construct reply packet +I (9090) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9110) PXID REPLY: Wrote 22 bytes +I (9110) PXID REPLY: Sent reply packet +I (9120) RX_TASK: Send Success +I (9120) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (9130) RX_TASK: Address: 0xFF +I (9130) RX_TASK: Command bit: 1 +I (9130) RX_TASK: Control: 0x3F +I (9130) RX_TASK: Control: P-XID +I (9140) RX_TASK: CRC: 0x8613 +I (9140) RX_TASK: CRC Check: INVALID + +I (9140) RX_TASK: Payload (27 bytes): +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9150) RX_TASK:  +ASCII: +.g.g.........$.Symbian EPOC + +I (9160) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9170) PXID_TASK: Source Address: 0x67076716 +I (9180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9180) PXID_TASK: Discovery Flag: 0x00 +I (9180) PXID_TASK: Slot Number: 0xFF +I (9190) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9200) PXID REPLY: Construct reply packet +I (9200) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9210) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9220) PXID REPLY: Wrote 22 bytes +I (9230) PXID REPLY: Sent reply packet +I (9230) RX_TASK: Send Success +I (9230) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (9240) RX_TASK: Address: 0xFF +I (9240) RX_TASK: Command bit: 1 +I (9240) RX_TASK: Control: 0x3F +I (9250) RX_TASK: Control: P-XID +I (9250) RX_TASK: CRC: 0xB369 +I (9250) RX_TASK: CRC Check: INVALID + +I (9260) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9260) RX_TASK:  +ASCII: +.g.g........ + +I (9270) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9280) PXID_TASK: Source Address: 0x67076716 +I (9280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9280) PXID_TASK: Discovery Flag: 0x00 +I (9290) PXID_TASK: Slot Number: 0x00 +I (9290) PXID_TASK: Version Number: 0x00 + + + +I (9300) PXID REPLY: Construct reply packet +I (9300) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9310) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9320) PXID REPLY: Wrote 22 bytes +I (9330) PXID REPLY: Sent reply packet +I (9330) RX_TASK: Send Success +I (9330) RX_TASK: Unterminated packet at offset 251 + +I (9340) RX_TASK: Read 256 bytes: 'g����' +I (9340) RX_TASK: 0x40813260 07 67 16 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.g.........$.Sym| +I (9350) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 86 13 c1 ff ff ff ff |bian EPOC.......| +I (9360) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 67 07 67 16 ff ff |........?.g.g...| +I (9370) RX_TASK: 0x40813290 ff ff 00 00 00 b3 69 c1 ff ff ff ff ff ff ff ff |......i.........| +I (9380) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 67 07 67 16 ff ff ff ff 00 ff |....?.g.g.......| +I (9380) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (9390) RX_TASK: 0x408132c0 86 13 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (9400) RX_TASK: 0x408132d0 01 67 07 67 16 ff ff ff ff 00 00 00 b3 69 c1 ff |.g.g.........i..| +I (9410) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 67 07 67 |...........?.g.g| +I (9420) RX_TASK: 0x408132f0 16 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (9430) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 86 13 c1 ff ff ff ff ff ff |an EPOC.........| +I (9440) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 67 07 67 16 ff ff ff ff 00 |.....?.g.g......| +I (9450) RX_TASK: 0x40813320 00 00 b3 69 c1 ff ff ff ff ff ff ff ff ff ff c0 |...i............| +I (9450) RX_TASK: 0x40813330 ff 3f 01 67 07 67 16 ff ff ff ff 00 ff 00 82 24 |.?.g.g.........$| +I (9460) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 86 13 c1 |.Symbian EPOC...| +I (9470) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 67 07 |............?.g.| +I (9480) RX_TASK: Starting to Parse: 256 +I (9480) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (9490) RX_TASK: Address: 0xFF +I (9490) RX_TASK: Command bit: 1 +I (9500) RX_TASK: Control: 0x3F +I (9500) RX_TASK: Control: P-XID +I (9500) RX_TASK: CRC: 0xB369 +I (9500) RX_TASK: CRC Check: INVALID + +I (9510) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9510) RX_TASK:  +ASCII: +.g.g........ + +I (9520) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9530) PXID_TASK: Source Address: 0x67076716 +I (9530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9540) PXID_TASK: Discovery Flag: 0x00 +I (9540) PXID_TASK: Slot Number: 0x00 +I (9540) PXID_TASK: Version Number: 0x00 + + + +I (9550) PXID REPLY: Construct reply packet +I (9550) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9560) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9570) PXID REPLY: Wrote 22 bytes +I (9580) PXID REPLY: Sent reply packet +I (9580) RX_TASK: Send Success +I (9580) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (9590) RX_TASK: Address: 0xFF +I (9590) RX_TASK: Command bit: 1 +I (9590) RX_TASK: Control: 0x3F +I (9600) RX_TASK: Control: P-XID +I (9600) RX_TASK: CRC: 0x8613 +I (9600) RX_TASK: CRC Check: INVALID + +I (9610) RX_TASK: Payload (27 bytes): +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9620) RX_TASK:  +ASCII: +.g.g.........$.Symbian EPOC + +I (9620) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9630) PXID_TASK: Source Address: 0x67076716 +I (9640) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9640) PXID_TASK: Discovery Flag: 0x00 +I (9650) PXID_TASK: Slot Number: 0xFF +I (9650) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9660) PXID REPLY: Construct reply packet +I (9660) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9690) PXID REPLY: Wrote 22 bytes +I (9690) PXID REPLY: Sent reply packet +I (9690) RX_TASK: Send Success +I (9700) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (9700) RX_TASK: Address: 0xFF +I (9700) RX_TASK: Command bit: 1 +I (9710) RX_TASK: Control: 0x3F +I (9710) RX_TASK: Control: P-XID +I (9710) RX_TASK: CRC: 0xB369 +I (9720) RX_TASK: CRC Check: INVALID + +I (9720) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9730) RX_TASK:  +ASCII: +.g.g........ + +I (9730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9740) PXID_TASK: Source Address: 0x67076716 +I (9740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9750) PXID_TASK: Discovery Flag: 0x00 +I (9750) PXID_TASK: Slot Number: 0x00 +I (9750) PXID_TASK: Version Number: 0x00 + + + +I (9760) PXID REPLY: Construct reply packet +I (9760) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9780) PXID REPLY: Wrote 22 bytes +I (9790) PXID REPLY: Sent reply packet +I (9790) RX_TASK: Send Success +I (9790) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (9800) RX_TASK: Address: 0xFF +I (9800) RX_TASK: Command bit: 1 +I (9810) RX_TASK: Control: 0x3F +I (9810) RX_TASK: Control: P-XID +I (9810) RX_TASK: CRC: 0x8613 +I (9810) RX_TASK: CRC Check: INVALID + +I (9820) RX_TASK: Payload (27 bytes): +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9830) RX_TASK:  +ASCII: +.g.g.........$.Symbian EPOC + +I (9830) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9850) PXID_TASK: Source Address: 0x67076716 +I (9850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9850) PXID_TASK: Discovery Flag: 0x00 +I (9860) PXID_TASK: Slot Number: 0xFF +I (9860) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9870) PXID REPLY: Construct reply packet +I (9870) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (9900) PXID REPLY: Wrote 22 bytes +I (9900) PXID REPLY: Sent reply packet +I (9900) RX_TASK: Send Success +I (9910) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (9910) RX_TASK: Address: 0xFF +I (9920) RX_TASK: Command bit: 1 +I (9920) RX_TASK: Control: 0x3F +I (9920) RX_TASK: Control: P-XID +I (9920) RX_TASK: CRC: 0xB369 +I (9930) RX_TASK: CRC Check: INVALID + +I (9930) RX_TASK: Payload (12 bytes): +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9940) RX_TASK:  +ASCII: +.g.g........ + +I (9940) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 67 07 67 16 FF FF FF FF 00 00 00 +I (9950) PXID_TASK: Source Address: 0x67076716 +I (9950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9960) PXID_TASK: Discovery Flag: 0x00 +I (9960) PXID_TASK: Slot Number: 0x00 +I (9960) PXID_TASK: Version Number: 0x00 + + + +I (9970) PXID REPLY: Construct reply packet +I (9970) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (9990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (10000) PXID REPLY: Wrote 22 bytes +I (10000) PXID REPLY: Sent reply packet +I (10000) RX_TASK: Send Success +I (10010) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (10010) RX_TASK: Address: 0xFF +I (10010) RX_TASK: Command bit: 1 +I (10020) RX_TASK: Control: 0x3F +I (10020) RX_TASK: Control: P-XID +I (10020) RX_TASK: CRC: 0x8613 +I (10030) RX_TASK: CRC Check: INVALID + +I (10030) RX_TASK: Payload (27 bytes): +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10040) RX_TASK:  +ASCII: +.g.g.........$.Symbian EPOC + +I (10050) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 67 07 67 16 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10060) PXID_TASK: Source Address: 0x67076716 +I (10060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10070) PXID_TASK: Discovery Flag: 0x00 +I (10070) PXID_TASK: Slot Number: 0xFF +I (10070) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10080) PXID REPLY: Construct reply packet +I (10090) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 67 07 67 16 01 00 00 90 24 00 54 45 53 +54 A1 5A C1 +I (10100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 67 07 67 +I (10110) PXID REPLY: Wrote 22 bytes +I (10110) PXID REPLY: Sent reply packet +I (10120) RX_TASK: Send Success +I (10120) RX_TASK: Unterminated packet at offset 250 + +I (11130) RX_TASK: Read 10 bytes: 'g����' +I (11130) RX_TASK: 0x40813260 67 16 ff ff ff ff 00 00 00 b3 |g.........| +I (11130) RX_TASK: Starting to Parse: 10 +I (135400) RX_TASK: Read 256 bytes: '������������?��/����' +I (135400) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f4 9c |............?...| +I (135400) RX_TASK: 0x40813270 1a 2f ff ff ff ff 00 00 00 2d bb c1 ff ff ff ff |./.......-......| +I (135410) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 f4 9c 1a 2f ff ff |........?..../..| +I (135420) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (135430) RX_TASK: 0x408132a0 45 50 4f 43 3a 89 c1 ff ff ff ff ff ff ff ff ff |EPOC:...........| +I (135440) RX_TASK: 0x408132b0 ff c0 ff 3f 01 f4 9c 1a 2f ff ff ff ff 00 00 00 |...?..../.......| +I (135440) RX_TASK: 0x408132c0 2d bb c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |-..............?| +I (135450) RX_TASK: 0x408132d0 01 f4 9c 1a 2f ff ff ff ff 00 ff 00 82 24 00 53 |..../........$.S| +I (135460) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 3a 89 c1 ff ff |ymbian EPOC:....| +I (135470) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 f4 9c 1a 2f |..........?..../| +I (135480) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 2d bb c1 ff ff ff ff ff ff |.......-........| +I (135490) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 f4 9c 1a 2f ff ff ff ff |......?..../....| +I (135500) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (135510) RX_TASK: 0x40813330 4f 43 3a 89 c1 ff ff ff ff ff ff ff ff ff c0 ff |OC:.............| +I (135520) RX_TASK: 0x40813340 3f 01 f4 9c 1a 2f ff ff ff ff 00 00 00 2d bb c1 |?..../.......-..| +I (135520) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f4 9c |............?...| +I (135530) RX_TASK: Starting to Parse: 256 +I (135540) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (135540) RX_TASK: Address: 0xFF +I (135550) RX_TASK: Command bit: 1 +I (135550) RX_TASK: Control: 0x3F +I (135550) RX_TASK: Control: P-XID +I (135560) RX_TASK: CRC: 0x2DBB +I (135560) RX_TASK: CRC Check: VALID + +I (135560) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (135570) RX_TASK:  +ASCII: +..../....... + +I (135570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (135580) PXID_TASK: Source Address: 0xF49C1A2F +I (135590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (135590) PXID_TASK: Discovery Flag: 0x00 +I (135590) PXID_TASK: Slot Number: 0x00 +I (135600) PXID_TASK: Version Number: 0x00 + + + +I (135600) PXID REPLY: Construct reply packet +I (135610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (135620) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (135630) PXID REPLY: Wrote 22 bytes +I (135630) PXID REPLY: Sent reply packet +I (135640) RX_TASK: Send Success +I (135640) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (135640) RX_TASK: Address: 0xFF +I (135650) RX_TASK: Command bit: 1 +I (135650) RX_TASK: Control: 0x3F +I (135650) RX_TASK: Control: P-XID +I (135660) RX_TASK: CRC: 0x3A89 +I (135660) RX_TASK: CRC Check: INVALID + +I (135660) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (135670) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (135680) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (135690) PXID_TASK: Source Address: 0xF49C1A2F +I (135700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (135700) PXID_TASK: Discovery Flag: 0x00 +I (135710) PXID_TASK: Slot Number: 0xFF +I (135710) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (135720) PXID REPLY: Construct reply packet +I (135720) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (135740) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (135750) PXID REPLY: Wrote 22 bytes +I (135750) PXID REPLY: Sent reply packet +I (135750) RX_TASK: Send Success +I (135760) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (135760) RX_TASK: Address: 0xFF +I (135760) RX_TASK: Command bit: 1 +I (135770) RX_TASK: Control: 0x3F +I (135770) RX_TASK: Control: P-XID +I (135770) RX_TASK: CRC: 0x2DBB +I (135780) RX_TASK: CRC Check: VALID + +I (135780) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (135790) RX_TASK:  +ASCII: +..../....... + +I (135790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (135800) PXID_TASK: Source Address: 0xF49C1A2F +I (135800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (135810) PXID_TASK: Discovery Flag: 0x00 +I (135810) PXID_TASK: Slot Number: 0x00 +I (135820) PXID_TASK: Version Number: 0x00 + + + +I (135820) PXID REPLY: Construct reply packet +I (135820) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (135840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (135850) PXID REPLY: Wrote 22 bytes +I (135850) PXID REPLY: Sent reply packet +I (135850) RX_TASK: Send Success +I (135860) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (135860) RX_TASK: Address: 0xFF +I (135870) RX_TASK: Command bit: 1 +I (135870) RX_TASK: Control: 0x3F +I (135870) RX_TASK: Control: P-XID +I (135880) RX_TASK: CRC: 0x3A89 +I (135880) RX_TASK: CRC Check: INVALID + +I (135880) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (135890) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (135900) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (135910) PXID_TASK: Source Address: 0xF49C1A2F +I (135910) PXID_TASK: Destination Address: 0xFFFFFFFF +I (135920) PXID_TASK: Discovery Flag: 0x00 +I (135920) PXID_TASK: Slot Number: 0xFF +I (135930) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (135940) PXID REPLY: Construct reply packet +I (135940) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (135950) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (135960) PXID REPLY: Wrote 22 bytes +I (135970) PXID REPLY: Sent reply packet +I (135970) RX_TASK: Send Success +I (135970) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (135980) RX_TASK: Address: 0xFF +I (135980) RX_TASK: Command bit: 1 +I (135990) RX_TASK: Control: 0x3F +I (135990) RX_TASK: Control: P-XID +I (135990) RX_TASK: CRC: 0x2DBB +I (136000) RX_TASK: CRC Check: VALID + +I (136000) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136010) RX_TASK:  +ASCII: +..../....... + +I (136010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136020) PXID_TASK: Source Address: 0xF49C1A2F +I (136020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136030) PXID_TASK: Discovery Flag: 0x00 +I (136030) PXID_TASK: Slot Number: 0x00 +I (136030) PXID_TASK: Version Number: 0x00 + + + +I (136040) PXID REPLY: Construct reply packet +I (136040) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136060) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136070) PXID REPLY: Wrote 22 bytes +I (136070) PXID REPLY: Sent reply packet +I (136070) RX_TASK: Send Success +I (136080) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (136080) RX_TASK: Address: 0xFF +I (136080) RX_TASK: Command bit: 1 +I (136090) RX_TASK: Control: 0x3F +I (136090) RX_TASK: Control: P-XID +I (136090) RX_TASK: CRC: 0x3A89 +I (136100) RX_TASK: CRC Check: INVALID + +I (136100) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (136110) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (136120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (136130) PXID_TASK: Source Address: 0xF49C1A2F +I (136130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136140) PXID_TASK: Discovery Flag: 0x00 +I (136140) PXID_TASK: Slot Number: 0xFF +I (136150) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (136150) PXID REPLY: Construct reply packet +I (136160) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136180) PXID REPLY: Wrote 22 bytes +I (136190) PXID REPLY: Sent reply packet +I (136190) RX_TASK: Send Success +I (136190) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (136200) RX_TASK: Address: 0xFF +I (136200) RX_TASK: Command bit: 1 +I (136200) RX_TASK: Control: 0x3F +I (136210) RX_TASK: Control: P-XID +I (136210) RX_TASK: CRC: 0x2DBB +I (136210) RX_TASK: CRC Check: VALID + +I (136220) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136220) RX_TASK:  +ASCII: +..../....... + +I (136230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136240) PXID_TASK: Source Address: 0xF49C1A2F +I (136240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136250) PXID_TASK: Discovery Flag: 0x00 +I (136250) PXID_TASK: Slot Number: 0x00 +I (136250) PXID_TASK: Version Number: 0x00 + + + +I (136260) PXID REPLY: Construct reply packet +I (136260) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136280) PXID REPLY: Wrote 22 bytes +I (136290) PXID REPLY: Sent reply packet +I (136290) RX_TASK: Send Success +I (136290) RX_TASK: Unterminated packet at offset 250 + +I (136300) RX_TASK: Read 256 bytes: '/����' +I (136300) RX_TASK: 0x40813260 1a 2f ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |./........$.Symb| +I (136310) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 3a 89 c1 ff ff ff ff ff |ian EPOC:.......| +I (136320) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 f4 9c 1a 2f ff ff ff |.......?..../...| +I (136330) RX_TASK: 0x40813290 ff 00 00 00 2d bb c1 ff ff ff ff ff ff ff ff ff |....-...........| +I (136340) RX_TASK: 0x408132a0 ff c0 ff 3f 01 f4 9c 1a 2f ff ff ff ff 00 ff 00 |...?..../.......| +I (136350) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 3a |.$.Symbian EPOC:| +I (136360) RX_TASK: 0x408132c0 89 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (136370) RX_TASK: 0x408132d0 f4 9c 1a 2f ff ff ff ff 00 00 00 2d bb c1 ff ff |.../.......-....| +I (136370) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 f4 9c 1a 2f |..........?..../| +I (136380) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (136390) RX_TASK: 0x40813300 6e 20 45 50 4f 43 3a 89 c1 ff ff ff ff ff ff ff |n EPOC:.........| +I (136400) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 f4 9c 1a 2f ff ff ff ff 00 |.....?..../.....| +I (136410) RX_TASK: 0x40813320 00 00 2d bb c1 ff ff ff ff ff ff ff ff ff ff c0 |..-.............| +I (136420) RX_TASK: 0x40813330 ff 3f 01 f4 9c 1a 2f ff ff ff ff 00 ff 00 82 24 |.?..../........$| +I (136430) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 3a 89 c1 |.Symbian EPOC:..| +I (136440) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 f4 9c |............?...| +I (136450) RX_TASK: Starting to Parse: 256 +I (136450) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (136460) RX_TASK: Address: 0xFF +I (136460) RX_TASK: Command bit: 1 +I (136460) RX_TASK: Control: 0x3F +I (136460) RX_TASK: Control: P-XID +I (136470) RX_TASK: CRC: 0x2DBB +I (136470) RX_TASK: CRC Check: VALID + +I (136470) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136480) RX_TASK:  +ASCII: +..../....... + +I (136490) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136490) PXID_TASK: Source Address: 0xF49C1A2F +I (136500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136500) PXID_TASK: Discovery Flag: 0x00 +I (136510) PXID_TASK: Slot Number: 0x00 +I (136510) PXID_TASK: Version Number: 0x00 + + + +I (136510) PXID REPLY: Construct reply packet +I (136520) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136530) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136540) PXID REPLY: Wrote 22 bytes +I (136550) PXID REPLY: Sent reply packet +I (136550) RX_TASK: Send Success +I (136550) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (136560) RX_TASK: Address: 0xFF +I (136560) RX_TASK: Command bit: 1 +I (136560) RX_TASK: Control: 0x3F +I (136570) RX_TASK: Control: P-XID +I (136570) RX_TASK: CRC: 0x3A89 +I (136570) RX_TASK: CRC Check: INVALID + +I (136580) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (136590) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (136590) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (136600) PXID_TASK: Source Address: 0xF49C1A2F +I (136610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136610) PXID_TASK: Discovery Flag: 0x00 +I (136620) PXID_TASK: Slot Number: 0xFF +I (136620) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (136630) PXID REPLY: Construct reply packet +I (136640) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136660) PXID REPLY: Wrote 22 bytes +I (136660) PXID REPLY: Sent reply packet +I (136670) RX_TASK: Send Success +I (136670) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (136670) RX_TASK: Address: 0xFF +I (136680) RX_TASK: Command bit: 1 +I (136680) RX_TASK: Control: 0x3F +I (136680) RX_TASK: Control: P-XID +I (136690) RX_TASK: CRC: 0x2DBB +I (136690) RX_TASK: CRC Check: VALID + +I (136690) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136700) RX_TASK:  +ASCII: +..../....... + +I (136700) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136710) PXID_TASK: Source Address: 0xF49C1A2F +I (136720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136720) PXID_TASK: Discovery Flag: 0x00 +I (136720) PXID_TASK: Slot Number: 0x00 +I (136730) PXID_TASK: Version Number: 0x00 + + + +I (136730) PXID REPLY: Construct reply packet +I (136740) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136750) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136760) PXID REPLY: Wrote 22 bytes +I (136760) PXID REPLY: Sent reply packet +I (136770) RX_TASK: Send Success +I (136770) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (136780) RX_TASK: Address: 0xFF +I (136780) RX_TASK: Command bit: 1 +I (136780) RX_TASK: Control: 0x3F +I (136790) RX_TASK: Control: P-XID +I (136790) RX_TASK: CRC: 0x3A89 +I (136790) RX_TASK: CRC Check: INVALID + +I (136790) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (136810) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (136810) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (136820) PXID_TASK: Source Address: 0xF49C1A2F +I (136830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136830) PXID_TASK: Discovery Flag: 0x00 +I (136840) PXID_TASK: Slot Number: 0xFF +I (136840) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (136850) PXID REPLY: Construct reply packet +I (136850) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136880) PXID REPLY: Wrote 22 bytes +I (136880) PXID REPLY: Sent reply packet +I (136880) RX_TASK: Send Success +I (136890) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (136890) RX_TASK: Address: 0xFF +I (136900) RX_TASK: Command bit: 1 +I (136900) RX_TASK: Control: 0x3F +I (136900) RX_TASK: Control: P-XID +I (136900) RX_TASK: CRC: 0x2DBB +I (136910) RX_TASK: CRC Check: VALID + +I (136910) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136920) RX_TASK:  +ASCII: +..../....... + +I (136920) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (136930) PXID_TASK: Source Address: 0xF49C1A2F +I (136930) PXID_TASK: Destination Address: 0xFFFFFFFF +I (136940) PXID_TASK: Discovery Flag: 0x00 +I (136940) PXID_TASK: Slot Number: 0x00 +I (136950) PXID_TASK: Version Number: 0x00 + + + +I (136950) PXID REPLY: Construct reply packet +I (136960) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (136970) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (136980) PXID REPLY: Wrote 22 bytes +I (136980) PXID REPLY: Sent reply packet +I (136990) RX_TASK: Send Success +I (136990) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (136990) RX_TASK: Address: 0xFF +I (137000) RX_TASK: Command bit: 1 +I (137000) RX_TASK: Control: 0x3F +I (137000) RX_TASK: Control: P-XID +I (137010) RX_TASK: CRC: 0x3A89 +I (137010) RX_TASK: CRC Check: INVALID + +I (137010) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (137020) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (137030) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (137040) PXID_TASK: Source Address: 0xF49C1A2F +I (137050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (137050) PXID_TASK: Discovery Flag: 0x00 +I (137050) PXID_TASK: Slot Number: 0xFF +I (137060) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (137070) PXID REPLY: Construct reply packet +I (137070) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (137090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (137100) PXID REPLY: Wrote 22 bytes +I (137100) PXID REPLY: Sent reply packet +I (137100) RX_TASK: Send Success +I (137110) RX_TASK: Unterminated packet at offset 250 + +I (138110) RX_TASK: Read 126 bytes: '/����' +I (138110) RX_TASK: 0x40813260 1a 2f ff ff ff ff 00 00 00 2d bb c1 ff ff ff ff |./.......-......| +I (138110) RX_TASK: 0x40813270 ff ff ff ff ff ff c0 ff 3f 01 f4 9c 1a 2f ff ff |........?..../..| +I (138120) RX_TASK: 0x40813280 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (138130) RX_TASK: 0x40813290 45 50 4f 43 3a 89 c1 ff ff ff ff ff ff ff ff ff |EPOC:...........| +I (138130) RX_TASK: 0x408132a0 ff c0 ff 3f 01 f4 9c 1a 2f ff ff ff ff 00 00 00 |...?..../.......| +I (138140) RX_TASK: 0x408132b0 2d bb c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |-..............?| +I (138150) RX_TASK: 0x408132c0 01 f4 9c 1a 2f ff ff ff ff 00 ff 00 82 24 00 53 |..../........$.S| +I (138160) RX_TASK: 0x408132d0 79 6d 62 69 61 6e 20 45 50 4f 43 3a 89 c1 |ymbian EPOC:..| +I (138170) RX_TASK: Starting to Parse: 126 +I (138170) RX_TASK:  +=== Packet 1 (offset 22, length 33) === + +I (138180) RX_TASK: Address: 0xFF +I (138180) RX_TASK: Command bit: 1 +I (138180) RX_TASK: Control: 0x3F +I (138190) RX_TASK: Control: P-XID +I (138190) RX_TASK: CRC: 0x3A89 +I (138190) RX_TASK: CRC Check: INVALID + +I (138200) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (138210) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (138210) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (138230) PXID_TASK: Source Address: 0xF49C1A2F +I (138230) PXID_TASK: Destination Address: 0xFFFFFFFF +I (138240) PXID_TASK: Discovery Flag: 0x00 +I (138240) PXID_TASK: Slot Number: 0xFF +I (138240) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (138250) PXID REPLY: Construct reply packet +I (138260) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (138270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (138280) PXID REPLY: Wrote 22 bytes +I (138280) PXID REPLY: Sent reply packet +I (138290) RX_TASK: Send Success +I (138290) RX_TASK:  +=== Packet 2 (offset 65, length 18) === + +I (138300) RX_TASK: Address: 0xFF +I (138300) RX_TASK: Command bit: 1 +I (138300) RX_TASK: Control: 0x3F +I (138300) RX_TASK: Control: P-XID +I (138310) RX_TASK: CRC: 0x2DBB +I (138310) RX_TASK: CRC Check: VALID + +I (138310) RX_TASK: Payload (12 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (138320) RX_TASK:  +ASCII: +..../....... + +I (138330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 F4 9C 1A 2F FF FF FF FF 00 00 00 +I (138330) PXID_TASK: Source Address: 0xF49C1A2F +I (138340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (138340) PXID_TASK: Discovery Flag: 0x00 +I (138350) PXID_TASK: Slot Number: 0x00 +I (138350) PXID_TASK: Version Number: 0x00 + + + +I (138350) PXID REPLY: Construct reply packet +I (138360) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (138370) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (138380) PXID REPLY: Wrote 22 bytes +I (138380) PXID REPLY: Sent reply packet +I (138390) RX_TASK: Send Success +I (138390) RX_TASK:  +=== Packet 3 (offset 93, length 33) === + +I (138400) RX_TASK: Address: 0xFF +I (138400) RX_TASK: Command bit: 1 +I (138400) RX_TASK: Control: 0x3F +I (138410) RX_TASK: Control: P-XID +I (138410) RX_TASK: CRC: 0x3A89 +I (138410) RX_TASK: CRC Check: INVALID + +I (138420) RX_TASK: Payload (27 bytes): +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (138430) RX_TASK:  +ASCII: +..../........$.Symbian EPOC + +I (138430) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 F4 9C 1A 2F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (138440) PXID_TASK: Source Address: 0xF49C1A2F +I (138450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (138450) PXID_TASK: Discovery Flag: 0x00 +I (138460) PXID_TASK: Slot Number: 0xFF +I (138460) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (138470) PXID REPLY: Construct reply packet +I (138470) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 F4 9C 1A 2F 01 00 00 90 24 00 54 45 53 +54 73 02 C1 +I (138490) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 F4 9C 1A +I (138500) PXID REPLY: Wrote 22 bytes +I (138500) PXID REPLY: Sent reply packet +I (138510) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_35028 b/build/log/idf_py_stdout_output_35028 new file mode 100644 index 0000000..9f2d7ad --- /dev/null +++ b/build/log/idf_py_stdout_output_35028 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:455:13: warning: 'tx_task' defined but not used [-Wunused-function] + 455 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_35154 b/build/log/idf_py_stdout_output_35154 new file mode 100644 index 0000000..fed4258 --- /dev/null +++ b/build/log/idf_py_stdout_output_35154 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 502.5 kbit/s)... +Hash of data verified. +Compressed 187328 bytes to 95324... +Writing at 0x00010000... (16 %) +Writing at 0x0001aacb... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b1d... (83 %) +Writing at 0x00037886... (100 %) +Wrote 187328 bytes (95324 compressed) at 0x00010000 in 1.7 seconds (effective 906.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35172 b/build/log/idf_py_stdout_output_35172 new file mode 100644 index 0000000..752ed92 --- /dev/null +++ b/build/log/idf_py_stdout_output_35172 @@ -0,0 +1,714 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16274h ( 90740) map +I (113) esp_image: segment 3: paddr=0003629c vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c414 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: b9bf8455a... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (34250) RX_TASK: Read 256 bytes: '������������?9�Ik����' +I (34250) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 39 d4 |............?.9.| +I (34250) RX_TASK: 0x40813270 49 6b ff ff ff ff 00 00 00 d0 d7 c1 ff ff ff ff |Ik..............| +I (34260) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 39 d4 49 6b ff ff |........?.9.Ik..| +I (34270) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (34280) RX_TASK: 0x408132a0 45 50 4f 43 2b 09 c1 ff ff ff ff ff ff ff ff ff |EPOC+...........| +I (34290) RX_TASK: 0x408132b0 c0 ff 3f 01 39 d4 49 6b ff ff ff ff 00 00 00 d0 |..?.9.Ik........| +I (34300) RX_TASK: 0x408132c0 d7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (34300) RX_TASK: 0x408132d0 39 d4 49 6b ff ff ff ff 00 ff 00 82 24 00 53 79 |9.Ik........$.Sy| +I (34310) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 2b 09 c1 ff ff ff |mbian EPOC+.....| +I (34320) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 39 d4 49 6b ff |.........?.9.Ik.| +I (34330) RX_TASK: 0x40813300 ff ff ff 00 00 00 d0 d7 c1 ff ff ff ff ff ff ff |................| +I (34340) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 39 d4 49 6b ff ff ff ff 00 ff |....?.9.Ik......| +I (34350) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (34360) RX_TASK: 0x40813330 2b 09 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |+..............?| +I (34370) RX_TASK: 0x40813340 01 39 d4 49 6b ff ff ff ff 00 00 00 d0 d7 c1 ff |.9.Ik...........| +I (34380) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 39 d4 49 |...........?.9.I| +I (34380) RX_TASK: Starting to Parse: 256 +I (34390) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (34390) RX_TASK: Address: 0xFF +I (34400) RX_TASK: Command bit: 1 +I (34400) RX_TASK: Control: 0x3F +I (34400) RX_TASK: Control: P-XID +I (34410) RX_TASK: CRC: 0xD0D7 +I (34410) RX_TASK: CRC Check: VALID + +I (34410) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (34420) RX_TASK:  +ASCII: +.9.Ik....... + +I (34420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (34430) PXID_TASK: Source Address: 0x39D4496B +I (34430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (34440) PXID_TASK: Discovery Flag: 0x00 +I (34440) PXID_TASK: Slot Number: 0x00 +I (34450) PXID_TASK: Version Number: 0x00 + + + +I (34450) PXID REPLY: Construct reply packet +I (34460) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (34470) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (34480) PXID REPLY: Wrote 22 bytes +I (34480) PXID REPLY: Sent reply packet +I (34490) RX_TASK: Send Success +I (34490) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (34490) RX_TASK: Address: 0xFF +I (34500) RX_TASK: Command bit: 1 +I (34500) RX_TASK: Control: 0x3F +I (34500) RX_TASK: Control: P-XID +I (34510) RX_TASK: CRC: 0x2B09 +I (34510) RX_TASK: CRC Check: VALID + +I (34510) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (34520) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (34530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (34540) PXID_TASK: Source Address: 0x39D4496B +I (34540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (34550) PXID_TASK: Discovery Flag: 0x00 +I (34550) PXID_TASK: Slot Number: 0xFF +I (34560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (34570) PXID REPLY: Construct reply packet +I (34570) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (34580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (34590) PXID REPLY: Wrote 22 bytes +I (34600) PXID REPLY: Sent reply packet +I (34600) RX_TASK: Send Success +I (34600) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (34610) RX_TASK: Address: 0xFF +I (34610) RX_TASK: Command bit: 1 +I (34610) RX_TASK: Control: 0x3F +I (34620) RX_TASK: Control: P-XID +I (34620) RX_TASK: CRC: 0xD0D7 +I (34620) RX_TASK: CRC Check: VALID + +I (34630) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (34630) RX_TASK:  +ASCII: +.9.Ik....... + +I (34640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (34650) PXID_TASK: Source Address: 0x39D4496B +I (34650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (34650) PXID_TASK: Discovery Flag: 0x00 +I (34660) PXID_TASK: Slot Number: 0x00 +I (34660) PXID_TASK: Version Number: 0x00 + + + +I (34670) PXID REPLY: Construct reply packet +I (34670) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (34680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (34690) PXID REPLY: Wrote 22 bytes +I (34700) PXID REPLY: Sent reply packet +I (34700) RX_TASK: Send Success +I (34700) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (34710) RX_TASK: Address: 0xFF +I (34710) RX_TASK: Command bit: 1 +I (34710) RX_TASK: Control: 0x3F +I (34720) RX_TASK: Control: P-XID +I (34720) RX_TASK: CRC: 0x2B09 +I (34720) RX_TASK: CRC Check: VALID + +I (34730) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (34740) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (34740) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (34750) PXID_TASK: Source Address: 0x39D4496B +I (34760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (34760) PXID_TASK: Discovery Flag: 0x00 +I (34770) PXID_TASK: Slot Number: 0xFF +I (34770) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (34780) PXID REPLY: Construct reply packet +I (34780) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (34800) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (34810) PXID REPLY: Wrote 22 bytes +I (34810) PXID REPLY: Sent reply packet +I (34810) RX_TASK: Send Success +I (34820) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (34820) RX_TASK: Address: 0xFF +I (34830) RX_TASK: Command bit: 1 +I (34830) RX_TASK: Control: 0x3F +I (34830) RX_TASK: Control: P-XID +I (34830) RX_TASK: CRC: 0xD0D7 +I (34840) RX_TASK: CRC Check: VALID + +I (34840) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (34850) RX_TASK:  +ASCII: +.9.Ik....... + +I (34850) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (34860) PXID_TASK: Source Address: 0x39D4496B +I (34860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (34870) PXID_TASK: Discovery Flag: 0x00 +I (34870) PXID_TASK: Slot Number: 0x00 +I (34880) PXID_TASK: Version Number: 0x00 + + + +I (34880) PXID REPLY: Construct reply packet +I (34880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (34900) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (34910) PXID REPLY: Wrote 22 bytes +I (34910) PXID REPLY: Sent reply packet +I (34910) RX_TASK: Send Success +I (34920) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (34920) RX_TASK: Address: 0xFF +I (34930) RX_TASK: Command bit: 1 +I (34930) RX_TASK: Control: 0x3F +I (34930) RX_TASK: Control: P-XID +I (34930) RX_TASK: CRC: 0x2B09 +I (34940) RX_TASK: CRC Check: VALID + +I (34940) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (34950) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (34960) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (34970) PXID_TASK: Source Address: 0x39D4496B +I (34970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (34980) PXID_TASK: Discovery Flag: 0x00 +I (34980) PXID_TASK: Slot Number: 0xFF +I (34990) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (34990) PXID REPLY: Construct reply packet +I (35000) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35020) PXID REPLY: Wrote 22 bytes +I (35030) PXID REPLY: Sent reply packet +I (35030) RX_TASK: Send Success +I (35030) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (35040) RX_TASK: Address: 0xFF +I (35040) RX_TASK: Command bit: 1 +I (35040) RX_TASK: Control: 0x3F +I (35050) RX_TASK: Control: P-XID +I (35050) RX_TASK: CRC: 0xD0D7 +I (35050) RX_TASK: CRC Check: VALID + +I (35060) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35060) RX_TASK:  +ASCII: +.9.Ik....... + +I (35070) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35070) PXID_TASK: Source Address: 0x39D4496B +I (35080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35080) PXID_TASK: Discovery Flag: 0x00 +I (35090) PXID_TASK: Slot Number: 0x00 +I (35090) PXID_TASK: Version Number: 0x00 + + + +I (35090) PXID REPLY: Construct reply packet +I (35100) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35120) PXID REPLY: Wrote 22 bytes +I (35130) PXID REPLY: Sent reply packet +I (35130) RX_TASK: Send Success +I (35130) RX_TASK: Unterminated packet at offset 249 + +I (35140) RX_TASK: Read 256 bytes: 'k����' +I (35140) RX_TASK: 0x40813260 6b ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |k........$.Symbi| +I (35150) RX_TASK: 0x40813270 61 6e 20 45 50 4f 43 2b 09 c1 ff ff ff ff ff ff |an EPOC+........| +I (35160) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 39 d4 49 6b ff ff ff ff |......?.9.Ik....| +I (35170) RX_TASK: 0x40813290 00 00 00 d0 d7 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (35180) RX_TASK: 0x408132a0 c0 ff 3f 01 39 d4 49 6b ff ff ff ff 00 ff 00 82 |..?.9.Ik........| +I (35180) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 2b 09 |$.Symbian EPOC+.| +I (35190) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 39 |.............?.9| +I (35200) RX_TASK: 0x408132d0 d4 49 6b ff ff ff ff 00 00 00 d0 d7 c1 ff ff ff |.Ik.............| +I (35210) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 39 d4 49 6b ff |.........?.9.Ik.| +I (35220) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (35230) RX_TASK: 0x40813300 20 45 50 4f 43 2b 09 c1 ff ff ff ff ff ff ff ff | EPOC+..........| +I (35240) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 39 d4 49 6b ff ff ff ff 00 00 |....?.9.Ik......| +I (35250) RX_TASK: 0x40813320 00 d0 d7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (35260) RX_TASK: 0x40813330 3f 01 39 d4 49 6b ff ff ff ff 00 ff 00 82 24 00 |?.9.Ik........$.| +I (35260) RX_TASK: 0x40813340 53 79 6d 62 69 61 6e 20 45 50 4f 43 2b 09 c1 ff |Symbian EPOC+...| +I (35270) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 39 d4 49 |...........?.9.I| +I (35280) RX_TASK: Starting to Parse: 256 +I (35290) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (35290) RX_TASK: Address: 0xFF +I (35290) RX_TASK: Command bit: 1 +I (35300) RX_TASK: Control: 0x3F +I (35300) RX_TASK: Control: P-XID +I (35300) RX_TASK: CRC: 0xD0D7 +I (35310) RX_TASK: CRC Check: VALID + +I (35310) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35320) RX_TASK:  +ASCII: +.9.Ik....... + +I (35320) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35330) PXID_TASK: Source Address: 0x39D4496B +I (35330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35340) PXID_TASK: Discovery Flag: 0x00 +I (35340) PXID_TASK: Slot Number: 0x00 +I (35340) PXID_TASK: Version Number: 0x00 + + + +I (35350) PXID REPLY: Construct reply packet +I (35350) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35370) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35380) PXID REPLY: Wrote 22 bytes +I (35380) PXID REPLY: Sent reply packet +I (35380) RX_TASK: Send Success +I (35390) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (35390) RX_TASK: Address: 0xFF +I (35390) RX_TASK: Command bit: 1 +I (35400) RX_TASK: Control: 0x3F +I (35400) RX_TASK: Control: P-XID +I (35400) RX_TASK: CRC: 0x2B09 +I (35410) RX_TASK: CRC Check: VALID + +I (35410) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (35420) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (35430) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (35440) PXID_TASK: Source Address: 0x39D4496B +I (35440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35450) PXID_TASK: Discovery Flag: 0x00 +I (35450) PXID_TASK: Slot Number: 0xFF +I (35450) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (35460) PXID REPLY: Construct reply packet +I (35470) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35480) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35490) PXID REPLY: Wrote 22 bytes +I (35490) PXID REPLY: Sent reply packet +I (35500) RX_TASK: Send Success +I (35500) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (35510) RX_TASK: Address: 0xFF +I (35510) RX_TASK: Command bit: 1 +I (35510) RX_TASK: Control: 0x3F +I (35510) RX_TASK: Control: P-XID +I (35520) RX_TASK: CRC: 0xD0D7 +I (35520) RX_TASK: CRC Check: VALID + +I (35520) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35530) RX_TASK:  +ASCII: +.9.Ik....... + +I (35540) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35540) PXID_TASK: Source Address: 0x39D4496B +I (35550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35550) PXID_TASK: Discovery Flag: 0x00 +I (35560) PXID_TASK: Slot Number: 0x00 +I (35560) PXID_TASK: Version Number: 0x00 + + + +I (35560) PXID REPLY: Construct reply packet +I (35570) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35590) PXID REPLY: Wrote 22 bytes +I (35590) PXID REPLY: Sent reply packet +I (35600) RX_TASK: Send Success +I (35600) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (35610) RX_TASK: Address: 0xFF +I (35610) RX_TASK: Command bit: 1 +I (35610) RX_TASK: Control: 0x3F +I (35610) RX_TASK: Control: P-XID +I (35620) RX_TASK: CRC: 0x2B09 +I (35620) RX_TASK: CRC Check: VALID + +I (35620) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (35640) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (35640) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (35650) PXID_TASK: Source Address: 0x39D4496B +I (35660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35660) PXID_TASK: Discovery Flag: 0x00 +I (35670) PXID_TASK: Slot Number: 0xFF +I (35670) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (35680) PXID REPLY: Construct reply packet +I (35680) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35700) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35710) PXID REPLY: Wrote 22 bytes +I (35710) PXID REPLY: Sent reply packet +I (35710) RX_TASK: Send Success +I (35710) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (35720) RX_TASK: Address: 0xFF +I (35720) RX_TASK: Command bit: 1 +I (35730) RX_TASK: Control: 0x3F +I (35730) RX_TASK: Control: P-XID +I (35730) RX_TASK: CRC: 0xD0D7 +I (35740) RX_TASK: CRC Check: VALID + +I (35740) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35750) RX_TASK:  +ASCII: +.9.Ik....... + +I (35750) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (35760) PXID_TASK: Source Address: 0x39D4496B +I (35760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35770) PXID_TASK: Discovery Flag: 0x00 +I (35770) PXID_TASK: Slot Number: 0x00 +I (35770) PXID_TASK: Version Number: 0x00 + + + +I (35780) PXID REPLY: Construct reply packet +I (35780) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35800) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35810) PXID REPLY: Wrote 22 bytes +I (35810) PXID REPLY: Sent reply packet +I (35810) RX_TASK: Send Success +I (35810) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (35820) RX_TASK: Address: 0xFF +I (35820) RX_TASK: Command bit: 1 +I (35830) RX_TASK: Control: 0x3F +I (35830) RX_TASK: Control: P-XID +I (35830) RX_TASK: CRC: 0x2B09 +I (35840) RX_TASK: CRC Check: VALID + +I (35840) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (35850) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (35860) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (35870) PXID_TASK: Source Address: 0x39D4496B +I (35870) PXID_TASK: Destination Address: 0xFFFFFFFF +I (35880) PXID_TASK: Discovery Flag: 0x00 +I (35880) PXID_TASK: Slot Number: 0xFF +I (35880) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (35890) PXID REPLY: Construct reply packet +I (35900) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (35910) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (35920) PXID REPLY: Wrote 22 bytes +I (35920) PXID REPLY: Sent reply packet +I (35930) RX_TASK: Send Success +I (35930) RX_TASK: Unterminated packet at offset 249 + +I (36930) RX_TASK: Read 125 bytes: 'k����' +I (36930) RX_TASK: 0x40813260 6b ff ff ff ff 00 00 00 d0 d7 c1 ff ff ff ff ff |k...............| +I (36930) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 39 d4 49 6b ff ff ff |.......?.9.Ik...| +I (36940) RX_TASK: 0x40813280 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (36940) RX_TASK: 0x40813290 50 4f 43 2b 09 c1 ff ff ff ff ff ff ff ff ff ff |POC+............| +I (36950) RX_TASK: 0x408132a0 c0 ff 3f 01 39 d4 49 6b ff ff ff ff 00 00 00 d0 |..?.9.Ik........| +I (36960) RX_TASK: 0x408132b0 d7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (36970) RX_TASK: 0x408132c0 39 d4 49 6b ff ff ff ff 00 ff 00 82 24 00 53 79 |9.Ik........$.Sy| +I (36980) RX_TASK: 0x408132d0 6d 62 69 61 6e 20 45 50 4f 43 2b 09 c1 |mbian EPOC+..| +I (36990) RX_TASK: Starting to Parse: 125 +I (36990) RX_TASK:  +=== Packet 1 (offset 21, length 33) === + +I (37000) RX_TASK: Address: 0xFF +I (37000) RX_TASK: Command bit: 1 +I (37000) RX_TASK: Control: 0x3F +I (37010) RX_TASK: Control: P-XID +I (37010) RX_TASK: CRC: 0x2B09 +I (37010) RX_TASK: CRC Check: VALID + +I (37020) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (37030) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (37030) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (37040) PXID_TASK: Source Address: 0x39D4496B +I (37050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (37050) PXID_TASK: Discovery Flag: 0x00 +I (37060) PXID_TASK: Slot Number: 0xFF +I (37060) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (37070) PXID REPLY: Construct reply packet +I (37070) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (37090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (37100) PXID REPLY: Wrote 22 bytes +I (37100) PXID REPLY: Sent reply packet +I (37100) RX_TASK: Send Success +I (37110) RX_TASK:  +=== Packet 2 (offset 64, length 18) === + +I (37110) RX_TASK: Address: 0xFF +I (37120) RX_TASK: Command bit: 1 +I (37120) RX_TASK: Control: 0x3F +I (37120) RX_TASK: Control: P-XID +I (37120) RX_TASK: CRC: 0xD0D7 +I (37130) RX_TASK: CRC Check: VALID + +I (37130) RX_TASK: Payload (12 bytes): +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (37140) RX_TASK:  +ASCII: +.9.Ik....... + +I (37140) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 39 D4 49 6B FF FF FF FF 00 00 00 +I (37150) PXID_TASK: Source Address: 0x39D4496B +I (37150) PXID_TASK: Destination Address: 0xFFFFFFFF +I (37160) PXID_TASK: Discovery Flag: 0x00 +I (37160) PXID_TASK: Slot Number: 0x00 +I (37170) PXID_TASK: Version Number: 0x00 + + + +I (37170) PXID REPLY: Construct reply packet +I (37170) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (37190) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (37200) PXID REPLY: Wrote 22 bytes +I (37200) PXID REPLY: Sent reply packet +I (37200) RX_TASK: Send Success +I (37210) RX_TASK:  +=== Packet 3 (offset 92, length 33) === + +I (37210) RX_TASK: Address: 0xFF +I (37220) RX_TASK: Command bit: 1 +I (37220) RX_TASK: Control: 0x3F +I (37220) RX_TASK: Control: P-XID +I (37220) RX_TASK: CRC: 0x2B09 +I (37230) RX_TASK: CRC Check: VALID + +I (37230) RX_TASK: Payload (27 bytes): +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (37240) RX_TASK:  +ASCII: +.9.Ik........$.Symbian EPOC + +I (37250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 39 D4 49 6B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (37260) PXID_TASK: Source Address: 0x39D4496B +I (37260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (37270) PXID_TASK: Discovery Flag: 0x00 +I (37270) PXID_TASK: Slot Number: 0xFF +I (37270) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (37280) PXID REPLY: Construct reply packet +I (37290) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 39 D4 49 6B 01 00 00 90 24 00 54 45 53 +54 4F 56 C1 +I (37300) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 39 D4 49 +I (37310) PXID REPLY: Wrote 22 bytes +I (37310) PXID REPLY: Sent reply packet +I (37320) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_35186 b/build/log/idf_py_stdout_output_35186 new file mode 100644 index 0000000..9f2d7ad --- /dev/null +++ b/build/log/idf_py_stdout_output_35186 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:256:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 256 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:455:13: warning: 'tx_task' defined but not used [-Wunused-function] + 455 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_35312 b/build/log/idf_py_stdout_output_35312 new file mode 100644 index 0000000..723d987 --- /dev/null +++ b/build/log/idf_py_stdout_output_35312 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbc0 bytes. Smallest app partition is 0x100000 bytes. 0xd2440 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 499.6 kbit/s)... +Hash of data verified. +Compressed 187328 bytes to 95329... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac9... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b17... (83 %) +Writing at 0x00037881... (100 %) +Wrote 187328 bytes (95329 compressed) at 0x00010000 in 1.7 seconds (effective 906.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35330 b/build/log/idf_py_stdout_output_35330 new file mode 100644 index 0000000..e060a6d --- /dev/null +++ b/build/log/idf_py_stdout_output_35330 @@ -0,0 +1,506 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16274h ( 90740) map +I (113) esp_image: segment 3: paddr=0003629c vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c414 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: a157ada67... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (4580) RX_TASK: Read 256 bytes: '������������?Q�� ����' +I (4580) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 51 f9 |............?.Q.| +I (4580) RX_TASK: 0x40813270 c2 0d ff ff ff ff 00 00 00 78 be c1 ff ff ff ff |.........x......| +I (4590) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 51 f9 c2 0d ff ff |........?.Q.....| +I (4600) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4610) RX_TASK: 0x408132a0 45 50 4f 43 ac 5d c1 ff ff ff ff ff ff ff ff ff |EPOC.]..........| +I (4620) RX_TASK: 0x408132b0 c0 ff 3f 01 51 f9 c2 0d ff ff ff ff 00 00 00 78 |..?.Q..........x| +I (4630) RX_TASK: 0x408132c0 be c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (4630) RX_TASK: 0x408132d0 51 f9 c2 0d ff ff ff ff 00 ff 00 82 24 00 53 79 |Q...........$.Sy| +I (4640) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 ac 5d c1 ff ff ff |mbian EPOC.]....| +I (4650) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 51 f9 c2 0d ff ff |........?.Q.....| +I (4660) RX_TASK: 0x40813300 ff ff 00 00 00 78 be c1 ff ff ff ff ff ff ff ff |.....x..........| +I (4670) RX_TASK: 0x40813310 ff c0 ff 3f 01 51 f9 c2 0d ff ff ff ff 00 ff 00 |...?.Q..........| +I (4680) RX_TASK: 0x40813320 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac |.$.Symbian EPOC.| +I (4690) RX_TASK: 0x40813330 5d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |].............?.| +I (4700) RX_TASK: 0x40813340 51 f9 c2 0d ff ff ff ff 00 00 00 78 be c1 ff ff |Q..........x....| +I (4700) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff c0 ff 3f 01 51 f9 c2 0d |..........?.Q...| +I (4710) RX_TASK: Starting to Parse: 256 +I (4720) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4720) RX_TASK: Address: 0xFF +I (4730) RX_TASK: Command bit: 1 +I (4730) RX_TASK: Control: 0x3F +I (4730) RX_TASK: Control: P-XID +I (4730) RX_TASK: CRC: 0x78BE +I (4740) RX_TASK: CRC Check: VALID + +I (4740) RX_TASK: Payload (12 bytes): +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (4750) RX_TASK:  +ASCII: +.Q.......... + +I (4750) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (4760) PXID_TASK: Source Address: 0x51F9C20D +I (4760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4770) PXID_TASK: Discovery Flag: 0x00 +I (4770) PXID_TASK: Slot Number: 0x00 +I (4770) PXID_TASK: Version Number: 0x00 + + + +I (4780) PXID REPLY: Construct reply packet +I (4780) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (4800) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (4810) PXID REPLY: Wrote 22 bytes +I (4810) PXID REPLY: Sent reply packet +I (4810) RX_TASK: Send Success +I (4820) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4820) RX_TASK: Address: 0xFF +I (4820) RX_TASK: Command bit: 1 +I (4830) RX_TASK: Control: 0x3F +I (4830) RX_TASK: Control: P-XID +I (4830) RX_TASK: CRC: 0xAC5D +I (4840) RX_TASK: CRC Check: VALID + +I (4840) RX_TASK: Payload (27 bytes): +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4850) RX_TASK:  +ASCII: +.Q...........$.Symbian EPOC + +I (4850) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4870) PXID_TASK: Source Address: 0x51F9C20D +I (4870) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4880) PXID_TASK: Discovery Flag: 0x00 +I (4880) PXID_TASK: Slot Number: 0xFF +I (4880) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4890) PXID REPLY: Construct reply packet +I (4900) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (4910) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (4920) PXID REPLY: Wrote 22 bytes +I (4920) PXID REPLY: Sent reply packet +I (4930) RX_TASK: Send Success +I (4930) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (4930) RX_TASK: Address: 0xFF +I (4940) RX_TASK: Command bit: 1 +I (4940) RX_TASK: Control: 0x3F +I (4940) RX_TASK: Control: P-XID +I (4940) RX_TASK: CRC: 0x78BE +I (4950) RX_TASK: CRC Check: VALID + +I (4950) RX_TASK: Payload (12 bytes): +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (4960) RX_TASK:  +ASCII: +.Q.......... + +I (4960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (4970) PXID_TASK: Source Address: 0x51F9C20D +I (4970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4980) PXID_TASK: Discovery Flag: 0x00 +I (4980) PXID_TASK: Slot Number: 0x00 +I (4990) PXID_TASK: Version Number: 0x00 + + + +I (4990) PXID REPLY: Construct reply packet +I (4990) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (5010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (5020) PXID REPLY: Wrote 22 bytes +I (5020) PXID REPLY: Sent reply packet +I (5020) RX_TASK: Send Success +I (5030) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (5030) RX_TASK: Address: 0xFF +I (5030) RX_TASK: Command bit: 1 +I (5040) RX_TASK: Control: 0x3F +I (5040) RX_TASK: Control: P-XID +I (5040) RX_TASK: CRC: 0xAC5D +I (5050) RX_TASK: CRC Check: VALID + +I (5050) RX_TASK: Payload (27 bytes): +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5060) RX_TASK:  +ASCII: +.Q...........$.Symbian EPOC + +I (5070) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5080) PXID_TASK: Source Address: 0x51F9C20D +I (5080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5090) PXID_TASK: Discovery Flag: 0x00 +I (5090) PXID_TASK: Slot Number: 0xFF +I (5090) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5100) PXID REPLY: Construct reply packet +I (5110) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (5120) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (5130) PXID REPLY: Wrote 22 bytes +I (5130) PXID REPLY: Sent reply packet +I (5140) RX_TASK: Send Success +I (5140) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (5140) RX_TASK: Address: 0xFF +I (5150) RX_TASK: Command bit: 1 +I (5150) RX_TASK: Control: 0x3F +I (5150) RX_TASK: Control: P-XID +I (5160) RX_TASK: CRC: 0x78BE +I (5160) RX_TASK: CRC Check: VALID + +I (5160) RX_TASK: Payload (12 bytes): +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (5170) RX_TASK:  +ASCII: +.Q.......... + +I (5170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (5180) PXID_TASK: Source Address: 0x51F9C20D +I (5180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5190) PXID_TASK: Discovery Flag: 0x00 +I (5190) PXID_TASK: Slot Number: 0x00 +I (5200) PXID_TASK: Version Number: 0x00 + + + +I (5200) PXID REPLY: Construct reply packet +I (5200) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (5220) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (5230) PXID REPLY: Wrote 22 bytes +I (5230) PXID REPLY: Sent reply packet +I (5230) RX_TASK: Send Success +I (5240) RX_TASK:  +=== Packet 6 (offset 177, length 33) === + +I (5240) RX_TASK: Address: 0xFF +I (5250) RX_TASK: Command bit: 1 +I (5250) RX_TASK: Control: 0x3F +I (5250) RX_TASK: Control: P-XID +I (5250) RX_TASK: CRC: 0xAC5D +I (5260) RX_TASK: CRC Check: VALID + +I (5260) RX_TASK: Payload (27 bytes): +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5270) RX_TASK:  +ASCII: +.Q...........$.Symbian EPOC + +I (5280) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5290) PXID_TASK: Source Address: 0x51F9C20D +I (5290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5300) PXID_TASK: Discovery Flag: 0x00 +I (5300) PXID_TASK: Slot Number: 0xFF +I (5300) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5310) PXID REPLY: Construct reply packet +I (5320) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (5330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (5340) PXID REPLY: Wrote 22 bytes +I (5340) PXID REPLY: Sent reply packet +I (5350) RX_TASK: Send Success +I (5350) RX_TASK:  +=== Packet 7 (offset 220, length 18) === + +I (5360) RX_TASK: Address: 0xFF +I (5360) RX_TASK: Command bit: 1 +I (5360) RX_TASK: Control: 0x3F +I (5360) RX_TASK: Control: P-XID +I (5370) RX_TASK: CRC: 0x78BE +I (5370) RX_TASK: CRC Check: VALID + +I (5370) RX_TASK: Payload (12 bytes): +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (5380) RX_TASK:  +ASCII: +.Q.......... + +I (5380) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (5390) PXID_TASK: Source Address: 0x51F9C20D +I (5400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5400) PXID_TASK: Discovery Flag: 0x00 +I (5400) PXID_TASK: Slot Number: 0x00 +I (5410) PXID_TASK: Version Number: 0x00 + + + +I (5410) PXID REPLY: Construct reply packet +I (5420) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (5430) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (5440) PXID REPLY: Wrote 22 bytes +I (5440) PXID REPLY: Sent reply packet +I (5450) RX_TASK: Send Success +I (5450) RX_TASK: Unterminated packet at offset 248 + +I (6450) RX_TASK: Read 167 bytes: '����' +I (6450) RX_TASK: 0x40813260 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (6450) RX_TASK: 0x40813270 6e 20 45 50 4f 43 ac 5d c1 ff ff ff ff ff ff ff |n EPOC.]........| +I (6460) RX_TASK: 0x40813280 ff ff ff c0 ff 3f 01 51 f9 c2 0d ff ff ff ff 00 |.....?.Q........| +I (6460) RX_TASK: 0x40813290 00 00 78 be c1 ff ff ff ff ff ff ff ff ff ff c0 |..x.............| +I (6470) RX_TASK: 0x408132a0 ff 3f 01 51 f9 c2 0d ff ff ff ff 00 ff 00 82 24 |.?.Q...........$| +I (6480) RX_TASK: 0x408132b0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 5d c1 |.Symbian EPOC.].| +I (6490) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 51 f9 |............?.Q.| +I (6500) RX_TASK: 0x408132d0 c2 0d ff ff ff ff 00 00 00 78 be c1 ff ff ff ff |.........x......| +I (6510) RX_TASK: 0x408132e0 ff ff ff ff ff ff c0 ff 3f 01 51 f9 c2 0d ff ff |........?.Q.....| +I (6520) RX_TASK: 0x408132f0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (6530) RX_TASK: 0x40813300 45 50 4f 43 ac 5d c1 |EPOC.].| +I (6530) RX_TASK: Starting to Parse: 167 +I (6540) RX_TASK:  +=== Packet 1 (offset 35, length 18) === + +I (6540) RX_TASK: Address: 0xFF +I (6550) RX_TASK: Command bit: 1 +I (6550) RX_TASK: Control: 0x3F +I (6550) RX_TASK: Control: P-XID +I (6550) RX_TASK: CRC: 0x78BE +I (6560) RX_TASK: CRC Check: VALID + +I (6560) RX_TASK: Payload (12 bytes): +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (6570) RX_TASK:  +ASCII: +.Q.......... + +I (6570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (6580) PXID_TASK: Source Address: 0x51F9C20D +I (6580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6590) PXID_TASK: Discovery Flag: 0x00 +I (6590) PXID_TASK: Slot Number: 0x00 +I (6590) PXID_TASK: Version Number: 0x00 + + + +I (6600) PXID REPLY: Construct reply packet +I (6600) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (6620) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (6630) PXID REPLY: Wrote 22 bytes +I (6630) PXID REPLY: Sent reply packet +I (6630) RX_TASK: Send Success +I (6630) RX_TASK:  +=== Packet 2 (offset 63, length 33) === + +I (6640) RX_TASK: Address: 0xFF +I (6640) RX_TASK: Command bit: 1 +I (6650) RX_TASK: Control: 0x3F +I (6650) RX_TASK: Control: P-XID +I (6650) RX_TASK: CRC: 0xAC5D +I (6660) RX_TASK: CRC Check: VALID + +I (6660) RX_TASK: Payload (27 bytes): +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6670) RX_TASK:  +ASCII: +.Q...........$.Symbian EPOC + +I (6670) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6690) PXID_TASK: Source Address: 0x51F9C20D +I (6690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6690) PXID_TASK: Discovery Flag: 0x00 +I (6700) PXID_TASK: Slot Number: 0xFF +I (6700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6710) PXID REPLY: Construct reply packet +I (6720) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (6730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (6740) PXID REPLY: Wrote 22 bytes +I (6740) PXID REPLY: Sent reply packet +I (6740) RX_TASK: Send Success +I (6750) RX_TASK:  +=== Packet 3 (offset 106, length 18) === + +I (6750) RX_TASK: Address: 0xFF +I (6760) RX_TASK: Command bit: 1 +I (6760) RX_TASK: Control: 0x3F +I (6760) RX_TASK: Control: P-XID +I (6760) RX_TASK: CRC: 0x78BE +I (6770) RX_TASK: CRC Check: VALID + +I (6770) RX_TASK: Payload (12 bytes): +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (6780) RX_TASK:  +ASCII: +.Q.......... + +I (6780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 51 F9 C2 0D FF FF FF FF 00 00 00 +I (6790) PXID_TASK: Source Address: 0x51F9C20D +I (6790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6800) PXID_TASK: Discovery Flag: 0x00 +I (6800) PXID_TASK: Slot Number: 0x00 +I (6810) PXID_TASK: Version Number: 0x00 + + + +I (6810) PXID REPLY: Construct reply packet +I (6810) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (6830) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (6840) PXID REPLY: Wrote 22 bytes +I (6840) PXID REPLY: Sent reply packet +I (6840) RX_TASK: Send Success +I (6850) RX_TASK:  +=== Packet 4 (offset 134, length 33) === + +I (6850) RX_TASK: Address: 0xFF +I (6850) RX_TASK: Command bit: 1 +I (6860) RX_TASK: Control: 0x3F +I (6860) RX_TASK: Control: P-XID +I (6860) RX_TASK: CRC: 0xAC5D +I (6870) RX_TASK: CRC Check: VALID + +I (6870) RX_TASK: Payload (27 bytes): +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6880) RX_TASK:  +ASCII: +.Q...........$.Symbian EPOC + +I (6890) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 51 F9 C2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6900) PXID_TASK: Source Address: 0x51F9C20D +I (6900) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6910) PXID_TASK: Discovery Flag: 0x00 +I (6910) PXID_TASK: Slot Number: 0xFF +I (6910) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6920) PXID REPLY: Construct reply packet +I (6930) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 +28 66 06 51 F9 C2 0D 01 00 00 90 24 00 54 45 53 +54 4E 25 C1 +I (6940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 51 F9 C2 +I (6950) PXID REPLY: Wrote 22 bytes +I (6950) PXID REPLY: Sent reply packet +I (6960) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_35340 b/build/log/idf_py_stdout_output_35340 new file mode 100644 index 0000000..597cd86 --- /dev/null +++ b/build/log/idf_py_stdout_output_35340 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:261:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 261 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:456:13: warning: 'tx_task' defined but not used [-Wunused-function] + 456 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2430 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_35466 b/build/log/idf_py_stdout_output_35466 new file mode 100644 index 0000000..82cb78f --- /dev/null +++ b/build/log/idf_py_stdout_output_35466 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dbd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2430 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 499.6 kbit/s)... +Hash of data verified. +Compressed 187344 bytes to 95340... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaca... (33 %) +Writing at 0x000215e2... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b20... (83 %) +Writing at 0x00037886... (100 %) +Wrote 187344 bytes (95340 compressed) at 0x00010000 in 1.6 seconds (effective 909.5 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.5 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35484 b/build/log/idf_py_stdout_output_35484 new file mode 100644 index 0000000..0c10180 --- /dev/null +++ b/build/log/idf_py_stdout_output_35484 @@ -0,0 +1,561 @@ +I (233) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a03ch ( 41020) map +I (89) esp_image: segment 1: paddr=0001a064 vaddr=40800000 size=05fb4h ( 24500) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16284h ( 90756) map +I (113) esp_image: segment 3: paddr=000362ac vaddr=40805fb4 size=06170h ( 24944) load +I (119) esp_image: segment 4: paddr=0003c424 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 72cdbe748... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6200) RX_TASK: Read 256 bytes: '������������?=ź$����' +I (6200) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3d c5 |............?.=.| +I (6210) RX_TASK: 0x40813270 ba 24 ff ff ff ff 00 00 00 ad 5f c1 ff ff ff ff |.$........_.....| +I (6210) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 3d c5 ba 24 ff ff |........?.=..$..| +I (6220) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (6230) RX_TASK: 0x408132a0 45 50 4f 43 f8 25 c1 ff ff ff ff ff ff ff ff ff |EPOC.%..........| +I (6240) RX_TASK: 0x408132b0 ff c0 ff 3f 01 3d c5 ba 24 ff ff ff ff 00 00 00 |...?.=..$.......| +I (6250) RX_TASK: 0x408132c0 ad 5f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |._.............?| +I (6260) RX_TASK: 0x408132d0 01 3d c5 ba 24 ff ff ff ff 00 ff 00 82 24 00 53 |.=..$........$.S| +I (6270) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 f8 25 c1 ff ff |ymbian EPOC.%...| +I (6280) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 3d c5 ba 24 ff |.........?.=..$.| +I (6280) RX_TASK: 0x40813300 ff ff ff 00 00 00 ad 5f c1 ff ff ff ff ff ff ff |......._........| +I (6290) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 3d c5 ba 24 ff ff ff ff 00 |.....?.=..$.....| +I (6300) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (6310) RX_TASK: 0x40813330 43 f8 25 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C.%.............| +I (6320) RX_TASK: 0x40813340 3f 01 3d c5 ba 24 ff ff ff ff 00 00 00 ad 5f c1 |?.=..$........_.| +I (6330) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3d c5 |............?.=.| +I (6340) RX_TASK: Starting to Parse: 256 +I (6340) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6350) RX_TASK: Address: 0xFF +I (6350) RX_TASK: Command bit: 1 +I (6350) RX_TASK: Control: 0x3F +I (6350) RX_TASK: Control: P-XID +I (6360) RX_TASK: CRC: 0xAD5F +I (6360) RX_TASK: CRC Check: VALID + +I (6360) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (6370) RX_TASK:  +ASCII: +.=..$....... + +I (6370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (6380) PXID_TASK: Source Address: 0x3DC5BA24 +I (6390) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6390) PXID_TASK: Discovery Flag: 0x00 +I (6390) PXID_TASK: Slot Number: 0x00 +I (6400) PXID_TASK: Version Number: 0x00 + + + +I (6400) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (6410) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (6430) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (6430) PXID REPLY: Wrote 22 bytes +I (6440) PXID REPLY: Sent reply packet +I (6440) RX_TASK: Send Success +I (6440) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6450) RX_TASK: Address: 0xFF +I (6450) RX_TASK: Command bit: 1 +I (6450) RX_TASK: Control: 0x3F +I (6460) RX_TASK: Control: P-XID +I (6460) RX_TASK: CRC: 0xF825 +I (6460) RX_TASK: CRC Check: VALID + +I (6470) RX_TASK: Payload (27 bytes): +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6480) RX_TASK:  +ASCII: +.=..$........$.Symbian EPOC + +I (6480) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6490) PXID_TASK: Source Address: 0x3DC5BA24 +I (6500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6500) PXID_TASK: Discovery Flag: 0x00 +I (6510) PXID_TASK: Slot Number: 0xFF +I (6510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6520) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (6520) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (6540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (6550) PXID REPLY: Wrote 22 bytes +I (6560) PXID REPLY: Sent reply packet +I (6560) RX_TASK: Send Success +I (6560) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (6570) RX_TASK: Address: 0xFF +I (6570) RX_TASK: Command bit: 1 +I (6570) RX_TASK: Control: 0x3F +I (6580) RX_TASK: Control: P-XID +I (6580) RX_TASK: CRC: 0xAD5F +I (6580) RX_TASK: CRC Check: VALID + +I (6590) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (6590) RX_TASK:  +ASCII: +.=..$....... + +I (6600) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (6600) PXID_TASK: Source Address: 0x3DC5BA24 +I (6610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6610) PXID_TASK: Discovery Flag: 0x00 +I (6620) PXID_TASK: Slot Number: 0x00 +I (6620) PXID_TASK: Version Number: 0x00 + + + +I (6620) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (6630) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (6650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (6660) PXID REPLY: Wrote 22 bytes +I (6660) PXID REPLY: Sent reply packet +I (6660) RX_TASK: Send Success +I (6670) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (6670) RX_TASK: Address: 0xFF +I (6670) RX_TASK: Command bit: 1 +I (6680) RX_TASK: Control: 0x3F +I (6680) RX_TASK: Control: P-XID +I (6680) RX_TASK: CRC: 0xF825 +I (6690) RX_TASK: CRC Check: VALID + +I (6690) RX_TASK: Payload (27 bytes): +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6700) RX_TASK:  +ASCII: +.=..$........$.Symbian EPOC + +I (6710) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6720) PXID_TASK: Source Address: 0x3DC5BA24 +I (6720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6730) PXID_TASK: Discovery Flag: 0x00 +I (6730) PXID_TASK: Slot Number: 0xFF +I (6730) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6740) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (6750) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (6770) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (6770) PXID REPLY: Wrote 22 bytes +I (6780) PXID REPLY: Sent reply packet +I (6780) RX_TASK: Send Success +I (6780) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (6790) RX_TASK: Address: 0xFF +I (6790) RX_TASK: Command bit: 1 +I (6800) RX_TASK: Control: 0x3F +I (6800) RX_TASK: Control: P-XID +I (6800) RX_TASK: CRC: 0xAD5F +I (6800) RX_TASK: CRC Check: VALID + +I (6810) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (6810) RX_TASK:  +ASCII: +.=..$....... + +I (6820) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (6830) PXID_TASK: Source Address: 0x3DC5BA24 +I (6830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6830) PXID_TASK: Discovery Flag: 0x00 +I (6840) PXID_TASK: Slot Number: 0x00 +I (6840) PXID_TASK: Version Number: 0x00 + + + +I (6850) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (6850) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (6870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (6880) PXID REPLY: Wrote 22 bytes +I (6880) PXID REPLY: Sent reply packet +I (6890) RX_TASK: Send Success +I (6890) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (6890) RX_TASK: Address: 0xFF +I (6900) RX_TASK: Command bit: 1 +I (6900) RX_TASK: Control: 0x3F +I (6900) RX_TASK: Control: P-XID +I (6910) RX_TASK: CRC: 0xF825 +I (6910) RX_TASK: CRC Check: VALID + +I (6910) RX_TASK: Payload (27 bytes): +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6920) RX_TASK:  +ASCII: +.=..$........$.Symbian EPOC + +I (6930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6940) PXID_TASK: Source Address: 0x3DC5BA24 +I (6940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6950) PXID_TASK: Discovery Flag: 0x00 +I (6950) PXID_TASK: Slot Number: 0xFF +I (6960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6960) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (6970) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (6990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (7000) PXID REPLY: Wrote 22 bytes +I (7000) PXID REPLY: Sent reply packet +I (7000) RX_TASK: Send Success +I (7010) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (7010) RX_TASK: Address: 0xFF +I (7010) RX_TASK: Command bit: 1 +I (7020) RX_TASK: Control: 0x3F +I (7020) RX_TASK: Control: P-XID +I (7020) RX_TASK: CRC: 0xAD5F +I (7030) RX_TASK: CRC Check: VALID + +I (7030) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (7040) RX_TASK:  +ASCII: +.=..$....... + +I (7040) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (7050) PXID_TASK: Source Address: 0x3DC5BA24 +I (7050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7060) PXID_TASK: Discovery Flag: 0x00 +I (7060) PXID_TASK: Slot Number: 0x00 +I (7060) PXID_TASK: Version Number: 0x00 + + + +I (7070) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (7070) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (7090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (7100) PXID REPLY: Wrote 22 bytes +I (7100) PXID REPLY: Sent reply packet +I (7110) RX_TASK: Send Success +I (7110) RX_TASK: Unterminated packet at offset 250 + +I (8120) RX_TASK: Read 240 bytes: '�$����' +I (8120) RX_TASK: 0x40813260 ba 24 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.$........$.Symb| +I (8120) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 f8 25 c1 ff ff ff ff ff |ian EPOC.%......| +I (8130) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 3d c5 ba 24 ff ff ff |.......?.=..$...| +I (8130) RX_TASK: 0x40813290 ff 00 00 00 ad 5f c1 ff ff ff ff ff ff ff ff ff |....._..........| +I (8140) RX_TASK: 0x408132a0 ff c0 ff 3f 01 3d c5 ba 24 ff ff ff ff 00 ff 00 |...?.=..$.......| +I (8150) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 f8 |.$.Symbian EPOC.| +I (8160) RX_TASK: 0x408132c0 25 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |%.............?.| +I (8170) RX_TASK: 0x408132d0 3d c5 ba 24 ff ff ff ff 00 00 00 ad 5f c1 ff ff |=..$........_...| +I (8180) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 3d c5 ba 24 |..........?.=..$| +I (8190) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (8200) RX_TASK: 0x40813300 6e 20 45 50 4f 43 f8 25 c1 ff ff ff ff ff ff ff |n EPOC.%........| +I (8200) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 3d c5 ba 24 ff ff ff ff 00 |.....?.=..$.....| +I (8210) RX_TASK: 0x40813320 00 00 ad 5f c1 ff ff ff ff ff ff ff ff ff ff c0 |..._............| +I (8220) RX_TASK: 0x40813330 ff 3f 01 3d c5 ba 24 ff ff ff ff 00 ff 00 82 24 |.?.=..$........$| +I (8230) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 f8 25 c1 |.Symbian EPOC.%.| +I (8240) RX_TASK: Starting to Parse: 240 +I (8240) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (8250) RX_TASK: Address: 0xFF +I (8250) RX_TASK: Command bit: 1 +I (8250) RX_TASK: Control: 0x3F +I (8260) RX_TASK: Control: P-XID +I (8260) RX_TASK: CRC: 0xAD5F +I (8260) RX_TASK: CRC Check: VALID + +I (8270) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (8270) RX_TASK:  +ASCII: +.=..$....... + +I (8280) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (8280) PXID_TASK: Source Address: 0x3DC5BA24 +I (8290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8290) PXID_TASK: Discovery Flag: 0x00 +I (8300) PXID_TASK: Slot Number: 0x00 +I (8300) PXID_TASK: Version Number: 0x00 + + + +I (8300) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (8310) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (8330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (8340) PXID REPLY: Wrote 22 bytes +I (8340) PXID REPLY: Sent reply packet +I (8340) RX_TASK: Send Success +I (8350) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (8350) RX_TASK: Address: 0xFF +I (8350) RX_TASK: Command bit: 1 +I (8360) RX_TASK: Control: 0x3F +I (8360) RX_TASK: Control: P-XID +I (8360) RX_TASK: CRC: 0xF825 +I (8370) RX_TASK: CRC Check: VALID + +I (8370) RX_TASK: Payload (27 bytes): +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8380) RX_TASK:  +ASCII: +.=..$........$.Symbian EPOC + +I (8390) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8400) PXID_TASK: Source Address: 0x3DC5BA24 +I (8400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8410) PXID_TASK: Discovery Flag: 0x00 +I (8410) PXID_TASK: Slot Number: 0xFF +I (8410) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8420) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (8430) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (8450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (8460) PXID REPLY: Wrote 22 bytes +I (8460) PXID REPLY: Sent reply packet +I (8460) RX_TASK: Send Success +I (8470) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (8470) RX_TASK: Address: 0xFF +I (8470) RX_TASK: Command bit: 1 +I (8480) RX_TASK: Control: 0x3F +I (8480) RX_TASK: Control: P-XID +I (8480) RX_TASK: CRC: 0xAD5F +I (8490) RX_TASK: CRC Check: VALID + +I (8490) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (8500) RX_TASK:  +ASCII: +.=..$....... + +I (8500) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (8510) PXID_TASK: Source Address: 0x3DC5BA24 +I (8510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8520) PXID_TASK: Discovery Flag: 0x00 +I (8520) PXID_TASK: Slot Number: 0x00 +I (8520) PXID_TASK: Version Number: 0x00 + + + +I (8530) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (8530) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (8550) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (8560) PXID REPLY: Wrote 22 bytes +I (8560) PXID REPLY: Sent reply packet +I (8570) RX_TASK: Send Success +I (8570) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (8570) RX_TASK: Address: 0xFF +I (8580) RX_TASK: Command bit: 1 +I (8580) RX_TASK: Control: 0x3F +I (8580) RX_TASK: Control: P-XID +I (8590) RX_TASK: CRC: 0xF825 +I (8590) RX_TASK: CRC Check: VALID + +I (8590) RX_TASK: Payload (27 bytes): +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8600) RX_TASK:  +ASCII: +.=..$........$.Symbian EPOC + +I (8610) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8620) PXID_TASK: Source Address: 0x3DC5BA24 +I (8620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8630) PXID_TASK: Discovery Flag: 0x00 +I (8630) PXID_TASK: Slot Number: 0xFF +I (8640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8650) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (8650) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (8670) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (8680) PXID REPLY: Wrote 22 bytes +I (8680) PXID REPLY: Sent reply packet +I (8680) RX_TASK: Send Success +I (8690) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (8690) RX_TASK: Address: 0xFF +I (8700) RX_TASK: Command bit: 1 +I (8700) RX_TASK: Control: 0x3F +I (8700) RX_TASK: Control: P-XID +I (8700) RX_TASK: CRC: 0xAD5F +I (8710) RX_TASK: CRC Check: VALID + +I (8710) RX_TASK: Payload (12 bytes): +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (8720) RX_TASK:  +ASCII: +.=..$....... + +I (8720) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D C5 BA 24 FF FF FF FF 00 00 00 +I (8730) PXID_TASK: Source Address: 0x3DC5BA24 +I (8730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8740) PXID_TASK: Discovery Flag: 0x00 +I (8740) PXID_TASK: Slot Number: 0x00 +I (8740) PXID_TASK: Version Number: 0x00 + + + +I (8750) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (8750) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (8770) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (8780) PXID REPLY: Wrote 22 bytes +I (8780) PXID REPLY: Sent reply packet +I (8790) RX_TASK: Send Success +I (8790) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (8800) RX_TASK: Address: 0xFF +I (8800) RX_TASK: Command bit: 1 +I (8800) RX_TASK: Control: 0x3F +I (8810) RX_TASK: Control: P-XID +I (8810) RX_TASK: CRC: 0xF825 +I (8810) RX_TASK: CRC Check: VALID + +I (8810) RX_TASK: Payload (27 bytes): +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8830) RX_TASK:  +ASCII: +.=..$........$.Symbian EPOC + +I (8830) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D C5 BA 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8840) PXID_TASK: Source Address: 0x3DC5BA24 +I (8850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8850) PXID_TASK: Discovery Flag: 0x00 +I (8850) PXID_TASK: Slot Number: 0xFF +I (8860) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8870) PXID REPLY: Construct reply packet +FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 00 I (8870) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA 24 01 00 00 90 24 00 54 45 53 54 8B 77 C1 +I (8890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D C5 BA +I (8900) PXID REPLY: Wrote 22 bytes +I (8900) PXID REPLY: Sent reply packet +I (8910) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_35495 b/build/log/idf_py_stdout_output_35495 new file mode 100644 index 0000000..f2d0be9 --- /dev/null +++ b/build/log/idf_py_stdout_output_35495 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:263:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 263 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:458:13: warning: 'tx_task' defined but not used [-Wunused-function] + 458 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_35621 b/build/log/idf_py_stdout_output_35621 new file mode 100644 index 0000000..fc51c36 --- /dev/null +++ b/build/log/idf_py_stdout_output_35621 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 505.4 kbit/s)... +Hash of data verified. +Compressed 187392 bytes to 95380... +Writing at 0x00010000... (16 %) +Writing at 0x0001aab4... (33 %) +Writing at 0x000215ca... (50 %) +Writing at 0x00028894... (66 %) +Writing at 0x00030afb... (83 %) +Writing at 0x00037874... (100 %) +Wrote 187392 bytes (95380 compressed) at 0x00010000 in 1.7 seconds (effective 905.3 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35639 b/build/log/idf_py_stdout_output_35639 new file mode 100644 index 0000000..4e3c2e0 --- /dev/null +++ b/build/log/idf_py_stdout_output_35639 @@ -0,0 +1,584 @@ +main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a04ch ( 41036) map +I (89) esp_image: segment 1: paddr=0001a074 vaddr=40800000 size=05fa4h ( 24484) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1629ch ( 90780) map +I (113) esp_image: segment 3: paddr=000362c4 vaddr=40805fa4 size=06180h ( 24960) load +I (119) esp_image: segment 4: paddr=0003c44c vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 98badd844... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (9390) RX_TASK: Read 256 bytes: '������������?���H����' +I (9390) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c7 aa |............?...| +I (9390) RX_TASK: 0x40813270 cc 48 ff ff ff ff 00 00 00 54 76 c1 ff ff ff ff |.H.......Tv.....| +I (9400) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 c7 aa cc 48 ff ff |........?....H..| +I (9410) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (9420) RX_TASK: 0x408132a0 45 50 4f 43 6c 43 c1 ff ff ff ff ff ff ff ff ff |EPOClC..........| +I (9430) RX_TASK: 0x408132b0 c0 ff 3f 01 c7 aa cc 48 ff ff ff ff 00 00 00 54 |..?....H.......T| +I (9440) RX_TASK: 0x408132c0 76 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |v.............?.| +I (9440) RX_TASK: 0x408132d0 c7 aa cc 48 ff ff ff ff 00 ff 00 82 24 00 53 79 |...H........$.Sy| +I (9450) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 6c 43 c1 ff ff ff |mbian EPOClC....| +I (9460) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 c7 aa cc 48 ff ff |........?....H..| +I (9470) RX_TASK: 0x40813300 ff ff 00 00 00 54 76 c1 ff ff ff ff ff ff ff ff |.....Tv.........| +I (9480) RX_TASK: 0x40813310 ff c0 ff 3f 01 c7 aa cc 48 ff ff ff ff 00 ff 00 |...?....H.......| +I (9490) RX_TASK: 0x40813320 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6c |.$.Symbian EPOCl| +I (9500) RX_TASK: 0x40813330 43 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |C.............?.| +I (9510) RX_TASK: 0x40813340 c7 aa cc 48 ff ff ff ff 00 00 00 54 76 c1 ff ff |...H.......Tv...| +I (9520) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff c0 ff 3f 01 c7 aa cc 48 |..........?....H| +I (9520) RX_TASK: Starting to Parse: 256 +I (9530) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (9530) RX_TASK: Address: 0xFF +I (9540) RX_TASK: Command bit: 1 +I (9540) RX_TASK: Control: 0x3F +I (9540) RX_TASK: Control: P-XID +I (9540) RX_TASK: CRC: 0x5476 +I (9550) RX_TASK: CRC Check: VALID + +I (9550) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (9560) RX_TASK:  +ASCII: +....H....... + +I (9560) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (9570) PXID_TASK: Source Address: 0xC7AACC48 +I (9570) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9580) PXID_TASK: Discovery Flag: 0x00 +I (9580) PXID_TASK: Slot Number: 0x00 +I (9580) PXID_TASK: Version Number: 0x00 + + + +I (9590) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (9600) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (9610) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (9620) PXID REPLY: Wrote 22 bytes +I (9630) PXID REPLY: Sent reply packet +I (9630) RX_TASK: Send Success +I (9630) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (9640) RX_TASK: Address: 0xFF +I (9640) RX_TASK: Command bit: 1 +I (9640) RX_TASK: Control: 0x3F +I (9650) RX_TASK: Control: P-XID +I (9650) RX_TASK: CRC: 0x6C43 +I (9650) RX_TASK: CRC Check: VALID + +I (9660) RX_TASK: Payload (27 bytes): +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9670) RX_TASK:  +ASCII: +....H........$.Symbian EPOC + +I (9670) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9680) PXID_TASK: Source Address: 0xC7AACC48 +I (9690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9690) PXID_TASK: Discovery Flag: 0x00 +I (9700) PXID_TASK: Slot Number: 0xFF +I (9700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (9720) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (9730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (9740) PXID REPLY: Wrote 22 bytes +I (9750) PXID REPLY: Sent reply packet +I (9750) RX_TASK: Send Success +I (9750) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (9760) RX_TASK: Address: 0xFF +I (9760) RX_TASK: Command bit: 1 +I (9760) RX_TASK: Control: 0x3F +I (9770) RX_TASK: Control: P-XID +I (9770) RX_TASK: CRC: 0x5476 +I (9770) RX_TASK: CRC Check: VALID + +I (9780) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (9780) RX_TASK:  +ASCII: +....H....... + +I (9790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (9790) PXID_TASK: Source Address: 0xC7AACC48 +I (9800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9800) PXID_TASK: Discovery Flag: 0x00 +I (9810) PXID_TASK: Slot Number: 0x00 +I (9810) PXID_TASK: Version Number: 0x00 + + + +I (9810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (9830) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (9840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (9850) PXID REPLY: Wrote 22 bytes +I (9850) PXID REPLY: Sent reply packet +I (9850) RX_TASK: Send Success +I (9860) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (9860) RX_TASK: Address: 0xFF +I (9870) RX_TASK: Command bit: 1 +I (9870) RX_TASK: Control: 0x3F +I (9870) RX_TASK: Control: P-XID +I (9870) RX_TASK: CRC: 0x6C43 +I (9880) RX_TASK: CRC Check: VALID + +I (9880) RX_TASK: Payload (27 bytes): +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9890) RX_TASK:  +ASCII: +....H........$.Symbian EPOC + +I (9900) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9910) PXID_TASK: Source Address: 0xC7AACC48 +I (9910) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9920) PXID_TASK: Discovery Flag: 0x00 +I (9920) PXID_TASK: Slot Number: 0xFF +I (9920) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9930) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (9940) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (9960) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (9970) PXID REPLY: Wrote 22 bytes +I (9970) PXID REPLY: Sent reply packet +I (9970) RX_TASK: Send Success +I (9980) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (9980) RX_TASK: Address: 0xFF +I (9990) RX_TASK: Command bit: 1 +I (9990) RX_TASK: Control: 0x3F +I (9990) RX_TASK: Control: P-XID +I (9990) RX_TASK: CRC: 0x5476 +I (10000) RX_TASK: CRC Check: VALID + +I (10000) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10010) RX_TASK:  +ASCII: +....H....... + +I (10010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10020) PXID_TASK: Source Address: 0xC7AACC48 +I (10020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10030) PXID_TASK: Discovery Flag: 0x00 +I (10030) PXID_TASK: Slot Number: 0x00 +I (10040) PXID_TASK: Version Number: 0x00 + + + +I (10040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10050) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10060) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10070) PXID REPLY: Wrote 22 bytes +I (10080) PXID REPLY: Sent reply packet +I (10080) RX_TASK: Send Success +I (10080) RX_TASK:  +=== Packet 6 (offset 177, length 33) === + +I (10090) RX_TASK: Address: 0xFF +I (10090) RX_TASK: Command bit: 1 +I (10090) RX_TASK: Control: 0x3F +I (10100) RX_TASK: Control: P-XID +I (10100) RX_TASK: CRC: 0x6C43 +I (10100) RX_TASK: CRC Check: VALID + +I (10110) RX_TASK: Payload (27 bytes): +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10120) RX_TASK:  +ASCII: +....H........$.Symbian EPOC + +I (10120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10140) PXID_TASK: Source Address: 0xC7AACC48 +I (10140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10140) PXID_TASK: Discovery Flag: 0x00 +I (10150) PXID_TASK: Slot Number: 0xFF +I (10150) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10170) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10190) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10200) PXID REPLY: Wrote 22 bytes +I (10200) PXID REPLY: Sent reply packet +I (10200) RX_TASK: Send Success +I (10200) RX_TASK:  +=== Packet 7 (offset 220, length 18) === + +I (10210) RX_TASK: Address: 0xFF +I (10210) RX_TASK: Command bit: 1 +I (10220) RX_TASK: Control: 0x3F +I (10220) RX_TASK: Control: P-XID +I (10220) RX_TASK: CRC: 0x5476 +I (10230) RX_TASK: CRC Check: VALID + +I (10230) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10240) RX_TASK:  +ASCII: +....H....... + +I (10240) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10250) PXID_TASK: Source Address: 0xC7AACC48 +I (10250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10260) PXID_TASK: Discovery Flag: 0x00 +I (10260) PXID_TASK: Slot Number: 0x00 +I (10260) PXID_TASK: Version Number: 0x00 + + + +I (10270) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10280) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10290) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10300) PXID REPLY: Wrote 22 bytes +I (10310) PXID REPLY: Sent reply packet +I (10310) RX_TASK: Send Success +I (10310) RX_TASK: Unterminated packet at offset 248 + +I (10320) RX_TASK: Read 256 bytes: '����' +I (10320) RX_TASK: 0x40813260 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (10330) RX_TASK: 0x40813270 6e 20 45 50 4f 43 6c 43 c1 ff ff ff ff ff ff ff |n EPOClC........| +I (10340) RX_TASK: 0x40813280 ff ff ff c0 ff 3f 01 c7 aa cc 48 ff ff ff ff 00 |.....?....H.....| +I (10350) RX_TASK: 0x40813290 00 00 54 76 c1 ff ff ff ff ff ff ff ff ff ff c0 |..Tv............| +I (10360) RX_TASK: 0x408132a0 ff 3f 01 c7 aa cc 48 ff ff ff ff 00 ff 00 82 24 |.?....H........$| +I (10360) RX_TASK: 0x408132b0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6c 43 c1 |.Symbian EPOClC.| +I (10370) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 c7 aa |............?...| +I (10380) RX_TASK: 0x408132d0 cc 48 ff ff ff ff 00 00 00 54 76 c1 ff ff ff ff |.H.......Tv.....| +I (10390) RX_TASK: 0x408132e0 ff ff ff ff ff c0 ff 3f 01 c7 aa cc 48 ff ff ff |.......?....H...| +I (10400) RX_TASK: 0x408132f0 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (10410) RX_TASK: 0x40813300 50 4f 43 6c 43 c1 ff ff ff ff ff ff ff ff ff ff |POClC...........| +I (10420) RX_TASK: 0x40813310 c0 ff 3f 01 c7 aa cc 48 ff ff ff ff 00 00 00 54 |..?....H.......T| +I (10430) RX_TASK: 0x40813320 76 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |v.............?.| +I (10440) RX_TASK: 0x40813330 c7 aa cc 48 ff ff ff ff 00 ff 00 82 24 00 53 79 |...H........$.Sy| +I (10440) RX_TASK: 0x40813340 6d 62 69 61 6e 20 45 50 4f 43 6c 43 c1 ff ff ff |mbian EPOClC....| +I (10450) RX_TASK: 0x40813350 ff ff ff ff ff ff ff c0 ff 3f 01 c7 aa cc 48 ff |.........?....H.| +I (10460) RX_TASK: Starting to Parse: 256 +I (10470) RX_TASK:  +=== Packet 1 (offset 35, length 18) === + +I (10470) RX_TASK: Address: 0xFF +I (10470) RX_TASK: Command bit: 1 +I (10480) RX_TASK: Control: 0x3F +I (10480) RX_TASK: Control: P-XID +I (10480) RX_TASK: CRC: 0x5476 +I (10490) RX_TASK: CRC Check: VALID + +I (10490) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10500) RX_TASK:  +ASCII: +....H....... + +I (10500) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10510) PXID_TASK: Source Address: 0xC7AACC48 +I (10510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10520) PXID_TASK: Discovery Flag: 0x00 +I (10520) PXID_TASK: Slot Number: 0x00 +I (10520) PXID_TASK: Version Number: 0x00 + + + +I (10530) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10540) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10550) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10560) PXID REPLY: Wrote 22 bytes +I (10570) PXID REPLY: Sent reply packet +I (10570) RX_TASK: Send Success +I (10570) RX_TASK:  +=== Packet 2 (offset 63, length 33) === + +I (10580) RX_TASK: Address: 0xFF +I (10580) RX_TASK: Command bit: 1 +I (10580) RX_TASK: Control: 0x3F +I (10590) RX_TASK: Control: P-XID +I (10590) RX_TASK: CRC: 0x6C43 +I (10590) RX_TASK: CRC Check: VALID + +I (10600) RX_TASK: Payload (27 bytes): +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10610) RX_TASK:  +ASCII: +....H........$.Symbian EPOC + +I (10610) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10620) PXID_TASK: Source Address: 0xC7AACC48 +I (10630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10630) PXID_TASK: Discovery Flag: 0x00 +I (10640) PXID_TASK: Slot Number: 0xFF +I (10640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10650) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10660) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10680) PXID REPLY: Wrote 22 bytes +I (10690) PXID REPLY: Sent reply packet +I (10690) RX_TASK: Send Success +I (10690) RX_TASK:  +=== Packet 3 (offset 106, length 18) === + +I (10700) RX_TASK: Address: 0xFF +I (10700) RX_TASK: Command bit: 1 +I (10710) RX_TASK: Control: 0x3F +I (10710) RX_TASK: Control: P-XID +I (10710) RX_TASK: CRC: 0x5476 +I (10710) RX_TASK: CRC Check: VALID + +I (10720) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10720) RX_TASK:  +ASCII: +....H....... + +I (10730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10740) PXID_TASK: Source Address: 0xC7AACC48 +I (10740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10750) PXID_TASK: Discovery Flag: 0x00 +I (10750) PXID_TASK: Slot Number: 0x00 +I (10750) PXID_TASK: Version Number: 0x00 + + + +I (10760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10770) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10790) PXID REPLY: Wrote 22 bytes +I (10790) PXID REPLY: Sent reply packet +I (10800) RX_TASK: Send Success +I (10800) RX_TASK:  +=== Packet 4 (offset 133, length 33) === + +I (10810) RX_TASK: Address: 0xFF +I (10810) RX_TASK: Command bit: 1 +I (10810) RX_TASK: Control: 0x3F +I (10820) RX_TASK: Control: P-XID +I (10820) RX_TASK: CRC: 0x6C43 +I (10820) RX_TASK: CRC Check: VALID + +I (10820) RX_TASK: Payload (27 bytes): +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10840) RX_TASK:  +ASCII: +....H........$.Symbian EPOC + +I (10840) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10850) PXID_TASK: Source Address: 0xC7AACC48 +I (10860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10860) PXID_TASK: Discovery Flag: 0x00 +I (10870) PXID_TASK: Slot Number: 0xFF +I (10870) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (10890) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (10900) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (10910) PXID REPLY: Wrote 22 bytes +I (10920) PXID REPLY: Sent reply packet +I (10920) RX_TASK: Send Success +I (10920) RX_TASK:  +=== Packet 5 (offset 176, length 18) === + +I (10930) RX_TASK: Address: 0xFF +I (10930) RX_TASK: Command bit: 1 +I (10930) RX_TASK: Control: 0x3F +I (10940) RX_TASK: Control: P-XID +I (10940) RX_TASK: CRC: 0x5476 +I (10940) RX_TASK: CRC Check: VALID + +I (10950) RX_TASK: Payload (12 bytes): +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10950) RX_TASK:  +ASCII: +....H....... + +I (10960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 C7 AA CC 48 FF FF FF FF 00 00 00 +I (10970) PXID_TASK: Source Address: 0xC7AACC48 +I (10970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10970) PXID_TASK: Discovery Flag: 0x00 +I (10980) PXID_TASK: Slot Number: 0x00 +I (10980) PXID_TASK: Version Number: 0x00 + + + +I (10990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (11000) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (11010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (11020) PXID REPLY: Wrote 22 bytes +I (11020) PXID REPLY: Sent reply packet +I (11030) RX_TASK: Send Success +I (11030) RX_TASK:  +=== Packet 6 (offset 204, length 33) === + +I (11040) RX_TASK: Address: 0xFF +I (11040) RX_TASK: Command bit: 1 +I (11040) RX_TASK: Control: 0x3F +I (11040) RX_TASK: Control: P-XID +I (11050) RX_TASK: CRC: 0x6C43 +I (11050) RX_TASK: CRC Check: VALID + +I (11050) RX_TASK: Payload (27 bytes): +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11060) RX_TASK:  +ASCII: +....H........$.Symbian EPOC + +I (11070) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 C7 AA CC 48 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11080) PXID_TASK: Source Address: 0xC7AACC48 +I (11090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11090) PXID_TASK: Discovery Flag: 0x00 +I (11090) PXID_TASK: Slot Number: 0xFF +I (11100) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (11110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 00 +I (11120) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC 48 01 00 00 90 24 00 54 45 53 54 9A 1A C1 +I (11130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 C7 AA CC +I (11140) PXID REPLY: Wrote 22 bytes +I (11140) PXID REPLY: Sent reply packet +I (11150) RX_TASK: Send Success +I (11150) RX_TASK: Unterminated packet at offset 247 + +I (12160) RX_TASK: Read 35 bytes: '���' +I (12160) RX_TASK: 0x40813260 ff ff ff 00 00 00 54 76 c1 ff ff ff ff ff ff ff |......Tv........| +I (12160) RX_TASK: 0x40813270 ff ff ff c0 ff 3f 01 c7 aa cc 48 ff ff ff ff 00 |.....?....H.....| +I (12170) RX_TASK: 0x40813280 ff 00 82 |...| +I (12170) RX_TASK: Starting to Parse: 35 +I (12180) RX_TASK: Unterminated packet at offset 19 + diff --git a/build/log/idf_py_stdout_output_35649 b/build/log/idf_py_stdout_output_35649 new file mode 100644 index 0000000..f2d0be9 --- /dev/null +++ b/build/log/idf_py_stdout_output_35649 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:263:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 263 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:458:13: warning: 'tx_task' defined but not used [-Wunused-function] + 458 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_35775 b/build/log/idf_py_stdout_output_35775 new file mode 100644 index 0000000..33a0695 --- /dev/null +++ b/build/log/idf_py_stdout_output_35775 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 512.7 kbit/s)... +Hash of data verified. +Compressed 187392 bytes to 95380... +Writing at 0x00010000... (16 %) +Writing at 0x0001aab6... (33 %) +Writing at 0x000215ce... (50 %) +Writing at 0x00028895... (66 %) +Writing at 0x00030afe... (83 %) +Writing at 0x0003787c... (100 %) +Wrote 187392 bytes (95380 compressed) at 0x00010000 in 1.7 seconds (effective 903.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35793 b/build/log/idf_py_stdout_output_35793 new file mode 100644 index 0000000..9d1c38f --- /dev/null +++ b/build/log/idf_py_stdout_output_35793 @@ -0,0 +1,536 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a04ch ( 41036) map +I (89) esp_image: segment 1: paddr=0001a074 vaddr=40800000 size=05fa4h ( 24484) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1629ch ( 90780) map +I (113) esp_image: segment 3: paddr=000362c4 vaddr=40805fa4 size=06180h ( 24960) load +I (119) esp_image: segment 4: paddr=0003c44c vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 6e1b74dd3... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6690) RX_TASK: Read 256 bytes: '������������?)1�_����' +I (6690) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 29 31 |............?.)1| +I (6690) RX_TASK: 0x40813270 94 5f ff ff ff ff 00 00 00 b2 4e c1 ff ff ff ff |._........N.....| +I (6700) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 29 31 94 5f ff ff |........?.)1._..| +I (6710) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (6720) RX_TASK: 0x408132a0 45 50 4f 43 94 8e c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (6720) RX_TASK: 0x408132b0 c0 ff 3f 01 29 31 94 5f ff ff ff ff 00 00 00 b2 |..?.)1._........| +I (6730) RX_TASK: 0x408132c0 4e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |N.............?.| +I (6740) RX_TASK: 0x408132d0 29 31 94 5f ff ff ff ff 00 ff 00 82 24 00 53 79 |)1._........$.Sy| +I (6750) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 94 8e c1 ff ff ff |mbian EPOC......| +I (6760) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 29 31 94 5f ff |.........?.)1._.| +I (6770) RX_TASK: 0x40813300 ff ff ff 00 00 00 b2 4e c1 ff ff ff ff ff ff ff |.......N........| +I (6780) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 29 31 94 5f ff ff ff ff 00 |.....?.)1._.....| +I (6790) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (6790) RX_TASK: 0x40813330 43 94 8e c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (6800) RX_TASK: 0x40813340 3f 01 29 31 94 5f ff ff ff ff 00 00 00 b2 4e c1 |?.)1._........N.| +I (6810) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 29 31 |............?.)1| +I (6820) RX_TASK: Starting to Parse: 256 +I (6820) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6830) RX_TASK: Address: 0xFF +I (6830) RX_TASK: Command bit: 1 +I (6840) RX_TASK: Control: 0x3F +I (6840) RX_TASK: Control: P-XID +I (6840) RX_TASK: CRC: 0xB24E +I (6840) RX_TASK: CRC Check: VALID + +I (6850) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (6850) RX_TASK:  +ASCII: +.)1._....... + +I (6860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (6870) PXID_TASK: Source Address: 0x2931945F +I (6870) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6870) PXID_TASK: Discovery Flag: 0x00 +I (6880) PXID_TASK: Slot Number: 0x00 +I (6880) PXID_TASK: Version Number: 0x00 + + + +I (6890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (6900) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (6910) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (6920) PXID REPLY: Wrote 22 bytes +I (6920) PXID REPLY: Sent reply packet +I (6930) RX_TASK: Send Success +I (6930) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6930) RX_TASK: Address: 0xFF +I (6940) RX_TASK: Command bit: 1 +I (6940) RX_TASK: Control: 0x3F +I (6940) RX_TASK: Control: P-XID +I (6950) RX_TASK: CRC: 0x948E +I (6950) RX_TASK: CRC Check: VALID + +I (6950) RX_TASK: Payload (27 bytes): +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6960) RX_TASK:  +ASCII: +.)1._........$.Symbian EPOC + +I (6970) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6980) PXID_TASK: Source Address: 0x2931945F +I (6980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6990) PXID_TASK: Discovery Flag: 0x00 +I (6990) PXID_TASK: Slot Number: 0xFF +I (7000) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7010) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (7020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (7030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (7040) PXID REPLY: Wrote 22 bytes +I (7040) PXID REPLY: Sent reply packet +I (7050) RX_TASK: Send Success +I (7050) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (7050) RX_TASK: Address: 0xFF +I (7060) RX_TASK: Command bit: 1 +I (7060) RX_TASK: Control: 0x3F +I (7060) RX_TASK: Control: P-XID +I (7070) RX_TASK: CRC: 0xB24E +I (7070) RX_TASK: CRC Check: VALID + +I (7070) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (7080) RX_TASK:  +ASCII: +.)1._....... + +I (7080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (7090) PXID_TASK: Source Address: 0x2931945F +I (7090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7100) PXID_TASK: Discovery Flag: 0x00 +I (7100) PXID_TASK: Slot Number: 0x00 +I (7110) PXID_TASK: Version Number: 0x00 + + + +I (7110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (7120) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (7140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (7140) PXID REPLY: Wrote 22 bytes +I (7150) PXID REPLY: Sent reply packet +I (7150) RX_TASK: Send Success +I (7150) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (7160) RX_TASK: Address: 0xFF +I (7160) RX_TASK: Command bit: 1 +I (7170) RX_TASK: Control: 0x3F +I (7170) RX_TASK: Control: P-XID +I (7170) RX_TASK: CRC: 0x948E +I (7170) RX_TASK: CRC Check: VALID + +I (7180) RX_TASK: Payload (27 bytes): +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7190) RX_TASK:  +ASCII: +.)1._........$.Symbian EPOC + +I (7190) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7210) PXID_TASK: Source Address: 0x2931945F +I (7210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7210) PXID_TASK: Discovery Flag: 0x00 +I (7220) PXID_TASK: Slot Number: 0xFF +I (7220) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7230) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (7240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (7260) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (7260) PXID REPLY: Wrote 22 bytes +I (7270) PXID REPLY: Sent reply packet +I (7270) RX_TASK: Send Success +I (7270) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (7280) RX_TASK: Address: 0xFF +I (7280) RX_TASK: Command bit: 1 +I (7290) RX_TASK: Control: 0x3F +I (7290) RX_TASK: Control: P-XID +I (7290) RX_TASK: CRC: 0xB24E +I (7290) RX_TASK: CRC Check: VALID + +I (7300) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (7300) RX_TASK:  +ASCII: +.)1._....... + +I (7310) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (7320) PXID_TASK: Source Address: 0x2931945F +I (7320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7320) PXID_TASK: Discovery Flag: 0x00 +I (7330) PXID_TASK: Slot Number: 0x00 +I (7330) PXID_TASK: Version Number: 0x00 + + + +I (7340) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (7350) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (7360) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (7370) PXID REPLY: Wrote 22 bytes +I (7370) PXID REPLY: Sent reply packet +I (7380) RX_TASK: Send Success +I (7380) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (7380) RX_TASK: Address: 0xFF +I (7390) RX_TASK: Command bit: 1 +I (7390) RX_TASK: Control: 0x3F +I (7390) RX_TASK: Control: P-XID +I (7400) RX_TASK: CRC: 0x948E +I (7400) RX_TASK: CRC Check: VALID + +I (7400) RX_TASK: Payload (27 bytes): +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7410) RX_TASK:  +ASCII: +.)1._........$.Symbian EPOC + +I (7420) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7430) PXID_TASK: Source Address: 0x2931945F +I (7430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7440) PXID_TASK: Discovery Flag: 0x00 +I (7440) PXID_TASK: Slot Number: 0xFF +I (7450) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7460) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (7470) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (7480) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (7490) PXID REPLY: Wrote 22 bytes +I (7490) PXID REPLY: Sent reply packet +I (7500) RX_TASK: Send Success +I (7500) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (7500) RX_TASK: Address: 0xFF +I (7510) RX_TASK: Command bit: 1 +I (7510) RX_TASK: Control: 0x3F +I (7510) RX_TASK: Control: P-XID +I (7520) RX_TASK: CRC: 0xB24E +I (7520) RX_TASK: CRC Check: VALID + +I (7520) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (7530) RX_TASK:  +ASCII: +.)1._....... + +I (7530) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (7540) PXID_TASK: Source Address: 0x2931945F +I (7540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7550) PXID_TASK: Discovery Flag: 0x00 +I (7550) PXID_TASK: Slot Number: 0x00 +I (7560) PXID_TASK: Version Number: 0x00 + + + +I (7560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (7570) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (7590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (7590) PXID REPLY: Wrote 22 bytes +I (7600) PXID REPLY: Sent reply packet +I (7600) RX_TASK: Send Success +I (7600) RX_TASK: Unterminated packet at offset 250 + +I (8610) RX_TASK: Read 214 bytes: '�_����' +I (8610) RX_TASK: 0x40813260 94 5f ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |._........$.Symb| +I (8610) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 94 8e c1 ff ff ff ff ff |ian EPOC........| +I (8620) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 29 31 94 5f ff ff ff |.......?.)1._...| +I (8620) RX_TASK: 0x40813290 ff 00 00 00 b2 4e c1 ff ff ff ff ff ff ff ff ff |.....N..........| +I (8630) RX_TASK: 0x408132a0 ff c0 ff 3f 01 29 31 94 5f ff ff ff ff 00 ff 00 |...?.)1._.......| +I (8640) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 94 |.$.Symbian EPOC.| +I (8650) RX_TASK: 0x408132c0 8e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (8660) RX_TASK: 0x408132d0 29 31 94 5f ff ff ff ff 00 00 00 b2 4e c1 ff ff |)1._........N...| +I (8670) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 29 31 94 5f |..........?.)1._| +I (8680) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (8690) RX_TASK: 0x40813300 6e 20 45 50 4f 43 94 8e c1 ff ff ff ff ff ff ff |n EPOC..........| +I (8690) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 29 31 94 5f ff ff ff ff 00 |.....?.)1._.....| +I (8700) RX_TASK: 0x40813320 00 00 b2 4e c1 ff ff ff ff ff ff ff ff ff ff c0 |...N............| +I (8710) RX_TASK: 0x40813330 ff 3f 01 29 31 94 |.?.)1.| +I (8720) RX_TASK: Starting to Parse: 214 +I (8720) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (8730) RX_TASK: Address: 0xFF +I (8730) RX_TASK: Command bit: 1 +I (8730) RX_TASK: Control: 0x3F +I (8740) RX_TASK: Control: P-XID +I (8740) RX_TASK: CRC: 0xB24E +I (8740) RX_TASK: CRC Check: VALID + +I (8750) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (8750) RX_TASK:  +ASCII: +.)1._....... + +I (8760) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (8770) PXID_TASK: Source Address: 0x2931945F +I (8770) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8770) PXID_TASK: Discovery Flag: 0x00 +I (8780) PXID_TASK: Slot Number: 0x00 +I (8780) PXID_TASK: Version Number: 0x00 + + + +I (8780) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (8800) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (8810) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (8820) PXID REPLY: Wrote 22 bytes +I (8820) PXID REPLY: Sent reply packet +I (8830) RX_TASK: Send Success +I (8830) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (8830) RX_TASK: Address: 0xFF +I (8840) RX_TASK: Command bit: 1 +I (8840) RX_TASK: Control: 0x3F +I (8840) RX_TASK: Control: P-XID +I (8850) RX_TASK: CRC: 0x948E +I (8850) RX_TASK: CRC Check: VALID + +I (8850) RX_TASK: Payload (27 bytes): +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8860) RX_TASK:  +ASCII: +.)1._........$.Symbian EPOC + +I (8870) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8880) PXID_TASK: Source Address: 0x2931945F +I (8880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8890) PXID_TASK: Discovery Flag: 0x00 +I (8890) PXID_TASK: Slot Number: 0xFF +I (8900) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8900) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (8920) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (8930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (8940) PXID REPLY: Wrote 22 bytes +I (8940) PXID REPLY: Sent reply packet +I (8950) RX_TASK: Send Success +I (8950) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (8950) RX_TASK: Address: 0xFF +I (8960) RX_TASK: Command bit: 1 +I (8960) RX_TASK: Control: 0x3F +I (8960) RX_TASK: Control: P-XID +I (8970) RX_TASK: CRC: 0xB24E +I (8970) RX_TASK: CRC Check: VALID + +I (8970) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (8980) RX_TASK:  +ASCII: +.)1._....... + +I (8980) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (8990) PXID_TASK: Source Address: 0x2931945F +I (8990) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9000) PXID_TASK: Discovery Flag: 0x00 +I (9000) PXID_TASK: Slot Number: 0x00 +I (9010) PXID_TASK: Version Number: 0x00 + + + +I (9010) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (9020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (9030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (9040) PXID REPLY: Wrote 22 bytes +I (9050) PXID REPLY: Sent reply packet +I (9050) RX_TASK: Send Success +I (9050) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (9060) RX_TASK: Address: 0xFF +I (9060) RX_TASK: Command bit: 1 +I (9060) RX_TASK: Control: 0x3F +I (9070) RX_TASK: Control: P-XID +I (9070) RX_TASK: CRC: 0x948E +I (9070) RX_TASK: CRC Check: VALID + +I (9080) RX_TASK: Payload (27 bytes): +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9090) RX_TASK:  +ASCII: +.)1._........$.Symbian EPOC + +I (9090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 29 31 94 5F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9100) PXID_TASK: Source Address: 0x2931945F +I (9110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9110) PXID_TASK: Discovery Flag: 0x00 +I (9120) PXID_TASK: Slot Number: 0xFF +I (9120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (9140) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (9150) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (9160) PXID REPLY: Wrote 22 bytes +I (9170) PXID REPLY: Sent reply packet +I (9170) RX_TASK: Send Success +I (9170) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (9180) RX_TASK: Address: 0xFF +I (9180) RX_TASK: Command bit: 1 +I (9180) RX_TASK: Control: 0x3F +I (9190) RX_TASK: Control: P-XID +I (9190) RX_TASK: CRC: 0xB24E +I (9190) RX_TASK: CRC Check: VALID + +I (9200) RX_TASK: Payload (12 bytes): +01 29 31 94 5F FF FF FF FF 00 00 00 +I (9200) RX_TASK:  +ASCII: +.)1._....... + +I (9210) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 29 31 94 5F FF FF FF FF 00 00 00 +I (9210) PXID_TASK: Source Address: 0x2931945F +I (9220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9220) PXID_TASK: Discovery Flag: 0x00 +I (9230) PXID_TASK: Slot Number: 0x00 +I (9230) PXID_TASK: Version Number: 0x00 + + + +I (9230) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 94 +I (9250) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 5F 01 00 00 90 24 00 54 45 53 54 F7 CB C1 +I (9260) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 29 31 94 +I (9270) PXID REPLY: Wrote 22 bytes +I (9270) PXID REPLY: Sent reply packet +I (9280) RX_TASK: Send Success +I (9280) RX_TASK: Unterminated packet at offset 207 + diff --git a/build/log/idf_py_stdout_output_35803 b/build/log/idf_py_stdout_output_35803 new file mode 100644 index 0000000..f2d0be9 --- /dev/null +++ b/build/log/idf_py_stdout_output_35803 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:263:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 263 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:458:13: warning: 'tx_task' defined but not used [-Wunused-function] + 458 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_35929 b/build/log/idf_py_stdout_output_35929 new file mode 100644 index 0000000..0ddcbd8 --- /dev/null +++ b/build/log/idf_py_stdout_output_35929 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.8 kbit/s)... +Hash of data verified. +Compressed 187392 bytes to 95384... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac3... (33 %) +Writing at 0x000215ca... (50 %) +Writing at 0x00028893... (66 %) +Writing at 0x00030afa... (83 %) +Writing at 0x00037874... (100 %) +Wrote 187392 bytes (95384 compressed) at 0x00010000 in 1.7 seconds (effective 905.3 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35947 b/build/log/idf_py_stdout_output_35947 new file mode 100644 index 0000000..a25d630 --- /dev/null +++ b/build/log/idf_py_stdout_output_35947 @@ -0,0 +1,33 @@ + +I (233) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a04ch ( 41036) map +I (89) esp_image: segment 1: paddr=0001a074 vaddr=40800000 size=05fa4h ( 24484) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1629ch ( 90780) map +I (113) esp_image: segment 3: paddr=000362c4 vaddr=40805fa4 size=06180h ( 24960) load +I (119) esp_image: segment 4: paddr=0003c44c vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... diff --git a/build/log/idf_py_stdout_output_35954 b/build/log/idf_py_stdout_output_35954 new file mode 100644 index 0000000..d2d8a92 --- /dev/null +++ b/build/log/idf_py_stdout_output_35954 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 505.5 kbit/s)... +Hash of data verified. +Compressed 187392 bytes to 95384... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac3... (33 %) +Writing at 0x000215ca... (50 %) +Writing at 0x00028893... (66 %) +Writing at 0x00030afa... (83 %) +Writing at 0x00037874... (100 %) +Wrote 187392 bytes (95384 compressed) at 0x00010000 in 1.6 seconds (effective 911.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 389.9 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_35972 b/build/log/idf_py_stdout_output_35972 new file mode 100644 index 0000000..4b9839d --- /dev/null +++ b/build/log/idf_py_stdout_output_35972 @@ -0,0 +1,32 @@ +main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a04ch ( 41036) map +I (89) esp_image: segment 1: paddr=0001a074 vaddr=40800000 size=05fa4h ( 24484) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1629ch ( 90780) map +I (113) esp_image: segment 3: paddr=000362c4 vaddr=40805fa4 size=06180h ( 24960) load +I (119) esp_image: segment 4: paddr=0003c44c vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... diff --git a/build/log/idf_py_stdout_output_35979 b/build/log/idf_py_stdout_output_35979 new file mode 100644 index 0000000..2996f43 --- /dev/null +++ b/build/log/idf_py_stdout_output_35979 @@ -0,0 +1,7 @@ +[1/4] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. +[2/4] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/4] No install step for 'bootloader' +[4/4] Completed 'bootloader' diff --git a/build/log/idf_py_stdout_output_35998 b/build/log/idf_py_stdout_output_35998 new file mode 100644 index 0000000..8973a97 --- /dev/null +++ b/build/log/idf_py_stdout_output_35998 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc00 bytes. Smallest app partition is 0x100000 bytes. 0xd2400 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 504.0 kbit/s)... +Hash of data verified. +Compressed 187392 bytes to 95384... +Writing at 0x00010000... (16 %) +Writing at 0x0001aac3... (33 %) +Writing at 0x000215ca... (50 %) +Writing at 0x00028893... (66 %) +Writing at 0x00030afa... (83 %) +Writing at 0x00037874... (100 %) +Wrote 187392 bytes (95384 compressed) at 0x00010000 in 1.6 seconds (effective 910.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36016 b/build/log/idf_py_stdout_output_36016 new file mode 100644 index 0000000..76e9868 --- /dev/null +++ b/build/log/idf_py_stdout_output_36016 @@ -0,0 +1,500 @@ +39) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a04ch ( 41036) map +I (89) esp_image: segment 1: paddr=0001a074 vaddr=40800000 size=05fa4h ( 24484) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1629ch ( 90780) map +I (113) esp_image: segment 3: paddr=000362c4 vaddr=40805fa4 size=06180h ( 24960) load +I (119) esp_image: segment 4: paddr=0003c44c vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 96eb342dc... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (7660) RX_TASK: Read 256 bytes: '������������?�l����' +I (7660) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 12 0e |............?...| +I (7670) RX_TASK: 0x40813270 f3 6c ff ff ff ff 00 00 00 bf d3 c1 ff ff ff ff |.l..............| +I (7680) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff |........?....l..| +I (7690) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (7690) RX_TASK: 0x408132a0 45 50 4f 43 4c 8d c1 ff ff ff ff ff ff ff ff ff |EPOCL...........| +I (7700) RX_TASK: 0x408132b0 ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff 00 00 00 |...?....l.......| +I (7710) RX_TASK: 0x408132c0 bf d3 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (7720) RX_TASK: 0x408132d0 01 12 0e f3 6c ff ff ff ff 00 ff 00 82 24 00 53 |....l........$.S| +I (7730) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 4c 8d c1 ff ff |ymbian EPOCL....| +I (7740) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c |..........?....l| +I (7750) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 bf d3 c1 ff ff ff ff ff ff |................| +I (7760) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff |......?....l....| +I (7760) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (7770) RX_TASK: 0x40813330 4f 43 4c 8d c1 ff ff ff ff ff ff ff ff ff ff c0 |OCL.............| +I (7780) RX_TASK: 0x40813340 ff 3f 01 12 0e f3 6c ff ff ff ff 00 00 00 bf d3 |.?....l.........| +I (7790) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 12 |.............?..| +I (7800) RX_TASK: Starting to Parse: 256 +I (7800) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (7810) RX_TASK: Address: 0xFF +I (7810) RX_TASK: Command bit: 1 +I (7810) RX_TASK: Control: 0x3F +I (7820) RX_TASK: Control: P-XID +I (7820) RX_TASK: CRC: 0xBFD3 +I (7820) RX_TASK: CRC Check: VALID + +I (7830) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (7830) RX_TASK:  +ASCII: +....l....... + +I (7840) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (7840) PXID_TASK: Source Address: 0x120EF36C +I (7850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7850) PXID_TASK: Discovery Flag: 0x00 +I (7860) PXID_TASK: Slot Number: 0x00 +I (7860) PXID_TASK: Version Number: 0x00 + + + +I (7860) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (7880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (7890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (7900) PXID REPLY: Wrote 22 bytes +I (7900) PXID REPLY: Sent reply packet +I (7900) RX_TASK: Send Success +I (7910) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (7910) RX_TASK: Address: 0xFF +I (7920) RX_TASK: Command bit: 1 +I (7920) RX_TASK: Control: 0x3F +I (7920) RX_TASK: Control: P-XID +I (7920) RX_TASK: CRC: 0x4C8D +I (7930) RX_TASK: CRC Check: VALID + +I (7930) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7940) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (7950) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7960) PXID_TASK: Source Address: 0x120EF36C +I (7960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7970) PXID_TASK: Discovery Flag: 0x00 +I (7970) PXID_TASK: Slot Number: 0xFF +I (7970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (7990) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (8010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (8020) PXID REPLY: Wrote 22 bytes +I (8020) PXID REPLY: Sent reply packet +I (8020) RX_TASK: Send Success +I (8030) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (8030) RX_TASK: Address: 0xFF +I (8040) RX_TASK: Command bit: 1 +I (8040) RX_TASK: Control: 0x3F +I (8040) RX_TASK: Control: P-XID +I (8040) RX_TASK: CRC: 0xBFD3 +I (8050) RX_TASK: CRC Check: VALID + +I (8050) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (8060) RX_TASK:  +ASCII: +....l....... + +I (8060) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (8070) PXID_TASK: Source Address: 0x120EF36C +I (8070) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8080) PXID_TASK: Discovery Flag: 0x00 +I (8080) PXID_TASK: Slot Number: 0x00 +I (8080) PXID_TASK: Version Number: 0x00 + + + +I (8090) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (8100) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (8110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (8120) PXID REPLY: Wrote 22 bytes +I (8130) PXID REPLY: Sent reply packet +I (8130) RX_TASK: Send Success +I (8130) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (8140) RX_TASK: Address: 0xFF +I (8140) RX_TASK: Command bit: 1 +I (8140) RX_TASK: Control: 0x3F +I (8150) RX_TASK: Control: P-XID +I (8150) RX_TASK: CRC: 0x4C8D +I (8150) RX_TASK: CRC Check: VALID + +I (8150) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8170) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (8170) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8180) PXID_TASK: Source Address: 0x120EF36C +I (8190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8190) PXID_TASK: Discovery Flag: 0x00 +I (8200) PXID_TASK: Slot Number: 0xFF +I (8200) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8210) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (8220) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (8230) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (8240) PXID REPLY: Wrote 22 bytes +I (8240) PXID REPLY: Sent reply packet +I (8250) RX_TASK: Send Success +I (8250) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (8260) RX_TASK: Address: 0xFF +I (8260) RX_TASK: Command bit: 1 +I (8260) RX_TASK: Control: 0x3F +I (8270) RX_TASK: Control: P-XID +I (8270) RX_TASK: CRC: 0xBFD3 +I (8270) RX_TASK: CRC Check: VALID + +I (8270) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (8280) RX_TASK:  +ASCII: +....l....... + +I (8290) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (8290) PXID_TASK: Source Address: 0x120EF36C +I (8300) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8300) PXID_TASK: Discovery Flag: 0x00 +I (8310) PXID_TASK: Slot Number: 0x00 +I (8310) PXID_TASK: Version Number: 0x00 + + + +I (8310) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (8320) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (8340) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (8350) PXID REPLY: Wrote 22 bytes +I (8350) PXID REPLY: Sent reply packet +I (8350) RX_TASK: Send Success +I (8360) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (8360) RX_TASK: Address: 0xFF +I (8360) RX_TASK: Command bit: 1 +I (8370) RX_TASK: Control: 0x3F +I (8370) RX_TASK: Control: P-XID +I (8370) RX_TASK: CRC: 0x4C8D +I (8380) RX_TASK: CRC Check: VALID + +I (8380) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8390) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (8400) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8410) PXID_TASK: Source Address: 0x120EF36C +I (8410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8420) PXID_TASK: Discovery Flag: 0x00 +I (8420) PXID_TASK: Slot Number: 0xFF +I (8420) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (8440) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (8460) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (8470) PXID REPLY: Wrote 22 bytes +I (8470) PXID REPLY: Sent reply packet +I (8470) RX_TASK: Send Success +I (8480) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (8480) RX_TASK: Address: 0xFF +I (8480) RX_TASK: Command bit: 1 +I (8490) RX_TASK: Control: 0x3F +I (8490) RX_TASK: Control: P-XID +I (8490) RX_TASK: CRC: 0xBFD3 +I (8500) RX_TASK: CRC Check: VALID + +I (8500) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (8510) RX_TASK:  +ASCII: +....l....... + +I (8510) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (8520) PXID_TASK: Source Address: 0x120EF36C +I (8520) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8530) PXID_TASK: Discovery Flag: 0x00 +I (8530) PXID_TASK: Slot Number: 0x00 +I (8530) PXID_TASK: Version Number: 0x00 + + + +I (8540) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (8550) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (8560) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (8570) PXID REPLY: Wrote 22 bytes +I (8570) PXID REPLY: Sent reply packet +I (8580) RX_TASK: Send Success +I (8580) RX_TASK: Unterminated packet at offset 251 + +I (9590) RX_TASK: Read 195 bytes: '�l����' +I (9590) RX_TASK: 0x40813260 0e f3 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..l........$.Sym| +I (9590) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 4c 8d c1 ff ff ff ff |bian EPOCL......| +I (9600) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff |........?....l..| +I (9600) RX_TASK: 0x40813290 ff ff 00 00 00 bf d3 c1 ff ff ff ff ff ff ff ff |................| +I (9610) RX_TASK: 0x408132a0 ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff 00 ff 00 |...?....l.......| +I (9620) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 4c |.$.Symbian EPOCL| +I (9630) RX_TASK: 0x408132c0 8d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (9640) RX_TASK: 0x408132d0 12 0e f3 6c ff ff ff ff 00 00 00 bf d3 c1 ff ff |...l............| +I (9650) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 12 0e f3 6c |..........?....l| +I (9660) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (9670) RX_TASK: 0x40813300 6e 20 45 50 4f 43 4c 8d c1 ff ff ff ff ff ff ff |n EPOCL.........| +I (9670) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 12 0e f3 6c ff ff ff ff 00 |.....?....l.....| +I (9680) RX_TASK: 0x40813320 00 00 bf |...| +I (9690) RX_TASK: Starting to Parse: 195 +I (9690) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (9700) RX_TASK: Address: 0xFF +I (9700) RX_TASK: Command bit: 1 +I (9710) RX_TASK: Control: 0x3F +I (9710) RX_TASK: Control: P-XID +I (9710) RX_TASK: CRC: 0xBFD3 +I (9710) RX_TASK: CRC Check: VALID + +I (9720) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (9720) RX_TASK:  +ASCII: +....l....... + +I (9730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (9740) PXID_TASK: Source Address: 0x120EF36C +I (9740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9740) PXID_TASK: Discovery Flag: 0x00 +I (9750) PXID_TASK: Slot Number: 0x00 +I (9750) PXID_TASK: Version Number: 0x00 + + + +I (9760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (9770) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (9780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (9790) PXID REPLY: Wrote 22 bytes +I (9790) PXID REPLY: Sent reply packet +I (9800) RX_TASK: Send Success +I (9800) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (9800) RX_TASK: Address: 0xFF +I (9810) RX_TASK: Command bit: 1 +I (9810) RX_TASK: Control: 0x3F +I (9810) RX_TASK: Control: P-XID +I (9820) RX_TASK: CRC: 0x4C8D +I (9820) RX_TASK: CRC Check: VALID + +I (9820) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9830) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (9840) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9850) PXID_TASK: Source Address: 0x120EF36C +I (9850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9860) PXID_TASK: Discovery Flag: 0x00 +I (9860) PXID_TASK: Slot Number: 0xFF +I (9870) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (9890) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (9900) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (9910) PXID REPLY: Wrote 22 bytes +I (9910) PXID REPLY: Sent reply packet +I (9920) RX_TASK: Send Success +I (9920) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (9920) RX_TASK: Address: 0xFF +I (9930) RX_TASK: Command bit: 1 +I (9930) RX_TASK: Control: 0x3F +I (9930) RX_TASK: Control: P-XID +I (9940) RX_TASK: CRC: 0xBFD3 +I (9940) RX_TASK: CRC Check: VALID + +I (9940) RX_TASK: Payload (12 bytes): +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (9950) RX_TASK:  +ASCII: +....l....... + +I (9950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 12 0E F3 6C FF FF FF FF 00 00 00 +I (9960) PXID_TASK: Source Address: 0x120EF36C +I (9960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9970) PXID_TASK: Discovery Flag: 0x00 +I (9970) PXID_TASK: Slot Number: 0x00 +I (9980) PXID_TASK: Version Number: 0x00 + + + +I (9980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (9990) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (10000) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (10010) PXID REPLY: Wrote 22 bytes +I (10020) PXID REPLY: Sent reply packet +I (10020) RX_TASK: Send Success +I (10020) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (10030) RX_TASK: Address: 0xFF +I (10030) RX_TASK: Command bit: 1 +I (10040) RX_TASK: Control: 0x3F +I (10040) RX_TASK: Control: P-XID +I (10040) RX_TASK: CRC: 0x4C8D +I (10040) RX_TASK: CRC Check: VALID + +I (10050) RX_TASK: Payload (27 bytes): +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10060) RX_TASK:  +ASCII: +....l........$.Symbian EPOC + +I (10060) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 12 0E F3 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10080) PXID_TASK: Source Address: 0x120EF36C +I (10080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10080) PXID_TASK: Discovery Flag: 0x00 +I (10090) PXID_TASK: Slot Number: 0xFF +I (10090) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10100) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 +I (10110) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 6C 01 00 00 90 24 00 54 45 53 54 12 3E C1 +I (10130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 12 0E F3 +I (10140) PXID REPLY: Wrote 22 bytes +I (10140) PXID REPLY: Sent reply packet +I (10140) RX_TASK: Send Success +I (10150) RX_TASK: Unterminated packet at offset 179 + diff --git a/build/log/idf_py_stdout_output_36029 b/build/log/idf_py_stdout_output_36029 new file mode 100644 index 0000000..ccad3ff --- /dev/null +++ b/build/log/idf_py_stdout_output_36029 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:138:9: warning: unused variable 'packet_count' [-Wunused-variable] + 138 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:270:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 270 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:465:13: warning: 'tx_task' defined but not used [-Wunused-function] + 465 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc70 bytes. Smallest app partition is 0x100000 bytes. 0xd2390 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_36155 b/build/log/idf_py_stdout_output_36155 new file mode 100644 index 0000000..b65abf5 --- /dev/null +++ b/build/log/idf_py_stdout_output_36155 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc70 bytes. Smallest app partition is 0x100000 bytes. 0xd2390 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.0 kbit/s)... +Hash of data verified. +Compressed 187504 bytes to 95416... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad2... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a2... (66 %) +Writing at 0x00030b12... (83 %) +Writing at 0x000378b5... (100 %) +Wrote 187504 bytes (95416 compressed) at 0x00010000 in 1.7 seconds (effective 904.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36173 b/build/log/idf_py_stdout_output_36173 new file mode 100644 index 0000000..73b510a --- /dev/null +++ b/build/log/idf_py_stdout_output_36173 @@ -0,0 +1,530 @@ +g app_main() +I (253) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a068h ( 41064) map +I (89) esp_image: segment 1: paddr=0001a090 vaddr=40800000 size=05f88h ( 24456) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=162f8h ( 90872) map +I (113) esp_image: segment 3: paddr=00036320 vaddr=40805f88 size=0619ch ( 24988) load +I (119) esp_image: segment 4: paddr=0003c4c4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 8a67f0e66... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6420) RX_TASK: Read 256 bytes: '������������?�4P)����' +I (6420) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ef 34 |............?..4| +I (6420) RX_TASK: 0x40813270 50 29 ff ff ff ff 00 00 00 f9 f0 c1 ff ff ff ff |P)..............| +I (6430) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 ef 34 50 29 ff ff ff |.......?..4P)...| +I (6440) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (6450) RX_TASK: 0x408132a0 50 4f 43 92 88 c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (6460) RX_TASK: 0x408132b0 c0 ff 3f 01 ef 34 50 29 ff ff ff ff 00 00 00 f9 |..?..4P)........| +I (6460) RX_TASK: 0x408132c0 f0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6470) RX_TASK: 0x408132d0 ef 34 50 29 ff ff ff ff 00 ff 00 82 24 00 53 79 |.4P)........$.Sy| +I (6480) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 92 88 c1 ff ff ff |mbian EPOC......| +I (6490) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 ef 34 50 29 ff ff |........?..4P)..| +I (6500) RX_TASK: 0x40813300 ff ff 00 00 00 f9 f0 c1 ff ff ff ff ff ff ff ff |................| +I (6510) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 ef 34 50 29 ff ff ff ff 00 ff |....?..4P)......| +I (6520) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (6530) RX_TASK: 0x40813330 92 88 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6530) RX_TASK: 0x40813340 01 ef 34 50 29 ff ff ff ff 00 00 00 f9 f0 c1 ff |..4P)...........| +I (6540) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ef 34 50 |...........?..4P| +I (6550) RX_TASK: Starting to Parse: 256 +I (6560) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6560) RX_TASK: Address: 0xFF +I (6560) RX_TASK: Command bit: 1 +I (6570) RX_TASK: Control: 0x3F +I (6570) RX_TASK: Control: P-XID +I (6570) RX_TASK: CRC: 0xF9F0 +irda_crc - FCS_Payload: FF 3F 01 EF +I (6580) RX_TASK: CRC Check: VALID + +I (6580) RX_TASK: Payload (12 bytes): +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (6590) RX_TASK:  +ASCII: +..4P)....... + +I (6590) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (6600) PXID_TASK: Source Address: 0xEF345029 +I (6600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6610) PXID_TASK: Discovery Flag: 0x00 +I (6610) PXID_TASK: Slot Number: 0x00 +I (6620) PXID_TASK: Version Number: 0x00 + + + +I (6620) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6640) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (6650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (6660) PXID REPLY: Wrote 22 bytes +I (6660) PXID REPLY: Sent reply packet +I (6670) RX_TASK: Send Success +I (6670) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (6680) RX_TASK: Address: 0xFF +I (6680) RX_TASK: Command bit: 1 +I (6680) RX_TASK: Control: 0x3F +I (6680) RX_TASK: Control: P-XID +I (6690) RX_TASK: CRC: 0x9288 +irda_crc - FCS_Payload: FF 3F 01 EF +I (6690) RX_TASK: CRC Check: VALID + +I (6700) RX_TASK: Payload (27 bytes): +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6710) RX_TASK:  +ASCII: +..4P)........$.Symbian EPOC + +I (6710) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6720) PXID_TASK: Source Address: 0xEF345029 +I (6730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6730) PXID_TASK: Discovery Flag: 0x00 +I (6740) PXID_TASK: Slot Number: 0xFF +I (6740) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6750) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6770) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (6780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (6790) PXID REPLY: Wrote 22 bytes +I (6790) PXID REPLY: Sent reply packet +I (6800) RX_TASK: Send Success +I (6800) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (6810) RX_TASK: Address: 0xFF +I (6810) RX_TASK: Command bit: 1 +I (6810) RX_TASK: Control: 0x3F +I (6810) RX_TASK: Control: P-XID +I (6820) RX_TASK: CRC: 0xF9F0 +irda_crc - FCS_Payload: FF 3F 01 EF +I (6820) RX_TASK: CRC Check: VALID + +I (6830) RX_TASK: Payload (12 bytes): +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (6830) RX_TASK:  +ASCII: +..4P)....... + +I (6840) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (6840) PXID_TASK: Source Address: 0xEF345029 +I (6850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6850) PXID_TASK: Discovery Flag: 0x00 +I (6860) PXID_TASK: Slot Number: 0x00 +I (6860) PXID_TASK: Version Number: 0x00 + + + +I (6860) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (6900) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (6900) PXID REPLY: Wrote 22 bytes +I (6910) PXID REPLY: Sent reply packet +I (6910) RX_TASK: Send Success +I (6910) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (6920) RX_TASK: Address: 0xFF +I (6920) RX_TASK: Command bit: 1 +I (6930) RX_TASK: Control: 0x3F +I (6930) RX_TASK: Control: P-XID +I (6930) RX_TASK: CRC: 0x9288 +irda_crc - FCS_Payload: FF 3F 01 EF +I (6940) RX_TASK: CRC Check: VALID + +I (6940) RX_TASK: Payload (27 bytes): +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6950) RX_TASK:  +ASCII: +..4P)........$.Symbian EPOC + +I (6960) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6970) PXID_TASK: Source Address: 0xEF345029 +I (6970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6980) PXID_TASK: Discovery Flag: 0x00 +I (6980) PXID_TASK: Slot Number: 0xFF +I (6980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7010) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (7030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (7030) PXID REPLY: Wrote 22 bytes +I (7040) PXID REPLY: Sent reply packet +I (7040) RX_TASK: Send Success +I (7040) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (7050) RX_TASK: Address: 0xFF +I (7050) RX_TASK: Command bit: 1 +I (7060) RX_TASK: Control: 0x3F +I (7060) RX_TASK: Control: P-XID +I (7060) RX_TASK: CRC: 0xF9F0 +irda_crc - FCS_Payload: FF 3F 01 EF +I (7070) RX_TASK: CRC Check: VALID + +I (7070) RX_TASK: Payload (12 bytes): +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (7080) RX_TASK:  +ASCII: +..4P)....... + +I (7080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (7090) PXID_TASK: Source Address: 0xEF345029 +I (7090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7100) PXID_TASK: Discovery Flag: 0x00 +I (7100) PXID_TASK: Slot Number: 0x00 +I (7100) PXID_TASK: Version Number: 0x00 + + + +I (7110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7130) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (7140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (7150) PXID REPLY: Wrote 22 bytes +I (7150) PXID REPLY: Sent reply packet +I (7160) RX_TASK: Send Success +I (7160) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (7160) RX_TASK: Address: 0xFF +I (7170) RX_TASK: Command bit: 1 +I (7170) RX_TASK: Control: 0x3F +I (7170) RX_TASK: Control: P-XID +I (7180) RX_TASK: CRC: 0x9288 +irda_crc - FCS_Payload: FF 3F 01 EF +I (7180) RX_TASK: CRC Check: VALID + +I (7190) RX_TASK: Payload (27 bytes): +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7200) RX_TASK:  +ASCII: +..4P)........$.Symbian EPOC + +I (7200) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7210) PXID_TASK: Source Address: 0xEF345029 +I (7220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7220) PXID_TASK: Discovery Flag: 0x00 +I (7230) PXID_TASK: Slot Number: 0xFF +I (7230) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7240) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7260) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (7270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (7280) PXID REPLY: Wrote 22 bytes +I (7280) PXID REPLY: Sent reply packet +I (7290) RX_TASK: Send Success +I (7290) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (7290) RX_TASK: Address: 0xFF +I (7300) RX_TASK: Command bit: 1 +I (7300) RX_TASK: Control: 0x3F +I (7300) RX_TASK: Control: P-XID +I (7310) RX_TASK: CRC: 0xF9F0 +irda_crc - FCS_Payload: FF 3F 01 EF +I (7310) RX_TASK: CRC Check: VALID + +I (7310) RX_TASK: Payload (12 bytes): +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (7320) RX_TASK:  +ASCII: +..4P)....... + +I (7330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (7330) PXID_TASK: Source Address: 0xEF345029 +I (7340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7340) PXID_TASK: Discovery Flag: 0x00 +I (7350) PXID_TASK: Slot Number: 0x00 +I (7350) PXID_TASK: Version Number: 0x00 + + + +I (7350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7370) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (7380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (7390) PXID REPLY: Wrote 22 bytes +I (7400) PXID REPLY: Sent reply packet +I (7400) RX_TASK: Send Success +I (7400) RX_TASK: Unterminated packet at offset 249 + +I (8410) RX_TASK: Read 168 bytes: ')����' +I (8410) RX_TASK: 0x40813260 29 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |)........$.Symbi| +I (8410) RX_TASK: 0x40813270 61 6e 20 45 50 4f 43 92 88 c1 ff ff ff ff ff ff |an EPOC.........| +I (8420) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 ef 34 50 29 ff ff ff ff |......?..4P)....| +I (8420) RX_TASK: 0x40813290 00 00 00 f9 f0 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (8430) RX_TASK: 0x408132a0 c0 ff 3f 01 ef 34 50 29 ff ff ff ff 00 ff 00 82 |..?..4P)........| +I (8440) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 92 88 |$.Symbian EPOC..| +I (8450) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ef |.............?..| +I (8460) RX_TASK: 0x408132d0 34 50 29 ff ff ff ff 00 00 00 f9 f0 c1 ff ff ff |4P).............| +I (8470) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 ef 34 50 29 ff |.........?..4P).| +I (8480) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (8490) RX_TASK: 0x40813300 20 45 50 4f 43 92 88 c1 | EPOC...| +I (8490) RX_TASK: Starting to Parse: 168 +I (8500) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (8500) RX_TASK: Address: 0xFF +I (8510) RX_TASK: Command bit: 1 +I (8510) RX_TASK: Control: 0x3F +I (8510) RX_TASK: Control: P-XID +I (8510) RX_TASK: CRC: 0xF9F0 +irda_crc - FCS_Payload: FF 3F 01 EF +I (8520) RX_TASK: CRC Check: VALID + +I (8520) RX_TASK: Payload (12 bytes): +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (8530) RX_TASK:  +ASCII: +..4P)....... + +I (8530) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (8540) PXID_TASK: Source Address: 0xEF345029 +I (8550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8550) PXID_TASK: Discovery Flag: 0x00 +I (8550) PXID_TASK: Slot Number: 0x00 +I (8560) PXID_TASK: Version Number: 0x00 + + + +I (8560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (8580) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (8590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (8600) PXID REPLY: Wrote 22 bytes +I (8610) PXID REPLY: Sent reply packet +I (8610) RX_TASK: Send Success +I (8610) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (8620) RX_TASK: Address: 0xFF +I (8620) RX_TASK: Command bit: 1 +I (8620) RX_TASK: Control: 0x3F +I (8630) RX_TASK: Control: P-XID +I (8630) RX_TASK: CRC: 0x9288 +irda_crc - FCS_Payload: FF 3F 01 EF +I (8640) RX_TASK: CRC Check: VALID + +I (8640) RX_TASK: Payload (27 bytes): +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8650) RX_TASK:  +ASCII: +..4P)........$.Symbian EPOC + +I (8650) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8670) PXID_TASK: Source Address: 0xEF345029 +I (8670) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8680) PXID_TASK: Discovery Flag: 0x00 +I (8680) PXID_TASK: Slot Number: 0xFF +I (8680) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8690) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (8710) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (8720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (8730) PXID REPLY: Wrote 22 bytes +I (8730) PXID REPLY: Sent reply packet +I (8740) RX_TASK: Send Success +I (8740) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (8750) RX_TASK: Address: 0xFF +I (8750) RX_TASK: Command bit: 1 +I (8750) RX_TASK: Control: 0x3F +I (8760) RX_TASK: Control: P-XID +I (8760) RX_TASK: CRC: 0xF9F0 +irda_crc - FCS_Payload: FF 3F 01 EF +I (8760) RX_TASK: CRC Check: VALID + +I (8770) RX_TASK: Payload (12 bytes): +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (8770) RX_TASK:  +ASCII: +..4P)....... + +I (8780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EF 34 50 29 FF FF FF FF 00 00 00 +I (8790) PXID_TASK: Source Address: 0xEF345029 +I (8790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8800) PXID_TASK: Discovery Flag: 0x00 +I (8800) PXID_TASK: Slot Number: 0x00 +I (8800) PXID_TASK: Version Number: 0x00 + + + +I (8810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (8820) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (8840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (8850) PXID REPLY: Wrote 22 bytes +I (8850) PXID REPLY: Sent reply packet +I (8850) RX_TASK: Send Success +I (8860) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (8860) RX_TASK: Address: 0xFF +I (8860) RX_TASK: Command bit: 1 +I (8870) RX_TASK: Control: 0x3F +I (8870) RX_TASK: Control: P-XID +I (8870) RX_TASK: CRC: 0x9288 +irda_crc - FCS_Payload: FF 3F 01 EF +I (8880) RX_TASK: CRC Check: VALID + +I (8880) RX_TASK: Payload (27 bytes): +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8890) RX_TASK:  +ASCII: +..4P)........$.Symbian EPOC + +I (8900) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EF 34 50 29 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8910) PXID_TASK: Source Address: 0xEF345029 +I (8910) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8920) PXID_TASK: Discovery Flag: 0x00 +I (8920) PXID_TASK: Slot Number: 0xFF +I (8930) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8940) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (8950) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 29 01 00 00 90 24 00 54 45 53 54 CB CA C1 +I (8970) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EF 34 50 +I (8980) PXID REPLY: Wrote 22 bytes +I (8980) PXID REPLY: Sent reply packet +I (8980) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_36181 b/build/log/idf_py_stdout_output_36181 new file mode 100644 index 0000000..ccad3ff --- /dev/null +++ b/build/log/idf_py_stdout_output_36181 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:138:9: warning: unused variable 'packet_count' [-Wunused-variable] + 138 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:270:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 270 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:465:13: warning: 'tx_task' defined but not used [-Wunused-function] + 465 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc70 bytes. Smallest app partition is 0x100000 bytes. 0xd2390 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_36309 b/build/log/idf_py_stdout_output_36309 new file mode 100644 index 0000000..8a3a6ae --- /dev/null +++ b/build/log/idf_py_stdout_output_36309 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc70 bytes. Smallest app partition is 0x100000 bytes. 0xd2390 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 495.4 kbit/s)... +Hash of data verified. +Compressed 187504 bytes to 95414... +Writing at 0x00010000... (16 %) +Writing at 0x0001aadf... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a3... (66 %) +Writing at 0x00030b12... (83 %) +Writing at 0x000378b6... (100 %) +Wrote 187504 bytes (95414 compressed) at 0x00010000 in 1.7 seconds (effective 908.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36327 b/build/log/idf_py_stdout_output_36327 new file mode 100644 index 0000000..9b4291c --- /dev/null +++ b/build/log/idf_py_stdout_output_36327 @@ -0,0 +1,572 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a068h ( 41064) map +I (89) esp_image: segment 1: paddr=0001a090 vaddr=40800000 size=05f88h ( 24456) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=162f8h ( 90872) map +I (113) esp_image: segment 3: paddr=00036320 vaddr=40805f88 size=0619ch ( 24988) load +I (119) esp_image: segment 4: paddr=0003c4c4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 7935a78ed... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5020) RX_TASK: Read 256 bytes: '������������?O��:����' +I (5020) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4f d5 |............?.O.| +I (5020) RX_TASK: 0x40813270 f7 3a ff ff ff ff 00 00 00 d3 f8 c1 ff ff ff ff |.:..............| +I (5030) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 4f d5 f7 3a ff ff ff |.......?.O..:...| +I (5040) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (5050) RX_TASK: 0x408132a0 50 4f 43 0e eb c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (5060) RX_TASK: 0x408132b0 c0 ff 3f 01 4f d5 f7 3a ff ff ff ff 00 00 00 d3 |..?.O..:........| +I (5070) RX_TASK: 0x408132c0 f8 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (5070) RX_TASK: 0x408132d0 4f d5 f7 3a ff ff ff ff 00 ff 00 82 24 00 53 79 |O..:........$.Sy| +I (5080) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 0e eb c1 ff ff ff |mbian EPOC......| +I (5090) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 4f d5 f7 3a ff ff |........?.O..:..| +I (5100) RX_TASK: 0x40813300 ff ff 00 00 00 d3 f8 c1 ff ff ff ff ff ff ff ff |................| +I (5110) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 4f d5 f7 3a ff ff ff ff 00 ff |....?.O..:......| +I (5120) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (5130) RX_TASK: 0x40813330 0e eb c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5140) RX_TASK: 0x40813340 01 4f d5 f7 3a ff ff ff ff 00 00 00 d3 f8 c1 ff |.O..:...........| +I (5140) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4f d5 f7 |...........?.O..| +I (5150) RX_TASK: Starting to Parse: 256 +I (5160) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5160) RX_TASK: Address: 0xFF +I (5170) RX_TASK: Command bit: 1 +I (5170) RX_TASK: Control: 0x3F +I (5170) RX_TASK: Control: P-XID +I (5170) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (5180) RX_TASK: CRC Check: VALID + +I (5180) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5190) RX_TASK:  +ASCII: +.O..:....... + +I (5190) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5200) PXID_TASK: Source Address: 0x4FD5F73A +I (5210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5210) PXID_TASK: Discovery Flag: 0x00 +I (5210) PXID_TASK: Slot Number: 0x00 +I (5220) PXID_TASK: Version Number: 0x00 + + + +I (5220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5260) PXID REPLY: Wrote 22 bytes +I (5270) PXID REPLY: Sent reply packet +I (5270) RX_TASK: Send Success +I (5270) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (5280) RX_TASK: Address: 0xFF +I (5280) RX_TASK: Command bit: 1 +I (5280) RX_TASK: Control: 0x3F +I (5290) RX_TASK: Control: P-XID +I (5290) RX_TASK: CRC: 0x0EEB +irda_crc - FCS_Payload: FF 3F 01 4F +I (5300) RX_TASK: CRC Check: VALID + +I (5300) RX_TASK: Payload (27 bytes): +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5310) RX_TASK:  +ASCII: +.O..:........$.Symbian EPOC + +I (5310) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5330) PXID_TASK: Source Address: 0x4FD5F73A +I (5330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5340) PXID_TASK: Discovery Flag: 0x00 +I (5340) PXID_TASK: Slot Number: 0xFF +I (5340) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5370) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5390) PXID REPLY: Wrote 22 bytes +I (5390) PXID REPLY: Sent reply packet +I (5400) RX_TASK: Send Success +I (5400) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (5410) RX_TASK: Address: 0xFF +I (5410) RX_TASK: Command bit: 1 +I (5410) RX_TASK: Control: 0x3F +I (5420) RX_TASK: Control: P-XID +I (5420) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (5420) RX_TASK: CRC Check: VALID + +I (5430) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5430) RX_TASK:  +ASCII: +.O..:....... + +I (5440) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5450) PXID_TASK: Source Address: 0x4FD5F73A +I (5450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5450) PXID_TASK: Discovery Flag: 0x00 +I (5460) PXID_TASK: Slot Number: 0x00 +I (5460) PXID_TASK: Version Number: 0x00 + + + +I (5470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5480) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5510) PXID REPLY: Wrote 22 bytes +I (5510) PXID REPLY: Sent reply packet +I (5510) RX_TASK: Send Success +I (5520) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (5520) RX_TASK: Address: 0xFF +I (5520) RX_TASK: Command bit: 1 +I (5530) RX_TASK: Control: 0x3F +I (5530) RX_TASK: Control: P-XID +I (5530) RX_TASK: CRC: 0x0EEB +irda_crc - FCS_Payload: FF 3F 01 4F +I (5540) RX_TASK: CRC Check: VALID + +I (5540) RX_TASK: Payload (27 bytes): +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5550) RX_TASK:  +ASCII: +.O..:........$.Symbian EPOC + +I (5560) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5570) PXID_TASK: Source Address: 0x4FD5F73A +I (5570) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5580) PXID_TASK: Discovery Flag: 0x00 +I (5580) PXID_TASK: Slot Number: 0xFF +I (5590) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5640) PXID REPLY: Wrote 22 bytes +I (5640) PXID REPLY: Sent reply packet +I (5640) RX_TASK: Send Success +I (5650) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (5650) RX_TASK: Address: 0xFF +I (5650) RX_TASK: Command bit: 1 +I (5660) RX_TASK: Control: 0x3F +I (5660) RX_TASK: Control: P-XID +I (5660) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (5670) RX_TASK: CRC Check: VALID + +I (5670) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5680) RX_TASK:  +ASCII: +.O..:....... + +I (5680) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5690) PXID_TASK: Source Address: 0x4FD5F73A +I (5690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5700) PXID_TASK: Discovery Flag: 0x00 +I (5700) PXID_TASK: Slot Number: 0x00 +I (5710) PXID_TASK: Version Number: 0x00 + + + +I (5710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5730) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5740) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5750) PXID REPLY: Wrote 22 bytes +I (5750) PXID REPLY: Sent reply packet +I (5760) RX_TASK: Send Success +I (5760) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (5770) RX_TASK: Address: 0xFF +I (5770) RX_TASK: Command bit: 1 +I (5770) RX_TASK: Control: 0x3F +I (5770) RX_TASK: Control: P-XID +I (5780) RX_TASK: CRC: 0x0EEB +irda_crc - FCS_Payload: FF 3F 01 4F +I (5780) RX_TASK: CRC Check: VALID + +I (5790) RX_TASK: Payload (27 bytes): +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5800) RX_TASK:  +ASCII: +.O..:........$.Symbian EPOC + +I (5800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5810) PXID_TASK: Source Address: 0x4FD5F73A +I (5820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5820) PXID_TASK: Discovery Flag: 0x00 +I (5830) PXID_TASK: Slot Number: 0xFF +I (5830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5860) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5880) PXID REPLY: Wrote 22 bytes +I (5880) PXID REPLY: Sent reply packet +I (5890) RX_TASK: Send Success +I (5890) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (5890) RX_TASK: Address: 0xFF +I (5900) RX_TASK: Command bit: 1 +I (5900) RX_TASK: Control: 0x3F +I (5900) RX_TASK: Control: P-XID +I (5910) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (5910) RX_TASK: CRC Check: VALID + +I (5920) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5920) RX_TASK:  +ASCII: +.O..:....... + +I (5930) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (5930) PXID_TASK: Source Address: 0x4FD5F73A +I (5940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5940) PXID_TASK: Discovery Flag: 0x00 +I (5950) PXID_TASK: Slot Number: 0x00 +I (5950) PXID_TASK: Version Number: 0x00 + + + +I (5950) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5970) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (5990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (5990) PXID REPLY: Wrote 22 bytes +I (6000) PXID REPLY: Sent reply packet +I (6000) RX_TASK: Send Success +I (6000) RX_TASK: Unterminated packet at offset 249 + +I (7010) RX_TASK: Read 221 bytes: ':����' +I (7010) RX_TASK: 0x40813260 3a ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |:........$.Symbi| +I (7010) RX_TASK: 0x40813270 61 6e 20 45 50 4f 43 0e eb c1 ff ff ff ff ff ff |an EPOC.........| +I (7020) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 4f d5 f7 3a ff ff ff ff |......?.O..:....| +I (7020) RX_TASK: 0x40813290 00 00 00 d3 f8 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (7030) RX_TASK: 0x408132a0 c0 ff 3f 01 4f d5 f7 3a ff ff ff ff 00 ff 00 82 |..?.O..:........| +I (7040) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 0e eb |$.Symbian EPOC..| +I (7050) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4f |.............?.O| +I (7060) RX_TASK: 0x408132d0 d5 f7 3a ff ff ff ff 00 00 00 d3 f8 c1 ff ff ff |..:.............| +I (7070) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 4f d5 f7 3a ff |.........?.O..:.| +I (7080) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (7090) RX_TASK: 0x40813300 20 45 50 4f 43 0e eb c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (7090) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 4f d5 f7 3a ff ff ff ff 00 00 |....?.O..:......| +I (7100) RX_TASK: 0x40813320 00 d3 f8 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (7110) RX_TASK: 0x40813330 01 4f d5 f7 3a ff ff ff ff 00 ff 00 82 |.O..:........| +I (7120) RX_TASK: Starting to Parse: 221 +I (7120) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (7130) RX_TASK: Address: 0xFF +I (7130) RX_TASK: Command bit: 1 +I (7140) RX_TASK: Control: 0x3F +I (7140) RX_TASK: Control: P-XID +I (7140) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (7150) RX_TASK: CRC Check: VALID + +I (7150) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (7160) RX_TASK:  +ASCII: +.O..:....... + +I (7160) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (7170) PXID_TASK: Source Address: 0x4FD5F73A +I (7170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7180) PXID_TASK: Discovery Flag: 0x00 +I (7180) PXID_TASK: Slot Number: 0x00 +I (7180) PXID_TASK: Version Number: 0x00 + + + +I (7190) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7210) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (7220) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (7230) PXID REPLY: Wrote 22 bytes +I (7230) PXID REPLY: Sent reply packet +I (7240) RX_TASK: Send Success +I (7240) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (7240) RX_TASK: Address: 0xFF +I (7250) RX_TASK: Command bit: 1 +I (7250) RX_TASK: Control: 0x3F +I (7250) RX_TASK: Control: P-XID +I (7260) RX_TASK: CRC: 0x0EEB +irda_crc - FCS_Payload: FF 3F 01 4F +I (7260) RX_TASK: CRC Check: VALID + +I (7270) RX_TASK: Payload (27 bytes): +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7280) RX_TASK:  +ASCII: +.O..:........$.Symbian EPOC + +I (7280) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7290) PXID_TASK: Source Address: 0x4FD5F73A +I (7300) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7300) PXID_TASK: Discovery Flag: 0x00 +I (7310) PXID_TASK: Slot Number: 0xFF +I (7310) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7320) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7340) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (7350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (7360) PXID REPLY: Wrote 22 bytes +I (7360) PXID REPLY: Sent reply packet +I (7370) RX_TASK: Send Success +I (7370) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (7370) RX_TASK: Address: 0xFF +I (7380) RX_TASK: Command bit: 1 +I (7380) RX_TASK: Control: 0x3F +I (7380) RX_TASK: Control: P-XID +I (7380) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (7390) RX_TASK: CRC Check: VALID + +I (7390) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (7400) RX_TASK:  +ASCII: +.O..:....... + +I (7410) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (7410) PXID_TASK: Source Address: 0x4FD5F73A +I (7420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7420) PXID_TASK: Discovery Flag: 0x00 +I (7430) PXID_TASK: Slot Number: 0x00 +I (7430) PXID_TASK: Version Number: 0x00 + + + +I (7430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7450) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (7460) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (7470) PXID REPLY: Wrote 22 bytes +I (7480) PXID REPLY: Sent reply packet +I (7480) RX_TASK: Send Success +I (7480) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (7490) RX_TASK: Address: 0xFF +I (7490) RX_TASK: Command bit: 1 +I (7490) RX_TASK: Control: 0x3F +I (7500) RX_TASK: Control: P-XID +I (7500) RX_TASK: CRC: 0x0EEB +irda_crc - FCS_Payload: FF 3F 01 4F +I (7510) RX_TASK: CRC Check: VALID + +I (7510) RX_TASK: Payload (27 bytes): +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7520) RX_TASK:  +ASCII: +.O..:........$.Symbian EPOC + +I (7530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F D5 F7 3A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7540) PXID_TASK: Source Address: 0x4FD5F73A +I (7540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7550) PXID_TASK: Discovery Flag: 0x00 +I (7550) PXID_TASK: Slot Number: 0xFF +I (7550) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7580) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (7590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (7600) PXID REPLY: Wrote 22 bytes +I (7610) PXID REPLY: Sent reply packet +I (7610) RX_TASK: Send Success +I (7610) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (7620) RX_TASK: Address: 0xFF +I (7620) RX_TASK: Command bit: 1 +I (7620) RX_TASK: Control: 0x3F +I (7630) RX_TASK: Control: P-XID +I (7630) RX_TASK: CRC: 0xD3F8 +irda_crc - FCS_Payload: FF 3F 01 4F +I (7640) RX_TASK: CRC Check: VALID + +I (7640) RX_TASK: Payload (12 bytes): +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (7650) RX_TASK:  +ASCII: +.O..:....... + +I (7650) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F D5 F7 3A FF FF FF FF 00 00 00 +I (7660) PXID_TASK: Source Address: 0x4FD5F73A +I (7660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7670) PXID_TASK: Discovery Flag: 0x00 +I (7670) PXID_TASK: Slot Number: 0x00 +I (7670) PXID_TASK: Version Number: 0x00 + + + +I (7680) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7690) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 3A 01 00 00 90 24 00 54 45 53 54 75 4B C1 +I (7710) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F D5 F7 +I (7720) PXID REPLY: Wrote 22 bytes +I (7720) PXID REPLY: Sent reply packet +I (7720) RX_TASK: Send Success +I (7730) RX_TASK: Unterminated packet at offset 205 + diff --git a/build/log/idf_py_stdout_output_36347 b/build/log/idf_py_stdout_output_36347 new file mode 100644 index 0000000..ccad3ff --- /dev/null +++ b/build/log/idf_py_stdout_output_36347 @@ -0,0 +1,29 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:138:9: warning: unused variable 'packet_count' [-Wunused-variable] + 138 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:270:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 270 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:465:13: warning: 'tx_task' defined but not used [-Wunused-function] + 465 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc70 bytes. Smallest app partition is 0x100000 bytes. 0xd2390 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_36473 b/build/log/idf_py_stdout_output_36473 new file mode 100644 index 0000000..8096a93 --- /dev/null +++ b/build/log/idf_py_stdout_output_36473 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc70 bytes. Smallest app partition is 0x100000 bytes. 0xd2390 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.9 kbit/s)... +Hash of data verified. +Compressed 187504 bytes to 95414... +Writing at 0x00010000... (16 %) +Writing at 0x0001aadf... (33 %) +Writing at 0x000215dc... (50 %) +Writing at 0x000288a3... (66 %) +Writing at 0x00030b12... (83 %) +Writing at 0x000378b6... (100 %) +Wrote 187504 bytes (95414 compressed) at 0x00010000 in 1.6 seconds (effective 910.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36491 b/build/log/idf_py_stdout_output_36491 new file mode 100644 index 0000000..cb4a347 --- /dev/null +++ b/build/log/idf_py_stdout_output_36491 @@ -0,0 +1,533 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a068h ( 41064) map +I (89) esp_image: segment 1: paddr=0001a090 vaddr=40800000 size=05f88h ( 24456) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=162f8h ( 90872) map +I (113) esp_image: segment 3: paddr=00036320 vaddr=40805f88 size=0619ch ( 24988) load +I (119) esp_image: segment 4: paddr=0003c4c4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 7935a78ed... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3690) RX_TASK: Read 256 bytes: '������������?�B�����' +I (3690) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 99 42 |............?..B| +I (3690) RX_TASK: 0x40813270 ca 14 ff ff ff ff 00 00 00 2c 14 c1 ff ff ff ff |.........,......| +I (3700) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 99 42 ca 14 ff ff |........?..B....| +I (3710) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (3720) RX_TASK: 0x408132a0 45 50 4f 43 95 7d 5d c1 ff ff ff ff ff ff ff ff |EPOC.}].........| +I (3730) RX_TASK: 0x408132b0 ff ff c0 ff 3f 01 99 42 ca 14 ff ff ff ff 00 00 |....?..B........| +I (3740) RX_TASK: 0x408132c0 00 2c 14 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.,..............| +I (3740) RX_TASK: 0x408132d0 3f 01 99 42 ca 14 ff ff ff ff 00 ff 00 82 24 00 |?..B..........$.| +I (3750) RX_TASK: 0x408132e0 53 79 6d 62 69 61 6e 20 45 50 4f 43 95 7d 5d c1 |Symbian EPOC.}].| +I (3760) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 99 42 |............?..B| +I (3770) RX_TASK: 0x40813300 ca 14 ff ff ff ff 00 00 00 2c 14 c1 ff ff ff ff |.........,......| +I (3780) RX_TASK: 0x40813310 ff ff ff ff ff c0 ff 3f 01 99 42 ca 14 ff ff ff |.......?..B.....| +I (3790) RX_TASK: 0x40813320 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (3800) RX_TASK: 0x40813330 50 4f 43 95 7d 5d c1 ff ff ff ff ff ff ff ff ff |POC.}]..........| +I (3810) RX_TASK: 0x40813340 ff c0 ff 3f 01 99 42 ca 14 ff ff ff ff 00 00 00 |...?..B.........| +I (3810) RX_TASK: 0x40813350 2c 14 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |,.............?.| +I (3820) RX_TASK: Starting to Parse: 256 +I (3830) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3830) RX_TASK: Address: 0xFF +I (3840) RX_TASK: Command bit: 1 +I (3840) RX_TASK: Control: 0x3F +I (3840) RX_TASK: Control: P-XID +I (3840) RX_TASK: CRC: 0x2C14 +irda_crc - FCS_Payload: FF 3F 01 99 +I (3850) RX_TASK: CRC Check: VALID + +I (3850) RX_TASK: Payload (12 bytes): +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (3860) RX_TASK:  +ASCII: +..B......... + +I (3860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (3870) PXID_TASK: Source Address: 0x9942CA14 +I (3880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3880) PXID_TASK: Discovery Flag: 0x00 +I (3880) PXID_TASK: Slot Number: 0x00 +I (3890) PXID_TASK: Version Number: 0x00 + + + +I (3890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3910) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (3920) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (3930) PXID REPLY: Wrote 22 bytes +I (3940) PXID REPLY: Sent reply packet +I (3940) RX_TASK: Send Success +I (3940) RX_TASK:  +=== Packet 2 (offset 38, length 34) === + +I (3950) RX_TASK: Address: 0xFF +I (3950) RX_TASK: Command bit: 1 +I (3950) RX_TASK: Control: 0x3F +I (3960) RX_TASK: Control: P-XID +I (3960) RX_TASK: CRC: 0x7D5D +irda_crc - FCS_Payload: FF 3F 01 99 +I (3970) RX_TASK: CRC Check: INVALID + +I (3970) RX_TASK: Payload (28 bytes): +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (3980) RX_TASK:  +ASCII: +..B..........$.Symbian EPOC. + +I (3980) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (4000) PXID_TASK: Source Address: 0x9942CA14 +I (4000) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4010) PXID_TASK: Discovery Flag: 0x00 +I (4010) PXID_TASK: Slot Number: 0xFF +I (4010) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 95 + +.$.Symbian EPOC. + +I (4020) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (4040) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (4050) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (4060) PXID REPLY: Wrote 22 bytes +I (4070) PXID REPLY: Sent reply packet +I (4070) RX_TASK: Send Success +I (4070) RX_TASK:  +=== Packet 3 (offset 82, length 18) === + +I (4080) RX_TASK: Address: 0xFF +I (4080) RX_TASK: Command bit: 1 +I (4080) RX_TASK: Control: 0x3F +I (4090) RX_TASK: Control: P-XID +I (4090) RX_TASK: CRC: 0x2C14 +irda_crc - FCS_Payload: FF 3F 01 99 +I (4100) RX_TASK: CRC Check: VALID + +I (4100) RX_TASK: Payload (12 bytes): +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (4110) RX_TASK:  +ASCII: +..B......... + +I (4110) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (4120) PXID_TASK: Source Address: 0x9942CA14 +I (4120) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4130) PXID_TASK: Discovery Flag: 0x00 +I (4130) PXID_TASK: Slot Number: 0x00 +I (4130) PXID_TASK: Version Number: 0x00 + + + +I (4140) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (4150) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (4170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (4180) PXID REPLY: Wrote 22 bytes +I (4180) PXID REPLY: Sent reply packet +I (4180) RX_TASK: Send Success +I (4190) RX_TASK:  +=== Packet 4 (offset 110, length 34) === + +I (4190) RX_TASK: Address: 0xFF +I (4200) RX_TASK: Command bit: 1 +I (4200) RX_TASK: Control: 0x3F +I (4200) RX_TASK: Control: P-XID +I (4200) RX_TASK: CRC: 0x7D5D +irda_crc - FCS_Payload: FF 3F 01 99 +I (4210) RX_TASK: CRC Check: INVALID + +I (4210) RX_TASK: Payload (28 bytes): +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (4220) RX_TASK:  +ASCII: +..B..........$.Symbian EPOC. + +I (4230) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (4240) PXID_TASK: Source Address: 0x9942CA14 +I (4250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4250) PXID_TASK: Discovery Flag: 0x00 +I (4250) PXID_TASK: Slot Number: 0xFF +I (4260) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 95 + +.$.Symbian EPOC. + +I (4270) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (4290) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (4300) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (4310) PXID REPLY: Wrote 22 bytes +I (4310) PXID REPLY: Sent reply packet +I (4310) RX_TASK: Send Success +I (4320) RX_TASK:  +=== Packet 5 (offset 154, length 18) === + +I (4320) RX_TASK: Address: 0xFF +I (4330) RX_TASK: Command bit: 1 +I (4330) RX_TASK: Control: 0x3F +I (4330) RX_TASK: Control: P-XID +I (4330) RX_TASK: CRC: 0x2C14 +irda_crc - FCS_Payload: FF 3F 01 99 +I (4340) RX_TASK: CRC Check: VALID + +I (4340) RX_TASK: Payload (12 bytes): +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (4350) RX_TASK:  +ASCII: +..B......... + +I (4350) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (4360) PXID_TASK: Source Address: 0x9942CA14 +I (4370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4370) PXID_TASK: Discovery Flag: 0x00 +I (4380) PXID_TASK: Slot Number: 0x00 +I (4380) PXID_TASK: Version Number: 0x00 + + + +I (4380) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (4400) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (4410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (4420) PXID REPLY: Wrote 22 bytes +I (4430) PXID REPLY: Sent reply packet +I (4430) RX_TASK: Send Success +I (4430) RX_TASK:  +=== Packet 6 (offset 181, length 34) === + +I (4440) RX_TASK: Address: 0xFF +I (4440) RX_TASK: Command bit: 1 +I (4440) RX_TASK: Control: 0x3F +I (4450) RX_TASK: Control: P-XID +I (4450) RX_TASK: CRC: 0x7D5D +irda_crc - FCS_Payload: FF 3F 01 99 +I (4460) RX_TASK: CRC Check: INVALID + +I (4460) RX_TASK: Payload (28 bytes): +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (4470) RX_TASK:  +ASCII: +..B..........$.Symbian EPOC. + +I (4480) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (4490) PXID_TASK: Source Address: 0x9942CA14 +I (4490) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4500) PXID_TASK: Discovery Flag: 0x00 +I (4500) PXID_TASK: Slot Number: 0xFF +I (4500) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 95 + +.$.Symbian EPOC. + +I (4510) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (4530) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (4540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (4550) PXID REPLY: Wrote 22 bytes +I (4560) PXID REPLY: Sent reply packet +I (4560) RX_TASK: Send Success +I (4560) RX_TASK:  +=== Packet 7 (offset 225, length 18) === + +I (4570) RX_TASK: Address: 0xFF +I (4570) RX_TASK: Command bit: 1 +I (4570) RX_TASK: Control: 0x3F +I (4580) RX_TASK: Control: P-XID +I (4580) RX_TASK: CRC: 0x2C14 +irda_crc - FCS_Payload: FF 3F 01 99 +I (4590) RX_TASK: CRC Check: VALID + +I (4590) RX_TASK: Payload (12 bytes): +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (4600) RX_TASK:  +ASCII: +..B......... + +I (4600) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (4610) PXID_TASK: Source Address: 0x9942CA14 +I (4610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4620) PXID_TASK: Discovery Flag: 0x00 +I (4620) PXID_TASK: Slot Number: 0x00 +I (4620) PXID_TASK: Version Number: 0x00 + + + +I (4630) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (4650) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (4660) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (4670) PXID REPLY: Wrote 22 bytes +I (4670) PXID REPLY: Sent reply packet +I (4680) RX_TASK: Send Success +I (4680) RX_TASK: Truncated packet at offset 252 + +I (5680) RX_TASK: Read 174 bytes: '�B�����' +I (5680) RX_TASK: 0x40813260 99 42 ca 14 ff ff ff ff 00 ff 00 82 24 00 53 79 |.B..........$.Sy| +I (5680) RX_TASK: 0x40813270 6d 62 69 61 6e 20 45 50 4f 43 95 7d 5d c1 ff ff |mbian EPOC.}]...| +I (5690) RX_TASK: 0x40813280 ff ff ff ff ff ff ff ff c0 ff 3f 01 99 42 ca 14 |..........?..B..| +I (5690) RX_TASK: 0x40813290 ff ff ff ff 00 00 00 2c 14 c1 ff ff ff ff ff ff |.......,........| +I (5700) RX_TASK: 0x408132a0 ff ff ff ff c0 ff 3f 01 99 42 ca 14 ff ff ff ff |......?..B......| +I (5710) RX_TASK: 0x408132b0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5720) RX_TASK: 0x408132c0 4f 43 95 7d 5d c1 ff ff ff ff ff ff ff ff ff ff |OC.}]...........| +I (5730) RX_TASK: 0x408132d0 c0 ff 3f 01 99 42 ca 14 ff ff ff ff 00 00 00 2c |..?..B.........,| +I (5740) RX_TASK: 0x408132e0 14 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (5750) RX_TASK: 0x408132f0 99 42 ca 14 ff ff ff ff 00 ff 00 82 24 00 53 79 |.B..........$.Sy| +I (5760) RX_TASK: 0x40813300 6d 62 69 61 6e 20 45 50 4f 43 95 7d 5d c1 |mbian EPOC.}].| +I (5760) RX_TASK: Starting to Parse: 174 +I (5770) RX_TASK:  +=== Packet 1 (offset 40, length 18) === + +I (5770) RX_TASK: Address: 0xFF +I (5780) RX_TASK: Command bit: 1 +I (5780) RX_TASK: Control: 0x3F +I (5780) RX_TASK: Control: P-XID +I (5780) RX_TASK: CRC: 0x2C14 +irda_crc - FCS_Payload: FF 3F 01 99 +I (5790) RX_TASK: CRC Check: VALID + +I (5790) RX_TASK: Payload (12 bytes): +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (5800) RX_TASK:  +ASCII: +..B......... + +I (5810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (5810) PXID_TASK: Source Address: 0x9942CA14 +I (5820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5820) PXID_TASK: Discovery Flag: 0x00 +I (5830) PXID_TASK: Slot Number: 0x00 +I (5830) PXID_TASK: Version Number: 0x00 + + + +I (5830) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5850) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (5860) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (5870) PXID REPLY: Wrote 22 bytes +I (5880) PXID REPLY: Sent reply packet +I (5880) RX_TASK: Send Success +I (5880) RX_TASK:  +=== Packet 2 (offset 68, length 34) === + +I (5890) RX_TASK: Address: 0xFF +I (5890) RX_TASK: Command bit: 1 +I (5890) RX_TASK: Control: 0x3F +I (5900) RX_TASK: Control: P-XID +I (5900) RX_TASK: CRC: 0x7D5D +irda_crc - FCS_Payload: FF 3F 01 99 +I (5910) RX_TASK: CRC Check: INVALID + +I (5910) RX_TASK: Payload (28 bytes): +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (5920) RX_TASK:  +ASCII: +..B..........$.Symbian EPOC. + +I (5930) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (5940) PXID_TASK: Source Address: 0x9942CA14 +I (5940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5950) PXID_TASK: Discovery Flag: 0x00 +I (5950) PXID_TASK: Slot Number: 0xFF +I (5950) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 95 + +.$.Symbian EPOC. + +I (5960) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5980) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (5990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (6000) PXID REPLY: Wrote 22 bytes +I (6010) PXID REPLY: Sent reply packet +I (6010) RX_TASK: Send Success +I (6010) RX_TASK:  +=== Packet 3 (offset 112, length 18) === + +I (6020) RX_TASK: Address: 0xFF +I (6020) RX_TASK: Command bit: 1 +I (6020) RX_TASK: Control: 0x3F +I (6030) RX_TASK: Control: P-XID +I (6030) RX_TASK: CRC: 0x2C14 +irda_crc - FCS_Payload: FF 3F 01 99 +I (6040) RX_TASK: CRC Check: VALID + +I (6040) RX_TASK: Payload (12 bytes): +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (6050) RX_TASK:  +ASCII: +..B......... + +I (6050) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 42 CA 14 FF FF FF FF 00 00 00 +I (6060) PXID_TASK: Source Address: 0x9942CA14 +I (6060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6070) PXID_TASK: Discovery Flag: 0x00 +I (6070) PXID_TASK: Slot Number: 0x00 +I (6070) PXID_TASK: Version Number: 0x00 + + + +I (6080) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6100) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (6110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (6120) PXID REPLY: Wrote 22 bytes +I (6120) PXID REPLY: Sent reply packet +I (6130) RX_TASK: Send Success +I (6130) RX_TASK:  +=== Packet 4 (offset 140, length 34) === + +I (6130) RX_TASK: Address: 0xFF +I (6140) RX_TASK: Command bit: 1 +I (6140) RX_TASK: Control: 0x3F +I (6140) RX_TASK: Control: P-XID +I (6150) RX_TASK: CRC: 0x7D5D +irda_crc - FCS_Payload: FF 3F 01 99 +I (6150) RX_TASK: CRC Check: INVALID + +I (6150) RX_TASK: Payload (28 bytes): +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (6170) RX_TASK:  +ASCII: +..B..........$.Symbian EPOC. + +I (6170) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 99 42 CA 14 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 95 +I (6180) PXID_TASK: Source Address: 0x9942CA14 +I (6190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6190) PXID_TASK: Discovery Flag: 0x00 +I (6200) PXID_TASK: Slot Number: 0xFF +I (6200) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 95 + +.$.Symbian EPOC. + +I (6210) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6230) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA 14 01 00 00 90 24 00 54 45 53 54 F3 81 C1 +I (6240) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 42 CA +I (6250) PXID REPLY: Wrote 22 bytes +I (6250) PXID REPLY: Sent reply packet +I (6260) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_36504 b/build/log/idf_py_stdout_output_36504 new file mode 100644 index 0000000..7c83914 --- /dev/null +++ b/build/log/idf_py_stdout_output_36504 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:88:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 88 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:138:9: warning: unused variable 'packet_count' [-Wunused-variable] + 138 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:270:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 270 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:398:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 398 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:467:13: warning: 'tx_task' defined but not used [-Wunused-function] + 467 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc80 bytes. Smallest app partition is 0x100000 bytes. 0xd2380 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_36630 b/build/log/idf_py_stdout_output_36630 new file mode 100644 index 0000000..b9db47b --- /dev/null +++ b/build/log/idf_py_stdout_output_36630 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc80 bytes. Smallest app partition is 0x100000 bytes. 0xd2380 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 492.6 kbit/s)... +Hash of data verified. +Compressed 187520 bytes to 95430... +Writing at 0x00010000... (16 %) +Writing at 0x0001aadc... (33 %) +Writing at 0x000215e0... (50 %) +Writing at 0x000288a1... (66 %) +Writing at 0x00030b11... (83 %) +Writing at 0x000378aa... (100 %) +Wrote 187520 bytes (95430 compressed) at 0x00010000 in 1.7 seconds (effective 908.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36648 b/build/log/idf_py_stdout_output_36648 new file mode 100644 index 0000000..6a9e906 --- /dev/null +++ b/build/log/idf_py_stdout_output_36648 @@ -0,0 +1,621 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a068h ( 41064) map +I (89) esp_image: segment 1: paddr=0001a090 vaddr=40800000 size=05f88h ( 24456) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16300h ( 90880) map +I (113) esp_image: segment 3: paddr=00036328 vaddr=40805f88 size=0619ch ( 24988) load +I (119) esp_image: segment 4: paddr=0003c4cc vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: b7c1938a0... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5780) RX_TASK: Read 256 bytes: '������������?��cl����' +I (5780) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 86 8c |............?...| +I (5780) RX_TASK: 0x40813270 63 6c ff ff ff ff 00 00 00 4f af c1 ff ff ff ff |cl.......O......| +I (5790) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 86 8c 63 6c ff ff ff |.......?...cl...| +I (5800) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (5810) RX_TASK: 0x408132a0 50 4f 43 6b ea c1 ff ff ff ff ff ff ff ff ff ff |POCk............| +I (5810) RX_TASK: 0x408132b0 c0 ff 3f 01 86 8c 63 6c ff ff ff ff 00 00 00 4f |..?...cl.......O| +I (5820) RX_TASK: 0x408132c0 af c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (5830) RX_TASK: 0x408132d0 86 8c 63 6c ff ff ff ff 00 ff 00 82 24 00 53 79 |..cl........$.Sy| +I (5840) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 6b ea c1 ff ff ff |mbian EPOCk.....| +I (5850) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 86 8c 63 6c ff |.........?...cl.| +I (5860) RX_TASK: 0x40813300 ff ff ff 00 00 00 4f af c1 ff ff ff ff ff ff ff |......O.........| +I (5870) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 86 8c 63 6c ff ff ff ff 00 |.....?...cl.....| +I (5880) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (5890) RX_TASK: 0x40813330 43 6b ea c1 ff ff ff ff ff ff ff ff ff ff c0 ff |Ck..............| +I (5890) RX_TASK: 0x40813340 3f 01 86 8c 63 6c ff ff ff ff 00 00 00 4f af c1 |?...cl.......O..| +I (5900) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 86 8c |............?...| +I (5910) RX_TASK: Starting to Parse: 256 +I (5910) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5920) RX_TASK: Address: 0xFF +I (5920) RX_TASK: Command bit: 1 +I (5930) RX_TASK: Control: 0x3F +I (5930) RX_TASK: Control: P-XID +I (5930) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (5940) RX_TASK: CRC Check: VALID + +I (5940) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (5950) RX_TASK:  +ASCII: +...cl....... + +I (5950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (5960) PXID_TASK: Source Address: 0x868C636C +I (5960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5970) PXID_TASK: Discovery Flag: 0x00 +I (5970) PXID_TASK: Slot Number: 0x00 +I (5980) PXID_TASK: Version Number: 0x00 + + + +I (5980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6000) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6020) PXID REPLY: Wrote 22 bytes +I (6020) PXID REPLY: Sent reply packet +I (6030) RX_TASK: Send Success +I (6030) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (6030) RX_TASK: Address: 0xFF +I (6040) RX_TASK: Command bit: 1 +I (6040) RX_TASK: Control: 0x3F +I (6040) RX_TASK: Control: P-XID +I (6050) RX_TASK: CRC: 0x6BEA +irda_crc - FCS_Payload: FF 3F 01 86 +I (6050) RX_TASK: CRC Check: VALID + +I (6060) RX_TASK: Payload (27 bytes): +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6070) RX_TASK:  +ASCII: +...cl........$.Symbian EPOC + +I (6070) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6080) PXID_TASK: Source Address: 0x868C636C +I (6090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6090) PXID_TASK: Discovery Flag: 0x00 +I (6100) PXID_TASK: Slot Number: 0xFF +I (6100) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6130) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6150) PXID REPLY: Wrote 22 bytes +I (6150) PXID REPLY: Sent reply packet +I (6160) RX_TASK: Send Success +I (6160) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (6160) RX_TASK: Address: 0xFF +I (6170) RX_TASK: Command bit: 1 +I (6170) RX_TASK: Control: 0x3F +I (6170) RX_TASK: Control: P-XID +I (6180) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (6180) RX_TASK: CRC Check: VALID + +I (6190) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6190) RX_TASK:  +ASCII: +...cl....... + +I (6200) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6200) PXID_TASK: Source Address: 0x868C636C +I (6210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6210) PXID_TASK: Discovery Flag: 0x00 +I (6220) PXID_TASK: Slot Number: 0x00 +I (6220) PXID_TASK: Version Number: 0x00 + + + +I (6220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6260) PXID REPLY: Wrote 22 bytes +I (6270) PXID REPLY: Sent reply packet +I (6270) RX_TASK: Send Success +I (6270) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (6280) RX_TASK: Address: 0xFF +I (6280) RX_TASK: Command bit: 1 +I (6280) RX_TASK: Control: 0x3F +I (6290) RX_TASK: Control: P-XID +I (6290) RX_TASK: CRC: 0x6BEA +irda_crc - FCS_Payload: FF 3F 01 86 +I (6300) RX_TASK: CRC Check: VALID + +I (6300) RX_TASK: Payload (27 bytes): +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6310) RX_TASK:  +ASCII: +...cl........$.Symbian EPOC + +I (6320) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6330) PXID_TASK: Source Address: 0x868C636C +I (6330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6340) PXID_TASK: Discovery Flag: 0x00 +I (6340) PXID_TASK: Slot Number: 0xFF +I (6340) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6370) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6390) PXID REPLY: Wrote 22 bytes +I (6400) PXID REPLY: Sent reply packet +I (6400) RX_TASK: Send Success +I (6400) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (6410) RX_TASK: Address: 0xFF +I (6410) RX_TASK: Command bit: 1 +I (6410) RX_TASK: Control: 0x3F +I (6420) RX_TASK: Control: P-XID +I (6420) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (6430) RX_TASK: CRC Check: VALID + +I (6430) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6440) RX_TASK:  +ASCII: +...cl....... + +I (6440) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6450) PXID_TASK: Source Address: 0x868C636C +I (6450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6460) PXID_TASK: Discovery Flag: 0x00 +I (6460) PXID_TASK: Slot Number: 0x00 +I (6460) PXID_TASK: Version Number: 0x00 + + + +I (6470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6490) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6510) PXID REPLY: Wrote 22 bytes +I (6510) PXID REPLY: Sent reply packet +I (6510) RX_TASK: Send Success +I (6520) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (6520) RX_TASK: Address: 0xFF +I (6530) RX_TASK: Command bit: 1 +I (6530) RX_TASK: Control: 0x3F +I (6530) RX_TASK: Control: P-XID +I (6530) RX_TASK: CRC: 0x6BEA +irda_crc - FCS_Payload: FF 3F 01 86 +I (6540) RX_TASK: CRC Check: VALID + +I (6540) RX_TASK: Payload (27 bytes): +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6560) RX_TASK:  +ASCII: +...cl........$.Symbian EPOC + +I (6560) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6570) PXID_TASK: Source Address: 0x868C636C +I (6580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6580) PXID_TASK: Discovery Flag: 0x00 +I (6580) PXID_TASK: Slot Number: 0xFF +I (6590) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6640) PXID REPLY: Wrote 22 bytes +I (6640) PXID REPLY: Sent reply packet +I (6640) RX_TASK: Send Success +I (6650) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (6650) RX_TASK: Address: 0xFF +I (6660) RX_TASK: Command bit: 1 +I (6660) RX_TASK: Control: 0x3F +I (6660) RX_TASK: Control: P-XID +I (6660) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (6670) RX_TASK: CRC Check: VALID + +I (6670) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6680) RX_TASK:  +ASCII: +...cl....... + +I (6680) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6690) PXID_TASK: Source Address: 0x868C636C +I (6700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6700) PXID_TASK: Discovery Flag: 0x00 +I (6700) PXID_TASK: Slot Number: 0x00 +I (6710) PXID_TASK: Version Number: 0x00 + + + +I (6710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (6730) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (6740) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (6750) PXID REPLY: Wrote 22 bytes +I (6760) PXID REPLY: Sent reply packet +I (6760) RX_TASK: Send Success +I (6760) RX_TASK: Unterminated packet at offset 250 + +I (6770) RX_TASK: Read 256 bytes: 'cl����' +I (6770) RX_TASK: 0x40813260 63 6c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |cl........$.Symb| +I (6780) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 6b ea c1 ff ff ff ff ff |ian EPOCk.......| +I (6790) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 86 8c 63 6c ff ff ff |.......?...cl...| +I (6800) RX_TASK: 0x40813290 ff 00 00 00 4f af c1 ff ff ff ff ff ff ff ff ff |....O...........| +I (6810) RX_TASK: 0x408132a0 ff c0 ff 3f 01 86 8c 63 6c ff ff ff ff 00 ff 00 |...?...cl.......| +I (6810) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6b |.$.Symbian EPOCk| +I (6820) RX_TASK: 0x408132c0 ea c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6830) RX_TASK: 0x408132d0 86 8c 63 6c ff ff ff ff 00 00 00 4f af c1 ff ff |..cl.......O....| +I (6840) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 86 8c 63 6c |..........?...cl| +I (6850) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (6860) RX_TASK: 0x40813300 6e 20 45 50 4f 43 6b ea c1 ff ff ff ff ff ff ff |n EPOCk.........| +I (6870) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 86 8c 63 6c ff ff ff ff 00 |.....?...cl.....| +I (6880) RX_TASK: 0x40813320 00 00 4f af c1 ff ff ff ff ff ff ff ff ff ff c0 |..O.............| +I (6880) RX_TASK: 0x40813330 ff 3f 01 86 8c 63 6c ff ff ff ff 00 ff 00 82 24 |.?...cl........$| +I (6890) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 6b ea c1 |.Symbian EPOCk..| +I (6900) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 86 8c |............?...| +I (6910) RX_TASK: Starting to Parse: 256 +I (6910) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (6920) RX_TASK: Address: 0xFF +I (6920) RX_TASK: Command bit: 1 +I (6930) RX_TASK: Control: 0x3F +I (6930) RX_TASK: Control: P-XID +I (6930) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (6940) RX_TASK: CRC Check: VALID + +I (6940) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6950) RX_TASK:  +ASCII: +...cl....... + +I (6950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (6960) PXID_TASK: Source Address: 0x868C636C +I (6960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6970) PXID_TASK: Discovery Flag: 0x00 +I (6970) PXID_TASK: Slot Number: 0x00 +I (6980) PXID_TASK: Version Number: 0x00 + + + +I (6980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7000) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (7010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (7020) PXID REPLY: Wrote 22 bytes +I (7020) PXID REPLY: Sent reply packet +I (7030) RX_TASK: Send Success +I (7030) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (7030) RX_TASK: Address: 0xFF +I (7040) RX_TASK: Command bit: 1 +I (7040) RX_TASK: Control: 0x3F +I (7040) RX_TASK: Control: P-XID +I (7050) RX_TASK: CRC: 0x6BEA +irda_crc - FCS_Payload: FF 3F 01 86 +I (7050) RX_TASK: CRC Check: VALID + +I (7060) RX_TASK: Payload (27 bytes): +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7070) RX_TASK:  +ASCII: +...cl........$.Symbian EPOC + +I (7070) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7080) PXID_TASK: Source Address: 0x868C636C +I (7090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7090) PXID_TASK: Discovery Flag: 0x00 +I (7100) PXID_TASK: Slot Number: 0xFF +I (7100) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7130) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (7140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (7150) PXID REPLY: Wrote 22 bytes +I (7150) PXID REPLY: Sent reply packet +I (7160) RX_TASK: Send Success +I (7160) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (7160) RX_TASK: Address: 0xFF +I (7170) RX_TASK: Command bit: 1 +I (7170) RX_TASK: Control: 0x3F +I (7170) RX_TASK: Control: P-XID +I (7180) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (7180) RX_TASK: CRC Check: VALID + +I (7180) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (7190) RX_TASK:  +ASCII: +...cl....... + +I (7200) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (7200) PXID_TASK: Source Address: 0x868C636C +I (7210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7210) PXID_TASK: Discovery Flag: 0x00 +I (7220) PXID_TASK: Slot Number: 0x00 +I (7220) PXID_TASK: Version Number: 0x00 + + + +I (7220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (7250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (7260) PXID REPLY: Wrote 22 bytes +I (7270) PXID REPLY: Sent reply packet +I (7270) RX_TASK: Send Success +I (7270) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (7280) RX_TASK: Address: 0xFF +I (7280) RX_TASK: Command bit: 1 +I (7280) RX_TASK: Control: 0x3F +I (7290) RX_TASK: Control: P-XID +I (7290) RX_TASK: CRC: 0x6BEA +irda_crc - FCS_Payload: FF 3F 01 86 +I (7300) RX_TASK: CRC Check: VALID + +I (7300) RX_TASK: Payload (27 bytes): +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7310) RX_TASK:  +ASCII: +...cl........$.Symbian EPOC + +I (7320) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7330) PXID_TASK: Source Address: 0x868C636C +I (7330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7340) PXID_TASK: Discovery Flag: 0x00 +I (7340) PXID_TASK: Slot Number: 0xFF +I (7340) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7370) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (7380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (7390) PXID REPLY: Wrote 22 bytes +I (7400) PXID REPLY: Sent reply packet +I (7400) RX_TASK: Send Success +I (7400) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (7410) RX_TASK: Address: 0xFF +I (7410) RX_TASK: Command bit: 1 +I (7410) RX_TASK: Control: 0x3F +I (7420) RX_TASK: Control: P-XID +I (7420) RX_TASK: CRC: 0x4FAF +irda_crc - FCS_Payload: FF 3F 01 86 +I (7430) RX_TASK: CRC Check: VALID + +I (7430) RX_TASK: Payload (12 bytes): +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (7440) RX_TASK:  +ASCII: +...cl....... + +I (7440) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 86 8C 63 6C FF FF FF FF 00 00 00 +I (7450) PXID_TASK: Source Address: 0x868C636C +I (7450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7460) PXID_TASK: Discovery Flag: 0x00 +I (7460) PXID_TASK: Slot Number: 0x00 +I (7460) PXID_TASK: Version Number: 0x00 + + + +I (7470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7490) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (7500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (7510) PXID REPLY: Wrote 22 bytes +I (7510) PXID REPLY: Sent reply packet +I (7510) RX_TASK: Send Success +I (7520) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (7520) RX_TASK: Address: 0xFF +I (7530) RX_TASK: Command bit: 1 +I (7530) RX_TASK: Control: 0x3F +I (7530) RX_TASK: Control: P-XID +I (7530) RX_TASK: CRC: 0x6BEA +irda_crc - FCS_Payload: FF 3F 01 86 +I (7540) RX_TASK: CRC Check: VALID + +I (7540) RX_TASK: Payload (27 bytes): +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7550) RX_TASK:  +ASCII: +...cl........$.Symbian EPOC + +I (7560) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 86 8C 63 6C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7570) PXID_TASK: Source Address: 0x868C636C +I (7580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7580) PXID_TASK: Discovery Flag: 0x00 +I (7580) PXID_TASK: Slot Number: 0xFF +I (7590) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (7610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 6C 01 00 00 90 24 00 54 45 53 54 38 92 C1 +I (7630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 86 8C 63 +I (7640) PXID REPLY: Wrote 22 bytes +I (7640) PXID REPLY: Sent reply packet +I (7640) RX_TASK: Send Success +I (7650) RX_TASK: Unterminated packet at offset 250 + +I (8650) RX_TASK: Read 29 bytes: 'cl����' +I (8650) RX_TASK: 0x40813260 63 6c ff ff ff ff 00 00 00 4f af c1 ff ff ff ff |cl.......O......| +I (8650) RX_TASK: 0x40813270 ff ff ff ff ff ff c0 ff 3f 01 86 8c 63 |........?...c| +I (8660) RX_TASK: Starting to Parse: 29 +I (8660) RX_TASK: Unterminated packet at offset 22 + diff --git a/build/log/idf_py_stdout_output_36659 b/build/log/idf_py_stdout_output_36659 new file mode 100644 index 0000000..7c83914 --- /dev/null +++ b/build/log/idf_py_stdout_output_36659 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:88:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 88 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:138:9: warning: unused variable 'packet_count' [-Wunused-variable] + 138 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:270:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 270 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:398:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 398 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:467:13: warning: 'tx_task' defined but not used [-Wunused-function] + 467 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc80 bytes. Smallest app partition is 0x100000 bytes. 0xd2380 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_36784 b/build/log/idf_py_stdout_output_36784 new file mode 100644 index 0000000..fe9b342 --- /dev/null +++ b/build/log/idf_py_stdout_output_36784 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dc80 bytes. Smallest app partition is 0x100000 bytes. 0xd2380 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 505.4 kbit/s)... +Hash of data verified. +Compressed 187520 bytes to 95432... +Writing at 0x00010000... (16 %) +Writing at 0x0001aadc... (33 %) +Writing at 0x000215e0... (50 %) +Writing at 0x000288a0... (66 %) +Writing at 0x00030b0d... (83 %) +Writing at 0x000378a9... (100 %) +Wrote 187520 bytes (95432 compressed) at 0x00010000 in 1.6 seconds (effective 909.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36802 b/build/log/idf_py_stdout_output_36802 new file mode 100644 index 0000000..7c8fc2f --- /dev/null +++ b/build/log/idf_py_stdout_output_36802 @@ -0,0 +1,488 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a068h ( 41064) map +I (89) esp_image: segment 1: paddr=0001a090 vaddr=40800000 size=05f88h ( 24456) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16300h ( 90880) map +I (113) esp_image: segment 3: paddr=00036328 vaddr=40805f88 size=0619ch ( 24988) load +I (119) esp_image: segment 4: paddr=0003c4cc vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: c21ec72dd... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (2910) RX_TASK: Read 256 bytes: '������������?��� ����' +I (2910) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9d ed |............?...| +I (2910) RX_TASK: 0x40813270 a2 0d ff ff ff ff 00 00 00 0d 70 c1 ff ff ff ff |..........p.....| +I (2920) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 9d ed a2 0d ff ff |........?.......| +I (2930) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (2940) RX_TASK: 0x408132a0 45 50 4f 43 0f 6d c1 ff ff ff ff ff ff ff ff ff |EPOC.m..........| +I (2950) RX_TASK: 0x408132b0 ff c0 ff 3f 01 9d ed a2 0d ff ff ff ff 00 00 00 |...?............| +I (2960) RX_TASK: 0x408132c0 0d 70 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.p.............?| +I (2970) RX_TASK: 0x408132d0 01 9d ed a2 0d ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (2970) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 0f 6d c1 ff ff |ymbian EPOC.m...| +I (2980) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 9d ed a2 0d |..........?.....| +I (2990) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 0d 70 c1 ff ff ff ff ff ff |........p.......| +I (3000) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 9d ed a2 0d ff ff ff ff |......?.........| +I (3010) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (3020) RX_TASK: 0x40813330 4f 43 0f 6d c1 ff ff ff ff ff ff ff ff ff ff c0 |OC.m............| +I (3030) RX_TASK: 0x40813340 ff 3f 01 9d ed a2 0d ff ff ff ff 00 00 00 0d 70 |.?.............p| +I (3040) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9d |.............?..| +I (3040) RX_TASK: Starting to Parse: 256 +I (3050) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3050) RX_TASK: Address: 0xFF +I (3060) RX_TASK: Command bit: 1 +I (3060) RX_TASK: Control: 0x3F +I (3060) RX_TASK: Control: P-XID +I (3070) RX_TASK: CRC: 0x0D70 +irda_crc - FCS_Payload: FF 3F 01 9D +I (3070) RX_TASK: CRC Check: VALID + +I (3070) RX_TASK: Payload (12 bytes): +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3080) RX_TASK:  +ASCII: +............ + +I (3090) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3090) PXID_TASK: Source Address: 0x9DEDA20D +I (3100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3100) PXID_TASK: Discovery Flag: 0x00 +I (3110) PXID_TASK: Slot Number: 0x00 +I (3110) PXID_TASK: Version Number: 0x00 + + + +I (3110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3130) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3150) PXID REPLY: Wrote 22 bytes +I (3160) PXID REPLY: Sent reply packet +I (3160) RX_TASK: Send Success +I (3160) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3170) RX_TASK: Address: 0xFF +I (3170) RX_TASK: Command bit: 1 +I (3170) RX_TASK: Control: 0x3F +I (3180) RX_TASK: Control: P-XID +I (3180) RX_TASK: CRC: 0x0F6D +irda_crc - FCS_Payload: FF 3F 01 9D +I (3190) RX_TASK: CRC Check: VALID + +I (3190) RX_TASK: Payload (27 bytes): +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3200) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (3210) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3220) PXID_TASK: Source Address: 0x9DEDA20D +I (3220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3230) PXID_TASK: Discovery Flag: 0x00 +I (3230) PXID_TASK: Slot Number: 0xFF +I (3230) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3240) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3260) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3280) PXID REPLY: Wrote 22 bytes +I (3290) PXID REPLY: Sent reply packet +I (3290) RX_TASK: Send Success +I (3290) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (3300) RX_TASK: Address: 0xFF +I (3300) RX_TASK: Command bit: 1 +I (3300) RX_TASK: Control: 0x3F +I (3310) RX_TASK: Control: P-XID +I (3310) RX_TASK: CRC: 0x0D70 +irda_crc - FCS_Payload: FF 3F 01 9D +I (3320) RX_TASK: CRC Check: VALID + +I (3320) RX_TASK: Payload (12 bytes): +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3330) RX_TASK:  +ASCII: +............ + +I (3330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3340) PXID_TASK: Source Address: 0x9DEDA20D +I (3340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3350) PXID_TASK: Discovery Flag: 0x00 +I (3350) PXID_TASK: Slot Number: 0x00 +I (3350) PXID_TASK: Version Number: 0x00 + + + +I (3360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3370) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3390) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3400) PXID REPLY: Wrote 22 bytes +I (3400) PXID REPLY: Sent reply packet +I (3400) RX_TASK: Send Success +I (3410) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (3410) RX_TASK: Address: 0xFF +I (3420) RX_TASK: Command bit: 1 +I (3420) RX_TASK: Control: 0x3F +I (3420) RX_TASK: Control: P-XID +I (3420) RX_TASK: CRC: 0x0F6D +irda_crc - FCS_Payload: FF 3F 01 9D +I (3430) RX_TASK: CRC Check: VALID + +I (3430) RX_TASK: Payload (27 bytes): +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3440) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (3450) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3460) PXID_TASK: Source Address: 0x9DEDA20D +I (3470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3470) PXID_TASK: Discovery Flag: 0x00 +I (3470) PXID_TASK: Slot Number: 0xFF +I (3480) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3500) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3520) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3530) PXID REPLY: Wrote 22 bytes +I (3530) PXID REPLY: Sent reply packet +I (3530) RX_TASK: Send Success +I (3540) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (3540) RX_TASK: Address: 0xFF +I (3540) RX_TASK: Command bit: 1 +I (3550) RX_TASK: Control: 0x3F +I (3550) RX_TASK: Control: P-XID +I (3550) RX_TASK: CRC: 0x0D70 +irda_crc - FCS_Payload: FF 3F 01 9D +I (3560) RX_TASK: CRC Check: VALID + +I (3560) RX_TASK: Payload (12 bytes): +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3570) RX_TASK:  +ASCII: +............ + +I (3570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3580) PXID_TASK: Source Address: 0x9DEDA20D +I (3590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3590) PXID_TASK: Discovery Flag: 0x00 +I (3590) PXID_TASK: Slot Number: 0x00 +I (3600) PXID_TASK: Version Number: 0x00 + + + +I (3600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3620) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3640) PXID REPLY: Wrote 22 bytes +I (3640) PXID REPLY: Sent reply packet +I (3650) RX_TASK: Send Success +I (3650) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (3660) RX_TASK: Address: 0xFF +I (3660) RX_TASK: Command bit: 1 +I (3660) RX_TASK: Control: 0x3F +I (3670) RX_TASK: Control: P-XID +I (3670) RX_TASK: CRC: 0x0F6D +irda_crc - FCS_Payload: FF 3F 01 9D +I (3670) RX_TASK: CRC Check: VALID + +I (3680) RX_TASK: Payload (27 bytes): +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3690) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (3690) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3710) PXID_TASK: Source Address: 0x9DEDA20D +I (3710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3710) PXID_TASK: Discovery Flag: 0x00 +I (3720) PXID_TASK: Slot Number: 0xFF +I (3720) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3730) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3750) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3760) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3770) PXID REPLY: Wrote 22 bytes +I (3770) PXID REPLY: Sent reply packet +I (3780) RX_TASK: Send Success +I (3780) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (3790) RX_TASK: Address: 0xFF +I (3790) RX_TASK: Command bit: 1 +I (3790) RX_TASK: Control: 0x3F +I (3790) RX_TASK: Control: P-XID +I (3800) RX_TASK: CRC: 0x0D70 +irda_crc - FCS_Payload: FF 3F 01 9D +I (3800) RX_TASK: CRC Check: VALID + +I (3810) RX_TASK: Payload (12 bytes): +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3810) RX_TASK:  +ASCII: +............ + +I (3820) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (3830) PXID_TASK: Source Address: 0x9DEDA20D +I (3830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3830) PXID_TASK: Discovery Flag: 0x00 +I (3840) PXID_TASK: Slot Number: 0x00 +I (3840) PXID_TASK: Version Number: 0x00 + + + +I (3850) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (3860) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (3880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (3890) PXID REPLY: Wrote 22 bytes +I (3890) PXID REPLY: Sent reply packet +I (3890) RX_TASK: Send Success +I (3900) RX_TASK: Unterminated packet at offset 251 + +I (4900) RX_TASK: Read 153 bytes: '�� ����' +I (4900) RX_TASK: 0x40813260 ed a2 0d ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (4900) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 0f 6d c1 ff ff ff ff |bian EPOC.m.....| +I (4910) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 9d ed a2 0d ff ff |........?.......| +I (4910) RX_TASK: 0x40813290 ff ff 00 00 00 0d 70 c1 ff ff ff ff ff ff ff ff |......p.........| +I (4920) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 9d ed a2 0d ff ff ff ff 00 ff |....?...........| +I (4930) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (4940) RX_TASK: 0x408132c0 0f 6d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.m.............?| +I (4950) RX_TASK: 0x408132d0 01 9d ed a2 0d ff ff ff ff 00 00 00 0d 70 c1 ff |.............p..| +I (4960) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 9d ed a2 |...........?....| +I (4970) RX_TASK: 0x408132f0 0d ff ff ff ff 00 ff 00 82 |.........| +I (4980) RX_TASK: Starting to Parse: 153 +I (4980) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (4980) RX_TASK: Address: 0xFF +I (4990) RX_TASK: Command bit: 1 +I (4990) RX_TASK: Control: 0x3F +I (4990) RX_TASK: Control: P-XID +I (5000) RX_TASK: CRC: 0x0D70 +irda_crc - FCS_Payload: FF 3F 01 9D +I (5000) RX_TASK: CRC Check: VALID + +I (5010) RX_TASK: Payload (12 bytes): +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (5010) RX_TASK:  +ASCII: +............ + +I (5020) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (5020) PXID_TASK: Source Address: 0x9DEDA20D +I (5030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5030) PXID_TASK: Discovery Flag: 0x00 +I (5040) PXID_TASK: Slot Number: 0x00 +I (5040) PXID_TASK: Version Number: 0x00 + + + +I (5040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5060) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (5070) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (5080) PXID REPLY: Wrote 22 bytes +I (5090) PXID REPLY: Sent reply packet +I (5090) RX_TASK: Send Success +I (5090) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (5100) RX_TASK: Address: 0xFF +I (5100) RX_TASK: Command bit: 1 +I (5100) RX_TASK: Control: 0x3F +I (5110) RX_TASK: Control: P-XID +I (5110) RX_TASK: CRC: 0x0F6D +irda_crc - FCS_Payload: FF 3F 01 9D +I (5120) RX_TASK: CRC Check: VALID + +I (5120) RX_TASK: Payload (27 bytes): +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5130) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (5140) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 9D ED A2 0D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5150) PXID_TASK: Source Address: 0x9DEDA20D +I (5150) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5160) PXID_TASK: Discovery Flag: 0x00 +I (5160) PXID_TASK: Slot Number: 0xFF +I (5160) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5170) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5190) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (5200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (5210) PXID REPLY: Wrote 22 bytes +I (5220) PXID REPLY: Sent reply packet +I (5220) RX_TASK: Send Success +I (5220) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (5230) RX_TASK: Address: 0xFF +I (5230) RX_TASK: Command bit: 1 +I (5230) RX_TASK: Control: 0x3F +I (5240) RX_TASK: Control: P-XID +I (5240) RX_TASK: CRC: 0x0D70 +irda_crc - FCS_Payload: FF 3F 01 9D +I (5250) RX_TASK: CRC Check: VALID + +I (5250) RX_TASK: Payload (12 bytes): +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (5260) RX_TASK:  +ASCII: +............ + +I (5260) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 9D ED A2 0D FF FF FF FF 00 00 00 +I (5270) PXID_TASK: Source Address: 0x9DEDA20D +I (5270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5280) PXID_TASK: Discovery Flag: 0x00 +I (5280) PXID_TASK: Slot Number: 0x00 +I (5280) PXID_TASK: Version Number: 0x00 + + + +I (5290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS_Payload: FE BF 01 FE +I (5310) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 0D 01 00 00 90 24 00 54 45 53 54 57 AD C1 +I (5320) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 9D ED A2 +I (5330) PXID REPLY: Wrote 22 bytes +I (5330) PXID REPLY: Sent reply packet +I (5330) RX_TASK: Send Success +I (5340) RX_TASK: Unterminated packet at offset 137 + diff --git a/build/log/idf_py_stdout_output_36811 b/build/log/idf_py_stdout_output_36811 new file mode 100644 index 0000000..5f5b496 --- /dev/null +++ b/build/log/idf_py_stdout_output_36811 @@ -0,0 +1,84 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:89:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 89 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:139:9: warning: unused variable 'packet_count' [-Wunused-variable] + 139 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:271:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 271 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:399:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 399 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:468:13: warning: 'tx_task' defined but not used [-Wunused-function] + 468 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dca0 bytes. Smallest app partition is 0x100000 bytes. 0xd2360 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 508.4 kbit/s)... +Hash of data verified. +Compressed 187552 bytes to 95433... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae6... (33 %) +Writing at 0x000215f1... (50 %) +Writing at 0x000288b4... (66 %) +Writing at 0x00030b2a... (83 %) +Writing at 0x000378ca... (100 %) +Wrote 187552 bytes (95433 compressed) at 0x00010000 in 1.6 seconds (effective 911.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 409.8 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_36943 b/build/log/idf_py_stdout_output_36943 new file mode 100644 index 0000000..546f81d --- /dev/null +++ b/build/log/idf_py_stdout_output_36943 @@ -0,0 +1,608 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a080h ( 41088) map +I (89) esp_image: segment 1: paddr=0001a0a8 vaddr=40800000 size=05f70h ( 24432) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16310h ( 90896) map +I (113) esp_image: segment 3: paddr=00036338 vaddr=40805f70 size=061b4h ( 25012) load +I (119) esp_image: segment 4: paddr=0003c4f4 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 7a09ba9a9... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5950) RX_TASK: Read 256 bytes: '������������?&�&����' +I (5950) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 26 ef |............?.&.| +I (5950) RX_TASK: 0x40813270 ac 26 ff ff ff ff 00 00 00 c7 a1 c1 ff ff ff ff |.&..............| +I (5960) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 26 ef ac 26 ff ff |........?.&..&..| +I (5970) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5980) RX_TASK: 0x408132a0 45 50 4f 43 62 65 c1 ff ff ff ff ff ff ff ff ff |EPOCbe..........| +I (5990) RX_TASK: 0x408132b0 ff c0 ff 3f 01 26 ef ac 26 ff ff ff ff 00 00 00 |...?.&..&.......| +I (6000) RX_TASK: 0x408132c0 c7 a1 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6000) RX_TASK: 0x408132d0 01 26 ef ac 26 ff ff ff ff 00 ff 00 82 24 00 53 |.&..&........$.S| +I (6010) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 62 65 c1 ff ff |ymbian EPOCbe...| +I (6020) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 26 ef ac 26 |..........?.&..&| +I (6030) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 c7 a1 c1 ff ff ff ff ff ff |................| +I (6040) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 26 ef ac 26 ff ff ff ff |......?.&..&....| +I (6050) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6060) RX_TASK: 0x40813330 4f 43 62 65 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCbe............| +I (6070) RX_TASK: 0x40813340 ff 3f 01 26 ef ac 26 ff ff ff ff 00 00 00 c7 a1 |.?.&..&.........| +I (6070) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 26 |.............?.&| +I (6080) RX_TASK: Starting to Parse: 256 +I (6090) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6090) RX_TASK: Address: 0xFF +I (6100) RX_TASK: Command bit: 1 +I (6100) RX_TASK: Control: 0x3F +I (6100) RX_TASK: Control: P-XID +I (6100) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6110) RX_TASK: CRC Check: VALID + +I (6120) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6120) RX_TASK:  +ASCII: +.&..&....... + +I (6130) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6130) PXID_TASK: Source Address: 0x26EFAC26 +I (6140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6140) PXID_TASK: Discovery Flag: 0x00 +I (6150) PXID_TASK: Slot Number: 0x00 +I (6150) PXID_TASK: Version Number: 0x00 + + + +I (6150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6180) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6190) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6200) PXID REPLY: Wrote 22 bytes +I (6200) PXID REPLY: Sent reply packet +I (6210) RX_TASK: Send Success +I (6210) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6210) RX_TASK: Address: 0xFF +I (6220) RX_TASK: Command bit: 1 +I (6220) RX_TASK: Control: 0x3F +I (6220) RX_TASK: Control: P-XID +I (6220) RX_TASK: CRC: 0x6265 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6230) RX_TASK: CRC Check: VALID + +I (6240) RX_TASK: Payload (27 bytes): +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6250) RX_TASK:  +ASCII: +.&..&........$.Symbian EPOC + +I (6250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6260) PXID_TASK: Source Address: 0x26EFAC26 +I (6270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6270) PXID_TASK: Discovery Flag: 0x00 +I (6280) PXID_TASK: Slot Number: 0xFF +I (6280) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6310) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6320) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6330) PXID REPLY: Wrote 22 bytes +I (6340) PXID REPLY: Sent reply packet +I (6340) RX_TASK: Send Success +I (6340) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (6350) RX_TASK: Address: 0xFF +I (6350) RX_TASK: Command bit: 1 +I (6350) RX_TASK: Control: 0x3F +I (6360) RX_TASK: Control: P-XID +I (6360) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6370) RX_TASK: CRC Check: VALID + +I (6370) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6380) RX_TASK:  +ASCII: +.&..&....... + +I (6380) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6390) PXID_TASK: Source Address: 0x26EFAC26 +I (6390) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6400) PXID_TASK: Discovery Flag: 0x00 +I (6400) PXID_TASK: Slot Number: 0x00 +I (6410) PXID_TASK: Version Number: 0x00 + + + +I (6410) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6430) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6460) PXID REPLY: Wrote 22 bytes +I (6460) PXID REPLY: Sent reply packet +I (6460) RX_TASK: Send Success +I (6460) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (6470) RX_TASK: Address: 0xFF +I (6470) RX_TASK: Command bit: 1 +I (6480) RX_TASK: Control: 0x3F +I (6480) RX_TASK: Control: P-XID +I (6480) RX_TASK: CRC: 0x6265 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6490) RX_TASK: CRC Check: VALID + +I (6490) RX_TASK: Payload (27 bytes): +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6500) RX_TASK:  +ASCII: +.&..&........$.Symbian EPOC + +I (6510) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6520) PXID_TASK: Source Address: 0x26EFAC26 +I (6530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6530) PXID_TASK: Discovery Flag: 0x00 +I (6530) PXID_TASK: Slot Number: 0xFF +I (6540) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6550) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6570) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6590) PXID REPLY: Wrote 22 bytes +I (6590) PXID REPLY: Sent reply packet +I (6600) RX_TASK: Send Success +I (6600) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (6610) RX_TASK: Address: 0xFF +I (6610) RX_TASK: Command bit: 1 +I (6610) RX_TASK: Control: 0x3F +I (6610) RX_TASK: Control: P-XID +I (6620) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6630) RX_TASK: CRC Check: VALID + +I (6630) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6640) RX_TASK:  +ASCII: +.&..&....... + +I (6640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6650) PXID_TASK: Source Address: 0x26EFAC26 +I (6650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6660) PXID_TASK: Discovery Flag: 0x00 +I (6660) PXID_TASK: Slot Number: 0x00 +I (6660) PXID_TASK: Version Number: 0x00 + + + +I (6670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6690) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6700) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6710) PXID REPLY: Wrote 22 bytes +I (6710) PXID REPLY: Sent reply packet +I (6720) RX_TASK: Send Success +I (6720) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (6730) RX_TASK: Address: 0xFF +I (6730) RX_TASK: Command bit: 1 +I (6730) RX_TASK: Control: 0x3F +I (6740) RX_TASK: Control: P-XID +I (6740) RX_TASK: CRC: 0x6265 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6750) RX_TASK: CRC Check: VALID + +I (6750) RX_TASK: Payload (27 bytes): +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6760) RX_TASK:  +ASCII: +.&..&........$.Symbian EPOC + +I (6770) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6780) PXID_TASK: Source Address: 0x26EFAC26 +I (6780) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6790) PXID_TASK: Discovery Flag: 0x00 +I (6790) PXID_TASK: Slot Number: 0xFF +I (6790) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6800) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6820) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6850) PXID REPLY: Wrote 22 bytes +I (6850) PXID REPLY: Sent reply packet +I (6850) RX_TASK: Send Success +I (6860) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (6860) RX_TASK: Address: 0xFF +I (6870) RX_TASK: Command bit: 1 +I (6870) RX_TASK: Control: 0x3F +I (6870) RX_TASK: Control: P-XID +I (6870) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (6880) RX_TASK: CRC Check: VALID + +I (6890) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6890) RX_TASK:  +ASCII: +.&..&....... + +I (6900) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (6900) PXID_TASK: Source Address: 0x26EFAC26 +I (6910) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6910) PXID_TASK: Discovery Flag: 0x00 +I (6920) PXID_TASK: Slot Number: 0x00 +I (6920) PXID_TASK: Version Number: 0x00 + + + +I (6920) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (6950) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (6960) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (6970) PXID REPLY: Wrote 22 bytes +I (6970) PXID REPLY: Sent reply packet +I (6970) RX_TASK: Send Success +I (6980) RX_TASK: Unterminated packet at offset 251 + +I (7980) RX_TASK: Read 215 bytes: '�&����' +I (7980) RX_TASK: 0x40813260 ef ac 26 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..&........$.Sym| +I (7980) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 62 65 c1 ff ff ff ff |bian EPOCbe.....| +I (7990) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 26 ef ac 26 ff ff |........?.&..&..| +I (7990) RX_TASK: 0x40813290 ff ff 00 00 00 c7 a1 c1 ff ff ff ff ff ff ff ff |................| +I (8000) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 26 ef ac 26 ff ff ff ff 00 ff |....?.&..&......| +I (8010) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (8020) RX_TASK: 0x408132c0 62 65 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |be.............?| +I (8030) RX_TASK: 0x408132d0 01 26 ef ac 26 ff ff ff ff 00 00 00 c7 a1 c1 ff |.&..&...........| +I (8040) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 26 ef ac |...........?.&..| +I (8050) RX_TASK: 0x408132f0 26 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |&........$.Symbi| +I (8060) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 62 65 c1 ff ff ff ff ff ff |an EPOCbe.......| +I (8060) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 26 ef ac 26 ff ff ff ff |......?.&..&....| +I (8070) RX_TASK: 0x40813320 00 00 00 c7 a1 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (8080) RX_TASK: 0x40813330 c0 ff 3f 01 26 ef ac |..?.&..| +I (8090) RX_TASK: Starting to Parse: 215 +I (8090) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (8100) RX_TASK: Address: 0xFF +I (8100) RX_TASK: Command bit: 1 +I (8100) RX_TASK: Control: 0x3F +I (8110) RX_TASK: Control: P-XID +I (8110) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (8120) RX_TASK: CRC Check: VALID + +I (8120) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (8130) RX_TASK:  +ASCII: +.&..&....... + +I (8130) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (8140) PXID_TASK: Source Address: 0x26EFAC26 +I (8140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8150) PXID_TASK: Discovery Flag: 0x00 +I (8150) PXID_TASK: Slot Number: 0x00 +I (8160) PXID_TASK: Version Number: 0x00 + + + +I (8160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (8180) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (8200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (8210) PXID REPLY: Wrote 22 bytes +I (8210) PXID REPLY: Sent reply packet +I (8210) RX_TASK: Send Success +I (8210) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (8220) RX_TASK: Address: 0xFF +I (8220) RX_TASK: Command bit: 1 +I (8230) RX_TASK: Control: 0x3F +I (8230) RX_TASK: Control: P-XID +I (8230) RX_TASK: CRC: 0x6265 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 26 +I (8240) RX_TASK: CRC Check: VALID + +I (8240) RX_TASK: Payload (27 bytes): +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8250) RX_TASK:  +ASCII: +.&..&........$.Symbian EPOC + +I (8260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8270) PXID_TASK: Source Address: 0x26EFAC26 +I (8280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8280) PXID_TASK: Discovery Flag: 0x00 +I (8280) PXID_TASK: Slot Number: 0xFF +I (8290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (8320) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (8330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (8340) PXID REPLY: Wrote 22 bytes +I (8340) PXID REPLY: Sent reply packet +I (8350) RX_TASK: Send Success +I (8350) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (8360) RX_TASK: Address: 0xFF +I (8360) RX_TASK: Command bit: 1 +I (8360) RX_TASK: Control: 0x3F +I (8360) RX_TASK: Control: P-XID +I (8370) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (8380) RX_TASK: CRC Check: VALID + +I (8380) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (8390) RX_TASK:  +ASCII: +.&..&....... + +I (8390) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (8400) PXID_TASK: Source Address: 0x26EFAC26 +I (8400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8410) PXID_TASK: Discovery Flag: 0x00 +I (8410) PXID_TASK: Slot Number: 0x00 +I (8410) PXID_TASK: Version Number: 0x00 + + + +I (8420) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (8440) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (8450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (8460) PXID REPLY: Wrote 22 bytes +I (8460) PXID REPLY: Sent reply packet +I (8470) RX_TASK: Send Success +I (8470) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (8480) RX_TASK: Address: 0xFF +I (8480) RX_TASK: Command bit: 1 +I (8480) RX_TASK: Control: 0x3F +I (8490) RX_TASK: Control: P-XID +I (8490) RX_TASK: CRC: 0x6265 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 26 +I (8500) RX_TASK: CRC Check: VALID + +I (8500) RX_TASK: Payload (27 bytes): +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8510) RX_TASK:  +ASCII: +.&..&........$.Symbian EPOC + +I (8520) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 26 EF AC 26 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8530) PXID_TASK: Source Address: 0x26EFAC26 +I (8530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8540) PXID_TASK: Discovery Flag: 0x00 +I (8540) PXID_TASK: Slot Number: 0xFF +I (8540) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8550) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (8570) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (8590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (8600) PXID REPLY: Wrote 22 bytes +I (8600) PXID REPLY: Sent reply packet +I (8600) RX_TASK: Send Success +I (8610) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (8610) RX_TASK: Address: 0xFF +I (8620) RX_TASK: Command bit: 1 +I (8620) RX_TASK: Control: 0x3F +I (8620) RX_TASK: Control: P-XID +I (8620) RX_TASK: CRC: 0xC7A1 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 26 +I (8630) RX_TASK: CRC Check: VALID + +I (8640) RX_TASK: Payload (12 bytes): +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (8640) RX_TASK:  +ASCII: +.&..&....... + +I (8650) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 26 EF AC 26 FF FF FF FF 00 00 00 +I (8650) PXID_TASK: Source Address: 0x26EFAC26 +I (8660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8660) PXID_TASK: Discovery Flag: 0x00 +I (8670) PXID_TASK: Slot Number: 0x00 +I (8670) PXID_TASK: Version Number: 0x00 + + + +I (8670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE +I (8700) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC 26 01 00 00 90 24 00 54 45 53 54 68 B0 C1 +I (8710) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 26 EF AC +I (8720) PXID REPLY: Wrote 22 bytes +I (8720) PXID REPLY: Sent reply packet +I (8720) RX_TASK: Send Success +I (8730) RX_TASK: Unterminated packet at offset 208 + diff --git a/build/log/idf_py_stdout_output_36951 b/build/log/idf_py_stdout_output_36951 new file mode 100644 index 0000000..ca2edd2 --- /dev/null +++ b/build/log/idf_py_stdout_output_36951 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:90:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 90 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:140:9: warning: unused variable 'packet_count' [-Wunused-variable] + 140 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:272:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 272 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:400:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 400 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:469:13: warning: 'tx_task' defined but not used [-Wunused-function] + 469 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dca0 bytes. Smallest app partition is 0x100000 bytes. 0xd2360 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_37077 b/build/log/idf_py_stdout_output_37077 new file mode 100644 index 0000000..adbceb5 --- /dev/null +++ b/build/log/idf_py_stdout_output_37077 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dca0 bytes. Smallest app partition is 0x100000 bytes. 0xd2360 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 512.7 kbit/s)... +Hash of data verified. +Compressed 187552 bytes to 95434... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae6... (33 %) +Writing at 0x000215f1... (50 %) +Writing at 0x000288b0... (66 %) +Writing at 0x00030b25... (83 %) +Writing at 0x000378c5... (100 %) +Wrote 187552 bytes (95434 compressed) at 0x00010000 in 1.7 seconds (effective 905.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_37095 b/build/log/idf_py_stdout_output_37095 new file mode 100644 index 0000000..fd58e06 --- /dev/null +++ b/build/log/idf_py_stdout_output_37095 @@ -0,0 +1,652 @@ +(255) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a080h ( 41088) map +I (89) esp_image: segment 1: paddr=0001a0a8 vaddr=40800000 size=05f70h ( 24432) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1630ch ( 90892) map +I (113) esp_image: segment 3: paddr=00036334 vaddr=40805f70 size=061b4h ( 25012) load +I (119) esp_image: segment 4: paddr=0003c4f0 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 8dc65950d... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (23050) RX_TASK: Read 256 bytes: '������������?�m�4����' +I (23050) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a3 6d |............?..m| +I (23050) RX_TASK: 0x40813270 db 34 ff ff ff ff 00 00 00 9b 95 c1 ff ff ff ff |.4..............| +I (23060) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 a3 6d db 34 ff ff |........?..m.4..| +I (23070) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (23080) RX_TASK: 0x408132a0 45 50 4f 43 2e a5 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (23090) RX_TASK: 0x408132b0 ff c0 ff 3f 01 a3 6d db 34 ff ff ff ff 00 00 00 |...?..m.4.......| +I (23100) RX_TASK: 0x408132c0 9b 95 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (23100) RX_TASK: 0x408132d0 01 a3 6d db 34 ff ff ff ff 00 ff 00 82 24 00 53 |..m.4........$.S| +I (23110) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 2e a5 c1 ff ff |ymbian EPOC.....| +I (23120) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 a3 6d db 34 |..........?..m.4| +I (23130) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 9b 95 c1 ff ff ff ff ff ff |................| +I (23140) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 a3 6d db 34 ff ff ff ff 00 |.....?..m.4.....| +I (23150) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (23160) RX_TASK: 0x40813330 43 2e a5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (23170) RX_TASK: 0x40813340 3f 01 a3 6d db 34 ff ff ff ff 00 00 00 9b 95 c1 |?..m.4..........| +I (23170) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a3 6d |............?..m| +I (23180) RX_TASK: Starting to Parse: 256 +I (23190) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (23190) RX_TASK: Address: 0xFF +I (23200) RX_TASK: Command bit: 1 +I (23200) RX_TASK: Control: 0x3F +I (23200) RX_TASK: Control: P-XID +I (23200) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (23220) RX_TASK: CRC Check: VALID + +I (23220) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (23230) RX_TASK:  +ASCII: +..m.4....... + +I (23230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (23240) PXID_TASK: Source Address: 0xA36DDB34 +I (23240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (23250) PXID_TASK: Discovery Flag: 0x00 +I (23250) PXID_TASK: Slot Number: 0x00 +I (23250) PXID_TASK: Version Number: 0x00 + + + +I (23260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (23290) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (23300) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (23310) PXID REPLY: Wrote 22 bytes +I (23320) PXID REPLY: Sent reply packet +I (23320) RX_TASK: Send Success +I (23320) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (23330) RX_TASK: Address: 0xFF +I (23330) RX_TASK: Command bit: 1 +I (23330) RX_TASK: Control: 0x3F +I (23340) RX_TASK: Control: P-XID +I (23340) RX_TASK: CRC: 0x2EA5 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2E A5 +I (23360) RX_TASK: CRC Check: VALID + +I (23360) RX_TASK: Payload (27 bytes): +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (23370) RX_TASK:  +ASCII: +..m.4........$.Symbian EPOC + +I (23380) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (23390) PXID_TASK: Source Address: 0xA36DDB34 +I (23390) PXID_TASK: Destination Address: 0xFFFFFFFF +I (23400) PXID_TASK: Discovery Flag: 0x00 +I (23400) PXID_TASK: Slot Number: 0xFF +I (23400) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (23410) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (23440) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (23460) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (23470) PXID REPLY: Wrote 22 bytes +I (23470) PXID REPLY: Sent reply packet +I (23470) RX_TASK: Send Success +I (23480) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (23480) RX_TASK: Address: 0xFF +I (23490) RX_TASK: Command bit: 1 +I (23490) RX_TASK: Control: 0x3F +I (23490) RX_TASK: Control: P-XID +I (23490) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (23510) RX_TASK: CRC Check: VALID + +I (23510) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (23520) RX_TASK:  +ASCII: +..m.4....... + +I (23520) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (23530) PXID_TASK: Source Address: 0xA36DDB34 +I (23530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (23540) PXID_TASK: Discovery Flag: 0x00 +I (23540) PXID_TASK: Slot Number: 0x00 +I (23540) PXID_TASK: Version Number: 0x00 + + + +I (23550) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (23580) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (23590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (23600) PXID REPLY: Wrote 22 bytes +I (23610) PXID REPLY: Sent reply packet +I (23610) RX_TASK: Send Success +I (23610) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (23620) RX_TASK: Address: 0xFF +I (23620) RX_TASK: Command bit: 1 +I (23620) RX_TASK: Control: 0x3F +I (23630) RX_TASK: Control: P-XID +I (23630) RX_TASK: CRC: 0x2EA5 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2E A5 +I (23650) RX_TASK: CRC Check: VALID + +I (23650) RX_TASK: Payload (27 bytes): +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (23660) RX_TASK:  +ASCII: +..m.4........$.Symbian EPOC + +I (23660) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (23680) PXID_TASK: Source Address: 0xA36DDB34 +I (23680) PXID_TASK: Destination Address: 0xFFFFFFFF +I (23690) PXID_TASK: Discovery Flag: 0x00 +I (23690) PXID_TASK: Slot Number: 0xFF +I (23690) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (23700) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (23730) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (23750) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (23760) PXID REPLY: Wrote 22 bytes +I (23760) PXID REPLY: Sent reply packet +I (23760) RX_TASK: Send Success +I (23770) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (23770) RX_TASK: Address: 0xFF +I (23780) RX_TASK: Command bit: 1 +I (23780) RX_TASK: Control: 0x3F +I (23780) RX_TASK: Control: P-XID +I (23780) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (23800) RX_TASK: CRC Check: VALID + +I (23800) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (23810) RX_TASK:  +ASCII: +..m.4....... + +I (23810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (23820) PXID_TASK: Source Address: 0xA36DDB34 +I (23820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (23830) PXID_TASK: Discovery Flag: 0x00 +I (23830) PXID_TASK: Slot Number: 0x00 +I (23830) PXID_TASK: Version Number: 0x00 + + + +I (23840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (23870) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (23880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (23890) PXID REPLY: Wrote 22 bytes +I (23900) PXID REPLY: Sent reply packet +I (23900) RX_TASK: Send Success +I (23900) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (23910) RX_TASK: Address: 0xFF +I (23910) RX_TASK: Command bit: 1 +I (23910) RX_TASK: Control: 0x3F +I (23920) RX_TASK: Control: P-XID +I (23920) RX_TASK: CRC: 0x2EA5 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2E A5 +I (23940) RX_TASK: CRC Check: VALID + +I (23940) RX_TASK: Payload (27 bytes): +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (23950) RX_TASK:  +ASCII: +..m.4........$.Symbian EPOC + +I (23950) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (23970) PXID_TASK: Source Address: 0xA36DDB34 +I (23970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (23980) PXID_TASK: Discovery Flag: 0x00 +I (23980) PXID_TASK: Slot Number: 0xFF +I (23980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (23990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (24020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (24040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (24050) PXID REPLY: Wrote 22 bytes +I (24050) PXID REPLY: Sent reply packet +I (24050) RX_TASK: Send Success +I (24060) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (24060) RX_TASK: Address: 0xFF +I (24060) RX_TASK: Command bit: 1 +I (24070) RX_TASK: Control: 0x3F +I (24070) RX_TASK: Control: P-XID +I (24070) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (24090) RX_TASK: CRC Check: VALID + +I (24090) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (24100) RX_TASK:  +ASCII: +..m.4....... + +I (24100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (24110) PXID_TASK: Source Address: 0xA36DDB34 +I (24110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (24120) PXID_TASK: Discovery Flag: 0x00 +I (24120) PXID_TASK: Slot Number: 0x00 +I (24120) PXID_TASK: Version Number: 0x00 + + + +I (24130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (24160) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (24170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (24180) PXID REPLY: Wrote 22 bytes +I (24190) PXID REPLY: Sent reply packet +I (24190) RX_TASK: Send Success +I (24190) RX_TASK: Unterminated packet at offset 250 + +I (25200) RX_TASK: Read 239 bytes: '�4����' +I (25200) RX_TASK: 0x40813260 db 34 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.4........$.Symb| +I (25200) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 2e a5 c1 ff ff ff ff ff |ian EPOC........| +I (25210) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 a3 6d db 34 ff ff ff |.......?..m.4...| +I (25210) RX_TASK: 0x40813290 ff 00 00 00 9b 95 c1 ff ff ff ff ff ff ff ff ff |................| +I (25220) RX_TASK: 0x408132a0 ff c0 ff 3f 01 a3 6d db 34 ff ff ff ff 00 ff 00 |...?..m.4.......| +I (25230) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 2e |.$.Symbian EPOC.| +I (25240) RX_TASK: 0x408132c0 a5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (25250) RX_TASK: 0x408132d0 a3 6d db 34 ff ff ff ff 00 00 00 9b 95 c1 ff ff |.m.4............| +I (25260) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 a3 6d db 34 ff |.........?..m.4.| +I (25270) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (25280) RX_TASK: 0x40813300 20 45 50 4f 43 2e a5 c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (25290) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 a3 6d db 34 ff ff ff ff 00 00 |....?..m.4......| +I (25290) RX_TASK: 0x40813320 00 9b 95 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (25300) RX_TASK: 0x40813330 3f 01 a3 6d db 34 ff ff ff ff 00 ff 00 82 24 00 |?..m.4........$.| +I (25310) RX_TASK: 0x40813340 53 79 6d 62 69 61 6e 20 45 50 4f 43 2e a5 c1 |Symbian EPOC...| +I (25320) RX_TASK: Starting to Parse: 239 +I (25320) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (25330) RX_TASK: Address: 0xFF +I (25330) RX_TASK: Command bit: 1 +I (25340) RX_TASK: Control: 0x3F +I (25340) RX_TASK: Control: P-XID +I (25340) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (25350) RX_TASK: CRC Check: VALID + +I (25360) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (25360) RX_TASK:  +ASCII: +..m.4....... + +I (25370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (25380) PXID_TASK: Source Address: 0xA36DDB34 +I (25380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (25380) PXID_TASK: Discovery Flag: 0x00 +I (25390) PXID_TASK: Slot Number: 0x00 +I (25390) PXID_TASK: Version Number: 0x00 + + + +I (25400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (25430) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (25440) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (25450) PXID REPLY: Wrote 22 bytes +I (25450) PXID REPLY: Sent reply packet +I (25460) RX_TASK: Send Success +I (25460) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (25470) RX_TASK: Address: 0xFF +I (25470) RX_TASK: Command bit: 1 +I (25470) RX_TASK: Control: 0x3F +I (25470) RX_TASK: Control: P-XID +I (25480) RX_TASK: CRC: 0x2EA5 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2E A5 +I (25490) RX_TASK: CRC Check: VALID + +I (25500) RX_TASK: Payload (27 bytes): +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (25510) RX_TASK:  +ASCII: +..m.4........$.Symbian EPOC + +I (25510) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (25520) PXID_TASK: Source Address: 0xA36DDB34 +I (25530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (25530) PXID_TASK: Discovery Flag: 0x00 +I (25540) PXID_TASK: Slot Number: 0xFF +I (25540) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (25550) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (25580) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (25590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (25600) PXID REPLY: Wrote 22 bytes +I (25610) PXID REPLY: Sent reply packet +I (25610) RX_TASK: Send Success +I (25610) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (25620) RX_TASK: Address: 0xFF +I (25620) RX_TASK: Command bit: 1 +I (25630) RX_TASK: Control: 0x3F +I (25630) RX_TASK: Control: P-XID +I (25630) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (25640) RX_TASK: CRC Check: VALID + +I (25650) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (25650) RX_TASK:  +ASCII: +..m.4....... + +I (25660) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (25670) PXID_TASK: Source Address: 0xA36DDB34 +I (25670) PXID_TASK: Destination Address: 0xFFFFFFFF +I (25670) PXID_TASK: Discovery Flag: 0x00 +I (25680) PXID_TASK: Slot Number: 0x00 +I (25680) PXID_TASK: Version Number: 0x00 + + + +I (25690) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (25720) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (25730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (25740) PXID REPLY: Wrote 22 bytes +I (25740) PXID REPLY: Sent reply packet +I (25750) RX_TASK: Send Success +I (25750) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (25760) RX_TASK: Address: 0xFF +I (25760) RX_TASK: Command bit: 1 +I (25760) RX_TASK: Control: 0x3F +I (25760) RX_TASK: Control: P-XID +I (25770) RX_TASK: CRC: 0x2EA5 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2E A5 +I (25780) RX_TASK: CRC Check: VALID + +I (25790) RX_TASK: Payload (27 bytes): +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (25800) RX_TASK:  +ASCII: +..m.4........$.Symbian EPOC + +I (25800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (25810) PXID_TASK: Source Address: 0xA36DDB34 +I (25820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (25820) PXID_TASK: Discovery Flag: 0x00 +I (25830) PXID_TASK: Slot Number: 0xFF +I (25830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (25840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (25870) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (25880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (25890) PXID REPLY: Wrote 22 bytes +I (25900) PXID REPLY: Sent reply packet +I (25900) RX_TASK: Send Success +I (25900) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (25910) RX_TASK: Address: 0xFF +I (25910) RX_TASK: Command bit: 1 +I (25920) RX_TASK: Control: 0x3F +I (25920) RX_TASK: Control: P-XID +I (25920) RX_TASK: CRC: 0x9B95 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 00 00 9B 95 +I (25930) RX_TASK: CRC Check: VALID + +I (25940) RX_TASK: Payload (12 bytes): +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (25940) RX_TASK:  +ASCII: +..m.4....... + +I (25950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A3 6D DB 34 FF FF FF FF 00 00 00 +I (25950) PXID_TASK: Source Address: 0xA36DDB34 +I (25960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (25960) PXID_TASK: Discovery Flag: 0x00 +I (25970) PXID_TASK: Slot Number: 0x00 +I (25970) PXID_TASK: Version Number: 0x00 + + + +I (25980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (26010) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (26020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (26030) PXID REPLY: Wrote 22 bytes +I (26030) PXID REPLY: Sent reply packet +I (26040) RX_TASK: Send Success +I (26040) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (26040) RX_TASK: Address: 0xFF +I (26050) RX_TASK: Command bit: 1 +I (26050) RX_TASK: Control: 0x3F +I (26050) RX_TASK: Control: P-XID +I (26060) RX_TASK: CRC: 0x2EA5 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2E A5 +I (26070) RX_TASK: CRC Check: VALID + +I (26080) RX_TASK: Payload (27 bytes): +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (26090) RX_TASK:  +ASCII: +..m.4........$.Symbian EPOC + +I (26090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A3 6D DB 34 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (26100) PXID_TASK: Source Address: 0xA36DDB34 +I (26110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (26110) PXID_TASK: Discovery Flag: 0x00 +I (26120) PXID_TASK: Slot Number: 0xFF +I (26120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (26130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F +I (26160) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB 34 01 00 00 90 24 00 54 45 53 54 9F 2E C1 +I (26170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A3 6D DB +I (26180) PXID REPLY: Wrote 22 bytes +I (26190) PXID REPLY: Sent reply packet +I (26190) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_37106 b/build/log/idf_py_stdout_output_37106 new file mode 100644 index 0000000..11411f8 --- /dev/null +++ b/build/log/idf_py_stdout_output_37106 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:91:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 91 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:141:9: warning: unused variable 'packet_count' [-Wunused-variable] + 141 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:273:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 273 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:401:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 401 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:470:13: warning: 'tx_task' defined but not used [-Wunused-function] + 470 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dcd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2330 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_37232 b/build/log/idf_py_stdout_output_37232 new file mode 100644 index 0000000..b51b629 --- /dev/null +++ b/build/log/idf_py_stdout_output_37232 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dcd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2330 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 511.6 kbit/s)... +Hash of data verified. +Compressed 187600 bytes to 95439... +Writing at 0x00010000... (16 %) +Writing at 0x0001aadc... (33 %) +Writing at 0x0002160b... (50 %) +Writing at 0x000288ce... (66 %) +Writing at 0x00030b4f... (83 %) +Writing at 0x000378e4... (100 %) +Wrote 187600 bytes (95439 compressed) at 0x00010000 in 1.7 seconds (effective 908.3 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 410.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_37250 b/build/log/idf_py_stdout_output_37250 new file mode 100644 index 0000000..3986fc2 --- /dev/null +++ b/build/log/idf_py_stdout_output_37250 @@ -0,0 +1,701 @@ +in() +I (239) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a094h ( 41108) map +I (89) esp_image: segment 1: paddr=0001a0bc vaddr=40800000 size=05f5ch ( 24412) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16320h ( 90912) map +I (113) esp_image: segment 3: paddr=00036348 vaddr=40805f5c size=061c8h ( 25032) load +I (119) esp_image: segment 4: paddr=0003c518 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: b9de79a09... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (1790) RX_TASK: Read 256 bytes: '������������?C��d����' +I (1790) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 43 98 |............?.C.| +I (1790) RX_TASK: 0x40813270 8e 64 ff ff ff ff 00 00 00 b8 6c c1 ff ff ff ff |.d........l.....| +I (1800) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 43 98 8e 64 ff ff |........?.C..d..| +I (1810) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (1820) RX_TASK: 0x408132a0 45 50 4f 43 d9 17 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (1830) RX_TASK: 0x408132b0 ff c0 ff 3f 01 43 98 8e 64 ff ff ff ff 00 00 00 |...?.C..d.......| +I (1830) RX_TASK: 0x408132c0 b8 6c c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.l.............?| +I (1840) RX_TASK: 0x408132d0 01 43 98 8e 64 ff ff ff ff 00 ff 00 82 24 00 53 |.C..d........$.S| +I (1850) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 d9 17 c1 ff ff |ymbian EPOC.....| +I (1860) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 43 98 8e 64 |..........?.C..d| +I (1870) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 b8 6c c1 ff ff ff ff ff ff |........l.......| +I (1880) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 43 98 8e 64 ff ff ff ff |......?.C..d....| +I (1890) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (1900) RX_TASK: 0x40813330 4f 43 d9 17 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (1900) RX_TASK: 0x40813340 ff 3f 01 43 98 8e 64 ff ff ff ff 00 00 00 b8 6c |.?.C..d........l| +I (1910) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 43 |.............?.C| +I (1920) RX_TASK: Starting to Parse: 256 +I (1930) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (1930) RX_TASK: Address: 0xFF +I (1930) RX_TASK: Command bit: 1 +I (1940) RX_TASK: Control: 0x3F +I (1940) RX_TASK: Control: P-XID +I (1940) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (1960) RX_TASK: CRC Check: VALID + +I (1960) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (1970) RX_TASK:  +ASCII: +.C..d....... + +I (1970) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (1980) PXID_TASK: Source Address: 0x43988E64 +I (1980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (1990) PXID_TASK: Discovery Flag: 0x00 +I (1990) PXID_TASK: Slot Number: 0x00 +I (1990) PXID_TASK: Version Number: 0x00 + + + +I (2000) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2030) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2050) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2060) PXID REPLY: Wrote 22 bytes +I (2060) PXID REPLY: Sent reply packet +I (2060) RX_TASK: Send Success +I (2070) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (2070) RX_TASK: Address: 0xFF +I (2070) RX_TASK: Command bit: 1 +I (2080) RX_TASK: Control: 0x3F +I (2080) RX_TASK: Control: P-XID +I (2080) RX_TASK: CRC: 0xD917 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D9 17 +irda_crc - FCS: 61624 +I (2100) RX_TASK: CRC Check: VALID + +I (2100) RX_TASK: Payload (27 bytes): +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2110) RX_TASK:  +ASCII: +.C..d........$.Symbian EPOC + +I (2120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2130) PXID_TASK: Source Address: 0x43988E64 +I (2130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2140) PXID_TASK: Discovery Flag: 0x00 +I (2140) PXID_TASK: Slot Number: 0xFF +I (2150) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (2160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2190) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2210) PXID REPLY: Wrote 22 bytes +I (2220) PXID REPLY: Sent reply packet +I (2220) RX_TASK: Send Success +I (2220) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (2230) RX_TASK: Address: 0xFF +I (2230) RX_TASK: Command bit: 1 +I (2230) RX_TASK: Control: 0x3F +I (2240) RX_TASK: Control: P-XID +I (2240) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (2250) RX_TASK: CRC Check: VALID + +I (2260) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (2260) RX_TASK:  +ASCII: +.C..d....... + +I (2270) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (2280) PXID_TASK: Source Address: 0x43988E64 +I (2280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2280) PXID_TASK: Discovery Flag: 0x00 +I (2290) PXID_TASK: Slot Number: 0x00 +I (2290) PXID_TASK: Version Number: 0x00 + + + +I (2300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2330) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2340) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2350) PXID REPLY: Wrote 22 bytes +I (2360) PXID REPLY: Sent reply packet +I (2360) RX_TASK: Send Success +I (2360) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (2370) RX_TASK: Address: 0xFF +I (2370) RX_TASK: Command bit: 1 +I (2370) RX_TASK: Control: 0x3F +I (2380) RX_TASK: Control: P-XID +I (2380) RX_TASK: CRC: 0xD917 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D9 17 +irda_crc - FCS: 61624 +I (2400) RX_TASK: CRC Check: VALID + +I (2400) RX_TASK: Payload (27 bytes): +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2410) RX_TASK:  +ASCII: +.C..d........$.Symbian EPOC + +I (2420) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2430) PXID_TASK: Source Address: 0x43988E64 +I (2430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2440) PXID_TASK: Discovery Flag: 0x00 +I (2440) PXID_TASK: Slot Number: 0xFF +I (2440) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (2450) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2490) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2510) PXID REPLY: Wrote 22 bytes +I (2510) PXID REPLY: Sent reply packet +I (2520) RX_TASK: Send Success +I (2520) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (2530) RX_TASK: Address: 0xFF +I (2530) RX_TASK: Command bit: 1 +I (2530) RX_TASK: Control: 0x3F +I (2540) RX_TASK: Control: P-XID +I (2540) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (2550) RX_TASK: CRC Check: VALID + +I (2550) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (2560) RX_TASK:  +ASCII: +.C..d....... + +I (2570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (2570) PXID_TASK: Source Address: 0x43988E64 +I (2580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2580) PXID_TASK: Discovery Flag: 0x00 +I (2590) PXID_TASK: Slot Number: 0x00 +I (2590) PXID_TASK: Version Number: 0x00 + + + +I (2590) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2630) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2640) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2650) PXID REPLY: Wrote 22 bytes +I (2650) PXID REPLY: Sent reply packet +I (2660) RX_TASK: Send Success +I (2660) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (2670) RX_TASK: Address: 0xFF +I (2670) RX_TASK: Command bit: 1 +I (2670) RX_TASK: Control: 0x3F +I (2670) RX_TASK: Control: P-XID +I (2680) RX_TASK: CRC: 0xD917 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D9 17 +irda_crc - FCS: 61624 +I (2700) RX_TASK: CRC Check: VALID + +I (2700) RX_TASK: Payload (27 bytes): +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2710) RX_TASK:  +ASCII: +.C..d........$.Symbian EPOC + +I (2710) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2730) PXID_TASK: Source Address: 0x43988E64 +I (2730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2740) PXID_TASK: Discovery Flag: 0x00 +I (2740) PXID_TASK: Slot Number: 0xFF +I (2740) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (2750) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2790) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2800) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2810) PXID REPLY: Wrote 22 bytes +I (2810) PXID REPLY: Sent reply packet +I (2820) RX_TASK: Send Success +I (2820) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (2820) RX_TASK: Address: 0xFF +I (2830) RX_TASK: Command bit: 1 +I (2830) RX_TASK: Control: 0x3F +I (2830) RX_TASK: Control: P-XID +I (2840) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (2850) RX_TASK: CRC Check: VALID + +I (2850) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (2860) RX_TASK:  +ASCII: +.C..d....... + +I (2860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (2870) PXID_TASK: Source Address: 0x43988E64 +I (2880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2880) PXID_TASK: Discovery Flag: 0x00 +I (2880) PXID_TASK: Slot Number: 0x00 +I (2890) PXID_TASK: Version Number: 0x00 + + + +I (2890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (2930) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (2940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (2950) PXID REPLY: Wrote 22 bytes +I (2950) PXID REPLY: Sent reply packet +I (2960) RX_TASK: Send Success +I (2960) RX_TASK: Unterminated packet at offset 251 + +I (2960) RX_TASK: Read 256 bytes: '��d����' +I (2970) RX_TASK: 0x40813260 98 8e 64 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..d........$.Sym| +I (2980) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 d9 17 c1 ff ff ff ff |bian EPOC.......| +I (2980) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 43 98 8e 64 ff ff |........?.C..d..| +I (2990) RX_TASK: 0x40813290 ff ff 00 00 00 b8 6c c1 ff ff ff ff ff ff ff ff |......l.........| +I (3000) RX_TASK: 0x408132a0 ff c0 ff 3f 01 43 98 8e 64 ff ff ff ff 00 ff 00 |...?.C..d.......| +I (3010) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d9 |.$.Symbian EPOC.| +I (3020) RX_TASK: 0x408132c0 17 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (3030) RX_TASK: 0x408132d0 43 98 8e 64 ff ff ff ff 00 00 00 b8 6c c1 ff ff |C..d........l...| +I (3040) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 43 98 8e 64 |..........?.C..d| +I (3050) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (3060) RX_TASK: 0x40813300 6e 20 45 50 4f 43 d9 17 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (3060) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 43 98 8e 64 ff ff ff ff 00 |.....?.C..d.....| +I (3070) RX_TASK: 0x40813320 00 00 b8 6c c1 ff ff ff ff ff ff ff ff ff ff c0 |...l............| +I (3080) RX_TASK: 0x40813330 ff 3f 01 43 98 8e 64 ff ff ff ff 00 ff 00 82 24 |.?.C..d........$| +I (3090) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d9 17 c1 |.Symbian EPOC...| +I (3100) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 43 98 8e |...........?.C..| +I (3110) RX_TASK: Starting to Parse: 256 +I (3110) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (3120) RX_TASK: Address: 0xFF +I (3120) RX_TASK: Command bit: 1 +I (3120) RX_TASK: Control: 0x3F +I (3130) RX_TASK: Control: P-XID +I (3130) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (3140) RX_TASK: CRC Check: VALID + +I (3140) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (3150) RX_TASK:  +ASCII: +.C..d....... + +I (3160) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (3160) PXID_TASK: Source Address: 0x43988E64 +I (3170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3170) PXID_TASK: Discovery Flag: 0x00 +I (3180) PXID_TASK: Slot Number: 0x00 +I (3180) PXID_TASK: Version Number: 0x00 + + + +I (3180) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (3220) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (3230) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (3240) PXID REPLY: Wrote 22 bytes +I (3240) PXID REPLY: Sent reply packet +I (3250) RX_TASK: Send Success +I (3250) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (3260) RX_TASK: Address: 0xFF +I (3260) RX_TASK: Command bit: 1 +I (3260) RX_TASK: Control: 0x3F +I (3260) RX_TASK: Control: P-XID +I (3270) RX_TASK: CRC: 0xD917 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D9 17 +irda_crc - FCS: 61624 +I (3290) RX_TASK: CRC Check: VALID + +I (3290) RX_TASK: Payload (27 bytes): +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3300) RX_TASK:  +ASCII: +.C..d........$.Symbian EPOC + +I (3300) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3320) PXID_TASK: Source Address: 0x43988E64 +I (3320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3330) PXID_TASK: Discovery Flag: 0x00 +I (3330) PXID_TASK: Slot Number: 0xFF +I (3330) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3340) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (3380) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (3390) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (3400) PXID REPLY: Wrote 22 bytes +I (3400) PXID REPLY: Sent reply packet +I (3410) RX_TASK: Send Success +I (3410) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (3410) RX_TASK: Address: 0xFF +I (3420) RX_TASK: Command bit: 1 +I (3420) RX_TASK: Control: 0x3F +I (3420) RX_TASK: Control: P-XID +I (3430) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (3440) RX_TASK: CRC Check: VALID + +I (3440) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (3450) RX_TASK:  +ASCII: +.C..d....... + +I (3450) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (3460) PXID_TASK: Source Address: 0x43988E64 +I (3470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3470) PXID_TASK: Discovery Flag: 0x00 +I (3470) PXID_TASK: Slot Number: 0x00 +I (3480) PXID_TASK: Version Number: 0x00 + + + +I (3480) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (3520) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (3530) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (3540) PXID REPLY: Wrote 22 bytes +I (3540) PXID REPLY: Sent reply packet +I (3550) RX_TASK: Send Success +I (3550) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (3550) RX_TASK: Address: 0xFF +I (3560) RX_TASK: Command bit: 1 +I (3560) RX_TASK: Control: 0x3F +I (3560) RX_TASK: Control: P-XID +I (3570) RX_TASK: CRC: 0xD917 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D9 17 +irda_crc - FCS: 61624 +I (3580) RX_TASK: CRC Check: VALID + +I (3590) RX_TASK: Payload (27 bytes): +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3600) RX_TASK:  +ASCII: +.C..d........$.Symbian EPOC + +I (3600) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3610) PXID_TASK: Source Address: 0x43988E64 +I (3620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3620) PXID_TASK: Discovery Flag: 0x00 +I (3630) PXID_TASK: Slot Number: 0xFF +I (3630) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3640) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (3670) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (3690) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (3700) PXID REPLY: Wrote 22 bytes +I (3700) PXID REPLY: Sent reply packet +I (3700) RX_TASK: Send Success +I (3710) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (3710) RX_TASK: Address: 0xFF +I (3720) RX_TASK: Command bit: 1 +I (3720) RX_TASK: Control: 0x3F +I (3720) RX_TASK: Control: P-XID +I (3720) RX_TASK: CRC: 0xB86C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 00 00 B8 6C +irda_crc - FCS: 61624 +I (3740) RX_TASK: CRC Check: VALID + +I (3740) RX_TASK: Payload (12 bytes): +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (3750) RX_TASK:  +ASCII: +.C..d....... + +I (3750) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 43 98 8E 64 FF FF FF FF 00 00 00 +I (3760) PXID_TASK: Source Address: 0x43988E64 +I (3760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3770) PXID_TASK: Discovery Flag: 0x00 +I (3770) PXID_TASK: Slot Number: 0x00 +I (3770) PXID_TASK: Version Number: 0x00 + + + +I (3780) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (3810) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (3830) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (3840) PXID REPLY: Wrote 22 bytes +I (3840) PXID REPLY: Sent reply packet +I (3840) RX_TASK: Send Success +I (3850) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (3850) RX_TASK: Address: 0xFF +I (3850) RX_TASK: Command bit: 1 +I (3860) RX_TASK: Control: 0x3F +I (3860) RX_TASK: Control: P-XID +I (3860) RX_TASK: CRC: 0xD917 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D9 17 +irda_crc - FCS: 61624 +I (3880) RX_TASK: CRC Check: VALID + +I (3880) RX_TASK: Payload (27 bytes): +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3890) RX_TASK:  +ASCII: +.C..d........$.Symbian EPOC + +I (3900) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 43 98 8E 64 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3910) PXID_TASK: Source Address: 0x43988E64 +I (3920) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3920) PXID_TASK: Discovery Flag: 0x00 +I (3920) PXID_TASK: Slot Number: 0xFF +I (3930) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3940) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS: 10141 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 +irda_crc - FCS: 5518 +I (3970) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E 64 01 00 00 90 24 00 54 45 53 54 D8 63 C1 +I (3990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 43 98 8E +I (4000) PXID REPLY: Wrote 22 bytes +I (4000) PXID REPLY: Sent reply packet +I (4000) RX_TASK: Send Success +I (4000) RX_TASK: Unterminated packet at offset 249 + +I (5010) RX_TASK: Read 28 bytes: 'd����' +I (5010) RX_TASK: 0x40813260 64 ff ff ff ff 00 00 00 b8 6c c1 ff ff ff ff ff |d........l......| +I (5010) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 43 98 8e |.......?.C..| +I (5010) RX_TASK: Starting to Parse: 28 +I (5020) RX_TASK: Unterminated packet at offset 21 + diff --git a/build/log/idf_py_stdout_output_37260 b/build/log/idf_py_stdout_output_37260 new file mode 100644 index 0000000..053f12b --- /dev/null +++ b/build/log/idf_py_stdout_output_37260 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:274:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 274 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 402 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:471:13: warning: 'tx_task' defined but not used [-Wunused-function] + 471 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_37386 b/build/log/idf_py_stdout_output_37386 new file mode 100644 index 0000000..4fc6f08 --- /dev/null +++ b/build/log/idf_py_stdout_output_37386 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 498.2 kbit/s)... +Hash of data verified. +Compressed 187616 bytes to 95465... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad6... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b39... (83 %) +Writing at 0x000378d1... (100 %) +Wrote 187616 bytes (95465 compressed) at 0x00010000 in 1.7 seconds (effective 907.5 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 409.8 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_37404 b/build/log/idf_py_stdout_output_37404 new file mode 100644 index 0000000..dfcb0fa --- /dev/null +++ b/build/log/idf_py_stdout_output_37404 @@ -0,0 +1,698 @@ + from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16338h ( 90936) map +I (113) esp_image: segment 3: paddr=00036360 vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c528 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 781238c51... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3460) RX_TASK: Read 256 bytes: '������������?!~}]����' +I (3470) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 15 21 |............?..!| +I (3470) RX_TASK: 0x40813270 7e 7d 5d ff ff ff ff 00 00 00 f2 61 c1 ff ff ff |~}]........a....| +I (3480) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 15 21 7e 7d 5d ff |........?..!~}].| +I (3490) RX_TASK: 0x40813290 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (3490) RX_TASK: 0x408132a0 20 45 50 4f 43 7d 5d 2f c1 ff ff ff ff ff ff ff | EPOC}]/........| +I (3500) RX_TASK: 0x408132b0 ff ff ff c0 ff 3f 01 15 21 7e 7d 5d ff ff ff ff |.....?..!~}]....| +I (3510) RX_TASK: 0x408132c0 00 00 00 f2 61 c1 ff ff ff ff ff ff ff ff ff ff |....a...........| +I (3520) RX_TASK: 0x408132d0 c0 ff 3f 01 15 21 7e 7d 5d ff ff ff ff 00 ff 00 |..?..!~}].......| +I (3530) RX_TASK: 0x408132e0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 7d |.$.Symbian EPOC}| +I (3540) RX_TASK: 0x408132f0 5d 2f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |]/.............?| +I (3550) RX_TASK: 0x40813300 01 15 21 7e 7d 5d ff ff ff ff 00 00 00 f2 61 c1 |..!~}]........a.| +I (3560) RX_TASK: 0x40813310 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 15 21 |............?..!| +I (3560) RX_TASK: 0x40813320 7e 7d 5d ff ff ff ff 00 ff 00 82 24 00 53 79 6d |~}]........$.Sym| +I (3570) RX_TASK: 0x40813330 62 69 61 6e 20 45 50 4f 43 7d 5d 2f c1 ff ff ff |bian EPOC}]/....| +I (3580) RX_TASK: 0x40813340 ff ff ff ff ff ff ff c0 ff 3f 01 15 21 7e 7d 5d |.........?..!~}]| +I (3590) RX_TASK: 0x40813350 ff ff ff ff 00 00 00 f2 61 c1 ff ff ff ff ff ff |........a.......| +I (3600) RX_TASK: Starting to Parse: 256 +I (3600) RX_TASK:  +=== Packet 1 (offset 10, length 19) === + +I (3610) RX_TASK: Address: 0xFF +I (3610) RX_TASK: Command bit: 1 +I (3610) RX_TASK: Control: 0x3F +I (3620) RX_TASK: Control: P-XID +I (3620) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (3630) irda_crc: CRC: 0xEA22 +I (3630) RX_TASK: CRC Check: INVALID + +I (3640) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (3650) RX_TASK:  +ASCII: +..!~}]....... + +I (3650) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (3660) PXID_TASK: Source Address: 0x15217E7D +I (3660) PXID_TASK: Destination Address: 0x5DFFFFFF +I (3670) PXID_TASK: Discovery Flag: 0xFF +I (3670) PXID_TASK: Slot Number: 0x00 +I (3670) PXID_TASK: Version Number: 0x00 +00 +. + +I (3680) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (3700) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (3710) irda_crc: CRC: 0xB149 +I (3710) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (3730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (3740) PXID REPLY: Wrote 22 bytes +I (3740) PXID REPLY: Sent reply packet +I (3740) RX_TASK: Send Success +I (3750) RX_TASK:  +=== Packet 2 (offset 38, length 35) === + +I (3750) RX_TASK: Address: 0xFF +I (3760) RX_TASK: Command bit: 1 +I (3760) RX_TASK: Control: 0x3F +I (3760) RX_TASK: Control: P-XID +I (3760) RX_TASK: CRC: 0x5D2F +irda_crc - FCS len: 33 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D 5D 2F +I (3780) irda_crc: CRC: 0x8118 +I (3780) RX_TASK: CRC Check: INVALID + +I (3790) RX_TASK: Payload (29 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (3800) RX_TASK:  +ASCII: +..!~}]........$.Symbian EPOC} + +I (3800) PXID_TASK: Parsing P-XID Packet: 29 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (3820) PXID_TASK: Source Address: 0x15217E7D +I (3820) PXID_TASK: Destination Address: 0x5DFFFFFF +I (3820) PXID_TASK: Discovery Flag: 0xFF +I (3830) PXID_TASK: Slot Number: 0x00 +I (3830) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +7D +..$.Symbian EPOC} + +I (3840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (3860) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (3880) irda_crc: CRC: 0xB149 +I (3880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (3890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (3900) PXID REPLY: Wrote 22 bytes +I (3900) PXID REPLY: Sent reply packet +I (3910) RX_TASK: Send Success +I (3910) RX_TASK:  +=== Packet 3 (offset 83, length 19) === + +I (3920) RX_TASK: Address: 0xFF +I (3920) RX_TASK: Command bit: 1 +I (3920) RX_TASK: Control: 0x3F +I (3930) RX_TASK: Control: P-XID +I (3930) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (3940) irda_crc: CRC: 0xEA22 +I (3940) RX_TASK: CRC Check: INVALID + +I (3950) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (3950) RX_TASK:  +ASCII: +..!~}]....... + +I (3960) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (3970) PXID_TASK: Source Address: 0x15217E7D +I (3970) PXID_TASK: Destination Address: 0x5DFFFFFF +I (3970) PXID_TASK: Discovery Flag: 0xFF +I (3980) PXID_TASK: Slot Number: 0x00 +I (3980) PXID_TASK: Version Number: 0x00 +00 +. + +I (3990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (4010) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (4020) irda_crc: CRC: 0xB149 +I (4020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (4040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (4050) PXID REPLY: Wrote 22 bytes +I (4050) PXID REPLY: Sent reply packet +I (4050) RX_TASK: Send Success +I (4060) RX_TASK:  +=== Packet 4 (offset 112, length 35) === + +I (4060) RX_TASK: Address: 0xFF +I (4060) RX_TASK: Command bit: 1 +I (4070) RX_TASK: Control: 0x3F +I (4070) RX_TASK: Control: P-XID +I (4070) RX_TASK: CRC: 0x5D2F +irda_crc - FCS len: 33 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D 5D 2F +I (4090) irda_crc: CRC: 0x8118 +I (4090) RX_TASK: CRC Check: INVALID + +I (4090) RX_TASK: Payload (29 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (4110) RX_TASK:  +ASCII: +..!~}]........$.Symbian EPOC} + +I (4110) PXID_TASK: Parsing P-XID Packet: 29 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (4120) PXID_TASK: Source Address: 0x15217E7D +I (4130) PXID_TASK: Destination Address: 0x5DFFFFFF +I (4130) PXID_TASK: Discovery Flag: 0xFF +I (4140) PXID_TASK: Slot Number: 0x00 +I (4140) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +7D +..$.Symbian EPOC} + +I (4150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (4170) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (4180) irda_crc: CRC: 0xB149 +I (4190) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (4200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (4210) PXID REPLY: Wrote 22 bytes +I (4210) PXID REPLY: Sent reply packet +I (4220) RX_TASK: Send Success +I (4220) RX_TASK:  +=== Packet 5 (offset 157, length 19) === + +I (4230) RX_TASK: Address: 0xFF +I (4230) RX_TASK: Command bit: 1 +I (4230) RX_TASK: Control: 0x3F +I (4230) RX_TASK: Control: P-XID +I (4240) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (4250) irda_crc: CRC: 0xEA22 +I (4250) RX_TASK: CRC Check: INVALID + +I (4250) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (4260) RX_TASK:  +ASCII: +..!~}]....... + +I (4270) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (4270) PXID_TASK: Source Address: 0x15217E7D +I (4280) PXID_TASK: Destination Address: 0x5DFFFFFF +I (4280) PXID_TASK: Discovery Flag: 0xFF +I (4290) PXID_TASK: Slot Number: 0x00 +I (4290) PXID_TASK: Version Number: 0x00 +00 +. + +I (4290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (4320) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (4330) irda_crc: CRC: 0xB149 +I (4330) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (4350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (4350) PXID REPLY: Wrote 22 bytes +I (4360) PXID REPLY: Sent reply packet +I (4360) RX_TASK: Send Success +I (4360) RX_TASK:  +=== Packet 6 (offset 186, length 35) === + +I (4370) RX_TASK: Address: 0xFF +I (4370) RX_TASK: Command bit: 1 +I (4380) RX_TASK: Control: 0x3F +I (4380) RX_TASK: Control: P-XID +I (4380) RX_TASK: CRC: 0x5D2F +irda_crc - FCS len: 33 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D 5D 2F +I (4400) irda_crc: CRC: 0x8118 +I (4400) RX_TASK: CRC Check: INVALID + +I (4400) RX_TASK: Payload (29 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (4410) RX_TASK:  +ASCII: +..!~}]........$.Symbian EPOC} + +I (4420) PXID_TASK: Parsing P-XID Packet: 29 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (4430) PXID_TASK: Source Address: 0x15217E7D +I (4440) PXID_TASK: Destination Address: 0x5DFFFFFF +I (4440) PXID_TASK: Discovery Flag: 0xFF +I (4440) PXID_TASK: Slot Number: 0x00 +I (4450) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +7D +..$.Symbian EPOC} + +I (4460) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (4480) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (4490) irda_crc: CRC: 0xB149 +I (4500) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (4510) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (4520) PXID REPLY: Wrote 22 bytes +I (4520) PXID REPLY: Sent reply packet +I (4530) RX_TASK: Send Success +I (4530) RX_TASK:  +=== Packet 7 (offset 231, length 19) === + +I (4530) RX_TASK: Address: 0xFF +I (4540) RX_TASK: Command bit: 1 +I (4540) RX_TASK: Control: 0x3F +I (4540) RX_TASK: Control: P-XID +I (4550) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (4560) irda_crc: CRC: 0xEA22 +I (4560) RX_TASK: CRC Check: INVALID + +I (4560) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (4570) RX_TASK:  +ASCII: +..!~}]....... + +I (4570) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (4580) PXID_TASK: Source Address: 0x15217E7D +I (4590) PXID_TASK: Destination Address: 0x5DFFFFFF +I (4590) PXID_TASK: Discovery Flag: 0xFF +I (4590) PXID_TASK: Slot Number: 0x00 +I (4600) PXID_TASK: Version Number: 0x00 +00 +. + +I (4600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (4620) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (4640) irda_crc: CRC: 0xB149 +I (4640) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (4650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (4660) PXID REPLY: Wrote 22 bytes +I (4670) PXID REPLY: Sent reply packet +I (4670) RX_TASK: Send Success +I (5670) RX_TASK: Read 242 bytes: '������?!~}]����' +I (5670) RX_TASK: 0x40813260 ff ff ff ff c0 ff 3f 01 15 21 7e 7d 5d ff ff ff |......?..!~}]...| +I (5670) RX_TASK: 0x40813270 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (5680) RX_TASK: 0x40813280 50 4f 43 7d 5d 2f c1 ff ff ff ff ff ff ff ff ff |POC}]/..........| +I (5690) RX_TASK: 0x40813290 ff c0 ff 3f 01 15 21 7e 7d 5d ff ff ff ff 00 00 |...?..!~}]......| +I (5690) RX_TASK: 0x408132a0 00 f2 61 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |..a.............| +I (5700) RX_TASK: 0x408132b0 3f 01 15 21 7e 7d 5d ff ff ff ff 00 ff 00 82 24 |?..!~}]........$| +I (5710) RX_TASK: 0x408132c0 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 7d 5d 2f |.Symbian EPOC}]/| +I (5720) RX_TASK: 0x408132d0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 15 |.............?..| +I (5730) RX_TASK: 0x408132e0 21 7e 7d 5d ff ff ff ff 00 00 00 f2 61 c1 ff ff |!~}]........a...| +I (5740) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 15 21 7e 7d |..........?..!~}| +I (5750) RX_TASK: 0x40813300 5d ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |]........$.Symbi| +I (5760) RX_TASK: 0x40813310 61 6e 20 45 50 4f 43 7d 5d 2f c1 ff ff ff ff ff |an EPOC}]/......| +I (5760) RX_TASK: 0x40813320 ff ff ff ff ff c0 ff 3f 01 15 21 7e 7d 5d ff ff |.......?..!~}]..| +I (5770) RX_TASK: 0x40813330 ff ff 00 00 00 f2 61 c1 ff ff ff ff ff ff ff ff |......a.........| +I (5780) RX_TASK: 0x40813340 ff ff c0 ff 3f 01 15 21 7e 7d 5d ff ff ff ff 00 |....?..!~}].....| +I (5790) RX_TASK: 0x40813350 ff 00 |..| +I (5800) RX_TASK: Starting to Parse: 242 +I (5800) RX_TASK:  +=== Packet 1 (offset 4, length 35) === + +I (5810) RX_TASK: Address: 0xFF +I (5810) RX_TASK: Command bit: 1 +I (5810) RX_TASK: Control: 0x3F +I (5820) RX_TASK: Control: P-XID +I (5820) RX_TASK: CRC: 0x5D2F +irda_crc - FCS len: 33 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D 5D 2F +I (5830) irda_crc: CRC: 0x8118 +I (5840) RX_TASK: CRC Check: INVALID + +I (5840) RX_TASK: Payload (29 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (5850) RX_TASK:  +ASCII: +..!~}]........$.Symbian EPOC} + +I (5860) PXID_TASK: Parsing P-XID Packet: 29 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (5870) PXID_TASK: Source Address: 0x15217E7D +I (5870) PXID_TASK: Destination Address: 0x5DFFFFFF +I (5880) PXID_TASK: Discovery Flag: 0xFF +I (5880) PXID_TASK: Slot Number: 0x00 +I (5890) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +7D +..$.Symbian EPOC} + +I (5900) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (5920) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (5930) irda_crc: CRC: 0xB149 +I (5930) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (5950) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (5960) PXID REPLY: Wrote 22 bytes +I (5960) PXID REPLY: Sent reply packet +I (5960) RX_TASK: Send Success +I (5970) RX_TASK:  +=== Packet 2 (offset 49, length 19) === + +I (5970) RX_TASK: Address: 0xFF +I (5970) RX_TASK: Command bit: 1 +I (5980) RX_TASK: Control: 0x3F +I (5980) RX_TASK: Control: P-XID +I (5980) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (5990) irda_crc: CRC: 0xEA22 +I (6000) RX_TASK: CRC Check: INVALID + +I (6000) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (6010) RX_TASK:  +ASCII: +..!~}]....... + +I (6010) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (6020) PXID_TASK: Source Address: 0x15217E7D +I (6020) PXID_TASK: Destination Address: 0x5DFFFFFF +I (6030) PXID_TASK: Discovery Flag: 0xFF +I (6030) PXID_TASK: Slot Number: 0x00 +I (6040) PXID_TASK: Version Number: 0x00 +00 +. + +I (6040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (6060) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (6070) irda_crc: CRC: 0xB149 +I (6080) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (6090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (6100) PXID REPLY: Wrote 22 bytes +I (6100) PXID REPLY: Sent reply packet +I (6110) RX_TASK: Send Success +I (6110) RX_TASK:  +=== Packet 3 (offset 78, length 35) === + +I (6120) RX_TASK: Address: 0xFF +I (6120) RX_TASK: Command bit: 1 +I (6120) RX_TASK: Control: 0x3F +I (6120) RX_TASK: Control: P-XID +I (6130) RX_TASK: CRC: 0x5D2F +irda_crc - FCS len: 33 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D 5D 2F +I (6140) irda_crc: CRC: 0x8118 +I (6150) RX_TASK: CRC Check: INVALID + +I (6150) RX_TASK: Payload (29 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (6160) RX_TASK:  +ASCII: +..!~}]........$.Symbian EPOC} + +I (6170) PXID_TASK: Parsing P-XID Packet: 29 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (6180) PXID_TASK: Source Address: 0x15217E7D +I (6180) PXID_TASK: Destination Address: 0x5DFFFFFF +I (6190) PXID_TASK: Discovery Flag: 0xFF +I (6190) PXID_TASK: Slot Number: 0x00 +I (6190) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +7D +..$.Symbian EPOC} + +I (6200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (6230) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (6240) irda_crc: CRC: 0xB149 +I (6240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (6260) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (6260) PXID REPLY: Wrote 22 bytes +I (6270) PXID REPLY: Sent reply packet +I (6270) RX_TASK: Send Success +I (6270) RX_TASK:  +=== Packet 4 (offset 123, length 19) === + +I (6280) RX_TASK: Address: 0xFF +I (6280) RX_TASK: Command bit: 1 +I (6290) RX_TASK: Control: 0x3F +I (6290) RX_TASK: Control: P-XID +I (6290) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (6300) irda_crc: CRC: 0xEA22 +I (6310) RX_TASK: CRC Check: INVALID + +I (6310) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (6320) RX_TASK:  +ASCII: +..!~}]....... + +I (6320) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (6330) PXID_TASK: Source Address: 0x15217E7D +I (6330) PXID_TASK: Destination Address: 0x5DFFFFFF +I (6340) PXID_TASK: Discovery Flag: 0xFF +I (6340) PXID_TASK: Slot Number: 0x00 +I (6340) PXID_TASK: Version Number: 0x00 +00 +. + +I (6350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (6370) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (6380) irda_crc: CRC: 0xB149 +I (6390) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (6400) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (6410) PXID REPLY: Wrote 22 bytes +I (6410) PXID REPLY: Sent reply packet +I (6420) RX_TASK: Send Success +I (6420) RX_TASK:  +=== Packet 5 (offset 152, length 35) === + +I (6420) RX_TASK: Address: 0xFF +I (6430) RX_TASK: Command bit: 1 +I (6430) RX_TASK: Control: 0x3F +I (6430) RX_TASK: Control: P-XID +I (6440) RX_TASK: CRC: 0x5D2F +irda_crc - FCS len: 33 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7D 5D 2F +I (6450) irda_crc: CRC: 0x8118 +I (6450) RX_TASK: CRC Check: INVALID + +I (6460) RX_TASK: Payload (29 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (6470) RX_TASK:  +ASCII: +..!~}]........$.Symbian EPOC} + +I (6470) PXID_TASK: Parsing P-XID Packet: 29 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 7D +I (6490) PXID_TASK: Source Address: 0x15217E7D +I (6490) PXID_TASK: Destination Address: 0x5DFFFFFF +I (6500) PXID_TASK: Discovery Flag: 0xFF +I (6500) PXID_TASK: Slot Number: 0x00 +I (6500) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +7D +..$.Symbian EPOC} + +I (6510) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (6530) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (6550) irda_crc: CRC: 0xB149 +I (6550) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (6560) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (6570) PXID REPLY: Wrote 22 bytes +I (6580) PXID REPLY: Sent reply packet +I (6580) RX_TASK: Send Success +I (6580) RX_TASK:  +=== Packet 6 (offset 197, length 19) === + +I (6590) RX_TASK: Address: 0xFF +I (6590) RX_TASK: Command bit: 1 +I (6590) RX_TASK: Control: 0x3F +I (6600) RX_TASK: Control: P-XID +I (6600) RX_TASK: CRC: 0xF261 +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 15 21 7E 7D 5D FF FF FF FF 00 00 00 F2 61 +I (6610) irda_crc: CRC: 0xEA22 +I (6610) RX_TASK: CRC Check: INVALID + +I (6620) RX_TASK: Payload (13 bytes): +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (6620) RX_TASK:  +ASCII: +..!~}]....... + +I (6630) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 15 21 7E 7D 5D FF FF FF FF 00 00 00 +I (6640) PXID_TASK: Source Address: 0x15217E7D +I (6640) PXID_TASK: Destination Address: 0x5DFFFFFF +I (6650) PXID_TASK: Discovery Flag: 0xFF +I (6650) PXID_TASK: Slot Number: 0x00 +I (6650) PXID_TASK: Version Number: 0x00 +00 +. + +I (6660) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 +I (6680) irda_crc: CRC: 0xE2E9 +irda_crc - FCS len: 23 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D +I (6690) irda_crc: CRC: 0xB149 +I (6690) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E 7D 01 00 00 90 24 00 54 45 53 54 1D 17 C1 +I (6710) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 15 21 7E +I (6720) PXID REPLY: Wrote 22 bytes +I (6720) PXID REPLY: Sent reply packet +I (6720) RX_TASK: Send Success +I (6730) RX_TASK: Unterminated packet at offset 226 + diff --git a/build/log/idf_py_stdout_output_37414 b/build/log/idf_py_stdout_output_37414 new file mode 100644 index 0000000..053f12b --- /dev/null +++ b/build/log/idf_py_stdout_output_37414 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:274:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 274 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 402 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:471:13: warning: 'tx_task' defined but not used [-Wunused-function] + 471 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_37540 b/build/log/idf_py_stdout_output_37540 new file mode 100644 index 0000000..221e373 --- /dev/null +++ b/build/log/idf_py_stdout_output_37540 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 502.5 kbit/s)... +Hash of data verified. +Compressed 187616 bytes to 95464... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae4... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b3c... (83 %) +Writing at 0x000378d5... (100 %) +Wrote 187616 bytes (95464 compressed) at 0x00010000 in 1.7 seconds (effective 904.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_37558 b/build/log/idf_py_stdout_output_37558 new file mode 100644 index 0000000..9179533 --- /dev/null +++ b/build/log/idf_py_stdout_output_37558 @@ -0,0 +1,645 @@ +I (234) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16338h ( 90936) map +I (113) esp_image: segment 3: paddr=00036360 vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c528 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 4da22f97a... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5210) RX_TASK: Read 256 bytes: '������������?4=�����' +I (5210) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 34 3d |............?.4=| +I (5210) RX_TASK: 0x40813270 89 13 ff ff ff ff 00 00 00 f9 fd c1 ff ff ff ff |................| +I (5220) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 34 3d 89 13 ff ff ff |.......?.4=.....| +I (5230) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (5240) RX_TASK: 0x408132a0 50 4f 43 a2 ea c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (5250) RX_TASK: 0x408132b0 c0 ff 3f 01 34 3d 89 13 ff ff ff ff 00 00 00 f9 |..?.4=..........| +I (5260) RX_TASK: 0x408132c0 fd c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (5270) RX_TASK: 0x408132d0 34 3d 89 13 ff ff ff ff 00 ff 00 82 24 00 53 79 |4=..........$.Sy| +I (5270) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 a2 ea c1 ff ff ff |mbian EPOC......| +I (5280) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 34 3d 89 13 ff |.........?.4=...| +I (5290) RX_TASK: 0x40813300 ff ff ff 00 00 00 f9 fd c1 ff ff ff ff ff ff ff |................| +I (5300) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 34 3d 89 13 ff ff ff ff 00 |.....?.4=.......| +I (5310) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (5320) RX_TASK: 0x40813330 43 a2 ea c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (5330) RX_TASK: 0x40813340 3f 01 34 3d 89 13 ff ff ff ff 00 00 00 f9 fd c1 |?.4=............| +I (5340) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 34 3d |............?.4=| +I (5340) RX_TASK: Starting to Parse: 256 +I (5350) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (5350) RX_TASK: Address: 0xFF +I (5360) RX_TASK: Command bit: 1 +I (5360) RX_TASK: Control: 0x3F +I (5360) RX_TASK: Control: P-XID +I (5360) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (5380) irda_crc: CRC: 0xF0B8 +I (5380) RX_TASK: CRC Check: VALID + +I (5380) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (5390) RX_TASK:  +ASCII: +.4=......... + +I (5390) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (5400) PXID_TASK: Source Address: 0x343D8913 +I (5410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5410) PXID_TASK: Discovery Flag: 0x00 +I (5410) PXID_TASK: Slot Number: 0x00 +I (5420) PXID_TASK: Version Number: 0x00 + + + +I (5420) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5440) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5460) irda_crc: CRC: 0x7BB2 +I (5460) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (5470) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (5480) PXID REPLY: Wrote 22 bytes +I (5480) PXID REPLY: Sent reply packet +I (5490) RX_TASK: Send Success +I (5490) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (5500) RX_TASK: Address: 0xFF +I (5500) RX_TASK: Command bit: 1 +I (5500) RX_TASK: Control: 0x3F +I (5500) RX_TASK: Control: P-XID +I (5510) RX_TASK: CRC: 0xA2EA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A2 EA +I (5520) irda_crc: CRC: 0xF0B8 +I (5530) RX_TASK: CRC Check: VALID + +I (5530) RX_TASK: Payload (27 bytes): +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5540) RX_TASK:  +ASCII: +.4=..........$.Symbian EPOC + +I (5540) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5560) PXID_TASK: Source Address: 0x343D8913 +I (5560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5570) PXID_TASK: Discovery Flag: 0x00 +I (5570) PXID_TASK: Slot Number: 0xFF +I (5570) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5580) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5600) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5620) irda_crc: CRC: 0x7BB2 +I (5620) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (5630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (5640) PXID REPLY: Wrote 22 bytes +I (5640) PXID REPLY: Sent reply packet +I (5650) RX_TASK: Send Success +I (5650) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (5660) RX_TASK: Address: 0xFF +I (5660) RX_TASK: Command bit: 1 +I (5660) RX_TASK: Control: 0x3F +I (5670) RX_TASK: Control: P-XID +I (5670) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (5680) irda_crc: CRC: 0xF0B8 +I (5680) RX_TASK: CRC Check: VALID + +I (5690) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (5690) RX_TASK:  +ASCII: +.4=......... + +I (5700) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (5700) PXID_TASK: Source Address: 0x343D8913 +I (5710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5710) PXID_TASK: Discovery Flag: 0x00 +I (5720) PXID_TASK: Slot Number: 0x00 +I (5720) PXID_TASK: Version Number: 0x00 + + + +I (5720) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5750) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5760) irda_crc: CRC: 0x7BB2 +I (5760) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (5780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (5780) PXID REPLY: Wrote 22 bytes +I (5790) PXID REPLY: Sent reply packet +I (5790) RX_TASK: Send Success +I (5790) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (5800) RX_TASK: Address: 0xFF +I (5800) RX_TASK: Command bit: 1 +I (5810) RX_TASK: Control: 0x3F +I (5810) RX_TASK: Control: P-XID +I (5810) RX_TASK: CRC: 0xA2EA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A2 EA +I (5830) irda_crc: CRC: 0xF0B8 +I (5830) RX_TASK: CRC Check: VALID + +I (5830) RX_TASK: Payload (27 bytes): +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5840) RX_TASK:  +ASCII: +.4=..........$.Symbian EPOC + +I (5850) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5860) PXID_TASK: Source Address: 0x343D8913 +I (5860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5870) PXID_TASK: Discovery Flag: 0x00 +I (5870) PXID_TASK: Slot Number: 0xFF +I (5880) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5910) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (5920) irda_crc: CRC: 0x7BB2 +I (5920) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (5940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (5950) PXID REPLY: Wrote 22 bytes +I (5950) PXID REPLY: Sent reply packet +I (5950) RX_TASK: Send Success +I (5950) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (5960) RX_TASK: Address: 0xFF +I (5960) RX_TASK: Command bit: 1 +I (5970) RX_TASK: Control: 0x3F +I (5970) RX_TASK: Control: P-XID +I (5970) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (5980) irda_crc: CRC: 0xF0B8 +I (5990) RX_TASK: CRC Check: VALID + +I (5990) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (6000) RX_TASK:  +ASCII: +.4=......... + +I (6000) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (6010) PXID_TASK: Source Address: 0x343D8913 +I (6010) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6020) PXID_TASK: Discovery Flag: 0x00 +I (6020) PXID_TASK: Slot Number: 0x00 +I (6020) PXID_TASK: Version Number: 0x00 + + + +I (6030) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (6050) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (6060) irda_crc: CRC: 0x7BB2 +I (6070) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (6080) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (6090) PXID REPLY: Wrote 22 bytes +I (6090) PXID REPLY: Sent reply packet +I (6090) RX_TASK: Send Success +I (6100) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (6100) RX_TASK: Address: 0xFF +I (6110) RX_TASK: Command bit: 1 +I (6110) RX_TASK: Control: 0x3F +I (6110) RX_TASK: Control: P-XID +I (6110) RX_TASK: CRC: 0xA2EA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A2 EA +I (6130) irda_crc: CRC: 0xF0B8 +I (6130) RX_TASK: CRC Check: VALID + +I (6140) RX_TASK: Payload (27 bytes): +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6150) RX_TASK:  +ASCII: +.4=..........$.Symbian EPOC + +I (6150) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6160) PXID_TASK: Source Address: 0x343D8913 +I (6170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6170) PXID_TASK: Discovery Flag: 0x00 +I (6180) PXID_TASK: Slot Number: 0xFF +I (6180) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6190) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (6210) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (6220) irda_crc: CRC: 0x7BB2 +I (6230) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (6240) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (6250) PXID REPLY: Wrote 22 bytes +I (6250) PXID REPLY: Sent reply packet +I (6260) RX_TASK: Send Success +I (6260) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (6260) RX_TASK: Address: 0xFF +I (6270) RX_TASK: Command bit: 1 +I (6270) RX_TASK: Control: 0x3F +I (6270) RX_TASK: Control: P-XID +I (6280) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (6290) irda_crc: CRC: 0xF0B8 +I (6290) RX_TASK: CRC Check: VALID + +I (6290) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (6300) RX_TASK:  +ASCII: +.4=......... + +I (6300) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (6310) PXID_TASK: Source Address: 0x343D8913 +I (6320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6320) PXID_TASK: Discovery Flag: 0x00 +I (6320) PXID_TASK: Slot Number: 0x00 +I (6330) PXID_TASK: Version Number: 0x00 + + + +I (6330) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (6350) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (6370) irda_crc: CRC: 0x7BB2 +I (6370) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (6380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (6390) PXID REPLY: Wrote 22 bytes +I (6400) PXID REPLY: Sent reply packet +I (6400) RX_TASK: Send Success +I (6400) RX_TASK: Unterminated packet at offset 250 + +I (7410) RX_TASK: Read 212 bytes: '�����' +I (7410) RX_TASK: 0x40813260 89 13 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (7410) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 a2 ea c1 ff ff ff ff ff |ian EPOC........| +I (7420) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 34 3d 89 13 ff ff ff |.......?.4=.....| +I (7420) RX_TASK: 0x40813290 ff 00 00 00 f9 fd c1 ff ff ff ff ff ff ff ff ff |................| +I (7430) RX_TASK: 0x408132a0 c0 ff 3f 01 34 3d 89 13 ff ff ff ff 00 ff 00 82 |..?.4=..........| +I (7440) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 a2 ea |$.Symbian EPOC..| +I (7450) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 34 |.............?.4| +I (7460) RX_TASK: 0x408132d0 3d 89 13 ff ff ff ff 00 00 00 f9 fd c1 ff ff ff |=...............| +I (7470) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 34 3d 89 13 ff |.........?.4=...| +I (7480) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (7490) RX_TASK: 0x40813300 20 45 50 4f 43 a2 ea c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (7490) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 34 3d 89 13 ff ff ff ff 00 00 |....?.4=........| +I (7500) RX_TASK: 0x40813320 00 f9 fd c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (7510) RX_TASK: 0x40813330 3f 01 34 3d |?.4=| +I (7520) RX_TASK: Starting to Parse: 212 +I (7520) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (7530) RX_TASK: Address: 0xFF +I (7530) RX_TASK: Command bit: 1 +I (7530) RX_TASK: Control: 0x3F +I (7540) RX_TASK: Control: P-XID +I (7540) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (7550) irda_crc: CRC: 0xF0B8 +I (7550) RX_TASK: CRC Check: VALID + +I (7560) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (7560) RX_TASK:  +ASCII: +.4=......... + +I (7570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (7580) PXID_TASK: Source Address: 0x343D8913 +I (7580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7590) PXID_TASK: Discovery Flag: 0x00 +I (7590) PXID_TASK: Slot Number: 0x00 +I (7590) PXID_TASK: Version Number: 0x00 + + + +I (7600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (7620) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (7630) irda_crc: CRC: 0x7BB2 +I (7630) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (7650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (7660) PXID REPLY: Wrote 22 bytes +I (7660) PXID REPLY: Sent reply packet +I (7660) RX_TASK: Send Success +I (7670) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (7670) RX_TASK: Address: 0xFF +I (7670) RX_TASK: Command bit: 1 +I (7680) RX_TASK: Control: 0x3F +I (7680) RX_TASK: Control: P-XID +I (7680) RX_TASK: CRC: 0xA2EA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A2 EA +I (7700) irda_crc: CRC: 0xF0B8 +I (7700) RX_TASK: CRC Check: VALID + +I (7700) RX_TASK: Payload (27 bytes): +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7720) RX_TASK:  +ASCII: +.4=..........$.Symbian EPOC + +I (7720) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7730) PXID_TASK: Source Address: 0x343D8913 +I (7740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7740) PXID_TASK: Discovery Flag: 0x00 +I (7740) PXID_TASK: Slot Number: 0xFF +I (7750) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (7780) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (7790) irda_crc: CRC: 0x7BB2 +I (7790) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (7810) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (7820) PXID REPLY: Wrote 22 bytes +I (7820) PXID REPLY: Sent reply packet +I (7820) RX_TASK: Send Success +I (7830) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (7830) RX_TASK: Address: 0xFF +I (7840) RX_TASK: Command bit: 1 +I (7840) RX_TASK: Control: 0x3F +I (7840) RX_TASK: Control: P-XID +I (7840) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (7860) irda_crc: CRC: 0xF0B8 +I (7860) RX_TASK: CRC Check: VALID + +I (7860) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (7870) RX_TASK:  +ASCII: +.4=......... + +I (7870) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (7880) PXID_TASK: Source Address: 0x343D8913 +I (7880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7890) PXID_TASK: Discovery Flag: 0x00 +I (7890) PXID_TASK: Slot Number: 0x00 +I (7900) PXID_TASK: Version Number: 0x00 + + + +I (7900) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (7920) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (7930) irda_crc: CRC: 0x7BB2 +I (7940) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (7950) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (7960) PXID REPLY: Wrote 22 bytes +I (7960) PXID REPLY: Sent reply packet +I (7970) RX_TASK: Send Success +I (7970) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (7970) RX_TASK: Address: 0xFF +I (7980) RX_TASK: Command bit: 1 +I (7980) RX_TASK: Control: 0x3F +I (7980) RX_TASK: Control: P-XID +I (7990) RX_TASK: CRC: 0xA2EA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A2 EA +I (8000) irda_crc: CRC: 0xF0B8 +I (8000) RX_TASK: CRC Check: VALID + +I (8010) RX_TASK: Payload (27 bytes): +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8020) RX_TASK:  +ASCII: +.4=..........$.Symbian EPOC + +I (8020) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 34 3D 89 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8040) PXID_TASK: Source Address: 0x343D8913 +I (8040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8040) PXID_TASK: Discovery Flag: 0x00 +I (8050) PXID_TASK: Slot Number: 0xFF +I (8050) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8060) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (8080) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (8100) irda_crc: CRC: 0x7BB2 +I (8100) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (8110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (8120) PXID REPLY: Wrote 22 bytes +I (8120) PXID REPLY: Sent reply packet +I (8130) RX_TASK: Send Success +I (8130) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (8140) RX_TASK: Address: 0xFF +I (8140) RX_TASK: Command bit: 1 +I (8140) RX_TASK: Control: 0x3F +I (8140) RX_TASK: Control: P-XID +I (8150) RX_TASK: CRC: 0xF9FD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 34 3D 89 13 FF FF FF FF 00 00 00 F9 FD +I (8160) irda_crc: CRC: 0xF0B8 +I (8160) RX_TASK: CRC Check: VALID + +I (8170) RX_TASK: Payload (12 bytes): +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (8170) RX_TASK:  +ASCII: +.4=......... + +I (8180) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 34 3D 89 13 FF FF FF FF 00 00 00 +I (8180) PXID_TASK: Source Address: 0x343D8913 +I (8190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8190) PXID_TASK: Discovery Flag: 0x00 +I (8200) PXID_TASK: Slot Number: 0x00 +I (8200) PXID_TASK: Version Number: 0x00 + + + +I (8200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (8230) irda_crc: CRC: 0x7BB2 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 +I (8240) irda_crc: CRC: 0x7BB2 +I (8240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 13 01 00 00 90 24 00 54 45 53 54 84 4E C1 +I (8250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 34 3D 89 +I (8260) PXID REPLY: Wrote 22 bytes +I (8270) PXID REPLY: Sent reply packet +I (8270) RX_TASK: Send Success +I (8270) RX_TASK: Unterminated packet at offset 206 + diff --git a/build/log/idf_py_stdout_output_37568 b/build/log/idf_py_stdout_output_37568 new file mode 100644 index 0000000..053f12b --- /dev/null +++ b/build/log/idf_py_stdout_output_37568 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:274:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 274 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 402 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:471:13: warning: 'tx_task' defined but not used [-Wunused-function] + 471 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_37694 b/build/log/idf_py_stdout_output_37694 new file mode 100644 index 0000000..9bca6ac --- /dev/null +++ b/build/log/idf_py_stdout_output_37694 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 512.8 kbit/s)... +Hash of data verified. +Compressed 187616 bytes to 95466... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad6... (33 %) +Writing at 0x000215e2... (50 %) +Writing at 0x000288a3... (66 %) +Writing at 0x00030b38... (83 %) +Writing at 0x000378d1... (100 %) +Wrote 187616 bytes (95466 compressed) at 0x00010000 in 1.7 seconds (effective 904.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 409.8 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_37712 b/build/log/idf_py_stdout_output_37712 new file mode 100644 index 0000000..d5cbb28 --- /dev/null +++ b/build/log/idf_py_stdout_output_37712 @@ -0,0 +1,644 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16338h ( 90936) map +I (113) esp_image: segment 3: paddr=00036360 vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c528 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 427e7b51b... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (7970) RX_TASK: Read 256 bytes: '������������?�of$����' +I (7970) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a5 6f |............?..o| +I (7970) RX_TASK: 0x40813270 66 24 ff ff ff ff 00 00 00 72 a2 c1 ff ff ff ff |f$.......r......| +I (7980) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 a5 6f 66 24 ff ff |........?..of$..| +I (7990) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (8000) RX_TASK: 0x408132a0 45 50 4f 43 87 56 c1 ff ff ff ff ff ff ff ff ff |EPOC.V..........| +I (8010) RX_TASK: 0x408132b0 c0 ff 3f 01 a5 6f 66 24 ff ff ff ff 00 00 00 72 |..?..of$.......r| +I (8020) RX_TASK: 0x408132c0 a2 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a5 |.............?..| +I (8030) RX_TASK: 0x408132d0 6f 66 24 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |of$........$.Sym| +I (8040) RX_TASK: 0x408132e0 62 69 61 6e 20 45 50 4f 43 87 56 c1 ff ff ff ff |bian EPOC.V.....| +I (8040) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 a5 6f 66 24 ff ff |........?..of$..| +I (8050) RX_TASK: 0x40813300 ff ff 00 00 00 72 a2 c1 ff ff ff ff ff ff ff ff |.....r..........| +I (8060) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 a5 6f 66 24 ff ff ff ff 00 ff |....?..of$......| +I (8070) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (8080) RX_TASK: 0x40813330 87 56 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.V.............?| +I (8090) RX_TASK: 0x40813340 01 a5 6f 66 24 ff ff ff ff 00 00 00 72 a2 c1 ff |..of$.......r...| +I (8100) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a5 6f 66 |...........?..of| +I (8110) RX_TASK: Starting to Parse: 256 +I (8110) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (8110) RX_TASK: Address: 0xFF +I (8120) RX_TASK: Command bit: 1 +I (8120) RX_TASK: Control: 0x3F +I (8120) RX_TASK: Control: P-XID +I (8130) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (8140) irda_crc: CRC: 0xF0B8 +I (8140) RX_TASK: CRC Check: VALID + +I (8140) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (8150) RX_TASK:  +ASCII: +..of$....... + +I (8150) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (8160) PXID_TASK: Source Address: 0xA56F6624 +I (8170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8170) PXID_TASK: Discovery Flag: 0x00 +I (8180) PXID_TASK: Slot Number: 0x00 +I (8180) PXID_TASK: Version Number: 0x00 + + + +I (8180) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (8200) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (8220) irda_crc: CRC: 0xA74E +I (8220) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (8230) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (8240) PXID REPLY: Wrote 22 bytes +I (8250) PXID REPLY: Sent reply packet +I (8250) RX_TASK: Send Success +I (8250) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (8260) RX_TASK: Address: 0xFF +I (8260) RX_TASK: Command bit: 1 +I (8260) RX_TASK: Control: 0x3F +I (8270) RX_TASK: Control: P-XID +I (8270) RX_TASK: CRC: 0x8756 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 87 56 +I (8280) irda_crc: CRC: 0xF0B8 +I (8290) RX_TASK: CRC Check: VALID + +I (8290) RX_TASK: Payload (27 bytes): +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8300) RX_TASK:  +ASCII: +..of$........$.Symbian EPOC + +I (8310) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8320) PXID_TASK: Source Address: 0xA56F6624 +I (8320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8330) PXID_TASK: Discovery Flag: 0x00 +I (8330) PXID_TASK: Slot Number: 0xFF +I (8330) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8340) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (8370) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (8380) irda_crc: CRC: 0xA74E +I (8380) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (8400) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (8400) PXID REPLY: Wrote 22 bytes +I (8410) PXID REPLY: Sent reply packet +I (8410) RX_TASK: Send Success +I (8410) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (8420) RX_TASK: Address: 0xFF +I (8420) RX_TASK: Command bit: 1 +I (8430) RX_TASK: Control: 0x3F +I (8430) RX_TASK: Control: P-XID +I (8430) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (8440) irda_crc: CRC: 0xF0B8 +I (8450) RX_TASK: CRC Check: VALID + +I (8450) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (8460) RX_TASK:  +ASCII: +..of$....... + +I (8460) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (8470) PXID_TASK: Source Address: 0xA56F6624 +I (8470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8480) PXID_TASK: Discovery Flag: 0x00 +I (8480) PXID_TASK: Slot Number: 0x00 +I (8480) PXID_TASK: Version Number: 0x00 + + + +I (8490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (8510) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (8520) irda_crc: CRC: 0xA74E +I (8520) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (8540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (8550) PXID REPLY: Wrote 22 bytes +I (8550) PXID REPLY: Sent reply packet +I (8550) RX_TASK: Send Success +I (8560) RX_TASK:  +=== Packet 4 (offset 107, length 33) === + +I (8560) RX_TASK: Address: 0xFF +I (8570) RX_TASK: Command bit: 1 +I (8570) RX_TASK: Control: 0x3F +I (8570) RX_TASK: Control: P-XID +I (8570) RX_TASK: CRC: 0x8756 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 87 56 +I (8590) irda_crc: CRC: 0xF0B8 +I (8590) RX_TASK: CRC Check: VALID + +I (8600) RX_TASK: Payload (27 bytes): +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8610) RX_TASK:  +ASCII: +..of$........$.Symbian EPOC + +I (8610) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8620) PXID_TASK: Source Address: 0xA56F6624 +I (8630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8630) PXID_TASK: Discovery Flag: 0x00 +I (8640) PXID_TASK: Slot Number: 0xFF +I (8640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8650) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (8670) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (8680) irda_crc: CRC: 0xA74E +I (8690) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (8700) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (8710) PXID REPLY: Wrote 22 bytes +I (8710) PXID REPLY: Sent reply packet +I (8720) RX_TASK: Send Success +I (8720) RX_TASK:  +=== Packet 5 (offset 150, length 18) === + +I (8720) RX_TASK: Address: 0xFF +I (8730) RX_TASK: Command bit: 1 +I (8730) RX_TASK: Control: 0x3F +I (8730) RX_TASK: Control: P-XID +I (8740) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (8750) irda_crc: CRC: 0xF0B8 +I (8750) RX_TASK: CRC Check: VALID + +I (8750) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (8760) RX_TASK:  +ASCII: +..of$....... + +I (8760) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (8770) PXID_TASK: Source Address: 0xA56F6624 +I (8780) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8780) PXID_TASK: Discovery Flag: 0x00 +I (8780) PXID_TASK: Slot Number: 0x00 +I (8790) PXID_TASK: Version Number: 0x00 + + + +I (8790) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (8810) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (8830) irda_crc: CRC: 0xA74E +I (8830) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (8840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (8850) PXID REPLY: Wrote 22 bytes +I (8860) PXID REPLY: Sent reply packet +I (8860) RX_TASK: Send Success +I (8860) RX_TASK:  +=== Packet 6 (offset 178, length 33) === + +I (8870) RX_TASK: Address: 0xFF +I (8870) RX_TASK: Command bit: 1 +I (8870) RX_TASK: Control: 0x3F +I (8880) RX_TASK: Control: P-XID +I (8880) RX_TASK: CRC: 0x8756 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 87 56 +I (8890) irda_crc: CRC: 0xF0B8 +I (8900) RX_TASK: CRC Check: VALID + +I (8900) RX_TASK: Payload (27 bytes): +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8910) RX_TASK:  +ASCII: +..of$........$.Symbian EPOC + +I (8920) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8930) PXID_TASK: Source Address: 0xA56F6624 +I (8930) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8940) PXID_TASK: Discovery Flag: 0x00 +I (8940) PXID_TASK: Slot Number: 0xFF +I (8940) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8950) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (8970) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (8990) irda_crc: CRC: 0xA74E +I (8990) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (9000) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (9010) PXID REPLY: Wrote 22 bytes +I (9020) PXID REPLY: Sent reply packet +I (9020) RX_TASK: Send Success +I (9020) RX_TASK:  +=== Packet 7 (offset 221, length 18) === + +I (9030) RX_TASK: Address: 0xFF +I (9030) RX_TASK: Command bit: 1 +I (9030) RX_TASK: Control: 0x3F +I (9040) RX_TASK: Control: P-XID +I (9040) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (9050) irda_crc: CRC: 0xF0B8 +I (9060) RX_TASK: CRC Check: VALID + +I (9060) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (9070) RX_TASK:  +ASCII: +..of$....... + +I (9070) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (9080) PXID_TASK: Source Address: 0xA56F6624 +I (9080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9090) PXID_TASK: Discovery Flag: 0x00 +I (9090) PXID_TASK: Slot Number: 0x00 +I (9090) PXID_TASK: Version Number: 0x00 + + + +I (9100) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (9120) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (9130) irda_crc: CRC: 0xA74E +I (9130) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (9150) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (9160) PXID REPLY: Wrote 22 bytes +I (9160) PXID REPLY: Sent reply packet +I (9160) RX_TASK: Send Success +I (9170) RX_TASK: Unterminated packet at offset 249 + +I (10170) RX_TASK: Read 220 bytes: '$����' +I (10170) RX_TASK: 0x40813260 24 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |$........$.Symbi| +I (10170) RX_TASK: 0x40813270 61 6e 20 45 50 4f 43 87 56 c1 ff ff ff ff ff ff |an EPOC.V.......| +I (10180) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 a5 6f 66 24 ff ff ff ff |......?..of$....| +I (10180) RX_TASK: 0x40813290 00 00 00 72 a2 c1 ff ff ff ff ff ff ff ff ff ff |...r............| +I (10190) RX_TASK: 0x408132a0 c0 ff 3f 01 a5 6f 66 24 ff ff ff ff 00 ff 00 82 |..?..of$........| +I (10200) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 87 56 |$.Symbian EPOC.V| +I (10210) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 a5 |.............?..| +I (10220) RX_TASK: 0x408132d0 6f 66 24 ff ff ff ff 00 00 00 72 a2 c1 ff ff ff |of$.......r.....| +I (10230) RX_TASK: 0x408132e0 ff ff ff ff ff ff c0 ff 3f 01 a5 6f 66 24 ff ff |........?..of$..| +I (10240) RX_TASK: 0x408132f0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (10250) RX_TASK: 0x40813300 45 50 4f 43 87 56 c1 ff ff ff ff ff ff ff ff ff |EPOC.V..........| +I (10260) RX_TASK: 0x40813310 ff c0 ff 3f 01 a5 6f 66 24 ff ff ff ff 00 00 00 |...?..of$.......| +I (10260) RX_TASK: 0x40813320 72 a2 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |r.............?.| +I (10270) RX_TASK: 0x40813330 a5 6f 66 24 ff ff ff ff 00 ff 00 82 |.of$........| +I (10280) RX_TASK: Starting to Parse: 220 +I (10290) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (10290) RX_TASK: Address: 0xFF +I (10290) RX_TASK: Command bit: 1 +I (10300) RX_TASK: Control: 0x3F +I (10300) RX_TASK: Control: P-XID +I (10300) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (10310) irda_crc: CRC: 0xF0B8 +I (10320) RX_TASK: CRC Check: VALID + +I (10320) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (10330) RX_TASK:  +ASCII: +..of$....... + +I (10330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (10340) PXID_TASK: Source Address: 0xA56F6624 +I (10340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10350) PXID_TASK: Discovery Flag: 0x00 +I (10350) PXID_TASK: Slot Number: 0x00 +I (10360) PXID_TASK: Version Number: 0x00 + + + +I (10360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (10380) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (10390) irda_crc: CRC: 0xA74E +I (10400) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (10410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (10420) PXID REPLY: Wrote 22 bytes +I (10420) PXID REPLY: Sent reply packet +I (10430) RX_TASK: Send Success +I (10430) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (10440) RX_TASK: Address: 0xFF +I (10440) RX_TASK: Command bit: 1 +I (10440) RX_TASK: Control: 0x3F +I (10440) RX_TASK: Control: P-XID +I (10450) RX_TASK: CRC: 0x8756 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 87 56 +I (10460) irda_crc: CRC: 0xF0B8 +I (10470) RX_TASK: CRC Check: VALID + +I (10470) RX_TASK: Payload (27 bytes): +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10480) RX_TASK:  +ASCII: +..of$........$.Symbian EPOC + +I (10490) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10500) PXID_TASK: Source Address: 0xA56F6624 +I (10500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10510) PXID_TASK: Discovery Flag: 0x00 +I (10510) PXID_TASK: Slot Number: 0xFF +I (10510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10520) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (10540) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (10560) irda_crc: CRC: 0xA74E +I (10560) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (10570) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (10580) PXID REPLY: Wrote 22 bytes +I (10590) PXID REPLY: Sent reply packet +I (10590) RX_TASK: Send Success +I (10590) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (10600) RX_TASK: Address: 0xFF +I (10600) RX_TASK: Command bit: 1 +I (10610) RX_TASK: Control: 0x3F +I (10610) RX_TASK: Control: P-XID +I (10610) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (10620) irda_crc: CRC: 0xF0B8 +I (10630) RX_TASK: CRC Check: VALID + +I (10630) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (10640) RX_TASK:  +ASCII: +..of$....... + +I (10640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (10650) PXID_TASK: Source Address: 0xA56F6624 +I (10650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10660) PXID_TASK: Discovery Flag: 0x00 +I (10660) PXID_TASK: Slot Number: 0x00 +I (10660) PXID_TASK: Version Number: 0x00 + + + +I (10670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (10690) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (10700) irda_crc: CRC: 0xA74E +I (10710) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (10720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (10730) PXID REPLY: Wrote 22 bytes +I (10730) PXID REPLY: Sent reply packet +I (10740) RX_TASK: Send Success +I (10740) RX_TASK:  +=== Packet 4 (offset 134, length 33) === + +I (10740) RX_TASK: Address: 0xFF +I (10750) RX_TASK: Command bit: 1 +I (10750) RX_TASK: Control: 0x3F +I (10750) RX_TASK: Control: P-XID +I (10760) RX_TASK: CRC: 0x8756 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 87 56 +I (10770) irda_crc: CRC: 0xF0B8 +I (10780) RX_TASK: CRC Check: VALID + +I (10780) RX_TASK: Payload (27 bytes): +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10790) RX_TASK:  +ASCII: +..of$........$.Symbian EPOC + +I (10790) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 A5 6F 66 24 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10810) PXID_TASK: Source Address: 0xA56F6624 +I (10810) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10820) PXID_TASK: Discovery Flag: 0x00 +I (10820) PXID_TASK: Slot Number: 0xFF +I (10820) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10830) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (10850) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (10870) irda_crc: CRC: 0xA74E +I (10870) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (10880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (10890) PXID REPLY: Wrote 22 bytes +I (10900) PXID REPLY: Sent reply packet +I (10900) RX_TASK: Send Success +I (10900) RX_TASK:  +=== Packet 5 (offset 177, length 18) === + +I (10910) RX_TASK: Address: 0xFF +I (10910) RX_TASK: Command bit: 1 +I (10910) RX_TASK: Control: 0x3F +I (10920) RX_TASK: Control: P-XID +I (10920) RX_TASK: CRC: 0x72A2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 A5 6F 66 24 FF FF FF FF 00 00 00 72 A2 +I (10930) irda_crc: CRC: 0xF0B8 +I (10940) RX_TASK: CRC Check: VALID + +I (10940) RX_TASK: Payload (12 bytes): +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (10950) RX_TASK:  +ASCII: +..of$....... + +I (10950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 A5 6F 66 24 FF FF FF FF 00 00 00 +I (10960) PXID_TASK: Source Address: 0xA56F6624 +I (10960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10970) PXID_TASK: Discovery Flag: 0x00 +I (10970) PXID_TASK: Slot Number: 0x00 +I (10970) PXID_TASK: Version Number: 0x00 + + + +I (10980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 +I (11000) irda_crc: CRC: 0x0EC7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 +I (11010) irda_crc: CRC: 0xA74E +I (11020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 24 01 00 00 90 24 00 54 45 53 54 F1 39 C1 +I (11030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 A5 6F 66 +I (11040) PXID REPLY: Wrote 22 bytes +I (11040) PXID REPLY: Sent reply packet +I (11050) RX_TASK: Send Success +I (11050) RX_TASK: Unterminated packet at offset 204 + diff --git a/build/log/idf_py_stdout_output_37723 b/build/log/idf_py_stdout_output_37723 new file mode 100644 index 0000000..dc7ea6b --- /dev/null +++ b/build/log/idf_py_stdout_output_37723 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:274:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 274 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 402 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:471:13: warning: 'tx_task' defined but not used [-Wunused-function] + 471 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dcd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2330 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_37848 b/build/log/idf_py_stdout_output_37848 new file mode 100644 index 0000000..4b2997f --- /dev/null +++ b/build/log/idf_py_stdout_output_37848 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dcd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2330 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.9 kbit/s)... +Hash of data verified. +Compressed 187600 bytes to 95455... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad2... (33 %) +Writing at 0x000215ee... (50 %) +Writing at 0x000288a7... (66 %) +Writing at 0x00030b3e... (83 %) +Writing at 0x000378d7... (100 %) +Wrote 187600 bytes (95455 compressed) at 0x00010000 in 1.6 seconds (effective 914.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_37866 b/build/log/idf_py_stdout_output_37866 new file mode 100644 index 0000000..450eb3a --- /dev/null +++ b/build/log/idf_py_stdout_output_37866 @@ -0,0 +1,645 @@ +ain_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16334h ( 90932) map +I (113) esp_image: segment 3: paddr=0003635c vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c524 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 4dfbac44f... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (2990) RX_TASK: Read 256 bytes: '������������?u�xE����' +I (2990) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 a8 |............?.u.| +I (2990) RX_TASK: 0x40813270 78 45 ff ff ff ff 00 00 00 ae cd c1 ff ff ff ff |xE..............| +I (3000) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 75 a8 78 45 ff ff |........?.u.xE..| +I (3010) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (3020) RX_TASK: 0x408132a0 45 50 4f 43 5b 50 c1 ff ff ff ff ff ff ff ff ff |EPOC[P..........| +I (3030) RX_TASK: 0x408132b0 ff c0 ff 3f 01 75 a8 78 45 ff ff ff ff 00 00 00 |...?.u.xE.......| +I (3030) RX_TASK: 0x408132c0 ae cd c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (3040) RX_TASK: 0x408132d0 01 75 a8 78 45 ff ff ff ff 00 ff 00 82 24 00 53 |.u.xE........$.S| +I (3050) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 5b 50 c1 ff ff |ymbian EPOC[P...| +I (3060) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 75 a8 78 45 |..........?.u.xE| +I (3070) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 ae cd c1 ff ff ff ff ff ff |................| +I (3080) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 75 a8 78 45 ff ff ff ff |......?.u.xE....| +I (3090) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (3100) RX_TASK: 0x40813330 4f 43 5b 50 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC[P............| +I (3100) RX_TASK: 0x40813340 ff 3f 01 75 a8 78 45 ff ff ff ff 00 00 00 ae cd |.?.u.xE.........| +I (3110) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 |.............?.u| +I (3120) RX_TASK: Starting to Parse: 256 +I (3130) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3130) RX_TASK: Address: 0xFF +I (3130) RX_TASK: Command bit: 1 +I (3140) RX_TASK: Control: 0x3F +I (3140) RX_TASK: Control: P-XID +I (3140) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (3150) irda_crc: CRC: 0xF0B8 +I (3160) RX_TASK: CRC Check: VALID + +I (3160) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (3170) RX_TASK:  +ASCII: +.u.xE....... + +I (3170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (3180) PXID_TASK: Source Address: 0x75A87845 +I (3180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3190) PXID_TASK: Discovery Flag: 0x00 +I (3190) PXID_TASK: Slot Number: 0x00 +I (3190) PXID_TASK: Version Number: 0x00 + + + +I (3200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (3220) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (3230) irda_crc: CRC: 0xDAD0 +I (3240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (3250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (3260) PXID REPLY: Wrote 22 bytes +I (3260) PXID REPLY: Sent reply packet +I (3270) RX_TASK: Send Success +I (3270) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3270) RX_TASK: Address: 0xFF +I (3280) RX_TASK: Command bit: 1 +I (3280) RX_TASK: Control: 0x3F +I (3280) RX_TASK: Control: P-XID +I (3290) RX_TASK: CRC: 0x5B50 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 5B 50 +I (3300) irda_crc: CRC: 0x75ED +I (3300) RX_TASK: CRC Check: INVALID + +I (3310) RX_TASK: Payload (27 bytes): +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3320) RX_TASK:  +ASCII: +.u.xE........$.Symbian EPOC + +I (3320) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3340) PXID_TASK: Source Address: 0x75A87845 +I (3340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3340) PXID_TASK: Discovery Flag: 0x00 +I (3350) PXID_TASK: Slot Number: 0xFF +I (3350) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (3380) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (3400) irda_crc: CRC: 0xDAD0 +I (3400) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (3410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (3420) PXID REPLY: Wrote 22 bytes +I (3420) PXID REPLY: Sent reply packet +I (3430) RX_TASK: Send Success +I (3430) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (3440) RX_TASK: Address: 0xFF +I (3440) RX_TASK: Command bit: 1 +I (3440) RX_TASK: Control: 0x3F +I (3440) RX_TASK: Control: P-XID +I (3450) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (3460) irda_crc: CRC: 0xF0B8 +I (3460) RX_TASK: CRC Check: VALID + +I (3470) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (3470) RX_TASK:  +ASCII: +.u.xE....... + +I (3480) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (3480) PXID_TASK: Source Address: 0x75A87845 +I (3490) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3490) PXID_TASK: Discovery Flag: 0x00 +I (3500) PXID_TASK: Slot Number: 0x00 +I (3500) PXID_TASK: Version Number: 0x00 + + + +I (3500) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (3520) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (3540) irda_crc: CRC: 0xDAD0 +I (3540) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (3550) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (3560) PXID REPLY: Wrote 22 bytes +I (3570) PXID REPLY: Sent reply packet +I (3570) RX_TASK: Send Success +I (3570) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (3580) RX_TASK: Address: 0xFF +I (3580) RX_TASK: Command bit: 1 +I (3580) RX_TASK: Control: 0x3F +I (3590) RX_TASK: Control: P-XID +I (3590) RX_TASK: CRC: 0x5B50 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 5B 50 +I (3610) irda_crc: CRC: 0x75ED +I (3610) RX_TASK: CRC Check: INVALID + +I (3610) RX_TASK: Payload (27 bytes): +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3620) RX_TASK:  +ASCII: +.u.xE........$.Symbian EPOC + +I (3630) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3640) PXID_TASK: Source Address: 0x75A87845 +I (3640) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3650) PXID_TASK: Discovery Flag: 0x00 +I (3650) PXID_TASK: Slot Number: 0xFF +I (3660) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (3690) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (3700) irda_crc: CRC: 0xDAD0 +I (3700) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (3720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (3730) PXID REPLY: Wrote 22 bytes +I (3730) PXID REPLY: Sent reply packet +I (3730) RX_TASK: Send Success +I (3740) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (3740) RX_TASK: Address: 0xFF +I (3740) RX_TASK: Command bit: 1 +I (3750) RX_TASK: Control: 0x3F +I (3750) RX_TASK: Control: P-XID +I (3750) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (3760) irda_crc: CRC: 0xF0B8 +I (3770) RX_TASK: CRC Check: VALID + +I (3770) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (3780) RX_TASK:  +ASCII: +.u.xE....... + +I (3780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (3790) PXID_TASK: Source Address: 0x75A87845 +I (3790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3800) PXID_TASK: Discovery Flag: 0x00 +I (3800) PXID_TASK: Slot Number: 0x00 +I (3800) PXID_TASK: Version Number: 0x00 + + + +I (3810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (3830) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (3840) irda_crc: CRC: 0xDAD0 +I (3850) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (3860) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (3870) PXID REPLY: Wrote 22 bytes +I (3870) PXID REPLY: Sent reply packet +I (3880) RX_TASK: Send Success +I (3880) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (3880) RX_TASK: Address: 0xFF +I (3890) RX_TASK: Command bit: 1 +I (3890) RX_TASK: Control: 0x3F +I (3890) RX_TASK: Control: P-XID +I (3900) RX_TASK: CRC: 0x5B50 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 5B 50 +I (3910) irda_crc: CRC: 0x75ED +I (3910) RX_TASK: CRC Check: INVALID + +I (3920) RX_TASK: Payload (27 bytes): +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3930) RX_TASK:  +ASCII: +.u.xE........$.Symbian EPOC + +I (3930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3950) PXID_TASK: Source Address: 0x75A87845 +I (3950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3950) PXID_TASK: Discovery Flag: 0x00 +I (3960) PXID_TASK: Slot Number: 0xFF +I (3960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3970) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (3990) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (4010) irda_crc: CRC: 0xDAD0 +I (4010) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (4020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (4030) PXID REPLY: Wrote 22 bytes +I (4030) PXID REPLY: Sent reply packet +I (4040) RX_TASK: Send Success +I (4040) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (4050) RX_TASK: Address: 0xFF +I (4050) RX_TASK: Command bit: 1 +I (4050) RX_TASK: Control: 0x3F +I (4050) RX_TASK: Control: P-XID +I (4060) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (4070) irda_crc: CRC: 0xF0B8 +I (4070) RX_TASK: CRC Check: VALID + +I (4080) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (4080) RX_TASK:  +ASCII: +.u.xE....... + +I (4090) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (4090) PXID_TASK: Source Address: 0x75A87845 +I (4100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4100) PXID_TASK: Discovery Flag: 0x00 +I (4110) PXID_TASK: Slot Number: 0x00 +I (4110) PXID_TASK: Version Number: 0x00 + + + +I (4110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (4130) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (4150) irda_crc: CRC: 0xDAD0 +I (4150) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (4160) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (4170) PXID REPLY: Wrote 22 bytes +I (4180) PXID REPLY: Sent reply packet +I (4180) RX_TASK: Send Success +I (4180) RX_TASK: Unterminated packet at offset 251 + +I (5190) RX_TASK: Read 214 bytes: '�xE����' +I (5190) RX_TASK: 0x40813260 a8 78 45 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.xE........$.Sym| +I (5190) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 5b 50 c1 ff ff ff ff |bian EPOC[P.....| +I (5200) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 75 a8 78 45 ff ff ff |.......?.u.xE...| +I (5200) RX_TASK: 0x40813290 ff 00 00 00 ae cd c1 ff ff ff ff ff ff ff ff ff |................| +I (5210) RX_TASK: 0x408132a0 ff c0 ff 3f 01 75 a8 78 45 ff ff ff ff 00 ff 00 |...?.u.xE.......| +I (5220) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 5b |.$.Symbian EPOC[| +I (5230) RX_TASK: 0x408132c0 50 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |P.............?.| +I (5240) RX_TASK: 0x408132d0 75 a8 78 45 ff ff ff ff 00 00 00 ae cd c1 ff ff |u.xE............| +I (5250) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 75 a8 78 45 |..........?.u.xE| +I (5260) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (5270) RX_TASK: 0x40813300 6e 20 45 50 4f 43 5b 50 c1 ff ff ff ff ff ff ff |n EPOC[P........| +I (5270) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 75 a8 78 45 ff ff ff ff 00 |.....?.u.xE.....| +I (5280) RX_TASK: 0x40813320 00 00 ae cd c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (5290) RX_TASK: 0x40813330 ff 3f 01 75 a8 78 |.?.u.x| +I (5300) RX_TASK: Starting to Parse: 214 +I (5300) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (5310) RX_TASK: Address: 0xFF +I (5310) RX_TASK: Command bit: 1 +I (5310) RX_TASK: Control: 0x3F +I (5320) RX_TASK: Control: P-XID +I (5320) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (5330) irda_crc: CRC: 0xF0B8 +I (5330) RX_TASK: CRC Check: VALID + +I (5340) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (5340) RX_TASK:  +ASCII: +.u.xE....... + +I (5350) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (5360) PXID_TASK: Source Address: 0x75A87845 +I (5360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5370) PXID_TASK: Discovery Flag: 0x00 +I (5370) PXID_TASK: Slot Number: 0x00 +I (5370) PXID_TASK: Version Number: 0x00 + + + +I (5380) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (5400) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (5410) irda_crc: CRC: 0xDAD0 +I (5410) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (5430) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (5440) PXID REPLY: Wrote 22 bytes +I (5440) PXID REPLY: Sent reply packet +I (5440) RX_TASK: Send Success +I (5450) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (5450) RX_TASK: Address: 0xFF +I (5450) RX_TASK: Command bit: 1 +I (5460) RX_TASK: Control: 0x3F +I (5460) RX_TASK: Control: P-XID +I (5460) RX_TASK: CRC: 0x5B50 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 5B 50 +I (5480) irda_crc: CRC: 0x75ED +I (5480) RX_TASK: CRC Check: INVALID + +I (5490) RX_TASK: Payload (27 bytes): +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5500) RX_TASK:  +ASCII: +.u.xE........$.Symbian EPOC + +I (5500) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5510) PXID_TASK: Source Address: 0x75A87845 +I (5520) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5520) PXID_TASK: Discovery Flag: 0x00 +I (5530) PXID_TASK: Slot Number: 0xFF +I (5530) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5540) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (5560) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (5570) irda_crc: CRC: 0xDAD0 +I (5580) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (5590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (5600) PXID REPLY: Wrote 22 bytes +I (5600) PXID REPLY: Sent reply packet +I (5610) RX_TASK: Send Success +I (5610) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (5610) RX_TASK: Address: 0xFF +I (5620) RX_TASK: Command bit: 1 +I (5620) RX_TASK: Control: 0x3F +I (5620) RX_TASK: Control: P-XID +I (5630) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (5640) irda_crc: CRC: 0xF0B8 +I (5640) RX_TASK: CRC Check: VALID + +I (5640) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (5650) RX_TASK:  +ASCII: +.u.xE....... + +I (5650) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (5660) PXID_TASK: Source Address: 0x75A87845 +I (5670) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5670) PXID_TASK: Discovery Flag: 0x00 +I (5670) PXID_TASK: Slot Number: 0x00 +I (5680) PXID_TASK: Version Number: 0x00 + + + +I (5680) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (5700) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (5720) irda_crc: CRC: 0xDAD0 +I (5720) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (5730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (5740) PXID REPLY: Wrote 22 bytes +I (5750) PXID REPLY: Sent reply packet +I (5750) RX_TASK: Send Success +I (5750) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (5760) RX_TASK: Address: 0xFF +I (5760) RX_TASK: Command bit: 1 +I (5760) RX_TASK: Control: 0x3F +I (5770) RX_TASK: Control: P-XID +I (5770) RX_TASK: CRC: 0x5B50 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 5B 50 +I (5780) irda_crc: CRC: 0x75ED +I (5790) RX_TASK: CRC Check: INVALID + +I (5790) RX_TASK: Payload (27 bytes): +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5800) RX_TASK:  +ASCII: +.u.xE........$.Symbian EPOC + +I (5810) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 A8 78 45 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5820) PXID_TASK: Source Address: 0x75A87845 +I (5820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5830) PXID_TASK: Discovery Flag: 0x00 +I (5830) PXID_TASK: Slot Number: 0xFF +I (5830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (5860) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (5880) irda_crc: CRC: 0xDAD0 +I (5880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (5890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (5900) PXID REPLY: Wrote 22 bytes +I (5910) PXID REPLY: Sent reply packet +I (5910) RX_TASK: Send Success +I (5910) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (5920) RX_TASK: Address: 0xFF +I (5920) RX_TASK: Command bit: 1 +I (5920) RX_TASK: Control: 0x3F +I (5930) RX_TASK: Control: P-XID +I (5930) RX_TASK: CRC: 0xAECD +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 A8 78 45 FF FF FF FF 00 00 00 AE CD +I (5940) irda_crc: CRC: 0xF0B8 +I (5940) RX_TASK: CRC Check: VALID + +I (5950) RX_TASK: Payload (12 bytes): +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (5950) RX_TASK:  +ASCII: +.u.xE....... + +I (5960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 A8 78 45 FF FF FF FF 00 00 00 +I (5970) PXID_TASK: Source Address: 0x75A87845 +I (5970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5980) PXID_TASK: Discovery Flag: 0x00 +I (5980) PXID_TASK: Slot Number: 0x00 +I (5980) PXID_TASK: Version Number: 0x00 + + + +I (5990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 +I (6010) irda_crc: CRC: 0xC2F6 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D +I (6020) irda_crc: CRC: 0xDAD0 +I (6020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 45 01 00 00 90 24 00 54 45 53 54 0A 3D C1 +I (6040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 A8 78 +I (6050) PXID REPLY: Wrote 22 bytes +I (6050) PXID REPLY: Sent reply packet +I (6050) RX_TASK: Send Success +I (6060) RX_TASK: Unterminated packet at offset 207 + diff --git a/build/log/idf_py_stdout_output_37876 b/build/log/idf_py_stdout_output_37876 new file mode 100644 index 0000000..c38579a --- /dev/null +++ b/build/log/idf_py_stdout_output_37876 @@ -0,0 +1,43 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:274:12: warning: unused variable 'eof_pos' [-Wunused-variable] + 274 | size_t eof_pos = 34; + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:402:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 402 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:471:13: warning: 'tx_task' defined but not used [-Wunused-function] + 471 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_38002 b/build/log/idf_py_stdout_output_38002 new file mode 100644 index 0000000..58fcd00 --- /dev/null +++ b/build/log/idf_py_stdout_output_38002 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.1 kbit/s)... +Hash of data verified. +Compressed 186160 bytes to 94751... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa42... (33 %) +Writing at 0x00021581... (50 %) +Writing at 0x0002884a... (66 %) +Writing at 0x00030a96... (83 %) +Writing at 0x000377c7... (100 %) +Wrote 186160 bytes (94751 compressed) at 0x00010000 in 1.7 seconds (effective 896.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.2 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_38020 b/build/log/idf_py_stdout_output_38020 new file mode 100644 index 0000000..39285a9 --- /dev/null +++ b/build/log/idf_py_stdout_output_38020 @@ -0,0 +1,639 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09f98h ( 40856) map +I (89) esp_image: segment 1: paddr=00019fc0 vaddr=40800000 size=06058h ( 24664) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15ea8h ( 89768) map +I (113) esp_image: segment 3: paddr=00035ed0 vaddr=40806058 size=060a0h ( 24736) load +I (119) esp_image: segment 4: paddr=0003bf78 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 4e0b2191f... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5860) RX_TASK: Read 256 bytes: '������������?���c����' +I (5860) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ee b0 |............?...| +I (5860) RX_TASK: 0x40813240 b3 63 ff ff ff ff 00 00 00 aa f7 c1 ff ff ff ff |.c..............| +I (5870) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 ee b0 b3 63 ff ff |........?....c..| +I (5880) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5890) RX_TASK: 0x40813270 45 50 4f 43 3d 19 c1 ff ff ff ff ff ff ff ff ff |EPOC=...........| +I (5900) RX_TASK: 0x40813280 ff c0 ff 3f 01 ee b0 b3 63 ff ff ff ff 00 00 00 |...?....c.......| +I (5910) RX_TASK: 0x40813290 aa f7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (5910) RX_TASK: 0x408132a0 01 ee b0 b3 63 ff ff ff ff 00 ff 00 82 24 00 53 |....c........$.S| +I (5920) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 3d 19 c1 ff ff |ymbian EPOC=....| +I (5930) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 ee b0 b3 63 |..........?....c| +I (5940) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 aa f7 c1 ff ff ff ff ff ff |................| +I (5950) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 ee b0 b3 63 ff ff ff ff |......?....c....| +I (5960) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (5970) RX_TASK: 0x40813300 4f 43 3d 19 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC=.............| +I (5980) RX_TASK: 0x40813310 ff 3f 01 ee b0 b3 63 ff ff ff ff 00 00 00 aa f7 |.?....c.........| +I (5980) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ee |.............?..| +I (5990) RX_TASK: Starting to Parse: 256 +I (6000) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6000) RX_TASK: Address: 0xFF +I (6000) RX_TASK: Command bit: 1 +I (6010) RX_TASK: Control: 0x3F +I (6010) RX_TASK: Control: P-XID +I (6010) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (6030) irda_crc: CRC: 0xF0B8 +I (6030) RX_TASK: CRC Check: VALID + +I (6030) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6040) RX_TASK:  +ASCII: +....c....... + +I (6040) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6050) PXID_TASK: Source Address: 0xEEB0B363 +I (6050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6060) PXID_TASK: Discovery Flag: 0x00 +I (6060) PXID_TASK: Slot Number: 0x00 +I (6070) PXID_TASK: Version Number: 0x00 + + + +I (6070) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6090) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6100) irda_crc: CRC: 0xE960 +I (6110) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6120) RX_TASK: Send Success +I (6120) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6130) RX_TASK: Address: 0xFF +I (6130) RX_TASK: Command bit: 1 +I (6130) RX_TASK: Control: 0x3F +I (6140) RX_TASK: Control: P-XID +I (6140) RX_TASK: CRC: 0x3D19 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 3D 19 +I (6160) irda_crc: CRC: 0xF0B8 +I (6160) RX_TASK: CRC Check: VALID + +I (6160) RX_TASK: Payload (27 bytes): +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6170) RX_TASK:  +ASCII: +....c........$.Symbian EPOC + +I (6180) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6190) PXID_TASK: Source Address: 0xEEB0B363 +I (6190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6200) PXID_TASK: Discovery Flag: 0x00 +I (6200) PXID_TASK: Slot Number: 0xFF +I (6210) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6240) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6250) irda_crc: CRC: 0xE960 +I (6250) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6270) RX_TASK: Send Success +I (6270) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (6270) RX_TASK: Address: 0xFF +I (6280) RX_TASK: Command bit: 1 +I (6280) RX_TASK: Control: 0x3F +I (6280) RX_TASK: Control: P-XID +I (6290) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (6300) irda_crc: CRC: 0xF0B8 +I (6300) RX_TASK: CRC Check: VALID + +I (6300) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6310) RX_TASK:  +ASCII: +....c....... + +I (6310) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6320) PXID_TASK: Source Address: 0xEEB0B363 +I (6330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6330) PXID_TASK: Discovery Flag: 0x00 +I (6330) PXID_TASK: Slot Number: 0x00 +I (6340) PXID_TASK: Version Number: 0x00 + + + +I (6340) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6360) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6380) irda_crc: CRC: 0xE960 +I (6380) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6390) RX_TASK: Send Success +I (6400) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (6400) RX_TASK: Address: 0xFF +I (6400) RX_TASK: Command bit: 1 +I (6410) RX_TASK: Control: 0x3F +I (6410) RX_TASK: Control: P-XID +I (6410) RX_TASK: CRC: 0x3D19 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 3D 19 +I (6430) irda_crc: CRC: 0xF0B8 +I (6430) RX_TASK: CRC Check: VALID + +I (6430) RX_TASK: Payload (27 bytes): +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6450) RX_TASK:  +ASCII: +....c........$.Symbian EPOC + +I (6450) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6460) PXID_TASK: Source Address: 0xEEB0B363 +I (6470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6470) PXID_TASK: Discovery Flag: 0x00 +I (6480) PXID_TASK: Slot Number: 0xFF +I (6480) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6510) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6520) irda_crc: CRC: 0xE960 +I (6530) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6540) RX_TASK: Send Success +I (6540) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (6550) RX_TASK: Address: 0xFF +I (6550) RX_TASK: Command bit: 1 +I (6550) RX_TASK: Control: 0x3F +I (6560) RX_TASK: Control: P-XID +I (6560) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (6570) irda_crc: CRC: 0xF0B8 +I (6570) RX_TASK: CRC Check: VALID + +I (6580) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6580) RX_TASK:  +ASCII: +....c....... + +I (6590) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6600) PXID_TASK: Source Address: 0xEEB0B363 +I (6600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6600) PXID_TASK: Discovery Flag: 0x00 +I (6610) PXID_TASK: Slot Number: 0x00 +I (6610) PXID_TASK: Version Number: 0x00 + + + +I (6620) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6640) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6650) irda_crc: CRC: 0xE960 +I (6650) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6670) RX_TASK: Send Success +I (6670) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (6670) RX_TASK: Address: 0xFF +I (6680) RX_TASK: Command bit: 1 +I (6680) RX_TASK: Control: 0x3F +I (6680) RX_TASK: Control: P-XID +I (6690) RX_TASK: CRC: 0x3D19 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 3D 19 +I (6700) irda_crc: CRC: 0xF0B8 +I (6700) RX_TASK: CRC Check: VALID + +I (6710) RX_TASK: Payload (27 bytes): +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6720) RX_TASK:  +ASCII: +....c........$.Symbian EPOC + +I (6720) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6740) PXID_TASK: Source Address: 0xEEB0B363 +I (6740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6740) PXID_TASK: Discovery Flag: 0x00 +I (6750) PXID_TASK: Slot Number: 0xFF +I (6750) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6780) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6800) irda_crc: CRC: 0xE960 +I (6800) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6810) RX_TASK: Send Success +I (6810) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (6820) RX_TASK: Address: 0xFF +I (6820) RX_TASK: Command bit: 1 +I (6830) RX_TASK: Control: 0x3F +I (6830) RX_TASK: Control: P-XID +I (6830) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (6840) irda_crc: CRC: 0xF0B8 +I (6850) RX_TASK: CRC Check: VALID + +I (6850) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6860) RX_TASK:  +ASCII: +....c....... + +I (6860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (6870) PXID_TASK: Source Address: 0xEEB0B363 +I (6870) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6880) PXID_TASK: Discovery Flag: 0x00 +I (6880) PXID_TASK: Slot Number: 0x00 +I (6880) PXID_TASK: Version Number: 0x00 + + + +I (6890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (6910) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (6920) irda_crc: CRC: 0xE960 +I (6930) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (6940) RX_TASK: Send Success +I (6940) RX_TASK: Unterminated packet at offset 251 + +I (7950) RX_TASK: Read 241 bytes: '��c����' +I (7950) RX_TASK: 0x40813230 b0 b3 63 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..c........$.Sym| +I (7950) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 3d 19 c1 ff ff ff ff |bian EPOC=......| +I (7960) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 ee b0 b3 63 ff ff |........?....c..| +I (7960) RX_TASK: 0x40813260 ff ff 00 00 00 aa f7 c1 ff ff ff ff ff ff ff ff |................| +I (7970) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 ee b0 b3 63 ff ff ff ff 00 ff |....?....c......| +I (7980) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (7990) RX_TASK: 0x40813290 3d 19 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |=..............?| +I (8000) RX_TASK: 0x408132a0 01 ee b0 b3 63 ff ff ff ff 00 00 00 aa f7 c1 ff |....c...........| +I (8010) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ee b0 b3 |...........?....| +I (8020) RX_TASK: 0x408132c0 63 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |c........$.Symbi| +I (8030) RX_TASK: 0x408132d0 61 6e 20 45 50 4f 43 3d 19 c1 ff ff ff ff ff ff |an EPOC=........| +I (8030) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 ee b0 b3 63 ff ff ff ff |......?....c....| +I (8040) RX_TASK: 0x408132f0 00 00 00 aa f7 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (8050) RX_TASK: 0x40813300 c0 ff 3f 01 ee b0 b3 63 ff ff ff ff 00 ff 00 82 |..?....c........| +I (8060) RX_TASK: 0x40813310 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 3d 19 |$.Symbian EPOC=.| +I (8070) RX_TASK: 0x40813320 c1 |.| +I (8080) RX_TASK: Starting to Parse: 241 +I (8080) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (8090) RX_TASK: Address: 0xFF +I (8090) RX_TASK: Command bit: 1 +I (8090) RX_TASK: Control: 0x3F +I (8090) RX_TASK: Control: P-XID +I (8100) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (8110) irda_crc: CRC: 0xF0B8 +I (8110) RX_TASK: CRC Check: VALID + +I (8120) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (8120) RX_TASK:  +ASCII: +....c....... + +I (8130) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (8130) PXID_TASK: Source Address: 0xEEB0B363 +I (8140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8140) PXID_TASK: Discovery Flag: 0x00 +I (8150) PXID_TASK: Slot Number: 0x00 +I (8150) PXID_TASK: Version Number: 0x00 + + + +I (8150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (8170) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (8190) irda_crc: CRC: 0xE960 +I (8190) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (8200) RX_TASK: Send Success +I (8210) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (8210) RX_TASK: Address: 0xFF +I (8220) RX_TASK: Command bit: 1 +I (8220) RX_TASK: Control: 0x3F +I (8220) RX_TASK: Control: P-XID +I (8220) RX_TASK: CRC: 0x3D19 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 3D 19 +I (8240) irda_crc: CRC: 0xF0B8 +I (8240) RX_TASK: CRC Check: VALID + +I (8250) RX_TASK: Payload (27 bytes): +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8260) RX_TASK:  +ASCII: +....c........$.Symbian EPOC + +I (8260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8270) PXID_TASK: Source Address: 0xEEB0B363 +I (8280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8280) PXID_TASK: Discovery Flag: 0x00 +I (8290) PXID_TASK: Slot Number: 0xFF +I (8290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (8320) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (8330) irda_crc: CRC: 0xE960 +I (8340) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (8350) RX_TASK: Send Success +I (8350) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (8360) RX_TASK: Address: 0xFF +I (8360) RX_TASK: Command bit: 1 +I (8360) RX_TASK: Control: 0x3F +I (8370) RX_TASK: Control: P-XID +I (8370) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (8380) irda_crc: CRC: 0xF0B8 +I (8380) RX_TASK: CRC Check: VALID + +I (8390) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (8390) RX_TASK:  +ASCII: +....c....... + +I (8400) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (8410) PXID_TASK: Source Address: 0xEEB0B363 +I (8410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8420) PXID_TASK: Discovery Flag: 0x00 +I (8420) PXID_TASK: Slot Number: 0x00 +I (8420) PXID_TASK: Version Number: 0x00 + + + +I (8430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (8450) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (8460) irda_crc: CRC: 0xE960 +I (8460) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (8480) RX_TASK: Send Success +I (8480) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (8490) RX_TASK: Address: 0xFF +I (8490) RX_TASK: Command bit: 1 +I (8490) RX_TASK: Control: 0x3F +I (8490) RX_TASK: Control: P-XID +I (8500) RX_TASK: CRC: 0x3D19 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 3D 19 +I (8510) irda_crc: CRC: 0xF0B8 +I (8520) RX_TASK: CRC Check: VALID + +I (8520) RX_TASK: Payload (27 bytes): +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8530) RX_TASK:  +ASCII: +....c........$.Symbian EPOC + +I (8530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8550) PXID_TASK: Source Address: 0xEEB0B363 +I (8550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8560) PXID_TASK: Discovery Flag: 0x00 +I (8560) PXID_TASK: Slot Number: 0xFF +I (8560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (8590) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (8610) irda_crc: CRC: 0xE960 +I (8610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (8620) RX_TASK: Send Success +I (8630) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (8630) RX_TASK: Address: 0xFF +I (8630) RX_TASK: Command bit: 1 +I (8640) RX_TASK: Control: 0x3F +I (8640) RX_TASK: Control: P-XID +I (8640) RX_TASK: CRC: 0xAAF7 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 00 00 AA F7 +I (8650) irda_crc: CRC: 0xF0B8 +I (8660) RX_TASK: CRC Check: VALID + +I (8660) RX_TASK: Payload (12 bytes): +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (8670) RX_TASK:  +ASCII: +....c....... + +I (8670) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 EE B0 B3 63 FF FF FF FF 00 00 00 +I (8680) PXID_TASK: Source Address: 0xEEB0B363 +I (8680) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8690) PXID_TASK: Discovery Flag: 0x00 +I (8690) PXID_TASK: Slot Number: 0x00 +I (8690) PXID_TASK: Version Number: 0x00 + + + +I (8700) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (8720) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (8730) irda_crc: CRC: 0xE960 +I (8740) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (8750) RX_TASK: Send Success +I (8750) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (8760) RX_TASK: Address: 0xFF +I (8760) RX_TASK: Command bit: 1 +I (8760) RX_TASK: Control: 0x3F +I (8770) RX_TASK: Control: P-XID +I (8770) RX_TASK: CRC: 0x3D19 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 3D 19 +I (8790) irda_crc: CRC: 0xF0B8 +I (8790) RX_TASK: CRC Check: VALID + +I (8790) RX_TASK: Payload (27 bytes): +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8800) RX_TASK:  +ASCII: +....c........$.Symbian EPOC + +I (8810) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 EE B0 B3 63 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8820) PXID_TASK: Source Address: 0xEEB0B363 +I (8820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8830) PXID_TASK: Discovery Flag: 0x00 +I (8830) PXID_TASK: Slot Number: 0xFF +I (8840) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 +I (8870) irda_crc: CRC: 0xEA45 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 +I (8880) irda_crc: CRC: 0xE960 +I (8880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 EE B0 B3 63 01 00 00 90 24 00 54 45 53 54 BB 15 C1 +I (8900) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_38031 b/build/log/idf_py_stdout_output_38031 new file mode 100644 index 0000000..7341cc1 --- /dev/null +++ b/build/log/idf_py_stdout_output_38031 @@ -0,0 +1,39 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:398:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 398 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:467:13: warning: 'tx_task' defined but not used [-Wunused-function] + 467 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_38157 b/build/log/idf_py_stdout_output_38157 new file mode 100644 index 0000000..2fc48e9 --- /dev/null +++ b/build/log/idf_py_stdout_output_38157 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 492.6 kbit/s)... +Hash of data verified. +Compressed 186160 bytes to 94752... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa41... (33 %) +Writing at 0x00021581... (50 %) +Writing at 0x0002884a... (66 %) +Writing at 0x00030a96... (83 %) +Writing at 0x000377c6... (100 %) +Wrote 186160 bytes (94752 compressed) at 0x00010000 in 1.6 seconds (effective 902.6 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 409.9 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_38175 b/build/log/idf_py_stdout_output_38175 new file mode 100644 index 0000000..a247f4a --- /dev/null +++ b/build/log/idf_py_stdout_output_38175 @@ -0,0 +1,638 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09f98h ( 40856) map +I (89) esp_image: segment 1: paddr=00019fc0 vaddr=40800000 size=06058h ( 24664) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15ea8h ( 89768) map +I (113) esp_image: segment 3: paddr=00035ed0 vaddr=40806058 size=060a0h ( 24736) load +I (119) esp_image: segment 4: paddr=0003bf78 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 3e3ef50fb... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3290) RX_TASK: Read 256 bytes: '������������?�� ����' +I (3290) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 99 ca |............?...| +I (3290) RX_TASK: 0x40813240 17 0b ff ff ff ff 00 00 00 cb e5 c1 ff ff ff ff |................| +I (3300) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 99 ca 17 0b ff ff |........?.......| +I (3310) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (3310) RX_TASK: 0x40813270 45 50 4f 43 7f ac c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (3320) RX_TASK: 0x40813280 ff c0 ff 3f 01 99 ca 17 0b ff ff ff ff 00 00 00 |...?............| +I (3330) RX_TASK: 0x40813290 cb e5 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (3340) RX_TASK: 0x408132a0 99 ca 17 0b ff ff ff ff 00 ff 00 82 24 00 53 79 |............$.Sy| +I (3350) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 7f ac c1 ff ff ff |mbian EPOC......| +I (3360) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 99 ca 17 0b ff |.........?......| +I (3370) RX_TASK: 0x408132d0 ff ff ff 00 00 00 cb e5 c1 ff ff ff ff ff ff ff |................| +I (3380) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 99 ca 17 0b ff ff ff ff 00 |.....?..........| +I (3380) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (3390) RX_TASK: 0x40813300 43 7f ac c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (3400) RX_TASK: 0x40813310 3f 01 99 ca 17 0b ff ff ff ff 00 00 00 cb e5 c1 |?...............| +I (3410) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 99 ca |............?...| +I (3420) RX_TASK: Starting to Parse: 256 +I (3420) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3430) RX_TASK: Address: 0xFF +I (3430) RX_TASK: Command bit: 1 +I (3430) RX_TASK: Control: 0x3F +I (3440) RX_TASK: Control: P-XID +I (3440) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (3450) irda_crc: CRC: 0xF0B8 +I (3460) RX_TASK: CRC Check: VALID + +I (3460) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (3470) RX_TASK:  +ASCII: +............ + +I (3470) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (3480) PXID_TASK: Source Address: 0x99CA170B +I (3480) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3490) PXID_TASK: Discovery Flag: 0x00 +I (3490) PXID_TASK: Slot Number: 0x00 +I (3490) PXID_TASK: Version Number: 0x00 + + + +I (3500) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (3520) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (3530) irda_crc: CRC: 0xE960 +I (3530) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (3550) RX_TASK: Send Success +I (3550) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3560) RX_TASK: Address: 0xFF +I (3560) RX_TASK: Command bit: 1 +I (3560) RX_TASK: Control: 0x3F +I (3560) RX_TASK: Control: P-XID +I (3570) RX_TASK: CRC: 0x7FAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7F AC +I (3580) irda_crc: CRC: 0xF0B8 +I (3590) RX_TASK: CRC Check: VALID + +I (3590) RX_TASK: Payload (27 bytes): +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3600) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (3610) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3620) PXID_TASK: Source Address: 0x99CA170B +I (3620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3630) PXID_TASK: Discovery Flag: 0x00 +I (3630) PXID_TASK: Slot Number: 0xFF +I (3630) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3640) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (3660) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (3680) irda_crc: CRC: 0xE960 +I (3680) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (3690) RX_TASK: Send Success +I (3700) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (3700) RX_TASK: Address: 0xFF +I (3700) RX_TASK: Command bit: 1 +I (3710) RX_TASK: Control: 0x3F +I (3710) RX_TASK: Control: P-XID +I (3710) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (3720) irda_crc: CRC: 0xF0B8 +I (3730) RX_TASK: CRC Check: VALID + +I (3730) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (3740) RX_TASK:  +ASCII: +............ + +I (3740) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (3750) PXID_TASK: Source Address: 0x99CA170B +I (3750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3760) PXID_TASK: Discovery Flag: 0x00 +I (3760) PXID_TASK: Slot Number: 0x00 +I (3770) PXID_TASK: Version Number: 0x00 + + + +I (3770) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (3790) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (3800) irda_crc: CRC: 0xE960 +I (3810) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (3820) RX_TASK: Send Success +I (3820) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (3830) RX_TASK: Address: 0xFF +I (3830) RX_TASK: Command bit: 1 +I (3830) RX_TASK: Control: 0x3F +I (3840) RX_TASK: Control: P-XID +I (3840) RX_TASK: CRC: 0x7FAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7F AC +I (3860) irda_crc: CRC: 0xF0B8 +I (3860) RX_TASK: CRC Check: VALID + +I (3860) RX_TASK: Payload (27 bytes): +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3870) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (3880) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3890) PXID_TASK: Source Address: 0x99CA170B +I (3890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3900) PXID_TASK: Discovery Flag: 0x00 +I (3900) PXID_TASK: Slot Number: 0xFF +I (3910) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3910) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (3940) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (3950) irda_crc: CRC: 0xE960 +I (3950) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (3970) RX_TASK: Send Success +I (3970) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (3970) RX_TASK: Address: 0xFF +I (3980) RX_TASK: Command bit: 1 +I (3980) RX_TASK: Control: 0x3F +I (3980) RX_TASK: Control: P-XID +I (3990) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (4000) irda_crc: CRC: 0xF0B8 +I (4000) RX_TASK: CRC Check: VALID + +I (4000) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (4010) RX_TASK:  +ASCII: +............ + +I (4010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (4020) PXID_TASK: Source Address: 0x99CA170B +I (4030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4030) PXID_TASK: Discovery Flag: 0x00 +I (4030) PXID_TASK: Slot Number: 0x00 +I (4040) PXID_TASK: Version Number: 0x00 + + + +I (4040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (4060) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (4080) irda_crc: CRC: 0xE960 +I (4080) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (4090) RX_TASK: Send Success +I (4100) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (4100) RX_TASK: Address: 0xFF +I (4100) RX_TASK: Command bit: 1 +I (4110) RX_TASK: Control: 0x3F +I (4110) RX_TASK: Control: P-XID +I (4110) RX_TASK: CRC: 0x7FAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7F AC +I (4130) irda_crc: CRC: 0xF0B8 +I (4130) RX_TASK: CRC Check: VALID + +I (4130) RX_TASK: Payload (27 bytes): +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4150) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (4150) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4160) PXID_TASK: Source Address: 0x99CA170B +I (4170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4170) PXID_TASK: Discovery Flag: 0x00 +I (4170) PXID_TASK: Slot Number: 0xFF +I (4180) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4190) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (4210) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (4220) irda_crc: CRC: 0xE960 +I (4230) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (4240) RX_TASK: Send Success +I (4240) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (4250) RX_TASK: Address: 0xFF +I (4250) RX_TASK: Command bit: 1 +I (4250) RX_TASK: Control: 0x3F +I (4260) RX_TASK: Control: P-XID +I (4260) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (4270) irda_crc: CRC: 0xF0B8 +I (4270) RX_TASK: CRC Check: VALID + +I (4280) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (4280) RX_TASK:  +ASCII: +............ + +I (4290) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (4290) PXID_TASK: Source Address: 0x99CA170B +I (4300) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4300) PXID_TASK: Discovery Flag: 0x00 +I (4310) PXID_TASK: Slot Number: 0x00 +I (4310) PXID_TASK: Version Number: 0x00 + + + +I (4310) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (4340) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (4350) irda_crc: CRC: 0xE960 +I (4350) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (4370) RX_TASK: Send Success +I (4370) RX_TASK: Unterminated packet at offset 250 + +I (5370) RX_TASK: Read 240 bytes: ' ����' +I (5370) RX_TASK: 0x40813230 17 0b ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (5370) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 7f ac c1 ff ff ff ff ff |ian EPOC........| +I (5380) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 99 ca 17 0b ff ff ff |.......?........| +I (5380) RX_TASK: 0x40813260 ff 00 00 00 cb e5 c1 ff ff ff ff ff ff ff ff ff |................| +I (5390) RX_TASK: 0x40813270 ff c0 ff 3f 01 99 ca 17 0b ff ff ff ff 00 ff 00 |...?............| +I (5400) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 7f |.$.Symbian EPOC.| +I (5410) RX_TASK: 0x40813290 ac c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (5420) RX_TASK: 0x408132a0 99 ca 17 0b ff ff ff ff 00 00 00 cb e5 c1 ff ff |................| +I (5430) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 99 ca 17 0b |..........?.....| +I (5440) RX_TASK: 0x408132c0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (5450) RX_TASK: 0x408132d0 6e 20 45 50 4f 43 7f ac c1 ff ff ff ff ff ff ff |n EPOC..........| +I (5450) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 99 ca 17 0b ff ff ff ff 00 |.....?..........| +I (5460) RX_TASK: 0x408132f0 00 00 cb e5 c1 ff ff ff ff ff ff ff ff ff ff c0 |................| +I (5470) RX_TASK: 0x40813300 ff 3f 01 99 ca 17 0b ff ff ff ff 00 ff 00 82 24 |.?.............$| +I (5480) RX_TASK: 0x40813310 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 7f ac c1 |.Symbian EPOC...| +I (5490) RX_TASK: Starting to Parse: 240 +I (5490) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (5500) RX_TASK: Address: 0xFF +I (5500) RX_TASK: Command bit: 1 +I (5500) RX_TASK: Control: 0x3F +I (5510) RX_TASK: Control: P-XID +I (5510) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (5520) irda_crc: CRC: 0xF0B8 +I (5520) RX_TASK: CRC Check: VALID + +I (5530) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (5530) RX_TASK:  +ASCII: +............ + +I (5540) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (5550) PXID_TASK: Source Address: 0x99CA170B +I (5550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5560) PXID_TASK: Discovery Flag: 0x00 +I (5560) PXID_TASK: Slot Number: 0x00 +I (5560) PXID_TASK: Version Number: 0x00 + + + +I (5570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (5590) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (5600) irda_crc: CRC: 0xE960 +I (5600) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (5620) RX_TASK: Send Success +I (5620) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (5630) RX_TASK: Address: 0xFF +I (5630) RX_TASK: Command bit: 1 +I (5630) RX_TASK: Control: 0x3F +I (5630) RX_TASK: Control: P-XID +I (5640) RX_TASK: CRC: 0x7FAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7F AC +I (5650) irda_crc: CRC: 0xF0B8 +I (5660) RX_TASK: CRC Check: VALID + +I (5660) RX_TASK: Payload (27 bytes): +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5670) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (5670) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5690) PXID_TASK: Source Address: 0x99CA170B +I (5690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5700) PXID_TASK: Discovery Flag: 0x00 +I (5700) PXID_TASK: Slot Number: 0xFF +I (5700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (5730) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (5750) irda_crc: CRC: 0xE960 +I (5750) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (5760) RX_TASK: Send Success +I (5770) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (5770) RX_TASK: Address: 0xFF +I (5770) RX_TASK: Command bit: 1 +I (5780) RX_TASK: Control: 0x3F +I (5780) RX_TASK: Control: P-XID +I (5780) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (5790) irda_crc: CRC: 0xF0B8 +I (5800) RX_TASK: CRC Check: VALID + +I (5800) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (5810) RX_TASK:  +ASCII: +............ + +I (5810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (5820) PXID_TASK: Source Address: 0x99CA170B +I (5820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5830) PXID_TASK: Discovery Flag: 0x00 +I (5830) PXID_TASK: Slot Number: 0x00 +I (5830) PXID_TASK: Version Number: 0x00 + + + +I (5840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (5860) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (5870) irda_crc: CRC: 0xE960 +I (5880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (5890) RX_TASK: Send Success +I (5890) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (5900) RX_TASK: Address: 0xFF +I (5900) RX_TASK: Command bit: 1 +I (5900) RX_TASK: Control: 0x3F +I (5910) RX_TASK: Control: P-XID +I (5910) RX_TASK: CRC: 0x7FAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7F AC +I (5930) irda_crc: CRC: 0xF0B8 +I (5930) RX_TASK: CRC Check: VALID + +I (5930) RX_TASK: Payload (27 bytes): +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5940) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (5950) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5960) PXID_TASK: Source Address: 0x99CA170B +I (5960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5970) PXID_TASK: Discovery Flag: 0x00 +I (5970) PXID_TASK: Slot Number: 0xFF +I (5980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (6010) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (6020) irda_crc: CRC: 0xE960 +I (6020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (6040) RX_TASK: Send Success +I (6040) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (6040) RX_TASK: Address: 0xFF +I (6050) RX_TASK: Command bit: 1 +I (6050) RX_TASK: Control: 0x3F +I (6050) RX_TASK: Control: P-XID +I (6060) RX_TASK: CRC: 0xCBE5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 00 00 CB E5 +I (6070) irda_crc: CRC: 0xF0B8 +I (6070) RX_TASK: CRC Check: VALID + +I (6070) RX_TASK: Payload (12 bytes): +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (6080) RX_TASK:  +ASCII: +............ + +I (6080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 99 CA 17 0B FF FF FF FF 00 00 00 +I (6090) PXID_TASK: Source Address: 0x99CA170B +I (6100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6100) PXID_TASK: Discovery Flag: 0x00 +I (6100) PXID_TASK: Slot Number: 0x00 +I (6110) PXID_TASK: Version Number: 0x00 + + + +I (6110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (6130) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (6150) irda_crc: CRC: 0xE960 +I (6150) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (6160) RX_TASK: Send Success +I (6170) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (6170) RX_TASK: Address: 0xFF +I (6170) RX_TASK: Command bit: 1 +I (6180) RX_TASK: Control: 0x3F +I (6180) RX_TASK: Control: P-XID +I (6180) RX_TASK: CRC: 0x7FAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7F AC +I (6200) irda_crc: CRC: 0xF0B8 +I (6200) RX_TASK: CRC Check: VALID + +I (6200) RX_TASK: Payload (27 bytes): +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6210) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (6220) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 99 CA 17 0B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6230) PXID_TASK: Source Address: 0x99CA170B +I (6240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6240) PXID_TASK: Discovery Flag: 0x00 +I (6240) PXID_TASK: Slot Number: 0xFF +I (6250) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 +I (6280) irda_crc: CRC: 0x12F5 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED +I (6290) irda_crc: CRC: 0xE960 +I (6290) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 99 CA 17 0B 01 00 00 90 24 00 54 45 53 54 0B ED C1 +I (6310) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_38188 b/build/log/idf_py_stdout_output_38188 new file mode 100644 index 0000000..9606577 --- /dev/null +++ b/build/log/idf_py_stdout_output_38188 @@ -0,0 +1,7 @@ +[1/4] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. +[2/4] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/4] No install step for 'bootloader' +[4/4] Completed 'bootloader' diff --git a/build/log/idf_py_stdout_output_38211 b/build/log/idf_py_stdout_output_38211 new file mode 100644 index 0000000..7341cc1 --- /dev/null +++ b/build/log/idf_py_stdout_output_38211 @@ -0,0 +1,39 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'validate_irda_crc': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:92:50: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 92 | u16 calculated = irda_crc(PPPINITFCS, packet + 1, len - 2); + | ~~~~~~~^~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const u8 *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:142:9: warning: unused variable 'packet_count' [-Wunused-variable] + 142 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:398:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 398 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:467:13: warning: 'tx_task' defined but not used [-Wunused-function] + 467 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_38337 b/build/log/idf_py_stdout_output_38337 new file mode 100644 index 0000000..f88e521 --- /dev/null +++ b/build/log/idf_py_stdout_output_38337 @@ -0,0 +1,32 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:385:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 385 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_38465 b/build/log/idf_py_stdout_output_38465 new file mode 100644 index 0000000..8741b0a --- /dev/null +++ b/build/log/idf_py_stdout_output_38465 @@ -0,0 +1,49 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:335:82: error: 'packet_count' undeclared (first use in this function); did you mean 'packet_len'? + 335 | ESP_LOGI(RX_TASK_TAG, "Invalid header in packet %d at offset %zu\n", packet_count+1, i); + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:335:13: note: in expansion of macro 'ESP_LOGI' + 335 | ESP_LOGI(RX_TASK_TAG, "Invalid header in packet %d at offset %zu\n", packet_count+1, i); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:335:82: note: each undeclared identifier is reported only once for each function it appears in + 335 | ESP_LOGI(RX_TASK_TAG, "Invalid header in packet %d at offset %zu\n", packet_count+1, i); + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:335:13: note: in expansion of macro 'ESP_LOGI' + 335 | ESP_LOGI(RX_TASK_TAG, "Invalid header in packet %d at offset %zu\n", packet_count+1, i); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:384:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 384 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function] + 453 | static void tx_task(void *arg) + | ^~~~~~~ +[4/9] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_38483 b/build/log/idf_py_stdout_output_38483 new file mode 100644 index 0000000..f88e521 --- /dev/null +++ b/build/log/idf_py_stdout_output_38483 @@ -0,0 +1,32 @@ +[1/9] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/9] No install step for 'bootloader' +[3/9] Completed 'bootloader' +[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:385:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 385 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/9] Linking C static library esp-idf/main/libmain.a +[6/9] Generating ld/sections.ld +[7/9] Linking CXX executable uart_async_rxtxtasks.elf +[8/9] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/9] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. diff --git a/build/log/idf_py_stdout_output_38607 b/build/log/idf_py_stdout_output_38607 new file mode 100644 index 0000000..f4df88b --- /dev/null +++ b/build/log/idf_py_stdout_output_38607 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d730 bytes. Smallest app partition is 0x100000 bytes. 0xd28d0 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 505.4 kbit/s)... +Hash of data verified. +Compressed 186160 bytes to 94753... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa40... (33 %) +Writing at 0x0002157e... (50 %) +Writing at 0x00028846... (66 %) +Writing at 0x00030a94... (83 %) +Writing at 0x000377c5... (100 %) +Wrote 186160 bytes (94753 compressed) at 0x00010000 in 1.7 seconds (effective 902.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_38626 b/build/log/idf_py_stdout_output_38626 new file mode 100644 index 0000000..574e792 --- /dev/null +++ b/build/log/idf_py_stdout_output_38626 @@ -0,0 +1,1497 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09f98h ( 40856) map +I (89) esp_image: segment 1: paddr=00019fc0 vaddr=40800000 size=06058h ( 24664) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15ea8h ( 89768) map +I (113) esp_image: segment 3: paddr=00035ed0 vaddr=40806058 size=060a0h ( 24736) load +I (119) esp_image: segment 4: paddr=0003bf78 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: c78fd16dd... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (2570) RX_TASK: Read 256 bytes: '������������?�)(����' +I (2570) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d0 29 |............?..)| +I (2570) RX_TASK: 0x40813240 1f 28 ff ff ff ff 00 00 00 4e a9 c1 ff ff ff ff |.(.......N......| +I (2580) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 d0 29 1f 28 ff ff |........?..).(..| +I (2590) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (2600) RX_TASK: 0x40813270 45 50 4f 43 2c ac c1 ff ff ff ff ff ff ff ff ff |EPOC,...........| +I (2600) RX_TASK: 0x40813280 ff c0 ff 3f 01 d0 29 1f 28 ff ff ff ff 00 00 00 |...?..).(.......| +I (2610) RX_TASK: 0x40813290 4e a9 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |N..............?| +I (2620) RX_TASK: 0x408132a0 01 d0 29 1f 28 ff ff ff ff 00 ff 00 82 24 00 53 |..).(........$.S| +I (2630) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 2c ac c1 ff ff |ymbian EPOC,....| +I (2640) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 d0 29 1f 28 |..........?..).(| +I (2650) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 4e a9 c1 ff ff ff ff ff ff |.......N........| +I (2660) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 d0 29 1f 28 ff ff ff ff |......?..).(....| +I (2670) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (2670) RX_TASK: 0x40813300 4f 43 2c ac c1 ff ff ff ff ff ff ff ff ff ff c0 |OC,.............| +I (2680) RX_TASK: 0x40813310 ff 3f 01 d0 29 1f 28 ff ff ff ff 00 00 00 4e a9 |.?..).(.......N.| +I (2690) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d0 |.............?..| +I (2700) RX_TASK: Starting to Parse: 256 +I (2700) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (2710) RX_TASK: Address: 0xFF +I (2710) RX_TASK: Command bit: 1 +I (2720) RX_TASK: Control: 0x3F +I (2720) RX_TASK: Control: P-XID +I (2720) RX_TASK: CRC: 0x4EA9 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 00 00 4E A9 +I (2730) irda_crc1: CRC: 0xF0B8 +I (2740) RX_TASK: CRC Check: VALID + +I (2740) RX_TASK: Payload (12 bytes): +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (2750) RX_TASK:  +ASCII: +..).(....... + +I (2750) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (2760) PXID_TASK: Source Address: 0xD0291F28 +I (2760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2770) PXID_TASK: Discovery Flag: 0x00 +I (2770) PXID_TASK: Slot Number: 0x00 +I (2770) PXID_TASK: Version Number: 0x00 + + + +I (2780) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (2800) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (2810) irda_crc1: CRC: 0xDAD0 +I (2820) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (2830) RX_TASK: Send Success +I (2830) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (2840) RX_TASK: Address: 0xFF +I (2840) RX_TASK: Command bit: 1 +I (2840) RX_TASK: Control: 0x3F +I (2850) RX_TASK: Control: P-XID +I (2850) RX_TASK: CRC: 0x2CAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2C AC +I (2860) irda_crc1: CRC: 0xF0B8 +I (2870) RX_TASK: CRC Check: VALID + +I (2870) RX_TASK: Payload (27 bytes): +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2880) RX_TASK:  +ASCII: +..).(........$.Symbian EPOC + +I (2890) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (2900) PXID_TASK: Source Address: 0xD0291F28 +I (2900) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2910) PXID_TASK: Discovery Flag: 0x00 +I (2910) PXID_TASK: Slot Number: 0xFF +I (2910) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (2920) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (2940) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (2960) irda_crc1: CRC: 0xDAD0 +I (2960) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (2970) RX_TASK: Send Success +I (2980) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (2980) RX_TASK: Address: 0xFF +I (2990) RX_TASK: Command bit: 1 +I (2990) RX_TASK: Control: 0x3F +I (2990) RX_TASK: Control: P-XID +I (2990) RX_TASK: CRC: 0x4EA9 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 00 00 4E A9 +I (3010) irda_crc1: CRC: 0xF0B8 +I (3010) RX_TASK: CRC Check: VALID + +I (3010) RX_TASK: Payload (12 bytes): +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (3020) RX_TASK:  +ASCII: +..).(....... + +I (3020) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (3030) PXID_TASK: Source Address: 0xD0291F28 +I (3030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3040) PXID_TASK: Discovery Flag: 0x00 +I (3040) PXID_TASK: Slot Number: 0x00 +I (3050) PXID_TASK: Version Number: 0x00 + + + +I (3050) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (3070) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (3090) irda_crc1: CRC: 0xDAD0 +I (3090) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (3100) RX_TASK: Send Success +I (3100) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (3110) RX_TASK: Address: 0xFF +I (3110) RX_TASK: Command bit: 1 +I (3120) RX_TASK: Control: 0x3F +I (3120) RX_TASK: Control: P-XID +I (3120) RX_TASK: CRC: 0x2CAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2C AC +I (3140) irda_crc1: CRC: 0xF0B8 +I (3140) RX_TASK: CRC Check: VALID + +I (3140) RX_TASK: Payload (27 bytes): +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3150) RX_TASK:  +ASCII: +..).(........$.Symbian EPOC + +I (3160) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3170) PXID_TASK: Source Address: 0xD0291F28 +I (3180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3180) PXID_TASK: Discovery Flag: 0x00 +I (3180) PXID_TASK: Slot Number: 0xFF +I (3190) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (3220) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (3230) irda_crc1: CRC: 0xDAD0 +I (3230) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (3250) RX_TASK: Send Success +I (3250) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (3260) RX_TASK: Address: 0xFF +I (3260) RX_TASK: Command bit: 1 +I (3260) RX_TASK: Control: 0x3F +I (3260) RX_TASK: Control: P-XID +I (3270) RX_TASK: CRC: 0x4EA9 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 00 00 4E A9 +I (3280) irda_crc1: CRC: 0xF0B8 +I (3280) RX_TASK: CRC Check: VALID + +I (3290) RX_TASK: Payload (12 bytes): +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (3290) RX_TASK:  +ASCII: +..).(....... + +I (3300) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (3300) PXID_TASK: Source Address: 0xD0291F28 +I (3310) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3310) PXID_TASK: Discovery Flag: 0x00 +I (3320) PXID_TASK: Slot Number: 0x00 +I (3320) PXID_TASK: Version Number: 0x00 + + + +I (3320) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (3340) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (3360) irda_crc1: CRC: 0xDAD0 +I (3360) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (3370) RX_TASK: Send Success +I (3380) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (3380) RX_TASK: Address: 0xFF +I (3390) RX_TASK: Command bit: 1 +I (3390) RX_TASK: Control: 0x3F +I (3390) RX_TASK: Control: P-XID +I (3390) RX_TASK: CRC: 0x2CAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2C AC +I (3410) irda_crc1: CRC: 0xF0B8 +I (3410) RX_TASK: CRC Check: VALID + +I (3420) RX_TASK: Payload (27 bytes): +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3430) RX_TASK:  +ASCII: +..).(........$.Symbian EPOC + +I (3430) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3440) PXID_TASK: Source Address: 0xD0291F28 +I (3450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3450) PXID_TASK: Discovery Flag: 0x00 +I (3460) PXID_TASK: Slot Number: 0xFF +I (3460) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (3490) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (3500) irda_crc1: CRC: 0xDAD0 +I (3510) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (3520) RX_TASK: Send Success +I (3520) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (3530) RX_TASK: Address: 0xFF +I (3530) RX_TASK: Command bit: 1 +I (3530) RX_TASK: Control: 0x3F +I (3540) RX_TASK: Control: P-XID +I (3540) RX_TASK: CRC: 0x4EA9 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 00 00 4E A9 +I (3550) irda_crc1: CRC: 0xF0B8 +I (3560) RX_TASK: CRC Check: VALID + +I (3560) RX_TASK: Payload (12 bytes): +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (3570) RX_TASK:  +ASCII: +..).(....... + +I (3570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (3580) PXID_TASK: Source Address: 0xD0291F28 +I (3580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3590) PXID_TASK: Discovery Flag: 0x00 +I (3590) PXID_TASK: Slot Number: 0x00 +I (3590) PXID_TASK: Version Number: 0x00 + + + +I (3600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (3620) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (3630) irda_crc1: CRC: 0xDAD0 +I (3630) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (3650) RX_TASK: Send Success +I (3650) RX_TASK: Unterminated packet at offset 251 + +I (4660) RX_TASK: Read 162 bytes: ')(����' +I (4660) RX_TASK: 0x40813230 29 1f 28 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |).(........$.Sym| +I (4660) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 2c ac c1 ff ff ff ff |bian EPOC,......| +I (4670) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 d0 29 1f 28 ff ff |........?..).(..| +I (4670) RX_TASK: 0x40813260 ff ff 00 00 00 4e a9 c1 ff ff ff ff ff ff ff ff |.....N..........| +I (4680) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 d0 29 1f 28 ff ff ff ff 00 ff |....?..).(......| +I (4690) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (4700) RX_TASK: 0x40813290 2c ac c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |,..............?| +I (4710) RX_TASK: 0x408132a0 01 d0 29 1f 28 ff ff ff ff 00 00 00 4e a9 c1 ff |..).(.......N...| +I (4720) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 d0 29 1f |...........?..).| +I (4730) RX_TASK: 0x408132c0 28 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |(........$.Symbi| +I (4740) RX_TASK: 0x408132d0 61 6e |an| +I (4740) RX_TASK: Starting to Parse: 162 +I (4750) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (4750) RX_TASK: Address: 0xFF +I (4760) RX_TASK: Command bit: 1 +I (4760) RX_TASK: Control: 0x3F +I (4760) RX_TASK: Control: P-XID +I (4760) RX_TASK: CRC: 0x4EA9 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 00 00 4E A9 +I (4780) irda_crc1: CRC: 0xF0B8 +I (4780) RX_TASK: CRC Check: VALID + +I (4780) RX_TASK: Payload (12 bytes): +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (4790) RX_TASK:  +ASCII: +..).(....... + +I (4790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (4800) PXID_TASK: Source Address: 0xD0291F28 +I (4800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4810) PXID_TASK: Discovery Flag: 0x00 +I (4810) PXID_TASK: Slot Number: 0x00 +I (4820) PXID_TASK: Version Number: 0x00 + + + +I (4820) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (4840) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (4860) irda_crc1: CRC: 0xDAD0 +I (4860) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (4870) RX_TASK: Send Success +I (4870) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (4880) RX_TASK: Address: 0xFF +I (4880) RX_TASK: Command bit: 1 +I (4890) RX_TASK: Control: 0x3F +I (4890) RX_TASK: Control: P-XID +I (4890) RX_TASK: CRC: 0x2CAC +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 2C AC +I (4910) irda_crc1: CRC: 0xF0B8 +I (4910) RX_TASK: CRC Check: VALID + +I (4910) RX_TASK: Payload (27 bytes): +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4920) RX_TASK:  +ASCII: +..).(........$.Symbian EPOC + +I (4930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 D0 29 1F 28 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4940) PXID_TASK: Source Address: 0xD0291F28 +I (4940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4950) PXID_TASK: Discovery Flag: 0x00 +I (4950) PXID_TASK: Slot Number: 0xFF +I (4960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4970) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (4990) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (5000) irda_crc1: CRC: 0xDAD0 +I (5000) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (5020) RX_TASK: Send Success +I (5020) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (5030) RX_TASK: Address: 0xFF +I (5030) RX_TASK: Command bit: 1 +I (5030) RX_TASK: Control: 0x3F +I (5030) RX_TASK: Control: P-XID +I (5040) RX_TASK: CRC: 0x4EA9 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 D0 29 1F 28 FF FF FF FF 00 00 00 4E A9 +I (5050) irda_crc1: CRC: 0xF0B8 +I (5050) RX_TASK: CRC Check: VALID + +I (5050) RX_TASK: Payload (12 bytes): +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (5060) RX_TASK:  +ASCII: +..).(....... + +I (5070) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 D0 29 1F 28 FF FF FF FF 00 00 00 +I (5070) PXID_TASK: Source Address: 0xD0291F28 +I (5080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5080) PXID_TASK: Discovery Flag: 0x00 +I (5090) PXID_TASK: Slot Number: 0x00 +I (5090) PXID_TASK: Version Number: 0x00 + + + +I (5090) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 +I (5110) irda_crc1: CRC: 0xC962 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 +I (5130) irda_crc1: CRC: 0xDAD0 +I (5130) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 D0 29 1F 28 01 00 00 90 24 00 54 45 53 54 9E 36 C1 +I (5140) RX_TASK: Send Success +I (5150) RX_TASK: Unterminated packet at offset 137 + +I (83210) RX_TASK: Read 256 bytes: '������������?=c�7����' +I (83210) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 63 |............?.=c| +I (83220) RX_TASK: 0x40813240 d1 37 ff ff ff ff 00 00 00 03 d0 c1 ff ff ff ff |.7..............| +I (83230) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 3d 63 d1 37 ff ff |........?.=c.7..| +I (83240) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (83240) RX_TASK: 0x40813270 45 50 4f 43 f1 a7 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (83250) RX_TASK: 0x40813280 ff c0 ff 3f 01 3d 63 d1 37 ff ff ff ff 00 00 00 |...?.=c.7.......| +I (83260) RX_TASK: 0x40813290 03 d0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (83270) RX_TASK: 0x408132a0 01 3d 63 d1 37 ff ff ff ff 00 ff 00 82 24 00 53 |.=c.7........$.S| +I (83280) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 f1 a7 c1 ff ff |ymbian EPOC.....| +I (83290) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 63 d1 37 |..........?.=c.7| +I (83300) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 03 d0 c1 ff ff ff ff ff ff |................| +I (83310) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 3d 63 d1 37 ff ff ff ff |......?.=c.7....| +I (83320) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (83320) RX_TASK: 0x40813300 4f 43 f1 a7 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (83330) RX_TASK: 0x40813310 ff 3f 01 3d 63 d1 37 ff ff ff ff 00 00 00 03 d0 |.?.=c.7.........| +I (83340) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3d |.............?.=| +I (83350) RX_TASK: Starting to Parse: 256 +I (83350) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (83360) RX_TASK: Address: 0xFF +I (83360) RX_TASK: Command bit: 1 +I (83370) RX_TASK: Control: 0x3F +I (83370) RX_TASK: Control: P-XID +I (83370) RX_TASK: CRC: 0x03D0 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 00 00 03 D0 +I (83380) irda_crc1: CRC: 0xF0B8 +I (83390) RX_TASK: CRC Check: VALID + +I (83390) RX_TASK: Payload (12 bytes): +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (83400) RX_TASK:  +ASCII: +.=c.7....... + +I (83400) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (83410) PXID_TASK: Source Address: 0x3D63D137 +I (83410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (83420) PXID_TASK: Discovery Flag: 0x00 +I (83420) PXID_TASK: Slot Number: 0x00 +I (83420) PXID_TASK: Version Number: 0x00 + + + +I (83430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (83450) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (83460) irda_crc1: CRC: 0xE960 +I (83470) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (83480) RX_TASK: Send Success +I (83480) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (83490) RX_TASK: Address: 0xFF +I (83490) RX_TASK: Command bit: 1 +I (83490) RX_TASK: Control: 0x3F +I (83500) RX_TASK: Control: P-XID +I (83500) RX_TASK: CRC: 0xF1A7 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F1 A7 +I (83520) irda_crc1: CRC: 0xF0B8 +I (83520) RX_TASK: CRC Check: VALID + +I (83520) RX_TASK: Payload (27 bytes): +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (83530) RX_TASK:  +ASCII: +.=c.7........$.Symbian EPOC + +I (83540) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (83550) PXID_TASK: Source Address: 0x3D63D137 +I (83560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (83560) PXID_TASK: Discovery Flag: 0x00 +I (83560) PXID_TASK: Slot Number: 0xFF +I (83570) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (83580) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (83600) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (83610) irda_crc1: CRC: 0xE960 +I (83610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (83630) RX_TASK: Send Success +I (83630) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (83640) RX_TASK: Address: 0xFF +I (83640) RX_TASK: Command bit: 1 +I (83640) RX_TASK: Control: 0x3F +I (83650) RX_TASK: Control: P-XID +I (83650) RX_TASK: CRC: 0x03D0 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 00 00 03 D0 +I (83660) irda_crc1: CRC: 0xF0B8 +I (83660) RX_TASK: CRC Check: VALID + +I (83670) RX_TASK: Payload (12 bytes): +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (83670) RX_TASK:  +ASCII: +.=c.7....... + +I (83680) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (83690) PXID_TASK: Source Address: 0x3D63D137 +I (83690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (83690) PXID_TASK: Discovery Flag: 0x00 +I (83700) PXID_TASK: Slot Number: 0x00 +I (83700) PXID_TASK: Version Number: 0x00 + + + +I (83710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (83730) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (83740) irda_crc1: CRC: 0xE960 +I (83740) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (83760) RX_TASK: Send Success +I (83760) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (83770) RX_TASK: Address: 0xFF +I (83770) RX_TASK: Command bit: 1 +I (83770) RX_TASK: Control: 0x3F +I (83770) RX_TASK: Control: P-XID +I (83780) RX_TASK: CRC: 0xF1A7 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F1 A7 +I (83790) irda_crc1: CRC: 0xF0B8 +I (83800) RX_TASK: CRC Check: VALID + +I (83800) RX_TASK: Payload (27 bytes): +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (83810) RX_TASK:  +ASCII: +.=c.7........$.Symbian EPOC + +I (83820) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (83830) PXID_TASK: Source Address: 0x3D63D137 +I (83830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (83840) PXID_TASK: Discovery Flag: 0x00 +I (83840) PXID_TASK: Slot Number: 0xFF +I (83840) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (83850) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (83870) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (83890) irda_crc1: CRC: 0xE960 +I (83890) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (83900) RX_TASK: Send Success +I (83910) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (83910) RX_TASK: Address: 0xFF +I (83920) RX_TASK: Command bit: 1 +I (83920) RX_TASK: Control: 0x3F +I (83920) RX_TASK: Control: P-XID +I (83930) RX_TASK: CRC: 0x03D0 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 00 00 03 D0 +I (83940) irda_crc1: CRC: 0xF0B8 +I (83940) RX_TASK: CRC Check: VALID + +I (83940) RX_TASK: Payload (12 bytes): +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (83950) RX_TASK:  +ASCII: +.=c.7....... + +I (83950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (83960) PXID_TASK: Source Address: 0x3D63D137 +I (83970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (83970) PXID_TASK: Discovery Flag: 0x00 +I (83970) PXID_TASK: Slot Number: 0x00 +I (83980) PXID_TASK: Version Number: 0x00 + + + +I (83980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (84000) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (84020) irda_crc1: CRC: 0xE960 +I (84020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (84030) RX_TASK: Send Success +I (84040) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (84040) RX_TASK: Address: 0xFF +I (84050) RX_TASK: Command bit: 1 +I (84050) RX_TASK: Control: 0x3F +I (84050) RX_TASK: Control: P-XID +I (84050) RX_TASK: CRC: 0xF1A7 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F1 A7 +I (84070) irda_crc1: CRC: 0xF0B8 +I (84070) RX_TASK: CRC Check: VALID + +I (84080) RX_TASK: Payload (27 bytes): +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (84090) RX_TASK:  +ASCII: +.=c.7........$.Symbian EPOC + +I (84090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (84100) PXID_TASK: Source Address: 0x3D63D137 +I (84110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (84110) PXID_TASK: Discovery Flag: 0x00 +I (84120) PXID_TASK: Slot Number: 0xFF +I (84120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (84130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (84150) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (84170) irda_crc1: CRC: 0xE960 +I (84170) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (84180) RX_TASK: Send Success +I (84180) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (84190) RX_TASK: Address: 0xFF +I (84190) RX_TASK: Command bit: 1 +I (84200) RX_TASK: Control: 0x3F +I (84200) RX_TASK: Control: P-XID +I (84200) RX_TASK: CRC: 0x03D0 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 00 00 03 D0 +I (84210) irda_crc1: CRC: 0xF0B8 +I (84220) RX_TASK: CRC Check: VALID + +I (84220) RX_TASK: Payload (12 bytes): +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (84230) RX_TASK:  +ASCII: +.=c.7....... + +I (84230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (84240) PXID_TASK: Source Address: 0x3D63D137 +I (84240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (84250) PXID_TASK: Discovery Flag: 0x00 +I (84250) PXID_TASK: Slot Number: 0x00 +I (84260) PXID_TASK: Version Number: 0x00 + + + +I (84260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (84280) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (84290) irda_crc1: CRC: 0xE960 +I (84300) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (84310) RX_TASK: Send Success +I (84310) RX_TASK: Unterminated packet at offset 251 + +I (85320) RX_TASK: Read 169 bytes: 'c�7����' +I (85320) RX_TASK: 0x40813230 63 d1 37 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |c.7........$.Sym| +I (85320) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 f1 a7 c1 ff ff ff ff |bian EPOC.......| +I (85330) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 3d 63 d1 37 ff ff ff |.......?.=c.7...| +I (85330) RX_TASK: 0x40813260 ff 00 00 00 03 d0 c1 ff ff ff ff ff ff ff ff ff |................| +I (85340) RX_TASK: 0x40813270 ff c0 ff 3f 01 3d 63 d1 37 ff ff ff ff 00 ff 00 |...?.=c.7.......| +I (85350) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 f1 |.$.Symbian EPOC.| +I (85360) RX_TASK: 0x40813290 a7 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (85370) RX_TASK: 0x408132a0 3d 63 d1 37 ff ff ff ff 00 00 00 03 d0 c1 ff ff |=c.7............| +I (85380) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 63 d1 37 |..........?.=c.7| +I (85390) RX_TASK: 0x408132c0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (85400) RX_TASK: 0x408132d0 6e 20 45 50 4f 43 f1 a7 c1 |n EPOC...| +I (85400) RX_TASK: Starting to Parse: 169 +I (85410) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (85410) RX_TASK: Address: 0xFF +I (85420) RX_TASK: Command bit: 1 +I (85420) RX_TASK: Control: 0x3F +I (85420) RX_TASK: Control: P-XID +I (85430) RX_TASK: CRC: 0x03D0 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 00 00 03 D0 +I (85440) irda_crc1: CRC: 0xF0B8 +I (85440) RX_TASK: CRC Check: VALID + +I (85440) RX_TASK: Payload (12 bytes): +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (85450) RX_TASK:  +ASCII: +.=c.7....... + +I (85450) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (85460) PXID_TASK: Source Address: 0x3D63D137 +I (85470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (85470) PXID_TASK: Discovery Flag: 0x00 +I (85480) PXID_TASK: Slot Number: 0x00 +I (85480) PXID_TASK: Version Number: 0x00 + + + +I (85480) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (85500) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (85520) irda_crc1: CRC: 0xE960 +I (85520) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (85530) RX_TASK: Send Success +I (85540) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (85540) RX_TASK: Address: 0xFF +I (85550) RX_TASK: Command bit: 1 +I (85550) RX_TASK: Control: 0x3F +I (85550) RX_TASK: Control: P-XID +I (85560) RX_TASK: CRC: 0xF1A7 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F1 A7 +I (85570) irda_crc1: CRC: 0xF0B8 +I (85570) RX_TASK: CRC Check: VALID + +I (85580) RX_TASK: Payload (27 bytes): +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (85590) RX_TASK:  +ASCII: +.=c.7........$.Symbian EPOC + +I (85590) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (85610) PXID_TASK: Source Address: 0x3D63D137 +I (85610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (85610) PXID_TASK: Discovery Flag: 0x00 +I (85620) PXID_TASK: Slot Number: 0xFF +I (85620) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (85630) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (85650) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (85670) irda_crc1: CRC: 0xE960 +I (85670) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (85680) RX_TASK: Send Success +I (85690) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (85690) RX_TASK: Address: 0xFF +I (85690) RX_TASK: Command bit: 1 +I (85700) RX_TASK: Control: 0x3F +I (85700) RX_TASK: Control: P-XID +I (85700) RX_TASK: CRC: 0x03D0 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 00 00 03 D0 +I (85710) irda_crc1: CRC: 0xF0B8 +I (85720) RX_TASK: CRC Check: VALID + +I (85720) RX_TASK: Payload (12 bytes): +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (85730) RX_TASK:  +ASCII: +.=c.7....... + +I (85730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 63 D1 37 FF FF FF FF 00 00 00 +I (85740) PXID_TASK: Source Address: 0x3D63D137 +I (85740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (85750) PXID_TASK: Discovery Flag: 0x00 +I (85750) PXID_TASK: Slot Number: 0x00 +I (85760) PXID_TASK: Version Number: 0x00 + + + +I (85760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (85780) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (85800) irda_crc1: CRC: 0xE960 +I (85800) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (85810) RX_TASK: Send Success +I (85810) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (85820) RX_TASK: Address: 0xFF +I (85820) RX_TASK: Command bit: 1 +I (85830) RX_TASK: Control: 0x3F +I (85830) RX_TASK: Control: P-XID +I (85830) RX_TASK: CRC: 0xF1A7 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F1 A7 +I (85850) irda_crc1: CRC: 0xF0B8 +I (85850) RX_TASK: CRC Check: VALID + +I (85850) RX_TASK: Payload (27 bytes): +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (85860) RX_TASK:  +ASCII: +.=c.7........$.Symbian EPOC + +I (85870) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 63 D1 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (85880) PXID_TASK: Source Address: 0x3D63D137 +I (85890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (85890) PXID_TASK: Discovery Flag: 0x00 +I (85890) PXID_TASK: Slot Number: 0xFF +I (85900) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (85910) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 +I (85930) irda_crc1: CRC: 0x17B7 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 +I (85940) irda_crc1: CRC: 0xE960 +I (85950) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 63 D1 37 01 00 00 90 24 00 54 45 53 54 49 E8 C1 +I (85960) RX_TASK: Send Success +I (100780) RX_TASK: Read 256 bytes: '������������?u�<;����' +I (100780) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 81 |............?.u.| +I (100780) RX_TASK: 0x40813240 3c 3b ff ff ff ff 00 00 00 e7 45 c1 ff ff ff ff |<;........E.....| +I (100790) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 75 81 3c 3b ff ff |........?.u.<;..| +I (100800) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (100810) RX_TASK: 0x40813270 45 50 4f 43 0c bb c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (100820) RX_TASK: 0x40813280 ff c0 ff 3f 01 75 81 3c 3b ff ff ff ff 00 00 00 |...?.u.<;.......| +I (100830) RX_TASK: 0x40813290 e7 45 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.E.............?| +I (100840) RX_TASK: 0x408132a0 01 75 81 3c 3b ff ff ff ff 00 ff 00 82 24 00 53 |.u.<;........$.S| +I (100840) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 0c bb c1 ff ff |ymbian EPOC.....| +I (100850) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 75 81 3c 3b |..........?.u.<;| +I (100860) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 e7 45 c1 ff ff ff ff ff ff |........E.......| +I (100870) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 75 81 3c 3b ff ff ff ff |......?.u.<;....| +I (100880) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (100890) RX_TASK: 0x40813300 4f 43 0c bb c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (100900) RX_TASK: 0x40813310 ff 3f 01 75 81 3c 3b ff ff ff ff 00 00 00 e7 45 |.?.u.<;........E| +I (100910) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 |.............?.u| +I (100920) RX_TASK: Starting to Parse: 256 +I (100920) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (100930) RX_TASK: Address: 0xFF +I (100930) RX_TASK: Command bit: 1 +I (100930) RX_TASK: Control: 0x3F +I (100930) RX_TASK: Control: P-XID +I (100940) RX_TASK: CRC: 0xE745 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 00 00 E7 45 +I (100950) irda_crc1: CRC: 0xF0B8 +I (100950) RX_TASK: CRC Check: VALID + +I (100960) RX_TASK: Payload (12 bytes): +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (100960) RX_TASK:  +ASCII: +.u.<;....... + +I (100970) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (100980) PXID_TASK: Source Address: 0x75813C3B +I (100980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (100980) PXID_TASK: Discovery Flag: 0x00 +I (100990) PXID_TASK: Slot Number: 0x00 +I (100990) PXID_TASK: Version Number: 0x00 + + + +I (101000) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101020) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101030) irda_crc1: CRC: 0xDAD0 +I (101030) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101050) RX_TASK: Send Success +I (101050) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (101060) RX_TASK: Address: 0xFF +I (101060) RX_TASK: Command bit: 1 +I (101060) RX_TASK: Control: 0x3F +I (101070) RX_TASK: Control: P-XID +I (101070) RX_TASK: CRC: 0x0CBB +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0C BB +I (101080) irda_crc1: CRC: 0xF0B8 +I (101090) RX_TASK: CRC Check: VALID + +I (101090) RX_TASK: Payload (27 bytes): +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (101100) RX_TASK:  +ASCII: +.u.<;........$.Symbian EPOC + +I (101110) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (101120) PXID_TASK: Source Address: 0x75813C3B +I (101120) PXID_TASK: Destination Address: 0xFFFFFFFF +I (101130) PXID_TASK: Discovery Flag: 0x00 +I (101130) PXID_TASK: Slot Number: 0xFF +I (101140) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (101150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101170) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101180) irda_crc1: CRC: 0xDAD0 +I (101180) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101200) RX_TASK: Send Success +I (101200) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (101210) RX_TASK: Address: 0xFF +I (101210) RX_TASK: Command bit: 1 +I (101210) RX_TASK: Control: 0x3F +I (101220) RX_TASK: Control: P-XID +I (101220) RX_TASK: CRC: 0xE745 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 00 00 E7 45 +I (101230) irda_crc1: CRC: 0xF0B8 +I (101230) RX_TASK: CRC Check: VALID + +I (101240) RX_TASK: Payload (12 bytes): +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (101240) RX_TASK:  +ASCII: +.u.<;....... + +I (101250) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (101260) PXID_TASK: Source Address: 0x75813C3B +I (101260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (101260) PXID_TASK: Discovery Flag: 0x00 +I (101270) PXID_TASK: Slot Number: 0x00 +I (101270) PXID_TASK: Version Number: 0x00 + + + +I (101280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101300) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101310) irda_crc1: CRC: 0xDAD0 +I (101310) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101330) RX_TASK: Send Success +I (101330) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (101340) RX_TASK: Address: 0xFF +I (101340) RX_TASK: Command bit: 1 +I (101340) RX_TASK: Control: 0x3F +I (101350) RX_TASK: Control: P-XID +I (101350) RX_TASK: CRC: 0x0CBB +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0C BB +I (101360) irda_crc1: CRC: 0xF0B8 +I (101370) RX_TASK: CRC Check: VALID + +I (101370) RX_TASK: Payload (27 bytes): +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (101380) RX_TASK:  +ASCII: +.u.<;........$.Symbian EPOC + +I (101390) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (101400) PXID_TASK: Source Address: 0x75813C3B +I (101400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (101410) PXID_TASK: Discovery Flag: 0x00 +I (101410) PXID_TASK: Slot Number: 0xFF +I (101420) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (101430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101450) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101460) irda_crc1: CRC: 0xDAD0 +I (101460) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101480) RX_TASK: Send Success +I (101480) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (101490) RX_TASK: Address: 0xFF +I (101490) RX_TASK: Command bit: 1 +I (101490) RX_TASK: Control: 0x3F +I (101500) RX_TASK: Control: P-XID +I (101500) RX_TASK: CRC: 0xE745 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 00 00 E7 45 +I (101510) irda_crc1: CRC: 0xF0B8 +I (101510) RX_TASK: CRC Check: VALID + +I (101520) RX_TASK: Payload (12 bytes): +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (101520) RX_TASK:  +ASCII: +.u.<;....... + +I (101530) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (101540) PXID_TASK: Source Address: 0x75813C3B +I (101540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (101550) PXID_TASK: Discovery Flag: 0x00 +I (101550) PXID_TASK: Slot Number: 0x00 +I (101550) PXID_TASK: Version Number: 0x00 + + + +I (101560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101580) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101590) irda_crc1: CRC: 0xDAD0 +I (101600) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101610) RX_TASK: Send Success +I (101610) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (101620) RX_TASK: Address: 0xFF +I (101620) RX_TASK: Command bit: 1 +I (101620) RX_TASK: Control: 0x3F +I (101630) RX_TASK: Control: P-XID +I (101630) RX_TASK: CRC: 0x0CBB +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0C BB +I (101650) irda_crc1: CRC: 0xF0B8 +I (101650) RX_TASK: CRC Check: VALID + +I (101650) RX_TASK: Payload (27 bytes): +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (101660) RX_TASK:  +ASCII: +.u.<;........$.Symbian EPOC + +I (101670) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (101680) PXID_TASK: Source Address: 0x75813C3B +I (101680) PXID_TASK: Destination Address: 0xFFFFFFFF +I (101690) PXID_TASK: Discovery Flag: 0x00 +I (101690) PXID_TASK: Slot Number: 0xFF +I (101700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (101710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101730) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101740) irda_crc1: CRC: 0xDAD0 +I (101740) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101760) RX_TASK: Send Success +I (101760) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (101770) RX_TASK: Address: 0xFF +I (101770) RX_TASK: Command bit: 1 +I (101770) RX_TASK: Control: 0x3F +I (101780) RX_TASK: Control: P-XID +I (101780) RX_TASK: CRC: 0xE745 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 00 00 E7 45 +I (101790) irda_crc1: CRC: 0xF0B8 +I (101790) RX_TASK: CRC Check: VALID + +I (101800) RX_TASK: Payload (12 bytes): +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (101800) RX_TASK:  +ASCII: +.u.<;....... + +I (101810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (101820) PXID_TASK: Source Address: 0x75813C3B +I (101820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (101830) PXID_TASK: Discovery Flag: 0x00 +I (101830) PXID_TASK: Slot Number: 0x00 +I (101830) PXID_TASK: Version Number: 0x00 + + + +I (101840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (101860) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (101870) irda_crc1: CRC: 0xDAD0 +I (101880) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (101890) RX_TASK: Send Success +I (101890) RX_TASK: Unterminated packet at offset 251 + +I (102900) RX_TASK: Read 170 bytes: '�<;����' +I (102900) RX_TASK: 0x40813230 81 3c 3b ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.<;........$.Sym| +I (102900) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 0c bb c1 ff ff ff ff |bian EPOC.......| +I (102910) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 75 81 3c 3b ff ff |........?.u.<;..| +I (102920) RX_TASK: 0x40813260 ff ff 00 00 00 e7 45 c1 ff ff ff ff ff ff ff ff |......E.........| +I (102920) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 75 81 3c 3b ff ff ff ff 00 ff |....?.u.<;......| +I (102930) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (102940) RX_TASK: 0x40813290 0c bb c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (102950) RX_TASK: 0x408132a0 01 75 81 3c 3b ff ff ff ff 00 00 00 e7 45 c1 ff |.u.<;........E..| +I (102960) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 81 3c |...........?.u.<| +I (102970) RX_TASK: 0x408132c0 3b ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |;........$.Symbi| +I (102980) RX_TASK: 0x408132d0 61 6e 20 45 50 4f 43 0c bb c1 |an EPOC...| +I (102990) RX_TASK: Starting to Parse: 170 +I (102990) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (103000) RX_TASK: Address: 0xFF +I (103000) RX_TASK: Command bit: 1 +I (103000) RX_TASK: Control: 0x3F +I (103000) RX_TASK: Control: P-XID +I (103010) RX_TASK: CRC: 0xE745 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 00 00 E7 45 +I (103020) irda_crc1: CRC: 0xF0B8 +I (103020) RX_TASK: CRC Check: VALID + +I (103030) RX_TASK: Payload (12 bytes): +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (103030) RX_TASK:  +ASCII: +.u.<;....... + +I (103040) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (103040) PXID_TASK: Source Address: 0x75813C3B +I (103050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (103050) PXID_TASK: Discovery Flag: 0x00 +I (103060) PXID_TASK: Slot Number: 0x00 +I (103060) PXID_TASK: Version Number: 0x00 + + + +I (103070) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (103090) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (103100) irda_crc1: CRC: 0xDAD0 +I (103100) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (103120) RX_TASK: Send Success +I (103120) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (103130) RX_TASK: Address: 0xFF +I (103130) RX_TASK: Command bit: 1 +I (103130) RX_TASK: Control: 0x3F +I (103140) RX_TASK: Control: P-XID +I (103140) RX_TASK: CRC: 0x0CBB +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0C BB +I (103150) irda_crc1: CRC: 0xF0B8 +I (103160) RX_TASK: CRC Check: VALID + +I (103160) RX_TASK: Payload (27 bytes): +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (103170) RX_TASK:  +ASCII: +.u.<;........$.Symbian EPOC + +I (103180) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (103190) PXID_TASK: Source Address: 0x75813C3B +I (103190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (103200) PXID_TASK: Discovery Flag: 0x00 +I (103200) PXID_TASK: Slot Number: 0xFF +I (103210) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (103220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (103240) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (103250) irda_crc1: CRC: 0xDAD0 +I (103250) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (103270) RX_TASK: Send Success +I (103270) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (103280) RX_TASK: Address: 0xFF +I (103280) RX_TASK: Command bit: 1 +I (103280) RX_TASK: Control: 0x3F +I (103280) RX_TASK: Control: P-XID +I (103290) RX_TASK: CRC: 0xE745 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 00 00 E7 45 +I (103300) irda_crc1: CRC: 0xF0B8 +I (103300) RX_TASK: CRC Check: VALID + +I (103310) RX_TASK: Payload (12 bytes): +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (103310) RX_TASK:  +ASCII: +.u.<;....... + +I (103320) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 81 3C 3B FF FF FF FF 00 00 00 +I (103330) PXID_TASK: Source Address: 0x75813C3B +I (103330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (103330) PXID_TASK: Discovery Flag: 0x00 +I (103340) PXID_TASK: Slot Number: 0x00 +I (103340) PXID_TASK: Version Number: 0x00 + + + +I (103350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (103370) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (103380) irda_crc1: CRC: 0xDAD0 +I (103380) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (103400) RX_TASK: Send Success +I (103400) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (103410) RX_TASK: Address: 0xFF +I (103410) RX_TASK: Command bit: 1 +I (103410) RX_TASK: Control: 0x3F +I (103420) RX_TASK: Control: P-XID +I (103420) RX_TASK: CRC: 0x0CBB +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0C BB +I (103430) irda_crc1: CRC: 0xF0B8 +I (103440) RX_TASK: CRC Check: VALID + +I (103440) RX_TASK: Payload (27 bytes): +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (103450) RX_TASK:  +ASCII: +.u.<;........$.Symbian EPOC + +I (103460) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 81 3C 3B FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (103470) PXID_TASK: Source Address: 0x75813C3B +I (103470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (103480) PXID_TASK: Discovery Flag: 0x00 +I (103480) PXID_TASK: Slot Number: 0xFF +I (103490) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (103500) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 +I (103520) irda_crc1: CRC: 0x1A92 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 +I (103530) irda_crc1: CRC: 0xDAD0 +I (103530) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 81 3C 3B 01 00 00 90 24 00 54 45 53 54 6E E5 C1 +I (103550) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_38637 b/build/log/idf_py_stdout_output_38637 new file mode 100644 index 0000000..fe6e834 --- /dev/null +++ b/build/log/idf_py_stdout_output_38637 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:389:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 389 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:458:13: warning: 'tx_task' defined but not used [-Wunused-function] + 458 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d770 bytes. Smallest app partition is 0x100000 bytes. 0xd2890 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 517.3 kbit/s)... +Hash of data verified. +Compressed 186224 bytes to 94778... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa45... (33 %) +Writing at 0x0002157e... (50 %) +Writing at 0x0002883e... (66 %) +Writing at 0x00030aa8... (83 %) +Writing at 0x000377d6... (100 %) +Wrote 186224 bytes (94778 compressed) at 0x00010000 in 1.7 seconds (effective 901.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 384.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_38765 b/build/log/idf_py_stdout_output_38765 new file mode 100644 index 0000000..9c2414f --- /dev/null +++ b/build/log/idf_py_stdout_output_38765 @@ -0,0 +1,622 @@ + +I (240) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09f98h ( 40856) map +I (89) esp_image: segment 1: paddr=00019fc0 vaddr=40800000 size=06058h ( 24664) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15eech ( 89836) map +I (113) esp_image: segment 3: paddr=00035f14 vaddr=40806058 size=060a0h ( 24736) load +I (119) esp_image: segment 4: paddr=0003bfbc vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 3bff8c6e5... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (208) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3430) RX_TASK: Read 256 bytes: '������������?�6cI����' +I (3430) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 36 |............?..6| +I (3430) RX_TASK: 0x40813240 63 49 ff ff ff ff 00 00 00 c3 19 c1 ff ff ff ff |cI..............| +I (3440) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 cb 36 63 49 ff ff |........?..6cI..| +I (3450) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (3450) RX_TASK: 0x40813270 45 50 4f 43 0e 57 c1 ff ff ff ff ff ff ff ff ff |EPOC.W..........| +I (3460) RX_TASK: 0x40813280 ff c0 ff 3f 01 cb 36 63 49 ff ff ff ff 00 00 00 |...?..6cI.......| +I (3470) RX_TASK: 0x40813290 c3 19 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (3480) RX_TASK: 0x408132a0 01 cb 36 63 49 ff ff ff ff 00 ff 00 82 24 00 53 |..6cI........$.S| +I (3490) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 0e 57 c1 ff ff |ymbian EPOC.W...| +I (3500) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 36 63 49 |..........?..6cI| +I (3510) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 c3 19 c1 ff ff ff ff ff ff |................| +I (3520) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 cb 36 63 49 ff ff ff ff |......?..6cI....| +I (3520) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (3530) RX_TASK: 0x40813300 4f 43 0e 57 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC.W............| +I (3540) RX_TASK: 0x40813310 ff 3f 01 cb 36 63 49 ff ff ff ff 00 00 00 c3 19 |.?..6cI.........| +I (3550) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb |.............?..| +I (3560) RX_TASK: Starting to Parse: 256 +I (3560) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3570) RX_TASK: Address: 0xFF +I (3570) RX_TASK: Command bit: 1 +I (3570) RX_TASK: Control: 0x3F +I (3580) RX_TASK: Control: P-XID +I (3580) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (3590) irda_crc1: CRC: 0xF0B8 +I (3600) RX_TASK: CRC Check: VALID + +I (3600) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (3610) RX_TASK:  +ASCII: +..6cI....... + +I (3610) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (3620) PXID_TASK: Source Address: 0xCB366349 +I (3620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3630) PXID_TASK: Discovery Flag: 0x00 +I (3630) PXID_TASK: Slot Number: 0x00 +I (3630) PXID_TASK: Version Number: 0x00 + + + +I (3640) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (3660) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (3670) irda_crc1: CRC: 0xE960 +I (3670) PXID REPLY: CRC Check: INVALID + +I (3680) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (3690) RX_TASK: Send Success +I (3690) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3700) RX_TASK: Address: 0xFF +I (3700) RX_TASK: Command bit: 1 +I (3710) RX_TASK: Control: 0x3F +I (3710) RX_TASK: Control: P-XID +I (3710) RX_TASK: CRC: 0x0E57 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0E 57 +I (3730) irda_crc1: CRC: 0xF0B8 +I (3730) RX_TASK: CRC Check: VALID + +I (3730) RX_TASK: Payload (27 bytes): +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3740) RX_TASK:  +ASCII: +..6cI........$.Symbian EPOC + +I (3750) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3760) PXID_TASK: Source Address: 0xCB366349 +I (3770) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3770) PXID_TASK: Discovery Flag: 0x00 +I (3770) PXID_TASK: Slot Number: 0xFF +I (3780) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3790) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (3810) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (3820) irda_crc1: CRC: 0xE960 +I (3820) PXID REPLY: CRC Check: INVALID + +I (3830) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (3840) RX_TASK: Send Success +I (3840) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (3850) RX_TASK: Address: 0xFF +I (3850) RX_TASK: Command bit: 1 +I (3860) RX_TASK: Control: 0x3F +I (3860) RX_TASK: Control: P-XID +I (3860) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (3870) irda_crc1: CRC: 0xF0B8 +I (3880) RX_TASK: CRC Check: VALID + +I (3880) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (3890) RX_TASK:  +ASCII: +..6cI....... + +I (3890) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (3900) PXID_TASK: Source Address: 0xCB366349 +I (3900) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3910) PXID_TASK: Discovery Flag: 0x00 +I (3910) PXID_TASK: Slot Number: 0x00 +I (3910) PXID_TASK: Version Number: 0x00 + + + +I (3920) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (3940) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (3950) irda_crc1: CRC: 0xE960 +I (3960) PXID REPLY: CRC Check: INVALID + +I (3960) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (3970) RX_TASK: Send Success +I (3970) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (3980) RX_TASK: Address: 0xFF +I (3980) RX_TASK: Command bit: 1 +I (3990) RX_TASK: Control: 0x3F +I (3990) RX_TASK: Control: P-XID +I (3990) RX_TASK: CRC: 0x0E57 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0E 57 +I (4010) irda_crc1: CRC: 0xF0B8 +I (4010) RX_TASK: CRC Check: VALID + +I (4010) RX_TASK: Payload (27 bytes): +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4020) RX_TASK:  +ASCII: +..6cI........$.Symbian EPOC + +I (4030) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4040) PXID_TASK: Source Address: 0xCB366349 +I (4050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4050) PXID_TASK: Discovery Flag: 0x00 +I (4050) PXID_TASK: Slot Number: 0xFF +I (4060) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4070) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (4090) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (4100) irda_crc1: CRC: 0xE960 +I (4100) PXID REPLY: CRC Check: INVALID + +I (4110) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (4120) RX_TASK: Send Success +I (4120) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (4130) RX_TASK: Address: 0xFF +I (4130) RX_TASK: Command bit: 1 +I (4140) RX_TASK: Control: 0x3F +I (4140) RX_TASK: Control: P-XID +I (4140) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (4150) irda_crc1: CRC: 0xF0B8 +I (4160) RX_TASK: CRC Check: VALID + +I (4160) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (4170) RX_TASK:  +ASCII: +..6cI....... + +I (4170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (4180) PXID_TASK: Source Address: 0xCB366349 +I (4180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4190) PXID_TASK: Discovery Flag: 0x00 +I (4190) PXID_TASK: Slot Number: 0x00 +I (4190) PXID_TASK: Version Number: 0x00 + + + +I (4200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (4220) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (4230) irda_crc1: CRC: 0xE960 +I (4240) PXID REPLY: CRC Check: INVALID + +I (4240) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (4250) RX_TASK: Send Success +I (4260) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (4260) RX_TASK: Address: 0xFF +I (4260) RX_TASK: Command bit: 1 +I (4270) RX_TASK: Control: 0x3F +I (4270) RX_TASK: Control: P-XID +I (4270) RX_TASK: CRC: 0x0E57 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0E 57 +I (4290) irda_crc1: CRC: 0xF0B8 +I (4290) RX_TASK: CRC Check: VALID + +I (4290) RX_TASK: Payload (27 bytes): +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4310) RX_TASK:  +ASCII: +..6cI........$.Symbian EPOC + +I (4310) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4320) PXID_TASK: Source Address: 0xCB366349 +I (4330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4330) PXID_TASK: Discovery Flag: 0x00 +I (4330) PXID_TASK: Slot Number: 0xFF +I (4340) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (4370) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (4380) irda_crc1: CRC: 0xE960 +I (4390) PXID REPLY: CRC Check: INVALID + +I (4390) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (4400) RX_TASK: Send Success +I (4410) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (4410) RX_TASK: Address: 0xFF +I (4410) RX_TASK: Command bit: 1 +I (4420) RX_TASK: Control: 0x3F +I (4420) RX_TASK: Control: P-XID +I (4420) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (4430) irda_crc1: CRC: 0xF0B8 +I (4440) RX_TASK: CRC Check: VALID + +I (4440) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (4450) RX_TASK:  +ASCII: +..6cI....... + +I (4450) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (4460) PXID_TASK: Source Address: 0xCB366349 +I (4460) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4470) PXID_TASK: Discovery Flag: 0x00 +I (4470) PXID_TASK: Slot Number: 0x00 +I (4470) PXID_TASK: Version Number: 0x00 + + + +I (4480) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (4500) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (4510) irda_crc1: CRC: 0xE960 +I (4520) PXID REPLY: CRC Check: INVALID + +I (4520) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (4530) RX_TASK: Send Success +I (4540) RX_TASK: Unterminated packet at offset 251 + +I (5540) RX_TASK: Read 215 bytes: '6cI����' +I (5540) RX_TASK: 0x40813230 36 63 49 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |6cI........$.Sym| +I (5540) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 0e 57 c1 ff ff ff ff |bian EPOC.W.....| +I (5550) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 cb 36 63 49 ff ff |........?..6cI..| +I (5550) RX_TASK: 0x40813260 ff ff 00 00 00 c3 19 c1 ff ff ff ff ff ff ff ff |................| +I (5560) RX_TASK: 0x40813270 ff ff c0 ff 3f 01 cb 36 63 49 ff ff ff ff 00 ff |....?..6cI......| +I (5570) RX_TASK: 0x40813280 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (5580) RX_TASK: 0x40813290 0e 57 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.W.............?| +I (5590) RX_TASK: 0x408132a0 01 cb 36 63 49 ff ff ff ff 00 00 00 c3 19 c1 ff |..6cI...........| +I (5600) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 cb 36 63 |...........?..6c| +I (5610) RX_TASK: 0x408132c0 49 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |I........$.Symbi| +I (5620) RX_TASK: 0x408132d0 61 6e 20 45 50 4f 43 0e 57 c1 ff ff ff ff ff ff |an EPOC.W.......| +I (5620) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 cb 36 63 49 ff ff ff ff |......?..6cI....| +I (5630) RX_TASK: 0x408132f0 00 00 00 c3 19 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (5640) RX_TASK: 0x40813300 c0 ff 3f 01 cb 36 63 |..?..6c| +I (5650) RX_TASK: Starting to Parse: 215 +I (5650) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (5660) RX_TASK: Address: 0xFF +I (5660) RX_TASK: Command bit: 1 +I (5660) RX_TASK: Control: 0x3F +I (5670) RX_TASK: Control: P-XID +I (5670) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (5680) irda_crc1: CRC: 0xF0B8 +I (5690) RX_TASK: CRC Check: VALID + +I (5690) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (5700) RX_TASK:  +ASCII: +..6cI....... + +I (5700) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (5710) PXID_TASK: Source Address: 0xCB366349 +I (5710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5720) PXID_TASK: Discovery Flag: 0x00 +I (5720) PXID_TASK: Slot Number: 0x00 +I (5720) PXID_TASK: Version Number: 0x00 + + + +I (5730) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (5750) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (5760) irda_crc1: CRC: 0xE960 +I (5760) PXID REPLY: CRC Check: INVALID + +I (5770) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (5780) RX_TASK: Send Success +I (5780) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (5790) RX_TASK: Address: 0xFF +I (5790) RX_TASK: Command bit: 1 +I (5800) RX_TASK: Control: 0x3F +I (5800) RX_TASK: Control: P-XID +I (5800) RX_TASK: CRC: 0x0E57 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0E 57 +I (5820) irda_crc1: CRC: 0xF0B8 +I (5820) RX_TASK: CRC Check: VALID + +I (5820) RX_TASK: Payload (27 bytes): +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5830) RX_TASK:  +ASCII: +..6cI........$.Symbian EPOC + +I (5840) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5850) PXID_TASK: Source Address: 0xCB366349 +I (5860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5860) PXID_TASK: Discovery Flag: 0x00 +I (5860) PXID_TASK: Slot Number: 0xFF +I (5870) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (5900) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (5910) irda_crc1: CRC: 0xE960 +I (5910) PXID REPLY: CRC Check: INVALID + +I (5920) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (5930) RX_TASK: Send Success +I (5930) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (5940) RX_TASK: Address: 0xFF +I (5940) RX_TASK: Command bit: 1 +I (5950) RX_TASK: Control: 0x3F +I (5950) RX_TASK: Control: P-XID +I (5950) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (5960) irda_crc1: CRC: 0xF0B8 +I (5970) RX_TASK: CRC Check: VALID + +I (5970) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (5980) RX_TASK:  +ASCII: +..6cI....... + +I (5980) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (5990) PXID_TASK: Source Address: 0xCB366349 +I (5990) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6000) PXID_TASK: Discovery Flag: 0x00 +I (6000) PXID_TASK: Slot Number: 0x00 +I (6000) PXID_TASK: Version Number: 0x00 + + + +I (6010) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (6030) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (6040) irda_crc1: CRC: 0xE960 +I (6050) PXID REPLY: CRC Check: INVALID + +I (6050) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (6060) RX_TASK: Send Success +I (6070) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (6070) RX_TASK: Address: 0xFF +I (6070) RX_TASK: Command bit: 1 +I (6080) RX_TASK: Control: 0x3F +I (6080) RX_TASK: Control: P-XID +I (6080) RX_TASK: CRC: 0x0E57 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 0E 57 +I (6100) irda_crc1: CRC: 0xF0B8 +I (6100) RX_TASK: CRC Check: VALID + +I (6100) RX_TASK: Payload (27 bytes): +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6110) RX_TASK:  +ASCII: +..6cI........$.Symbian EPOC + +I (6120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CB 36 63 49 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6130) PXID_TASK: Source Address: 0xCB366349 +I (6140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6140) PXID_TASK: Discovery Flag: 0x00 +I (6140) PXID_TASK: Slot Number: 0xFF +I (6150) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (6180) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (6190) irda_crc1: CRC: 0xE960 +I (6190) PXID REPLY: CRC Check: INVALID + +I (6200) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (6210) RX_TASK: Send Success +I (6210) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (6220) RX_TASK: Address: 0xFF +I (6220) RX_TASK: Command bit: 1 +I (6230) RX_TASK: Control: 0x3F +I (6230) RX_TASK: Control: P-XID +I (6230) RX_TASK: CRC: 0xC319 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CB 36 63 49 FF FF FF FF 00 00 00 C3 19 +I (6240) irda_crc1: CRC: 0xF0B8 +I (6250) RX_TASK: CRC Check: VALID + +I (6250) RX_TASK: Payload (12 bytes): +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (6260) RX_TASK:  +ASCII: +..6cI....... + +I (6260) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CB 36 63 49 FF FF FF FF 00 00 00 +I (6270) PXID_TASK: Source Address: 0xCB366349 +I (6270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6280) PXID_TASK: Discovery Flag: 0x00 +I (6280) PXID_TASK: Slot Number: 0x00 +I (6280) PXID_TASK: Version Number: 0x00 + + + +I (6290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 +I (6310) irda_crc1: CRC: 0x009F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF +I (6320) irda_crc1: CRC: 0xE960 +I (6330) PXID REPLY: CRC Check: INVALID + +I (6330) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CB 36 63 49 01 00 00 90 24 00 54 45 53 54 61 FF C1 +I (6340) RX_TASK: Send Success +I (6350) RX_TASK: Unterminated packet at offset 208 + diff --git a/build/log/idf_py_stdout_output_38775 b/build/log/idf_py_stdout_output_38775 new file mode 100644 index 0000000..93a9521 --- /dev/null +++ b/build/log/idf_py_stdout_output_38775 @@ -0,0 +1,50 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'reply_to_pxid': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:278:14: error: 'RX_TASK_TAG' undeclared (first use in this function); did you mean 'TASK_TAG'? + 278 | ESP_LOGI(RX_TASK_TAG, "Inverted CRC: 0x%04X", calculated_crc); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:278:5: note: in expansion of macro 'ESP_LOGI' + 278 | ESP_LOGI(RX_TASK_TAG, "Inverted CRC: 0x%04X", calculated_crc); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:278:14: note: each undeclared identifier is reported only once for each function it appears in + 278 | ESP_LOGI(RX_TASK_TAG, "Inverted CRC: 0x%04X", calculated_crc); + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:81: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:278:5: note: in expansion of macro 'ESP_LOGI' + 278 | ESP_LOGI(RX_TASK_TAG, "Inverted CRC: 0x%04X", calculated_crc); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:390:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 390 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:459:13: warning: 'tx_task' defined but not used [-Wunused-function] + 459 | static void tx_task(void *arg) + | ^~~~~~~ +[4/10] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_38795 b/build/log/idf_py_stdout_output_38795 new file mode 100644 index 0000000..2433e96 --- /dev/null +++ b/build/log/idf_py_stdout_output_38795 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:390:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 390 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:459:13: warning: 'tx_task' defined but not used [-Wunused-function] + 459 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d7d0 bytes. Smallest app partition is 0x100000 bytes. 0xd2830 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.7 kbit/s)... +Hash of data verified. +Compressed 186320 bytes to 94807... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa54... (33 %) +Writing at 0x0002159f... (50 %) +Writing at 0x0002885f... (66 %) +Writing at 0x00030ad2... (83 %) +Writing at 0x00037808... (100 %) +Wrote 186320 bytes (94807 compressed) at 0x00010000 in 1.7 seconds (effective 900.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_38919 b/build/log/idf_py_stdout_output_38919 new file mode 100644 index 0000000..dea96f6 --- /dev/null +++ b/build/log/idf_py_stdout_output_38919 @@ -0,0 +1,678 @@ +: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09fc0h ( 40896) map +I (89) esp_image: segment 1: paddr=00019fe8 vaddr=40800000 size=06030h ( 24624) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15f20h ( 89888) map +I (113) esp_image: segment 3: paddr=00035f48 vaddr=40806030 size=060c8h ( 24776) load +I (119) esp_image: segment 4: paddr=0003c018 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 90860f54f... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (2780) RX_TASK: Read 256 bytes: '������������?l �^����' +I (2780) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 6c 0b |............?.l.| +I (2790) RX_TASK: 0x40813240 ca 5e ff ff ff ff 00 00 00 6e 84 c1 ff ff ff ff |.^.......n......| +I (2800) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 6c 0b ca 5e ff ff |........?.l..^..| +I (2800) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (2810) RX_TASK: 0x40813270 45 50 4f 43 7a 26 c1 ff ff ff ff ff ff ff ff ff |EPOCz&..........| +I (2820) RX_TASK: 0x40813280 ff c0 ff 3f 01 6c 0b ca 5e ff ff ff ff 00 00 00 |...?.l..^.......| +I (2830) RX_TASK: 0x40813290 6e 84 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |n..............?| +I (2840) RX_TASK: 0x408132a0 01 6c 0b ca 5e ff ff ff ff 00 ff 00 82 24 00 53 |.l..^........$.S| +I (2850) RX_TASK: 0x408132b0 79 6d 62 69 61 6e 20 45 50 4f 43 7a 26 c1 ff ff |ymbian EPOCz&...| +I (2860) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff c0 ff 3f 01 6c 0b ca 5e |..........?.l..^| +I (2870) RX_TASK: 0x408132d0 ff ff ff ff 00 00 00 6e 84 c1 ff ff ff ff ff ff |.......n........| +I (2870) RX_TASK: 0x408132e0 ff ff ff ff c0 ff 3f 01 6c 0b ca 5e ff ff ff ff |......?.l..^....| +I (2880) RX_TASK: 0x408132f0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (2890) RX_TASK: 0x40813300 4f 43 7a 26 c1 ff ff ff ff ff ff ff ff ff ff c0 |OCz&............| +I (2900) RX_TASK: 0x40813310 ff 3f 01 6c 0b ca 5e ff ff ff ff 00 00 00 6e 84 |.?.l..^.......n.| +I (2910) RX_TASK: 0x40813320 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 6c |.............?.l| +I (2920) RX_TASK: Starting to Parse: 256 +I (2920) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (2930) RX_TASK: Address: 0xFF +I (2930) RX_TASK: Command bit: 1 +I (2930) RX_TASK: Control: 0x3F +I (2940) RX_TASK: Control: P-XID +I (2940) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (2950) irda_crc1: CRC: 0xDC9F +I (2950) RX_TASK: CRC Check: INVALID + +I (2960) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (2960) RX_TASK:  +ASCII: +.l..^....... + +I (2970) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (2980) PXID_TASK: Source Address: 0x6C0BCA5E +I (2980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (2980) PXID_TASK: Discovery Flag: 0x00 +I (2990) PXID_TASK: Slot Number: 0x00 +I (2990) PXID_TASK: Version Number: 0x00 + + + +I (3000) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3020) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3030) irda_crc1: CRC: 0xDAD0 +I (3030) PXID REPLY: CRC Check: INVALID + +I (3040) PXID REPLY: Inverted CRC: 0x2530 +I (3040) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3050) RX_TASK: Send Success +I (3060) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3060) RX_TASK: Address: 0xFF +I (3070) RX_TASK: Command bit: 1 +I (3070) RX_TASK: Control: 0x3F +I (3070) RX_TASK: Control: P-XID +I (3070) RX_TASK: CRC: 0x7A26 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7A 26 +I (3090) irda_crc1: CRC: 0xF4C3 +I (3090) RX_TASK: CRC Check: INVALID + +I (3100) RX_TASK: Payload (27 bytes): +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3110) RX_TASK:  +ASCII: +.l..^........$.Symbian EPOC + +I (3110) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3120) PXID_TASK: Source Address: 0x6C0BCA5E +I (3130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3130) PXID_TASK: Discovery Flag: 0x00 +I (3140) PXID_TASK: Slot Number: 0xFF +I (3140) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3170) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3180) irda_crc1: CRC: 0xDAD0 +I (3190) PXID REPLY: CRC Check: INVALID + +I (3190) PXID REPLY: Inverted CRC: 0x2530 +I (3190) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3210) RX_TASK: Send Success +I (3210) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (3220) RX_TASK: Address: 0xFF +I (3220) RX_TASK: Command bit: 1 +I (3220) RX_TASK: Control: 0x3F +I (3230) RX_TASK: Control: P-XID +I (3230) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (3240) irda_crc1: CRC: 0xDC9F +I (3240) RX_TASK: CRC Check: INVALID + +I (3250) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (3250) RX_TASK:  +ASCII: +.l..^....... + +I (3260) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (3260) PXID_TASK: Source Address: 0x6C0BCA5E +I (3270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3270) PXID_TASK: Discovery Flag: 0x00 +I (3280) PXID_TASK: Slot Number: 0x00 +I (3280) PXID_TASK: Version Number: 0x00 + + + +I (3280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3310) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3320) irda_crc1: CRC: 0xDAD0 +I (3320) PXID REPLY: CRC Check: INVALID + +I (3330) PXID REPLY: Inverted CRC: 0x2530 +I (3330) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3340) RX_TASK: Send Success +I (3350) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (3350) RX_TASK: Address: 0xFF +I (3350) RX_TASK: Command bit: 1 +I (3360) RX_TASK: Control: 0x3F +I (3360) RX_TASK: Control: P-XID +I (3360) RX_TASK: CRC: 0x7A26 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7A 26 +I (3380) irda_crc1: CRC: 0xF4C3 +I (3380) RX_TASK: CRC Check: INVALID + +I (3390) RX_TASK: Payload (27 bytes): +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3400) RX_TASK:  +ASCII: +.l..^........$.Symbian EPOC + +I (3400) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3410) PXID_TASK: Source Address: 0x6C0BCA5E +I (3420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3420) PXID_TASK: Discovery Flag: 0x00 +I (3430) PXID_TASK: Slot Number: 0xFF +I (3430) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3440) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3460) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3470) irda_crc1: CRC: 0xDAD0 +I (3480) PXID REPLY: CRC Check: INVALID + +I (3480) PXID REPLY: Inverted CRC: 0x2530 +I (3480) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3500) RX_TASK: Send Success +I (3500) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (3510) RX_TASK: Address: 0xFF +I (3510) RX_TASK: Command bit: 1 +I (3510) RX_TASK: Control: 0x3F +I (3510) RX_TASK: Control: P-XID +I (3520) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (3530) irda_crc1: CRC: 0xDC9F +I (3530) RX_TASK: CRC Check: INVALID + +I (3530) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (3540) RX_TASK:  +ASCII: +.l..^....... + +I (3550) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (3550) PXID_TASK: Source Address: 0x6C0BCA5E +I (3560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3560) PXID_TASK: Discovery Flag: 0x00 +I (3570) PXID_TASK: Slot Number: 0x00 +I (3570) PXID_TASK: Version Number: 0x00 + + + +I (3570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3590) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3610) irda_crc1: CRC: 0xDAD0 +I (3610) PXID REPLY: CRC Check: INVALID + +I (3610) PXID REPLY: Inverted CRC: 0x2530 +I (3620) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3630) RX_TASK: Send Success +I (3640) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (3640) RX_TASK: Address: 0xFF +I (3640) RX_TASK: Command bit: 1 +I (3650) RX_TASK: Control: 0x3F +I (3650) RX_TASK: Control: P-XID +I (3650) RX_TASK: CRC: 0x7A26 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7A 26 +I (3670) irda_crc1: CRC: 0xF4C3 +I (3670) RX_TASK: CRC Check: INVALID + +I (3670) RX_TASK: Payload (27 bytes): +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3680) RX_TASK:  +ASCII: +.l..^........$.Symbian EPOC + +I (3690) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3700) PXID_TASK: Source Address: 0x6C0BCA5E +I (3710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3710) PXID_TASK: Discovery Flag: 0x00 +I (3710) PXID_TASK: Slot Number: 0xFF +I (3720) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3730) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3750) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3760) irda_crc1: CRC: 0xDAD0 +I (3770) PXID REPLY: CRC Check: INVALID + +I (3770) PXID REPLY: Inverted CRC: 0x2530 +I (3770) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3790) RX_TASK: Send Success +I (3790) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (3790) RX_TASK: Address: 0xFF +I (3800) RX_TASK: Command bit: 1 +I (3800) RX_TASK: Control: 0x3F +I (3800) RX_TASK: Control: P-XID +I (3810) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (3820) irda_crc1: CRC: 0xDC9F +I (3820) RX_TASK: CRC Check: INVALID + +I (3820) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (3830) RX_TASK:  +ASCII: +.l..^....... + +I (3830) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (3840) PXID_TASK: Source Address: 0x6C0BCA5E +I (3850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3850) PXID_TASK: Discovery Flag: 0x00 +I (3850) PXID_TASK: Slot Number: 0x00 +I (3860) PXID_TASK: Version Number: 0x00 + + + +I (3860) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (3880) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (3900) irda_crc1: CRC: 0xDAD0 +I (3900) PXID REPLY: CRC Check: INVALID + +I (3900) PXID REPLY: Inverted CRC: 0x2530 +I (3910) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (3920) RX_TASK: Send Success +I (3920) RX_TASK: Unterminated packet at offset 251 + +I (4930) RX_TASK: Read 239 bytes: ' �^����' +I (4930) RX_TASK: 0x40813230 0b ca 5e ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..^........$.Sym| +I (4930) RX_TASK: 0x40813240 62 69 61 6e 20 45 50 4f 43 7a 26 c1 ff ff ff ff |bian EPOCz&.....| +I (4940) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 6c 0b ca 5e ff ff |........?.l..^..| +I (4940) RX_TASK: 0x40813260 ff ff 00 00 00 6e 84 c1 ff ff ff ff ff ff ff ff |.....n..........| +I (4950) RX_TASK: 0x40813270 ff c0 ff 3f 01 6c 0b ca 5e ff ff ff ff 00 ff 00 |...?.l..^.......| +I (4960) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 7a |.$.Symbian EPOCz| +I (4970) RX_TASK: 0x40813290 26 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |&.............?.| +I (4980) RX_TASK: 0x408132a0 6c 0b ca 5e ff ff ff ff 00 00 00 6e 84 c1 ff ff |l..^.......n....| +I (4990) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 6c 0b ca 5e |..........?.l..^| +I (5000) RX_TASK: 0x408132c0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (5010) RX_TASK: 0x408132d0 6e 20 45 50 4f 43 7a 26 c1 ff ff ff ff ff ff ff |n EPOCz&........| +I (5010) RX_TASK: 0x408132e0 ff ff c0 ff 3f 01 6c 0b ca 5e ff ff ff ff 00 00 |....?.l..^......| +I (5020) RX_TASK: 0x408132f0 00 6e 84 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.n..............| +I (5030) RX_TASK: 0x40813300 3f 01 6c 0b ca 5e ff ff ff ff 00 ff 00 82 24 00 |?.l..^........$.| +I (5040) RX_TASK: 0x40813310 53 79 6d 62 69 61 6e 20 45 50 4f 43 7a 26 c1 |Symbian EPOCz&.| +I (5050) RX_TASK: Starting to Parse: 239 +I (5050) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (5060) RX_TASK: Address: 0xFF +I (5060) RX_TASK: Command bit: 1 +I (5060) RX_TASK: Control: 0x3F +I (5070) RX_TASK: Control: P-XID +I (5070) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (5080) irda_crc1: CRC: 0xDC9F +I (5080) RX_TASK: CRC Check: INVALID + +I (5090) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (5090) RX_TASK:  +ASCII: +.l..^....... + +I (5100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (5110) PXID_TASK: Source Address: 0x6C0BCA5E +I (5110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5120) PXID_TASK: Discovery Flag: 0x00 +I (5120) PXID_TASK: Slot Number: 0x00 +I (5120) PXID_TASK: Version Number: 0x00 + + + +I (5130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (5150) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (5160) irda_crc1: CRC: 0xDAD0 +I (5160) PXID REPLY: CRC Check: INVALID + +I (5170) PXID REPLY: Inverted CRC: 0x2530 +I (5170) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (5190) RX_TASK: Send Success +I (5190) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (5190) RX_TASK: Address: 0xFF +I (5200) RX_TASK: Command bit: 1 +I (5200) RX_TASK: Control: 0x3F +I (5200) RX_TASK: Control: P-XID +I (5210) RX_TASK: CRC: 0x7A26 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7A 26 +I (5220) irda_crc1: CRC: 0xF4C3 +I (5220) RX_TASK: CRC Check: INVALID + +I (5230) RX_TASK: Payload (27 bytes): +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5240) RX_TASK:  +ASCII: +.l..^........$.Symbian EPOC + +I (5240) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5250) PXID_TASK: Source Address: 0x6C0BCA5E +I (5260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5260) PXID_TASK: Discovery Flag: 0x00 +I (5270) PXID_TASK: Slot Number: 0xFF +I (5270) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (5300) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (5320) irda_crc1: CRC: 0xDAD0 +I (5320) PXID REPLY: CRC Check: INVALID + +I (5320) PXID REPLY: Inverted CRC: 0x2530 +I (5330) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (5340) RX_TASK: Send Success +I (5340) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (5350) RX_TASK: Address: 0xFF +I (5350) RX_TASK: Command bit: 1 +I (5350) RX_TASK: Control: 0x3F +I (5360) RX_TASK: Control: P-XID +I (5360) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (5370) irda_crc1: CRC: 0xDC9F +I (5370) RX_TASK: CRC Check: INVALID + +I (5380) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (5380) RX_TASK:  +ASCII: +.l..^....... + +I (5390) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (5400) PXID_TASK: Source Address: 0x6C0BCA5E +I (5400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5400) PXID_TASK: Discovery Flag: 0x00 +I (5410) PXID_TASK: Slot Number: 0x00 +I (5410) PXID_TASK: Version Number: 0x00 + + + +I (5420) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (5440) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (5450) irda_crc1: CRC: 0xDAD0 +I (5450) PXID REPLY: CRC Check: INVALID + +I (5460) PXID REPLY: Inverted CRC: 0x2530 +I (5460) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (5470) RX_TASK: Send Success +I (5480) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (5480) RX_TASK: Address: 0xFF +I (5490) RX_TASK: Command bit: 1 +I (5490) RX_TASK: Control: 0x3F +I (5490) RX_TASK: Control: P-XID +I (5490) RX_TASK: CRC: 0x7A26 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7A 26 +I (5510) irda_crc1: CRC: 0xF4C3 +I (5510) RX_TASK: CRC Check: INVALID + +I (5520) RX_TASK: Payload (27 bytes): +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5530) RX_TASK:  +ASCII: +.l..^........$.Symbian EPOC + +I (5530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5540) PXID_TASK: Source Address: 0x6C0BCA5E +I (5550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5550) PXID_TASK: Discovery Flag: 0x00 +I (5560) PXID_TASK: Slot Number: 0xFF +I (5560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (5590) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (5600) irda_crc1: CRC: 0xDAD0 +I (5610) PXID REPLY: CRC Check: INVALID + +I (5610) PXID REPLY: Inverted CRC: 0x2530 +I (5610) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (5630) RX_TASK: Send Success +I (5630) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (5640) RX_TASK: Address: 0xFF +I (5640) RX_TASK: Command bit: 1 +I (5640) RX_TASK: Control: 0x3F +I (5650) RX_TASK: Control: P-XID +I (5650) RX_TASK: CRC: 0x6E84 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 00 00 6E 84 +I (5660) irda_crc1: CRC: 0xDC9F +I (5660) RX_TASK: CRC Check: INVALID + +I (5670) RX_TASK: Payload (12 bytes): +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (5670) RX_TASK:  +ASCII: +.l..^....... + +I (5680) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 0B CA 5E FF FF FF FF 00 00 00 +I (5680) PXID_TASK: Source Address: 0x6C0BCA5E +I (5690) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5690) PXID_TASK: Discovery Flag: 0x00 +I (5700) PXID_TASK: Slot Number: 0x00 +I (5700) PXID_TASK: Version Number: 0x00 + + + +I (5700) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (5730) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (5740) irda_crc1: CRC: 0xDAD0 +I (5740) PXID REPLY: CRC Check: INVALID + +I (5750) PXID REPLY: Inverted CRC: 0x2530 +I (5750) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (5760) RX_TASK: Send Success +I (5770) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (5770) RX_TASK: Address: 0xFF +I (5770) RX_TASK: Command bit: 1 +I (5780) RX_TASK: Control: 0x3F +I (5780) RX_TASK: Control: P-XID +I (5780) RX_TASK: CRC: 0x7A26 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 7A 26 +I (5800) irda_crc1: CRC: 0xF4C3 +I (5800) RX_TASK: CRC Check: INVALID + +I (5810) RX_TASK: Payload (27 bytes): +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5820) RX_TASK:  +ASCII: +.l..^........$.Symbian EPOC + +I (5820) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 0B CA 5E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5830) PXID_TASK: Source Address: 0x6C0BCA5E +I (5840) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5840) PXID_TASK: Discovery Flag: 0x00 +I (5850) PXID_TASK: Slot Number: 0xFF +I (5850) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5860) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 +I (5880) irda_crc1: CRC: 0x5912 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 +I (5890) irda_crc1: CRC: 0xDAD0 +I (5900) PXID REPLY: CRC Check: INVALID + +I (5900) PXID REPLY: Inverted CRC: 0x2530 +I (5900) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 0B CA 5E 01 00 00 90 24 00 54 45 53 54 EE A6 C1 +I (5920) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_38929 b/build/log/idf_py_stdout_output_38929 new file mode 100644 index 0000000..5428098 --- /dev/null +++ b/build/log/idf_py_stdout_output_38929 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:390:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 390 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:459:13: warning: 'tx_task' defined but not used [-Wunused-function] + 459 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d7c0 bytes. Smallest app partition is 0x100000 bytes. 0xd2840 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 504.0 kbit/s)... +Hash of data verified. +Compressed 186304 bytes to 94807... +Writing at 0x00010000... (16 %) +Writing at 0x0001aa54... (33 %) +Writing at 0x000215a2... (50 %) +Writing at 0x0002885f... (66 %) +Writing at 0x00030ac3... (83 %) +Writing at 0x00037802... (100 %) +Wrote 186304 bytes (94807 compressed) at 0x00010000 in 1.6 seconds (effective 909.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_39053 b/build/log/idf_py_stdout_output_39053 new file mode 100644 index 0000000..de10e72 --- /dev/null +++ b/build/log/idf_py_stdout_output_39053 @@ -0,0 +1,633 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=09fc0h ( 40896) map +I (89) esp_image: segment 1: paddr=00019fe8 vaddr=40800000 size=06030h ( 24624) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=15f1ch ( 89884) map +I (113) esp_image: segment 3: paddr=00035f44 vaddr=40806030 size=060c8h ( 24776) load +I (119) esp_image: segment 4: paddr=0003c014 vaddr=4080c100 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 3081fe90a... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E7F0 len 0006DE20 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5900) RX_TASK: Read 256 bytes: '������������?� +Po����' +I (5900) RX_TASK: 0x40813230 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 91 0a |............?...| +I (5900) RX_TASK: 0x40813240 50 6f ff ff ff ff 00 00 00 b2 60 c1 ff ff ff ff |Po........`.....| +I (5910) RX_TASK: 0x40813250 ff ff ff ff ff ff c0 ff 3f 01 91 0a 50 6f ff ff |........?...Po..| +I (5920) RX_TASK: 0x40813260 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (5930) RX_TASK: 0x40813270 45 50 4f 43 25 ca c1 ff ff ff ff ff ff ff ff ff |EPOC%...........| +I (5940) RX_TASK: 0x40813280 ff c0 ff 3f 01 91 0a 50 6f ff ff ff ff 00 00 00 |...?...Po.......| +I (5950) RX_TASK: 0x40813290 b2 60 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |.`............?.| +I (5960) RX_TASK: 0x408132a0 91 0a 50 6f ff ff ff ff 00 ff 00 82 24 00 53 79 |..Po........$.Sy| +I (5960) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 25 ca c1 ff ff ff |mbian EPOC%.....| +I (5970) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 91 0a 50 6f ff |.........?...Po.| +I (5980) RX_TASK: 0x408132d0 ff ff ff 00 00 00 b2 60 c1 ff ff ff ff ff ff ff |.......`........| +I (5990) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 91 0a 50 6f ff ff ff ff 00 |.....?...Po.....| +I (6000) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (6010) RX_TASK: 0x40813300 43 25 ca c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C%..............| +I (6020) RX_TASK: 0x40813310 3f 01 91 0a 50 6f ff ff ff ff 00 00 00 b2 60 c1 |?...Po........`.| +I (6030) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 91 0a |............?...| +I (6030) RX_TASK: Starting to Parse: 256 +I (6040) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6040) RX_TASK: Address: 0xFF +I (6050) RX_TASK: Command bit: 1 +I (6050) RX_TASK: Control: 0x3F +I (6050) RX_TASK: Control: P-XID +I (6060) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (6070) irda_crc1: CRC: 0xF0B8 +I (6070) RX_TASK: CRC Check: VALID + +I (6070) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6080) RX_TASK:  +ASCII: +...Po....... + +I (6080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6090) PXID_TASK: Source Address: 0x910A506F +I (6100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6100) PXID_TASK: Discovery Flag: 0x00 +I (6100) PXID_TASK: Slot Number: 0x00 +I (6110) PXID_TASK: Version Number: 0x00 + + + +I (6110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (6130) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (6150) irda_crc1: CRC: 0xF0B8 +I (6150) PXID REPLY: CRC Check: VALID + +I (6150) PXID REPLY: Inverted CRC: 0x0F47 +I (6160) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (6170) RX_TASK: Send Success +I (6170) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6180) RX_TASK: Address: 0xFF +I (6180) RX_TASK: Command bit: 1 +I (6180) RX_TASK: Control: 0x3F +I (6190) RX_TASK: Control: P-XID +I (6190) RX_TASK: CRC: 0x25CA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 25 CA +I (6210) irda_crc1: CRC: 0xF0B8 +I (6210) RX_TASK: CRC Check: VALID + +I (6210) RX_TASK: Payload (27 bytes): +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6220) RX_TASK:  +ASCII: +...Po........$.Symbian EPOC + +I (6230) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6240) PXID_TASK: Source Address: 0x910A506F +I (6240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6250) PXID_TASK: Discovery Flag: 0x00 +I (6250) PXID_TASK: Slot Number: 0xFF +I (6260) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (6290) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (6300) irda_crc1: CRC: 0xF0B8 +I (6300) PXID REPLY: CRC Check: VALID + +I (6310) PXID REPLY: Inverted CRC: 0x0F47 +I (6310) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (6320) RX_TASK: Send Success +I (6330) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (6330) RX_TASK: Address: 0xFF +I (6330) RX_TASK: Command bit: 1 +I (6340) RX_TASK: Control: 0x3F +I (6340) RX_TASK: Control: P-XID +I (6340) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (6350) irda_crc1: CRC: 0xF0B8 +I (6360) RX_TASK: CRC Check: VALID + +I (6360) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6370) RX_TASK:  +ASCII: +...Po....... + +I (6370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6380) PXID_TASK: Source Address: 0x910A506F +I (6380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6390) PXID_TASK: Discovery Flag: 0x00 +I (6390) PXID_TASK: Slot Number: 0x00 +I (6400) PXID_TASK: Version Number: 0x00 + + + +I (6400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (6420) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (6430) irda_crc1: CRC: 0xF0B8 +I (6440) PXID REPLY: CRC Check: VALID + +I (6440) PXID REPLY: Inverted CRC: 0x0F47 +I (6440) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (6460) RX_TASK: Send Success +I (6460) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (6470) RX_TASK: Address: 0xFF +I (6470) RX_TASK: Command bit: 1 +I (6470) RX_TASK: Control: 0x3F +I (6480) RX_TASK: Control: P-XID +I (6480) RX_TASK: CRC: 0x25CA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 25 CA +I (6490) irda_crc1: CRC: 0xF0B8 +I (6500) RX_TASK: CRC Check: VALID + +I (6500) RX_TASK: Payload (27 bytes): +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6510) RX_TASK:  +ASCII: +...Po........$.Symbian EPOC + +I (6520) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6530) PXID_TASK: Source Address: 0x910A506F +I (6530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6540) PXID_TASK: Discovery Flag: 0x00 +I (6540) PXID_TASK: Slot Number: 0xFF +I (6540) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6550) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (6570) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (6590) irda_crc1: CRC: 0xF0B8 +I (6590) PXID REPLY: CRC Check: VALID + +I (6590) PXID REPLY: Inverted CRC: 0x0F47 +I (6600) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (6610) RX_TASK: Send Success +I (6610) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (6620) RX_TASK: Address: 0xFF +I (6620) RX_TASK: Command bit: 1 +I (6630) RX_TASK: Control: 0x3F +I (6630) RX_TASK: Control: P-XID +I (6630) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (6640) irda_crc1: CRC: 0xF0B8 +I (6650) RX_TASK: CRC Check: VALID + +I (6650) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6660) RX_TASK:  +ASCII: +...Po....... + +I (6660) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6670) PXID_TASK: Source Address: 0x910A506F +I (6670) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6680) PXID_TASK: Discovery Flag: 0x00 +I (6680) PXID_TASK: Slot Number: 0x00 +I (6680) PXID_TASK: Version Number: 0x00 + + + +I (6690) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (6710) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (6720) irda_crc1: CRC: 0xF0B8 +I (6730) PXID REPLY: CRC Check: VALID + +I (6730) PXID REPLY: Inverted CRC: 0x0F47 +I (6730) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (6750) RX_TASK: Send Success +I (6750) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (6750) RX_TASK: Address: 0xFF +I (6760) RX_TASK: Command bit: 1 +I (6760) RX_TASK: Control: 0x3F +I (6760) RX_TASK: Control: P-XID +I (6770) RX_TASK: CRC: 0x25CA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 25 CA +I (6780) irda_crc1: CRC: 0xF0B8 +I (6780) RX_TASK: CRC Check: VALID + +I (6790) RX_TASK: Payload (27 bytes): +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6800) RX_TASK:  +ASCII: +...Po........$.Symbian EPOC + +I (6800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6820) PXID_TASK: Source Address: 0x910A506F +I (6820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6820) PXID_TASK: Discovery Flag: 0x00 +I (6830) PXID_TASK: Slot Number: 0xFF +I (6830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (6860) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (6880) irda_crc1: CRC: 0xF0B8 +I (6880) PXID REPLY: CRC Check: VALID + +I (6880) PXID REPLY: Inverted CRC: 0x0F47 +I (6890) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (6900) RX_TASK: Send Success +I (6900) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (6910) RX_TASK: Address: 0xFF +I (6910) RX_TASK: Command bit: 1 +I (6910) RX_TASK: Control: 0x3F +I (6920) RX_TASK: Control: P-XID +I (6920) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (6930) irda_crc1: CRC: 0xF0B8 +I (6930) RX_TASK: CRC Check: VALID + +I (6940) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6940) RX_TASK:  +ASCII: +...Po....... + +I (6950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (6960) PXID_TASK: Source Address: 0x910A506F +I (6960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6970) PXID_TASK: Discovery Flag: 0x00 +I (6970) PXID_TASK: Slot Number: 0x00 +I (6970) PXID_TASK: Version Number: 0x00 + + + +I (6980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (7000) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (7010) irda_crc1: CRC: 0xF0B8 +I (7010) PXID REPLY: CRC Check: VALID + +I (7020) PXID REPLY: Inverted CRC: 0x0F47 +I (7020) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (7040) RX_TASK: Send Success +I (7040) RX_TASK: Unterminated packet at offset 250 + +I (8040) RX_TASK: Read 213 bytes: 'Po����' +I (8040) RX_TASK: 0x40813230 50 6f ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |Po........$.Symb| +I (8040) RX_TASK: 0x40813240 69 61 6e 20 45 50 4f 43 25 ca c1 ff ff ff ff ff |ian EPOC%.......| +I (8050) RX_TASK: 0x40813250 ff ff ff ff ff c0 ff 3f 01 91 0a 50 6f ff ff ff |.......?...Po...| +I (8050) RX_TASK: 0x40813260 ff 00 00 00 b2 60 c1 ff ff ff ff ff ff ff ff ff |.....`..........| +I (8060) RX_TASK: 0x40813270 ff c0 ff 3f 01 91 0a 50 6f ff ff ff ff 00 ff 00 |...?...Po.......| +I (8070) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 25 |.$.Symbian EPOC%| +I (8080) RX_TASK: 0x40813290 ca c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (8090) RX_TASK: 0x408132a0 91 0a 50 6f ff ff ff ff 00 00 00 b2 60 c1 ff ff |..Po........`...| +I (8100) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff c0 ff 3f 01 91 0a 50 6f ff |.........?...Po.| +I (8110) RX_TASK: 0x408132c0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (8120) RX_TASK: 0x408132d0 20 45 50 4f 43 25 ca c1 ff ff ff ff ff ff ff ff | EPOC%..........| +I (8120) RX_TASK: 0x408132e0 ff ff c0 ff 3f 01 91 0a 50 6f ff ff ff ff 00 00 |....?...Po......| +I (8130) RX_TASK: 0x408132f0 00 b2 60 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |..`.............| +I (8140) RX_TASK: 0x40813300 3f 01 91 0a 50 |?...P| +I (8150) RX_TASK: Starting to Parse: 213 +I (8150) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (8160) RX_TASK: Address: 0xFF +I (8160) RX_TASK: Command bit: 1 +I (8160) RX_TASK: Control: 0x3F +I (8170) RX_TASK: Control: P-XID +I (8170) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (8180) irda_crc1: CRC: 0xF0B8 +I (8180) RX_TASK: CRC Check: VALID + +I (8190) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (8190) RX_TASK:  +ASCII: +...Po....... + +I (8200) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (8210) PXID_TASK: Source Address: 0x910A506F +I (8210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8220) PXID_TASK: Discovery Flag: 0x00 +I (8220) PXID_TASK: Slot Number: 0x00 +I (8220) PXID_TASK: Version Number: 0x00 + + + +I (8230) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (8250) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (8260) irda_crc1: CRC: 0xF0B8 +I (8260) PXID REPLY: CRC Check: VALID + +I (8270) PXID REPLY: Inverted CRC: 0x0F47 +I (8270) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (8290) RX_TASK: Send Success +I (8290) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (8290) RX_TASK: Address: 0xFF +I (8300) RX_TASK: Command bit: 1 +I (8300) RX_TASK: Control: 0x3F +I (8300) RX_TASK: Control: P-XID +I (8310) RX_TASK: CRC: 0x25CA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 25 CA +I (8320) irda_crc1: CRC: 0xF0B8 +I (8320) RX_TASK: CRC Check: VALID + +I (8330) RX_TASK: Payload (27 bytes): +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8340) RX_TASK:  +ASCII: +...Po........$.Symbian EPOC + +I (8340) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8350) PXID_TASK: Source Address: 0x910A506F +I (8360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8360) PXID_TASK: Discovery Flag: 0x00 +I (8370) PXID_TASK: Slot Number: 0xFF +I (8370) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8380) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (8400) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (8410) irda_crc1: CRC: 0xF0B8 +I (8420) PXID REPLY: CRC Check: VALID + +I (8420) PXID REPLY: Inverted CRC: 0x0F47 +I (8430) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (8440) RX_TASK: Send Success +I (8440) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (8450) RX_TASK: Address: 0xFF +I (8450) RX_TASK: Command bit: 1 +I (8450) RX_TASK: Control: 0x3F +I (8460) RX_TASK: Control: P-XID +I (8460) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (8470) irda_crc1: CRC: 0xF0B8 +I (8470) RX_TASK: CRC Check: VALID + +I (8480) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (8480) RX_TASK:  +ASCII: +...Po....... + +I (8490) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (8490) PXID_TASK: Source Address: 0x910A506F +I (8500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8500) PXID_TASK: Discovery Flag: 0x00 +I (8510) PXID_TASK: Slot Number: 0x00 +I (8510) PXID_TASK: Version Number: 0x00 + + + +I (8510) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (8540) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (8550) irda_crc1: CRC: 0xF0B8 +I (8550) PXID REPLY: CRC Check: VALID + +I (8560) PXID REPLY: Inverted CRC: 0x0F47 +I (8560) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (8570) RX_TASK: Send Success +I (8580) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (8580) RX_TASK: Address: 0xFF +I (8580) RX_TASK: Command bit: 1 +I (8590) RX_TASK: Control: 0x3F +I (8590) RX_TASK: Control: P-XID +I (8590) RX_TASK: CRC: 0x25CA +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 25 CA +I (8610) irda_crc1: CRC: 0xF0B8 +I (8610) RX_TASK: CRC Check: VALID + +I (8620) RX_TASK: Payload (27 bytes): +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8630) RX_TASK:  +ASCII: +...Po........$.Symbian EPOC + +I (8630) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 91 0A 50 6F FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8640) PXID_TASK: Source Address: 0x910A506F +I (8650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8650) PXID_TASK: Discovery Flag: 0x00 +I (8660) PXID_TASK: Slot Number: 0xFF +I (8660) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (8690) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (8700) irda_crc1: CRC: 0xF0B8 +I (8710) PXID REPLY: CRC Check: VALID + +I (8710) PXID REPLY: Inverted CRC: 0x0F47 +I (8710) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (8730) RX_TASK: Send Success +I (8730) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (8740) RX_TASK: Address: 0xFF +I (8740) RX_TASK: Command bit: 1 +I (8740) RX_TASK: Control: 0x3F +I (8740) RX_TASK: Control: P-XID +I (8750) RX_TASK: CRC: 0xB260 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 91 0A 50 6F FF FF FF FF 00 00 00 B2 60 +I (8760) irda_crc1: CRC: 0xF0B8 +I (8760) RX_TASK: CRC Check: VALID + +I (8760) RX_TASK: Payload (12 bytes): +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (8770) RX_TASK:  +ASCII: +...Po....... + +I (8780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 91 0A 50 6F FF FF FF FF 00 00 00 +I (8780) PXID_TASK: Source Address: 0x910A506F +I (8790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8790) PXID_TASK: Discovery Flag: 0x00 +I (8800) PXID_TASK: Slot Number: 0x00 +I (8800) PXID_TASK: Version Number: 0x00 + + + +I (8800) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 +I (8820) irda_crc1: CRC: 0xFD47 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 +I (8840) irda_crc1: CRC: 0xF0B8 +I (8840) PXID REPLY: CRC Check: VALID + +I (8840) PXID REPLY: Inverted CRC: 0x0F47 +I (8850) PXID REPLY: CRC Check: INVALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 91 0A 50 6F 01 00 00 90 24 00 54 45 53 54 B8 02 C1 +I (8860) RX_TASK: Send Success +I (8860) RX_TASK: Unterminated packet at offset 206 + diff --git a/build/log/idf_py_stdout_output_39060 b/build/log/idf_py_stdout_output_39060 new file mode 100644 index 0000000..6fab0bf --- /dev/null +++ b/build/log/idf_py_stdout_output_39060 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:452:13: warning: 'tx_task' defined but not used [-Wunused-function] + 452 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dcd0 bytes. Smallest app partition is 0x100000 bytes. 0xd2330 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.0 kbit/s)... +Hash of data verified. +Compressed 187600 bytes to 95458... +Writing at 0x00010000... (16 %) +Writing at 0x0001aacf... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288a3... (66 %) +Writing at 0x00030b3c... (83 %) +Writing at 0x000378d6... (100 %) +Wrote 187600 bytes (95458 compressed) at 0x00010000 in 1.7 seconds (effective 908.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.1 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_39186 b/build/log/idf_py_stdout_output_39186 new file mode 100644 index 0000000..864fea2 --- /dev/null +++ b/build/log/idf_py_stdout_output_39186 @@ -0,0 +1,597 @@ + +I (234) main_task: Calling app_main() +I (234) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16334h ( 90932) map +I (113) esp_image: segment 3: paddr=0003635c vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c524 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 0e54034ac... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (8630) RX_TASK: Read 256 bytes: '������������?�|����' +I (8630) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f 12 |............?...| +I (8630) RX_TASK: 0x40813270 fe 7c ff ff ff ff 00 00 00 d9 48 c1 ff ff ff ff |.|........H.....| +I (8640) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 0f 12 fe 7c ff ff |........?....|..| +I (8650) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (8660) RX_TASK: 0x408132a0 45 50 4f 43 9e df c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (8670) RX_TASK: 0x408132b0 c0 ff 3f 01 0f 12 fe 7c ff ff ff ff 00 00 00 d9 |..?....|........| +I (8680) RX_TASK: 0x408132c0 48 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |H.............?.| +I (8690) RX_TASK: 0x408132d0 0f 12 fe 7c ff ff ff ff 00 ff 00 82 24 00 53 79 |...|........$.Sy| +I (8700) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 9e df c1 ff ff ff |mbian EPOC......| +I (8700) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 0f 12 fe 7c ff |.........?....|.| +I (8710) RX_TASK: 0x40813300 ff ff ff 00 00 00 d9 48 c1 ff ff ff ff ff ff ff |.......H........| +I (8720) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 0f 12 fe 7c ff ff ff ff 00 |.....?....|.....| +I (8730) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (8740) RX_TASK: 0x40813330 43 9e df c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (8750) RX_TASK: 0x40813340 3f 01 0f 12 fe 7c ff ff ff ff 00 00 00 d9 48 c1 |?....|........H.| +I (8760) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f 12 |............?...| +I (8770) RX_TASK: Starting to Parse: 256 +I (8770) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (8770) RX_TASK: Address: 0xFF +I (8780) RX_TASK: Command bit: 1 +I (8780) RX_TASK: Control: 0x3F +I (8780) RX_TASK: Control: P-XID +I (8790) RX_TASK: CRC: 0xD948 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 00 00 D9 48 +I (8800) irda_crc1: CRC: 0xF0B8 +I (8800) RX_TASK: CRC Check: VALID + +I (8800) RX_TASK: Payload (12 bytes): +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (8810) RX_TASK:  +ASCII: +....|....... + +I (8810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (8820) PXID_TASK: Source Address: 0xF12FE7C +I (8830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8830) PXID_TASK: Discovery Flag: 0x00 +I (8840) PXID_TASK: Slot Number: 0x00 +I (8840) PXID_TASK: Version Number: 0x00 + + + +I (8840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (8860) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (8880) irda_crc1: CRC: 0xF0B8 +I (8880) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (8890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (8900) PXID REPLY: Wrote 22 bytes +I (8910) PXID REPLY: Sent reply packet +I (8910) RX_TASK: Send Success +I (8910) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (8920) RX_TASK: Address: 0xFF +I (8920) RX_TASK: Command bit: 1 +I (8920) RX_TASK: Control: 0x3F +I (8930) RX_TASK: Control: P-XID +I (8930) RX_TASK: CRC: 0x9EDF +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 9E DF +I (8950) irda_crc1: CRC: 0xF0B8 +I (8950) RX_TASK: CRC Check: VALID + +I (8950) RX_TASK: Payload (27 bytes): +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8960) RX_TASK:  +ASCII: +....|........$.Symbian EPOC + +I (8970) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8980) PXID_TASK: Source Address: 0xF12FE7C +I (8980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8990) PXID_TASK: Discovery Flag: 0x00 +I (8990) PXID_TASK: Slot Number: 0xFF +I (8990) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9000) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (9030) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (9040) irda_crc1: CRC: 0xF0B8 +I (9040) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (9060) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (9060) PXID REPLY: Wrote 22 bytes +I (9070) PXID REPLY: Sent reply packet +I (9070) RX_TASK: Send Success +I (9070) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (9080) RX_TASK: Address: 0xFF +I (9080) RX_TASK: Command bit: 1 +I (9090) RX_TASK: Control: 0x3F +I (9090) RX_TASK: Control: P-XID +I (9090) RX_TASK: CRC: 0xD948 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 00 00 D9 48 +I (9100) irda_crc1: CRC: 0xF0B8 +I (9110) RX_TASK: CRC Check: VALID + +I (9110) RX_TASK: Payload (12 bytes): +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (9120) RX_TASK:  +ASCII: +....|....... + +I (9120) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (9130) PXID_TASK: Source Address: 0xF12FE7C +I (9130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9140) PXID_TASK: Discovery Flag: 0x00 +I (9140) PXID_TASK: Slot Number: 0x00 +I (9140) PXID_TASK: Version Number: 0x00 + + + +I (9150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (9170) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (9180) irda_crc1: CRC: 0xF0B8 +I (9190) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (9200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (9210) PXID REPLY: Wrote 22 bytes +I (9210) PXID REPLY: Sent reply packet +I (9210) RX_TASK: Send Success +I (9220) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (9220) RX_TASK: Address: 0xFF +I (9230) RX_TASK: Command bit: 1 +I (9230) RX_TASK: Control: 0x3F +I (9230) RX_TASK: Control: P-XID +I (9230) RX_TASK: CRC: 0x9EDF +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 9E DF +I (9250) irda_crc1: CRC: 0xF0B8 +I (9250) RX_TASK: CRC Check: VALID + +I (9260) RX_TASK: Payload (27 bytes): +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9270) RX_TASK:  +ASCII: +....|........$.Symbian EPOC + +I (9270) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9280) PXID_TASK: Source Address: 0xF12FE7C +I (9290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9290) PXID_TASK: Discovery Flag: 0x00 +I (9300) PXID_TASK: Slot Number: 0xFF +I (9300) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9310) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (9330) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (9340) irda_crc1: CRC: 0xF0B8 +I (9350) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (9360) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (9370) PXID REPLY: Wrote 22 bytes +I (9370) PXID REPLY: Sent reply packet +I (9380) RX_TASK: Send Success +I (9380) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (9380) RX_TASK: Address: 0xFF +I (9390) RX_TASK: Command bit: 1 +I (9390) RX_TASK: Control: 0x3F +I (9390) RX_TASK: Control: P-XID +I (9400) RX_TASK: CRC: 0xD948 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 00 00 D9 48 +I (9410) irda_crc1: CRC: 0xF0B8 +I (9410) RX_TASK: CRC Check: VALID + +I (9410) RX_TASK: Payload (12 bytes): +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (9420) RX_TASK:  +ASCII: +....|....... + +I (9420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (9430) PXID_TASK: Source Address: 0xF12FE7C +I (9440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9440) PXID_TASK: Discovery Flag: 0x00 +I (9440) PXID_TASK: Slot Number: 0x00 +I (9450) PXID_TASK: Version Number: 0x00 + + + +I (9450) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (9470) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (9490) irda_crc1: CRC: 0xF0B8 +I (9490) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (9500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (9510) PXID REPLY: Wrote 22 bytes +I (9520) PXID REPLY: Sent reply packet +I (9520) RX_TASK: Send Success +I (9520) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (9530) RX_TASK: Address: 0xFF +I (9530) RX_TASK: Command bit: 1 +I (9530) RX_TASK: Control: 0x3F +I (9540) RX_TASK: Control: P-XID +I (9540) RX_TASK: CRC: 0x9EDF +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 9E DF +I (9550) irda_crc1: CRC: 0xF0B8 +I (9560) RX_TASK: CRC Check: VALID + +I (9560) RX_TASK: Payload (27 bytes): +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9570) RX_TASK:  +ASCII: +....|........$.Symbian EPOC + +I (9580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9590) PXID_TASK: Source Address: 0xF12FE7C +I (9590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9600) PXID_TASK: Discovery Flag: 0x00 +I (9600) PXID_TASK: Slot Number: 0xFF +I (9600) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9610) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (9640) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (9650) irda_crc1: CRC: 0xF0B8 +I (9650) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (9660) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (9670) PXID REPLY: Wrote 22 bytes +I (9680) PXID REPLY: Sent reply packet +I (9680) RX_TASK: Send Success +I (9680) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (9690) RX_TASK: Address: 0xFF +I (9690) RX_TASK: Command bit: 1 +I (9690) RX_TASK: Control: 0x3F +I (9700) RX_TASK: Control: P-XID +I (9700) RX_TASK: CRC: 0xD948 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 00 00 D9 48 +I (9710) irda_crc1: CRC: 0xF0B8 +I (9720) RX_TASK: CRC Check: VALID + +I (9720) RX_TASK: Payload (12 bytes): +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (9730) RX_TASK:  +ASCII: +....|....... + +I (9730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (9740) PXID_TASK: Source Address: 0xF12FE7C +I (9740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9750) PXID_TASK: Discovery Flag: 0x00 +I (9750) PXID_TASK: Slot Number: 0x00 +I (9750) PXID_TASK: Version Number: 0x00 + + + +I (9760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (9780) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (9790) irda_crc1: CRC: 0xF0B8 +I (9790) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (9810) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (9820) PXID REPLY: Wrote 22 bytes +I (9820) PXID REPLY: Sent reply packet +I (9820) RX_TASK: Send Success +I (9830) RX_TASK: Unterminated packet at offset 250 + +I (10830) RX_TASK: Read 168 bytes: '�|����' +I (10830) RX_TASK: 0x40813260 fe 7c ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.|........$.Symb| +I (10830) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 9e df c1 ff ff ff ff ff |ian EPOC........| +I (10840) RX_TASK: 0x40813280 ff ff ff ff c0 ff 3f 01 0f 12 fe 7c ff ff ff ff |......?....|....| +I (10840) RX_TASK: 0x40813290 00 00 00 d9 48 c1 ff ff ff ff ff ff ff ff ff ff |....H...........| +I (10850) RX_TASK: 0x408132a0 c0 ff 3f 01 0f 12 fe 7c ff ff ff ff 00 ff 00 82 |..?....|........| +I (10860) RX_TASK: 0x408132b0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 9e df |$.Symbian EPOC..| +I (10870) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f |.............?..| +I (10880) RX_TASK: 0x408132d0 12 fe 7c ff ff ff ff 00 00 00 d9 48 c1 ff ff ff |..|........H....| +I (10890) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 0f 12 fe 7c ff |.........?....|.| +I (10900) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (10910) RX_TASK: 0x40813300 20 45 50 4f 43 9e df c1 | EPOC...| +I (10910) RX_TASK: Starting to Parse: 168 +I (10920) RX_TASK:  +=== Packet 1 (offset 36, length 18) === + +I (10920) RX_TASK: Address: 0xFF +I (10930) RX_TASK: Command bit: 1 +I (10930) RX_TASK: Control: 0x3F +I (10930) RX_TASK: Control: P-XID +I (10940) RX_TASK: CRC: 0xD948 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 00 00 D9 48 +I (10950) irda_crc1: CRC: 0xF0B8 +I (10950) RX_TASK: CRC Check: VALID + +I (10950) RX_TASK: Payload (12 bytes): +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (10960) RX_TASK:  +ASCII: +....|....... + +I (10960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (10970) PXID_TASK: Source Address: 0xF12FE7C +I (10980) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10980) PXID_TASK: Discovery Flag: 0x00 +I (10990) PXID_TASK: Slot Number: 0x00 +I (10990) PXID_TASK: Version Number: 0x00 + + + +I (10990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (11010) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (11030) irda_crc1: CRC: 0xF0B8 +I (11030) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (11040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (11050) PXID REPLY: Wrote 22 bytes +I (11060) PXID REPLY: Sent reply packet +I (11060) RX_TASK: Send Success +I (11060) RX_TASK:  +=== Packet 2 (offset 64, length 33) === + +I (11070) RX_TASK: Address: 0xFF +I (11070) RX_TASK: Command bit: 1 +I (11070) RX_TASK: Control: 0x3F +I (11080) RX_TASK: Control: P-XID +I (11080) RX_TASK: CRC: 0x9EDF +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 9E DF +I (11100) irda_crc1: CRC: 0xF0B8 +I (11100) RX_TASK: CRC Check: VALID + +I (11100) RX_TASK: Payload (27 bytes): +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11110) RX_TASK:  +ASCII: +....|........$.Symbian EPOC + +I (11120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11130) PXID_TASK: Source Address: 0xF12FE7C +I (11140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11140) PXID_TASK: Discovery Flag: 0x00 +I (11140) PXID_TASK: Slot Number: 0xFF +I (11150) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (11160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (11180) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (11190) irda_crc1: CRC: 0xF0B8 +I (11190) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (11210) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (11220) PXID REPLY: Wrote 22 bytes +I (11220) PXID REPLY: Sent reply packet +I (11220) RX_TASK: Send Success +I (11230) RX_TASK:  +=== Packet 3 (offset 107, length 18) === + +I (11230) RX_TASK: Address: 0xFF +I (11240) RX_TASK: Command bit: 1 +I (11240) RX_TASK: Control: 0x3F +I (11240) RX_TASK: Control: P-XID +I (11240) RX_TASK: CRC: 0xD948 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 00 00 D9 48 +I (11260) irda_crc1: CRC: 0xF0B8 +I (11260) RX_TASK: CRC Check: VALID + +I (11260) RX_TASK: Payload (12 bytes): +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (11270) RX_TASK:  +ASCII: +....|....... + +I (11270) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F 12 FE 7C FF FF FF FF 00 00 00 +I (11280) PXID_TASK: Source Address: 0xF12FE7C +I (11290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11290) PXID_TASK: Discovery Flag: 0x00 +I (11290) PXID_TASK: Slot Number: 0x00 +I (11300) PXID_TASK: Version Number: 0x00 + + + +I (11300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (11320) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (11340) irda_crc1: CRC: 0xF0B8 +I (11340) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (11350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (11360) PXID REPLY: Wrote 22 bytes +I (11370) PXID REPLY: Sent reply packet +I (11370) RX_TASK: Send Success +I (11370) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (11380) RX_TASK: Address: 0xFF +I (11380) RX_TASK: Command bit: 1 +I (11380) RX_TASK: Control: 0x3F +I (11390) RX_TASK: Control: P-XID +I (11390) RX_TASK: CRC: 0x9EDF +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 9E DF +I (11410) irda_crc1: CRC: 0xF0B8 +I (11410) RX_TASK: CRC Check: VALID + +I (11410) RX_TASK: Payload (27 bytes): +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11420) RX_TASK:  +ASCII: +....|........$.Symbian EPOC + +I (11430) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F 12 FE 7C FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11440) PXID_TASK: Source Address: 0xF12FE7C +I (11440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11450) PXID_TASK: Discovery Flag: 0x00 +I (11450) PXID_TASK: Slot Number: 0xFF +I (11460) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (11470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 +I (11490) irda_crc1: CRC: 0x3C5F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 +I (11500) irda_crc1: CRC: 0xF0B8 +I (11500) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE 7C 01 00 00 90 24 00 54 45 53 54 A0 C3 C1 +I (11520) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F 12 FE +I (11530) PXID REPLY: Wrote 22 bytes +I (11530) PXID REPLY: Sent reply packet +I (11530) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_39196 b/build/log/idf_py_stdout_output_39196 new file mode 100644 index 0000000..854690c --- /dev/null +++ b/build/log/idf_py_stdout_output_39196 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:452:13: warning: 'tx_task' defined but not used [-Wunused-function] + 452 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.0 kbit/s)... +Hash of data verified. +Compressed 187616 bytes to 95462... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad6... (33 %) +Writing at 0x000215e2... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b3c... (83 %) +Writing at 0x000378d5... (100 %) +Wrote 187616 bytes (95462 compressed) at 0x00010000 in 1.7 seconds (effective 905.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.4 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_39322 b/build/log/idf_py_stdout_output_39322 new file mode 100644 index 0000000..17374a1 --- /dev/null +++ b/build/log/idf_py_stdout_output_39322 @@ -0,0 +1,600 @@ +I (234) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16338h ( 90936) map +I (113) esp_image: segment 3: paddr=00036360 vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c528 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: fa48eb1e1... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (5350) RX_TASK: Read 256 bytes: '������������?J}�� ����' +I (5350) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4a 7d |............?.J}| +I (5350) RX_TASK: 0x40813270 e0 e2 0b ff ff ff ff 00 00 00 45 5c c1 ff ff ff |..........E\....| +I (5360) RX_TASK: 0x40813280 ff ff ff ff ff ff ff c0 ff 3f 01 4a 7d e0 e2 0b |.........?.J}...| +I (5370) RX_TASK: 0x40813290 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (5380) RX_TASK: 0x408132a0 6e 20 45 50 4f 43 aa 1e c1 ff ff ff ff ff ff ff |n EPOC..........| +I (5390) RX_TASK: 0x408132b0 ff ff ff c0 ff 3f 01 4a 7d e0 e2 0b ff ff ff ff |.....?.J}.......| +I (5400) RX_TASK: 0x408132c0 00 00 00 45 5c c1 ff ff ff ff ff ff ff ff ff ff |...E\...........| +I (5410) RX_TASK: 0x408132d0 c0 ff 3f 01 4a 7d e0 e2 0b ff ff ff ff 00 ff 00 |..?.J}..........| +I (5420) RX_TASK: 0x408132e0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 aa |.$.Symbian EPOC.| +I (5420) RX_TASK: 0x408132f0 1e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (5430) RX_TASK: 0x40813300 4a 7d e0 e2 0b ff ff ff ff 00 00 00 45 5c c1 ff |J}..........E\..| +I (5440) RX_TASK: 0x40813310 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4a 7d e0 |...........?.J}.| +I (5450) RX_TASK: 0x40813320 e2 0b ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (5460) RX_TASK: 0x40813330 69 61 6e 20 45 50 4f 43 aa 1e c1 ff ff ff ff ff |ian EPOC........| +I (5470) RX_TASK: 0x40813340 ff ff ff ff ff c0 ff 3f 01 4a 7d e0 e2 0b ff ff |.......?.J}.....| +I (5480) RX_TASK: 0x40813350 ff ff 00 00 00 45 5c c1 ff ff ff ff ff ff ff ff |.....E\.........| +I (5490) RX_TASK: Starting to Parse: 256 +I (5490) RX_TASK:  +=== Packet 1 (offset 10, length 19) === + +I (5490) RX_TASK: Address: 0xFF +I (5500) RX_TASK: Command bit: 1 +I (5500) RX_TASK: Control: 0x3F +I (5500) RX_TASK: Control: P-XID +I (5510) RX_TASK: CRC: 0x455C +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 45 5C +I (5520) irda_crc1: CRC: 0x5DF3 +I (5520) RX_TASK: CRC Check: INVALID + +I (5520) RX_TASK: Payload (13 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (5530) RX_TASK:  +ASCII: +.J}.......... + +I (5540) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (5540) PXID_TASK: Source Address: 0x4A7DE0E2 +I (5550) PXID_TASK: Destination Address: 0xBFFFFFF +I (5550) PXID_TASK: Discovery Flag: 0xFF +I (5560) PXID_TASK: Slot Number: 0x00 +I (5560) PXID_TASK: Version Number: 0x00 +00 +. + +I (5560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (5580) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (5600) irda_crc1: CRC: 0xF0B8 +I (5600) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (5610) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (5630) PXID REPLY: Wrote 36 bytes +I (5630) PXID REPLY: Sent reply packet +I (5630) RX_TASK: Send Success +I (5640) RX_TASK:  +=== Packet 2 (offset 39, length 34) === + +I (5640) RX_TASK: Address: 0xFF +I (5650) RX_TASK: Command bit: 1 +I (5650) RX_TASK: Control: 0x3F +I (5650) RX_TASK: Control: P-XID +I (5650) RX_TASK: CRC: 0xAA1E +irda_crc - FCS len: 32 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AA 1E +I (5670) irda_crc1: CRC: 0xA357 +I (5670) RX_TASK: CRC Check: INVALID + +I (5680) RX_TASK: Payload (28 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (5690) RX_TASK:  +ASCII: +.J}...........$.Symbian EPOC + +I (5690) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (5710) PXID_TASK: Source Address: 0x4A7DE0E2 +I (5710) PXID_TASK: Destination Address: 0xBFFFFFF +I (5710) PXID_TASK: Discovery Flag: 0xFF +I (5720) PXID_TASK: Slot Number: 0x00 +I (5720) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +..$.Symbian EPOC + +I (5730) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (5750) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (5770) irda_crc1: CRC: 0xF0B8 +I (5770) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (5780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (5790) PXID REPLY: Wrote 36 bytes +I (5800) PXID REPLY: Sent reply packet +I (5800) RX_TASK: Send Success +I (5800) RX_TASK:  +=== Packet 3 (offset 83, length 19) === + +I (5810) RX_TASK: Address: 0xFF +I (5810) RX_TASK: Command bit: 1 +I (5820) RX_TASK: Control: 0x3F +I (5820) RX_TASK: Control: P-XID +I (5820) RX_TASK: CRC: 0x455C +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 45 5C +I (5830) irda_crc1: CRC: 0x5DF3 +I (5840) RX_TASK: CRC Check: INVALID + +I (5840) RX_TASK: Payload (13 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (5850) RX_TASK:  +ASCII: +.J}.......... + +I (5850) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (5860) PXID_TASK: Source Address: 0x4A7DE0E2 +I (5860) PXID_TASK: Destination Address: 0xBFFFFFF +I (5870) PXID_TASK: Discovery Flag: 0xFF +I (5870) PXID_TASK: Slot Number: 0x00 +I (5870) PXID_TASK: Version Number: 0x00 +00 +. + +I (5880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (5900) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (5910) irda_crc1: CRC: 0xF0B8 +I (5920) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (5930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (5940) PXID REPLY: Wrote 36 bytes +I (5950) PXID REPLY: Sent reply packet +I (5950) RX_TASK: Send Success +I (5950) RX_TASK:  +=== Packet 4 (offset 112, length 34) === + +I (5960) RX_TASK: Address: 0xFF +I (5960) RX_TASK: Command bit: 1 +I (5960) RX_TASK: Control: 0x3F +I (5970) RX_TASK: Control: P-XID +I (5970) RX_TASK: CRC: 0xAA1E +irda_crc - FCS len: 32 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AA 1E +I (5990) irda_crc1: CRC: 0xA357 +I (5990) RX_TASK: CRC Check: INVALID + +I (5990) RX_TASK: Payload (28 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (6000) RX_TASK:  +ASCII: +.J}...........$.Symbian EPOC + +I (6010) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (6020) PXID_TASK: Source Address: 0x4A7DE0E2 +I (6020) PXID_TASK: Destination Address: 0xBFFFFFF +I (6030) PXID_TASK: Discovery Flag: 0xFF +I (6030) PXID_TASK: Slot Number: 0x00 +I (6040) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +..$.Symbian EPOC + +I (6050) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (6070) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (6080) irda_crc1: CRC: 0xF0B8 +I (6080) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6110) PXID REPLY: Wrote 36 bytes +I (6110) PXID REPLY: Sent reply packet +I (6120) RX_TASK: Send Success +I (6120) RX_TASK:  +=== Packet 5 (offset 156, length 19) === + +I (6120) RX_TASK: Address: 0xFF +I (6130) RX_TASK: Command bit: 1 +I (6130) RX_TASK: Control: 0x3F +I (6130) RX_TASK: Control: P-XID +I (6140) RX_TASK: CRC: 0x455C +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 45 5C +I (6150) irda_crc1: CRC: 0x5DF3 +I (6150) RX_TASK: CRC Check: INVALID + +I (6150) RX_TASK: Payload (13 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (6160) RX_TASK:  +ASCII: +.J}.......... + +I (6170) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (6170) PXID_TASK: Source Address: 0x4A7DE0E2 +I (6180) PXID_TASK: Destination Address: 0xBFFFFFF +I (6180) PXID_TASK: Discovery Flag: 0xFF +I (6190) PXID_TASK: Slot Number: 0x00 +I (6190) PXID_TASK: Version Number: 0x00 +00 +. + +I (6190) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (6210) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (6230) irda_crc1: CRC: 0xF0B8 +I (6230) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6240) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6260) PXID REPLY: Wrote 36 bytes +I (6260) PXID REPLY: Sent reply packet +I (6260) RX_TASK: Send Success +I (6270) RX_TASK:  +=== Packet 6 (offset 185, length 34) === + +I (6270) RX_TASK: Address: 0xFF +I (6280) RX_TASK: Command bit: 1 +I (6280) RX_TASK: Control: 0x3F +I (6280) RX_TASK: Control: P-XID +I (6280) RX_TASK: CRC: 0xAA1E +irda_crc - FCS len: 32 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AA 1E +I (6300) irda_crc1: CRC: 0xA357 +I (6300) RX_TASK: CRC Check: INVALID + +I (6310) RX_TASK: Payload (28 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (6320) RX_TASK:  +ASCII: +.J}...........$.Symbian EPOC + +I (6320) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (6340) PXID_TASK: Source Address: 0x4A7DE0E2 +I (6340) PXID_TASK: Destination Address: 0xBFFFFFF +I (6340) PXID_TASK: Discovery Flag: 0xFF +I (6350) PXID_TASK: Slot Number: 0x00 +I (6350) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +..$.Symbian EPOC + +I (6360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (6380) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (6400) irda_crc1: CRC: 0xF0B8 +I (6400) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6420) PXID REPLY: Wrote 36 bytes +I (6430) PXID REPLY: Sent reply packet +I (6430) RX_TASK: Send Success +I (6430) RX_TASK:  +=== Packet 7 (offset 229, length 19) === + +I (6440) RX_TASK: Address: 0xFF +I (6440) RX_TASK: Command bit: 1 +I (6450) RX_TASK: Control: 0x3F +I (6450) RX_TASK: Control: P-XID +I (6450) RX_TASK: CRC: 0x455C +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 45 5C +I (6460) irda_crc1: CRC: 0x5DF3 +I (6470) RX_TASK: CRC Check: INVALID + +I (6470) RX_TASK: Payload (13 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (6480) RX_TASK:  +ASCII: +.J}.......... + +I (6480) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (6490) PXID_TASK: Source Address: 0x4A7DE0E2 +I (6490) PXID_TASK: Destination Address: 0xBFFFFFF +I (6500) PXID_TASK: Discovery Flag: 0xFF +I (6500) PXID_TASK: Slot Number: 0x00 +I (6500) PXID_TASK: Version Number: 0x00 +00 +. + +I (6510) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (6530) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (6540) irda_crc1: CRC: 0xF0B8 +I (6550) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6560) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (6570) PXID REPLY: Wrote 36 bytes +I (6580) PXID REPLY: Sent reply packet +I (6580) RX_TASK: Send Success +I (7580) RX_TASK: Read 164 bytes: '����?J}�� ����' +I (7580) RX_TASK: 0x40813260 ff ff c0 ff 3f 01 4a 7d e0 e2 0b ff ff ff ff 00 |....?.J}........| +I (7580) RX_TASK: 0x40813270 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (7590) RX_TASK: 0x40813280 43 aa 1e c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (7600) RX_TASK: 0x40813290 3f 01 4a 7d e0 e2 0b ff ff ff ff 00 00 00 45 5c |?.J}..........E\| +I (7600) RX_TASK: 0x408132a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4a |.............?.J| +I (7610) RX_TASK: 0x408132b0 7d e0 e2 0b ff ff ff ff 00 ff 00 82 24 00 53 79 |}...........$.Sy| +I (7620) RX_TASK: 0x408132c0 6d 62 69 61 6e 20 45 50 4f 43 aa 1e c1 ff ff ff |mbian EPOC......| +I (7630) RX_TASK: 0x408132d0 ff ff ff ff ff ff ff c0 ff 3f 01 4a 7d e0 e2 0b |.........?.J}...| +I (7640) RX_TASK: 0x408132e0 ff ff ff ff 00 00 00 45 5c c1 ff ff ff ff ff ff |.......E\.......| +I (7650) RX_TASK: 0x408132f0 ff ff ff ff c0 ff 3f 01 4a 7d e0 e2 0b ff ff ff |......?.J}......| +I (7660) RX_TASK: 0x40813300 ff 00 ff 00 |....| +I (7660) RX_TASK: Starting to Parse: 164 +I (7670) RX_TASK:  +=== Packet 1 (offset 2, length 34) === + +I (7670) RX_TASK: Address: 0xFF +I (7680) RX_TASK: Command bit: 1 +I (7680) RX_TASK: Control: 0x3F +I (7680) RX_TASK: Control: P-XID +I (7680) RX_TASK: CRC: 0xAA1E +irda_crc - FCS len: 32 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AA 1E +I (7700) irda_crc1: CRC: 0xA357 +I (7700) RX_TASK: CRC Check: INVALID + +I (7710) RX_TASK: Payload (28 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (7720) RX_TASK:  +ASCII: +.J}...........$.Symbian EPOC + +I (7720) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (7740) PXID_TASK: Source Address: 0x4A7DE0E2 +I (7740) PXID_TASK: Destination Address: 0xBFFFFFF +I (7740) PXID_TASK: Discovery Flag: 0xFF +I (7750) PXID_TASK: Slot Number: 0x00 +I (7750) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +..$.Symbian EPOC + +I (7760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (7780) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (7800) irda_crc1: CRC: 0xF0B8 +I (7800) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (7810) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (7830) PXID REPLY: Wrote 36 bytes +I (7830) PXID REPLY: Sent reply packet +I (7830) RX_TASK: Send Success +I (7830) RX_TASK:  +=== Packet 2 (offset 46, length 19) === + +I (7840) RX_TASK: Address: 0xFF +I (7840) RX_TASK: Command bit: 1 +I (7850) RX_TASK: Control: 0x3F +I (7850) RX_TASK: Control: P-XID +I (7850) RX_TASK: CRC: 0x455C +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 45 5C +I (7860) irda_crc1: CRC: 0x5DF3 +I (7870) RX_TASK: CRC Check: INVALID + +I (7870) RX_TASK: Payload (13 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (7880) RX_TASK:  +ASCII: +.J}.......... + +I (7880) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (7890) PXID_TASK: Source Address: 0x4A7DE0E2 +I (7890) PXID_TASK: Destination Address: 0xBFFFFFF +I (7900) PXID_TASK: Discovery Flag: 0xFF +I (7900) PXID_TASK: Slot Number: 0x00 +I (7900) PXID_TASK: Version Number: 0x00 +00 +. + +I (7910) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (7930) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (7940) irda_crc1: CRC: 0xF0B8 +I (7950) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (7960) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (7970) PXID REPLY: Wrote 36 bytes +I (7980) PXID REPLY: Sent reply packet +I (7980) RX_TASK: Send Success +I (7980) RX_TASK:  +=== Packet 3 (offset 75, length 34) === + +I (7990) RX_TASK: Address: 0xFF +I (7990) RX_TASK: Command bit: 1 +I (7990) RX_TASK: Control: 0x3F +I (8000) RX_TASK: Control: P-XID +I (8000) RX_TASK: CRC: 0xAA1E +irda_crc - FCS len: 32 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AA 1E +I (8020) irda_crc1: CRC: 0xA357 +I (8020) RX_TASK: CRC Check: INVALID + +I (8020) RX_TASK: Payload (28 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (8030) RX_TASK:  +ASCII: +.J}...........$.Symbian EPOC + +I (8040) PXID_TASK: Parsing P-XID Packet: 28 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 FF 00 82 24 00 +53 79 6D 62 69 61 6E 20 45 50 4F 43 +I (8050) PXID_TASK: Source Address: 0x4A7DE0E2 +I (8050) PXID_TASK: Destination Address: 0xBFFFFFF +I (8060) PXID_TASK: Discovery Flag: 0xFF +I (8060) PXID_TASK: Slot Number: 0x00 +I (8070) PXID_TASK: Version Number: 0xFF +00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 + +..$.Symbian EPOC + +I (8080) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (8100) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (8110) irda_crc1: CRC: 0xF0B8 +I (8110) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (8130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (8140) PXID REPLY: Wrote 36 bytes +I (8140) PXID REPLY: Sent reply packet +I (8150) RX_TASK: Send Success +I (8150) RX_TASK:  +=== Packet 4 (offset 119, length 19) === + +I (8150) RX_TASK: Address: 0xFF +I (8160) RX_TASK: Command bit: 1 +I (8160) RX_TASK: Control: 0x3F +I (8160) RX_TASK: Control: P-XID +I (8170) RX_TASK: CRC: 0x455C +irda_crc - FCS len: 17 +irda_crc - FCS_Payload: FF 3F 01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 45 5C +I (8180) irda_crc1: CRC: 0x5DF3 +I (8180) RX_TASK: CRC Check: INVALID + +I (8180) RX_TASK: Payload (13 bytes): +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (8190) RX_TASK:  +ASCII: +.J}.......... + +I (8200) PXID_TASK: Parsing P-XID Packet: 13 bytes +01 4A 7D E0 E2 0B FF FF FF FF 00 00 00 +I (8200) PXID_TASK: Source Address: 0x4A7DE0E2 +I (8210) PXID_TASK: Destination Address: 0xBFFFFFF +I (8210) PXID_TASK: Discovery Flag: 0xFF +I (8220) PXID_TASK: Slot Number: 0x00 +I (8220) PXID_TASK: Version Number: 0x00 +00 +. + +I (8220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 +I (8250) irda_crc1: CRC: 0xA3C3 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C +I (8260) irda_crc1: CRC: 0xF0B8 +I (8260) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (8280) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4A 7D E0 E2 01 00 00 90 24 00 54 45 53 54 3C 5C C1 +I (8290) PXID REPLY: Wrote 36 bytes +I (8290) PXID REPLY: Sent reply packet +I (8290) RX_TASK: Send Success +I (8300) RX_TASK: Unterminated packet at offset 148 + diff --git a/build/log/idf_py_stdout_output_39332 b/build/log/idf_py_stdout_output_39332 new file mode 100644 index 0000000..0c945d6 --- /dev/null +++ b/build/log/idf_py_stdout_output_39332 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 495.5 kbit/s)... +Hash of data verified. +Compressed 187616 bytes to 95462... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad6... (33 %) +Writing at 0x000215e2... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b3c... (83 %) +Writing at 0x000378d5... (100 %) +Wrote 187616 bytes (95462 compressed) at 0x00010000 in 1.6 seconds (effective 913.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 378.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_39352 b/build/log/idf_py_stdout_output_39352 new file mode 100644 index 0000000..157c429 --- /dev/null +++ b/build/log/idf_py_stdout_output_39352 @@ -0,0 +1,7799 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16338h ( 90936) map +I (113) esp_image: segment 3: paddr=00036360 vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c528 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: fa48eb1e1... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6120) RX_TASK: Read 256 bytes: '������������?������' +I (6120) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f b3 |............?...| +I (6120) RX_TASK: 0x40813270 eb 1d ff ff ff ff 00 00 00 8f b5 c1 ff ff ff ff |................| +I (6130) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 0f b3 eb 1d ff ff |........?.......| +I (6140) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (6150) RX_TASK: 0x408132a0 45 50 4f 43 cc 8a c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (6160) RX_TASK: 0x408132b0 ff c0 ff 3f 01 0f b3 eb 1d ff ff ff ff 00 00 00 |...?............| +I (6170) RX_TASK: 0x408132c0 8f b5 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (6170) RX_TASK: 0x408132d0 01 0f b3 eb 1d ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (6180) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 cc 8a c1 ff ff |ymbian EPOC.....| +I (6190) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 0f b3 eb 1d |..........?.....| +I (6200) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 8f b5 c1 ff ff ff ff ff ff |................| +I (6210) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 0f b3 eb 1d ff ff ff ff |......?.........| +I (6220) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (6230) RX_TASK: 0x40813330 4f 43 cc 8a c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (6240) RX_TASK: 0x40813340 ff 3f 01 0f b3 eb 1d ff ff ff ff 00 00 00 8f b5 |.?..............| +I (6240) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f |.............?..| +I (6250) RX_TASK: Starting to Parse: 256 +I (6260) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6260) RX_TASK: Address: 0xFF +I (6260) RX_TASK: Command bit: 1 +I (6270) RX_TASK: Control: 0x3F +I (6270) RX_TASK: Control: P-XID +I (6270) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (6290) irda_crc1: CRC: 0xF0B8 +I (6290) RX_TASK: CRC Check: VALID + +I (6290) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (6300) RX_TASK:  +ASCII: +............ + +I (6300) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (6310) PXID_TASK: Source Address: 0xFB3EB1D +I (6310) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6320) PXID_TASK: Discovery Flag: 0x00 +I (6320) PXID_TASK: Slot Number: 0x00 +I (6330) PXID_TASK: Version Number: 0x00 + + + +I (6330) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (6350) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (6360) irda_crc1: CRC: 0xF0B8 +I (6370) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6380) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6390) PXID REPLY: Wrote 36 bytes +I (6400) PXID REPLY: Sent reply packet +I (6400) RX_TASK: Send Success +I (6400) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (6410) RX_TASK: Address: 0xFF +I (6410) RX_TASK: Command bit: 1 +I (6410) RX_TASK: Control: 0x3F +I (6420) RX_TASK: Control: P-XID +I (6420) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (6440) irda_crc1: CRC: 0xF0B8 +I (6440) RX_TASK: CRC Check: VALID + +I (6440) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6450) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (6460) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6470) PXID_TASK: Source Address: 0xFB3EB1D +I (6470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6480) PXID_TASK: Discovery Flag: 0x00 +I (6480) PXID_TASK: Slot Number: 0xFF +I (6490) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (6520) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (6530) irda_crc1: CRC: 0xF0B8 +I (6530) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6550) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6560) PXID REPLY: Wrote 36 bytes +I (6560) PXID REPLY: Sent reply packet +I (6570) RX_TASK: Send Success +I (6570) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (6570) RX_TASK: Address: 0xFF +I (6580) RX_TASK: Command bit: 1 +I (6580) RX_TASK: Control: 0x3F +I (6580) RX_TASK: Control: P-XID +I (6590) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (6600) irda_crc1: CRC: 0xF0B8 +I (6600) RX_TASK: CRC Check: VALID + +I (6600) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (6610) RX_TASK:  +ASCII: +............ + +I (6610) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (6620) PXID_TASK: Source Address: 0xFB3EB1D +I (6630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6630) PXID_TASK: Discovery Flag: 0x00 +I (6630) PXID_TASK: Slot Number: 0x00 +I (6640) PXID_TASK: Version Number: 0x00 + + + +I (6640) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (6660) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (6680) irda_crc1: CRC: 0xF0B8 +I (6680) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6690) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6710) PXID REPLY: Wrote 36 bytes +I (6710) PXID REPLY: Sent reply packet +I (6710) RX_TASK: Send Success +I (6720) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (6720) RX_TASK: Address: 0xFF +I (6720) RX_TASK: Command bit: 1 +I (6730) RX_TASK: Control: 0x3F +I (6730) RX_TASK: Control: P-XID +I (6730) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (6750) irda_crc1: CRC: 0xF0B8 +I (6750) RX_TASK: CRC Check: VALID + +I (6750) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6760) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (6770) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6780) PXID_TASK: Source Address: 0xFB3EB1D +I (6790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6790) PXID_TASK: Discovery Flag: 0x00 +I (6790) PXID_TASK: Slot Number: 0xFF +I (6800) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (6830) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (6840) irda_crc1: CRC: 0xF0B8 +I (6840) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6860) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (6870) PXID REPLY: Wrote 36 bytes +I (6870) PXID REPLY: Sent reply packet +I (6880) RX_TASK: Send Success +I (6880) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (6890) RX_TASK: Address: 0xFF +I (6890) RX_TASK: Command bit: 1 +I (6890) RX_TASK: Control: 0x3F +I (6890) RX_TASK: Control: P-XID +I (6900) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (6910) irda_crc1: CRC: 0xF0B8 +I (6910) RX_TASK: CRC Check: VALID + +I (6920) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (6920) RX_TASK:  +ASCII: +............ + +I (6930) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (6930) PXID_TASK: Source Address: 0xFB3EB1D +I (6940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6940) PXID_TASK: Discovery Flag: 0x00 +I (6950) PXID_TASK: Slot Number: 0x00 +I (6950) PXID_TASK: Version Number: 0x00 + + + +I (6950) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (6970) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (6990) irda_crc1: CRC: 0xF0B8 +I (6990) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7000) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7020) PXID REPLY: Wrote 36 bytes +I (7020) PXID REPLY: Sent reply packet +I (7020) RX_TASK: Send Success +I (7030) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (7030) RX_TASK: Address: 0xFF +I (7040) RX_TASK: Command bit: 1 +I (7040) RX_TASK: Control: 0x3F +I (7040) RX_TASK: Control: P-XID +I (7040) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (7060) irda_crc1: CRC: 0xF0B8 +I (7060) RX_TASK: CRC Check: VALID + +I (7070) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7080) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (7080) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7090) PXID_TASK: Source Address: 0xFB3EB1D +I (7100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7100) PXID_TASK: Discovery Flag: 0x00 +I (7110) PXID_TASK: Slot Number: 0xFF +I (7110) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7120) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (7140) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (7150) irda_crc1: CRC: 0xF0B8 +I (7160) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7180) PXID REPLY: Wrote 36 bytes +I (7190) PXID REPLY: Sent reply packet +I (7190) RX_TASK: Send Success +I (7190) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (7200) RX_TASK: Address: 0xFF +I (7200) RX_TASK: Command bit: 1 +I (7200) RX_TASK: Control: 0x3F +I (7210) RX_TASK: Control: P-XID +I (7210) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (7220) irda_crc1: CRC: 0xF0B8 +I (7220) RX_TASK: CRC Check: VALID + +I (7230) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (7230) RX_TASK:  +ASCII: +............ + +I (7240) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (7250) PXID_TASK: Source Address: 0xFB3EB1D +I (7250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7250) PXID_TASK: Discovery Flag: 0x00 +I (7260) PXID_TASK: Slot Number: 0x00 +I (7260) PXID_TASK: Version Number: 0x00 + + + +I (7270) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (7290) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (7300) irda_crc1: CRC: 0xF0B8 +I (7300) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7320) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7330) PXID REPLY: Wrote 36 bytes +I (7330) PXID REPLY: Sent reply packet +I (7340) RX_TASK: Send Success +I (7340) RX_TASK: Unterminated packet at offset 251 + +I (7340) RX_TASK: Read 256 bytes: '������' +I (7350) RX_TASK: 0x40813260 b3 eb 1d ff ff ff ff 00 ff 00 82 24 00 53 79 6d |...........$.Sym| +I (7360) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 cc 8a c1 ff ff ff ff |bian EPOC.......| +I (7370) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 0f b3 eb 1d ff ff |........?.......| +I (7370) RX_TASK: 0x40813290 ff ff 00 00 00 8f b5 c1 ff ff ff ff ff ff ff ff |................| +I (7380) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 0f b3 eb 1d ff ff ff ff 00 ff |....?...........| +I (7390) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (7400) RX_TASK: 0x408132c0 cc 8a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (7410) RX_TASK: 0x408132d0 01 0f b3 eb 1d ff ff ff ff 00 00 00 8f b5 c1 ff |................| +I (7420) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f b3 eb |...........?....| +I (7430) RX_TASK: 0x408132f0 1d ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (7440) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 cc 8a c1 ff ff ff ff ff ff |an EPOC.........| +I (7440) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 0f b3 eb 1d ff ff ff ff |......?.........| +I (7450) RX_TASK: 0x40813320 00 00 00 8f b5 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (7460) RX_TASK: 0x40813330 c0 ff 3f 01 0f b3 eb 1d ff ff ff ff 00 ff 00 82 |..?.............| +I (7470) RX_TASK: 0x40813340 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 cc 8a |$.Symbian EPOC..| +I (7480) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f |.............?..| +I (7490) RX_TASK: Starting to Parse: 256 +I (7490) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (7500) RX_TASK: Address: 0xFF +I (7500) RX_TASK: Command bit: 1 +I (7500) RX_TASK: Control: 0x3F +I (7510) RX_TASK: Control: P-XID +I (7510) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (7520) irda_crc1: CRC: 0xF0B8 +I (7520) RX_TASK: CRC Check: VALID + +I (7530) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (7530) RX_TASK:  +ASCII: +............ + +I (7540) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (7550) PXID_TASK: Source Address: 0xFB3EB1D +I (7550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7550) PXID_TASK: Discovery Flag: 0x00 +I (7560) PXID_TASK: Slot Number: 0x00 +I (7560) PXID_TASK: Version Number: 0x00 + + + +I (7570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (7590) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (7600) irda_crc1: CRC: 0xF0B8 +I (7600) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7620) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7630) PXID REPLY: Wrote 36 bytes +I (7630) PXID REPLY: Sent reply packet +I (7640) RX_TASK: Send Success +I (7640) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (7640) RX_TASK: Address: 0xFF +I (7650) RX_TASK: Command bit: 1 +I (7650) RX_TASK: Control: 0x3F +I (7650) RX_TASK: Control: P-XID +I (7660) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (7670) irda_crc1: CRC: 0xF0B8 +I (7670) RX_TASK: CRC Check: VALID + +I (7680) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7690) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (7690) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7710) PXID_TASK: Source Address: 0xFB3EB1D +I (7710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7710) PXID_TASK: Discovery Flag: 0x00 +I (7720) PXID_TASK: Slot Number: 0xFF +I (7720) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7730) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (7750) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (7770) irda_crc1: CRC: 0xF0B8 +I (7770) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7790) PXID REPLY: Wrote 36 bytes +I (7800) PXID REPLY: Sent reply packet +I (7800) RX_TASK: Send Success +I (7800) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (7810) RX_TASK: Address: 0xFF +I (7810) RX_TASK: Command bit: 1 +I (7820) RX_TASK: Control: 0x3F +I (7820) RX_TASK: Control: P-XID +I (7820) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (7830) irda_crc1: CRC: 0xF0B8 +I (7840) RX_TASK: CRC Check: VALID + +I (7840) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (7850) RX_TASK:  +ASCII: +............ + +I (7850) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (7860) PXID_TASK: Source Address: 0xFB3EB1D +I (7860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7870) PXID_TASK: Discovery Flag: 0x00 +I (7870) PXID_TASK: Slot Number: 0x00 +I (7870) PXID_TASK: Version Number: 0x00 + + + +I (7880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (7900) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (7910) irda_crc1: CRC: 0xF0B8 +I (7920) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (7940) PXID REPLY: Wrote 36 bytes +I (7940) PXID REPLY: Sent reply packet +I (7950) RX_TASK: Send Success +I (7950) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (7960) RX_TASK: Address: 0xFF +I (7960) RX_TASK: Command bit: 1 +I (7960) RX_TASK: Control: 0x3F +I (7960) RX_TASK: Control: P-XID +I (7970) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (7980) irda_crc1: CRC: 0xF0B8 +I (7990) RX_TASK: CRC Check: VALID + +I (7990) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8000) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (8010) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8020) PXID_TASK: Source Address: 0xFB3EB1D +I (8020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8030) PXID_TASK: Discovery Flag: 0x00 +I (8030) PXID_TASK: Slot Number: 0xFF +I (8030) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (8060) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (8080) irda_crc1: CRC: 0xF0B8 +I (8080) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (8090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (8110) PXID REPLY: Wrote 36 bytes +I (8110) PXID REPLY: Sent reply packet +I (8110) RX_TASK: Send Success +I (8120) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (8120) RX_TASK: Address: 0xFF +I (8120) RX_TASK: Command bit: 1 +I (8130) RX_TASK: Control: 0x3F +I (8130) RX_TASK: Control: P-XID +I (8130) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (8140) irda_crc1: CRC: 0xF0B8 +I (8150) RX_TASK: CRC Check: VALID + +I (8150) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (8160) RX_TASK:  +ASCII: +............ + +I (8160) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (8170) PXID_TASK: Source Address: 0xFB3EB1D +I (8170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8180) PXID_TASK: Discovery Flag: 0x00 +I (8180) PXID_TASK: Slot Number: 0x00 +I (8190) PXID_TASK: Version Number: 0x00 + + + +I (8190) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (8210) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (8220) irda_crc1: CRC: 0xF0B8 +I (8230) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (8240) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (8250) PXID REPLY: Wrote 36 bytes +I (8260) PXID REPLY: Sent reply packet +I (8260) RX_TASK: Send Success +I (8260) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (8270) RX_TASK: Address: 0xFF +I (8270) RX_TASK: Command bit: 1 +I (8270) RX_TASK: Control: 0x3F +I (8280) RX_TASK: Control: P-XID +I (8280) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (8300) irda_crc1: CRC: 0xF0B8 +I (8300) RX_TASK: CRC Check: VALID + +I (8300) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8310) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (8320) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8330) PXID_TASK: Source Address: 0xFB3EB1D +I (8330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8340) PXID_TASK: Discovery Flag: 0x00 +I (8340) PXID_TASK: Slot Number: 0xFF +I (8350) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (8380) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (8390) irda_crc1: CRC: 0xF0B8 +I (8390) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (8410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (8420) PXID REPLY: Wrote 36 bytes +I (8420) PXID REPLY: Sent reply packet +I (8430) RX_TASK: Send Success +I (8430) RX_TASK: Unterminated packet at offset 251 + +I (9430) RX_TASK: Read 242 bytes: '������' +I (9430) RX_TASK: 0x40813260 b3 eb 1d ff ff ff ff 00 00 00 8f b5 c1 ff ff ff |................| +I (9430) RX_TASK: 0x40813270 ff ff ff ff ff ff ff c0 ff 3f 01 0f b3 eb 1d ff |.........?......| +I (9440) RX_TASK: 0x40813280 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (9440) RX_TASK: 0x40813290 20 45 50 4f 43 cc 8a c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (9450) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 0f b3 eb 1d ff ff ff ff 00 00 |....?...........| +I (9460) RX_TASK: 0x408132b0 00 8f b5 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (9470) RX_TASK: 0x408132c0 01 0f b3 eb 1d ff ff ff ff 00 ff 00 82 24 00 53 |.............$.S| +I (9480) RX_TASK: 0x408132d0 79 6d 62 69 61 6e 20 45 50 4f 43 cc 8a c1 ff ff |ymbian EPOC.....| +I (9490) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 0f b3 eb 1d |..........?.....| +I (9500) RX_TASK: 0x408132f0 ff ff ff ff 00 00 00 8f b5 c1 ff ff ff ff ff ff |................| +I (9510) RX_TASK: 0x40813300 ff ff ff ff c0 ff 3f 01 0f b3 eb 1d ff ff ff ff |......?.........| +I (9510) RX_TASK: 0x40813310 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (9520) RX_TASK: 0x40813320 4f 43 cc 8a c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (9530) RX_TASK: 0x40813330 ff 3f 01 0f b3 eb 1d ff ff ff ff 00 00 00 8f b5 |.?..............| +I (9540) RX_TASK: 0x40813340 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 0f |.............?..| +I (9550) RX_TASK: 0x40813350 b3 eb |..| +I (9560) RX_TASK: Starting to Parse: 242 +I (9560) RX_TASK:  +=== Packet 1 (offset 23, length 33) === + +I (9570) RX_TASK: Address: 0xFF +I (9570) RX_TASK: Command bit: 1 +I (9570) RX_TASK: Control: 0x3F +I (9570) RX_TASK: Control: P-XID +I (9580) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (9590) irda_crc1: CRC: 0xF0B8 +I (9600) RX_TASK: CRC Check: VALID + +I (9600) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9610) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (9620) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9630) PXID_TASK: Source Address: 0xFB3EB1D +I (9630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9640) PXID_TASK: Discovery Flag: 0x00 +I (9640) PXID_TASK: Slot Number: 0xFF +I (9640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9650) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (9670) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (9690) irda_crc1: CRC: 0xF0B8 +I (9690) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (9700) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (9720) PXID REPLY: Wrote 36 bytes +I (9720) PXID REPLY: Sent reply packet +I (9720) RX_TASK: Send Success +I (9730) RX_TASK:  +=== Packet 2 (offset 66, length 18) === + +I (9730) RX_TASK: Address: 0xFF +I (9730) RX_TASK: Command bit: 1 +I (9740) RX_TASK: Control: 0x3F +I (9740) RX_TASK: Control: P-XID +I (9740) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (9750) irda_crc1: CRC: 0xF0B8 +I (9760) RX_TASK: CRC Check: VALID + +I (9760) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (9770) RX_TASK:  +ASCII: +............ + +I (9770) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (9780) PXID_TASK: Source Address: 0xFB3EB1D +I (9780) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9790) PXID_TASK: Discovery Flag: 0x00 +I (9790) PXID_TASK: Slot Number: 0x00 +I (9790) PXID_TASK: Version Number: 0x00 + + + +I (9800) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (9820) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (9830) irda_crc1: CRC: 0xF0B8 +I (9840) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (9850) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (9860) PXID REPLY: Wrote 36 bytes +I (9870) PXID REPLY: Sent reply packet +I (9870) RX_TASK: Send Success +I (9870) RX_TASK:  +=== Packet 3 (offset 93, length 33) === + +I (9880) RX_TASK: Address: 0xFF +I (9880) RX_TASK: Command bit: 1 +I (9880) RX_TASK: Control: 0x3F +I (9890) RX_TASK: Control: P-XID +I (9890) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (9910) irda_crc1: CRC: 0xF0B8 +I (9910) RX_TASK: CRC Check: VALID + +I (9910) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9920) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (9930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9940) PXID_TASK: Source Address: 0xFB3EB1D +I (9940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9950) PXID_TASK: Discovery Flag: 0x00 +I (9950) PXID_TASK: Slot Number: 0xFF +I (9950) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9960) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (9990) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (10000) irda_crc1: CRC: 0xF0B8 +I (10000) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10030) PXID REPLY: Wrote 36 bytes +I (10030) PXID REPLY: Sent reply packet +I (10040) RX_TASK: Send Success +I (10040) RX_TASK:  +=== Packet 4 (offset 136, length 18) === + +I (10040) RX_TASK: Address: 0xFF +I (10050) RX_TASK: Command bit: 1 +I (10050) RX_TASK: Control: 0x3F +I (10050) RX_TASK: Control: P-XID +I (10060) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (10070) irda_crc1: CRC: 0xF0B8 +I (10070) RX_TASK: CRC Check: VALID + +I (10070) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (10080) RX_TASK:  +ASCII: +............ + +I (10080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (10090) PXID_TASK: Source Address: 0xFB3EB1D +I (10100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10100) PXID_TASK: Discovery Flag: 0x00 +I (10110) PXID_TASK: Slot Number: 0x00 +I (10110) PXID_TASK: Version Number: 0x00 + + + +I (10110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (10130) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (10150) irda_crc1: CRC: 0xF0B8 +I (10150) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10160) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10180) PXID REPLY: Wrote 36 bytes +I (10180) PXID REPLY: Sent reply packet +I (10180) RX_TASK: Send Success +I (10190) RX_TASK:  +=== Packet 5 (offset 164, length 33) === + +I (10190) RX_TASK: Address: 0xFF +I (10200) RX_TASK: Command bit: 1 +I (10200) RX_TASK: Control: 0x3F +I (10200) RX_TASK: Control: P-XID +I (10200) RX_TASK: CRC: 0xCC8A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 CC 8A +I (10220) irda_crc1: CRC: 0xF0B8 +I (10220) RX_TASK: CRC Check: VALID + +I (10230) RX_TASK: Payload (27 bytes): +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10240) RX_TASK:  +ASCII: +.............$.Symbian EPOC + +I (10240) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 0F B3 EB 1D FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10250) PXID_TASK: Source Address: 0xFB3EB1D +I (10260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10260) PXID_TASK: Discovery Flag: 0x00 +I (10270) PXID_TASK: Slot Number: 0xFF +I (10270) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (10300) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (10320) irda_crc1: CRC: 0xF0B8 +I (10320) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10350) PXID REPLY: Wrote 36 bytes +I (10350) PXID REPLY: Sent reply packet +I (10350) RX_TASK: Send Success +I (10350) RX_TASK:  +=== Packet 6 (offset 207, length 18) === + +I (10360) RX_TASK: Address: 0xFF +I (10360) RX_TASK: Command bit: 1 +I (10370) RX_TASK: Control: 0x3F +I (10370) RX_TASK: Control: P-XID +I (10370) RX_TASK: CRC: 0x8FB5 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 0F B3 EB 1D FF FF FF FF 00 00 00 8F B5 +I (10380) irda_crc1: CRC: 0xF0B8 +I (10390) RX_TASK: CRC Check: VALID + +I (10390) RX_TASK: Payload (12 bytes): +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (10400) RX_TASK:  +ASCII: +............ + +I (10400) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 0F B3 EB 1D FF FF FF FF 00 00 00 +I (10410) PXID_TASK: Source Address: 0xFB3EB1D +I (10410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10420) PXID_TASK: Discovery Flag: 0x00 +I (10420) PXID_TASK: Slot Number: 0x00 +I (10430) PXID_TASK: Version Number: 0x00 + + + +I (10430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 +I (10450) irda_crc1: CRC: 0xA515 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A +I (10460) irda_crc1: CRC: 0xF0B8 +I (10470) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10480) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 0F B3 EB 1D 01 00 00 90 24 00 54 45 53 54 EA 5A C1 +I (10490) PXID REPLY: Wrote 36 bytes +I (10500) PXID REPLY: Sent reply packet +I (10500) RX_TASK: Send Success +I (10500) RX_TASK: Unterminated packet at offset 235 + +I (44970) RX_TASK: Read 256 bytes: '������������?�|%����' +I (44970) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb |............?...| +I (44980) RX_TASK: 0x40813270 7c 25 ff ff ff ff 00 00 00 ea 90 c1 ff ff ff ff ||%..............| +I (44990) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff |........?...|%..| +I (45000) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (45000) RX_TASK: 0x408132a0 45 50 4f 43 d8 14 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (45010) RX_TASK: 0x408132b0 ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 00 00 |...?...|%.......| +I (45020) RX_TASK: 0x408132c0 ea 90 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (45030) RX_TASK: 0x408132d0 01 1f cb 7c 25 ff ff ff ff 00 ff 00 82 24 00 53 |...|%........$.S| +I (45040) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 d8 14 c1 ff ff |ymbian EPOC.....| +I (45050) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 |..........?...|%| +I (45060) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 ea 90 c1 ff ff ff ff ff ff |................| +I (45070) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff |......?...|%....| +I (45070) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (45080) RX_TASK: 0x40813330 4f 43 d8 14 c1 ff ff ff ff ff ff ff ff ff c0 ff |OC..............| +I (45090) RX_TASK: 0x40813340 3f 01 1f cb 7c 25 ff ff ff ff 00 00 00 ea 90 c1 |?...|%..........| +I (45100) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb |............?...| +I (45110) RX_TASK: Starting to Parse: 256 +I (45110) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (45120) RX_TASK: Address: 0xFF +I (45120) RX_TASK: Command bit: 1 +I (45130) RX_TASK: Control: 0x3F +I (45130) RX_TASK: Control: P-XID +I (45130) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (45140) irda_crc1: CRC: 0xF0B8 +I (45150) RX_TASK: CRC Check: VALID + +I (45150) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (45160) RX_TASK:  +ASCII: +...|%....... + +I (45160) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (45170) PXID_TASK: Source Address: 0x1FCB7C25 +I (45170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (45180) PXID_TASK: Discovery Flag: 0x00 +I (45180) PXID_TASK: Slot Number: 0x00 +I (45180) PXID_TASK: Version Number: 0x00 + + + +I (45190) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (45210) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (45220) irda_crc1: CRC: 0xF0B8 +I (45230) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45240) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45250) PXID REPLY: Wrote 36 bytes +I (45260) PXID REPLY: Sent reply packet +I (45260) RX_TASK: Send Success +I (45260) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (45270) RX_TASK: Address: 0xFF +I (45270) RX_TASK: Command bit: 1 +I (45270) RX_TASK: Control: 0x3F +I (45280) RX_TASK: Control: P-XID +I (45280) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (45300) irda_crc1: CRC: 0xF0B8 +I (45300) RX_TASK: CRC Check: VALID + +I (45300) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (45310) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (45320) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (45330) PXID_TASK: Source Address: 0x1FCB7C25 +I (45330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (45340) PXID_TASK: Discovery Flag: 0x00 +I (45340) PXID_TASK: Slot Number: 0xFF +I (45350) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (45360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (45380) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (45390) irda_crc1: CRC: 0xF0B8 +I (45390) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45420) PXID REPLY: Wrote 36 bytes +I (45420) PXID REPLY: Sent reply packet +I (45430) RX_TASK: Send Success +I (45430) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (45440) RX_TASK: Address: 0xFF +I (45440) RX_TASK: Command bit: 1 +I (45440) RX_TASK: Control: 0x3F +I (45440) RX_TASK: Control: P-XID +I (45450) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (45460) irda_crc1: CRC: 0xF0B8 +I (45460) RX_TASK: CRC Check: VALID + +I (45470) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (45470) RX_TASK:  +ASCII: +...|%....... + +I (45480) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (45480) PXID_TASK: Source Address: 0x1FCB7C25 +I (45490) PXID_TASK: Destination Address: 0xFFFFFFFF +I (45490) PXID_TASK: Discovery Flag: 0x00 +I (45500) PXID_TASK: Slot Number: 0x00 +I (45500) PXID_TASK: Version Number: 0x00 + + + +I (45500) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (45530) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (45540) irda_crc1: CRC: 0xF0B8 +I (45540) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45560) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45570) PXID REPLY: Wrote 36 bytes +I (45570) PXID REPLY: Sent reply packet +I (45580) RX_TASK: Send Success +I (45580) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (45580) RX_TASK: Address: 0xFF +I (45590) RX_TASK: Command bit: 1 +I (45590) RX_TASK: Control: 0x3F +I (45590) RX_TASK: Control: P-XID +I (45600) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (45610) irda_crc1: CRC: 0xF0B8 +I (45620) RX_TASK: CRC Check: VALID + +I (45620) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (45630) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (45630) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (45650) PXID_TASK: Source Address: 0x1FCB7C25 +I (45650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (45660) PXID_TASK: Discovery Flag: 0x00 +I (45660) PXID_TASK: Slot Number: 0xFF +I (45660) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (45670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (45690) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (45710) irda_crc1: CRC: 0xF0B8 +I (45710) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45740) PXID REPLY: Wrote 36 bytes +I (45740) PXID REPLY: Sent reply packet +I (45740) RX_TASK: Send Success +I (45750) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (45750) RX_TASK: Address: 0xFF +I (45760) RX_TASK: Command bit: 1 +I (45760) RX_TASK: Control: 0x3F +I (45760) RX_TASK: Control: P-XID +I (45760) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (45780) irda_crc1: CRC: 0xF0B8 +I (45780) RX_TASK: CRC Check: VALID + +I (45780) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (45790) RX_TASK:  +ASCII: +...|%....... + +I (45790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (45800) PXID_TASK: Source Address: 0x1FCB7C25 +I (45810) PXID_TASK: Destination Address: 0xFFFFFFFF +I (45810) PXID_TASK: Discovery Flag: 0x00 +I (45810) PXID_TASK: Slot Number: 0x00 +I (45820) PXID_TASK: Version Number: 0x00 + + + +I (45820) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (45840) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (45860) irda_crc1: CRC: 0xF0B8 +I (45860) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (45890) PXID REPLY: Wrote 36 bytes +I (45890) PXID REPLY: Sent reply packet +I (45890) RX_TASK: Send Success +I (45900) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (45900) RX_TASK: Address: 0xFF +I (45900) RX_TASK: Command bit: 1 +I (45910) RX_TASK: Control: 0x3F +I (45910) RX_TASK: Control: P-XID +I (45910) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (45930) irda_crc1: CRC: 0xF0B8 +I (45930) RX_TASK: CRC Check: VALID + +I (45940) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (45950) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (45950) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (45960) PXID_TASK: Source Address: 0x1FCB7C25 +I (45970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (45970) PXID_TASK: Discovery Flag: 0x00 +I (45980) PXID_TASK: Slot Number: 0xFF +I (45980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (45990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (46010) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (46020) irda_crc1: CRC: 0xF0B8 +I (46030) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46050) PXID REPLY: Wrote 36 bytes +I (46060) PXID REPLY: Sent reply packet +I (46060) RX_TASK: Send Success +I (46060) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (46070) RX_TASK: Address: 0xFF +I (46070) RX_TASK: Command bit: 1 +I (46070) RX_TASK: Control: 0x3F +I (46080) RX_TASK: Control: P-XID +I (46080) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (46090) irda_crc1: CRC: 0xF0B8 +I (46100) RX_TASK: CRC Check: VALID + +I (46100) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (46110) RX_TASK:  +ASCII: +...|%....... + +I (46110) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (46120) PXID_TASK: Source Address: 0x1FCB7C25 +I (46120) PXID_TASK: Destination Address: 0xFFFFFFFF +I (46130) PXID_TASK: Discovery Flag: 0x00 +I (46130) PXID_TASK: Slot Number: 0x00 +I (46130) PXID_TASK: Version Number: 0x00 + + + +I (46140) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (46160) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (46170) irda_crc1: CRC: 0xF0B8 +I (46180) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46190) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46200) PXID REPLY: Wrote 36 bytes +I (46210) PXID REPLY: Sent reply packet +I (46210) RX_TASK: Send Success +I (46210) RX_TASK: Unterminated packet at offset 250 + +I (46220) RX_TASK: Read 256 bytes: '|%����' +I (46220) RX_TASK: 0x40813260 7c 25 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 ||%........$.Symb| +I (46230) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 d8 14 c1 ff ff ff ff ff |ian EPOC........| +I (46240) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff |.......?...|%...| +I (46250) RX_TASK: 0x40813290 ff 00 00 00 ea 90 c1 ff ff ff ff ff ff ff ff ff |................| +I (46260) RX_TASK: 0x408132a0 ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 ff 00 |...?...|%.......| +I (46270) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d8 |.$.Symbian EPOC.| +I (46270) RX_TASK: 0x408132c0 14 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (46280) RX_TASK: 0x408132d0 1f cb 7c 25 ff ff ff ff 00 00 00 ea 90 c1 ff ff |..|%............| +I (46290) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 |..........?...|%| +I (46300) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (46310) RX_TASK: 0x40813300 6e 20 45 50 4f 43 d8 14 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (46320) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 00 |....?...|%......| +I (46330) RX_TASK: 0x40813320 00 ea 90 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (46340) RX_TASK: 0x40813330 3f 01 1f cb 7c 25 ff ff ff ff 00 ff 00 82 24 00 |?...|%........$.| +I (46340) RX_TASK: 0x40813340 53 79 6d 62 69 61 6e 20 45 50 4f 43 d8 14 c1 ff |Symbian EPOC....| +I (46350) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 |..........?...|%| +I (46360) RX_TASK: Starting to Parse: 256 +I (46370) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (46370) RX_TASK: Address: 0xFF +I (46370) RX_TASK: Command bit: 1 +I (46380) RX_TASK: Control: 0x3F +I (46380) RX_TASK: Control: P-XID +I (46380) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (46400) irda_crc1: CRC: 0xF0B8 +I (46400) RX_TASK: CRC Check: VALID + +I (46400) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (46410) RX_TASK:  +ASCII: +...|%....... + +I (46410) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (46420) PXID_TASK: Source Address: 0x1FCB7C25 +I (46420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (46430) PXID_TASK: Discovery Flag: 0x00 +I (46430) PXID_TASK: Slot Number: 0x00 +I (46440) PXID_TASK: Version Number: 0x00 + + + +I (46440) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (46460) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (46480) irda_crc1: CRC: 0xF0B8 +I (46480) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46490) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46510) PXID REPLY: Wrote 36 bytes +I (46510) PXID REPLY: Sent reply packet +I (46510) RX_TASK: Send Success +I (46510) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (46520) RX_TASK: Address: 0xFF +I (46520) RX_TASK: Command bit: 1 +I (46530) RX_TASK: Control: 0x3F +I (46530) RX_TASK: Control: P-XID +I (46530) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (46550) irda_crc1: CRC: 0xF0B8 +I (46550) RX_TASK: CRC Check: VALID + +I (46550) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (46570) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (46570) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (46580) PXID_TASK: Source Address: 0x1FCB7C25 +I (46590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (46590) PXID_TASK: Discovery Flag: 0x00 +I (46600) PXID_TASK: Slot Number: 0xFF +I (46600) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (46610) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (46630) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (46640) irda_crc1: CRC: 0xF0B8 +I (46650) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46660) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46670) PXID REPLY: Wrote 36 bytes +I (46680) PXID REPLY: Sent reply packet +I (46680) RX_TASK: Send Success +I (46680) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (46690) RX_TASK: Address: 0xFF +I (46690) RX_TASK: Command bit: 1 +I (46690) RX_TASK: Control: 0x3F +I (46700) RX_TASK: Control: P-XID +I (46700) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (46710) irda_crc1: CRC: 0xF0B8 +I (46710) RX_TASK: CRC Check: VALID + +I (46720) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (46720) RX_TASK:  +ASCII: +...|%....... + +I (46730) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (46740) PXID_TASK: Source Address: 0x1FCB7C25 +I (46740) PXID_TASK: Destination Address: 0xFFFFFFFF +I (46750) PXID_TASK: Discovery Flag: 0x00 +I (46750) PXID_TASK: Slot Number: 0x00 +I (46750) PXID_TASK: Version Number: 0x00 + + + +I (46760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (46780) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (46790) irda_crc1: CRC: 0xF0B8 +I (46800) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46810) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46820) PXID REPLY: Wrote 36 bytes +I (46820) PXID REPLY: Sent reply packet +I (46830) RX_TASK: Send Success +I (46830) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (46840) RX_TASK: Address: 0xFF +I (46840) RX_TASK: Command bit: 1 +I (46840) RX_TASK: Control: 0x3F +I (46850) RX_TASK: Control: P-XID +I (46850) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (46860) irda_crc1: CRC: 0xF0B8 +I (46870) RX_TASK: CRC Check: VALID + +I (46870) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (46880) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (46890) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (46900) PXID_TASK: Source Address: 0x1FCB7C25 +I (46900) PXID_TASK: Destination Address: 0xFFFFFFFF +I (46910) PXID_TASK: Discovery Flag: 0x00 +I (46910) PXID_TASK: Slot Number: 0xFF +I (46920) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (46920) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (46950) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (46960) irda_crc1: CRC: 0xF0B8 +I (46960) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46980) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (46990) PXID REPLY: Wrote 36 bytes +I (46990) PXID REPLY: Sent reply packet +I (47000) RX_TASK: Send Success +I (47000) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (47000) RX_TASK: Address: 0xFF +I (47010) RX_TASK: Command bit: 1 +I (47010) RX_TASK: Control: 0x3F +I (47010) RX_TASK: Control: P-XID +I (47020) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (47030) irda_crc1: CRC: 0xF0B8 +I (47030) RX_TASK: CRC Check: VALID + +I (47030) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (47040) RX_TASK:  +ASCII: +...|%....... + +I (47050) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (47050) PXID_TASK: Source Address: 0x1FCB7C25 +I (47060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (47060) PXID_TASK: Discovery Flag: 0x00 +I (47070) PXID_TASK: Slot Number: 0x00 +I (47070) PXID_TASK: Version Number: 0x00 + + + +I (47070) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (47090) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (47110) irda_crc1: CRC: 0xF0B8 +I (47110) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47140) PXID REPLY: Wrote 36 bytes +I (47140) PXID REPLY: Sent reply packet +I (47140) RX_TASK: Send Success +I (47150) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (47150) RX_TASK: Address: 0xFF +I (47160) RX_TASK: Command bit: 1 +I (47160) RX_TASK: Control: 0x3F +I (47160) RX_TASK: Control: P-XID +I (47170) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (47180) irda_crc1: CRC: 0xF0B8 +I (47180) RX_TASK: CRC Check: VALID + +I (47190) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (47200) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (47200) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (47220) PXID_TASK: Source Address: 0x1FCB7C25 +I (47220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (47220) PXID_TASK: Discovery Flag: 0x00 +I (47230) PXID_TASK: Slot Number: 0xFF +I (47230) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (47240) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (47260) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (47280) irda_crc1: CRC: 0xF0B8 +I (47280) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47290) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47310) PXID REPLY: Wrote 36 bytes +I (47310) PXID REPLY: Sent reply packet +I (47310) RX_TASK: Send Success +I (47320) RX_TASK: Unterminated packet at offset 248 + +I (47320) RX_TASK: Read 256 bytes: '����' +I (47320) RX_TASK: 0x40813260 ff ff ff ff 00 00 00 ea 90 c1 ff ff ff ff ff ff |................| +I (47330) RX_TASK: 0x40813270 ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff |......?...|%....| +I (47340) RX_TASK: 0x40813280 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (47350) RX_TASK: 0x40813290 4f 43 d8 14 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (47360) RX_TASK: 0x408132a0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 00 00 ea 90 |.?...|%.........| +I (47370) RX_TASK: 0x408132b0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f |.............?..| +I (47380) RX_TASK: 0x408132c0 cb 7c 25 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.|%........$.Sym| +I (47390) RX_TASK: 0x408132d0 62 69 61 6e 20 45 50 4f 43 d8 14 c1 ff ff ff ff |bian EPOC.......| +I (47390) RX_TASK: 0x408132e0 ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff |........?...|%..| +I (47400) RX_TASK: 0x408132f0 ff ff 00 00 00 ea 90 c1 ff ff ff ff ff ff ff ff |................| +I (47410) RX_TASK: 0x40813300 ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 ff |....?...|%......| +I (47420) RX_TASK: 0x40813310 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (47430) RX_TASK: 0x40813320 d8 14 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (47440) RX_TASK: 0x40813330 01 1f cb 7c 25 ff ff ff ff 00 00 00 ea 90 c1 ff |...|%...........| +I (47450) RX_TASK: 0x40813340 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c |...........?...|| +I (47460) RX_TASK: 0x40813350 25 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |%........$.Symbi| +I (47470) RX_TASK: Starting to Parse: 256 +I (47470) RX_TASK:  +=== Packet 1 (offset 20, length 33) === + +I (47470) RX_TASK: Address: 0xFF +I (47480) RX_TASK: Command bit: 1 +I (47480) RX_TASK: Control: 0x3F +I (47480) RX_TASK: Control: P-XID +I (47490) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (47500) irda_crc1: CRC: 0xF0B8 +I (47510) RX_TASK: CRC Check: VALID + +I (47510) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (47520) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (47520) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (47540) PXID_TASK: Source Address: 0x1FCB7C25 +I (47540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (47550) PXID_TASK: Discovery Flag: 0x00 +I (47550) PXID_TASK: Slot Number: 0xFF +I (47550) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (47560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (47580) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (47600) irda_crc1: CRC: 0xF0B8 +I (47600) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47610) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47630) PXID REPLY: Wrote 36 bytes +I (47630) PXID REPLY: Sent reply packet +I (47630) RX_TASK: Send Success +I (47640) RX_TASK:  +=== Packet 2 (offset 63, length 18) === + +I (47640) RX_TASK: Address: 0xFF +I (47650) RX_TASK: Command bit: 1 +I (47650) RX_TASK: Control: 0x3F +I (47650) RX_TASK: Control: P-XID +I (47650) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (47670) irda_crc1: CRC: 0xF0B8 +I (47670) RX_TASK: CRC Check: VALID + +I (47670) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (47680) RX_TASK:  +ASCII: +...|%....... + +I (47680) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (47690) PXID_TASK: Source Address: 0x1FCB7C25 +I (47700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (47700) PXID_TASK: Discovery Flag: 0x00 +I (47700) PXID_TASK: Slot Number: 0x00 +I (47710) PXID_TASK: Version Number: 0x00 + + + +I (47710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (47730) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (47750) irda_crc1: CRC: 0xF0B8 +I (47750) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47760) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47780) PXID REPLY: Wrote 36 bytes +I (47780) PXID REPLY: Sent reply packet +I (47780) RX_TASK: Send Success +I (47790) RX_TASK:  +=== Packet 3 (offset 91, length 33) === + +I (47790) RX_TASK: Address: 0xFF +I (47790) RX_TASK: Command bit: 1 +I (47800) RX_TASK: Control: 0x3F +I (47800) RX_TASK: Control: P-XID +I (47800) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (47820) irda_crc1: CRC: 0xF0B8 +I (47820) RX_TASK: CRC Check: VALID + +I (47830) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (47840) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (47840) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (47850) PXID_TASK: Source Address: 0x1FCB7C25 +I (47860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (47860) PXID_TASK: Discovery Flag: 0x00 +I (47870) PXID_TASK: Slot Number: 0xFF +I (47870) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (47880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (47900) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (47910) irda_crc1: CRC: 0xF0B8 +I (47920) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (47940) PXID REPLY: Wrote 36 bytes +I (47950) PXID REPLY: Sent reply packet +I (47950) RX_TASK: Send Success +I (47950) RX_TASK:  +=== Packet 4 (offset 134, length 18) === + +I (47960) RX_TASK: Address: 0xFF +I (47960) RX_TASK: Command bit: 1 +I (47960) RX_TASK: Control: 0x3F +I (47970) RX_TASK: Control: P-XID +I (47970) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (47980) irda_crc1: CRC: 0xF0B8 +I (47990) RX_TASK: CRC Check: VALID + +I (47990) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48000) RX_TASK:  +ASCII: +...|%....... + +I (48000) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48010) PXID_TASK: Source Address: 0x1FCB7C25 +I (48010) PXID_TASK: Destination Address: 0xFFFFFFFF +I (48020) PXID_TASK: Discovery Flag: 0x00 +I (48020) PXID_TASK: Slot Number: 0x00 +I (48020) PXID_TASK: Version Number: 0x00 + + + +I (48030) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (48050) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (48060) irda_crc1: CRC: 0xF0B8 +I (48070) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48080) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48090) PXID REPLY: Wrote 36 bytes +I (48100) PXID REPLY: Sent reply packet +I (48100) RX_TASK: Send Success +I (48100) RX_TASK:  +=== Packet 5 (offset 162, length 33) === + +I (48110) RX_TASK: Address: 0xFF +I (48110) RX_TASK: Command bit: 1 +I (48110) RX_TASK: Control: 0x3F +I (48120) RX_TASK: Control: P-XID +I (48120) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (48140) irda_crc1: CRC: 0xF0B8 +I (48140) RX_TASK: CRC Check: VALID + +I (48140) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (48150) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (48160) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (48170) PXID_TASK: Source Address: 0x1FCB7C25 +I (48170) PXID_TASK: Destination Address: 0xFFFFFFFF +I (48180) PXID_TASK: Discovery Flag: 0x00 +I (48180) PXID_TASK: Slot Number: 0xFF +I (48190) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (48200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (48220) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (48230) irda_crc1: CRC: 0xF0B8 +I (48230) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48260) PXID REPLY: Wrote 36 bytes +I (48260) PXID REPLY: Sent reply packet +I (48270) RX_TASK: Send Success +I (48270) RX_TASK:  +=== Packet 6 (offset 205, length 18) === + +I (48280) RX_TASK: Address: 0xFF +I (48280) RX_TASK: Command bit: 1 +I (48280) RX_TASK: Control: 0x3F +I (48280) RX_TASK: Control: P-XID +I (48290) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (48300) irda_crc1: CRC: 0xF0B8 +I (48300) RX_TASK: CRC Check: VALID + +I (48310) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48310) RX_TASK:  +ASCII: +...|%....... + +I (48320) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48320) PXID_TASK: Source Address: 0x1FCB7C25 +I (48330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (48330) PXID_TASK: Discovery Flag: 0x00 +I (48340) PXID_TASK: Slot Number: 0x00 +I (48340) PXID_TASK: Version Number: 0x00 + + + +I (48340) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (48370) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (48380) irda_crc1: CRC: 0xF0B8 +I (48380) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48400) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48410) PXID REPLY: Wrote 36 bytes +I (48410) PXID REPLY: Sent reply packet +I (48420) RX_TASK: Send Success +I (48420) RX_TASK: Unterminated packet at offset 233 + +I (48420) RX_TASK: Read 256 bytes: 'an EPOC��������������?�|%����' +I (48430) RX_TASK: 0x40813260 61 6e 20 45 50 4f 43 d8 14 c1 ff ff ff ff ff ff |an EPOC.........| +I (48440) RX_TASK: 0x40813270 ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff |......?...|%....| +I (48450) RX_TASK: 0x40813280 00 00 00 ea 90 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (48460) RX_TASK: 0x40813290 c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 ff 00 82 |..?...|%........| +I (48470) RX_TASK: 0x408132a0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d8 14 |$.Symbian EPOC..| +I (48470) RX_TASK: 0x408132b0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f |.............?..| +I (48480) RX_TASK: 0x408132c0 cb 7c 25 ff ff ff ff 00 00 00 ea 90 c1 ff ff ff |.|%.............| +I (48490) RX_TASK: 0x408132d0 ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff |.........?...|%.| +I (48500) RX_TASK: 0x408132e0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (48510) RX_TASK: 0x408132f0 20 45 50 4f 43 d8 14 c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (48520) RX_TASK: 0x40813300 ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 00 |....?...|%......| +I (48530) RX_TASK: 0x40813310 00 ea 90 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (48540) RX_TASK: 0x40813320 01 1f cb 7c 25 ff ff ff ff 00 ff 00 82 24 00 53 |...|%........$.S| +I (48540) RX_TASK: 0x40813330 79 6d 62 69 61 6e 20 45 50 4f 43 d8 14 c1 ff ff |ymbian EPOC.....| +I (48550) RX_TASK: 0x40813340 ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 |..........?...|%| +I (48560) RX_TASK: 0x40813350 ff ff ff ff 00 00 00 ea 90 c1 ff ff ff ff ff ff |................| +I (48570) RX_TASK: Starting to Parse: 256 +I (48570) RX_TASK:  +=== Packet 1 (offset 20, length 18) === + +I (48580) RX_TASK: Address: 0xFF +I (48580) RX_TASK: Command bit: 1 +I (48590) RX_TASK: Control: 0x3F +I (48590) RX_TASK: Control: P-XID +I (48590) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (48600) irda_crc1: CRC: 0xF0B8 +I (48610) RX_TASK: CRC Check: VALID + +I (48610) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48620) RX_TASK:  +ASCII: +...|%....... + +I (48620) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48630) PXID_TASK: Source Address: 0x1FCB7C25 +I (48630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (48640) PXID_TASK: Discovery Flag: 0x00 +I (48640) PXID_TASK: Slot Number: 0x00 +I (48650) PXID_TASK: Version Number: 0x00 + + + +I (48650) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (48670) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (48680) irda_crc1: CRC: 0xF0B8 +I (48690) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48700) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48710) PXID REPLY: Wrote 36 bytes +I (48720) PXID REPLY: Sent reply packet +I (48720) RX_TASK: Send Success +I (48720) RX_TASK:  +=== Packet 2 (offset 48, length 33) === + +I (48730) RX_TASK: Address: 0xFF +I (48730) RX_TASK: Command bit: 1 +I (48740) RX_TASK: Control: 0x3F +I (48740) RX_TASK: Control: P-XID +I (48740) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (48760) irda_crc1: CRC: 0xF0B8 +I (48760) RX_TASK: CRC Check: VALID + +I (48760) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (48770) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (48780) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (48790) PXID_TASK: Source Address: 0x1FCB7C25 +I (48800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (48800) PXID_TASK: Discovery Flag: 0x00 +I (48800) PXID_TASK: Slot Number: 0xFF +I (48810) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (48820) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (48840) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (48850) irda_crc1: CRC: 0xF0B8 +I (48860) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (48880) PXID REPLY: Wrote 36 bytes +I (48880) PXID REPLY: Sent reply packet +I (48890) RX_TASK: Send Success +I (48890) RX_TASK:  +=== Packet 3 (offset 91, length 18) === + +I (48900) RX_TASK: Address: 0xFF +I (48900) RX_TASK: Command bit: 1 +I (48900) RX_TASK: Control: 0x3F +I (48910) RX_TASK: Control: P-XID +I (48910) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (48920) irda_crc1: CRC: 0xF0B8 +I (48920) RX_TASK: CRC Check: VALID + +I (48930) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48930) RX_TASK:  +ASCII: +...|%....... + +I (48940) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (48950) PXID_TASK: Source Address: 0x1FCB7C25 +I (48950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (48950) PXID_TASK: Discovery Flag: 0x00 +I (48960) PXID_TASK: Slot Number: 0x00 +I (48960) PXID_TASK: Version Number: 0x00 + + + +I (48970) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (48990) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (49000) irda_crc1: CRC: 0xF0B8 +I (49000) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49030) PXID REPLY: Wrote 36 bytes +I (49030) PXID REPLY: Sent reply packet +I (49040) RX_TASK: Send Success +I (49040) RX_TASK:  +=== Packet 4 (offset 119, length 33) === + +I (49050) RX_TASK: Address: 0xFF +I (49050) RX_TASK: Command bit: 1 +I (49050) RX_TASK: Control: 0x3F +I (49050) RX_TASK: Control: P-XID +I (49060) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (49070) irda_crc1: CRC: 0xF0B8 +I (49080) RX_TASK: CRC Check: VALID + +I (49080) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (49090) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (49100) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (49110) PXID_TASK: Source Address: 0x1FCB7C25 +I (49110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (49120) PXID_TASK: Discovery Flag: 0x00 +I (49120) PXID_TASK: Slot Number: 0xFF +I (49120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (49130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (49150) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (49170) irda_crc1: CRC: 0xF0B8 +I (49170) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49200) PXID REPLY: Wrote 36 bytes +I (49200) PXID REPLY: Sent reply packet +I (49200) RX_TASK: Send Success +I (49210) RX_TASK:  +=== Packet 5 (offset 162, length 18) === + +I (49210) RX_TASK: Address: 0xFF +I (49220) RX_TASK: Command bit: 1 +I (49220) RX_TASK: Control: 0x3F +I (49220) RX_TASK: Control: P-XID +I (49230) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (49240) irda_crc1: CRC: 0xF0B8 +I (49240) RX_TASK: CRC Check: VALID + +I (49240) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (49250) RX_TASK:  +ASCII: +...|%....... + +I (49250) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (49260) PXID_TASK: Source Address: 0x1FCB7C25 +I (49270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (49270) PXID_TASK: Discovery Flag: 0x00 +I (49270) PXID_TASK: Slot Number: 0x00 +I (49280) PXID_TASK: Version Number: 0x00 + + + +I (49280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (49300) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (49320) irda_crc1: CRC: 0xF0B8 +I (49320) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49350) PXID REPLY: Wrote 36 bytes +I (49350) PXID REPLY: Sent reply packet +I (49350) RX_TASK: Send Success +I (49360) RX_TASK:  +=== Packet 6 (offset 189, length 33) === + +I (49360) RX_TASK: Address: 0xFF +I (49370) RX_TASK: Command bit: 1 +I (49370) RX_TASK: Control: 0x3F +I (49370) RX_TASK: Control: P-XID +I (49370) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (49390) irda_crc1: CRC: 0xF0B8 +I (49390) RX_TASK: CRC Check: VALID + +I (49400) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (49410) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (49410) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (49420) PXID_TASK: Source Address: 0x1FCB7C25 +I (49430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (49430) PXID_TASK: Discovery Flag: 0x00 +I (49440) PXID_TASK: Slot Number: 0xFF +I (49440) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (49450) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (49470) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (49480) irda_crc1: CRC: 0xF0B8 +I (49490) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49510) PXID REPLY: Wrote 36 bytes +I (49520) PXID REPLY: Sent reply packet +I (49520) RX_TASK: Send Success +I (49520) RX_TASK:  +=== Packet 7 (offset 232, length 18) === + +I (49530) RX_TASK: Address: 0xFF +I (49530) RX_TASK: Command bit: 1 +I (49540) RX_TASK: Control: 0x3F +I (49540) RX_TASK: Control: P-XID +I (49540) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (49550) irda_crc1: CRC: 0xF0B8 +I (49560) RX_TASK: CRC Check: VALID + +I (49560) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (49570) RX_TASK:  +ASCII: +...|%....... + +I (49570) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (49580) PXID_TASK: Source Address: 0x1FCB7C25 +I (49580) PXID_TASK: Destination Address: 0xFFFFFFFF +I (49590) PXID_TASK: Discovery Flag: 0x00 +I (49590) PXID_TASK: Slot Number: 0x00 +I (49590) PXID_TASK: Version Number: 0x00 + + + +I (49600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (49620) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (49630) irda_crc1: CRC: 0xF0B8 +I (49640) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (49660) PXID REPLY: Wrote 36 bytes +I (49670) PXID REPLY: Sent reply packet +I (49670) RX_TASK: Send Success +I (49670) RX_TASK: Read 256 bytes: '������?�|%����' +I (49680) RX_TASK: 0x40813260 ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff |......?...|%....| +I (49690) RX_TASK: 0x40813270 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (49700) RX_TASK: 0x40813280 4f 43 d8 14 c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (49700) RX_TASK: 0x40813290 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 00 00 ea 90 |.?...|%.........| +I (49710) RX_TASK: 0x408132a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f |.............?..| +I (49720) RX_TASK: 0x408132b0 cb 7c 25 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |.|%........$.Sym| +I (49730) RX_TASK: 0x408132c0 62 69 61 6e 20 45 50 4f 43 d8 14 c1 ff ff ff ff |bian EPOC.......| +I (49740) RX_TASK: 0x408132d0 ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff |........?...|%..| +I (49750) RX_TASK: 0x408132e0 ff ff 00 00 00 ea 90 c1 ff ff ff ff ff ff ff ff |................| +I (49760) RX_TASK: 0x408132f0 ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 ff |....?...|%......| +I (49770) RX_TASK: 0x40813300 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (49780) RX_TASK: 0x40813310 d8 14 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (49780) RX_TASK: 0x40813320 01 1f cb 7c 25 ff ff ff ff 00 00 00 ea 90 c1 ff |...|%...........| +I (49790) RX_TASK: 0x40813330 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c |...........?...|| +I (49800) RX_TASK: 0x40813340 25 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |%........$.Symbi| +I (49810) RX_TASK: 0x40813350 61 6e 20 45 50 4f 43 d8 14 c1 ff ff ff ff ff ff |an EPOC.........| +I (49820) RX_TASK: Starting to Parse: 256 +I (49820) RX_TASK:  +=== Packet 1 (offset 4, length 33) === + +I (49830) RX_TASK: Address: 0xFF +I (49830) RX_TASK: Command bit: 1 +I (49830) RX_TASK: Control: 0x3F +I (49840) RX_TASK: Control: P-XID +I (49840) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (49860) irda_crc1: CRC: 0xF0B8 +I (49860) RX_TASK: CRC Check: VALID + +I (49860) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (49870) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (49880) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (49890) PXID_TASK: Source Address: 0x1FCB7C25 +I (49890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (49900) PXID_TASK: Discovery Flag: 0x00 +I (49900) PXID_TASK: Slot Number: 0xFF +I (49910) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (49920) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (49940) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (49950) irda_crc1: CRC: 0xF0B8 +I (49950) PXID REPLY: CRC Check: VALID + +E (49960) task_wdt: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time: +E (49960) task_wdt: - IDLE (CPU 0) +E (49960) task_wdt: Tasks currently running: +E (49960) task_wdt: CPU 0: uart_rx_task +E (49960) task_wdt: Print CPU 0 (current core) backtrace +esp_backtrace_print: Print CPU 0 (current core) registers +Core 0 register dump: +MEPC : 0x42007ff2 RA : 0x4200911a SP : 0x40812ee0 GP : 0x4080c934 +TP : 0x408130f0 T0 : 0x40028140 T1 : 0x40812c2c T2 : 0xffffffff +S0/FP : 0x00000050 S1 : 0x00000000 A0 : 0x00000000 A1 : 0x00000020 +A2 : 0x00000000 A3 : 0x00000080 A4 : 0x60000000 A5 : 0xe07f8000 +A6 : 0x420090a6 A7 : 0x0000000a S2 : 0x00000020 S3 : 0x0000006d +S4 : 0x40810644 S5 : 0x40813060 S6 : 0x40813281 S7 : 0x40813040 +S8 : 0xffffffff S9 : 0x0000001b S10 : 0x00000007 S11 : 0x0000003f +T3 : 0x00000000 T4 : 0xffffffc1 T5 : 0x8acc434f T6 : 0x5045206e +MSTATUS : 0x00001889 MTVEC : 0x40800001 MCAUSE : 0xdeadc0de MTVAL : 0xdeadc0de +MHARTID : 0x00000000 +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50070) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50090) PXID REPLY: Wrote 36 bytes +I (50090) PXID REPLY: Sent reply packet +I (50090) RX_TASK: Send Success +I (50100) RX_TASK:  +=== Packet 2 (offset 47, length 18) === + +I (50100) RX_TASK: Address: 0xFF +I (50100) RX_TASK: Command bit: 1 +I (50110) RX_TASK: Control: 0x3F +I (50110) RX_TASK: Control: P-XID +I (50110) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (50120) irda_crc1: CRC: 0xF0B8 +I (50130) RX_TASK: CRC Check: VALID + +I (50130) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (50140) RX_TASK:  +ASCII: +...|%....... + +I (50140) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (50150) PXID_TASK: Source Address: 0x1FCB7C25 +I (50150) PXID_TASK: Destination Address: 0xFFFFFFFF +I (50160) PXID_TASK: Discovery Flag: 0x00 +I (50160) PXID_TASK: Slot Number: 0x00 +I (50170) PXID_TASK: Version Number: 0x00 + + + +I (50170) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (50190) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (50210) irda_crc1: CRC: 0xF0B8 +I (50210) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50220) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50230) PXID REPLY: Wrote 36 bytes +I (50240) PXID REPLY: Sent reply packet +I (50240) RX_TASK: Send Success +I (50240) RX_TASK:  +=== Packet 3 (offset 75, length 33) === + +I (50250) RX_TASK: Address: 0xFF +I (50250) RX_TASK: Command bit: 1 +I (50260) RX_TASK: Control: 0x3F +I (50260) RX_TASK: Control: P-XID +I (50260) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (50280) irda_crc1: CRC: 0xF0B8 +I (50280) RX_TASK: CRC Check: VALID + +I (50280) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (50290) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (50300) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (50310) PXID_TASK: Source Address: 0x1FCB7C25 +I (50320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (50320) PXID_TASK: Discovery Flag: 0x00 +I (50320) PXID_TASK: Slot Number: 0xFF +I (50330) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (50340) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (50360) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (50370) irda_crc1: CRC: 0xF0B8 +I (50380) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50390) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50400) PXID REPLY: Wrote 36 bytes +I (50410) PXID REPLY: Sent reply packet +I (50410) RX_TASK: Send Success +I (50410) RX_TASK:  +=== Packet 4 (offset 118, length 18) === + +I (50420) RX_TASK: Address: 0xFF +I (50420) RX_TASK: Command bit: 1 +I (50420) RX_TASK: Control: 0x3F +I (50430) RX_TASK: Control: P-XID +I (50430) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (50440) irda_crc1: CRC: 0xF0B8 +I (50440) RX_TASK: CRC Check: VALID + +I (50450) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (50450) RX_TASK:  +ASCII: +...|%....... + +I (50460) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (50470) PXID_TASK: Source Address: 0x1FCB7C25 +I (50470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (50480) PXID_TASK: Discovery Flag: 0x00 +I (50480) PXID_TASK: Slot Number: 0x00 +I (50480) PXID_TASK: Version Number: 0x00 + + + +I (50490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (50510) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (50520) irda_crc1: CRC: 0xF0B8 +I (50520) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50550) PXID REPLY: Wrote 36 bytes +I (50550) PXID REPLY: Sent reply packet +I (50560) RX_TASK: Send Success +I (50560) RX_TASK:  +=== Packet 5 (offset 146, length 33) === + +I (50570) RX_TASK: Address: 0xFF +I (50570) RX_TASK: Command bit: 1 +I (50570) RX_TASK: Control: 0x3F +I (50580) RX_TASK: Control: P-XID +I (50580) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (50590) irda_crc1: CRC: 0xF0B8 +I (50600) RX_TASK: CRC Check: VALID + +I (50600) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (50610) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (50620) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (50630) PXID_TASK: Source Address: 0x1FCB7C25 +I (50630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (50640) PXID_TASK: Discovery Flag: 0x00 +I (50640) PXID_TASK: Slot Number: 0xFF +I (50640) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (50650) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (50680) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (50690) irda_crc1: CRC: 0xF0B8 +I (50690) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50710) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50720) PXID REPLY: Wrote 36 bytes +I (50720) PXID REPLY: Sent reply packet +I (50730) RX_TASK: Send Success +I (50730) RX_TASK:  +=== Packet 6 (offset 189, length 18) === + +I (50730) RX_TASK: Address: 0xFF +I (50740) RX_TASK: Command bit: 1 +I (50740) RX_TASK: Control: 0x3F +I (50740) RX_TASK: Control: P-XID +I (50750) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (50760) irda_crc1: CRC: 0xF0B8 +I (50760) RX_TASK: CRC Check: VALID + +I (50760) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (50770) RX_TASK:  +ASCII: +...|%....... + +I (50770) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (50780) PXID_TASK: Source Address: 0x1FCB7C25 +I (50790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (50790) PXID_TASK: Discovery Flag: 0x00 +I (50800) PXID_TASK: Slot Number: 0x00 +I (50800) PXID_TASK: Version Number: 0x00 + + + +I (50800) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (50820) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (50840) irda_crc1: CRC: 0xF0B8 +I (50840) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50850) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (50870) PXID REPLY: Wrote 36 bytes +I (50870) PXID REPLY: Sent reply packet +I (50870) RX_TASK: Send Success +I (50880) RX_TASK:  +=== Packet 7 (offset 217, length 33) === + +I (50880) RX_TASK: Address: 0xFF +I (50890) RX_TASK: Command bit: 1 +I (50890) RX_TASK: Control: 0x3F +I (50890) RX_TASK: Control: P-XID +I (50890) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (50910) irda_crc1: CRC: 0xF0B8 +I (50910) RX_TASK: CRC Check: VALID + +I (50920) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (50930) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (50930) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (50940) PXID_TASK: Source Address: 0x1FCB7C25 +I (50950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (50950) PXID_TASK: Discovery Flag: 0x00 +I (50960) PXID_TASK: Slot Number: 0xFF +I (50960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (50970) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (50990) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (51010) irda_crc1: CRC: 0xF0B8 +I (51010) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (51020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (51040) PXID REPLY: Wrote 36 bytes +I (51040) PXID REPLY: Sent reply packet +I (51040) RX_TASK: Send Success +I (52040) RX_TASK: Read 206 bytes: '������?�|%����' +I (52040) RX_TASK: 0x40813260 ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff |......?...|%....| +I (52040) RX_TASK: 0x40813270 00 00 00 ea 90 c1 ff ff ff ff ff ff ff ff ff ff |................| +I (52050) RX_TASK: 0x40813280 c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 ff 00 82 |..?...|%........| +I (52060) RX_TASK: 0x40813290 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 d8 14 |$.Symbian EPOC..| +I (52060) RX_TASK: 0x408132a0 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 1f cb |............?...| +I (52070) RX_TASK: 0x408132b0 7c 25 ff ff ff ff 00 00 00 ea 90 c1 ff ff ff ff ||%..............| +I (52080) RX_TASK: 0x408132c0 ff ff ff ff ff ff c0 ff 3f 01 1f cb 7c 25 ff ff |........?...|%..| +I (52090) RX_TASK: 0x408132d0 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (52100) RX_TASK: 0x408132e0 45 50 4f 43 d8 14 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (52110) RX_TASK: 0x408132f0 ff c0 ff 3f 01 1f cb 7c 25 ff ff ff ff 00 00 00 |...?...|%.......| +I (52120) RX_TASK: 0x40813300 ea 90 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (52130) RX_TASK: 0x40813310 01 1f cb 7c 25 ff ff ff ff 00 ff 00 82 24 00 53 |...|%........$.S| +I (52140) RX_TASK: 0x40813320 79 6d 62 69 61 6e 20 45 50 4f 43 d8 14 c1 |ymbian EPOC...| +I (52140) RX_TASK: Starting to Parse: 206 +I (52150) RX_TASK:  +=== Packet 1 (offset 4, length 18) === + +I (52150) RX_TASK: Address: 0xFF +I (52160) RX_TASK: Command bit: 1 +I (52160) RX_TASK: Control: 0x3F +I (52160) RX_TASK: Control: P-XID +I (52160) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (52180) irda_crc1: CRC: 0xF0B8 +I (52180) RX_TASK: CRC Check: VALID + +I (52180) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (52190) RX_TASK:  +ASCII: +...|%....... + +I (52190) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (52200) PXID_TASK: Source Address: 0x1FCB7C25 +I (52210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (52210) PXID_TASK: Discovery Flag: 0x00 +I (52210) PXID_TASK: Slot Number: 0x00 +I (52220) PXID_TASK: Version Number: 0x00 + + + +I (52220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (52240) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (52260) irda_crc1: CRC: 0xF0B8 +I (52260) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52290) PXID REPLY: Wrote 36 bytes +I (52290) PXID REPLY: Sent reply packet +I (52290) RX_TASK: Send Success +I (52300) RX_TASK:  +=== Packet 2 (offset 32, length 33) === + +I (52300) RX_TASK: Address: 0xFF +I (52300) RX_TASK: Command bit: 1 +I (52310) RX_TASK: Control: 0x3F +I (52310) RX_TASK: Control: P-XID +I (52310) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (52330) irda_crc1: CRC: 0xF0B8 +I (52330) RX_TASK: CRC Check: VALID + +I (52340) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (52350) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (52350) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (52360) PXID_TASK: Source Address: 0x1FCB7C25 +I (52370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (52370) PXID_TASK: Discovery Flag: 0x00 +I (52380) PXID_TASK: Slot Number: 0xFF +I (52380) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (52390) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (52410) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (52420) irda_crc1: CRC: 0xF0B8 +I (52430) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52440) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52450) PXID REPLY: Wrote 36 bytes +I (52460) PXID REPLY: Sent reply packet +I (52460) RX_TASK: Send Success +I (52460) RX_TASK:  +=== Packet 3 (offset 74, length 18) === + +I (52470) RX_TASK: Address: 0xFF +I (52470) RX_TASK: Command bit: 1 +I (52480) RX_TASK: Control: 0x3F +I (52480) RX_TASK: Control: P-XID +I (52480) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (52490) irda_crc1: CRC: 0xF0B8 +I (52500) RX_TASK: CRC Check: VALID + +I (52500) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (52510) RX_TASK:  +ASCII: +...|%....... + +I (52510) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (52520) PXID_TASK: Source Address: 0x1FCB7C25 +I (52520) PXID_TASK: Destination Address: 0xFFFFFFFF +I (52530) PXID_TASK: Discovery Flag: 0x00 +I (52530) PXID_TASK: Slot Number: 0x00 +I (52530) PXID_TASK: Version Number: 0x00 + + + +I (52540) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (52560) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (52570) irda_crc1: CRC: 0xF0B8 +I (52580) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52600) PXID REPLY: Wrote 36 bytes +I (52610) PXID REPLY: Sent reply packet +I (52610) RX_TASK: Send Success +I (52610) RX_TASK:  +=== Packet 4 (offset 102, length 33) === + +I (52620) RX_TASK: Address: 0xFF +I (52620) RX_TASK: Command bit: 1 +I (52620) RX_TASK: Control: 0x3F +I (52630) RX_TASK: Control: P-XID +I (52630) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (52650) irda_crc1: CRC: 0xF0B8 +I (52650) RX_TASK: CRC Check: VALID + +I (52650) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (52660) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (52670) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (52680) PXID_TASK: Source Address: 0x1FCB7C25 +I (52680) PXID_TASK: Destination Address: 0xFFFFFFFF +I (52690) PXID_TASK: Discovery Flag: 0x00 +I (52690) PXID_TASK: Slot Number: 0xFF +I (52700) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (52710) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (52730) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (52740) irda_crc1: CRC: 0xF0B8 +I (52740) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52760) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52770) PXID REPLY: Wrote 36 bytes +I (52770) PXID REPLY: Sent reply packet +I (52780) RX_TASK: Send Success +I (52780) RX_TASK:  +=== Packet 5 (offset 145, length 18) === + +I (52790) RX_TASK: Address: 0xFF +I (52790) RX_TASK: Command bit: 1 +I (52790) RX_TASK: Control: 0x3F +I (52790) RX_TASK: Control: P-XID +I (52800) RX_TASK: CRC: 0xEA90 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 00 00 EA 90 +I (52810) irda_crc1: CRC: 0xF0B8 +I (52810) RX_TASK: CRC Check: VALID + +I (52820) RX_TASK: Payload (12 bytes): +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (52820) RX_TASK:  +ASCII: +...|%....... + +I (52830) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 1F CB 7C 25 FF FF FF FF 00 00 00 +I (52830) PXID_TASK: Source Address: 0x1FCB7C25 +I (52840) PXID_TASK: Destination Address: 0xFFFFFFFF +I (52840) PXID_TASK: Discovery Flag: 0x00 +I (52850) PXID_TASK: Slot Number: 0x00 +I (52850) PXID_TASK: Version Number: 0x00 + + + +I (52850) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (52880) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (52890) irda_crc1: CRC: 0xF0B8 +I (52890) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52910) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (52920) PXID REPLY: Wrote 36 bytes +I (52920) PXID REPLY: Sent reply packet +I (52930) RX_TASK: Send Success +I (52930) RX_TASK:  +=== Packet 6 (offset 173, length 33) === + +I (52930) RX_TASK: Address: 0xFF +I (52940) RX_TASK: Command bit: 1 +I (52940) RX_TASK: Control: 0x3F +I (52940) RX_TASK: Control: P-XID +I (52950) RX_TASK: CRC: 0xD814 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 D8 14 +I (52960) irda_crc1: CRC: 0xF0B8 +I (52970) RX_TASK: CRC Check: VALID + +I (52970) RX_TASK: Payload (27 bytes): +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (52980) RX_TASK:  +ASCII: +...|%........$.Symbian EPOC + +I (52980) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 1F CB 7C 25 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (53000) PXID_TASK: Source Address: 0x1FCB7C25 +I (53000) PXID_TASK: Destination Address: 0xFFFFFFFF +I (53010) PXID_TASK: Discovery Flag: 0x00 +I (53010) PXID_TASK: Slot Number: 0xFF +I (53010) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (53020) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 +I (53040) irda_crc1: CRC: 0xC46E +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B +I (53060) irda_crc1: CRC: 0xF0B8 +I (53060) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (53070) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 1F CB 7C 25 01 00 00 90 24 00 54 45 53 54 91 3B C1 +I (53090) PXID REPLY: Wrote 36 bytes +I (53090) PXID REPLY: Sent reply packet +I (53090) RX_TASK: Send Success +I (159140) RX_TASK: Read 211 bytes: '������������?��p;����' +I (159140) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ca 8b |............?...| +I (159140) RX_TASK: 0x40813270 70 3b ff ff ff ff 01 00 00 88 95 c1 ff ff ff ff |p;..............| +I (159150) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 ca 8b 70 3b ff ff |........?...p;..| +I (159160) RX_TASK: 0x40813290 ff ff 01 01 00 50 8c c1 ff ff ff ff ff ff ff ff |.....P..........| +I (159170) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 ca 8b 70 3b ff ff ff ff 01 02 |....?...p;......| +I (159170) RX_TASK: 0x408132b0 00 38 a6 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.8..............| +I (159180) RX_TASK: 0x408132c0 3f 01 ca 8b 70 3b ff ff ff ff 01 03 00 e0 bf c1 |?...p;..........| +I (159190) RX_TASK: 0x408132d0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 ca 8b |............?...| +I (159200) RX_TASK: 0x408132e0 70 3b ff ff ff ff 01 04 00 e8 f2 c1 ff ff ff ff |p;..............| +I (159210) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 ca 8b 70 3b ff ff |........?...p;..| +I (159220) RX_TASK: 0x40813300 ff ff 01 05 00 30 eb c1 ff ff ff ff ff ff ff ff |.....0..........| +I (159230) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 ca 8b 70 3b ff ff ff ff 01 ff |....?...p;......| +I (159240) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (159250) RX_TASK: 0x40813330 b4 df c1 |...| +I (159250) RX_TASK: Starting to Parse: 211 +I (159260) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (159260) RX_TASK: Address: 0xFF +I (159270) RX_TASK: Command bit: 1 +I (159270) RX_TASK: Control: 0x3F +I (159270) RX_TASK: Control: P-XID +I (159280) RX_TASK: CRC: 0x8895 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 00 00 88 95 +I (159290) irda_crc1: CRC: 0xF0B8 +I (159290) RX_TASK: CRC Check: VALID + +I (159290) RX_TASK: Payload (12 bytes): +01 CA 8B 70 3B FF FF FF FF 01 00 00 +I (159300) RX_TASK:  +ASCII: +...p;....... + +I (159300) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CA 8B 70 3B FF FF FF FF 01 00 00 +I (159310) PXID_TASK: Source Address: 0xCA8B703B +I (159320) PXID_TASK: Destination Address: 0xFFFFFFFF +I (159320) PXID_TASK: Discovery Flag: 0x01 +I (159330) PXID_TASK: Slot Number: 0x00 +I (159330) PXID_TASK: Version Number: 0x00 + + + +I (159330) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (159350) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (159370) irda_crc1: CRC: 0xF0B8 +I (159370) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159390) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159400) PXID REPLY: Wrote 36 bytes +I (159400) PXID REPLY: Sent reply packet +I (159410) RX_TASK: Send Success +I (159410) RX_TASK:  +=== Packet 2 (offset 38, length 18) === + +I (159410) RX_TASK: Address: 0xFF +I (159420) RX_TASK: Command bit: 1 +I (159420) RX_TASK: Control: 0x3F +I (159420) RX_TASK: Control: P-XID +I (159430) RX_TASK: CRC: 0x508C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 01 00 50 8C +I (159440) irda_crc1: CRC: 0xF0B8 +I (159440) RX_TASK: CRC Check: VALID + +I (159440) RX_TASK: Payload (12 bytes): +01 CA 8B 70 3B FF FF FF FF 01 01 00 +I (159450) RX_TASK:  +ASCII: +...p;....... + +I (159460) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CA 8B 70 3B FF FF FF FF 01 01 00 +I (159460) PXID_TASK: Source Address: 0xCA8B703B +I (159470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (159470) PXID_TASK: Discovery Flag: 0x01 +I (159480) PXID_TASK: Slot Number: 0x01 +I (159480) PXID_TASK: Version Number: 0x00 + + + +I (159480) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (159510) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (159520) irda_crc1: CRC: 0xF0B8 +I (159520) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159550) PXID REPLY: Wrote 36 bytes +I (159550) PXID REPLY: Sent reply packet +I (159560) RX_TASK: Send Success +I (159560) RX_TASK:  +=== Packet 3 (offset 66, length 18) === + +I (159560) RX_TASK: Address: 0xFF +I (159570) RX_TASK: Command bit: 1 +I (159570) RX_TASK: Control: 0x3F +I (159570) RX_TASK: Control: P-XID +I (159580) RX_TASK: CRC: 0x38A6 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 02 00 38 A6 +I (159590) irda_crc1: CRC: 0xF0B8 +I (159590) RX_TASK: CRC Check: VALID + +I (159600) RX_TASK: Payload (12 bytes): +01 CA 8B 70 3B FF FF FF FF 01 02 00 +I (159600) RX_TASK:  +ASCII: +...p;....... + +I (159610) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CA 8B 70 3B FF FF FF FF 01 02 00 +I (159610) PXID_TASK: Source Address: 0xCA8B703B +I (159620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (159620) PXID_TASK: Discovery Flag: 0x01 +I (159630) PXID_TASK: Slot Number: 0x02 +I (159630) PXID_TASK: Version Number: 0x00 + + + +I (159640) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (159660) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (159670) irda_crc1: CRC: 0xF0B8 +I (159670) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159690) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159700) PXID REPLY: Wrote 36 bytes +I (159700) PXID REPLY: Sent reply packet +I (159710) RX_TASK: Send Success +I (159710) RX_TASK:  +=== Packet 4 (offset 94, length 18) === + +I (159720) RX_TASK: Address: 0xFF +I (159720) RX_TASK: Command bit: 1 +I (159720) RX_TASK: Control: 0x3F +I (159720) RX_TASK: Control: P-XID +I (159730) RX_TASK: CRC: 0xE0BF +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 03 00 E0 BF +I (159740) irda_crc1: CRC: 0xF0B8 +I (159740) RX_TASK: CRC Check: VALID + +I (159750) RX_TASK: Payload (12 bytes): +01 CA 8B 70 3B FF FF FF FF 01 03 00 +I (159750) RX_TASK:  +ASCII: +...p;....... + +I (159760) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CA 8B 70 3B FF FF FF FF 01 03 00 +I (159770) PXID_TASK: Source Address: 0xCA8B703B +I (159770) PXID_TASK: Destination Address: 0xFFFFFFFF +I (159770) PXID_TASK: Discovery Flag: 0x01 +I (159780) PXID_TASK: Slot Number: 0x03 +I (159780) PXID_TASK: Version Number: 0x00 + + + +I (159790) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (159810) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (159820) irda_crc1: CRC: 0xF0B8 +I (159820) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159850) PXID REPLY: Wrote 36 bytes +I (159850) PXID REPLY: Sent reply packet +I (159860) RX_TASK: Send Success +I (159860) RX_TASK:  +=== Packet 5 (offset 122, length 18) === + +I (159870) RX_TASK: Address: 0xFF +I (159870) RX_TASK: Command bit: 1 +I (159870) RX_TASK: Control: 0x3F +I (159880) RX_TASK: Control: P-XID +I (159880) RX_TASK: CRC: 0xE8F2 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 04 00 E8 F2 +I (159890) irda_crc1: CRC: 0xF0B8 +I (159890) RX_TASK: CRC Check: VALID + +I (159900) RX_TASK: Payload (12 bytes): +01 CA 8B 70 3B FF FF FF FF 01 04 00 +I (159900) RX_TASK:  +ASCII: +...p;....... + +I (159910) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CA 8B 70 3B FF FF FF FF 01 04 00 +I (159920) PXID_TASK: Source Address: 0xCA8B703B +I (159920) PXID_TASK: Destination Address: 0xFFFFFFFF +I (159930) PXID_TASK: Discovery Flag: 0x01 +I (159930) PXID_TASK: Slot Number: 0x04 +I (159930) PXID_TASK: Version Number: 0x00 + + + +I (159940) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (159960) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (159970) irda_crc1: CRC: 0xF0B8 +I (159980) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (159990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (160000) PXID REPLY: Wrote 36 bytes +I (160010) PXID REPLY: Sent reply packet +I (160010) RX_TASK: Send Success +I (160010) RX_TASK:  +=== Packet 6 (offset 150, length 18) === + +I (160020) RX_TASK: Address: 0xFF +I (160020) RX_TASK: Command bit: 1 +I (160020) RX_TASK: Control: 0x3F +I (160030) RX_TASK: Control: P-XID +I (160030) RX_TASK: CRC: 0x30EB +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 05 00 30 EB +I (160040) irda_crc1: CRC: 0xF0B8 +I (160050) RX_TASK: CRC Check: VALID + +I (160050) RX_TASK: Payload (12 bytes): +01 CA 8B 70 3B FF FF FF FF 01 05 00 +I (160060) RX_TASK:  +ASCII: +...p;....... + +I (160060) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 CA 8B 70 3B FF FF FF FF 01 05 00 +I (160070) PXID_TASK: Source Address: 0xCA8B703B +I (160070) PXID_TASK: Destination Address: 0xFFFFFFFF +I (160080) PXID_TASK: Discovery Flag: 0x01 +I (160080) PXID_TASK: Slot Number: 0x05 +I (160080) PXID_TASK: Version Number: 0x00 + + + +I (160090) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (160110) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (160120) irda_crc1: CRC: 0xF0B8 +I (160130) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (160140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (160150) PXID REPLY: Wrote 36 bytes +I (160160) PXID REPLY: Sent reply packet +I (160160) RX_TASK: Send Success +I (160160) RX_TASK:  +=== Packet 7 (offset 178, length 33) === + +I (160170) RX_TASK: Address: 0xFF +I (160170) RX_TASK: Command bit: 1 +I (160180) RX_TASK: Control: 0x3F +I (160180) RX_TASK: Control: P-XID +I (160180) RX_TASK: CRC: 0xB4DF +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 CA 8B 70 3B FF FF FF FF 01 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 B4 DF +I (160200) irda_crc1: CRC: 0xF0B8 +I (160200) RX_TASK: CRC Check: VALID + +I (160200) RX_TASK: Payload (27 bytes): +01 CA 8B 70 3B FF FF FF FF 01 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (160210) RX_TASK:  +ASCII: +...p;........$.Symbian EPOC + +I (160220) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 CA 8B 70 3B FF FF FF FF 01 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (160230) PXID_TASK: Source Address: 0xCA8B703B +I (160240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (160240) PXID_TASK: Discovery Flag: 0x01 +I (160240) PXID_TASK: Slot Number: 0xFF +I (160250) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (160260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 +I (160280) irda_crc1: CRC: 0x0E08 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 +I (160290) irda_crc1: CRC: 0xF0B8 +I (160300) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (160310) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 CA 8B 70 3B 01 00 00 90 24 00 54 45 53 54 F7 F1 C1 +I (160320) PXID REPLY: Wrote 36 bytes +I (160330) PXID REPLY: Sent reply packet +I (160330) RX_TASK: Send Success +I (241180) RX_TASK: Read 211 bytes: '������������?DhK����' +I (241180) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 44 10 |............?.D.| +I (241180) RX_TASK: 0x40813270 68 4b ff ff ff ff 01 00 00 8d 2b c1 ff ff ff ff |hK........+.....| +I (241190) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 44 10 68 4b ff ff |........?.D.hK..| +I (241200) RX_TASK: 0x40813290 ff ff 01 01 00 55 32 c1 ff ff ff ff ff ff ff ff |.....U2.........| +I (241210) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 44 10 68 4b ff ff ff ff 01 02 |....?.D.hK......| +I (241210) RX_TASK: 0x408132b0 00 3d 18 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.=..............| +I (241220) RX_TASK: 0x408132c0 3f 01 44 10 68 4b ff ff ff ff 01 03 00 e5 01 c1 |?.D.hK..........| +I (241230) RX_TASK: 0x408132d0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 44 10 |............?.D.| +I (241240) RX_TASK: 0x408132e0 68 4b ff ff ff ff 01 04 00 ed 4c c1 ff ff ff ff |hK........L.....| +I (241250) RX_TASK: 0x408132f0 ff ff ff ff ff ff c0 ff 3f 01 44 10 68 4b ff ff |........?.D.hK..| +I (241260) RX_TASK: 0x40813300 ff ff 01 05 00 35 55 c1 ff ff ff ff ff ff ff ff |.....5U.........| +I (241270) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 44 10 68 4b ff ff ff ff 01 ff |....?.D.hK......| +I (241280) RX_TASK: 0x40813320 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (241290) RX_TASK: 0x40813330 9f ab c1 |...| +I (241290) RX_TASK: Starting to Parse: 211 +I (241300) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (241300) RX_TASK: Address: 0xFF +I (241310) RX_TASK: Command bit: 1 +I (241310) RX_TASK: Control: 0x3F +I (241310) RX_TASK: Control: P-XID +I (241320) RX_TASK: CRC: 0x8D2B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 00 00 8D 2B +I (241330) irda_crc1: CRC: 0xF0B8 +I (241330) RX_TASK: CRC Check: VALID + +I (241330) RX_TASK: Payload (12 bytes): +01 44 10 68 4B FF FF FF FF 01 00 00 +I (241340) RX_TASK:  +ASCII: +.D.hK....... + +I (241340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 44 10 68 4B FF FF FF FF 01 00 00 +I (241350) PXID_TASK: Source Address: 0x4410684B +I (241360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (241360) PXID_TASK: Discovery Flag: 0x01 +I (241370) PXID_TASK: Slot Number: 0x00 +I (241370) PXID_TASK: Version Number: 0x00 + + + +I (241370) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (241390) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (241410) irda_crc1: CRC: 0xF0B8 +I (241410) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241430) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241440) PXID REPLY: Wrote 36 bytes +I (241440) PXID REPLY: Sent reply packet +I (241450) RX_TASK: Send Success +I (241450) RX_TASK:  +=== Packet 2 (offset 38, length 18) === + +I (241450) RX_TASK: Address: 0xFF +I (241460) RX_TASK: Command bit: 1 +I (241460) RX_TASK: Control: 0x3F +I (241460) RX_TASK: Control: P-XID +I (241470) RX_TASK: CRC: 0x5532 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 01 00 55 32 +I (241480) irda_crc1: CRC: 0xF0B8 +I (241480) RX_TASK: CRC Check: VALID + +I (241480) RX_TASK: Payload (12 bytes): +01 44 10 68 4B FF FF FF FF 01 01 00 +I (241490) RX_TASK:  +ASCII: +.D.hK....... + +I (241500) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 44 10 68 4B FF FF FF FF 01 01 00 +I (241500) PXID_TASK: Source Address: 0x4410684B +I (241510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (241510) PXID_TASK: Discovery Flag: 0x01 +I (241520) PXID_TASK: Slot Number: 0x01 +I (241520) PXID_TASK: Version Number: 0x00 + + + +I (241520) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (241550) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (241560) irda_crc1: CRC: 0xF0B8 +I (241560) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241590) PXID REPLY: Wrote 36 bytes +I (241590) PXID REPLY: Sent reply packet +I (241600) RX_TASK: Send Success +I (241600) RX_TASK:  +=== Packet 3 (offset 66, length 18) === + +I (241600) RX_TASK: Address: 0xFF +I (241610) RX_TASK: Command bit: 1 +I (241610) RX_TASK: Control: 0x3F +I (241610) RX_TASK: Control: P-XID +I (241620) RX_TASK: CRC: 0x3D18 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 02 00 3D 18 +I (241630) irda_crc1: CRC: 0xF0B8 +I (241630) RX_TASK: CRC Check: VALID + +I (241640) RX_TASK: Payload (12 bytes): +01 44 10 68 4B FF FF FF FF 01 02 00 +I (241640) RX_TASK:  +ASCII: +.D.hK....... + +I (241650) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 44 10 68 4B FF FF FF FF 01 02 00 +I (241650) PXID_TASK: Source Address: 0x4410684B +I (241660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (241660) PXID_TASK: Discovery Flag: 0x01 +I (241670) PXID_TASK: Slot Number: 0x02 +I (241670) PXID_TASK: Version Number: 0x00 + + + +I (241680) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (241700) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (241710) irda_crc1: CRC: 0xF0B8 +I (241710) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241740) PXID REPLY: Wrote 36 bytes +I (241740) PXID REPLY: Sent reply packet +I (241750) RX_TASK: Send Success +I (241750) RX_TASK:  +=== Packet 4 (offset 94, length 18) === + +I (241760) RX_TASK: Address: 0xFF +I (241760) RX_TASK: Command bit: 1 +I (241760) RX_TASK: Control: 0x3F +I (241760) RX_TASK: Control: P-XID +I (241770) RX_TASK: CRC: 0xE501 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 03 00 E5 01 +I (241780) irda_crc1: CRC: 0xF0B8 +I (241780) RX_TASK: CRC Check: VALID + +I (241790) RX_TASK: Payload (12 bytes): +01 44 10 68 4B FF FF FF FF 01 03 00 +I (241790) RX_TASK:  +ASCII: +.D.hK....... + +I (241800) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 44 10 68 4B FF FF FF FF 01 03 00 +I (241810) PXID_TASK: Source Address: 0x4410684B +I (241810) PXID_TASK: Destination Address: 0xFFFFFFFF +I (241810) PXID_TASK: Discovery Flag: 0x01 +I (241820) PXID_TASK: Slot Number: 0x03 +I (241820) PXID_TASK: Version Number: 0x00 + + + +I (241830) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (241850) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (241860) irda_crc1: CRC: 0xF0B8 +I (241860) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (241890) PXID REPLY: Wrote 36 bytes +I (241890) PXID REPLY: Sent reply packet +I (241900) RX_TASK: Send Success +I (241900) RX_TASK:  +=== Packet 5 (offset 122, length 18) === + +I (241910) RX_TASK: Address: 0xFF +I (241910) RX_TASK: Command bit: 1 +I (241910) RX_TASK: Control: 0x3F +I (241920) RX_TASK: Control: P-XID +I (241920) RX_TASK: CRC: 0xED4C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 04 00 ED 4C +I (241930) irda_crc1: CRC: 0xF0B8 +I (241930) RX_TASK: CRC Check: VALID + +I (241940) RX_TASK: Payload (12 bytes): +01 44 10 68 4B FF FF FF FF 01 04 00 +I (241940) RX_TASK:  +ASCII: +.D.hK....... + +I (241950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 44 10 68 4B FF FF FF FF 01 04 00 +I (241960) PXID_TASK: Source Address: 0x4410684B +I (241960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (241970) PXID_TASK: Discovery Flag: 0x01 +I (241970) PXID_TASK: Slot Number: 0x04 +I (241970) PXID_TASK: Version Number: 0x00 + + + +I (241980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (242000) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (242010) irda_crc1: CRC: 0xF0B8 +I (242020) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (242030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (242040) PXID REPLY: Wrote 36 bytes +I (242050) PXID REPLY: Sent reply packet +I (242050) RX_TASK: Send Success +I (242050) RX_TASK:  +=== Packet 6 (offset 150, length 18) === + +I (242060) RX_TASK: Address: 0xFF +I (242060) RX_TASK: Command bit: 1 +I (242060) RX_TASK: Control: 0x3F +I (242070) RX_TASK: Control: P-XID +I (242070) RX_TASK: CRC: 0x3555 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 05 00 35 55 +I (242080) irda_crc1: CRC: 0xF0B8 +I (242090) RX_TASK: CRC Check: VALID + +I (242090) RX_TASK: Payload (12 bytes): +01 44 10 68 4B FF FF FF FF 01 05 00 +I (242100) RX_TASK:  +ASCII: +.D.hK....... + +I (242100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 44 10 68 4B FF FF FF FF 01 05 00 +I (242110) PXID_TASK: Source Address: 0x4410684B +I (242110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (242120) PXID_TASK: Discovery Flag: 0x01 +I (242120) PXID_TASK: Slot Number: 0x05 +I (242120) PXID_TASK: Version Number: 0x00 + + + +I (242130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (242150) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (242160) irda_crc1: CRC: 0xF0B8 +I (242170) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (242180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (242190) PXID REPLY: Wrote 36 bytes +I (242200) PXID REPLY: Sent reply packet +I (242200) RX_TASK: Send Success +I (242200) RX_TASK:  +=== Packet 7 (offset 178, length 33) === + +I (242210) RX_TASK: Address: 0xFF +I (242210) RX_TASK: Command bit: 1 +I (242220) RX_TASK: Control: 0x3F +I (242220) RX_TASK: Control: P-XID +I (242220) RX_TASK: CRC: 0x9FAB +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 44 10 68 4B FF FF FF FF 01 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 9F AB +I (242240) irda_crc1: CRC: 0xF0B8 +I (242240) RX_TASK: CRC Check: VALID + +I (242240) RX_TASK: Payload (27 bytes): +01 44 10 68 4B FF FF FF FF 01 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (242250) RX_TASK:  +ASCII: +.D.hK........$.Symbian EPOC + +I (242260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 44 10 68 4B FF FF FF FF 01 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (242270) PXID_TASK: Source Address: 0x4410684B +I (242280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (242280) PXID_TASK: Discovery Flag: 0x01 +I (242280) PXID_TASK: Slot Number: 0xFF +I (242290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (242300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 +I (242320) irda_crc1: CRC: 0x97CB +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 +I (242330) irda_crc1: CRC: 0xF0B8 +I (242340) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (242350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 44 10 68 4B 01 00 00 90 24 00 54 45 53 54 34 68 C1 +I (242360) PXID REPLY: Wrote 36 bytes +I (242370) PXID REPLY: Sent reply packet +I (242370) RX_TASK: Send Success +I (399590) RX_TASK: Read 256 bytes: '������������?=6�j����' +I (399590) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 36 |............?.=6| +I (399600) RX_TASK: 0x40813270 80 6a ff ff ff ff 00 00 00 cf 1f c1 ff ff ff ff |.j..............| +I (399610) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 3d 36 80 6a ff ff |........?.=6.j..| +I (399620) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (399620) RX_TASK: 0x408132a0 45 50 4f 43 a8 20 c1 ff ff ff ff ff ff ff ff ff |EPOC. ..........| +I (399630) RX_TASK: 0x408132b0 ff c0 ff 3f 01 3d 36 80 6a ff ff ff ff 00 00 00 |...?.=6.j.......| +I (399640) RX_TASK: 0x408132c0 cf 1f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (399650) RX_TASK: 0x408132d0 01 3d 36 80 6a ff ff ff ff 00 ff 00 82 24 00 53 |.=6.j........$.S| +I (399660) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 a8 20 c1 ff ff |ymbian EPOC. ...| +I (399670) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 36 80 6a |..........?.=6.j| +I (399680) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 cf 1f c1 ff ff ff ff ff ff |................| +I (399690) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 3d 36 80 6a ff ff ff ff |......?.=6.j....| +I (399700) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (399700) RX_TASK: 0x40813330 4f 43 a8 20 c1 ff ff ff ff ff ff ff ff ff c0 ff |OC. ............| +I (399710) RX_TASK: 0x40813340 3f 01 3d 36 80 6a ff ff ff ff 00 00 00 cf 1f c1 |?.=6.j..........| +I (399720) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 36 |............?.=6| +I (399730) RX_TASK: Starting to Parse: 256 +I (399740) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (399740) RX_TASK: Address: 0xFF +I (399740) RX_TASK: Command bit: 1 +I (399750) RX_TASK: Control: 0x3F +I (399750) RX_TASK: Control: P-XID +I (399750) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (399760) irda_crc1: CRC: 0xF0B8 +I (399770) RX_TASK: CRC Check: VALID + +I (399770) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (399780) RX_TASK:  +ASCII: +.=6.j....... + +I (399780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (399790) PXID_TASK: Source Address: 0x3D36806A +I (399790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (399800) PXID_TASK: Discovery Flag: 0x00 +I (399800) PXID_TASK: Slot Number: 0x00 +I (399810) PXID_TASK: Version Number: 0x00 + + + +I (399810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (399830) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (399850) irda_crc1: CRC: 0xF0B8 +I (399850) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (399860) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (399880) PXID REPLY: Wrote 36 bytes +I (399880) PXID REPLY: Sent reply packet +I (399880) RX_TASK: Send Success +I (399890) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (399890) RX_TASK: Address: 0xFF +I (399890) RX_TASK: Command bit: 1 +I (399900) RX_TASK: Control: 0x3F +I (399900) RX_TASK: Control: P-XID +I (399900) RX_TASK: CRC: 0xA820 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A8 20 +I (399920) irda_crc1: CRC: 0xF0B8 +I (399920) RX_TASK: CRC Check: VALID + +I (399930) RX_TASK: Payload (27 bytes): +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (399940) RX_TASK:  +ASCII: +.=6.j........$.Symbian EPOC + +I (399940) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (399950) PXID_TASK: Source Address: 0x3D36806A +I (399960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (399960) PXID_TASK: Discovery Flag: 0x00 +I (399970) PXID_TASK: Slot Number: 0xFF +I (399970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (399980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (400000) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (400020) irda_crc1: CRC: 0xF0B8 +I (400020) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400050) PXID REPLY: Wrote 36 bytes +I (400050) PXID REPLY: Sent reply packet +I (400050) RX_TASK: Send Success +I (400060) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (400060) RX_TASK: Address: 0xFF +I (400060) RX_TASK: Command bit: 1 +I (400070) RX_TASK: Control: 0x3F +I (400070) RX_TASK: Control: P-XID +I (400070) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (400090) irda_crc1: CRC: 0xF0B8 +I (400090) RX_TASK: CRC Check: VALID + +I (400090) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (400100) RX_TASK:  +ASCII: +.=6.j....... + +I (400100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (400110) PXID_TASK: Source Address: 0x3D36806A +I (400120) PXID_TASK: Destination Address: 0xFFFFFFFF +I (400120) PXID_TASK: Discovery Flag: 0x00 +I (400120) PXID_TASK: Slot Number: 0x00 +I (400130) PXID_TASK: Version Number: 0x00 + + + +I (400130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (400150) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (400170) irda_crc1: CRC: 0xF0B8 +I (400170) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400200) PXID REPLY: Wrote 36 bytes +I (400200) PXID REPLY: Sent reply packet +I (400200) RX_TASK: Send Success +I (400210) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (400210) RX_TASK: Address: 0xFF +I (400220) RX_TASK: Command bit: 1 +I (400220) RX_TASK: Control: 0x3F +I (400220) RX_TASK: Control: P-XID +I (400220) RX_TASK: CRC: 0xA820 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A8 20 +I (400240) irda_crc1: CRC: 0xF0B8 +I (400240) RX_TASK: CRC Check: VALID + +I (400250) RX_TASK: Payload (27 bytes): +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (400260) RX_TASK:  +ASCII: +.=6.j........$.Symbian EPOC + +I (400260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (400280) PXID_TASK: Source Address: 0x3D36806A +I (400280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (400280) PXID_TASK: Discovery Flag: 0x00 +I (400290) PXID_TASK: Slot Number: 0xFF +I (400290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (400300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (400320) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (400340) irda_crc1: CRC: 0xF0B8 +I (400340) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400370) PXID REPLY: Wrote 36 bytes +I (400370) PXID REPLY: Sent reply packet +I (400370) RX_TASK: Send Success +I (400380) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (400380) RX_TASK: Address: 0xFF +I (400380) RX_TASK: Command bit: 1 +I (400390) RX_TASK: Control: 0x3F +I (400390) RX_TASK: Control: P-XID +I (400390) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (400410) irda_crc1: CRC: 0xF0B8 +I (400410) RX_TASK: CRC Check: VALID + +I (400410) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (400420) RX_TASK:  +ASCII: +.=6.j....... + +I (400420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (400430) PXID_TASK: Source Address: 0x3D36806A +I (400440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (400440) PXID_TASK: Discovery Flag: 0x00 +I (400440) PXID_TASK: Slot Number: 0x00 +I (400450) PXID_TASK: Version Number: 0x00 + + + +I (400450) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (400470) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (400490) irda_crc1: CRC: 0xF0B8 +I (400490) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400520) PXID REPLY: Wrote 36 bytes +I (400520) PXID REPLY: Sent reply packet +I (400520) RX_TASK: Send Success +I (400530) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (400530) RX_TASK: Address: 0xFF +I (400540) RX_TASK: Command bit: 1 +I (400540) RX_TASK: Control: 0x3F +I (400540) RX_TASK: Control: P-XID +I (400550) RX_TASK: CRC: 0xA820 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A8 20 +I (400560) irda_crc1: CRC: 0xF0B8 +I (400560) RX_TASK: CRC Check: VALID + +I (400570) RX_TASK: Payload (27 bytes): +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (400580) RX_TASK:  +ASCII: +.=6.j........$.Symbian EPOC + +I (400580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (400600) PXID_TASK: Source Address: 0x3D36806A +I (400600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (400600) PXID_TASK: Discovery Flag: 0x00 +I (400610) PXID_TASK: Slot Number: 0xFF +I (400610) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (400620) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (400640) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (400660) irda_crc1: CRC: 0xF0B8 +I (400660) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400670) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400690) PXID REPLY: Wrote 36 bytes +I (400690) PXID REPLY: Sent reply packet +I (400690) RX_TASK: Send Success +I (400700) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (400700) RX_TASK: Address: 0xFF +I (400710) RX_TASK: Command bit: 1 +I (400710) RX_TASK: Control: 0x3F +I (400710) RX_TASK: Control: P-XID +I (400710) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (400730) irda_crc1: CRC: 0xF0B8 +I (400730) RX_TASK: CRC Check: VALID + +I (400730) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (400740) RX_TASK:  +ASCII: +.=6.j....... + +I (400740) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (400750) PXID_TASK: Source Address: 0x3D36806A +I (400760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (400760) PXID_TASK: Discovery Flag: 0x00 +I (400770) PXID_TASK: Slot Number: 0x00 +I (400770) PXID_TASK: Version Number: 0x00 + + + +I (400770) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (400790) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (400810) irda_crc1: CRC: 0xF0B8 +I (400810) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (400840) PXID REPLY: Wrote 36 bytes +I (400840) PXID REPLY: Sent reply packet +I (400840) RX_TASK: Send Success +I (400850) RX_TASK: Unterminated packet at offset 250 + +I (401850) RX_TASK: Read 239 bytes: '�j����' +I (401850) RX_TASK: 0x40813260 80 6a ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.j........$.Symb| +I (401850) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 a8 20 c1 ff ff ff ff ff |ian EPOC. ......| +I (401860) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 3d 36 80 6a ff ff ff |.......?.=6.j...| +I (401870) RX_TASK: 0x40813290 ff 00 00 00 cf 1f c1 ff ff ff ff ff ff ff ff ff |................| +I (401870) RX_TASK: 0x408132a0 ff c0 ff 3f 01 3d 36 80 6a ff ff ff ff 00 ff 00 |...?.=6.j.......| +I (401880) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 a8 |.$.Symbian EPOC.| +I (401890) RX_TASK: 0x408132c0 20 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 | .............?.| +I (401900) RX_TASK: 0x408132d0 3d 36 80 6a ff ff ff ff 00 00 00 cf 1f c1 ff ff |=6.j............| +I (401910) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 3d 36 80 6a |..........?.=6.j| +I (401920) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (401930) RX_TASK: 0x40813300 6e 20 45 50 4f 43 a8 20 c1 ff ff ff ff ff ff ff |n EPOC. ........| +I (401940) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 3d 36 80 6a ff ff ff ff 00 |.....?.=6.j.....| +I (401950) RX_TASK: 0x40813320 00 00 cf 1f c1 ff ff ff ff ff ff ff ff ff c0 ff |................| +I (401950) RX_TASK: 0x40813330 3f 01 3d 36 80 6a ff ff ff ff 00 ff 00 82 24 00 |?.=6.j........$.| +I (401960) RX_TASK: 0x40813340 53 79 6d 62 69 61 6e 20 45 50 4f 43 a8 20 c1 |Symbian EPOC. .| +I (401970) RX_TASK: Starting to Parse: 239 +I (401980) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (401980) RX_TASK: Address: 0xFF +I (401980) RX_TASK: Command bit: 1 +I (401990) RX_TASK: Control: 0x3F +I (401990) RX_TASK: Control: P-XID +I (401990) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (402010) irda_crc1: CRC: 0xF0B8 +I (402010) RX_TASK: CRC Check: VALID + +I (402010) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (402020) RX_TASK:  +ASCII: +.=6.j....... + +I (402020) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (402030) PXID_TASK: Source Address: 0x3D36806A +I (402040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (402040) PXID_TASK: Discovery Flag: 0x00 +I (402040) PXID_TASK: Slot Number: 0x00 +I (402050) PXID_TASK: Version Number: 0x00 + + + +I (402050) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (402070) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (402090) irda_crc1: CRC: 0xF0B8 +I (402090) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402120) PXID REPLY: Wrote 36 bytes +I (402120) PXID REPLY: Sent reply packet +I (402120) RX_TASK: Send Success +I (402130) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (402130) RX_TASK: Address: 0xFF +I (402140) RX_TASK: Command bit: 1 +I (402140) RX_TASK: Control: 0x3F +I (402140) RX_TASK: Control: P-XID +I (402140) RX_TASK: CRC: 0xA820 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A8 20 +I (402160) irda_crc1: CRC: 0xF0B8 +I (402160) RX_TASK: CRC Check: VALID + +I (402170) RX_TASK: Payload (27 bytes): +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (402180) RX_TASK:  +ASCII: +.=6.j........$.Symbian EPOC + +I (402180) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (402200) PXID_TASK: Source Address: 0x3D36806A +I (402200) PXID_TASK: Destination Address: 0xFFFFFFFF +I (402200) PXID_TASK: Discovery Flag: 0x00 +I (402210) PXID_TASK: Slot Number: 0xFF +I (402210) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (402220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (402240) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (402260) irda_crc1: CRC: 0xF0B8 +I (402260) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402290) PXID REPLY: Wrote 36 bytes +I (402290) PXID REPLY: Sent reply packet +I (402290) RX_TASK: Send Success +I (402300) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (402300) RX_TASK: Address: 0xFF +I (402310) RX_TASK: Command bit: 1 +I (402310) RX_TASK: Control: 0x3F +I (402310) RX_TASK: Control: P-XID +I (402310) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (402330) irda_crc1: CRC: 0xF0B8 +I (402330) RX_TASK: CRC Check: VALID + +I (402330) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (402340) RX_TASK:  +ASCII: +.=6.j....... + +I (402340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (402350) PXID_TASK: Source Address: 0x3D36806A +I (402360) PXID_TASK: Destination Address: 0xFFFFFFFF +I (402360) PXID_TASK: Discovery Flag: 0x00 +I (402360) PXID_TASK: Slot Number: 0x00 +I (402370) PXID_TASK: Version Number: 0x00 + + + +I (402370) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (402390) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (402410) irda_crc1: CRC: 0xF0B8 +I (402410) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402420) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402440) PXID REPLY: Wrote 36 bytes +I (402440) PXID REPLY: Sent reply packet +I (402440) RX_TASK: Send Success +I (402450) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (402450) RX_TASK: Address: 0xFF +I (402460) RX_TASK: Command bit: 1 +I (402460) RX_TASK: Control: 0x3F +I (402460) RX_TASK: Control: P-XID +I (402470) RX_TASK: CRC: 0xA820 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A8 20 +I (402480) irda_crc1: CRC: 0xF0B8 +I (402480) RX_TASK: CRC Check: VALID + +I (402490) RX_TASK: Payload (27 bytes): +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (402500) RX_TASK:  +ASCII: +.=6.j........$.Symbian EPOC + +I (402500) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (402520) PXID_TASK: Source Address: 0x3D36806A +I (402520) PXID_TASK: Destination Address: 0xFFFFFFFF +I (402530) PXID_TASK: Discovery Flag: 0x00 +I (402530) PXID_TASK: Slot Number: 0xFF +I (402530) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (402540) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (402560) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (402580) irda_crc1: CRC: 0xF0B8 +I (402580) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402610) PXID REPLY: Wrote 36 bytes +I (402610) PXID REPLY: Sent reply packet +I (402610) RX_TASK: Send Success +I (402620) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (402620) RX_TASK: Address: 0xFF +I (402630) RX_TASK: Command bit: 1 +I (402630) RX_TASK: Control: 0x3F +I (402630) RX_TASK: Control: P-XID +I (402630) RX_TASK: CRC: 0xCF1F +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 00 00 CF 1F +I (402650) irda_crc1: CRC: 0xF0B8 +I (402650) RX_TASK: CRC Check: VALID + +I (402650) RX_TASK: Payload (12 bytes): +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (402660) RX_TASK:  +ASCII: +.=6.j....... + +I (402660) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 3D 36 80 6A FF FF FF FF 00 00 00 +I (402670) PXID_TASK: Source Address: 0x3D36806A +I (402680) PXID_TASK: Destination Address: 0xFFFFFFFF +I (402680) PXID_TASK: Discovery Flag: 0x00 +I (402690) PXID_TASK: Slot Number: 0x00 +I (402690) PXID_TASK: Version Number: 0x00 + + + +I (402690) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (402710) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (402730) irda_crc1: CRC: 0xF0B8 +I (402730) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402740) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402760) PXID REPLY: Wrote 36 bytes +I (402760) PXID REPLY: Sent reply packet +I (402760) RX_TASK: Send Success +I (402770) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (402770) RX_TASK: Address: 0xFF +I (402780) RX_TASK: Command bit: 1 +I (402780) RX_TASK: Control: 0x3F +I (402780) RX_TASK: Control: P-XID +I (402790) RX_TASK: CRC: 0xA820 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 A8 20 +I (402800) irda_crc1: CRC: 0xF0B8 +I (402800) RX_TASK: CRC Check: VALID + +I (402810) RX_TASK: Payload (27 bytes): +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (402820) RX_TASK:  +ASCII: +.=6.j........$.Symbian EPOC + +I (402820) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 3D 36 80 6A FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (402840) PXID_TASK: Source Address: 0x3D36806A +I (402840) PXID_TASK: Destination Address: 0xFFFFFFFF +I (402850) PXID_TASK: Discovery Flag: 0x00 +I (402850) PXID_TASK: Slot Number: 0xFF +I (402850) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (402860) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 +I (402880) irda_crc1: CRC: 0xF1EC +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E +I (402900) irda_crc1: CRC: 0xF0B8 +I (402900) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402910) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 3D 36 80 6A 01 00 00 90 24 00 54 45 53 54 13 0E C1 +I (402930) PXID REPLY: Wrote 36 bytes +I (402930) PXID REPLY: Sent reply packet +I (402930) RX_TASK: Send Success +I (491200) RX_TASK: Read 119 bytes: '�' +I (491200) RX_TASK: 0x40813260 eb 00 eb df fb fe ff f8 ff 27 37 c3 3e db 8f cc |.........'7.>...| +I (491200) RX_TASK: 0x40813270 70 07 f7 d7 fa bf ff fb ff 75 ff ff ff 7e fc ff |p........u...~..| +I (491210) RX_TASK: 0x40813280 df f0 80 7f fe 50 bb ff ff f8 ff ff 7b c0 fe 7f |.....P......{...| +I (491210) RX_TASK: 0x40813290 07 18 c4 c1 00 01 df 7c 18 e3 de fe fe c3 3e f0 |.......|......>.| +I (491220) RX_TASK: 0x408132a0 fb d6 82 48 b6 1c f7 ff df fd c3 ff f8 f8 06 7c |...H...........|| +I (491230) RX_TASK: 0x408132b0 ff fe dd ff bd f3 9b df 7f ff c5 dc 23 fd ef fe |............#...| +I (491240) RX_TASK: 0x408132c0 f0 14 c0 17 40 ff 80 77 17 00 fe fc ff ef 3e ff |....@..w......>.| +I (491250) RX_TASK: 0x408132d0 e0 f8 3f ff fd 20 ff |..?.. .| +I (491260) RX_TASK: Starting to Parse: 119 +I (491260) RX_TASK: Invalid header in packet 1 at offset 45 + +I (491270) RX_TASK: Unterminated packet at offset 98 + +I (493130) RX_TASK: Read 32 bytes: '���������>�������������� �����' +I (493130) RX_TASK: 0x40813260 df ff ff ff ff fe ff f6 ff 3e ff ff fb fe bc fe |.........>......| +I (493130) RX_TASK: 0x40813270 f7 ff ff a0 ca fb f0 8d 20 0c 10 fe ff ff ff ff |........ .......| +I (493140) RX_TASK: Starting to Parse: 32 +I (510860) RX_TASK: Read 256 bytes: '������������?Vq(' +I (510860) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 |............?.Vq| +I (510870) RX_TASK: 0x40813270 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff |(........!^.....| +I (510880) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff |........?.Vq(...| +I (510880) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (510890) RX_TASK: 0x408132a0 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (510900) RX_TASK: 0x408132b0 ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 |...?.Vq(........| +I (510910) RX_TASK: 0x408132c0 21 5e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |!^.............?| +I (510920) RX_TASK: 0x408132d0 01 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 |.Vq(.........$.S| +I (510930) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff |ymbian EPOC.....| +I (510940) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 |..........?.Vq(.| +I (510950) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff |.......!^.......| +I (510960) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff |......?.Vq(.....| +I (510960) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (510970) RX_TASK: 0x40813330 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (510980) RX_TASK: 0x40813340 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e |.?.Vq(........!^| +I (510990) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 |.............?.V| +I (511000) RX_TASK: Starting to Parse: 256 +I (511000) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (511010) RX_TASK: Address: 0xFF +I (511010) RX_TASK: Command bit: 1 +I (511020) RX_TASK: Control: 0x3F +I (511020) RX_TASK: Control: P-XID +I (511020) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (511030) irda_crc1: CRC: 0xF0B8 +I (511040) RX_TASK: CRC Check: VALID + +I (511040) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (511050) RX_TASK:  +ASCII: +.Vq(........ + +I (511050) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (511060) PXID_TASK: Source Address: 0x56712800 +I (511060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (511070) PXID_TASK: Discovery Flag: 0x00 +I (511070) PXID_TASK: Slot Number: 0x00 +I (511080) PXID_TASK: Version Number: 0x00 + + + +I (511080) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (511100) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (511120) irda_crc1: CRC: 0xF0B8 +I (511120) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511150) PXID REPLY: Wrote 36 bytes +I (511150) PXID REPLY: Sent reply packet +I (511150) RX_TASK: Send Success +I (511150) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (511160) RX_TASK: Address: 0xFF +I (511160) RX_TASK: Command bit: 1 +I (511170) RX_TASK: Control: 0x3F +I (511170) RX_TASK: Control: P-XID +I (511170) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (511190) irda_crc1: CRC: 0xF0B8 +I (511190) RX_TASK: CRC Check: VALID + +I (511190) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (511210) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (511210) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (511220) PXID_TASK: Source Address: 0x56712800 +I (511230) PXID_TASK: Destination Address: 0xFFFFFFFF +I (511230) PXID_TASK: Discovery Flag: 0x00 +I (511240) PXID_TASK: Slot Number: 0xFF +I (511240) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (511250) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (511270) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (511280) irda_crc1: CRC: 0xF0B8 +I (511290) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511300) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511310) PXID REPLY: Wrote 36 bytes +I (511320) PXID REPLY: Sent reply packet +I (511320) RX_TASK: Send Success +I (511320) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (511330) RX_TASK: Address: 0xFF +I (511330) RX_TASK: Command bit: 1 +I (511340) RX_TASK: Control: 0x3F +I (511340) RX_TASK: Control: P-XID +I (511340) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (511350) irda_crc1: CRC: 0xF0B8 +I (511360) RX_TASK: CRC Check: VALID + +I (511360) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (511370) RX_TASK:  +ASCII: +.Vq(........ + +I (511370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (511380) PXID_TASK: Source Address: 0x56712800 +I (511380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (511390) PXID_TASK: Discovery Flag: 0x00 +I (511390) PXID_TASK: Slot Number: 0x00 +I (511400) PXID_TASK: Version Number: 0x00 + + + +I (511400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (511420) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (511440) irda_crc1: CRC: 0xF0B8 +I (511440) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511470) PXID REPLY: Wrote 36 bytes +I (511470) PXID REPLY: Sent reply packet +I (511470) RX_TASK: Send Success +I (511480) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (511480) RX_TASK: Address: 0xFF +I (511480) RX_TASK: Command bit: 1 +I (511490) RX_TASK: Control: 0x3F +I (511490) RX_TASK: Control: P-XID +I (511490) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (511510) irda_crc1: CRC: 0xF0B8 +I (511510) RX_TASK: CRC Check: VALID + +I (511520) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (511530) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (511530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (511540) PXID_TASK: Source Address: 0x56712800 +I (511550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (511550) PXID_TASK: Discovery Flag: 0x00 +I (511560) PXID_TASK: Slot Number: 0xFF +I (511560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (511570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (511590) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (511610) irda_crc1: CRC: 0xF0B8 +I (511610) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511620) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511640) PXID REPLY: Wrote 36 bytes +I (511640) PXID REPLY: Sent reply packet +I (511640) RX_TASK: Send Success +I (511640) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (511650) RX_TASK: Address: 0xFF +I (511650) RX_TASK: Command bit: 1 +I (511660) RX_TASK: Control: 0x3F +I (511660) RX_TASK: Control: P-XID +I (511660) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (511670) irda_crc1: CRC: 0xF0B8 +I (511680) RX_TASK: CRC Check: VALID + +I (511680) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (511690) RX_TASK:  +ASCII: +.Vq(........ + +I (511690) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (511700) PXID_TASK: Source Address: 0x56712800 +I (511700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (511710) PXID_TASK: Discovery Flag: 0x00 +I (511710) PXID_TASK: Slot Number: 0x00 +I (511720) PXID_TASK: Version Number: 0x00 + + + +I (511720) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (511740) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (511760) irda_crc1: CRC: 0xF0B8 +I (511760) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511770) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511790) PXID REPLY: Wrote 36 bytes +I (511790) PXID REPLY: Sent reply packet +I (511790) RX_TASK: Send Success +I (511800) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (511800) RX_TASK: Address: 0xFF +I (511800) RX_TASK: Command bit: 1 +I (511810) RX_TASK: Control: 0x3F +I (511810) RX_TASK: Control: P-XID +I (511810) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (511830) irda_crc1: CRC: 0xF0B8 +I (511830) RX_TASK: CRC Check: VALID + +I (511840) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (511850) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (511850) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (511860) PXID_TASK: Source Address: 0x56712800 +I (511870) PXID_TASK: Destination Address: 0xFFFFFFFF +I (511870) PXID_TASK: Discovery Flag: 0x00 +I (511880) PXID_TASK: Slot Number: 0xFF +I (511880) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (511890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (511910) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (511930) irda_crc1: CRC: 0xF0B8 +I (511930) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (511960) PXID REPLY: Wrote 36 bytes +I (511960) PXID REPLY: Sent reply packet +I (511960) RX_TASK: Send Success +I (511970) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (511970) RX_TASK: Address: 0xFF +I (511970) RX_TASK: Command bit: 1 +I (511980) RX_TASK: Control: 0x3F +I (511980) RX_TASK: Control: P-XID +I (511980) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (512000) irda_crc1: CRC: 0xF0B8 +I (512000) RX_TASK: CRC Check: VALID + +I (512000) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512010) RX_TASK:  +ASCII: +.Vq(........ + +I (512010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512020) PXID_TASK: Source Address: 0x56712800 +I (512030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (512030) PXID_TASK: Discovery Flag: 0x00 +I (512030) PXID_TASK: Slot Number: 0x00 +I (512040) PXID_TASK: Version Number: 0x00 + + + +I (512040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (512060) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (512080) irda_crc1: CRC: 0xF0B8 +I (512080) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512110) PXID REPLY: Wrote 36 bytes +I (512110) PXID REPLY: Sent reply packet +I (512110) RX_TASK: Send Success +I (512120) RX_TASK: Unterminated packet at offset 251 + +I (512120) RX_TASK: Read 256 bytes: 'q(' +I (512130) RX_TASK: 0x40813260 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |q(.........$.Sym| +I (512130) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff |bian EPOC.......| +I (512140) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff |.......?.Vq(....| +I (512150) RX_TASK: 0x40813290 ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff |....!^..........| +I (512160) RX_TASK: 0x408132a0 ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 |...?.Vq(........| +I (512170) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac |.$.Symbian EPOC.| +I (512180) RX_TASK: 0x408132c0 1d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (512190) RX_TASK: 0x408132d0 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff |Vq(........!^...| +I (512200) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 |..........?.Vq(.| +I (512210) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (512210) RX_TASK: 0x40813300 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff |n EPOC..........| +I (512220) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 |.....?.Vq(......| +I (512230) RX_TASK: 0x40813320 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff ff c0 |..!^............| +I (512240) RX_TASK: 0x40813330 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 24 |.?.Vq(.........$| +I (512250) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 |.Symbian EPOC...| +I (512260) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 |............?.Vq| +I (512270) RX_TASK: Starting to Parse: 256 +I (512270) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (512280) RX_TASK: Address: 0xFF +I (512280) RX_TASK: Command bit: 1 +I (512280) RX_TASK: Control: 0x3F +I (512290) RX_TASK: Control: P-XID +I (512290) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (512300) irda_crc1: CRC: 0xF0B8 +I (512300) RX_TASK: CRC Check: VALID + +I (512310) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512320) RX_TASK:  +ASCII: +.Vq(........ + +I (512320) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512330) PXID_TASK: Source Address: 0x56712800 +I (512330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (512340) PXID_TASK: Discovery Flag: 0x00 +I (512340) PXID_TASK: Slot Number: 0x00 +I (512340) PXID_TASK: Version Number: 0x00 + + + +I (512350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (512370) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (512380) irda_crc1: CRC: 0xF0B8 +I (512390) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512400) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512410) PXID REPLY: Wrote 36 bytes +I (512420) PXID REPLY: Sent reply packet +I (512420) RX_TASK: Send Success +I (512420) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (512430) RX_TASK: Address: 0xFF +I (512430) RX_TASK: Command bit: 1 +I (512430) RX_TASK: Control: 0x3F +I (512440) RX_TASK: Control: P-XID +I (512440) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (512460) irda_crc1: CRC: 0xF0B8 +I (512460) RX_TASK: CRC Check: VALID + +I (512460) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (512470) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (512480) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (512490) PXID_TASK: Source Address: 0x56712800 +I (512500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (512500) PXID_TASK: Discovery Flag: 0x00 +I (512500) PXID_TASK: Slot Number: 0xFF +I (512510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (512520) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (512540) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (512550) irda_crc1: CRC: 0xF0B8 +I (512560) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512570) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512580) PXID REPLY: Wrote 36 bytes +I (512590) PXID REPLY: Sent reply packet +I (512590) RX_TASK: Send Success +I (512590) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (512600) RX_TASK: Address: 0xFF +I (512600) RX_TASK: Command bit: 1 +I (512600) RX_TASK: Control: 0x3F +I (512610) RX_TASK: Control: P-XID +I (512610) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (512620) irda_crc1: CRC: 0xF0B8 +I (512630) RX_TASK: CRC Check: VALID + +I (512630) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512640) RX_TASK:  +ASCII: +.Vq(........ + +I (512640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512650) PXID_TASK: Source Address: 0x56712800 +I (512650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (512660) PXID_TASK: Discovery Flag: 0x00 +I (512660) PXID_TASK: Slot Number: 0x00 +I (512660) PXID_TASK: Version Number: 0x00 + + + +I (512670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (512690) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (512700) irda_crc1: CRC: 0xF0B8 +I (512710) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512730) PXID REPLY: Wrote 36 bytes +I (512740) PXID REPLY: Sent reply packet +I (512740) RX_TASK: Send Success +I (512740) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (512750) RX_TASK: Address: 0xFF +I (512750) RX_TASK: Command bit: 1 +I (512760) RX_TASK: Control: 0x3F +I (512760) RX_TASK: Control: P-XID +I (512760) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (512780) irda_crc1: CRC: 0xF0B8 +I (512780) RX_TASK: CRC Check: VALID + +I (512780) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (512790) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (512800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (512810) PXID_TASK: Source Address: 0x56712800 +I (512820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (512820) PXID_TASK: Discovery Flag: 0x00 +I (512830) PXID_TASK: Slot Number: 0xFF +I (512830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (512840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (512860) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (512870) irda_crc1: CRC: 0xF0B8 +I (512880) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (512900) PXID REPLY: Wrote 36 bytes +I (512910) PXID REPLY: Sent reply packet +I (512910) RX_TASK: Send Success +I (512910) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (512920) RX_TASK: Address: 0xFF +I (512920) RX_TASK: Command bit: 1 +I (512920) RX_TASK: Control: 0x3F +I (512930) RX_TASK: Control: P-XID +I (512930) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (512940) irda_crc1: CRC: 0xF0B8 +I (512950) RX_TASK: CRC Check: VALID + +I (512950) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512960) RX_TASK:  +ASCII: +.Vq(........ + +I (512960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (512970) PXID_TASK: Source Address: 0x56712800 +I (512970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (512980) PXID_TASK: Discovery Flag: 0x00 +I (512980) PXID_TASK: Slot Number: 0x00 +I (512980) PXID_TASK: Version Number: 0x00 + + + +I (512990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (513010) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (513020) irda_crc1: CRC: 0xF0B8 +I (513030) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513050) PXID REPLY: Wrote 36 bytes +I (513060) PXID REPLY: Sent reply packet +I (513060) RX_TASK: Send Success +I (513060) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (513070) RX_TASK: Address: 0xFF +I (513070) RX_TASK: Command bit: 1 +I (513080) RX_TASK: Control: 0x3F +I (513080) RX_TASK: Control: P-XID +I (513080) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (513100) irda_crc1: CRC: 0xF0B8 +I (513100) RX_TASK: CRC Check: VALID + +I (513100) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (513120) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (513120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (513130) PXID_TASK: Source Address: 0x56712800 +I (513140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (513140) PXID_TASK: Discovery Flag: 0x00 +I (513150) PXID_TASK: Slot Number: 0xFF +I (513150) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (513160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (513180) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (513190) irda_crc1: CRC: 0xF0B8 +I (513200) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513210) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513220) PXID REPLY: Wrote 36 bytes +I (513230) PXID REPLY: Sent reply packet +I (513230) RX_TASK: Send Success +I (513230) RX_TASK: Unterminated packet at offset 250 + +I (513240) RX_TASK: Read 256 bytes: '(' +I (513240) RX_TASK: 0x40813260 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff |(........!^.....| +I (513250) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff |.......?.Vq(....| +I (513260) RX_TASK: 0x40813280 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (513270) RX_TASK: 0x40813290 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (513280) RX_TASK: 0x408132a0 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 |..?.Vq(........!| +I (513290) RX_TASK: 0x408132b0 5e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |^.............?.| +I (513300) RX_TASK: 0x408132c0 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 |Vq(.........$.Sy| +I (513300) RX_TASK: 0x408132d0 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff |mbian EPOC......| +I (513310) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff |.........?.Vq(..| +I (513320) RX_TASK: 0x408132f0 ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff |......!^........| +I (513330) RX_TASK: 0x40813300 ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 |.....?.Vq(......| +I (513340) RX_TASK: 0x40813310 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (513350) RX_TASK: 0x40813320 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (513360) RX_TASK: 0x40813330 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 |?.Vq(........!^.| +I (513370) RX_TASK: 0x40813340 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 |............?.Vq| +I (513380) RX_TASK: 0x40813350 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |(.........$.Symb| +I (513390) RX_TASK: Starting to Parse: 256 +I (513390) RX_TASK:  +=== Packet 1 (offset 21, length 33) === + +I (513390) RX_TASK: Address: 0xFF +I (513400) RX_TASK: Command bit: 1 +I (513400) RX_TASK: Control: 0x3F +I (513400) RX_TASK: Control: P-XID +I (513410) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (513420) irda_crc1: CRC: 0xF0B8 +I (513430) RX_TASK: CRC Check: VALID + +I (513430) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (513440) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (513450) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (513460) PXID_TASK: Source Address: 0x56712800 +I (513460) PXID_TASK: Destination Address: 0xFFFFFFFF +I (513470) PXID_TASK: Discovery Flag: 0x00 +I (513470) PXID_TASK: Slot Number: 0xFF +I (513470) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (513480) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (513510) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (513520) irda_crc1: CRC: 0xF0B8 +I (513520) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513550) PXID REPLY: Wrote 36 bytes +I (513550) PXID REPLY: Sent reply packet +I (513560) RX_TASK: Send Success +I (513560) RX_TASK:  +=== Packet 2 (offset 64, length 18) === + +I (513560) RX_TASK: Address: 0xFF +I (513570) RX_TASK: Command bit: 1 +I (513570) RX_TASK: Control: 0x3F +I (513570) RX_TASK: Control: P-XID +I (513580) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (513590) irda_crc1: CRC: 0xF0B8 +I (513590) RX_TASK: CRC Check: VALID + +I (513590) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (513600) RX_TASK:  +ASCII: +.Vq(........ + +I (513610) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (513610) PXID_TASK: Source Address: 0x56712800 +I (513620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (513620) PXID_TASK: Discovery Flag: 0x00 +I (513630) PXID_TASK: Slot Number: 0x00 +I (513630) PXID_TASK: Version Number: 0x00 + + + +I (513630) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (513660) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (513670) irda_crc1: CRC: 0xF0B8 +I (513670) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513690) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513700) PXID REPLY: Wrote 36 bytes +I (513700) PXID REPLY: Sent reply packet +I (513710) RX_TASK: Send Success +I (513710) RX_TASK:  +=== Packet 3 (offset 92, length 33) === + +I (513720) RX_TASK: Address: 0xFF +I (513720) RX_TASK: Command bit: 1 +I (513720) RX_TASK: Control: 0x3F +I (513720) RX_TASK: Control: P-XID +I (513730) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (513740) irda_crc1: CRC: 0xF0B8 +I (513750) RX_TASK: CRC Check: VALID + +I (513750) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (513760) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (513770) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (513780) PXID_TASK: Source Address: 0x56712800 +I (513780) PXID_TASK: Destination Address: 0xFFFFFFFF +I (513790) PXID_TASK: Discovery Flag: 0x00 +I (513790) PXID_TASK: Slot Number: 0xFF +I (513790) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (513800) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (513830) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (513840) irda_crc1: CRC: 0xF0B8 +I (513840) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513860) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (513870) PXID REPLY: Wrote 36 bytes +I (513870) PXID REPLY: Sent reply packet +I (513880) RX_TASK: Send Success +I (513880) RX_TASK:  +=== Packet 4 (offset 135, length 18) === + +I (513880) RX_TASK: Address: 0xFF +I (513890) RX_TASK: Command bit: 1 +I (513890) RX_TASK: Control: 0x3F +I (513890) RX_TASK: Control: P-XID +I (513900) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (513910) irda_crc1: CRC: 0xF0B8 +I (513910) RX_TASK: CRC Check: VALID + +I (513920) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (513920) RX_TASK:  +ASCII: +.Vq(........ + +I (513930) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (513930) PXID_TASK: Source Address: 0x56712800 +I (513940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (513940) PXID_TASK: Discovery Flag: 0x00 +I (513950) PXID_TASK: Slot Number: 0x00 +I (513950) PXID_TASK: Version Number: 0x00 + + + +I (513960) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (513980) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (513990) irda_crc1: CRC: 0xF0B8 +I (513990) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514020) PXID REPLY: Wrote 36 bytes +I (514020) PXID REPLY: Sent reply packet +I (514030) RX_TASK: Send Success +I (514030) RX_TASK:  +=== Packet 5 (offset 163, length 33) === + +I (514040) RX_TASK: Address: 0xFF +I (514040) RX_TASK: Command bit: 1 +I (514040) RX_TASK: Control: 0x3F +I (514040) RX_TASK: Control: P-XID +I (514050) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (514060) irda_crc1: CRC: 0xF0B8 +I (514070) RX_TASK: CRC Check: VALID + +I (514070) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (514080) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (514090) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (514100) PXID_TASK: Source Address: 0x56712800 +I (514100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (514110) PXID_TASK: Discovery Flag: 0x00 +I (514110) PXID_TASK: Slot Number: 0xFF +I (514120) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (514120) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (514150) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (514160) irda_crc1: CRC: 0xF0B8 +I (514160) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514190) PXID REPLY: Wrote 36 bytes +I (514190) PXID REPLY: Sent reply packet +I (514200) RX_TASK: Send Success +I (514200) RX_TASK:  +=== Packet 6 (offset 206, length 18) === + +I (514210) RX_TASK: Address: 0xFF +I (514210) RX_TASK: Command bit: 1 +I (514210) RX_TASK: Control: 0x3F +I (514210) RX_TASK: Control: P-XID +I (514220) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (514230) irda_crc1: CRC: 0xF0B8 +I (514230) RX_TASK: CRC Check: VALID + +I (514240) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (514240) RX_TASK:  +ASCII: +.Vq(........ + +I (514250) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (514250) PXID_TASK: Source Address: 0x56712800 +I (514260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (514260) PXID_TASK: Discovery Flag: 0x00 +I (514270) PXID_TASK: Slot Number: 0x00 +I (514270) PXID_TASK: Version Number: 0x00 + + + +I (514280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (514300) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (514310) irda_crc1: CRC: 0xF0B8 +I (514310) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514340) PXID REPLY: Wrote 36 bytes +I (514340) PXID REPLY: Sent reply packet +I (514350) RX_TASK: Send Success +I (514350) RX_TASK: Unterminated packet at offset 234 + +I (514360) RX_TASK: Read 256 bytes: 'ian EPOC��������������?Vq(' +I (514360) RX_TASK: 0x40813260 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff |ian EPOC........| +I (514370) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff |.......?.Vq(....| +I (514380) RX_TASK: 0x40813280 ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff |....!^..........| +I (514390) RX_TASK: 0x40813290 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 |..?.Vq(.........| +I (514400) RX_TASK: 0x408132a0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d |$.Symbian EPOC..| +I (514410) RX_TASK: 0x408132b0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 |.............?.V| +I (514420) RX_TASK: 0x408132c0 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff |q(........!^....| +I (514420) RX_TASK: 0x408132d0 ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff |.........?.Vq(..| +I (514430) RX_TASK: 0x408132e0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (514440) RX_TASK: 0x408132f0 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (514450) RX_TASK: 0x40813300 ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 |...?.Vq(........| +I (514460) RX_TASK: 0x40813310 21 5e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |!^.............?| +I (514470) RX_TASK: 0x40813320 01 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 |.Vq(.........$.S| +I (514480) RX_TASK: 0x40813330 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff |ymbian EPOC.....| +I (514490) RX_TASK: 0x40813340 ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 |..........?.Vq(.| +I (514500) RX_TASK: 0x40813350 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff |.......!^.......| +I (514500) RX_TASK: Starting to Parse: 256 +I (514510) RX_TASK:  +=== Packet 1 (offset 21, length 18) === + +I (514510) RX_TASK: Address: 0xFF +I (514520) RX_TASK: Command bit: 1 +I (514520) RX_TASK: Control: 0x3F +I (514520) RX_TASK: Control: P-XID +I (514530) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (514540) irda_crc1: CRC: 0xF0B8 +I (514540) RX_TASK: CRC Check: VALID + +I (514540) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (514550) RX_TASK:  +ASCII: +.Vq(........ + +I (514560) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (514560) PXID_TASK: Source Address: 0x56712800 +I (514570) PXID_TASK: Destination Address: 0xFFFFFFFF +I (514570) PXID_TASK: Discovery Flag: 0x00 +I (514580) PXID_TASK: Slot Number: 0x00 +I (514580) PXID_TASK: Version Number: 0x00 + + + +I (514580) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (514610) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (514620) irda_crc1: CRC: 0xF0B8 +I (514620) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514640) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514650) PXID REPLY: Wrote 36 bytes +I (514650) PXID REPLY: Sent reply packet +I (514660) RX_TASK: Send Success +I (514660) RX_TASK:  +=== Packet 2 (offset 48, length 33) === + +I (514660) RX_TASK: Address: 0xFF +I (514670) RX_TASK: Command bit: 1 +I (514670) RX_TASK: Control: 0x3F +I (514670) RX_TASK: Control: P-XID +I (514680) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (514690) irda_crc1: CRC: 0xF0B8 +I (514700) RX_TASK: CRC Check: VALID + +I (514700) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (514710) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (514720) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (514730) PXID_TASK: Source Address: 0x56712800 +I (514730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (514740) PXID_TASK: Discovery Flag: 0x00 +I (514740) PXID_TASK: Slot Number: 0xFF +I (514740) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (514750) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (514780) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (514790) irda_crc1: CRC: 0xF0B8 +I (514790) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514810) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514820) PXID REPLY: Wrote 36 bytes +I (514820) PXID REPLY: Sent reply packet +I (514830) RX_TASK: Send Success +I (514830) RX_TASK:  +=== Packet 3 (offset 91, length 18) === + +I (514830) RX_TASK: Address: 0xFF +I (514840) RX_TASK: Command bit: 1 +I (514840) RX_TASK: Control: 0x3F +I (514840) RX_TASK: Control: P-XID +I (514850) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (514860) irda_crc1: CRC: 0xF0B8 +I (514860) RX_TASK: CRC Check: VALID + +I (514870) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (514870) RX_TASK:  +ASCII: +.Vq(........ + +I (514880) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (514880) PXID_TASK: Source Address: 0x56712800 +I (514890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (514890) PXID_TASK: Discovery Flag: 0x00 +I (514900) PXID_TASK: Slot Number: 0x00 +I (514900) PXID_TASK: Version Number: 0x00 + + + +I (514900) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (514930) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (514940) irda_crc1: CRC: 0xF0B8 +I (514940) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514960) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (514970) PXID REPLY: Wrote 36 bytes +I (514970) PXID REPLY: Sent reply packet +I (514980) RX_TASK: Send Success +I (514980) RX_TASK:  +=== Packet 4 (offset 119, length 33) === + +I (514990) RX_TASK: Address: 0xFF +I (514990) RX_TASK: Command bit: 1 +I (514990) RX_TASK: Control: 0x3F +I (514990) RX_TASK: Control: P-XID +I (515000) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (515010) irda_crc1: CRC: 0xF0B8 +I (515020) RX_TASK: CRC Check: VALID + +I (515020) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (515030) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (515040) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (515050) PXID_TASK: Source Address: 0x56712800 +I (515050) PXID_TASK: Destination Address: 0xFFFFFFFF +I (515060) PXID_TASK: Discovery Flag: 0x00 +I (515060) PXID_TASK: Slot Number: 0xFF +I (515060) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (515070) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (515100) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (515110) irda_crc1: CRC: 0xF0B8 +I (515110) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515140) PXID REPLY: Wrote 36 bytes +I (515140) PXID REPLY: Sent reply packet +I (515150) RX_TASK: Send Success +I (515150) RX_TASK:  +=== Packet 5 (offset 161, length 18) === + +I (515160) RX_TASK: Address: 0xFF +I (515160) RX_TASK: Command bit: 1 +I (515160) RX_TASK: Control: 0x3F +I (515160) RX_TASK: Control: P-XID +I (515170) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (515180) irda_crc1: CRC: 0xF0B8 +I (515180) RX_TASK: CRC Check: VALID + +I (515190) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (515190) RX_TASK:  +ASCII: +.Vq(........ + +I (515200) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (515200) PXID_TASK: Source Address: 0x56712800 +I (515210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (515210) PXID_TASK: Discovery Flag: 0x00 +I (515220) PXID_TASK: Slot Number: 0x00 +I (515220) PXID_TASK: Version Number: 0x00 + + + +I (515230) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (515250) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (515260) irda_crc1: CRC: 0xF0B8 +I (515260) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515280) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515290) PXID REPLY: Wrote 36 bytes +I (515290) PXID REPLY: Sent reply packet +I (515300) RX_TASK: Send Success +I (515300) RX_TASK:  +=== Packet 6 (offset 189, length 33) === + +I (515310) RX_TASK: Address: 0xFF +I (515310) RX_TASK: Command bit: 1 +I (515310) RX_TASK: Control: 0x3F +I (515320) RX_TASK: Control: P-XID +I (515320) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (515330) irda_crc1: CRC: 0xF0B8 +I (515340) RX_TASK: CRC Check: VALID + +I (515340) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (515350) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (515360) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (515370) PXID_TASK: Source Address: 0x56712800 +I (515370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (515380) PXID_TASK: Discovery Flag: 0x00 +I (515380) PXID_TASK: Slot Number: 0xFF +I (515390) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (515400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (515420) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (515430) irda_crc1: CRC: 0xF0B8 +I (515430) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515460) PXID REPLY: Wrote 36 bytes +I (515460) PXID REPLY: Sent reply packet +I (515470) RX_TASK: Send Success +I (515470) RX_TASK:  +=== Packet 7 (offset 232, length 18) === + +I (515480) RX_TASK: Address: 0xFF +I (515480) RX_TASK: Command bit: 1 +I (515480) RX_TASK: Control: 0x3F +I (515480) RX_TASK: Control: P-XID +I (515490) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (515500) irda_crc1: CRC: 0xF0B8 +I (515500) RX_TASK: CRC Check: VALID + +I (515510) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (515510) RX_TASK:  +ASCII: +.Vq(........ + +I (515520) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (515530) PXID_TASK: Source Address: 0x56712800 +I (515530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (515530) PXID_TASK: Discovery Flag: 0x00 +I (515540) PXID_TASK: Slot Number: 0x00 +I (515540) PXID_TASK: Version Number: 0x00 + + + +I (515550) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (515570) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (515580) irda_crc1: CRC: 0xF0B8 +I (515580) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515600) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (515610) PXID REPLY: Wrote 36 bytes +I (515610) PXID REPLY: Sent reply packet +I (515620) RX_TASK: Send Success +I (515620) RX_TASK: Read 256 bytes: '������?Vq(' +I (515630) RX_TASK: 0x40813260 ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff |......?.Vq(.....| +I (515630) RX_TASK: 0x40813270 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (515640) RX_TASK: 0x40813280 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (515650) RX_TASK: 0x40813290 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e |.?.Vq(........!^| +I (515660) RX_TASK: 0x408132a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 |.............?.V| +I (515670) RX_TASK: 0x408132b0 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |q(.........$.Sym| +I (515680) RX_TASK: 0x408132c0 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff |bian EPOC.......| +I (515690) RX_TASK: 0x408132d0 ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff |........?.Vq(...| +I (515700) RX_TASK: 0x408132e0 ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff |.....!^.........| +I (515710) RX_TASK: 0x408132f0 ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff |....?.Vq(.......| +I (515720) RX_TASK: 0x40813300 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (515720) RX_TASK: 0x40813310 ac 1d c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (515730) RX_TASK: 0x40813320 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff |Vq(........!^...| +I (515740) RX_TASK: 0x40813330 ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 |..........?.Vq(.| +I (515750) RX_TASK: 0x40813340 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (515760) RX_TASK: 0x40813350 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff |n EPOC..........| +I (515770) RX_TASK: Starting to Parse: 256 +I (515770) RX_TASK:  +=== Packet 1 (offset 4, length 33) === + +I (515780) RX_TASK: Address: 0xFF +I (515780) RX_TASK: Command bit: 1 +I (515780) RX_TASK: Control: 0x3F +I (515790) RX_TASK: Control: P-XID +I (515790) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (515810) irda_crc1: CRC: 0xF0B8 +I (515810) RX_TASK: CRC Check: VALID + +I (515810) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (515820) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (515830) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (515840) PXID_TASK: Source Address: 0x56712800 +I (515850) PXID_TASK: Destination Address: 0xFFFFFFFF +I (515850) PXID_TASK: Discovery Flag: 0x00 +E (515850) task_wdt: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time: +E (515850) task_wdt: - IDLE (CPU 0) +E (515850) task_wdt: Tasks currently running: +E (515850) task_wdt: CPU 0: uart_rx_task +E (515850) task_wdt: Print CPU 0 (current core) backtrace +esp_backtrace_print: Print CPU 0 (current core) registers +Core 0 register dump: +MEPC : 0x4200800e RA : 0x4200911a SP : 0x40812a60 GP : 0x4080c934 +TP : 0x408130f0 T0 : 0x40028140 T1 : 0x50000000 T2 : 0xffffffff +S0/FP : 0x0000000d S1 : 0x00000000 A0 : 0x00000000 A1 : 0x00000049 +A2 : 0x00000000 A3 : 0x00000080 A4 : 0x60000000 A5 : 0x00000001 +A6 : 0x420090a6 A7 : 0x0000000a S2 : 0x00000049 S3 : 0x00000028 +S4 : 0x40810644 S5 : 0x40812c40 S6 : 0x420232db S7 : 0x00000000 +S8 : 0x00000001 S9 : 0x00000000 S10 : 0x40812c54 S11 : 0x00000002 +T3 : 0x00000000 T4 : 0x79530024 T5 : 0x8200ff00 T6 : 0xffffffff +MSTATUS : 0x00001889 MTVEC : 0x40800001 MCAUSE : 0xdeadc0de MTVAL : 0xdeadc0de +MHARTID : 0x00000000 +I (515850) PXID_TASK: Slot Number: 0xFF +I (515960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (515970) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (515990) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516010) irda_crc1: CRC: 0xF0B8 +I (516010) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516040) PXID REPLY: Wrote 36 bytes +I (516040) PXID REPLY: Sent reply packet +I (516040) RX_TASK: Send Success +I (516050) RX_TASK:  +=== Packet 2 (offset 47, length 18) === + +I (516050) RX_TASK: Address: 0xFF +I (516060) RX_TASK: Command bit: 1 +I (516060) RX_TASK: Control: 0x3F +I (516060) RX_TASK: Control: P-XID +I (516070) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (516080) irda_crc1: CRC: 0xF0B8 +I (516080) RX_TASK: CRC Check: VALID + +I (516080) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (516090) RX_TASK:  +ASCII: +.Vq(........ + +I (516090) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (516100) PXID_TASK: Source Address: 0x56712800 +I (516110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (516110) PXID_TASK: Discovery Flag: 0x00 +I (516120) PXID_TASK: Slot Number: 0x00 +I (516120) PXID_TASK: Version Number: 0x00 + + + +I (516120) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (516140) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516160) irda_crc1: CRC: 0xF0B8 +I (516160) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516190) PXID REPLY: Wrote 36 bytes +I (516190) PXID REPLY: Sent reply packet +I (516200) RX_TASK: Send Success +I (516200) RX_TASK:  +=== Packet 3 (offset 75, length 33) === + +I (516200) RX_TASK: Address: 0xFF +I (516210) RX_TASK: Command bit: 1 +I (516210) RX_TASK: Control: 0x3F +I (516210) RX_TASK: Control: P-XID +I (516220) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (516230) irda_crc1: CRC: 0xF0B8 +I (516230) RX_TASK: CRC Check: VALID + +I (516240) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (516250) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (516250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (516270) PXID_TASK: Source Address: 0x56712800 +I (516270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (516280) PXID_TASK: Discovery Flag: 0x00 +I (516280) PXID_TASK: Slot Number: 0xFF +I (516280) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (516290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (516310) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516330) irda_crc1: CRC: 0xF0B8 +I (516330) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516340) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516360) PXID REPLY: Wrote 36 bytes +I (516360) PXID REPLY: Sent reply packet +I (516360) RX_TASK: Send Success +I (516370) RX_TASK:  +=== Packet 4 (offset 118, length 18) === + +I (516370) RX_TASK: Address: 0xFF +I (516380) RX_TASK: Command bit: 1 +I (516380) RX_TASK: Control: 0x3F +I (516380) RX_TASK: Control: P-XID +I (516390) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (516400) irda_crc1: CRC: 0xF0B8 +I (516400) RX_TASK: CRC Check: VALID + +I (516400) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (516410) RX_TASK:  +ASCII: +.Vq(........ + +I (516420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (516420) PXID_TASK: Source Address: 0x56712800 +I (516430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (516430) PXID_TASK: Discovery Flag: 0x00 +I (516440) PXID_TASK: Slot Number: 0x00 +I (516440) PXID_TASK: Version Number: 0x00 + + + +I (516440) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (516470) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516480) irda_crc1: CRC: 0xF0B8 +I (516480) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516510) PXID REPLY: Wrote 36 bytes +I (516510) PXID REPLY: Sent reply packet +I (516520) RX_TASK: Send Success +I (516520) RX_TASK:  +=== Packet 5 (offset 146, length 33) === + +I (516520) RX_TASK: Address: 0xFF +I (516530) RX_TASK: Command bit: 1 +I (516530) RX_TASK: Control: 0x3F +I (516530) RX_TASK: Control: P-XID +I (516540) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (516550) irda_crc1: CRC: 0xF0B8 +I (516560) RX_TASK: CRC Check: VALID + +I (516560) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (516570) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (516580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (516590) PXID_TASK: Source Address: 0x56712800 +I (516590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (516600) PXID_TASK: Discovery Flag: 0x00 +I (516600) PXID_TASK: Slot Number: 0xFF +I (516600) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (516610) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (516630) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516650) irda_crc1: CRC: 0xF0B8 +I (516650) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516670) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516680) PXID REPLY: Wrote 36 bytes +I (516680) PXID REPLY: Sent reply packet +I (516690) RX_TASK: Send Success +I (516690) RX_TASK:  +=== Packet 6 (offset 188, length 18) === + +I (516690) RX_TASK: Address: 0xFF +I (516700) RX_TASK: Command bit: 1 +I (516700) RX_TASK: Control: 0x3F +I (516700) RX_TASK: Control: P-XID +I (516710) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (516720) irda_crc1: CRC: 0xF0B8 +I (516720) RX_TASK: CRC Check: VALID + +I (516720) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (516730) RX_TASK:  +ASCII: +.Vq(........ + +I (516740) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (516740) PXID_TASK: Source Address: 0x56712800 +I (516750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (516750) PXID_TASK: Discovery Flag: 0x00 +I (516760) PXID_TASK: Slot Number: 0x00 +I (516760) PXID_TASK: Version Number: 0x00 + + + +I (516760) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (516790) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516800) irda_crc1: CRC: 0xF0B8 +I (516800) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516830) PXID REPLY: Wrote 36 bytes +I (516830) PXID REPLY: Sent reply packet +I (516840) RX_TASK: Send Success +I (516840) RX_TASK:  +=== Packet 7 (offset 216, length 33) === + +I (516850) RX_TASK: Address: 0xFF +I (516850) RX_TASK: Command bit: 1 +I (516850) RX_TASK: Control: 0x3F +I (516850) RX_TASK: Control: P-XID +I (516860) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (516870) irda_crc1: CRC: 0xF0B8 +I (516880) RX_TASK: CRC Check: VALID + +I (516880) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (516890) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (516900) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (516910) PXID_TASK: Source Address: 0x56712800 +I (516910) PXID_TASK: Destination Address: 0xFFFFFFFF +I (516920) PXID_TASK: Discovery Flag: 0x00 +I (516920) PXID_TASK: Slot Number: 0xFF +I (516920) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (516930) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (516960) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (516970) irda_crc1: CRC: 0xF0B8 +I (516970) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (516990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517000) PXID REPLY: Wrote 36 bytes +I (517000) PXID REPLY: Sent reply packet +I (517010) RX_TASK: Send Success +I (517010) RX_TASK: Read 256 bytes: '�����?Vq(' +I (517010) RX_TASK: 0x40813260 ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 |.....?.Vq(......| +I (517020) RX_TASK: 0x40813270 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff ff c0 |..!^............| +I (517030) RX_TASK: 0x40813280 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 24 |.?.Vq(.........$| +I (517040) RX_TASK: 0x40813290 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 |.Symbian EPOC...| +I (517050) RX_TASK: 0x408132a0 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 |............?.Vq| +I (517060) RX_TASK: 0x408132b0 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff |(........!^.....| +I (517070) RX_TASK: 0x408132c0 ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff |.......?.Vq(....| +I (517080) RX_TASK: 0x408132d0 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (517090) RX_TASK: 0x408132e0 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (517090) RX_TASK: 0x408132f0 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 |..?.Vq(........!| +I (517100) RX_TASK: 0x40813300 5e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |^.............?.| +I (517110) RX_TASK: 0x40813310 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 |Vq(.........$.Sy| +I (517120) RX_TASK: 0x40813320 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff |mbian EPOC......| +I (517130) RX_TASK: 0x40813330 ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff |.........?.Vq(..| +I (517140) RX_TASK: 0x40813340 ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff |......!^........| +I (517150) RX_TASK: 0x40813350 ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff |....?.Vq(.......| +I (517160) RX_TASK: Starting to Parse: 256 +I (517160) RX_TASK:  +=== Packet 1 (offset 3, length 18) === + +I (517170) RX_TASK: Address: 0xFF +I (517170) RX_TASK: Command bit: 1 +I (517170) RX_TASK: Control: 0x3F +I (517170) RX_TASK: Control: P-XID +I (517180) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (517190) irda_crc1: CRC: 0xF0B8 +I (517190) RX_TASK: CRC Check: VALID + +I (517200) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (517200) RX_TASK:  +ASCII: +.Vq(........ + +I (517210) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (517220) PXID_TASK: Source Address: 0x56712800 +I (517220) PXID_TASK: Destination Address: 0xFFFFFFFF +I (517220) PXID_TASK: Discovery Flag: 0x00 +I (517230) PXID_TASK: Slot Number: 0x00 +I (517230) PXID_TASK: Version Number: 0x00 + + + +I (517240) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (517260) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (517270) irda_crc1: CRC: 0xF0B8 +I (517270) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517290) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517300) PXID REPLY: Wrote 36 bytes +I (517300) PXID REPLY: Sent reply packet +I (517310) RX_TASK: Send Success +I (517310) RX_TASK:  +=== Packet 2 (offset 31, length 33) === + +I (517320) RX_TASK: Address: 0xFF +I (517320) RX_TASK: Command bit: 1 +I (517320) RX_TASK: Control: 0x3F +I (517330) RX_TASK: Control: P-XID +I (517330) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (517340) irda_crc1: CRC: 0xF0B8 +I (517350) RX_TASK: CRC Check: VALID + +I (517350) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (517360) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (517370) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (517380) PXID_TASK: Source Address: 0x56712800 +I (517380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (517390) PXID_TASK: Discovery Flag: 0x00 +I (517390) PXID_TASK: Slot Number: 0xFF +I (517400) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (517410) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (517430) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (517440) irda_crc1: CRC: 0xF0B8 +I (517440) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517460) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517470) PXID REPLY: Wrote 36 bytes +I (517470) PXID REPLY: Sent reply packet +I (517480) RX_TASK: Send Success +I (517480) RX_TASK:  +=== Packet 3 (offset 74, length 18) === + +I (517490) RX_TASK: Address: 0xFF +I (517490) RX_TASK: Command bit: 1 +I (517490) RX_TASK: Control: 0x3F +I (517500) RX_TASK: Control: P-XID +I (517500) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (517510) irda_crc1: CRC: 0xF0B8 +I (517510) RX_TASK: CRC Check: VALID + +I (517520) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (517520) RX_TASK:  +ASCII: +.Vq(........ + +I (517530) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (517540) PXID_TASK: Source Address: 0x56712800 +I (517540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (517540) PXID_TASK: Discovery Flag: 0x00 +I (517550) PXID_TASK: Slot Number: 0x00 +I (517550) PXID_TASK: Version Number: 0x00 + + + +I (517560) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (517580) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (517590) irda_crc1: CRC: 0xF0B8 +I (517600) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517610) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517620) PXID REPLY: Wrote 36 bytes +I (517620) PXID REPLY: Sent reply packet +I (517630) RX_TASK: Send Success +I (517630) RX_TASK:  +=== Packet 4 (offset 101, length 33) === + +I (517640) RX_TASK: Address: 0xFF +I (517640) RX_TASK: Command bit: 1 +I (517640) RX_TASK: Control: 0x3F +I (517650) RX_TASK: Control: P-XID +I (517650) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (517670) irda_crc1: CRC: 0xF0B8 +I (517670) RX_TASK: CRC Check: VALID + +I (517670) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (517680) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (517690) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (517700) PXID_TASK: Source Address: 0x56712800 +I (517700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (517710) PXID_TASK: Discovery Flag: 0x00 +I (517710) PXID_TASK: Slot Number: 0xFF +I (517720) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (517730) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (517750) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (517760) irda_crc1: CRC: 0xF0B8 +I (517760) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517780) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517790) PXID REPLY: Wrote 36 bytes +I (517790) PXID REPLY: Sent reply packet +I (517800) RX_TASK: Send Success +I (517800) RX_TASK:  +=== Packet 5 (offset 144, length 18) === + +I (517810) RX_TASK: Address: 0xFF +I (517810) RX_TASK: Command bit: 1 +I (517810) RX_TASK: Control: 0x3F +I (517820) RX_TASK: Control: P-XID +I (517820) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (517830) irda_crc1: CRC: 0xF0B8 +I (517830) RX_TASK: CRC Check: VALID + +I (517840) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (517840) RX_TASK:  +ASCII: +.Vq(........ + +I (517850) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (517860) PXID_TASK: Source Address: 0x56712800 +I (517860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (517870) PXID_TASK: Discovery Flag: 0x00 +I (517870) PXID_TASK: Slot Number: 0x00 +I (517870) PXID_TASK: Version Number: 0x00 + + + +I (517880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (517900) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (517910) irda_crc1: CRC: 0xF0B8 +I (517920) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (517940) PXID REPLY: Wrote 36 bytes +I (517950) PXID REPLY: Sent reply packet +I (517950) RX_TASK: Send Success +I (517950) RX_TASK:  +=== Packet 6 (offset 172, length 33) === + +I (517960) RX_TASK: Address: 0xFF +I (517960) RX_TASK: Command bit: 1 +I (517960) RX_TASK: Control: 0x3F +I (517970) RX_TASK: Control: P-XID +I (517970) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (517990) irda_crc1: CRC: 0xF0B8 +I (517990) RX_TASK: CRC Check: VALID + +I (517990) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (518000) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (518010) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (518020) PXID_TASK: Source Address: 0x56712800 +I (518030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (518030) PXID_TASK: Discovery Flag: 0x00 +I (518030) PXID_TASK: Slot Number: 0xFF +I (518040) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (518050) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (518070) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (518080) irda_crc1: CRC: 0xF0B8 +I (518090) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518110) PXID REPLY: Wrote 36 bytes +I (518120) PXID REPLY: Sent reply packet +I (518120) RX_TASK: Send Success +I (518120) RX_TASK:  +=== Packet 7 (offset 215, length 18) === + +I (518130) RX_TASK: Address: 0xFF +I (518130) RX_TASK: Command bit: 1 +I (518130) RX_TASK: Control: 0x3F +I (518140) RX_TASK: Control: P-XID +I (518140) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (518150) irda_crc1: CRC: 0xF0B8 +I (518150) RX_TASK: CRC Check: VALID + +I (518160) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (518170) RX_TASK:  +ASCII: +.Vq(........ + +I (518170) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (518180) PXID_TASK: Source Address: 0x56712800 +I (518180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (518190) PXID_TASK: Discovery Flag: 0x00 +I (518190) PXID_TASK: Slot Number: 0x00 +I (518190) PXID_TASK: Version Number: 0x00 + + + +I (518200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (518220) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (518230) irda_crc1: CRC: 0xF0B8 +I (518240) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518260) PXID REPLY: Wrote 36 bytes +I (518270) PXID REPLY: Sent reply packet +I (518270) RX_TASK: Send Success +I (518270) RX_TASK: Unterminated packet at offset 242 + +I (518280) RX_TASK: Read 256 bytes: '' +I (518280) RX_TASK: 0x40813260 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (518290) RX_TASK: 0x40813270 ac 1d c1 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff |...n EPOC.......| +I (518300) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff |........?.Vq(...| +I (518310) RX_TASK: 0x40813290 ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff |.....!^.........| +I (518320) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff |....?.Vq(.......| +I (518330) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (518340) RX_TASK: 0x408132c0 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (518340) RX_TASK: 0x408132d0 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff |.Vq(........!^..| +I (518350) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 |...........?.Vq(| +I (518360) RX_TASK: 0x408132f0 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (518370) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff |an EPOC.........| +I (518380) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff |......?.Vq(.....| +I (518390) RX_TASK: 0x40813320 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff ff |...!^...........| +I (518400) RX_TASK: 0x40813330 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 |..?.Vq(.........| +I (518410) RX_TASK: 0x40813340 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d |$.Symbian EPOC..| +I (518420) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 |.............?.V| +I (518420) RX_TASK: Starting to Parse: 256 +I (518430) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (518430) RX_TASK: Address: 0xFF +I (518440) RX_TASK: Command bit: 1 +I (518440) RX_TASK: Control: 0x3F +I (518440) RX_TASK: Control: P-XID +I (518450) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (518460) irda_crc1: CRC: 0xF0B8 +I (518460) RX_TASK: CRC Check: VALID + +I (518460) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (518470) RX_TASK:  +ASCII: +.Vq(........ + +I (518480) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (518480) PXID_TASK: Source Address: 0x56712800 +I (518490) PXID_TASK: Destination Address: 0xFFFFFFFF +I (518490) PXID_TASK: Discovery Flag: 0x00 +I (518500) PXID_TASK: Slot Number: 0x00 +I (518500) PXID_TASK: Version Number: 0x00 + + + +I (518500) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (518530) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (518540) irda_crc1: CRC: 0xF0B8 +I (518540) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518560) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518570) PXID REPLY: Wrote 36 bytes +I (518570) PXID REPLY: Sent reply packet +I (518580) RX_TASK: Send Success +I (518580) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (518580) RX_TASK: Address: 0xFF +I (518590) RX_TASK: Command bit: 1 +I (518590) RX_TASK: Control: 0x3F +I (518590) RX_TASK: Control: P-XID +I (518600) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (518610) irda_crc1: CRC: 0xF0B8 +I (518620) RX_TASK: CRC Check: VALID + +I (518620) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (518630) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (518640) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (518650) PXID_TASK: Source Address: 0x56712800 +I (518650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (518660) PXID_TASK: Discovery Flag: 0x00 +I (518660) PXID_TASK: Slot Number: 0xFF +I (518660) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (518670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (518690) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (518710) irda_crc1: CRC: 0xF0B8 +I (518710) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518740) PXID REPLY: Wrote 36 bytes +I (518740) PXID REPLY: Sent reply packet +I (518750) RX_TASK: Send Success +I (518750) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (518750) RX_TASK: Address: 0xFF +I (518760) RX_TASK: Command bit: 1 +I (518760) RX_TASK: Control: 0x3F +I (518760) RX_TASK: Control: P-XID +I (518770) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (518780) irda_crc1: CRC: 0xF0B8 +I (518780) RX_TASK: CRC Check: VALID + +I (518780) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (518790) RX_TASK:  +ASCII: +.Vq(........ + +I (518800) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (518800) PXID_TASK: Source Address: 0x56712800 +I (518810) PXID_TASK: Destination Address: 0xFFFFFFFF +I (518810) PXID_TASK: Discovery Flag: 0x00 +I (518820) PXID_TASK: Slot Number: 0x00 +I (518820) PXID_TASK: Version Number: 0x00 + + + +I (518820) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (518850) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (518860) irda_crc1: CRC: 0xF0B8 +I (518860) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518880) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (518890) PXID REPLY: Wrote 36 bytes +I (518890) PXID REPLY: Sent reply packet +I (518900) RX_TASK: Send Success +I (518900) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (518910) RX_TASK: Address: 0xFF +I (518910) RX_TASK: Command bit: 1 +I (518910) RX_TASK: Control: 0x3F +I (518910) RX_TASK: Control: P-XID +I (518920) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (518930) irda_crc1: CRC: 0xF0B8 +I (518940) RX_TASK: CRC Check: VALID + +I (518940) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (518950) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (518960) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (518970) PXID_TASK: Source Address: 0x56712800 +I (518970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (518980) PXID_TASK: Discovery Flag: 0x00 +I (518980) PXID_TASK: Slot Number: 0xFF +I (518980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (518990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (519020) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (519030) irda_crc1: CRC: 0xF0B8 +I (519030) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519050) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519060) PXID REPLY: Wrote 36 bytes +I (519060) PXID REPLY: Sent reply packet +I (519070) RX_TASK: Send Success +I (519070) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (519070) RX_TASK: Address: 0xFF +I (519080) RX_TASK: Command bit: 1 +I (519080) RX_TASK: Control: 0x3F +I (519080) RX_TASK: Control: P-XID +I (519090) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (519100) irda_crc1: CRC: 0xF0B8 +I (519100) RX_TASK: CRC Check: VALID + +I (519110) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (519110) RX_TASK:  +ASCII: +.Vq(........ + +I (519120) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (519120) PXID_TASK: Source Address: 0x56712800 +I (519130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (519130) PXID_TASK: Discovery Flag: 0x00 +I (519140) PXID_TASK: Slot Number: 0x00 +I (519140) PXID_TASK: Version Number: 0x00 + + + +I (519150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (519170) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (519180) irda_crc1: CRC: 0xF0B8 +I (519180) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519210) PXID REPLY: Wrote 36 bytes +I (519210) PXID REPLY: Sent reply packet +I (519220) RX_TASK: Send Success +I (519220) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (519230) RX_TASK: Address: 0xFF +I (519230) RX_TASK: Command bit: 1 +I (519230) RX_TASK: Control: 0x3F +I (519240) RX_TASK: Control: P-XID +I (519240) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (519250) irda_crc1: CRC: 0xF0B8 +I (519260) RX_TASK: CRC Check: VALID + +I (519260) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (519270) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (519280) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (519290) PXID_TASK: Source Address: 0x56712800 +I (519290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (519300) PXID_TASK: Discovery Flag: 0x00 +I (519300) PXID_TASK: Slot Number: 0xFF +I (519310) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (519310) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (519340) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (519350) irda_crc1: CRC: 0xF0B8 +I (519350) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519370) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519380) PXID REPLY: Wrote 36 bytes +I (519380) PXID REPLY: Sent reply packet +I (519390) RX_TASK: Send Success +I (519390) RX_TASK: Unterminated packet at offset 251 + +I (519390) RX_TASK: Read 256 bytes: 'q(' +I (519400) RX_TASK: 0x40813260 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff |q(........!^....| +I (519410) RX_TASK: 0x40813270 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff ff |...!^...........| +I (519420) RX_TASK: 0x40813280 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 |..?.Vq(.........| +I (519430) RX_TASK: 0x40813290 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d |$.Symbian EPOC..| +I (519430) RX_TASK: 0x408132a0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 |.............?.V| +I (519440) RX_TASK: 0x408132b0 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff |q(........!^....| +I (519450) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff |.........?.Vq(..| +I (519460) RX_TASK: 0x408132d0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (519470) RX_TASK: 0x408132e0 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff | EPOC...........| +I (519480) RX_TASK: 0x408132f0 ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 |....?.Vq(.......| +I (519490) RX_TASK: 0x40813300 00 21 5e c1 ff ff ff ff ff ff ff ff ff ff c0 ff |.!^.............| +I (519500) RX_TASK: 0x40813310 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 |?.Vq(.........$.| +I (519510) RX_TASK: 0x40813320 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff |Symbian EPOC....| +I (519510) RX_TASK: 0x40813330 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 |...........?.Vq(| +I (519520) RX_TASK: 0x40813340 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff |........!^......| +I (519530) RX_TASK: 0x40813350 ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff |.......?.Vq(....| +I (519540) RX_TASK: Starting to Parse: 256 +I (519550) RX_TASK:  +=== Packet 1 (offset 32, length 33) === + +I (519550) RX_TASK: Address: 0xFF +I (519550) RX_TASK: Command bit: 1 +I (519560) RX_TASK: Control: 0x3F +I (519560) RX_TASK: Control: P-XID +I (519560) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (519580) irda_crc1: CRC: 0xF0B8 +I (519580) RX_TASK: CRC Check: VALID + +I (519590) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (519600) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (519600) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (519610) PXID_TASK: Source Address: 0x56712800 +I (519620) PXID_TASK: Destination Address: 0xFFFFFFFF +I (519620) PXID_TASK: Discovery Flag: 0x00 +I (519630) PXID_TASK: Slot Number: 0xFF +I (519630) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (519640) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (519660) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (519680) irda_crc1: CRC: 0xF0B8 +I (519680) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519690) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519700) PXID REPLY: Wrote 36 bytes +I (519710) PXID REPLY: Sent reply packet +I (519710) RX_TASK: Send Success +I (519710) RX_TASK:  +=== Packet 2 (offset 75, length 18) === + +I (519720) RX_TASK: Address: 0xFF +I (519720) RX_TASK: Command bit: 1 +I (519730) RX_TASK: Control: 0x3F +I (519730) RX_TASK: Control: P-XID +I (519730) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (519740) irda_crc1: CRC: 0xF0B8 +I (519750) RX_TASK: CRC Check: VALID + +I (519750) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (519760) RX_TASK:  +ASCII: +.Vq(........ + +I (519760) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (519770) PXID_TASK: Source Address: 0x56712800 +I (519770) PXID_TASK: Destination Address: 0xFFFFFFFF +I (519780) PXID_TASK: Discovery Flag: 0x00 +I (519780) PXID_TASK: Slot Number: 0x00 +I (519790) PXID_TASK: Version Number: 0x00 + + + +I (519790) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (519810) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (519830) irda_crc1: CRC: 0xF0B8 +I (519830) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519840) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (519860) PXID REPLY: Wrote 36 bytes +I (519860) PXID REPLY: Sent reply packet +I (519860) RX_TASK: Send Success +I (519870) RX_TASK:  +=== Packet 3 (offset 103, length 33) === + +I (519870) RX_TASK: Address: 0xFF +I (519870) RX_TASK: Command bit: 1 +I (519880) RX_TASK: Control: 0x3F +I (519880) RX_TASK: Control: P-XID +I (519880) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (519900) irda_crc1: CRC: 0xF0B8 +I (519900) RX_TASK: CRC Check: VALID + +I (519910) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (519920) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (519920) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (519930) PXID_TASK: Source Address: 0x56712800 +I (519940) PXID_TASK: Destination Address: 0xFFFFFFFF +I (519940) PXID_TASK: Discovery Flag: 0x00 +I (519950) PXID_TASK: Slot Number: 0xFF +I (519950) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (519960) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (519980) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (520000) irda_crc1: CRC: 0xF0B8 +I (520000) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520010) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520030) PXID REPLY: Wrote 36 bytes +I (520030) PXID REPLY: Sent reply packet +I (520030) RX_TASK: Send Success +I (520040) RX_TASK:  +=== Packet 4 (offset 146, length 18) === + +I (520040) RX_TASK: Address: 0xFF +I (520040) RX_TASK: Command bit: 1 +I (520050) RX_TASK: Control: 0x3F +I (520050) RX_TASK: Control: P-XID +I (520050) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (520070) irda_crc1: CRC: 0xF0B8 +I (520070) RX_TASK: CRC Check: VALID + +I (520070) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (520080) RX_TASK:  +ASCII: +.Vq(........ + +I (520080) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (520090) PXID_TASK: Source Address: 0x56712800 +I (520090) PXID_TASK: Destination Address: 0xFFFFFFFF +I (520100) PXID_TASK: Discovery Flag: 0x00 +I (520100) PXID_TASK: Slot Number: 0x00 +I (520110) PXID_TASK: Version Number: 0x00 + + + +I (520110) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (520130) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (520150) irda_crc1: CRC: 0xF0B8 +I (520150) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520160) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520180) PXID REPLY: Wrote 36 bytes +I (520180) PXID REPLY: Sent reply packet +I (520180) RX_TASK: Send Success +I (520190) RX_TASK:  +=== Packet 5 (offset 174, length 33) === + +I (520190) RX_TASK: Address: 0xFF +I (520200) RX_TASK: Command bit: 1 +I (520200) RX_TASK: Control: 0x3F +I (520200) RX_TASK: Control: P-XID +I (520200) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (520220) irda_crc1: CRC: 0xF0B8 +I (520220) RX_TASK: CRC Check: VALID + +I (520230) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (520240) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (520240) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (520250) PXID_TASK: Source Address: 0x56712800 +I (520260) PXID_TASK: Destination Address: 0xFFFFFFFF +I (520260) PXID_TASK: Discovery Flag: 0x00 +I (520270) PXID_TASK: Slot Number: 0xFF +I (520270) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (520280) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (520300) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (520320) irda_crc1: CRC: 0xF0B8 +I (520320) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520330) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520350) PXID REPLY: Wrote 36 bytes +I (520350) PXID REPLY: Sent reply packet +I (520350) RX_TASK: Send Success +I (520360) RX_TASK:  +=== Packet 6 (offset 217, length 18) === + +I (520360) RX_TASK: Address: 0xFF +I (520360) RX_TASK: Command bit: 1 +I (520370) RX_TASK: Control: 0x3F +I (520370) RX_TASK: Control: P-XID +I (520370) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (520390) irda_crc1: CRC: 0xF0B8 +I (520390) RX_TASK: CRC Check: VALID + +I (520390) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (520400) RX_TASK:  +ASCII: +.Vq(........ + +I (520400) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (520410) PXID_TASK: Source Address: 0x56712800 +I (520420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (520420) PXID_TASK: Discovery Flag: 0x00 +I (520420) PXID_TASK: Slot Number: 0x00 +I (520430) PXID_TASK: Version Number: 0x00 + + + +I (520430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (520450) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (520470) irda_crc1: CRC: 0xF0B8 +I (520470) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520480) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520500) PXID REPLY: Wrote 36 bytes +I (520500) PXID REPLY: Sent reply packet +I (520500) RX_TASK: Send Success +I (520510) RX_TASK: Unterminated packet at offset 245 + +I (520510) RX_TASK: Read 256 bytes: '�' +I (520520) RX_TASK: 0x40813260 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (520520) RX_TASK: 0x40813270 50 4f 43 ac 1d c1 20 45 50 4f 43 ac 1d c1 ff ff |POC... EPOC.....| +I (520530) RX_TASK: 0x40813280 ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 |..........?.Vq(.| +I (520540) RX_TASK: 0x40813290 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff |.......!^.......| +I (520550) RX_TASK: 0x408132a0 ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff |......?.Vq(.....| +I (520560) RX_TASK: 0x408132b0 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (520570) RX_TASK: 0x408132c0 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (520580) RX_TASK: 0x408132d0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e |.?.Vq(........!^| +I (520590) RX_TASK: 0x408132e0 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 |.............?.V| +I (520600) RX_TASK: 0x408132f0 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |q(.........$.Sym| +I (520610) RX_TASK: 0x40813300 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff |bian EPOC.......| +I (520610) RX_TASK: 0x40813310 ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff |........?.Vq(...| +I (520620) RX_TASK: 0x40813320 ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff |.....!^.........| +I (520630) RX_TASK: 0x40813330 ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff |....?.Vq(.......| +I (520640) RX_TASK: 0x40813340 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (520650) RX_TASK: 0x40813350 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (520660) RX_TASK: Starting to Parse: 256 +I (520660) RX_TASK:  +=== Packet 1 (offset 40, length 18) === + +I (520670) RX_TASK: Address: 0xFF +I (520670) RX_TASK: Command bit: 1 +I (520670) RX_TASK: Control: 0x3F +I (520680) RX_TASK: Control: P-XID +I (520680) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (520690) irda_crc1: CRC: 0xF0B8 +I (520700) RX_TASK: CRC Check: VALID + +I (520700) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (520710) RX_TASK:  +ASCII: +.Vq(........ + +I (520710) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (520720) PXID_TASK: Source Address: 0x56712800 +I (520720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (520730) PXID_TASK: Discovery Flag: 0x00 +I (520730) PXID_TASK: Slot Number: 0x00 +I (520730) PXID_TASK: Version Number: 0x00 + + + +I (520740) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (520760) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (520770) irda_crc1: CRC: 0xF0B8 +I (520780) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (520800) PXID REPLY: Wrote 36 bytes +I (520810) PXID REPLY: Sent reply packet +I (520810) RX_TASK: Send Success +I (520810) RX_TASK:  +=== Packet 2 (offset 68, length 33) === + +I (520820) RX_TASK: Address: 0xFF +I (520820) RX_TASK: Command bit: 1 +I (520820) RX_TASK: Control: 0x3F +I (520830) RX_TASK: Control: P-XID +I (520830) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (520850) irda_crc1: CRC: 0xF0B8 +I (520850) RX_TASK: CRC Check: VALID + +E (520850) task_wdt: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time: +E (520850) task_wdt: - IDLE (CPU 0) +E (520850) task_wdt: Tasks currently running: +E (520850) task_wdt: CPU 0: uart_rx_task +E (520850) task_wdt: Print CPU 0 (current core) backtrace +esp_backtrace_print: Print CPU 0 (current core) registers +Core 0 register dump: +MEPC : 0x42007ff2 RA : 0x4200911a SP : 0x40812ac0 GP : 0x4080c934 +TP : 0x408130f0 T0 : 0x40028140 T1 : 0x20000000 T2 : 0xffffffff +S0/FP : 0x00000011 S1 : 0x00000000 A0 : 0x00000000 A1 : 0x0000004b +A2 : 0x00000000 A3 : 0x00000080 A4 : 0x60000000 A5 : 0x607f8000 +A6 : 0x420090a6 A7 : 0x0000000a S2 : 0x0000004b S3 : 0x00000028 +S4 : 0x40810644 S5 : 0x40812ca0 S6 : 0x4202354c S7 : 0x00000000 +S8 : 0x00000009 S9 : 0x00000000 S10 : 0x40812cb4 S11 : 0x00000002 +T3 : 0x00000000 T4 : 0x206e6169 T5 : 0x626d7953 T6 : 0x00248200 +MSTATUS : 0x00001889 MTVEC : 0x40800001 MCAUSE : 0xdeadc0de MTVAL : 0xdeadc0de +MHARTID : 0x00000000 +I (520850) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (520970) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (520980) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (520990) PXID_TASK: Source Address: 0x56712800 +I (520990) PXID_TASK: Destination Address: 0xFFFFFFFF +I (521000) PXID_TASK: Discovery Flag: 0x00 +I (521000) PXID_TASK: Slot Number: 0xFF +I (521000) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (521010) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (521030) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (521050) irda_crc1: CRC: 0xF0B8 +I (521050) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521070) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521080) PXID REPLY: Wrote 36 bytes +I (521080) PXID REPLY: Sent reply packet +I (521090) RX_TASK: Send Success +I (521090) RX_TASK:  +=== Packet 3 (offset 111, length 18) === + +I (521090) RX_TASK: Address: 0xFF +I (521100) RX_TASK: Command bit: 1 +I (521100) RX_TASK: Control: 0x3F +I (521100) RX_TASK: Control: P-XID +I (521110) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (521120) irda_crc1: CRC: 0xF0B8 +I (521120) RX_TASK: CRC Check: VALID + +I (521120) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (521130) RX_TASK:  +ASCII: +.Vq(........ + +I (521140) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (521140) PXID_TASK: Source Address: 0x56712800 +I (521150) PXID_TASK: Destination Address: 0xFFFFFFFF +I (521150) PXID_TASK: Discovery Flag: 0x00 +I (521160) PXID_TASK: Slot Number: 0x00 +I (521160) PXID_TASK: Version Number: 0x00 + + + +I (521160) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (521190) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (521200) irda_crc1: CRC: 0xF0B8 +I (521200) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521220) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521230) PXID REPLY: Wrote 36 bytes +I (521230) PXID REPLY: Sent reply packet +I (521240) RX_TASK: Send Success +I (521240) RX_TASK:  +=== Packet 4 (offset 139, length 33) === + +I (521240) RX_TASK: Address: 0xFF +I (521250) RX_TASK: Command bit: 1 +I (521250) RX_TASK: Control: 0x3F +I (521250) RX_TASK: Control: P-XID +I (521260) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (521270) irda_crc1: CRC: 0xF0B8 +I (521280) RX_TASK: CRC Check: VALID + +I (521280) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (521290) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (521300) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (521310) PXID_TASK: Source Address: 0x56712800 +I (521310) PXID_TASK: Destination Address: 0xFFFFFFFF +I (521320) PXID_TASK: Discovery Flag: 0x00 +I (521320) PXID_TASK: Slot Number: 0xFF +I (521320) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (521330) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (521360) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (521370) irda_crc1: CRC: 0xF0B8 +I (521370) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521390) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521400) PXID REPLY: Wrote 36 bytes +I (521400) PXID REPLY: Sent reply packet +I (521410) RX_TASK: Send Success +I (521410) RX_TASK:  +=== Packet 5 (offset 182, length 18) === + +I (521410) RX_TASK: Address: 0xFF +I (521420) RX_TASK: Command bit: 1 +I (521420) RX_TASK: Control: 0x3F +I (521420) RX_TASK: Control: P-XID +I (521430) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (521440) irda_crc1: CRC: 0xF0B8 +I (521440) RX_TASK: CRC Check: VALID + +I (521450) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (521450) RX_TASK:  +ASCII: +.Vq(........ + +I (521460) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (521460) PXID_TASK: Source Address: 0x56712800 +I (521470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (521470) PXID_TASK: Discovery Flag: 0x00 +I (521480) PXID_TASK: Slot Number: 0x00 +I (521480) PXID_TASK: Version Number: 0x00 + + + +I (521490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (521510) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (521520) irda_crc1: CRC: 0xF0B8 +I (521520) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521550) PXID REPLY: Wrote 36 bytes +I (521550) PXID REPLY: Sent reply packet +I (521560) RX_TASK: Send Success +I (521560) RX_TASK:  +=== Packet 6 (offset 210, length 33) === + +I (521570) RX_TASK: Address: 0xFF +I (521570) RX_TASK: Command bit: 1 +I (521570) RX_TASK: Control: 0x3F +I (521570) RX_TASK: Control: P-XID +I (521580) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (521590) irda_crc1: CRC: 0xF0B8 +I (521600) RX_TASK: CRC Check: VALID + +I (521600) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (521610) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (521620) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (521630) PXID_TASK: Source Address: 0x56712800 +I (521630) PXID_TASK: Destination Address: 0xFFFFFFFF +I (521640) PXID_TASK: Discovery Flag: 0x00 +I (521640) PXID_TASK: Slot Number: 0xFF +I (521650) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (521650) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (521680) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (521690) irda_crc1: CRC: 0xF0B8 +I (521690) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521710) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (521720) PXID REPLY: Wrote 36 bytes +I (521720) PXID REPLY: Sent reply packet +I (521730) RX_TASK: Send Success +I (521730) RX_TASK: Truncated packet at offset 253 + +I (521730) RX_TASK: Read 256 bytes: 'Vq(' +I (521740) RX_TASK: 0x40813260 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff |.Vq(........!^..| +I (521750) RX_TASK: 0x40813270 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 |...........?.Vq(| +I (521760) RX_TASK: 0x40813280 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |.........$.Symbi| +I (521770) RX_TASK: 0x40813290 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff |an EPOC.........| +I (521770) RX_TASK: 0x408132a0 ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff |......?.Vq(.....| +I (521780) RX_TASK: 0x408132b0 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff ff |...!^...........| +I (521790) RX_TASK: 0x408132c0 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 82 |..?.Vq(.........| +I (521800) RX_TASK: 0x408132d0 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac 1d |$.Symbian EPOC..| +I (521810) RX_TASK: 0x408132e0 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 |............?.Vq| +I (521820) RX_TASK: 0x408132f0 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff ff ff |(........!^.....| +I (521830) RX_TASK: 0x40813300 ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff |........?.Vq(...| +I (521840) RX_TASK: 0x40813310 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (521850) RX_TASK: 0x40813320 45 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (521850) RX_TASK: 0x40813330 ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 |...?.Vq(........| +I (521860) RX_TASK: 0x40813340 21 5e c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |!^............?.| +I (521870) RX_TASK: 0x40813350 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 |Vq(.........$.Sy| +I (521880) RX_TASK: Starting to Parse: 256 +I (521880) RX_TASK:  +=== Packet 1 (offset 25, length 33) === + +I (521890) RX_TASK: Address: 0xFF +I (521890) RX_TASK: Command bit: 1 +I (521900) RX_TASK: Control: 0x3F +I (521900) RX_TASK: Control: P-XID +I (521900) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (521920) irda_crc1: CRC: 0xF0B8 +I (521920) RX_TASK: CRC Check: VALID + +I (521930) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (521940) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (521940) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (521950) PXID_TASK: Source Address: 0x56712800 +I (521960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (521960) PXID_TASK: Discovery Flag: 0x00 +I (521970) PXID_TASK: Slot Number: 0xFF +I (521970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (521980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (522000) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (522010) irda_crc1: CRC: 0xF0B8 +I (522020) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522040) PXID REPLY: Wrote 36 bytes +I (522050) PXID REPLY: Sent reply packet +I (522050) RX_TASK: Send Success +I (522050) RX_TASK:  +=== Packet 2 (offset 68, length 18) === + +I (522060) RX_TASK: Address: 0xFF +I (522060) RX_TASK: Command bit: 1 +I (522070) RX_TASK: Control: 0x3F +I (522070) RX_TASK: Control: P-XID +I (522070) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (522080) irda_crc1: CRC: 0xF0B8 +I (522090) RX_TASK: CRC Check: VALID + +I (522090) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (522100) RX_TASK:  +ASCII: +.Vq(........ + +I (522100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (522110) PXID_TASK: Source Address: 0x56712800 +I (522110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (522120) PXID_TASK: Discovery Flag: 0x00 +I (522120) PXID_TASK: Slot Number: 0x00 +I (522130) PXID_TASK: Version Number: 0x00 + + + +I (522130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (522150) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (522170) irda_crc1: CRC: 0xF0B8 +I (522170) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522200) PXID REPLY: Wrote 36 bytes +I (522200) PXID REPLY: Sent reply packet +I (522200) RX_TASK: Send Success +I (522210) RX_TASK:  +=== Packet 3 (offset 96, length 33) === + +I (522210) RX_TASK: Address: 0xFF +I (522210) RX_TASK: Command bit: 1 +I (522220) RX_TASK: Control: 0x3F +I (522220) RX_TASK: Control: P-XID +I (522220) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (522240) irda_crc1: CRC: 0xF0B8 +I (522240) RX_TASK: CRC Check: VALID + +I (522250) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (522260) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (522260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (522270) PXID_TASK: Source Address: 0x56712800 +I (522280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (522280) PXID_TASK: Discovery Flag: 0x00 +I (522290) PXID_TASK: Slot Number: 0xFF +I (522290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (522300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (522320) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (522340) irda_crc1: CRC: 0xF0B8 +I (522340) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522370) PXID REPLY: Wrote 36 bytes +I (522370) PXID REPLY: Sent reply packet +I (522370) RX_TASK: Send Success +I (522370) RX_TASK:  +=== Packet 4 (offset 138, length 18) === + +I (522380) RX_TASK: Address: 0xFF +I (522380) RX_TASK: Command bit: 1 +I (522390) RX_TASK: Control: 0x3F +I (522390) RX_TASK: Control: P-XID +I (522390) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (522400) irda_crc1: CRC: 0xF0B8 +I (522410) RX_TASK: CRC Check: VALID + +I (522410) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (522420) RX_TASK:  +ASCII: +.Vq(........ + +I (522420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (522430) PXID_TASK: Source Address: 0x56712800 +I (522430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (522440) PXID_TASK: Discovery Flag: 0x00 +I (522440) PXID_TASK: Slot Number: 0x00 +I (522450) PXID_TASK: Version Number: 0x00 + + + +I (522450) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (522470) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (522490) irda_crc1: CRC: 0xF0B8 +I (522490) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522520) PXID REPLY: Wrote 36 bytes +I (522520) PXID REPLY: Sent reply packet +I (522520) RX_TASK: Send Success +I (522530) RX_TASK:  +=== Packet 5 (offset 166, length 33) === + +I (522530) RX_TASK: Address: 0xFF +I (522530) RX_TASK: Command bit: 1 +I (522540) RX_TASK: Control: 0x3F +I (522540) RX_TASK: Control: P-XID +I (522540) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (522560) irda_crc1: CRC: 0xF0B8 +I (522560) RX_TASK: CRC Check: VALID + +I (522570) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (522580) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (522580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (522590) PXID_TASK: Source Address: 0x56712800 +I (522600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (522600) PXID_TASK: Discovery Flag: 0x00 +I (522610) PXID_TASK: Slot Number: 0xFF +I (522610) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (522620) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (522640) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (522660) irda_crc1: CRC: 0xF0B8 +I (522660) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522670) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522690) PXID REPLY: Wrote 36 bytes +I (522690) PXID REPLY: Sent reply packet +I (522690) RX_TASK: Send Success +I (522700) RX_TASK:  +=== Packet 6 (offset 209, length 18) === + +I (522700) RX_TASK: Address: 0xFF +I (522700) RX_TASK: Command bit: 1 +I (522710) RX_TASK: Control: 0x3F +I (522710) RX_TASK: Control: P-XID +I (522710) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (522730) irda_crc1: CRC: 0xF0B8 +I (522730) RX_TASK: CRC Check: VALID + +I (522730) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (522740) RX_TASK:  +ASCII: +.Vq(........ + +I (522740) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (522750) PXID_TASK: Source Address: 0x56712800 +I (522760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (522760) PXID_TASK: Discovery Flag: 0x00 +I (522760) PXID_TASK: Slot Number: 0x00 +I (522770) PXID_TASK: Version Number: 0x00 + + + +I (522770) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (522790) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (522810) irda_crc1: CRC: 0xF0B8 +I (522810) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (522840) PXID REPLY: Wrote 36 bytes +I (522840) PXID REPLY: Sent reply packet +I (522840) RX_TASK: Send Success +I (522850) RX_TASK: Unterminated packet at offset 236 + +I (522850) RX_TASK: Read 256 bytes: 'mbian EPOC��n EPOC��������������?Vq(' +I (522860) RX_TASK: 0x40813260 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 6e 20 45 |mbian EPOC...n E| +I (522870) RX_TASK: 0x40813270 50 4f 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (522880) RX_TASK: 0x40813280 c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 |..?.Vq(........!| +I (522890) RX_TASK: 0x40813290 5e c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |^.............?.| +I (522890) RX_TASK: 0x408132a0 56 71 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 |Vq(.........$.Sy| +I (522900) RX_TASK: 0x408132b0 6d 62 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff |mbian EPOC......| +I (522910) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff |.........?.Vq(..| +I (522920) RX_TASK: 0x408132d0 ff ff ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff |......!^........| +I (522930) RX_TASK: 0x408132e0 ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 |.....?.Vq(......| +I (522940) RX_TASK: 0x408132f0 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (522950) RX_TASK: 0x40813300 43 ac 1d c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (522960) RX_TASK: 0x40813310 3f 01 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 |?.Vq(........!^.| +I (522970) RX_TASK: 0x40813320 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 |............?.Vq| +I (522970) RX_TASK: 0x40813330 28 00 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |(.........$.Symb| +I (522980) RX_TASK: 0x40813340 69 61 6e 20 45 50 4f 43 ac 1d c1 ff ff ff ff ff |ian EPOC........| +I (522990) RX_TASK: 0x40813350 ff ff ff ff ff c0 ff 3f 01 56 71 28 00 ff ff ff |.......?.Vq(....| +I (523000) RX_TASK: Starting to Parse: 256 +I (523010) RX_TASK:  +=== Packet 1 (offset 32, length 18) === + +I (523010) RX_TASK: Address: 0xFF +I (523010) RX_TASK: Command bit: 1 +I (523020) RX_TASK: Control: 0x3F +I (523020) RX_TASK: Control: P-XID +I (523020) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (523030) irda_crc1: CRC: 0xF0B8 +I (523040) RX_TASK: CRC Check: VALID + +I (523040) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (523050) RX_TASK:  +ASCII: +.Vq(........ + +I (523050) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (523060) PXID_TASK: Source Address: 0x56712800 +I (523060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (523070) PXID_TASK: Discovery Flag: 0x00 +I (523070) PXID_TASK: Slot Number: 0x00 +I (523080) PXID_TASK: Version Number: 0x00 + + + +I (523080) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (523100) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (523120) irda_crc1: CRC: 0xF0B8 +I (523120) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523150) PXID REPLY: Wrote 36 bytes +I (523150) PXID REPLY: Sent reply packet +I (523150) RX_TASK: Send Success +I (523160) RX_TASK:  +=== Packet 2 (offset 60, length 33) === + +I (523160) RX_TASK: Address: 0xFF +I (523160) RX_TASK: Command bit: 1 +I (523170) RX_TASK: Control: 0x3F +I (523170) RX_TASK: Control: P-XID +I (523170) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (523190) irda_crc1: CRC: 0xF0B8 +I (523190) RX_TASK: CRC Check: VALID + +I (523200) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (523210) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (523210) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (523220) PXID_TASK: Source Address: 0x56712800 +I (523230) PXID_TASK: Destination Address: 0xFFFFFFFF +I (523230) PXID_TASK: Discovery Flag: 0x00 +I (523240) PXID_TASK: Slot Number: 0xFF +I (523240) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (523250) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (523270) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (523290) irda_crc1: CRC: 0xF0B8 +I (523290) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523300) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523320) PXID REPLY: Wrote 36 bytes +I (523320) PXID REPLY: Sent reply packet +I (523320) RX_TASK: Send Success +I (523330) RX_TASK:  +=== Packet 3 (offset 103, length 18) === + +I (523330) RX_TASK: Address: 0xFF +I (523330) RX_TASK: Command bit: 1 +I (523340) RX_TASK: Control: 0x3F +I (523340) RX_TASK: Control: P-XID +I (523340) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (523360) irda_crc1: CRC: 0xF0B8 +I (523360) RX_TASK: CRC Check: VALID + +I (523360) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (523370) RX_TASK:  +ASCII: +.Vq(........ + +I (523370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (523380) PXID_TASK: Source Address: 0x56712800 +I (523390) PXID_TASK: Destination Address: 0xFFFFFFFF +I (523390) PXID_TASK: Discovery Flag: 0x00 +I (523390) PXID_TASK: Slot Number: 0x00 +I (523400) PXID_TASK: Version Number: 0x00 + + + +I (523400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (523420) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (523440) irda_crc1: CRC: 0xF0B8 +I (523440) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523470) PXID REPLY: Wrote 36 bytes +I (523470) PXID REPLY: Sent reply packet +I (523470) RX_TASK: Send Success +I (523480) RX_TASK:  +=== Packet 4 (offset 131, length 33) === + +I (523480) RX_TASK: Address: 0xFF +I (523490) RX_TASK: Command bit: 1 +I (523490) RX_TASK: Control: 0x3F +I (523490) RX_TASK: Control: P-XID +I (523490) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (523510) irda_crc1: CRC: 0xF0B8 +I (523510) RX_TASK: CRC Check: VALID + +I (523520) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (523530) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (523530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (523550) PXID_TASK: Source Address: 0x56712800 +I (523550) PXID_TASK: Destination Address: 0xFFFFFFFF +I (523550) PXID_TASK: Discovery Flag: 0x00 +I (523560) PXID_TASK: Slot Number: 0xFF +I (523560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (523570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (523590) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (523610) irda_crc1: CRC: 0xF0B8 +I (523610) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523620) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523640) PXID REPLY: Wrote 36 bytes +I (523640) PXID REPLY: Sent reply packet +I (523640) RX_TASK: Send Success +I (523650) RX_TASK:  +=== Packet 5 (offset 174, length 18) === + +I (523650) RX_TASK: Address: 0xFF +I (523650) RX_TASK: Command bit: 1 +I (523660) RX_TASK: Control: 0x3F +I (523660) RX_TASK: Control: P-XID +I (523660) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (523680) irda_crc1: CRC: 0xF0B8 +I (523680) RX_TASK: CRC Check: VALID + +I (523680) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (523690) RX_TASK:  +ASCII: +.Vq(........ + +I (523690) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (523700) PXID_TASK: Source Address: 0x56712800 +I (523710) PXID_TASK: Destination Address: 0xFFFFFFFF +I (523710) PXID_TASK: Discovery Flag: 0x00 +I (523710) PXID_TASK: Slot Number: 0x00 +I (523720) PXID_TASK: Version Number: 0x00 + + + +I (523720) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (523740) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (523760) irda_crc1: CRC: 0xF0B8 +I (523760) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523770) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523790) PXID REPLY: Wrote 36 bytes +I (523790) PXID REPLY: Sent reply packet +I (523790) RX_TASK: Send Success +I (523800) RX_TASK:  +=== Packet 6 (offset 202, length 33) === + +I (523800) RX_TASK: Address: 0xFF +I (523810) RX_TASK: Command bit: 1 +I (523810) RX_TASK: Control: 0x3F +I (523810) RX_TASK: Control: P-XID +I (523820) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (523830) irda_crc1: CRC: 0xF0B8 +I (523830) RX_TASK: CRC Check: VALID + +I (523840) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (523850) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (523850) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (523870) PXID_TASK: Source Address: 0x56712800 +I (523870) PXID_TASK: Destination Address: 0xFFFFFFFF +I (523880) PXID_TASK: Discovery Flag: 0x00 +I (523880) PXID_TASK: Slot Number: 0xFF +I (523880) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (523890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (523910) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (523930) irda_crc1: CRC: 0xF0B8 +I (523930) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (523960) PXID REPLY: Wrote 36 bytes +I (523960) PXID REPLY: Sent reply packet +I (523960) RX_TASK: Send Success +I (523970) RX_TASK: Unterminated packet at offset 245 + +I (524970) RX_TASK: Read 104 bytes: '�' +I (524970) RX_TASK: 0x40813260 ff 00 00 00 21 5e c1 ff ff ff ff ff ff ff ff ff |....!^..........| +I (524970) RX_TASK: 0x40813270 ff c0 ff 3f 01 56 71 28 00 ff ff ff ff 00 ff 00 |...?.Vq(........| +I (524980) RX_TASK: 0x40813280 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 ac |.$.Symbian EPOC.| +I (524980) RX_TASK: 0x40813290 1d c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (524990) RX_TASK: 0x408132a0 56 71 28 00 ff ff ff ff 00 00 00 21 5e c1 ff ff |Vq(........!^...| +I (525000) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff c0 ff 3f 01 56 71 28 00 |..........?.Vq(.| +I (525010) RX_TASK: 0x408132c0 ff ff ff ff 00 ff 00 82 |........| +I (525020) RX_TASK: Starting to Parse: 104 +I (525020) RX_TASK:  +=== Packet 1 (offset 17, length 33) === + +I (525030) RX_TASK: Address: 0xFF +I (525030) RX_TASK: Command bit: 1 +I (525040) RX_TASK: Control: 0x3F +I (525040) RX_TASK: Control: P-XID +I (525040) RX_TASK: CRC: 0xAC1D +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 AC 1D +I (525060) irda_crc1: CRC: 0xF0B8 +I (525060) RX_TASK: CRC Check: VALID + +I (525060) RX_TASK: Payload (27 bytes): +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (525070) RX_TASK:  +ASCII: +.Vq(.........$.Symbian EPOC + +I (525080) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 56 71 28 00 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (525090) PXID_TASK: Source Address: 0x56712800 +I (525100) PXID_TASK: Destination Address: 0xFFFFFFFF +I (525100) PXID_TASK: Discovery Flag: 0x00 +I (525100) PXID_TASK: Slot Number: 0xFF +I (525110) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (525120) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (525140) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (525150) irda_crc1: CRC: 0xF0B8 +I (525160) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (525170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (525180) PXID REPLY: Wrote 36 bytes +I (525190) PXID REPLY: Sent reply packet +I (525190) RX_TASK: Send Success +I (525190) RX_TASK:  +=== Packet 2 (offset 60, length 18) === + +I (525200) RX_TASK: Address: 0xFF +I (525200) RX_TASK: Command bit: 1 +I (525200) RX_TASK: Control: 0x3F +I (525210) RX_TASK: Control: P-XID +I (525210) RX_TASK: CRC: 0x215E +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 56 71 28 00 FF FF FF FF 00 00 00 21 5E +I (525220) irda_crc1: CRC: 0xF0B8 +I (525230) RX_TASK: CRC Check: VALID + +I (525230) RX_TASK: Payload (12 bytes): +01 56 71 28 00 FF FF FF FF 00 00 00 +I (525240) RX_TASK:  +ASCII: +.Vq(........ + +I (525240) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 56 71 28 00 FF FF FF FF 00 00 00 +I (525250) PXID_TASK: Source Address: 0x56712800 +I (525250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (525260) PXID_TASK: Discovery Flag: 0x00 +I (525260) PXID_TASK: Slot Number: 0x00 +I (525260) PXID_TASK: Version Number: 0x00 + + + +I (525270) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 +I (525290) irda_crc1: CRC: 0xB7E8 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 +I (525300) irda_crc1: CRC: 0xF0B8 +I (525310) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (525320) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 56 71 28 00 01 00 00 90 24 00 54 45 53 54 17 48 C1 +I (525330) PXID REPLY: Wrote 36 bytes +I (525340) PXID REPLY: Sent reply packet +I (525340) RX_TASK: Send Success +I (525340) RX_TASK: Unterminated packet at offset 88 + diff --git a/build/log/idf_py_stdout_output_39761 b/build/log/idf_py_stdout_output_39761 new file mode 100644 index 0000000..3fffc90 --- /dev/null +++ b/build/log/idf_py_stdout_output_39761 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function] + 453 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2de40 bytes. Smallest app partition is 0x100000 bytes. 0xd21c0 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 491.3 kbit/s)... +Hash of data verified. +Compressed 187968 bytes to 95611... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae1... (33 %) +Writing at 0x000215e2... (50 %) +Writing at 0x000288b5... (66 %) +Writing at 0x00030ba6... (83 %) +Writing at 0x00037970... (100 %) +Wrote 187968 bytes (95611 compressed) at 0x00010000 in 1.7 seconds (effective 908.1 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_39887 b/build/log/idf_py_stdout_output_39887 new file mode 100644 index 0000000..7828d29 --- /dev/null +++ b/build/log/idf_py_stdout_output_39887 @@ -0,0 +1,2472 @@ +ned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a0a4h ( 41124) map +I (89) esp_image: segment 1: paddr=0001a0cc vaddr=40800000 size=05f4ch ( 24396) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16480h ( 91264) map +I (113) esp_image: segment 3: paddr=000364a8 vaddr=40805f4c size=061d8h ( 25048) load +I (119) esp_image: segment 4: paddr=0003c688 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 9c21d14db... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (6290) RX_TASK: Read 256 bytes: '������������?��#.����' +I (6290) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 e9 b6 |............?...| +I (6290) RX_TASK: 0x40813270 23 2e ff ff ff ff 00 00 00 f1 5b c1 ff ff ff ff |#.........[.....| +I (6300) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 e9 b6 23 2e ff ff ff |.......?...#....| +I (6310) RX_TASK: 0x40813290 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (6320) RX_TASK: 0x408132a0 50 4f 43 dc 96 c1 ff ff ff ff ff ff ff ff ff c0 |POC.............| +I (6330) RX_TASK: 0x408132b0 ff 3f 01 e9 b6 23 2e ff ff ff ff 00 00 00 f1 5b |.?...#.........[| +I (6340) RX_TASK: 0x408132c0 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 e9 b6 |............?...| +I (6350) RX_TASK: 0x408132d0 23 2e ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |#.........$.Symb| +I (6360) RX_TASK: 0x408132e0 69 61 6e 20 45 50 4f 43 dc 96 c1 ff ff ff ff ff |ian EPOC........| +I (6360) RX_TASK: 0x408132f0 ff ff ff ff ff c0 ff 3f 01 e9 b6 23 2e ff ff ff |.......?...#....| +I (6370) RX_TASK: 0x40813300 ff 00 00 00 f1 5b c1 ff ff ff ff ff ff ff ff ff |.....[..........| +I (6380) RX_TASK: 0x40813310 ff c0 ff 3f 01 e9 b6 23 2e ff ff ff ff 00 ff 00 |...?...#........| +I (6390) RX_TASK: 0x40813320 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 dc |.$.Symbian EPOC.| +I (6400) RX_TASK: 0x40813330 96 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (6410) RX_TASK: 0x40813340 e9 b6 23 2e ff ff ff ff 00 00 00 f1 5b c1 ff ff |..#.........[...| +I (6420) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff c0 ff 3f 01 e9 b6 23 2e |..........?...#.| +I (6430) RX_TASK: Starting to Parse: 256 +I (6430) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (6430) RX_TASK: Address: 0xFF +I (6440) RX_TASK: Command bit: 1 +I (6440) RX_TASK: Control: 0x3F +I (6440) RX_TASK: Control: P-XID +I (6450) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (6460) irda_crc1: CRC: 0xF0B8 +I (6460) RX_TASK: CRC Check: VALID + +I (6460) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (6470) RX_TASK:  +ASCII: +...#........ + +I (6470) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (6480) PXID_TASK: Source Address: 0xE9B6232E +I (6490) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6490) PXID_TASK: Discovery Flag: 0x00 +I (6490) PXID_TASK: Slot Number: 0x00 +I (6500) PXID_TASK: Version Number: 0x00 + + + +I (6500) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (6520) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (6540) irda_crc1: CRC: 0xF0B8 +I (6540) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (6550) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (6570) PXID REPLY: Wrote 36 bytes +I (6570) PXID REPLY: Sent reply packet +I (6570) RX_TASK: Send Success +I (6580) RX_TASK:  +=== Packet 2 (offset 37, length 33) === + +I (6580) RX_TASK: Address: 0xFF +I (6580) RX_TASK: Command bit: 1 +I (6590) RX_TASK: Control: 0x3F +I (6590) RX_TASK: Control: P-XID +I (6590) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (6610) irda_crc1: CRC: 0xF0B8 +I (6610) RX_TASK: CRC Check: VALID + +I (6610) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6630) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (6630) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6640) PXID_TASK: Source Address: 0xE9B6232E +I (6650) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6650) PXID_TASK: Discovery Flag: 0x00 +I (6650) PXID_TASK: Slot Number: 0xFF +I (6660) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (6690) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (6700) irda_crc1: CRC: 0xF0B8 +I (6710) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (6720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (6730) PXID REPLY: Wrote 36 bytes +I (6730) PXID REPLY: Sent reply packet +I (6740) RX_TASK: Send Success +I (6740) RX_TASK:  +=== Packet 3 (offset 79, length 18) === + +I (6750) RX_TASK: Address: 0xFF +I (6750) RX_TASK: Command bit: 1 +I (6750) RX_TASK: Control: 0x3F +I (6750) RX_TASK: Control: P-XID +I (6760) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (6770) irda_crc1: CRC: 0xF0B8 +I (6770) RX_TASK: CRC Check: VALID + +I (6780) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (6780) RX_TASK:  +ASCII: +...#........ + +I (6790) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (6790) PXID_TASK: Source Address: 0xE9B6232E +I (6800) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6800) PXID_TASK: Discovery Flag: 0x00 +I (6810) PXID_TASK: Slot Number: 0x00 +I (6810) PXID_TASK: Version Number: 0x00 + + + +I (6810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (6840) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (6850) irda_crc1: CRC: 0xF0B8 +I (6850) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (6870) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (6880) PXID REPLY: Wrote 36 bytes +I (6880) PXID REPLY: Sent reply packet +I (6880) RX_TASK: Send Success +I (6890) RX_TASK:  +=== Packet 4 (offset 106, length 33) === + +I (6890) RX_TASK: Address: 0xFF +I (6900) RX_TASK: Command bit: 1 +I (6900) RX_TASK: Control: 0x3F +I (6900) RX_TASK: Control: P-XID +I (6900) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (6920) irda_crc1: CRC: 0xF0B8 +I (6920) RX_TASK: CRC Check: VALID + +I (6930) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6940) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (6940) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6950) PXID_TASK: Source Address: 0xE9B6232E +I (6960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6960) PXID_TASK: Discovery Flag: 0x00 +I (6970) PXID_TASK: Slot Number: 0xFF +I (6970) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (7000) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (7010) irda_crc1: CRC: 0xF0B8 +I (7020) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7040) PXID REPLY: Wrote 36 bytes +I (7050) PXID REPLY: Sent reply packet +I (7050) RX_TASK: Send Success +I (7050) RX_TASK:  +=== Packet 5 (offset 149, length 18) === + +I (7060) RX_TASK: Address: 0xFF +I (7060) RX_TASK: Command bit: 1 +I (7060) RX_TASK: Control: 0x3F +I (7070) RX_TASK: Control: P-XID +I (7070) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (7080) irda_crc1: CRC: 0xF0B8 +I (7080) RX_TASK: CRC Check: VALID + +I (7090) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (7090) RX_TASK:  +ASCII: +...#........ + +I (7100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (7110) PXID_TASK: Source Address: 0xE9B6232E +I (7110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7120) PXID_TASK: Discovery Flag: 0x00 +I (7120) PXID_TASK: Slot Number: 0x00 +I (7120) PXID_TASK: Version Number: 0x00 + + + +I (7130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (7150) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (7160) irda_crc1: CRC: 0xF0B8 +I (7160) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7190) PXID REPLY: Wrote 36 bytes +I (7190) PXID REPLY: Sent reply packet +I (7200) RX_TASK: Send Success +I (7200) RX_TASK:  +=== Packet 6 (offset 177, length 33) === + +I (7210) RX_TASK: Address: 0xFF +I (7210) RX_TASK: Command bit: 1 +I (7210) RX_TASK: Control: 0x3F +I (7210) RX_TASK: Control: P-XID +I (7220) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (7230) irda_crc1: CRC: 0xF0B8 +I (7240) RX_TASK: CRC Check: VALID + +I (7240) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7250) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (7250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7270) PXID_TASK: Source Address: 0xE9B6232E +I (7270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7280) PXID_TASK: Discovery Flag: 0x00 +I (7280) PXID_TASK: Slot Number: 0xFF +I (7280) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (7310) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (7330) irda_crc1: CRC: 0xF0B8 +I (7330) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7340) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7360) PXID REPLY: Wrote 36 bytes +I (7360) PXID REPLY: Sent reply packet +I (7360) RX_TASK: Send Success +I (7370) RX_TASK:  +=== Packet 7 (offset 220, length 18) === + +I (7370) RX_TASK: Address: 0xFF +I (7370) RX_TASK: Command bit: 1 +I (7380) RX_TASK: Control: 0x3F +I (7380) RX_TASK: Control: P-XID +I (7380) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (7390) irda_crc1: CRC: 0xF0B8 +I (7400) RX_TASK: CRC Check: VALID + +I (7400) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (7410) RX_TASK:  +ASCII: +...#........ + +I (7410) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (7420) PXID_TASK: Source Address: 0xE9B6232E +I (7420) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7430) PXID_TASK: Discovery Flag: 0x00 +I (7430) PXID_TASK: Slot Number: 0x00 +I (7430) PXID_TASK: Version Number: 0x00 + + + +I (7440) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (7460) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (7470) irda_crc1: CRC: 0xF0B8 +I (7480) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7490) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7500) PXID REPLY: Wrote 36 bytes +I (7510) PXID REPLY: Sent reply packet +I (7510) RX_TASK: Send Success +I (7510) RX_TASK: Unterminated packet at offset 248 + +I (7520) RX_TASK: Read 256 bytes: '����' +I (7520) RX_TASK: 0x40813260 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (7530) RX_TASK: 0x40813270 6e 20 45 50 4f 43 dc 96 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (7540) RX_TASK: 0x40813280 ff ff c0 ff 3f 01 e9 b6 23 2e ff ff ff ff 00 00 |....?...#.......| +I (7550) RX_TASK: 0x40813290 00 f1 5b c1 ff ff ff ff ff ff ff ff ff ff c0 ff |..[.............| +I (7560) RX_TASK: 0x408132a0 3f 01 e9 b6 23 2e ff ff ff ff 00 ff 00 82 24 00 |?...#.........$.| +I (7560) RX_TASK: 0x408132b0 53 79 6d 62 69 61 6e 20 45 50 4f 43 dc 96 c1 ff |Symbian EPOC....| +I (7570) RX_TASK: 0x408132c0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 e9 b6 23 |...........?...#| +I (7580) RX_TASK: 0x408132d0 2e ff ff ff ff 00 00 00 f1 5b c1 ff ff ff ff ff |.........[......| +I (7590) RX_TASK: 0x408132e0 ff ff ff ff ff c0 ff 3f 01 e9 b6 23 2e ff ff ff |.......?...#....| +I (7600) RX_TASK: 0x408132f0 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (7610) RX_TASK: 0x40813300 50 4f 43 dc 96 c1 ff ff ff ff ff ff ff ff ff ff |POC.............| +I (7620) RX_TASK: 0x40813310 c0 ff 3f 01 e9 b6 23 2e ff ff ff ff 00 00 00 f1 |..?...#.........| +I (7630) RX_TASK: 0x40813320 5b c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |[.............?.| +I (7630) RX_TASK: 0x40813330 e9 b6 23 2e ff ff ff ff 00 ff 00 82 24 00 53 79 |..#.........$.Sy| +I (7640) RX_TASK: 0x40813340 6d 62 69 61 6e 20 45 50 4f 43 dc 96 c1 ff ff ff |mbian EPOC......| +I (7650) RX_TASK: 0x40813350 ff ff ff ff ff ff ff c0 ff 3f 01 e9 b6 23 2e ff |.........?...#..| +I (7660) RX_TASK: Starting to Parse: 256 +I (7660) RX_TASK:  +=== Packet 1 (offset 34, length 18) === + +I (7670) RX_TASK: Address: 0xFF +I (7670) RX_TASK: Command bit: 1 +I (7680) RX_TASK: Control: 0x3F +I (7680) RX_TASK: Control: P-XID +I (7680) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (7690) irda_crc1: CRC: 0xF0B8 +I (7700) RX_TASK: CRC Check: VALID + +I (7700) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (7710) RX_TASK:  +ASCII: +...#........ + +I (7710) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (7720) PXID_TASK: Source Address: 0xE9B6232E +I (7720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7730) PXID_TASK: Discovery Flag: 0x00 +I (7730) PXID_TASK: Slot Number: 0x00 +I (7730) PXID_TASK: Version Number: 0x00 + + + +I (7740) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (7760) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (7770) irda_crc1: CRC: 0xF0B8 +I (7780) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7800) PXID REPLY: Wrote 36 bytes +I (7800) PXID REPLY: Sent reply packet +I (7810) RX_TASK: Send Success +I (7810) RX_TASK:  +=== Packet 2 (offset 62, length 33) === + +I (7820) RX_TASK: Address: 0xFF +I (7820) RX_TASK: Command bit: 1 +I (7820) RX_TASK: Control: 0x3F +I (7830) RX_TASK: Control: P-XID +I (7830) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (7840) irda_crc1: CRC: 0xF0B8 +I (7850) RX_TASK: CRC Check: VALID + +I (7850) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7860) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (7870) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7880) PXID_TASK: Source Address: 0xE9B6232E +I (7880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7890) PXID_TASK: Discovery Flag: 0x00 +I (7890) PXID_TASK: Slot Number: 0xFF +I (7890) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7900) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (7920) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (7940) irda_crc1: CRC: 0xF0B8 +I (7940) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7950) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (7970) PXID REPLY: Wrote 36 bytes +I (7970) PXID REPLY: Sent reply packet +I (7970) RX_TASK: Send Success +I (7980) RX_TASK:  +=== Packet 3 (offset 105, length 18) === + +I (7980) RX_TASK: Address: 0xFF +I (7980) RX_TASK: Command bit: 1 +I (7990) RX_TASK: Control: 0x3F +I (7990) RX_TASK: Control: P-XID +I (7990) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (8010) irda_crc1: CRC: 0xF0B8 +I (8010) RX_TASK: CRC Check: VALID + +I (8010) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (8020) RX_TASK:  +ASCII: +...#........ + +I (8020) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (8030) PXID_TASK: Source Address: 0xE9B6232E +I (8030) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8040) PXID_TASK: Discovery Flag: 0x00 +I (8040) PXID_TASK: Slot Number: 0x00 +I (8050) PXID_TASK: Version Number: 0x00 + + + +I (8050) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (8070) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (8080) irda_crc1: CRC: 0xF0B8 +I (8090) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8100) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8110) PXID REPLY: Wrote 36 bytes +I (8120) PXID REPLY: Sent reply packet +I (8120) RX_TASK: Send Success +I (8120) RX_TASK:  +=== Packet 4 (offset 133, length 33) === + +I (8130) RX_TASK: Address: 0xFF +I (8130) RX_TASK: Command bit: 1 +I (8130) RX_TASK: Control: 0x3F +I (8140) RX_TASK: Control: P-XID +I (8140) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (8160) irda_crc1: CRC: 0xF0B8 +I (8160) RX_TASK: CRC Check: VALID + +I (8160) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8170) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (8180) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8190) PXID_TASK: Source Address: 0xE9B6232E +I (8190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8200) PXID_TASK: Discovery Flag: 0x00 +I (8200) PXID_TASK: Slot Number: 0xFF +I (8210) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (8240) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (8250) irda_crc1: CRC: 0xF0B8 +I (8250) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8280) PXID REPLY: Wrote 36 bytes +I (8280) PXID REPLY: Sent reply packet +I (8290) RX_TASK: Send Success +I (8290) RX_TASK:  +=== Packet 5 (offset 176, length 18) === + +I (8290) RX_TASK: Address: 0xFF +I (8300) RX_TASK: Command bit: 1 +I (8300) RX_TASK: Control: 0x3F +I (8300) RX_TASK: Control: P-XID +I (8310) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (8320) irda_crc1: CRC: 0xF0B8 +I (8320) RX_TASK: CRC Check: VALID + +I (8320) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (8330) RX_TASK:  +ASCII: +...#........ + +I (8330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (8340) PXID_TASK: Source Address: 0xE9B6232E +I (8350) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8350) PXID_TASK: Discovery Flag: 0x00 +I (8350) PXID_TASK: Slot Number: 0x00 +I (8360) PXID_TASK: Version Number: 0x00 + + + +I (8360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (8380) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (8400) irda_crc1: CRC: 0xF0B8 +I (8400) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8430) PXID REPLY: Wrote 36 bytes +I (8430) PXID REPLY: Sent reply packet +I (8430) RX_TASK: Send Success +I (8440) RX_TASK:  +=== Packet 6 (offset 204, length 33) === + +I (8440) RX_TASK: Address: 0xFF +I (8440) RX_TASK: Command bit: 1 +I (8450) RX_TASK: Control: 0x3F +I (8450) RX_TASK: Control: P-XID +I (8450) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (8470) irda_crc1: CRC: 0xF0B8 +I (8470) RX_TASK: CRC Check: VALID + +I (8470) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8490) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (8490) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (8500) PXID_TASK: Source Address: 0xE9B6232E +I (8510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8510) PXID_TASK: Discovery Flag: 0x00 +I (8510) PXID_TASK: Slot Number: 0xFF +I (8520) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (8530) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (8550) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (8560) irda_crc1: CRC: 0xF0B8 +I (8570) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (8590) PXID REPLY: Wrote 36 bytes +I (8590) PXID REPLY: Sent reply packet +I (8600) RX_TASK: Send Success +I (8600) RX_TASK: Unterminated packet at offset 247 + +I (9610) RX_TASK: Read 95 bytes: '���' +I (9610) RX_TASK: 0x40813260 ff ff ff 00 00 00 f1 5b c1 ff ff ff ff ff ff ff |.......[........| +I (9610) RX_TASK: 0x40813270 ff ff ff c0 ff 3f 01 e9 b6 23 2e ff ff ff ff 00 |.....?...#......| +I (9620) RX_TASK: 0x40813280 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (9620) RX_TASK: 0x40813290 43 dc 96 c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |C..............?| +I (9630) RX_TASK: 0x408132a0 01 e9 b6 23 2e ff ff ff ff 00 00 00 f1 5b c1 ff |...#.........[..| +I (9640) RX_TASK: 0x408132b0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 e9 b6 |...........?...| +I (9650) RX_TASK: Starting to Parse: 95 +I (9650) RX_TASK:  +=== Packet 1 (offset 19, length 33) === + +I (9660) RX_TASK: Address: 0xFF +I (9660) RX_TASK: Command bit: 1 +I (9660) RX_TASK: Control: 0x3F +I (9670) RX_TASK: Control: P-XID +I (9670) RX_TASK: CRC: 0xDC96 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 DC 96 +I (9690) irda_crc1: CRC: 0xF0B8 +I (9690) RX_TASK: CRC Check: VALID + +I (9690) RX_TASK: Payload (27 bytes): +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9700) RX_TASK:  +ASCII: +...#.........$.Symbian EPOC + +I (9710) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 E9 B6 23 2E FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (9720) PXID_TASK: Source Address: 0xE9B6232E +I (9720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9730) PXID_TASK: Discovery Flag: 0x00 +I (9730) PXID_TASK: Slot Number: 0xFF +I (9740) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (9750) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (9770) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (9780) irda_crc1: CRC: 0xF0B8 +I (9780) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (9800) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (9810) PXID REPLY: Wrote 36 bytes +I (9810) PXID REPLY: Sent reply packet +I (9820) RX_TASK: Send Success +I (9820) RX_TASK:  +=== Packet 2 (offset 61, length 18) === + +I (9820) RX_TASK: Address: 0xFF +I (9830) RX_TASK: Command bit: 1 +I (9830) RX_TASK: Control: 0x3F +I (9830) RX_TASK: Control: P-XID +I (9840) RX_TASK: CRC: 0xF15B +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 E9 B6 23 2E FF FF FF FF 00 00 00 F1 5B +I (9850) irda_crc1: CRC: 0xF0B8 +I (9850) RX_TASK: CRC Check: VALID + +I (9850) RX_TASK: Payload (12 bytes): +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (9860) RX_TASK:  +ASCII: +...#........ + +I (9860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 E9 B6 23 2E FF FF FF FF 00 00 00 +I (9870) PXID_TASK: Source Address: 0xE9B6232E +I (9880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (9880) PXID_TASK: Discovery Flag: 0x00 +I (9880) PXID_TASK: Slot Number: 0x00 +I (9890) PXID_TASK: Version Number: 0x00 + + + +I (9890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 +I (9910) irda_crc1: CRC: 0x465F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 +I (9930) irda_crc1: CRC: 0xF0B8 +I (9930) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (9940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 E9 B6 23 2E 01 00 00 90 24 00 54 45 53 54 A0 B9 C1 +I (9960) PXID REPLY: Wrote 36 bytes +I (9960) PXID REPLY: Sent reply packet +I (9960) RX_TASK: Send Success +I (9970) RX_TASK: Unterminated packet at offset 89 + +I (56250) RX_TASK: Read 256 bytes: '������������?���7����' +I (56250) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 |............?...| +I (56250) RX_TASK: 0x40813270 dd 37 ff ff ff ff 00 00 00 48 cc c1 ff ff ff ff |.7.......H......| +I (56260) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff |........?....7..| +I (56270) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (56280) RX_TASK: 0x408132a0 45 50 4f 43 42 7f c1 ff ff ff ff ff ff ff ff ff |EPOCB...........| +I (56290) RX_TASK: 0x408132b0 ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 00 00 |...?....7.......| +I (56300) RX_TASK: 0x408132c0 48 cc c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |H.............?.| +I (56310) RX_TASK: 0x408132d0 b9 98 dd 37 ff ff ff ff 00 ff 00 82 24 00 53 79 |...7........$.Sy| +I (56310) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 42 7f c1 ff ff ff |mbian EPOCB.....| +I (56320) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 dd 37 ff |.........?....7.| +I (56330) RX_TASK: 0x40813300 ff ff ff 00 00 00 48 cc c1 ff ff ff ff ff ff ff |......H.........| +I (56340) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 |.....?....7.....| +I (56350) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (56360) RX_TASK: 0x40813330 43 42 7f c1 ff ff ff ff ff ff ff ff ff ff c0 ff |CB..............| +I (56370) RX_TASK: 0x40813340 3f 01 b9 98 dd 37 ff ff ff ff 00 00 00 48 cc c1 |?....7.......H..| +I (56380) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 |............?...| +I (56380) RX_TASK: Starting to Parse: 256 +I (56390) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (56390) RX_TASK: Address: 0xFF +I (56400) RX_TASK: Command bit: 1 +I (56400) RX_TASK: Control: 0x3F +I (56400) RX_TASK: Control: P-XID +I (56410) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (56420) irda_crc1: CRC: 0xF0B8 +I (56420) RX_TASK: CRC Check: VALID + +I (56420) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (56430) RX_TASK:  +ASCII: +....7....... + +I (56430) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (56440) PXID_TASK: Source Address: 0xB998DD37 +I (56450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (56450) PXID_TASK: Discovery Flag: 0x00 +I (56460) PXID_TASK: Slot Number: 0x00 +I (56460) PXID_TASK: Version Number: 0x00 + + + +I (56460) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (56480) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (56500) irda_crc1: CRC: 0xF0B8 +I (56500) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (56510) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (56530) PXID REPLY: Wrote 36 bytes +I (56530) PXID REPLY: Sent reply packet +I (56530) RX_TASK: Send Success +I (56540) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (56540) RX_TASK: Address: 0xFF +I (56550) RX_TASK: Command bit: 1 +I (56550) RX_TASK: Control: 0x3F +I (56550) RX_TASK: Control: P-XID +I (56550) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (56570) irda_crc1: CRC: 0xF0B8 +I (56570) RX_TASK: CRC Check: VALID + +I (56580) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (56590) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (56590) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (56600) PXID_TASK: Source Address: 0xB998DD37 +I (56610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (56610) PXID_TASK: Discovery Flag: 0x00 +I (56620) PXID_TASK: Slot Number: 0xFF +I (56620) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (56630) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (56650) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (56670) irda_crc1: CRC: 0xF0B8 +I (56670) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (56680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (56690) PXID REPLY: Wrote 36 bytes +I (56700) PXID REPLY: Sent reply packet +I (56700) RX_TASK: Send Success +I (56700) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (56710) RX_TASK: Address: 0xFF +I (56710) RX_TASK: Command bit: 1 +I (56720) RX_TASK: Control: 0x3F +I (56720) RX_TASK: Control: P-XID +I (56720) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (56730) irda_crc1: CRC: 0xF0B8 +I (56740) RX_TASK: CRC Check: VALID + +I (56740) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (56750) RX_TASK:  +ASCII: +....7....... + +I (56750) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (56760) PXID_TASK: Source Address: 0xB998DD37 +I (56760) PXID_TASK: Destination Address: 0xFFFFFFFF +I (56770) PXID_TASK: Discovery Flag: 0x00 +I (56770) PXID_TASK: Slot Number: 0x00 +I (56770) PXID_TASK: Version Number: 0x00 + + + +I (56780) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (56800) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (56810) irda_crc1: CRC: 0xF0B8 +I (56820) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (56830) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (56840) PXID REPLY: Wrote 36 bytes +I (56850) PXID REPLY: Sent reply packet +I (56850) RX_TASK: Send Success +I (56850) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (56860) RX_TASK: Address: 0xFF +I (56860) RX_TASK: Command bit: 1 +I (56860) RX_TASK: Control: 0x3F +I (56870) RX_TASK: Control: P-XID +I (56870) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (56890) irda_crc1: CRC: 0xF0B8 +I (56890) RX_TASK: CRC Check: VALID + +I (56890) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (56900) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (56910) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (56920) PXID_TASK: Source Address: 0xB998DD37 +I (56930) PXID_TASK: Destination Address: 0xFFFFFFFF +I (56930) PXID_TASK: Discovery Flag: 0x00 +I (56930) PXID_TASK: Slot Number: 0xFF +I (56940) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (56950) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (56970) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (56980) irda_crc1: CRC: 0xF0B8 +I (56980) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57000) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57010) PXID REPLY: Wrote 36 bytes +I (57010) PXID REPLY: Sent reply packet +I (57020) RX_TASK: Send Success +I (57020) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (57030) RX_TASK: Address: 0xFF +I (57030) RX_TASK: Command bit: 1 +I (57030) RX_TASK: Control: 0x3F +I (57040) RX_TASK: Control: P-XID +I (57040) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (57050) irda_crc1: CRC: 0xF0B8 +I (57050) RX_TASK: CRC Check: VALID + +I (57060) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (57060) RX_TASK:  +ASCII: +....7....... + +I (57070) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (57080) PXID_TASK: Source Address: 0xB998DD37 +I (57080) PXID_TASK: Destination Address: 0xFFFFFFFF +I (57080) PXID_TASK: Discovery Flag: 0x00 +I (57090) PXID_TASK: Slot Number: 0x00 +I (57090) PXID_TASK: Version Number: 0x00 + + + +I (57100) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (57120) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (57130) irda_crc1: CRC: 0xF0B8 +I (57130) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57150) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57160) PXID REPLY: Wrote 36 bytes +I (57160) PXID REPLY: Sent reply packet +I (57170) RX_TASK: Send Success +I (57170) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (57180) RX_TASK: Address: 0xFF +I (57180) RX_TASK: Command bit: 1 +I (57180) RX_TASK: Control: 0x3F +I (57180) RX_TASK: Control: P-XID +I (57190) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (57200) irda_crc1: CRC: 0xF0B8 +I (57210) RX_TASK: CRC Check: VALID + +I (57210) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (57220) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (57230) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (57240) PXID_TASK: Source Address: 0xB998DD37 +I (57240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (57250) PXID_TASK: Discovery Flag: 0x00 +I (57250) PXID_TASK: Slot Number: 0xFF +I (57250) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (57260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (57280) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (57300) irda_crc1: CRC: 0xF0B8 +I (57300) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57310) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57330) PXID REPLY: Wrote 36 bytes +I (57330) PXID REPLY: Sent reply packet +I (57330) RX_TASK: Send Success +I (57340) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (57340) RX_TASK: Address: 0xFF +I (57350) RX_TASK: Command bit: 1 +I (57350) RX_TASK: Control: 0x3F +I (57350) RX_TASK: Control: P-XID +I (57350) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (57370) irda_crc1: CRC: 0xF0B8 +I (57370) RX_TASK: CRC Check: VALID + +I (57370) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (57380) RX_TASK:  +ASCII: +....7....... + +I (57380) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (57390) PXID_TASK: Source Address: 0xB998DD37 +I (57400) PXID_TASK: Destination Address: 0xFFFFFFFF +I (57400) PXID_TASK: Discovery Flag: 0x00 +I (57400) PXID_TASK: Slot Number: 0x00 +I (57410) PXID_TASK: Version Number: 0x00 + + + +I (57410) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (57430) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (57450) irda_crc1: CRC: 0xF0B8 +I (57450) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57460) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57480) PXID REPLY: Wrote 36 bytes +I (57480) PXID REPLY: Sent reply packet +I (57480) RX_TASK: Send Success +I (57490) RX_TASK: Unterminated packet at offset 250 + +I (57490) RX_TASK: Read 256 bytes: '�7����' +I (57500) RX_TASK: 0x40813260 dd 37 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.7........$.Symb| +I (57500) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 42 7f c1 ff ff ff ff ff |ian EPOCB.......| +I (57510) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff ff |.......?....7...| +I (57520) RX_TASK: 0x40813290 ff 00 00 00 48 cc c1 ff ff ff ff ff ff ff ff ff |....H...........| +I (57530) RX_TASK: 0x408132a0 ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 ff 00 |...?....7.......| +I (57540) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 42 |.$.Symbian EPOCB| +I (57550) RX_TASK: 0x408132c0 7f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (57560) RX_TASK: 0x408132d0 b9 98 dd 37 ff ff ff ff 00 00 00 48 cc c1 ff ff |...7.......H....| +I (57570) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 dd 37 |..........?....7| +I (57570) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (57580) RX_TASK: 0x40813300 6e 20 45 50 4f 43 42 7f c1 ff ff ff ff ff ff ff |n EPOCB.........| +I (57590) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 |.....?....7.....| +I (57600) RX_TASK: 0x40813320 00 00 48 cc c1 ff ff ff ff ff ff ff ff ff ff c0 |..H.............| +I (57610) RX_TASK: 0x40813330 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 ff 00 82 24 |.?....7........$| +I (57620) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 42 7f c1 |.Symbian EPOCB..| +I (57630) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 |............?...| +I (57640) RX_TASK: Starting to Parse: 256 +I (57640) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (57650) RX_TASK: Address: 0xFF +I (57650) RX_TASK: Command bit: 1 +I (57650) RX_TASK: Control: 0x3F +I (57650) RX_TASK: Control: P-XID +I (57660) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (57670) irda_crc1: CRC: 0xF0B8 +I (57670) RX_TASK: CRC Check: VALID + +I (57680) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (57680) RX_TASK:  +ASCII: +....7....... + +I (57690) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (57690) PXID_TASK: Source Address: 0xB998DD37 +I (57700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (57700) PXID_TASK: Discovery Flag: 0x00 +I (57710) PXID_TASK: Slot Number: 0x00 +I (57710) PXID_TASK: Version Number: 0x00 + + + +I (57720) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (57740) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (57750) irda_crc1: CRC: 0xF0B8 +I (57750) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57770) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57780) PXID REPLY: Wrote 36 bytes +I (57780) PXID REPLY: Sent reply packet +I (57790) RX_TASK: Send Success +I (57790) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (57790) RX_TASK: Address: 0xFF +I (57800) RX_TASK: Command bit: 1 +I (57800) RX_TASK: Control: 0x3F +I (57800) RX_TASK: Control: P-XID +I (57810) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (57820) irda_crc1: CRC: 0xF0B8 +I (57830) RX_TASK: CRC Check: VALID + +I (57830) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (57840) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (57840) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (57860) PXID_TASK: Source Address: 0xB998DD37 +I (57860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (57870) PXID_TASK: Discovery Flag: 0x00 +I (57870) PXID_TASK: Slot Number: 0xFF +I (57870) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (57880) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (57900) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (57920) irda_crc1: CRC: 0xF0B8 +I (57920) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57930) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (57950) PXID REPLY: Wrote 36 bytes +I (57950) PXID REPLY: Sent reply packet +I (57950) RX_TASK: Send Success +I (57960) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (57960) RX_TASK: Address: 0xFF +I (57970) RX_TASK: Command bit: 1 +I (57970) RX_TASK: Control: 0x3F +I (57970) RX_TASK: Control: P-XID +I (57970) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (57990) irda_crc1: CRC: 0xF0B8 +I (57990) RX_TASK: CRC Check: VALID + +I (57990) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (58000) RX_TASK:  +ASCII: +....7....... + +I (58000) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (58010) PXID_TASK: Source Address: 0xB998DD37 +I (58020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (58020) PXID_TASK: Discovery Flag: 0x00 +I (58020) PXID_TASK: Slot Number: 0x00 +I (58030) PXID_TASK: Version Number: 0x00 + + + +I (58030) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (58050) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (58070) irda_crc1: CRC: 0xF0B8 +I (58070) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58080) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58100) PXID REPLY: Wrote 36 bytes +I (58100) PXID REPLY: Sent reply packet +I (58100) RX_TASK: Send Success +I (58110) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (58110) RX_TASK: Address: 0xFF +I (58110) RX_TASK: Command bit: 1 +I (58120) RX_TASK: Control: 0x3F +I (58120) RX_TASK: Control: P-XID +I (58120) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (58140) irda_crc1: CRC: 0xF0B8 +I (58140) RX_TASK: CRC Check: VALID + +I (58150) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (58160) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (58160) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (58170) PXID_TASK: Source Address: 0xB998DD37 +I (58180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (58180) PXID_TASK: Discovery Flag: 0x00 +I (58190) PXID_TASK: Slot Number: 0xFF +I (58190) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (58200) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (58220) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (58230) irda_crc1: CRC: 0xF0B8 +I (58240) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58250) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58260) PXID REPLY: Wrote 36 bytes +I (58270) PXID REPLY: Sent reply packet +I (58270) RX_TASK: Send Success +I (58270) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (58280) RX_TASK: Address: 0xFF +I (58280) RX_TASK: Command bit: 1 +I (58280) RX_TASK: Control: 0x3F +I (58290) RX_TASK: Control: P-XID +I (58290) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (58300) irda_crc1: CRC: 0xF0B8 +I (58310) RX_TASK: CRC Check: VALID + +I (58310) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (58320) RX_TASK:  +ASCII: +....7....... + +I (58320) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (58330) PXID_TASK: Source Address: 0xB998DD37 +I (58330) PXID_TASK: Destination Address: 0xFFFFFFFF +I (58340) PXID_TASK: Discovery Flag: 0x00 +I (58340) PXID_TASK: Slot Number: 0x00 +I (58340) PXID_TASK: Version Number: 0x00 + + + +I (58350) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (58370) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (58380) irda_crc1: CRC: 0xF0B8 +I (58390) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58400) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58410) PXID REPLY: Wrote 36 bytes +I (58420) PXID REPLY: Sent reply packet +I (58420) RX_TASK: Send Success +I (58420) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (58430) RX_TASK: Address: 0xFF +I (58430) RX_TASK: Command bit: 1 +I (58430) RX_TASK: Control: 0x3F +I (58440) RX_TASK: Control: P-XID +I (58440) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (58460) irda_crc1: CRC: 0xF0B8 +I (58460) RX_TASK: CRC Check: VALID + +I (58460) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (58470) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (58480) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (58490) PXID_TASK: Source Address: 0xB998DD37 +I (58490) PXID_TASK: Destination Address: 0xFFFFFFFF +I (58500) PXID_TASK: Discovery Flag: 0x00 +I (58500) PXID_TASK: Slot Number: 0xFF +I (58510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (58520) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (58540) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (58550) irda_crc1: CRC: 0xF0B8 +I (58550) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58570) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58580) PXID REPLY: Wrote 36 bytes +I (58580) PXID REPLY: Sent reply packet +I (58590) RX_TASK: Send Success +I (58590) RX_TASK: Unterminated packet at offset 250 + +I (58590) RX_TASK: Read 256 bytes: '�7����' +I (58600) RX_TASK: 0x40813260 dd 37 ff ff ff ff 00 00 00 48 cc c1 ff ff ff ff |.7.......H......| +I (58610) RX_TASK: 0x40813270 ff ff ff ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff |........?....7..| +I (58620) RX_TASK: 0x40813280 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (58630) RX_TASK: 0x40813290 45 50 4f 43 42 7f c1 ff ff ff ff ff ff ff ff ff |EPOCB...........| +I (58630) RX_TASK: 0x408132a0 ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 00 00 |...?....7.......| +I (58640) RX_TASK: 0x408132b0 48 cc c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |H.............?.| +I (58650) RX_TASK: 0x408132c0 b9 98 dd 37 ff ff ff ff 00 ff 00 82 24 00 53 79 |...7........$.Sy| +I (58660) RX_TASK: 0x408132d0 6d 62 69 61 6e 20 45 50 4f 43 42 7f c1 ff ff ff |mbian EPOCB.....| +I (58670) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 dd 37 ff |.........?....7.| +I (58680) RX_TASK: 0x408132f0 ff ff ff 00 00 00 48 cc c1 ff ff ff ff ff ff ff |......H.........| +I (58690) RX_TASK: 0x40813300 ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff 00 |.....?....7.....| +I (58700) RX_TASK: 0x40813310 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (58700) RX_TASK: 0x40813320 43 42 7f c1 ff ff ff ff ff ff ff ff ff c0 ff 3f |CB.............?| +I (58710) RX_TASK: 0x40813330 01 b9 98 dd 37 ff ff ff ff 00 00 00 48 cc c1 ff |....7.......H...| +I (58720) RX_TASK: 0x40813340 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 b9 98 dd |...........?....| +I (58730) RX_TASK: 0x40813350 37 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |7........$.Symbi| +I (58740) RX_TASK: Starting to Parse: 256 +I (58740) RX_TASK:  +=== Packet 1 (offset 22, length 33) === + +I (58750) RX_TASK: Address: 0xFF +I (58750) RX_TASK: Command bit: 1 +I (58760) RX_TASK: Control: 0x3F +I (58760) RX_TASK: Control: P-XID +I (58760) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (58780) irda_crc1: CRC: 0xF0B8 +I (58780) RX_TASK: CRC Check: VALID + +I (58780) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (58790) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (58800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (58810) PXID_TASK: Source Address: 0xB998DD37 +I (58820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (58820) PXID_TASK: Discovery Flag: 0x00 +I (58820) PXID_TASK: Slot Number: 0xFF +I (58830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (58840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (58860) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (58870) irda_crc1: CRC: 0xF0B8 +I (58880) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (58900) PXID REPLY: Wrote 36 bytes +I (58900) PXID REPLY: Sent reply packet +I (58910) RX_TASK: Send Success +I (58910) RX_TASK:  +=== Packet 2 (offset 65, length 18) === + +I (58920) RX_TASK: Address: 0xFF +I (58920) RX_TASK: Command bit: 1 +I (58920) RX_TASK: Control: 0x3F +I (58930) RX_TASK: Control: P-XID +I (58930) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (58940) irda_crc1: CRC: 0xF0B8 +I (58940) RX_TASK: CRC Check: VALID + +I (58950) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (58950) RX_TASK:  +ASCII: +....7....... + +I (58960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (58970) PXID_TASK: Source Address: 0xB998DD37 +I (58970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (58970) PXID_TASK: Discovery Flag: 0x00 +I (58980) PXID_TASK: Slot Number: 0x00 +I (58980) PXID_TASK: Version Number: 0x00 + + + +I (58990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (59010) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (59020) irda_crc1: CRC: 0xF0B8 +I (59020) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59050) PXID REPLY: Wrote 36 bytes +I (59050) PXID REPLY: Sent reply packet +I (59060) RX_TASK: Send Success +I (59060) RX_TASK:  +=== Packet 3 (offset 92, length 33) === + +I (59070) RX_TASK: Address: 0xFF +I (59070) RX_TASK: Command bit: 1 +I (59070) RX_TASK: Control: 0x3F +I (59070) RX_TASK: Control: P-XID +I (59080) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (59090) irda_crc1: CRC: 0xF0B8 +I (59100) RX_TASK: CRC Check: VALID + +I (59100) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (59110) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (59120) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (59130) PXID_TASK: Source Address: 0xB998DD37 +I (59130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (59140) PXID_TASK: Discovery Flag: 0x00 +I (59140) PXID_TASK: Slot Number: 0xFF +I (59140) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (59150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (59170) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (59190) irda_crc1: CRC: 0xF0B8 +I (59190) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59220) PXID REPLY: Wrote 36 bytes +I (59220) PXID REPLY: Sent reply packet +I (59220) RX_TASK: Send Success +I (59230) RX_TASK:  +=== Packet 4 (offset 135, length 18) === + +I (59230) RX_TASK: Address: 0xFF +I (59240) RX_TASK: Command bit: 1 +I (59240) RX_TASK: Control: 0x3F +I (59240) RX_TASK: Control: P-XID +I (59250) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (59260) irda_crc1: CRC: 0xF0B8 +I (59260) RX_TASK: CRC Check: VALID + +I (59260) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (59270) RX_TASK:  +ASCII: +....7....... + +I (59270) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (59280) PXID_TASK: Source Address: 0xB998DD37 +I (59290) PXID_TASK: Destination Address: 0xFFFFFFFF +I (59290) PXID_TASK: Discovery Flag: 0x00 +I (59290) PXID_TASK: Slot Number: 0x00 +I (59300) PXID_TASK: Version Number: 0x00 + + + +I (59300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (59320) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (59340) irda_crc1: CRC: 0xF0B8 +I (59340) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59370) PXID REPLY: Wrote 36 bytes +I (59370) PXID REPLY: Sent reply packet +I (59370) RX_TASK: Send Success +I (59380) RX_TASK:  +=== Packet 5 (offset 163, length 33) === + +I (59380) RX_TASK: Address: 0xFF +I (59390) RX_TASK: Command bit: 1 +I (59390) RX_TASK: Control: 0x3F +I (59390) RX_TASK: Control: P-XID +I (59390) RX_TASK: CRC: 0x427F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 42 7F +I (59410) irda_crc1: CRC: 0xF0B8 +I (59410) RX_TASK: CRC Check: VALID + +I (59420) RX_TASK: Payload (27 bytes): +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (59430) RX_TASK:  +ASCII: +....7........$.Symbian EPOC + +I (59430) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 B9 98 DD 37 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (59440) PXID_TASK: Source Address: 0xB998DD37 +I (59450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (59450) PXID_TASK: Discovery Flag: 0x00 +I (59460) PXID_TASK: Slot Number: 0xFF +I (59460) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (59470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (59490) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (59500) irda_crc1: CRC: 0xF0B8 +I (59510) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59520) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59530) PXID REPLY: Wrote 36 bytes +I (59540) PXID REPLY: Sent reply packet +I (59540) RX_TASK: Send Success +I (59540) RX_TASK:  +=== Packet 6 (offset 205, length 18) === + +I (59550) RX_TASK: Address: 0xFF +I (59550) RX_TASK: Command bit: 1 +I (59560) RX_TASK: Control: 0x3F +I (59560) RX_TASK: Control: P-XID +I (59560) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (59570) irda_crc1: CRC: 0xF0B8 +I (59580) RX_TASK: CRC Check: VALID + +I (59580) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (59590) RX_TASK:  +ASCII: +....7....... + +I (59590) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (59600) PXID_TASK: Source Address: 0xB998DD37 +I (59600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (59610) PXID_TASK: Discovery Flag: 0x00 +I (59610) PXID_TASK: Slot Number: 0x00 +I (59610) PXID_TASK: Version Number: 0x00 + + + +I (59620) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (59640) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (59650) irda_crc1: CRC: 0xF0B8 +I (59660) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59670) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (59680) PXID REPLY: Wrote 36 bytes +I (59690) PXID REPLY: Sent reply packet +I (59690) RX_TASK: Send Success +I (59690) RX_TASK: Unterminated packet at offset 233 + +I (60700) RX_TASK: Read 55 bytes: 'an EPOCB�������������?���7����' +I (60700) RX_TASK: 0x40813260 61 6e 20 45 50 4f 43 42 7f c1 ff ff ff ff ff ff |an EPOCB........| +I (60700) RX_TASK: 0x40813270 ff ff ff ff c0 ff 3f 01 b9 98 dd 37 ff ff ff ff |......?....7....| +I (60710) RX_TASK: 0x40813280 00 00 00 48 cc c1 ff ff ff ff ff ff ff ff ff ff |...H............| +I (60720) RX_TASK: 0x40813290 c0 ff 3f 01 b9 98 dd |..?....| +I (60720) RX_TASK: Starting to Parse: 55 +I (60730) RX_TASK:  +=== Packet 1 (offset 20, length 18) === + +I (60730) RX_TASK: Address: 0xFF +I (60740) RX_TASK: Command bit: 1 +I (60740) RX_TASK: Control: 0x3F +I (60740) RX_TASK: Control: P-XID +I (60750) RX_TASK: CRC: 0x48CC +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 B9 98 DD 37 FF FF FF FF 00 00 00 48 CC +I (60760) irda_crc1: CRC: 0xF0B8 +I (60760) RX_TASK: CRC Check: VALID + +I (60760) RX_TASK: Payload (12 bytes): +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (60770) RX_TASK:  +ASCII: +....7....... + +I (60770) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 B9 98 DD 37 FF FF FF FF 00 00 00 +I (60780) PXID_TASK: Source Address: 0xB998DD37 +I (60790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (60790) PXID_TASK: Discovery Flag: 0x00 +I (60800) PXID_TASK: Slot Number: 0x00 +I (60800) PXID_TASK: Version Number: 0x00 + + + +I (60800) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 +I (60820) irda_crc1: CRC: 0x0456 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB +I (60840) irda_crc1: CRC: 0xF0B8 +I (60840) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (60850) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 B9 98 DD 37 01 00 00 90 24 00 54 45 53 54 A9 FB C1 +I (60870) PXID REPLY: Wrote 36 bytes +I (60870) PXID REPLY: Sent reply packet +I (60870) RX_TASK: Send Success +I (60880) RX_TASK: Unterminated packet at offset 48 + +I (108910) RX_TASK: Read 256 bytes: '������������?l�B����' +I (108910) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 6c 9d |............?.l.| +I (108910) RX_TASK: 0x40813270 1c 42 ff ff ff ff 00 00 00 3d 05 c1 ff ff ff ff |.B.......=......| +I (108920) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 6c 9d 1c 42 ff ff |........?.l..B..| +I (108930) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (108940) RX_TASK: 0x408132a0 45 50 4f 43 66 3f c1 ff ff ff ff ff ff ff ff ff |EPOCf?..........| +I (108950) RX_TASK: 0x408132b0 ff c0 ff 3f 01 6c 9d 1c 42 ff ff ff ff 00 00 00 |...?.l..B.......| +I (108960) RX_TASK: 0x408132c0 3d 05 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |=..............?| +I (108970) RX_TASK: 0x408132d0 01 6c 9d 1c 42 ff ff ff ff 00 ff 00 82 24 00 53 |.l..B........$.S| +I (108980) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 66 3f c1 ff ff |ymbian EPOCf?...| +I (108980) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 6c 9d 1c 42 |..........?.l..B| +I (108990) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 3d 05 c1 ff ff ff ff ff ff |.......=........| +I (109000) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 6c 9d 1c 42 ff ff ff ff |......?.l..B....| +I (109010) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (109020) RX_TASK: 0x40813330 4f 43 66 3f c1 ff ff ff ff ff ff ff ff ff ff c0 |OCf?............| +I (109030) RX_TASK: 0x40813340 ff 3f 01 6c 9d 1c 42 ff ff ff ff 00 00 00 3d 05 |.?.l..B.......=.| +I (109040) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 6c |.............?.l| +I (109050) RX_TASK: Starting to Parse: 256 +I (109050) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (109060) RX_TASK: Address: 0xFF +I (109060) RX_TASK: Command bit: 1 +I (109060) RX_TASK: Control: 0x3F +I (109070) RX_TASK: Control: P-XID +I (109070) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (109080) irda_crc1: CRC: 0xF0B8 +I (109080) RX_TASK: CRC Check: VALID + +I (109090) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (109090) RX_TASK:  +ASCII: +.l..B....... + +I (109100) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (109110) PXID_TASK: Source Address: 0x6C9D1C42 +I (109110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (109120) PXID_TASK: Discovery Flag: 0x00 +I (109120) PXID_TASK: Slot Number: 0x00 +I (109120) PXID_TASK: Version Number: 0x00 + + + +I (109130) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (109150) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (109160) irda_crc1: CRC: 0xF0B8 +I (109170) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109180) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109190) PXID REPLY: Wrote 36 bytes +I (109200) PXID REPLY: Sent reply packet +I (109200) RX_TASK: Send Success +I (109200) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (109210) RX_TASK: Address: 0xFF +I (109210) RX_TASK: Command bit: 1 +I (109210) RX_TASK: Control: 0x3F +I (109220) RX_TASK: Control: P-XID +I (109220) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (109240) irda_crc1: CRC: 0xF0B8 +I (109240) RX_TASK: CRC Check: VALID + +I (109240) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (109250) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (109260) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (109270) PXID_TASK: Source Address: 0x6C9D1C42 +I (109280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (109280) PXID_TASK: Discovery Flag: 0x00 +I (109280) PXID_TASK: Slot Number: 0xFF +I (109290) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (109300) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (109320) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (109330) irda_crc1: CRC: 0xF0B8 +I (109340) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109350) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109360) PXID REPLY: Wrote 36 bytes +I (109360) PXID REPLY: Sent reply packet +I (109370) RX_TASK: Send Success +I (109370) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (109380) RX_TASK: Address: 0xFF +I (109380) RX_TASK: Command bit: 1 +I (109380) RX_TASK: Control: 0x3F +I (109390) RX_TASK: Control: P-XID +I (109390) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (109400) irda_crc1: CRC: 0xF0B8 +I (109400) RX_TASK: CRC Check: VALID + +I (109410) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (109410) RX_TASK:  +ASCII: +.l..B....... + +I (109420) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (109430) PXID_TASK: Source Address: 0x6C9D1C42 +I (109430) PXID_TASK: Destination Address: 0xFFFFFFFF +I (109440) PXID_TASK: Discovery Flag: 0x00 +I (109440) PXID_TASK: Slot Number: 0x00 +I (109440) PXID_TASK: Version Number: 0x00 + + + +I (109450) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (109470) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (109480) irda_crc1: CRC: 0xF0B8 +I (109490) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109500) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109510) PXID REPLY: Wrote 36 bytes +I (109520) PXID REPLY: Sent reply packet +I (109520) RX_TASK: Send Success +I (109520) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (109530) RX_TASK: Address: 0xFF +I (109530) RX_TASK: Command bit: 1 +I (109530) RX_TASK: Control: 0x3F +I (109540) RX_TASK: Control: P-XID +I (109540) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (109560) irda_crc1: CRC: 0xF0B8 +I (109560) RX_TASK: CRC Check: VALID + +I (109560) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (109570) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (109580) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (109590) PXID_TASK: Source Address: 0x6C9D1C42 +I (109600) PXID_TASK: Destination Address: 0xFFFFFFFF +I (109600) PXID_TASK: Discovery Flag: 0x00 +I (109600) PXID_TASK: Slot Number: 0xFF +I (109610) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (109620) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (109640) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (109650) irda_crc1: CRC: 0xF0B8 +I (109660) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109670) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109680) PXID REPLY: Wrote 36 bytes +I (109690) PXID REPLY: Sent reply packet +I (109690) RX_TASK: Send Success +I (109690) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (109700) RX_TASK: Address: 0xFF +I (109700) RX_TASK: Command bit: 1 +I (109700) RX_TASK: Control: 0x3F +I (109710) RX_TASK: Control: P-XID +I (109710) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (109720) irda_crc1: CRC: 0xF0B8 +I (109730) RX_TASK: CRC Check: VALID + +I (109730) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (109740) RX_TASK:  +ASCII: +.l..B....... + +I (109740) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (109750) PXID_TASK: Source Address: 0x6C9D1C42 +I (109750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (109760) PXID_TASK: Discovery Flag: 0x00 +I (109760) PXID_TASK: Slot Number: 0x00 +I (109760) PXID_TASK: Version Number: 0x00 + + + +I (109770) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (109790) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (109800) irda_crc1: CRC: 0xF0B8 +I (109810) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109830) PXID REPLY: Wrote 36 bytes +I (109840) PXID REPLY: Sent reply packet +I (109840) RX_TASK: Send Success +I (109840) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (109850) RX_TASK: Address: 0xFF +I (109850) RX_TASK: Command bit: 1 +I (109860) RX_TASK: Control: 0x3F +I (109860) RX_TASK: Control: P-XID +I (109860) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (109880) irda_crc1: CRC: 0xF0B8 +I (109880) RX_TASK: CRC Check: VALID + +I (109880) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (109890) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (109900) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (109910) PXID_TASK: Source Address: 0x6C9D1C42 +I (109920) PXID_TASK: Destination Address: 0xFFFFFFFF +I (109920) PXID_TASK: Discovery Flag: 0x00 +I (109920) PXID_TASK: Slot Number: 0xFF +I (109930) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (109940) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (109960) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (109970) irda_crc1: CRC: 0xF0B8 +I (109980) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (109990) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110000) PXID REPLY: Wrote 36 bytes +I (110010) PXID REPLY: Sent reply packet +I (110010) RX_TASK: Send Success +I (110010) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (110020) RX_TASK: Address: 0xFF +I (110020) RX_TASK: Command bit: 1 +I (110020) RX_TASK: Control: 0x3F +I (110030) RX_TASK: Control: P-XID +I (110030) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (110040) irda_crc1: CRC: 0xF0B8 +I (110050) RX_TASK: CRC Check: VALID + +I (110050) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (110060) RX_TASK:  +ASCII: +.l..B....... + +I (110060) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (110070) PXID_TASK: Source Address: 0x6C9D1C42 +I (110070) PXID_TASK: Destination Address: 0xFFFFFFFF +I (110080) PXID_TASK: Discovery Flag: 0x00 +I (110080) PXID_TASK: Slot Number: 0x00 +I (110080) PXID_TASK: Version Number: 0x00 + + + +I (110090) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (110110) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (110120) irda_crc1: CRC: 0xF0B8 +I (110130) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110140) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110150) PXID REPLY: Wrote 36 bytes +I (110160) PXID REPLY: Sent reply packet +I (110160) RX_TASK: Send Success +I (110160) RX_TASK: Unterminated packet at offset 251 + +I (110170) RX_TASK: Read 256 bytes: '�B����' +I (110170) RX_TASK: 0x40813260 9d 1c 42 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |..B........$.Sym| +I (110180) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 66 3f c1 ff ff ff ff |bian EPOCf?.....| +I (110190) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 6c 9d 1c 42 ff ff |........?.l..B..| +I (110200) RX_TASK: 0x40813290 ff ff 00 00 00 3d 05 c1 ff ff ff ff ff ff ff ff |.....=..........| +I (110210) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 6c 9d 1c 42 ff ff ff ff 00 ff |....?.l..B......| +I (110220) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (110230) RX_TASK: 0x408132c0 66 3f c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |f?.............?| +I (110240) RX_TASK: 0x408132d0 01 6c 9d 1c 42 ff ff ff ff 00 00 00 3d 05 c1 ff |.l..B.......=...| +I (110240) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 6c 9d 1c |...........?.l..| +I (110250) RX_TASK: 0x408132f0 42 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |B........$.Symbi| +I (110260) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 66 3f c1 ff ff ff ff ff ff |an EPOCf?.......| +I (110270) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 6c 9d 1c 42 ff ff ff ff |......?.l..B....| +I (110280) RX_TASK: 0x40813320 00 00 00 3d 05 c1 ff ff ff ff ff ff ff ff ff ff |...=............| +I (110290) RX_TASK: 0x40813330 c0 ff 3f 01 6c 9d 1c 42 ff ff ff ff 00 ff 00 82 |..?.l..B........| +I (110300) RX_TASK: 0x40813340 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 66 3f |$.Symbian EPOCf?| +I (110310) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 6c |.............?.l| +I (110320) RX_TASK: Starting to Parse: 256 +I (110320) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (110330) RX_TASK: Address: 0xFF +I (110330) RX_TASK: Command bit: 1 +I (110330) RX_TASK: Control: 0x3F +I (110330) RX_TASK: Control: P-XID +I (110340) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (110350) irda_crc1: CRC: 0xF0B8 +I (110350) RX_TASK: CRC Check: VALID + +I (110360) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (110360) RX_TASK:  +ASCII: +.l..B....... + +I (110370) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (110370) PXID_TASK: Source Address: 0x6C9D1C42 +I (110380) PXID_TASK: Destination Address: 0xFFFFFFFF +I (110380) PXID_TASK: Discovery Flag: 0x00 +I (110390) PXID_TASK: Slot Number: 0x00 +I (110390) PXID_TASK: Version Number: 0x00 + + + +I (110400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (110420) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (110430) irda_crc1: CRC: 0xF0B8 +I (110430) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110460) PXID REPLY: Wrote 36 bytes +I (110460) PXID REPLY: Sent reply packet +I (110470) RX_TASK: Send Success +I (110470) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (110480) RX_TASK: Address: 0xFF +I (110480) RX_TASK: Command bit: 1 +I (110480) RX_TASK: Control: 0x3F +I (110490) RX_TASK: Control: P-XID +I (110490) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (110500) irda_crc1: CRC: 0xF0B8 +I (110510) RX_TASK: CRC Check: VALID + +I (110510) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (110520) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (110530) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (110540) PXID_TASK: Source Address: 0x6C9D1C42 +I (110540) PXID_TASK: Destination Address: 0xFFFFFFFF +I (110550) PXID_TASK: Discovery Flag: 0x00 +I (110550) PXID_TASK: Slot Number: 0xFF +I (110560) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (110570) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (110590) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (110600) irda_crc1: CRC: 0xF0B8 +I (110600) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110620) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110630) PXID REPLY: Wrote 36 bytes +I (110630) PXID REPLY: Sent reply packet +I (110640) RX_TASK: Send Success +I (110640) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (110650) RX_TASK: Address: 0xFF +I (110650) RX_TASK: Command bit: 1 +I (110650) RX_TASK: Control: 0x3F +I (110660) RX_TASK: Control: P-XID +I (110660) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (110670) irda_crc1: CRC: 0xF0B8 +I (110670) RX_TASK: CRC Check: VALID + +I (110680) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (110680) RX_TASK:  +ASCII: +.l..B....... + +I (110690) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (110700) PXID_TASK: Source Address: 0x6C9D1C42 +I (110700) PXID_TASK: Destination Address: 0xFFFFFFFF +I (110700) PXID_TASK: Discovery Flag: 0x00 +I (110710) PXID_TASK: Slot Number: 0x00 +I (110710) PXID_TASK: Version Number: 0x00 + + + +I (110720) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (110740) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (110750) irda_crc1: CRC: 0xF0B8 +I (110750) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110770) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110780) PXID REPLY: Wrote 36 bytes +I (110780) PXID REPLY: Sent reply packet +I (110790) RX_TASK: Send Success +I (110790) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (110800) RX_TASK: Address: 0xFF +I (110800) RX_TASK: Command bit: 1 +I (110800) RX_TASK: Control: 0x3F +I (110810) RX_TASK: Control: P-XID +I (110810) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (110820) irda_crc1: CRC: 0xF0B8 +I (110830) RX_TASK: CRC Check: VALID + +I (110830) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (110840) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (110850) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (110860) PXID_TASK: Source Address: 0x6C9D1C42 +I (110860) PXID_TASK: Destination Address: 0xFFFFFFFF +I (110870) PXID_TASK: Discovery Flag: 0x00 +I (110870) PXID_TASK: Slot Number: 0xFF +I (110880) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (110890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (110910) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (110920) irda_crc1: CRC: 0xF0B8 +I (110920) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (110950) PXID REPLY: Wrote 36 bytes +I (110950) PXID REPLY: Sent reply packet +I (110960) RX_TASK: Send Success +I (110960) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (110970) RX_TASK: Address: 0xFF +I (110970) RX_TASK: Command bit: 1 +I (110970) RX_TASK: Control: 0x3F +I (110980) RX_TASK: Control: P-XID +I (110980) RX_TASK: CRC: 0x3D05 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 00 00 3D 05 +I (110990) irda_crc1: CRC: 0xF0B8 +I (110990) RX_TASK: CRC Check: VALID + +I (111000) RX_TASK: Payload (12 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (111000) RX_TASK:  +ASCII: +.l..B....... + +I (111010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 6C 9D 1C 42 FF FF FF FF 00 00 00 +I (111020) PXID_TASK: Source Address: 0x6C9D1C42 +I (111020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (111030) PXID_TASK: Discovery Flag: 0x00 +I (111030) PXID_TASK: Slot Number: 0x00 +I (111030) PXID_TASK: Version Number: 0x00 + + + +I (111040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (111060) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (111070) irda_crc1: CRC: 0xF0B8 +I (111080) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (111090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (111100) PXID REPLY: Wrote 36 bytes +I (111110) PXID REPLY: Sent reply packet +I (111110) RX_TASK: Send Success +I (111110) RX_TASK:  +=== Packet 6 (offset 208, length 33) === + +I (111120) RX_TASK: Address: 0xFF +I (111120) RX_TASK: Command bit: 1 +I (111120) RX_TASK: Control: 0x3F +I (111130) RX_TASK: Control: P-XID +I (111130) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (111150) irda_crc1: CRC: 0xF0B8 +I (111150) RX_TASK: CRC Check: VALID + +I (111150) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (111160) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (111170) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (111180) PXID_TASK: Source Address: 0x6C9D1C42 +I (111180) PXID_TASK: Destination Address: 0xFFFFFFFF +I (111190) PXID_TASK: Discovery Flag: 0x00 +I (111190) PXID_TASK: Slot Number: 0xFF +I (111200) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (111210) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (111230) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (111240) irda_crc1: CRC: 0xF0B8 +I (111240) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (111260) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (111270) PXID REPLY: Wrote 36 bytes +I (111270) PXID REPLY: Sent reply packet +I (111280) RX_TASK: Send Success +I (111280) RX_TASK: Unterminated packet at offset 251 + +I (112290) RX_TASK: Read 56 bytes: '�B����' +I (112290) RX_TASK: 0x40813260 9d 1c 42 ff ff ff ff 00 00 00 3d 05 c1 ff ff ff |..B.......=.....| +I (112290) RX_TASK: 0x40813270 ff ff ff ff ff ff ff c0 ff 3f 01 6c 9d 1c 42 ff |.........?.l..B.| +I (112300) RX_TASK: 0x40813280 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (112300) RX_TASK: 0x40813290 20 45 50 4f 43 66 3f c1 | EPOCf?.| +I (112310) RX_TASK: Starting to Parse: 56 +I (112320) RX_TASK:  +=== Packet 1 (offset 23, length 33) === + +I (112320) RX_TASK: Address: 0xFF +I (112330) RX_TASK: Command bit: 1 +I (112330) RX_TASK: Control: 0x3F +I (112330) RX_TASK: Control: P-XID +I (112330) RX_TASK: CRC: 0x663F +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 66 3F +I (112350) irda_crc1: CRC: 0xF0B8 +I (112350) RX_TASK: CRC Check: VALID + +I (112360) RX_TASK: Payload (27 bytes): +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (112370) RX_TASK:  +ASCII: +.l..B........$.Symbian EPOC + +I (112370) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 6C 9D 1C 42 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (112390) PXID_TASK: Source Address: 0x6C9D1C42 +I (112390) PXID_TASK: Destination Address: 0xFFFFFFFF +I (112390) PXID_TASK: Discovery Flag: 0x00 +I (112400) PXID_TASK: Slot Number: 0xFF +I (112400) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (112410) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 +I (112430) irda_crc1: CRC: 0xA081 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F +I (112450) irda_crc1: CRC: 0xF0B8 +I (112450) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (112460) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 6C 9D 1C 42 01 00 00 90 24 00 54 45 53 54 7E 5F C1 +I (112480) PXID REPLY: Wrote 36 bytes +I (112480) PXID REPLY: Sent reply packet +I (112480) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_39904 b/build/log/idf_py_stdout_output_39904 new file mode 100644 index 0000000..f71569e --- /dev/null +++ b/build/log/idf_py_stdout_output_39904 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function] + 453 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2de40 bytes. Smallest app partition is 0x100000 bytes. 0xd21c0 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 501.1 kbit/s)... +Hash of data verified. +Compressed 187968 bytes to 95607... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae8... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288b8... (66 %) +Writing at 0x00030bab... (83 %) +Writing at 0x00037975... (100 %) +Wrote 187968 bytes (95607 compressed) at 0x00010000 in 1.7 seconds (effective 906.4 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40030 b/build/log/idf_py_stdout_output_40030 new file mode 100644 index 0000000..5453734 --- /dev/null +++ b/build/log/idf_py_stdout_output_40030 @@ -0,0 +1,694 @@ +ned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a0a4h ( 41124) map +I (89) esp_image: segment 1: paddr=0001a0cc vaddr=40800000 size=05f4ch ( 24396) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16480h ( 91264) map +I (113) esp_image: segment 3: paddr=000364a8 vaddr=40805f4c size=061d8h ( 25048) load +I (119) esp_image: segment 4: paddr=0003c688 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: a7834104c... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (1240) RX_TASK: Read 1 bytes: '�' +I (1240) RX_TASK: 0x40813260 ff |.| +I (1240) RX_TASK: Starting to Parse: 1 +I (10050) RX_TASK: Read 256 bytes: '������������?!A�����' +I (10050) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 21 41 |............?.!A| +I (10050) RX_TASK: 0x40813270 d7 13 ff ff ff ff 00 00 00 73 b3 c1 ff ff ff ff |.........s......| +I (10060) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 21 41 d7 13 ff ff |........?.!A....| +I (10070) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (10080) RX_TASK: 0x408132a0 45 50 4f 43 90 b6 c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (10090) RX_TASK: 0x408132b0 ff c0 ff 3f 01 21 41 d7 13 ff ff ff ff 00 00 00 |...?.!A.........| +I (10100) RX_TASK: 0x408132c0 73 b3 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |s..............?| +I (10100) RX_TASK: 0x408132d0 01 21 41 d7 13 ff ff ff ff 00 ff 00 82 24 00 53 |.!A..........$.S| +I (10110) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 90 b6 c1 ff ff |ymbian EPOC.....| +I (10120) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 21 41 d7 13 |..........?.!A..| +I (10130) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 73 b3 c1 ff ff ff ff ff ff |.......s........| +I (10140) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 21 41 d7 13 ff ff ff ff 00 |.....?.!A.......| +I (10150) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (10160) RX_TASK: 0x40813330 43 90 b6 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C...............| +I (10170) RX_TASK: 0x40813340 3f 01 21 41 d7 13 ff ff ff ff 00 00 00 73 b3 c1 |?.!A.........s..| +I (10170) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 21 41 |............?.!A| +I (10180) RX_TASK: Starting to Parse: 256 +I (10190) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (10190) RX_TASK: Address: 0xFF +I (10200) RX_TASK: Command bit: 1 +I (10200) RX_TASK: Control: 0x3F +I (10200) RX_TASK: Control: P-XID +I (10200) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (10220) irda_crc1: CRC: 0xF0B8 +I (10220) RX_TASK: CRC Check: VALID + +I (10220) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (10230) RX_TASK:  +ASCII: +.!A......... + +I (10230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (10240) PXID_TASK: Source Address: 0x2141D713 +I (10250) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10250) PXID_TASK: Discovery Flag: 0x00 +I (10250) PXID_TASK: Slot Number: 0x00 +I (10260) PXID_TASK: Version Number: 0x00 + + + +I (10260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (10280) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (10300) irda_crc1: CRC: 0xF0B8 +I (10300) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10310) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10330) PXID REPLY: Wrote 36 bytes +I (10330) PXID REPLY: Sent reply packet +I (10330) RX_TASK: Send Success +I (10340) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (10340) RX_TASK: Address: 0xFF +I (10340) RX_TASK: Command bit: 1 +I (10350) RX_TASK: Control: 0x3F +I (10350) RX_TASK: Control: P-XID +I (10350) RX_TASK: CRC: 0x90B6 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 90 B6 +I (10370) irda_crc1: CRC: 0xF0B8 +I (10370) RX_TASK: CRC Check: VALID + +I (10380) RX_TASK: Payload (27 bytes): +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10390) RX_TASK:  +ASCII: +.!A..........$.Symbian EPOC + +I (10390) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10400) PXID_TASK: Source Address: 0x2141D713 +I (10410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10410) PXID_TASK: Discovery Flag: 0x00 +I (10420) PXID_TASK: Slot Number: 0xFF +I (10420) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (10450) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (10460) irda_crc1: CRC: 0xF0B8 +I (10470) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10480) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10490) PXID REPLY: Wrote 36 bytes +I (10500) PXID REPLY: Sent reply packet +I (10500) RX_TASK: Send Success +I (10500) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (10510) RX_TASK: Address: 0xFF +I (10510) RX_TASK: Command bit: 1 +I (10520) RX_TASK: Control: 0x3F +I (10520) RX_TASK: Control: P-XID +I (10520) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (10530) irda_crc1: CRC: 0xF0B8 +I (10540) RX_TASK: CRC Check: VALID + +I (10540) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (10550) RX_TASK:  +ASCII: +.!A......... + +I (10550) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (10560) PXID_TASK: Source Address: 0x2141D713 +I (10560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10570) PXID_TASK: Discovery Flag: 0x00 +I (10570) PXID_TASK: Slot Number: 0x00 +I (10570) PXID_TASK: Version Number: 0x00 + + + +I (10580) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (10600) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (10610) irda_crc1: CRC: 0xF0B8 +I (10620) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10640) PXID REPLY: Wrote 36 bytes +I (10650) PXID REPLY: Sent reply packet +I (10650) RX_TASK: Send Success +I (10650) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (10660) RX_TASK: Address: 0xFF +I (10660) RX_TASK: Command bit: 1 +I (10660) RX_TASK: Control: 0x3F +I (10670) RX_TASK: Control: P-XID +I (10670) RX_TASK: CRC: 0x90B6 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 90 B6 +I (10690) irda_crc1: CRC: 0xF0B8 +I (10690) RX_TASK: CRC Check: VALID + +I (10690) RX_TASK: Payload (27 bytes): +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10700) RX_TASK:  +ASCII: +.!A..........$.Symbian EPOC + +I (10710) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (10720) PXID_TASK: Source Address: 0x2141D713 +I (10720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10730) PXID_TASK: Discovery Flag: 0x00 +I (10730) PXID_TASK: Slot Number: 0xFF +I (10740) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (10750) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (10770) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (10780) irda_crc1: CRC: 0xF0B8 +I (10780) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10800) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10810) PXID REPLY: Wrote 36 bytes +I (10810) PXID REPLY: Sent reply packet +I (10820) RX_TASK: Send Success +I (10820) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (10830) RX_TASK: Address: 0xFF +I (10830) RX_TASK: Command bit: 1 +I (10830) RX_TASK: Control: 0x3F +I (10830) RX_TASK: Control: P-XID +I (10840) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (10850) irda_crc1: CRC: 0xF0B8 +I (10850) RX_TASK: CRC Check: VALID + +I (10860) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (10860) RX_TASK:  +ASCII: +.!A......... + +I (10870) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (10870) PXID_TASK: Source Address: 0x2141D713 +I (10880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (10880) PXID_TASK: Discovery Flag: 0x00 +I (10890) PXID_TASK: Slot Number: 0x00 +I (10890) PXID_TASK: Version Number: 0x00 + + + +I (10890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (10920) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (10930) irda_crc1: CRC: 0xF0B8 +I (10930) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10950) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (10960) PXID REPLY: Wrote 36 bytes +I (10960) PXID REPLY: Sent reply packet +I (10970) RX_TASK: Send Success +I (10970) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (10970) RX_TASK: Address: 0xFF +I (10980) RX_TASK: Command bit: 1 +I (10980) RX_TASK: Control: 0x3F +I (10980) RX_TASK: Control: P-XID +I (10990) RX_TASK: CRC: 0x90B6 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 90 B6 +I (11000) irda_crc1: CRC: 0xF0B8 +I (11010) RX_TASK: CRC Check: VALID + +I (11010) RX_TASK: Payload (27 bytes): +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11020) RX_TASK:  +ASCII: +.!A..........$.Symbian EPOC + +I (11020) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (11040) PXID_TASK: Source Address: 0x2141D713 +I (11040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11050) PXID_TASK: Discovery Flag: 0x00 +I (11050) PXID_TASK: Slot Number: 0xFF +I (11050) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (11060) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (11080) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (11100) irda_crc1: CRC: 0xF0B8 +I (11100) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (11110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (11130) PXID REPLY: Wrote 36 bytes +I (11130) PXID REPLY: Sent reply packet +I (11130) RX_TASK: Send Success +I (11140) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (11140) RX_TASK: Address: 0xFF +I (11140) RX_TASK: Command bit: 1 +I (11150) RX_TASK: Control: 0x3F +I (11150) RX_TASK: Control: P-XID +I (11150) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (11170) irda_crc1: CRC: 0xF0B8 +I (11170) RX_TASK: CRC Check: VALID + +I (11170) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (11180) RX_TASK:  +ASCII: +.!A......... + +I (11180) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (11190) PXID_TASK: Source Address: 0x2141D713 +I (11200) PXID_TASK: Destination Address: 0xFFFFFFFF +I (11200) PXID_TASK: Discovery Flag: 0x00 +I (11200) PXID_TASK: Slot Number: 0x00 +I (11210) PXID_TASK: Version Number: 0x00 + + + +I (11210) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (11230) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (11250) irda_crc1: CRC: 0xF0B8 +I (11250) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (11260) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (11280) PXID REPLY: Wrote 36 bytes +I (11280) PXID REPLY: Sent reply packet +I (11280) RX_TASK: Send Success +I (11290) RX_TASK: Unterminated packet at offset 250 + +I (12290) RX_TASK: Read 240 bytes: '�����' +I (12290) RX_TASK: 0x40813260 d7 13 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |..........$.Symb| +I (12290) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 90 b6 c1 ff ff ff ff ff |ian EPOC........| +I (12300) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 21 41 d7 13 ff ff ff |.......?.!A.....| +I (12300) RX_TASK: 0x40813290 ff 00 00 00 73 b3 c1 ff ff ff ff ff ff ff ff ff |....s...........| +I (12310) RX_TASK: 0x408132a0 ff c0 ff 3f 01 21 41 d7 13 ff ff ff ff 00 ff 00 |...?.!A.........| +I (12320) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 90 |.$.Symbian EPOC.| +I (12330) RX_TASK: 0x408132c0 b6 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (12340) RX_TASK: 0x408132d0 21 41 d7 13 ff ff ff ff 00 00 00 73 b3 c1 ff ff |!A.........s....| +I (12350) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 21 41 d7 13 |..........?.!A..| +I (12360) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (12370) RX_TASK: 0x40813300 6e 20 45 50 4f 43 90 b6 c1 ff ff ff ff ff ff ff |n EPOC..........| +I (12380) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 21 41 d7 13 ff ff ff ff 00 |.....?.!A.......| +I (12380) RX_TASK: 0x40813320 00 00 73 b3 c1 ff ff ff ff ff ff ff ff ff ff c0 |..s.............| +I (12390) RX_TASK: 0x40813330 ff 3f 01 21 41 d7 13 ff ff ff ff 00 ff 00 82 24 |.?.!A..........$| +I (12400) RX_TASK: 0x40813340 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 90 b6 c1 |.Symbian EPOC...| +I (12410) RX_TASK: Starting to Parse: 240 +I (12410) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (12420) RX_TASK: Address: 0xFF +I (12420) RX_TASK: Command bit: 1 +I (12430) RX_TASK: Control: 0x3F +I (12430) RX_TASK: Control: P-XID +I (12430) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (12440) irda_crc1: CRC: 0xF0B8 +I (12450) RX_TASK: CRC Check: VALID + +I (12450) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (12460) RX_TASK:  +ASCII: +.!A......... + +I (12460) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (12470) PXID_TASK: Source Address: 0x2141D713 +I (12470) PXID_TASK: Destination Address: 0xFFFFFFFF +I (12480) PXID_TASK: Discovery Flag: 0x00 +I (12480) PXID_TASK: Slot Number: 0x00 +I (12480) PXID_TASK: Version Number: 0x00 + + + +I (12490) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (12510) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (12520) irda_crc1: CRC: 0xF0B8 +I (12530) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (12540) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (12550) PXID REPLY: Wrote 36 bytes +I (12560) PXID REPLY: Sent reply packet +I (12560) RX_TASK: Send Success +I (12560) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (12570) RX_TASK: Address: 0xFF +I (12570) RX_TASK: Command bit: 1 +I (12570) RX_TASK: Control: 0x3F +I (12580) RX_TASK: Control: P-XID +I (12580) RX_TASK: CRC: 0x90B6 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 90 B6 +I (12600) irda_crc1: CRC: 0xF0B8 +I (12600) RX_TASK: CRC Check: VALID + +I (12600) RX_TASK: Payload (27 bytes): +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (12610) RX_TASK:  +ASCII: +.!A..........$.Symbian EPOC + +I (12620) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (12630) PXID_TASK: Source Address: 0x2141D713 +I (12640) PXID_TASK: Destination Address: 0xFFFFFFFF +I (12640) PXID_TASK: Discovery Flag: 0x00 +I (12640) PXID_TASK: Slot Number: 0xFF +I (12650) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (12660) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (12680) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (12690) irda_crc1: CRC: 0xF0B8 +I (12690) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (12710) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (12720) PXID REPLY: Wrote 36 bytes +I (12720) PXID REPLY: Sent reply packet +I (12730) RX_TASK: Send Success +I (12730) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (12740) RX_TASK: Address: 0xFF +I (12740) RX_TASK: Command bit: 1 +I (12740) RX_TASK: Control: 0x3F +I (12750) RX_TASK: Control: P-XID +I (12750) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (12760) irda_crc1: CRC: 0xF0B8 +I (12760) RX_TASK: CRC Check: VALID + +I (12770) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (12770) RX_TASK:  +ASCII: +.!A......... + +I (12780) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (12790) PXID_TASK: Source Address: 0x2141D713 +I (12790) PXID_TASK: Destination Address: 0xFFFFFFFF +I (12790) PXID_TASK: Discovery Flag: 0x00 +I (12800) PXID_TASK: Slot Number: 0x00 +I (12800) PXID_TASK: Version Number: 0x00 + + + +I (12810) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (12830) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (12840) irda_crc1: CRC: 0xF0B8 +I (12840) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (12860) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (12870) PXID REPLY: Wrote 36 bytes +I (12870) PXID REPLY: Sent reply packet +I (12880) RX_TASK: Send Success +I (12880) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (12890) RX_TASK: Address: 0xFF +I (12890) RX_TASK: Command bit: 1 +I (12890) RX_TASK: Control: 0x3F +I (12890) RX_TASK: Control: P-XID +I (12900) RX_TASK: CRC: 0x90B6 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 90 B6 +I (12910) irda_crc1: CRC: 0xF0B8 +I (12920) RX_TASK: CRC Check: VALID + +I (12920) RX_TASK: Payload (27 bytes): +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (12930) RX_TASK:  +ASCII: +.!A..........$.Symbian EPOC + +I (12940) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (12950) PXID_TASK: Source Address: 0x2141D713 +I (12950) PXID_TASK: Destination Address: 0xFFFFFFFF +I (12960) PXID_TASK: Discovery Flag: 0x00 +I (12960) PXID_TASK: Slot Number: 0xFF +I (12960) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (12970) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (12990) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (13010) irda_crc1: CRC: 0xF0B8 +I (13010) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (13020) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (13040) PXID REPLY: Wrote 36 bytes +I (13040) PXID REPLY: Sent reply packet +I (13040) RX_TASK: Send Success +I (13050) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (13050) RX_TASK: Address: 0xFF +I (13060) RX_TASK: Command bit: 1 +I (13060) RX_TASK: Control: 0x3F +I (13060) RX_TASK: Control: P-XID +I (13060) RX_TASK: CRC: 0x73B3 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 00 00 73 B3 +I (13080) irda_crc1: CRC: 0xF0B8 +I (13080) RX_TASK: CRC Check: VALID + +I (13080) RX_TASK: Payload (12 bytes): +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (13090) RX_TASK:  +ASCII: +.!A......... + +I (13090) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 21 41 D7 13 FF FF FF FF 00 00 00 +I (13100) PXID_TASK: Source Address: 0x2141D713 +I (13110) PXID_TASK: Destination Address: 0xFFFFFFFF +I (13110) PXID_TASK: Discovery Flag: 0x00 +I (13110) PXID_TASK: Slot Number: 0x00 +I (13120) PXID_TASK: Version Number: 0x00 + + + +I (13120) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (13140) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (13160) irda_crc1: CRC: 0xF0B8 +I (13160) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (13170) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (13190) PXID REPLY: Wrote 36 bytes +I (13190) PXID REPLY: Sent reply packet +I (13190) RX_TASK: Send Success +I (13200) RX_TASK:  +=== Packet 6 (offset 207, length 33) === + +I (13200) RX_TASK: Address: 0xFF +I (13200) RX_TASK: Command bit: 1 +I (13210) RX_TASK: Control: 0x3F +I (13210) RX_TASK: Control: P-XID +I (13210) RX_TASK: CRC: 0x90B6 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 90 B6 +I (13230) irda_crc1: CRC: 0xF0B8 +I (13230) RX_TASK: CRC Check: VALID + +I (13240) RX_TASK: Payload (27 bytes): +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (13250) RX_TASK:  +ASCII: +.!A..........$.Symbian EPOC + +I (13250) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 21 41 D7 13 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (13260) PXID_TASK: Source Address: 0x2141D713 +I (13270) PXID_TASK: Destination Address: 0xFFFFFFFF +I (13270) PXID_TASK: Discovery Flag: 0x00 +I (13280) PXID_TASK: Slot Number: 0xFF +I (13280) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (13290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 +I (13310) irda_crc1: CRC: 0xD852 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 +I (13320) irda_crc1: CRC: 0xF0B8 +I (13330) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (13340) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 21 41 D7 13 01 00 00 90 24 00 54 45 53 54 AD 27 C1 +I (13350) PXID REPLY: Wrote 36 bytes +I (13360) PXID REPLY: Sent reply packet +I (13360) RX_TASK: Send Success diff --git a/build/log/idf_py_stdout_output_40048 b/build/log/idf_py_stdout_output_40048 new file mode 100644 index 0000000..e65088b --- /dev/null +++ b/build/log/idf_py_stdout_output_40048 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:453:13: warning: 'tx_task' defined but not used [-Wunused-function] + 453 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dec0 bytes. Smallest app partition is 0x100000 bytes. 0xd2140 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 502.5 kbit/s)... +Hash of data verified. +Compressed 188096 bytes to 95669... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaf4... (33 %) +Writing at 0x000215f0... (50 %) +Writing at 0x000288b8... (66 %) +Writing at 0x00030bba... (83 %) +Writing at 0x00037999... (100 %) +Wrote 188096 bytes (95669 compressed) at 0x00010000 in 1.7 seconds (effective 910.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.0 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40174 b/build/log/idf_py_stdout_output_40174 new file mode 100644 index 0000000..40def7e --- /dev/null +++ b/build/log/idf_py_stdout_output_40174 @@ -0,0 +1,31 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a10ch ( 41228) map +I (89) esp_image: segment 1: paddr=0001a134 vaddr=40800000 size=05ee4h ( 24292) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=164a4h ( 91300) map +I (113) esp_image: segment 3: paddr=000364cc vaddr=40805ee4 size=06240h ( 25152) load +I (119) esp_image: segment 4: paddr=0003c714 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... diff --git a/build/log/idf_py_stdout_output_40181 b/build/log/idf_py_stdout_output_40181 new file mode 100644 index 0000000..be4bca6 --- /dev/null +++ b/build/log/idf_py_stdout_output_40181 @@ -0,0 +1,18 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dec0 bytes. Smallest app partition is 0x100000 bytes. 0xd2140 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting...................................... + +A fatal error occurred: Failed to connect to ESP32-C6: No serial data received. +For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html +FAILED: CMakeFiles/flash /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/CMakeFiles/flash +cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_40203 b/build/log/idf_py_stdout_output_40203 new file mode 100644 index 0000000..ef78b12 --- /dev/null +++ b/build/log/idf_py_stdout_output_40203 @@ -0,0 +1,48 @@ +[1/5] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dec0 bytes. Smallest app partition is 0x100000 bytes. 0xd2140 bytes (82%) free. +[2/5] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[3/5] No install step for 'bootloader' +[4/5] Completed 'bootloader' +[4/5] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 495.4 kbit/s)... +Hash of data verified. +Compressed 188096 bytes to 95669... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaf4... (33 %) +Writing at 0x000215f0... (50 %) +Writing at 0x000288b8... (66 %) +Writing at 0x00030bba... (83 %) +Writing at 0x00037999... (100 %) +Wrote 188096 bytes (95669 compressed) at 0x00010000 in 1.7 seconds (effective 902.2 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.6 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40221 b/build/log/idf_py_stdout_output_40221 new file mode 100644 index 0000000..3316bc3 --- /dev/null +++ b/build/log/idf_py_stdout_output_40221 @@ -0,0 +1,647 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a10ch ( 41228) map +I (89) esp_image: segment 1: paddr=0001a134 vaddr=40800000 size=05ee4h ( 24292) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=164a4h ( 91300) map +I (113) esp_image: segment 3: paddr=000364cc vaddr=40805ee4 size=06240h ( 25152) load +I (119) esp_image: segment 4: paddr=0003c714 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 6e7b06d16... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (1240) RX_TASK: Read 1 bytes: '�' +I (1240) RX_TASK: 0x40813260 ff |.| +I (1240) RX_TASK: Starting to Parse: 1 +I (76830) RX_TASK: Read 256 bytes: '������������?E1u����' +I (76830) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 45 31 |............?.E1| +I (76830) RX_TASK: 0x40813270 1b 75 ff ff ff ff 00 00 00 1e 41 c1 ff ff ff ff |.u........A.....| +I (76840) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 45 31 1b 75 ff ff |........?.E1.u..| +I (76850) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (76860) RX_TASK: 0x408132a0 45 50 4f 43 17 1a c1 ff ff ff ff ff ff ff ff ff |EPOC............| +I (76860) RX_TASK: 0x408132b0 ff c0 ff 3f 01 45 31 1b 75 ff ff ff ff 00 00 00 |...?.E1.u.......| +I (76870) RX_TASK: 0x408132c0 1e 41 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |.A.............?| +I (76880) RX_TASK: 0x408132d0 01 45 31 1b 75 ff ff ff ff 00 ff 00 82 24 00 53 |.E1.u........$.S| +I (76890) RX_TASK: 0x408132e0 79 6d 62 69 61 6e 20 45 50 4f 43 17 1a c1 ff ff |ymbian EPOC.....| +I (76900) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff ff c0 ff 3f 01 45 31 1b 75 |..........?.E1.u| +I (76910) RX_TASK: 0x40813300 ff ff ff ff 00 00 00 1e 41 c1 ff ff ff ff ff ff |........A.......| +I (76920) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 45 31 1b 75 ff ff ff ff |......?.E1.u....| +I (76930) RX_TASK: 0x40813320 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 |....$.Symbian EP| +I (76930) RX_TASK: 0x40813330 4f 43 17 1a c1 ff ff ff ff ff ff ff ff ff ff c0 |OC..............| +I (76940) RX_TASK: 0x40813340 ff 3f 01 45 31 1b 75 ff ff ff ff 00 00 00 1e 41 |.?.E1.u........A| +I (76950) RX_TASK: 0x40813350 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 45 |.............?.E| +I (76960) RX_TASK: Starting to Parse: 256 +I (76970) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (76970) RX_TASK: Address: 0xFF +I (76970) RX_TASK: Command bit: 1 +I (76980) RX_TASK: Control: 0x3F +I (76980) RX_TASK: Control: P-XID +I (76980) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (76990) irda_crc1: CRC: 0xF0B8 +I (77000) RX_TASK: CRC Check: VALID + +I (77000) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77010) RX_TASK:  +ASCII: +.E1.u....... + +I (77010) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77020) PXID_TASK: Source Address: 0x45311B75 +I (77020) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77030) PXID_TASK: Discovery Flag: 0x00 +I (77030) PXID_TASK: Slot Number: 0x00 +I (77040) PXID_TASK: Version Number: 0x00 + + + +I (77040) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (77060) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (77070) irda_crc1: CRC: 0xF0B8 +I (77080) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77090) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77100) PXID REPLY: Wrote 36 bytes +I (77110) PXID REPLY: Sent reply packet +I (77110) RX_TASK: Send Success +I (77110) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (77120) RX_TASK: Address: 0xFF +I (77120) RX_TASK: Command bit: 1 +I (77130) RX_TASK: Control: 0x3F +I (77130) RX_TASK: Control: P-XID +I (77130) RX_TASK: CRC: 0x171A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 17 1A +I (77150) irda_crc1: CRC: 0xF0B8 +I (77150) RX_TASK: CRC Check: VALID + +I (77150) RX_TASK: Payload (27 bytes): +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (77160) RX_TASK:  +ASCII: +.E1.u........$.Symbian EPOC + +I (77170) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (77180) PXID_TASK: Source Address: 0x45311B75 +I (77190) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77190) PXID_TASK: Discovery Flag: 0x00 +I (77190) PXID_TASK: Slot Number: 0xFF +I (77200) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (77210) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (77230) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (77240) irda_crc1: CRC: 0xF0B8 +I (77250) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77260) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77270) PXID REPLY: Wrote 36 bytes +I (77270) PXID REPLY: Sent reply packet +I (77280) RX_TASK: Send Success +I (77280) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (77290) RX_TASK: Address: 0xFF +I (77290) RX_TASK: Command bit: 1 +I (77290) RX_TASK: Control: 0x3F +I (77300) RX_TASK: Control: P-XID +I (77300) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (77310) irda_crc1: CRC: 0xF0B8 +I (77310) RX_TASK: CRC Check: VALID + +I (77320) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77320) RX_TASK:  +ASCII: +.E1.u....... + +I (77330) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77340) PXID_TASK: Source Address: 0x45311B75 +I (77340) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77340) PXID_TASK: Discovery Flag: 0x00 +I (77350) PXID_TASK: Slot Number: 0x00 +I (77350) PXID_TASK: Version Number: 0x00 + + + +I (77360) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (77380) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (77390) irda_crc1: CRC: 0xF0B8 +I (77390) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77410) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77420) PXID REPLY: Wrote 36 bytes +I (77420) PXID REPLY: Sent reply packet +I (77430) RX_TASK: Send Success +I (77430) RX_TASK:  +=== Packet 4 (offset 109, length 33) === + +I (77440) RX_TASK: Address: 0xFF +I (77440) RX_TASK: Command bit: 1 +I (77440) RX_TASK: Control: 0x3F +I (77440) RX_TASK: Control: P-XID +I (77450) RX_TASK: CRC: 0x171A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 17 1A +I (77460) irda_crc1: CRC: 0xF0B8 +I (77470) RX_TASK: CRC Check: VALID + +I (77470) RX_TASK: Payload (27 bytes): +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (77480) RX_TASK:  +ASCII: +.E1.u........$.Symbian EPOC + +I (77490) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (77500) PXID_TASK: Source Address: 0x45311B75 +I (77500) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77510) PXID_TASK: Discovery Flag: 0x00 +I (77510) PXID_TASK: Slot Number: 0xFF +I (77510) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (77520) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (77540) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (77560) irda_crc1: CRC: 0xF0B8 +I (77560) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77590) PXID REPLY: Wrote 36 bytes +I (77590) PXID REPLY: Sent reply packet +I (77590) RX_TASK: Send Success +I (77600) RX_TASK:  +=== Packet 5 (offset 152, length 18) === + +I (77600) RX_TASK: Address: 0xFF +I (77610) RX_TASK: Command bit: 1 +I (77610) RX_TASK: Control: 0x3F +I (77610) RX_TASK: Control: P-XID +I (77620) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (77630) irda_crc1: CRC: 0xF0B8 +I (77630) RX_TASK: CRC Check: VALID + +I (77630) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77640) RX_TASK:  +ASCII: +.E1.u....... + +I (77640) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77650) PXID_TASK: Source Address: 0x45311B75 +I (77660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77660) PXID_TASK: Discovery Flag: 0x00 +I (77660) PXID_TASK: Slot Number: 0x00 +I (77670) PXID_TASK: Version Number: 0x00 + + + +I (77670) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (77690) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (77710) irda_crc1: CRC: 0xF0B8 +I (77710) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77720) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77740) PXID REPLY: Wrote 36 bytes +I (77740) PXID REPLY: Sent reply packet +I (77740) RX_TASK: Send Success +I (77750) RX_TASK:  +=== Packet 6 (offset 180, length 33) === + +I (77750) RX_TASK: Address: 0xFF +I (77760) RX_TASK: Command bit: 1 +I (77760) RX_TASK: Control: 0x3F +I (77760) RX_TASK: Control: P-XID +I (77760) RX_TASK: CRC: 0x171A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 17 1A +I (77780) irda_crc1: CRC: 0xF0B8 +I (77780) RX_TASK: CRC Check: VALID + +I (77790) RX_TASK: Payload (27 bytes): +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (77800) RX_TASK:  +ASCII: +.E1.u........$.Symbian EPOC + +I (77800) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (77810) PXID_TASK: Source Address: 0x45311B75 +I (77820) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77820) PXID_TASK: Discovery Flag: 0x00 +I (77830) PXID_TASK: Slot Number: 0xFF +I (77830) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (77840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (77860) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (77880) irda_crc1: CRC: 0xF0B8 +I (77880) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (77900) PXID REPLY: Wrote 36 bytes +I (77910) PXID REPLY: Sent reply packet +I (77910) RX_TASK: Send Success +I (77910) RX_TASK:  +=== Packet 7 (offset 223, length 18) === + +I (77920) RX_TASK: Address: 0xFF +I (77920) RX_TASK: Command bit: 1 +I (77930) RX_TASK: Control: 0x3F +I (77930) RX_TASK: Control: P-XID +I (77930) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (77940) irda_crc1: CRC: 0xF0B8 +I (77950) RX_TASK: CRC Check: VALID + +I (77950) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77960) RX_TASK:  +ASCII: +.E1.u....... + +I (77960) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (77970) PXID_TASK: Source Address: 0x45311B75 +I (77970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (77980) PXID_TASK: Discovery Flag: 0x00 +I (77980) PXID_TASK: Slot Number: 0x00 +I (77980) PXID_TASK: Version Number: 0x00 + + + +I (77990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (78010) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (78020) irda_crc1: CRC: 0xF0B8 +I (78030) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (78040) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (78050) PXID REPLY: Wrote 36 bytes +I (78060) PXID REPLY: Sent reply packet +I (78060) RX_TASK: Send Success +I (78060) RX_TASK: Unterminated packet at offset 251 + +I (79070) RX_TASK: Read 214 bytes: '1u����' +I (79070) RX_TASK: 0x40813260 31 1b 75 ff ff ff ff 00 ff 00 82 24 00 53 79 6d |1.u........$.Sym| +I (79070) RX_TASK: 0x40813270 62 69 61 6e 20 45 50 4f 43 17 1a c1 ff ff ff ff |bian EPOC.......| +I (79080) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 45 31 1b 75 ff ff |........?.E1.u..| +I (79080) RX_TASK: 0x40813290 ff ff 00 00 00 1e 41 c1 ff ff ff ff ff ff ff ff |......A.........| +I (79090) RX_TASK: 0x408132a0 ff ff c0 ff 3f 01 45 31 1b 75 ff ff ff ff 00 ff |....?.E1.u......| +I (79100) RX_TASK: 0x408132b0 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 |..$.Symbian EPOC| +I (79110) RX_TASK: 0x408132c0 17 1a c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f |...............?| +I (79120) RX_TASK: 0x408132d0 01 45 31 1b 75 ff ff ff ff 00 00 00 1e 41 c1 ff |.E1.u........A..| +I (79130) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 45 31 1b |...........?.E1.| +I (79140) RX_TASK: 0x408132f0 75 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 |u........$.Symbi| +I (79150) RX_TASK: 0x40813300 61 6e 20 45 50 4f 43 17 1a c1 ff ff ff ff ff ff |an EPOC.........| +I (79160) RX_TASK: 0x40813310 ff ff ff ff c0 ff 3f 01 45 31 1b 75 ff ff ff ff |......?.E1.u....| +I (79160) RX_TASK: 0x40813320 00 00 00 1e 41 c1 ff ff ff ff ff ff ff ff ff c0 |....A...........| +I (79170) RX_TASK: 0x40813330 ff 3f 01 45 31 1b |.?.E1.| +I (79180) RX_TASK: Starting to Parse: 214 +I (79180) RX_TASK:  +=== Packet 1 (offset 38, length 18) === + +I (79190) RX_TASK: Address: 0xFF +I (79190) RX_TASK: Command bit: 1 +I (79200) RX_TASK: Control: 0x3F +I (79200) RX_TASK: Control: P-XID +I (79200) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (79210) irda_crc1: CRC: 0xF0B8 +I (79220) RX_TASK: CRC Check: VALID + +I (79220) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (79230) RX_TASK:  +ASCII: +.E1.u....... + +I (79230) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (79240) PXID_TASK: Source Address: 0x45311B75 +I (79240) PXID_TASK: Destination Address: 0xFFFFFFFF +I (79250) PXID_TASK: Discovery Flag: 0x00 +I (79250) PXID_TASK: Slot Number: 0x00 +I (79260) PXID_TASK: Version Number: 0x00 + + + +I (79260) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (79280) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (79290) irda_crc1: CRC: 0xF0B8 +I (79300) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79310) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79320) PXID REPLY: Wrote 36 bytes +I (79330) PXID REPLY: Sent reply packet +I (79330) RX_TASK: Send Success +I (79330) RX_TASK:  +=== Packet 2 (offset 66, length 33) === + +I (79340) RX_TASK: Address: 0xFF +I (79340) RX_TASK: Command bit: 1 +I (79350) RX_TASK: Control: 0x3F +I (79350) RX_TASK: Control: P-XID +I (79350) RX_TASK: CRC: 0x171A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 17 1A +I (79370) irda_crc1: CRC: 0xF0B8 +I (79370) RX_TASK: CRC Check: VALID + +I (79370) RX_TASK: Payload (27 bytes): +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (79380) RX_TASK:  +ASCII: +.E1.u........$.Symbian EPOC + +I (79390) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (79400) PXID_TASK: Source Address: 0x45311B75 +I (79410) PXID_TASK: Destination Address: 0xFFFFFFFF +I (79410) PXID_TASK: Discovery Flag: 0x00 +I (79410) PXID_TASK: Slot Number: 0xFF +I (79420) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (79430) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (79450) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (79460) irda_crc1: CRC: 0xF0B8 +I (79470) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79480) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79490) PXID REPLY: Wrote 36 bytes +I (79490) PXID REPLY: Sent reply packet +I (79500) RX_TASK: Send Success +I (79500) RX_TASK:  +=== Packet 3 (offset 109, length 18) === + +I (79510) RX_TASK: Address: 0xFF +I (79510) RX_TASK: Command bit: 1 +I (79510) RX_TASK: Control: 0x3F +I (79520) RX_TASK: Control: P-XID +I (79520) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (79530) irda_crc1: CRC: 0xF0B8 +I (79530) RX_TASK: CRC Check: VALID + +I (79540) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (79540) RX_TASK:  +ASCII: +.E1.u....... + +I (79550) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (79560) PXID_TASK: Source Address: 0x45311B75 +I (79560) PXID_TASK: Destination Address: 0xFFFFFFFF +I (79560) PXID_TASK: Discovery Flag: 0x00 +I (79570) PXID_TASK: Slot Number: 0x00 +I (79570) PXID_TASK: Version Number: 0x00 + + + +I (79580) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (79600) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (79610) irda_crc1: CRC: 0xF0B8 +I (79610) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79630) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79640) PXID REPLY: Wrote 36 bytes +I (79640) PXID REPLY: Sent reply packet +I (79650) RX_TASK: Send Success +I (79650) RX_TASK:  +=== Packet 4 (offset 137, length 33) === + +I (79660) RX_TASK: Address: 0xFF +I (79660) RX_TASK: Command bit: 1 +I (79660) RX_TASK: Control: 0x3F +I (79660) RX_TASK: Control: P-XID +I (79670) RX_TASK: CRC: 0x171A +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 17 1A +I (79680) irda_crc1: CRC: 0xF0B8 +I (79690) RX_TASK: CRC Check: VALID + +I (79690) RX_TASK: Payload (27 bytes): +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (79700) RX_TASK:  +ASCII: +.E1.u........$.Symbian EPOC + +I (79710) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 45 31 1B 75 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (79720) PXID_TASK: Source Address: 0x45311B75 +I (79720) PXID_TASK: Destination Address: 0xFFFFFFFF +I (79730) PXID_TASK: Discovery Flag: 0x00 +I (79730) PXID_TASK: Slot Number: 0xFF +I (79730) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (79740) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (79760) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (79780) irda_crc1: CRC: 0xF0B8 +I (79780) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79810) PXID REPLY: Wrote 36 bytes +I (79810) PXID REPLY: Sent reply packet +I (79810) RX_TASK: Send Success +I (79820) RX_TASK:  +=== Packet 5 (offset 180, length 18) === + +I (79820) RX_TASK: Address: 0xFF +I (79830) RX_TASK: Command bit: 1 +I (79830) RX_TASK: Control: 0x3F +I (79830) RX_TASK: Control: P-XID +I (79840) RX_TASK: CRC: 0x1E41 +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 45 31 1B 75 FF FF FF FF 00 00 00 1E 41 +I (79850) irda_crc1: CRC: 0xF0B8 +I (79850) RX_TASK: CRC Check: VALID + +I (79850) RX_TASK: Payload (12 bytes): +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (79860) RX_TASK:  +ASCII: +.E1.u....... + +I (79860) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 45 31 1B 75 FF FF FF FF 00 00 00 +I (79870) PXID_TASK: Source Address: 0x45311B75 +I (79880) PXID_TASK: Destination Address: 0xFFFFFFFF +I (79880) PXID_TASK: Discovery Flag: 0x00 +I (79880) PXID_TASK: Slot Number: 0x00 +I (79890) PXID_TASK: Version Number: 0x00 + + + +I (79890) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 +I (79910) irda_crc1: CRC: 0x2025 +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF +I (79930) irda_crc1: CRC: 0xF0B8 +I (79930) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79940) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 45 31 1B 75 01 00 00 90 24 00 54 45 53 54 DA DF C1 +I (79960) PXID REPLY: Wrote 36 bytes +I (79960) PXID REPLY: Sent reply packet +I (79960) RX_TASK: Send Success +I (79970) RX_TASK: Unterminated packet at offset 207 + diff --git a/build/log/idf_py_stdout_output_40238 b/build/log/idf_py_stdout_output_40238 new file mode 100644 index 0000000..4f2db1e --- /dev/null +++ b/build/log/idf_py_stdout_output_40238 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2de80 bytes. Smallest app partition is 0x100000 bytes. 0xd2180 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting.... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 502.5 kbit/s)... +Hash of data verified. +Compressed 188032 bytes to 95634... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaf4... (33 %) +Writing at 0x000215f0... (50 %) +Writing at 0x000288b7... (66 %) +Writing at 0x00030bc3... (83 %) +Writing at 0x0003799a... (100 %) +Wrote 188032 bytes (95634 compressed) at 0x00010000 in 1.6 seconds (effective 912.8 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.5 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40365 b/build/log/idf_py_stdout_output_40365 new file mode 100644 index 0000000..131c853 --- /dev/null +++ b/build/log/idf_py_stdout_output_40365 @@ -0,0 +1,60 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a0bch ( 41148) map +I (89) esp_image: segment 1: paddr=0001a0e4 vaddr=40800000 size=05f34h ( 24372) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=164b0h ( 91312) map +I (113) esp_image: segment 3: paddr=000364d8 vaddr=40805f34 size=061f0h ( 25072) load +I (119) esp_image: segment 4: paddr=0003c6d0 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: ef5e7b6c1... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) INIT: 0 +I (230) main_task: Returned from app_main() +I (1240) RX_TASK: Read 1 bytes: '�' +I (1240) RX_TASK: 0x40813260 ff |.| +I (1240) RX_TASK: Starting to Parse: 1 diff --git a/build/log/idf_py_stdout_output_40375 b/build/log/idf_py_stdout_output_40375 new file mode 100644 index 0000000..9438862 --- /dev/null +++ b/build/log/idf_py_stdout_output_40375 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dd20 bytes. Smallest app partition is 0x100000 bytes. 0xd22e0 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 499.6 kbit/s)... +Hash of data verified. +Compressed 187680 bytes to 95483... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaec... (33 %) +Writing at 0x000215f1... (50 %) +Writing at 0x000288b8... (66 %) +Writing at 0x00030b5e... (83 %) +Writing at 0x00037909... (100 %) +Wrote 187680 bytes (95483 compressed) at 0x00010000 in 1.7 seconds (effective 908.3 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 390.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40499 b/build/log/idf_py_stdout_output_40499 new file mode 100644 index 0000000..a6bdda6 --- /dev/null +++ b/build/log/idf_py_stdout_output_40499 @@ -0,0 +1,57 @@ +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a0a4h ( 41124) map +I (89) esp_image: segment 1: paddr=0001a0cc vaddr=40800000 size=05f4ch ( 24396) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16368h ( 90984) map +I (113) esp_image: segment 3: paddr=00036390 vaddr=40805f4c size=061d8h ( 25048) load +I (119) esp_image: segment 4: paddr=0003c570 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 6a5ab65ec... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) INIT: 0 +I (230) main_task: Returned from app_main() diff --git a/build/log/idf_py_stdout_output_40506 b/build/log/idf_py_stdout_output_40506 new file mode 100644 index 0000000..302254a --- /dev/null +++ b/build/log/idf_py_stdout_output_40506 @@ -0,0 +1,50 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'init': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:28: error: 'outcome' undeclared (first use in this function) + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:5: note: in expansion of macro 'ESP_LOGI' + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:28: note: each undeclared identifier is reported only once for each function it appears in + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:5: note: in expansion of macro 'ESP_LOGI' + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[4/10] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_40524 b/build/log/idf_py_stdout_output_40524 new file mode 100644 index 0000000..ff4d4ef --- /dev/null +++ b/build/log/idf_py_stdout_output_40524 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2d950 bytes. Smallest app partition is 0x100000 bytes. 0xd26b0 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.3 seconds (effective 506.9 kbit/s)... +Hash of data verified. +Compressed 186704 bytes to 95121... +Writing at 0x00010000... (16 %) +Writing at 0x0001aaa5... (33 %) +Writing at 0x000215c3... (50 %) +Writing at 0x0002888c... (66 %) +Writing at 0x00030aad... (83 %) +Writing at 0x00037767... (100 %) +Wrote 186704 bytes (95121 compressed) at 0x00010000 in 1.7 seconds (effective 903.0 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 402.8 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40646 b/build/log/idf_py_stdout_output_40646 new file mode 100644 index 0000000..fbd2864 --- /dev/null +++ b/build/log/idf_py_stdout_output_40646 @@ -0,0 +1,153 @@ +(250) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a010h ( 40976) map +I (89) esp_image: segment 1: paddr=0001a038 vaddr=40800000 size=05fe0h ( 24544) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=1602ch ( 90156) map +I (113) esp_image: segment 3: paddr=00036054 vaddr=40805fe0 size=06144h ( 24900) load +I (119) esp_image: segment 4: paddr=0003c1a0 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (146) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 92dc219ff... +I (164) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (202) spi_flash: detected chip: generic +I (205) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) INIT: 0 +I (230) main_task: Returned from app_main() +I (8110) RX_TASK: Read 256 bytes: '' +I (8110) RX_TASK: 0x40813260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8110) RX_TASK: 0x40813270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8120) RX_TASK: 0x40813280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8130) RX_TASK: 0x40813290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8140) RX_TASK: 0x408132a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8150) RX_TASK: 0x408132b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8160) RX_TASK: 0x408132c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8170) RX_TASK: 0x408132d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8180) RX_TASK: 0x408132e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8180) RX_TASK: 0x408132f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8190) RX_TASK: 0x40813300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8200) RX_TASK: 0x40813310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8210) RX_TASK: 0x40813320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8220) RX_TASK: 0x40813330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8230) RX_TASK: 0x40813340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8240) RX_TASK: 0x40813350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8250) RX_TASK: Starting to Parse: 256 +I (8950) RX_TASK: Read 256 bytes: '' +I (8950) RX_TASK: 0x40813260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8950) RX_TASK: 0x40813270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8960) RX_TASK: 0x40813280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8960) RX_TASK: 0x40813290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8970) RX_TASK: 0x408132a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8980) RX_TASK: 0x408132b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (8990) RX_TASK: 0x408132c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9000) RX_TASK: 0x408132d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9010) RX_TASK: 0x408132e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9020) RX_TASK: 0x408132f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9030) RX_TASK: 0x40813300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9040) RX_TASK: 0x40813310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9040) RX_TASK: 0x40813320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9050) RX_TASK: 0x40813330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9060) RX_TASK: 0x40813340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9070) RX_TASK: 0x40813350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9080) RX_TASK: Starting to Parse: 256 +I (9750) RX_TASK: Read 256 bytes: '' +I (9750) RX_TASK: 0x40813260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9750) RX_TASK: 0x40813270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9760) RX_TASK: 0x40813280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9770) RX_TASK: 0x40813290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9770) RX_TASK: 0x408132a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9780) RX_TASK: 0x408132b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9790) RX_TASK: 0x408132c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9800) RX_TASK: 0x408132d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9810) RX_TASK: 0x408132e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9820) RX_TASK: 0x408132f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9830) RX_TASK: 0x40813300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9840) RX_TASK: 0x40813310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9840) RX_TASK: 0x40813320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9850) RX_TASK: 0x40813330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9860) RX_TASK: 0x40813340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9870) RX_TASK: 0x40813350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (9880) RX_TASK: Starting to Parse: 256 +I (10570) RX_TASK: Read 256 bytes: '' +I (10570) RX_TASK: 0x40813260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10570) RX_TASK: 0x40813270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10580) RX_TASK: 0x40813280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10590) RX_TASK: 0x40813290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10600) RX_TASK: 0x408132a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10610) RX_TASK: 0x408132b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10620) RX_TASK: 0x408132c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10630) RX_TASK: 0x408132d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10640) RX_TASK: 0x408132e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10640) RX_TASK: 0x408132f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10650) RX_TASK: 0x40813300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10660) RX_TASK: 0x40813310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10670) RX_TASK: 0x40813320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10680) RX_TASK: 0x40813330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10690) RX_TASK: 0x40813340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10700) RX_TASK: 0x40813350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (10710) RX_TASK: Starting to Parse: 256 +I (11300) RX_TASK: Read 256 bytes: '' +I (11300) RX_TASK: 0x40813260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11300) RX_TASK: 0x40813270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11310) RX_TASK: 0x40813280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11320) RX_TASK: 0x40813290 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11330) RX_TASK: 0x408132a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11340) RX_TASK: 0x408132b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11350) RX_TASK: 0x408132c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11360) RX_TASK: 0x408132d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11360) RX_TASK: 0x408132e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11370) RX_TASK: 0x408132f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11380) RX_TASK: 0x40813300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11390) RX_TASK: 0x40813310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11400) RX_TASK: 0x40813320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11410) RX_TASK: 0x40813330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11420) RX_TASK: 0x40813340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11430) RX_TASK: 0x40813350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (11430) RX_TASK: Starting to Parse: 256 +I (12440) RX_TASK: Read 40 bytes: '' +I (12440) RX_TASK: 0x40813260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (12440) RX_TASK: 0x40813270 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| +I (12450) RX_TASK: 0x40813280 00 00 00 00 00 00 00 00 |........| +I (12450) RX_TASK: Starting to Parse: 40 diff --git a/build/log/idf_py_stdout_output_40653 b/build/log/idf_py_stdout_output_40653 new file mode 100644 index 0000000..302254a --- /dev/null +++ b/build/log/idf_py_stdout_output_40653 @@ -0,0 +1,50 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/config -I/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main -I/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/platform_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/config/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/include/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/ldo/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/. -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/private_include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/heap/tlsf -I/Users/james/Development/psionrevo/esp/esp-idf/components/log/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/register -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/platform_port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/hal/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/include/private -I/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/include/apps/sntp -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/library -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/touch_sensor/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/include/local -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/console -I/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/interface -I/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/common -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/security -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/transports -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c -I/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/include/port/riscv -I/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src -I/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test/include/esp32c6 -I/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON -I/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/rt/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/include -I/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/include -march=rv32imac_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks=. -fmacro-prefix-map=/Users/james/Development/psionrevo/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj -c /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +In file included from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:12: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'init': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:28: error: 'outcome' undeclared (first use in this function) + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:5: note: in expansion of macro 'ESP_LOGI' + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:28: note: each undeclared identifier is reported only once for each function it appears in + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:182:137: note: in definition of macro 'ESP_LOG_LEVEL' + 182 | if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \ + | ^~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/esp-idf/components/log/include/esp_log.h:114:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL' + 114 | #define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:451:5: note: in expansion of macro 'ESP_LOGI' + 451 | ESP_LOGI("INIT", "%d", outcome); + | ^~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[4/10] Completed 'bootloader' +ninja: build stopped: subcommand failed. diff --git a/build/log/idf_py_stdout_output_40671 b/build/log/idf_py_stdout_output_40671 new file mode 100644 index 0000000..868aa3c --- /dev/null +++ b/build/log/idf_py_stdout_output_40671 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2dce0 bytes. Smallest app partition is 0x100000 bytes. 0xd2320 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 499.7 kbit/s)... +Hash of data verified. +Compressed 187616 bytes to 95462... +Writing at 0x00010000... (16 %) +Writing at 0x0001aad6... (33 %) +Writing at 0x000215e2... (50 %) +Writing at 0x000288a4... (66 %) +Writing at 0x00030b3c... (83 %) +Writing at 0x000378d5... (100 %) +Wrote 187616 bytes (95462 compressed) at 0x00010000 in 1.7 seconds (effective 906.9 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 416.7 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40795 b/build/log/idf_py_stdout_output_40795 new file mode 100644 index 0000000..3d8a46b --- /dev/null +++ b/build/log/idf_py_stdout_output_40795 @@ -0,0 +1,700 @@ +ed from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a08ch ( 41100) map +I (89) esp_image: segment 1: paddr=0001a0b4 vaddr=40800000 size=05f64h ( 24420) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16338h ( 90936) map +I (113) esp_image: segment 3: paddr=00036360 vaddr=40805f64 size=061c0h ( 25024) load +I (119) esp_image: segment 4: paddr=0003c528 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: b63dce90c... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (3390) RX_TASK: Read 256 bytes: '������������?O9`����' +I (3390) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4f 39 |............?.O9| +I (3400) RX_TASK: 0x40813270 13 60 ff ff ff ff 00 00 00 6c 8c c1 ff ff ff ff |.`.......l......| +I (3410) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 4f 39 13 60 ff ff |........?.O9.`..| +I (3420) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (3420) RX_TASK: 0x408132a0 45 50 4f 43 4d 59 c1 ff ff ff ff ff ff ff ff ff |EPOCMY..........| +I (3430) RX_TASK: 0x408132b0 c0 ff 3f 01 4f 39 13 60 ff ff ff ff 00 00 00 6c |..?.O9.`.......l| +I (3440) RX_TASK: 0x408132c0 8c c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (3450) RX_TASK: 0x408132d0 4f 39 13 60 ff ff ff ff 00 ff 00 82 24 00 53 79 |O9.`........$.Sy| +I (3460) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 4d 59 c1 ff ff ff |mbian EPOCMY....| +I (3470) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 4f 39 13 60 ff |.........?.O9.`.| +I (3480) RX_TASK: 0x40813300 ff ff ff 00 00 00 6c 8c c1 ff ff ff ff ff ff ff |......l.........| +I (3490) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 4f 39 13 60 ff ff ff ff 00 |.....?.O9.`.....| +I (3490) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (3500) RX_TASK: 0x40813330 43 4d 59 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |CMY.............| +I (3510) RX_TASK: 0x40813340 3f 01 4f 39 13 60 ff ff ff ff 00 00 00 6c 8c c1 |?.O9.`.......l..| +I (3520) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4f 39 |............?.O9| +I (3530) RX_TASK: Starting to Parse: 256 +I (3530) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (3540) RX_TASK: Address: 0xFF +I (3540) RX_TASK: Command bit: 1 +I (3540) RX_TASK: Control: 0x3F +I (3550) RX_TASK: Control: P-XID +I (3550) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (3560) irda_crc1: CRC: 0xF0B8 +I (3560) RX_TASK: CRC Check: VALID + +I (3570) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (3570) RX_TASK:  +ASCII: +.O9.`....... + +I (3580) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (3590) PXID_TASK: Source Address: 0x4F391360 +I (3590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3590) PXID_TASK: Discovery Flag: 0x00 +I (3600) PXID_TASK: Slot Number: 0x00 +I (3600) PXID_TASK: Version Number: 0x00 + + + +I (3610) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (3630) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (3640) irda_crc1: CRC: 0xF0B8 +I (3640) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (3660) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (3670) PXID REPLY: Wrote 36 bytes +I (3670) PXID REPLY: Sent reply packet +I (3680) RX_TASK: Send Success +I (3680) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (3680) RX_TASK: Address: 0xFF +I (3690) RX_TASK: Command bit: 1 +I (3690) RX_TASK: Control: 0x3F +I (3690) RX_TASK: Control: P-XID +I (3700) RX_TASK: CRC: 0x4D59 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 4D 59 +I (3710) irda_crc1: CRC: 0xF0B8 +I (3710) RX_TASK: CRC Check: VALID + +I (3720) RX_TASK: Payload (27 bytes): +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3730) RX_TASK:  +ASCII: +.O9.`........$.Symbian EPOC + +I (3730) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (3750) PXID_TASK: Source Address: 0x4F391360 +I (3750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3750) PXID_TASK: Discovery Flag: 0x00 +I (3760) PXID_TASK: Slot Number: 0xFF +I (3760) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (3770) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (3790) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (3810) irda_crc1: CRC: 0xF0B8 +I (3810) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (3820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (3840) PXID REPLY: Wrote 36 bytes +I (3840) PXID REPLY: Sent reply packet +I (3840) RX_TASK: Send Success +I (3840) RX_TASK:  +=== Packet 3 (offset 80, length 18) === + +I (3850) RX_TASK: Address: 0xFF +I (3850) RX_TASK: Command bit: 1 +I (3860) RX_TASK: Control: 0x3F +I (3860) RX_TASK: Control: P-XID +I (3860) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (3870) irda_crc1: CRC: 0xF0B8 +I (3880) RX_TASK: CRC Check: VALID + +I (3880) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (3890) RX_TASK:  +ASCII: +.O9.`....... + +I (3890) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (3900) PXID_TASK: Source Address: 0x4F391360 +I (3900) PXID_TASK: Destination Address: 0xFFFFFFFF +I (3910) PXID_TASK: Discovery Flag: 0x00 +I (3910) PXID_TASK: Slot Number: 0x00 +I (3910) PXID_TASK: Version Number: 0x00 + + + +I (3920) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (3940) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (3950) irda_crc1: CRC: 0xF0B8 +I (3960) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (3970) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (3980) PXID REPLY: Wrote 36 bytes +I (3990) PXID REPLY: Sent reply packet +I (3990) RX_TASK: Send Success +I (3990) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (4000) RX_TASK: Address: 0xFF +I (4000) RX_TASK: Command bit: 1 +I (4000) RX_TASK: Control: 0x3F +I (4010) RX_TASK: Control: P-XID +I (4010) RX_TASK: CRC: 0x4D59 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 4D 59 +I (4020) irda_crc1: CRC: 0xF0B8 +I (4030) RX_TASK: CRC Check: VALID + +I (4030) RX_TASK: Payload (27 bytes): +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4040) RX_TASK:  +ASCII: +.O9.`........$.Symbian EPOC + +I (4050) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4060) PXID_TASK: Source Address: 0x4F391360 +I (4060) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4070) PXID_TASK: Discovery Flag: 0x00 +I (4070) PXID_TASK: Slot Number: 0xFF +I (4070) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4080) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (4100) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (4120) irda_crc1: CRC: 0xF0B8 +I (4120) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4130) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4150) PXID REPLY: Wrote 36 bytes +I (4150) PXID REPLY: Sent reply packet +I (4150) RX_TASK: Send Success +I (4160) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (4160) RX_TASK: Address: 0xFF +I (4170) RX_TASK: Command bit: 1 +I (4170) RX_TASK: Control: 0x3F +I (4170) RX_TASK: Control: P-XID +I (4170) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (4190) irda_crc1: CRC: 0xF0B8 +I (4190) RX_TASK: CRC Check: VALID + +I (4190) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (4200) RX_TASK:  +ASCII: +.O9.`....... + +I (4200) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (4210) PXID_TASK: Source Address: 0x4F391360 +I (4210) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4220) PXID_TASK: Discovery Flag: 0x00 +I (4220) PXID_TASK: Slot Number: 0x00 +I (4230) PXID_TASK: Version Number: 0x00 + + + +I (4230) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (4250) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (4270) irda_crc1: CRC: 0xF0B8 +I (4270) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4280) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4290) PXID REPLY: Wrote 36 bytes +I (4300) PXID REPLY: Sent reply packet +I (4300) RX_TASK: Send Success +I (4300) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (4310) RX_TASK: Address: 0xFF +I (4310) RX_TASK: Command bit: 1 +I (4320) RX_TASK: Control: 0x3F +I (4320) RX_TASK: Control: P-XID +I (4320) RX_TASK: CRC: 0x4D59 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 4D 59 +I (4340) irda_crc1: CRC: 0xF0B8 +I (4340) RX_TASK: CRC Check: VALID + +I (4340) RX_TASK: Payload (27 bytes): +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4350) RX_TASK:  +ASCII: +.O9.`........$.Symbian EPOC + +I (4360) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4370) PXID_TASK: Source Address: 0x4F391360 +I (4370) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4380) PXID_TASK: Discovery Flag: 0x00 +I (4380) PXID_TASK: Slot Number: 0xFF +I (4390) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4400) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (4420) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (4430) irda_crc1: CRC: 0xF0B8 +I (4430) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4450) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4460) PXID REPLY: Wrote 36 bytes +I (4460) PXID REPLY: Sent reply packet +I (4470) RX_TASK: Send Success +I (4470) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (4470) RX_TASK: Address: 0xFF +I (4480) RX_TASK: Command bit: 1 +I (4480) RX_TASK: Control: 0x3F +I (4480) RX_TASK: Control: P-XID +I (4490) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (4500) irda_crc1: CRC: 0xF0B8 +I (4500) RX_TASK: CRC Check: VALID + +I (4500) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (4510) RX_TASK:  +ASCII: +.O9.`....... + +I (4510) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (4520) PXID_TASK: Source Address: 0x4F391360 +I (4530) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4530) PXID_TASK: Discovery Flag: 0x00 +I (4540) PXID_TASK: Slot Number: 0x00 +I (4540) PXID_TASK: Version Number: 0x00 + + + +I (4540) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (4560) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (4580) irda_crc1: CRC: 0xF0B8 +I (4580) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4590) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4610) PXID REPLY: Wrote 36 bytes +I (4610) PXID REPLY: Sent reply packet +I (4610) RX_TASK: Send Success +I (4620) RX_TASK: Unterminated packet at offset 250 + +I (4620) RX_TASK: Read 256 bytes: '`����' +I (4620) RX_TASK: 0x40813260 13 60 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.`........$.Symb| +I (4630) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 4d 59 c1 ff ff ff ff ff |ian EPOCMY......| +I (4640) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 4f 39 13 60 ff ff ff |.......?.O9.`...| +I (4650) RX_TASK: 0x40813290 ff 00 00 00 6c 8c c1 ff ff ff ff ff ff ff ff ff |....l...........| +I (4660) RX_TASK: 0x408132a0 ff c0 ff 3f 01 4f 39 13 60 ff ff ff ff 00 ff 00 |...?.O9.`.......| +I (4670) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 4d |.$.Symbian EPOCM| +I (4680) RX_TASK: 0x408132c0 59 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |Y.............?.| +I (4690) RX_TASK: 0x408132d0 4f 39 13 60 ff ff ff ff 00 00 00 6c 8c c1 ff ff |O9.`.......l....| +I (4690) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff ff c0 ff 3f 01 4f 39 13 60 |..........?.O9.`| +I (4700) RX_TASK: 0x408132f0 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 |........$.Symbia| +I (4710) RX_TASK: 0x40813300 6e 20 45 50 4f 43 4d 59 c1 ff ff ff ff ff ff ff |n EPOCMY........| +I (4720) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 4f 39 13 60 ff ff ff ff 00 |.....?.O9.`.....| +I (4730) RX_TASK: 0x40813320 00 00 6c 8c c1 ff ff ff ff ff ff ff ff ff c0 ff |..l.............| +I (4740) RX_TASK: 0x40813330 3f 01 4f 39 13 60 ff ff ff ff 00 ff 00 82 24 00 |?.O9.`........$.| +I (4750) RX_TASK: 0x40813340 53 79 6d 62 69 61 6e 20 45 50 4f 43 4d 59 c1 ff |Symbian EPOCMY..| +I (4760) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 4f 39 13 |...........?.O9.| +I (4770) RX_TASK: Starting to Parse: 256 +I (4770) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (4770) RX_TASK: Address: 0xFF +I (4780) RX_TASK: Command bit: 1 +I (4780) RX_TASK: Control: 0x3F +I (4780) RX_TASK: Control: P-XID +I (4790) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (4800) irda_crc1: CRC: 0xF0B8 +I (4800) RX_TASK: CRC Check: VALID + +I (4800) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (4810) RX_TASK:  +ASCII: +.O9.`....... + +I (4810) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (4820) PXID_TASK: Source Address: 0x4F391360 +I (4830) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4830) PXID_TASK: Discovery Flag: 0x00 +I (4830) PXID_TASK: Slot Number: 0x00 +I (4840) PXID_TASK: Version Number: 0x00 + + + +I (4840) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (4860) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (4880) irda_crc1: CRC: 0xF0B8 +I (4880) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4890) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (4910) PXID REPLY: Wrote 36 bytes +I (4910) PXID REPLY: Sent reply packet +I (4910) RX_TASK: Send Success +I (4920) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (4920) RX_TASK: Address: 0xFF +I (4920) RX_TASK: Command bit: 1 +I (4930) RX_TASK: Control: 0x3F +I (4930) RX_TASK: Control: P-XID +I (4930) RX_TASK: CRC: 0x4D59 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 4D 59 +I (4950) irda_crc1: CRC: 0xF0B8 +I (4950) RX_TASK: CRC Check: VALID + +I (4950) RX_TASK: Payload (27 bytes): +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4960) RX_TASK:  +ASCII: +.O9.`........$.Symbian EPOC + +I (4970) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4980) PXID_TASK: Source Address: 0x4F391360 +I (4990) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4990) PXID_TASK: Discovery Flag: 0x00 +I (4990) PXID_TASK: Slot Number: 0xFF +I (5000) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5010) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (5030) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (5040) irda_crc1: CRC: 0xF0B8 +I (5050) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5060) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5070) PXID REPLY: Wrote 36 bytes +I (5070) PXID REPLY: Sent reply packet +I (5080) RX_TASK: Send Success +I (5080) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (5090) RX_TASK: Address: 0xFF +I (5090) RX_TASK: Command bit: 1 +I (5090) RX_TASK: Control: 0x3F +I (5090) RX_TASK: Control: P-XID +I (5100) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (5110) irda_crc1: CRC: 0xF0B8 +I (5110) RX_TASK: CRC Check: VALID + +I (5120) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (5120) RX_TASK:  +ASCII: +.O9.`....... + +I (5130) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (5130) PXID_TASK: Source Address: 0x4F391360 +I (5140) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5140) PXID_TASK: Discovery Flag: 0x00 +I (5150) PXID_TASK: Slot Number: 0x00 +I (5150) PXID_TASK: Version Number: 0x00 + + + +I (5150) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (5180) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (5190) irda_crc1: CRC: 0xF0B8 +I (5190) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5210) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5220) PXID REPLY: Wrote 36 bytes +I (5220) PXID REPLY: Sent reply packet +I (5220) RX_TASK: Send Success +I (5230) RX_TASK:  +=== Packet 4 (offset 136, length 33) === + +I (5230) RX_TASK: Address: 0xFF +I (5240) RX_TASK: Command bit: 1 +I (5240) RX_TASK: Control: 0x3F +I (5240) RX_TASK: Control: P-XID +I (5240) RX_TASK: CRC: 0x4D59 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 4D 59 +I (5260) irda_crc1: CRC: 0xF0B8 +I (5260) RX_TASK: CRC Check: VALID + +I (5270) RX_TASK: Payload (27 bytes): +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5280) RX_TASK:  +ASCII: +.O9.`........$.Symbian EPOC + +I (5280) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5290) PXID_TASK: Source Address: 0x4F391360 +I (5300) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5300) PXID_TASK: Discovery Flag: 0x00 +I (5310) PXID_TASK: Slot Number: 0xFF +I (5310) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5320) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (5340) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (5350) irda_crc1: CRC: 0xF0B8 +I (5360) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5370) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5380) PXID REPLY: Wrote 36 bytes +I (5390) PXID REPLY: Sent reply packet +I (5390) RX_TASK: Send Success +I (5390) RX_TASK:  +=== Packet 5 (offset 179, length 18) === + +I (5400) RX_TASK: Address: 0xFF +I (5400) RX_TASK: Command bit: 1 +I (5400) RX_TASK: Control: 0x3F +I (5410) RX_TASK: Control: P-XID +I (5410) RX_TASK: CRC: 0x6C8C +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 00 00 6C 8C +I (5420) irda_crc1: CRC: 0xF0B8 +I (5420) RX_TASK: CRC Check: VALID + +I (5430) RX_TASK: Payload (12 bytes): +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (5430) RX_TASK:  +ASCII: +.O9.`....... + +I (5440) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 4F 39 13 60 FF FF FF FF 00 00 00 +I (5450) PXID_TASK: Source Address: 0x4F391360 +I (5450) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5460) PXID_TASK: Discovery Flag: 0x00 +I (5460) PXID_TASK: Slot Number: 0x00 +I (5460) PXID_TASK: Version Number: 0x00 + + + +I (5470) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (5490) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (5500) irda_crc1: CRC: 0xF0B8 +I (5500) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5520) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5530) PXID REPLY: Wrote 36 bytes +I (5530) PXID REPLY: Sent reply packet +I (5540) RX_TASK: Send Success +I (5540) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (5550) RX_TASK: Address: 0xFF +I (5550) RX_TASK: Command bit: 1 +I (5550) RX_TASK: Control: 0x3F +I (5550) RX_TASK: Control: P-XID +I (5560) RX_TASK: CRC: 0x4D59 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 4D 59 +I (5570) irda_crc1: CRC: 0xF0B8 +I (5580) RX_TASK: CRC Check: VALID + +I (5580) RX_TASK: Payload (27 bytes): +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5590) RX_TASK:  +ASCII: +.O9.`........$.Symbian EPOC + +I (5590) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 4F 39 13 60 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5610) PXID_TASK: Source Address: 0x4F391360 +I (5610) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5620) PXID_TASK: Discovery Flag: 0x00 +I (5620) PXID_TASK: Slot Number: 0xFF +I (5620) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5630) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 +I (5650) irda_crc1: CRC: 0x226A +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD +I (5670) irda_crc1: CRC: 0xF0B8 +I (5670) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5680) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 4F 39 13 60 01 00 00 90 24 00 54 45 53 54 95 DD C1 +I (5700) PXID REPLY: Wrote 36 bytes +I (5700) PXID REPLY: Sent reply packet +I (5700) RX_TASK: Send Success +I (5710) RX_TASK: Unterminated packet at offset 249 + +I (6710) RX_TASK: Read 28 bytes: '`����' +I (6710) RX_TASK: 0x40813260 60 ff ff ff ff 00 00 00 6c 8c c1 ff ff ff ff ff |`.......l.......| +I (6710) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 4f 39 13 |.......?.O9.| +I (6710) RX_TASK: Starting to Parse: 28 +I (6720) RX_TASK: Unterminated packet at offset 21 + diff --git a/build/log/idf_py_stdout_output_40805 b/build/log/idf_py_stdout_output_40805 new file mode 100644 index 0000000..2e23e61 --- /dev/null +++ b/build/log/idf_py_stdout_output_40805 @@ -0,0 +1,73 @@ +[1/10] Performing build step for 'bootloader' +[1/1] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.bin +Bootloader binary size 0x55e0 bytes. 0x2a20 bytes (33%) free. +[2/10] No install step for 'bootloader' +[3/10] Completed 'bootloader' +[4/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/uart_async_rxtxtasks_main.c.obj +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_pxid_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:131:9: warning: unused variable 'packet_count' [-Wunused-variable] + 131 | int packet_count = 0; + | ^~~~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: In function 'parse_irda_packets': +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:383:35: warning: passing argument 2 of 'irda_crc' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] + 383 | &data[i+1], // Address byte + | ^~~~~~~~~~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:69:38: note: expected 'unsigned char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} + 69 | u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + | ~~~~~~~~~~~~~~~^~ +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c: At top level: +/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c:454:13: warning: 'tx_task' defined but not used [-Wunused-function] + 454 | static void tx_task(void *arg) + | ^~~~~~~ +[5/10] Linking C static library esp-idf/main/libmain.a +[6/10] Generating ld/sections.ld +[7/10] Linking CXX executable uart_async_rxtxtasks.elf +[8/10] Generating binary image from built executable +esptool.py v4.8.1 +Creating esp32c6 image... +Merged 1 ELF section +Successfully created esp32c6 image. +Generated /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +[9/10] cd /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esptool_py && /Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python /Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/partition_table/partition-table.bin /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/uart_async_rxtxtasks.bin +uart_async_rxtxtasks.bin binary size 0x2de40 bytes. Smallest app partition is 0x100000 bytes. 0xd21c0 bytes (82%) free. +[9/10] cd /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py && /opt/homebrew/bin/cmake -D IDF_PATH=/Users/james/Development/psionrevo/esp/esp-idf -D "SERIAL_TOOL=/Users/james/.espressif/python_env/idf5.4_py3.13_env/bin/python;;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build -P /Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/run_serial_tool.cmake +esptool.py --chip esp32c6 -p /dev/tty.usbmodem101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 uart_async_rxtxtasks.bin 0x8000 partition_table/partition-table.bin +esptool.py v4.8.1 +Serial port /dev/tty.usbmodem101 +Connecting... +Chip is ESP32-C6FH4 (QFN32) (revision v0.1) +Features: WiFi 6, BT 5, IEEE802.15.4 +Crystal is 40MHz +MAC: f0:f5:bd:ff:fe:2c:07:18 +BASE MAC: f0:f5:bd:2c:07:18 +MAC_EXT: ff:fe +Uploading stub... +Running stub... +Stub running... +Changing baud rate to 460800 +Changed. +Configuring flash size... +Flash will be erased from 0x00000000 to 0x00005fff... +Flash will be erased from 0x00010000 to 0x0003dfff... +Flash will be erased from 0x00008000 to 0x00008fff... +SHA digest in image updated +Compressed 21984 bytes to 13571... +Writing at 0x00000000... (100 %) +Wrote 21984 bytes (13571 compressed) at 0x00000000 in 0.4 seconds (effective 489.9 kbit/s)... +Hash of data verified. +Compressed 187968 bytes to 95609... +Writing at 0x00010000... (16 %) +Writing at 0x0001aae2... (33 %) +Writing at 0x000215e3... (50 %) +Writing at 0x000288b6... (66 %) +Writing at 0x00030ba9... (83 %) +Writing at 0x00037972... (100 %) +Wrote 187968 bytes (95609 compressed) at 0x00010000 in 1.7 seconds (effective 909.7 kbit/s)... +Hash of data verified. +Compressed 3072 bytes to 103... +Writing at 0x00008000... (100 %) +Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 403.3 kbit/s)... +Hash of data verified. + +Leaving... +Hard resetting via RTS pin... diff --git a/build/log/idf_py_stdout_output_40931 b/build/log/idf_py_stdout_output_40931 new file mode 100644 index 0000000..022ff32 --- /dev/null +++ b/build/log/idf_py_stdout_output_40931 @@ -0,0 +1,800 @@ +I (234) main_task: Returned from app_main() +ESP-ROM:esp32c6-20220919 +Build:Sep 19 2022 +rst:0x15 (USB_UART_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) +Saved PC:0x408039b8 +SPIWP:0xee +mode:DIO, clock div:2 +load:0x40875720,len:0x16b8 +load:0x4086c110,len:0xe84 +load:0x4086e610,len:0x3048 +entry 0x4086c11a +I (23) boot: ESP-IDF v5.4 2nd stage bootloader +I (23) boot: compile time Feb 15 2025 08:30:40 +I (24) boot: chip revision: v0.1 +I (24) boot: efuse block revision: v0.3 +I (26) boot.esp32c6: SPI Speed : 80MHz +I (30) boot.esp32c6: SPI Mode : DIO +I (34) boot.esp32c6: SPI Flash Size : 4MB +I (38) boot: Enabling RNG early entropy source... +I (42) boot: Partition Table: +I (45) boot: ## Label Usage Type ST Offset Length +I (51) boot: 0 nvs WiFi data 01 02 00009000 00006000 +I (57) boot: 1 phy_init RF data 01 01 0000f000 00001000 +I (64) boot: 2 factory factory app 00 00 00010000 00100000 +I (71) boot: End of partition table +I (74) esp_image: segment 0: paddr=00010020 vaddr=42020020 size=0a0a4h ( 41124) map +I (89) esp_image: segment 1: paddr=0001a0cc vaddr=40800000 size=05f4ch ( 24396) load +I (95) esp_image: segment 2: paddr=00020020 vaddr=42000020 size=16480h ( 91264) map +I (113) esp_image: segment 3: paddr=000364a8 vaddr=40805f4c size=061d8h ( 25048) load +I (119) esp_image: segment 4: paddr=0003c688 vaddr=4080c130 size=01788h ( 6024) load +I (124) boot: Loaded app from partition at offset 0x10000 +I (124) boot: Disabling RNG early entropy source... +I (138) cpu_start: Unicore app +I (147) cpu_start: Pro cpu start user code +I (147) cpu_start: cpu freq: 160000000 Hz +I (147) app_init: Application information: +I (147) app_init: Project name: uart_async_rxtxtasks +I (152) app_init: App version: 1 +I (155) app_init: Compile time: Feb 15 2025 08:30:34 +I (160) app_init: ELF file SHA256: 951aa5299... +I (165) app_init: ESP-IDF: v5.4 +I (168) efuse_init: Min chip rev: v0.0 +I (172) efuse_init: Max chip rev: v0.99  +I (176) efuse_init: Chip rev: v0.1 +I (180) heap_init: Initializing. RAM available for dynamic allocation: +I (186) heap_init: At 4080E820 len 0006DDF0 (439 KiB): RAM +I (191) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM +I (196) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM +I (203) spi_flash: detected chip: generic +I (206) spi_flash: flash io: dio +I (209) sleep_gpio: Configure to isolate all GPIO pins in sleep state +I (215) sleep_gpio: Enable automatic switching of GPIO sleep configuration +I (221) coexist: coex firmware version: 49a8cdc +I (226) coexist: coexist rom version 5b8dcfa +I (230) main_task: Started on CPU0 +I (230) main_task: Calling app_main() +I (230) main_task: Returned from app_main() +I (1240) RX_TASK: Read 1 bytes: '�' +I (1240) RX_TASK: 0x40813260 ff |.| +I (1240) RX_TASK: Starting to Parse: 1 +I (4530) RX_TASK: Read 256 bytes: '������������?uI�r����' +I (4530) RX_TASK: 0x40813260 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 49 |............?.uI| +I (4530) RX_TASK: 0x40813270 8c 72 ff ff ff ff 00 00 00 cb da c1 ff ff ff ff |.r..............| +I (4540) RX_TASK: 0x40813280 ff ff ff ff ff ff c0 ff 3f 01 75 49 8c 72 ff ff |........?.uI.r..| +I (4550) RX_TASK: 0x40813290 ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 |......$.Symbian | +I (4560) RX_TASK: 0x408132a0 45 50 4f 43 f3 40 c1 ff ff ff ff ff ff ff ff ff |EPOC.@..........| +I (4570) RX_TASK: 0x408132b0 ff c0 ff 3f 01 75 49 8c 72 ff ff ff ff 00 00 00 |...?.uI.r.......| +I (4580) RX_TASK: 0x408132c0 cb da c1 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (4590) RX_TASK: 0x408132d0 75 49 8c 72 ff ff ff ff 00 ff 00 82 24 00 53 79 |uI.r........$.Sy| +I (4600) RX_TASK: 0x408132e0 6d 62 69 61 6e 20 45 50 4f 43 f3 40 c1 ff ff ff |mbian EPOC.@....| +I (4600) RX_TASK: 0x408132f0 ff ff ff ff ff ff ff c0 ff 3f 01 75 49 8c 72 ff |.........?.uI.r.| +I (4610) RX_TASK: 0x40813300 ff ff ff 00 00 00 cb da c1 ff ff ff ff ff ff ff |................| +I (4620) RX_TASK: 0x40813310 ff ff ff c0 ff 3f 01 75 49 8c 72 ff ff ff ff 00 |.....?.uI.r.....| +I (4630) RX_TASK: 0x40813320 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f |...$.Symbian EPO| +I (4640) RX_TASK: 0x40813330 43 f3 40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff |C.@.............| +I (4650) RX_TASK: 0x40813340 3f 01 75 49 8c 72 ff ff ff ff 00 00 00 cb da c1 |?.uI.r..........| +I (4660) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 49 |............?.uI| +I (4670) RX_TASK: Starting to Parse: 256 +I (4670) RX_TASK:  +=== Packet 1 (offset 10, length 18) === + +I (4680) RX_TASK: Address: 0xFF +I (4680) RX_TASK: Command bit: 1 +I (4680) RX_TASK: Control: 0x3F +I (4680) RX_TASK: Control: P-XID +I (4690) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (4700) irda_crc1: CRC: 0xF0B8 +I (4700) RX_TASK: CRC Check: VALID + +I (4700) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (4710) RX_TASK:  +ASCII: +.uI.r....... + +I (4720) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (4720) PXID_TASK: Source Address: 0x75498C72 +I (4730) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4730) PXID_TASK: Discovery Flag: 0x00 +I (4740) PXID_TASK: Slot Number: 0x00 +I (4740) PXID_TASK: Version Number: 0x00 + + + +I (4740) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (4760) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (4780) irda_crc1: CRC: 0xF0B8 +I (4780) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (4790) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (4810) PXID REPLY: Wrote 36 bytes +I (4810) PXID REPLY: Sent reply packet +I (4810) RX_TASK: Send Success +I (4820) RX_TASK:  +=== Packet 2 (offset 38, length 33) === + +I (4820) RX_TASK: Address: 0xFF +I (4820) RX_TASK: Command bit: 1 +I (4830) RX_TASK: Control: 0x3F +I (4830) RX_TASK: Control: P-XID +I (4830) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (4850) irda_crc1: CRC: 0xF0B8 +I (4850) RX_TASK: CRC Check: VALID + +I (4860) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4870) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (4870) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (4880) PXID_TASK: Source Address: 0x75498C72 +I (4890) PXID_TASK: Destination Address: 0xFFFFFFFF +I (4890) PXID_TASK: Discovery Flag: 0x00 +I (4900) PXID_TASK: Slot Number: 0xFF +I (4900) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (4910) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (4930) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (4940) irda_crc1: CRC: 0xF0B8 +I (4950) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (4960) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (4970) PXID REPLY: Wrote 36 bytes +I (4980) PXID REPLY: Sent reply packet +I (4980) RX_TASK: Send Success +I (4980) RX_TASK:  +=== Packet 3 (offset 81, length 18) === + +I (4990) RX_TASK: Address: 0xFF +I (4990) RX_TASK: Command bit: 1 +I (4990) RX_TASK: Control: 0x3F +I (5000) RX_TASK: Control: P-XID +I (5000) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (5010) irda_crc1: CRC: 0xF0B8 +I (5010) RX_TASK: CRC Check: VALID + +I (5020) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5020) RX_TASK:  +ASCII: +.uI.r....... + +I (5030) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5040) PXID_TASK: Source Address: 0x75498C72 +I (5040) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5040) PXID_TASK: Discovery Flag: 0x00 +I (5050) PXID_TASK: Slot Number: 0x00 +I (5050) PXID_TASK: Version Number: 0x00 + + + +I (5060) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (5080) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (5090) irda_crc1: CRC: 0xF0B8 +I (5090) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5110) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5120) PXID REPLY: Wrote 36 bytes +I (5120) PXID REPLY: Sent reply packet +I (5130) RX_TASK: Send Success +I (5130) RX_TASK:  +=== Packet 4 (offset 108, length 33) === + +I (5130) RX_TASK: Address: 0xFF +I (5140) RX_TASK: Command bit: 1 +I (5140) RX_TASK: Control: 0x3F +I (5140) RX_TASK: Control: P-XID +I (5150) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (5160) irda_crc1: CRC: 0xF0B8 +I (5160) RX_TASK: CRC Check: VALID + +I (5170) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5180) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (5180) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5200) PXID_TASK: Source Address: 0x75498C72 +I (5200) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5200) PXID_TASK: Discovery Flag: 0x00 +I (5210) PXID_TASK: Slot Number: 0xFF +I (5210) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5220) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (5240) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (5260) irda_crc1: CRC: 0xF0B8 +I (5260) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5270) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5280) PXID REPLY: Wrote 36 bytes +I (5290) PXID REPLY: Sent reply packet +I (5290) RX_TASK: Send Success +I (5290) RX_TASK:  +=== Packet 5 (offset 151, length 18) === + +I (5300) RX_TASK: Address: 0xFF +I (5300) RX_TASK: Command bit: 1 +I (5310) RX_TASK: Control: 0x3F +I (5310) RX_TASK: Control: P-XID +I (5310) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (5320) irda_crc1: CRC: 0xF0B8 +I (5330) RX_TASK: CRC Check: VALID + +I (5330) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5340) RX_TASK:  +ASCII: +.uI.r....... + +I (5340) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5350) PXID_TASK: Source Address: 0x75498C72 +I (5350) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5360) PXID_TASK: Discovery Flag: 0x00 +I (5360) PXID_TASK: Slot Number: 0x00 +I (5360) PXID_TASK: Version Number: 0x00 + + + +I (5370) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (5390) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (5400) irda_crc1: CRC: 0xF0B8 +I (5410) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5420) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5430) PXID REPLY: Wrote 36 bytes +I (5430) PXID REPLY: Sent reply packet +I (5440) RX_TASK: Send Success +I (5440) RX_TASK:  +=== Packet 6 (offset 179, length 33) === + +I (5450) RX_TASK: Address: 0xFF +I (5450) RX_TASK: Command bit: 1 +I (5450) RX_TASK: Control: 0x3F +I (5460) RX_TASK: Control: P-XID +I (5460) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (5470) irda_crc1: CRC: 0xF0B8 +I (5480) RX_TASK: CRC Check: VALID + +I (5480) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5490) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (5500) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (5510) PXID_TASK: Source Address: 0x75498C72 +I (5510) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5520) PXID_TASK: Discovery Flag: 0x00 +I (5520) PXID_TASK: Slot Number: 0xFF +I (5520) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (5530) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (5550) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (5570) irda_crc1: CRC: 0xF0B8 +I (5570) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5580) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5600) PXID REPLY: Wrote 36 bytes +I (5600) PXID REPLY: Sent reply packet +I (5600) RX_TASK: Send Success +I (5610) RX_TASK:  +=== Packet 7 (offset 222, length 18) === + +I (5610) RX_TASK: Address: 0xFF +I (5610) RX_TASK: Command bit: 1 +I (5620) RX_TASK: Control: 0x3F +I (5620) RX_TASK: Control: P-XID +I (5620) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (5640) irda_crc1: CRC: 0xF0B8 +I (5640) RX_TASK: CRC Check: VALID + +I (5640) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5650) RX_TASK:  +ASCII: +.uI.r....... + +I (5650) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5660) PXID_TASK: Source Address: 0x75498C72 +I (5660) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5670) PXID_TASK: Discovery Flag: 0x00 +I (5670) PXID_TASK: Slot Number: 0x00 +I (5680) PXID_TASK: Version Number: 0x00 + + + +I (5680) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (5700) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (5710) irda_crc1: CRC: 0xF0B8 +I (5720) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5730) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (5740) PXID REPLY: Wrote 36 bytes +I (5750) PXID REPLY: Sent reply packet +I (5750) RX_TASK: Send Success +I (5750) RX_TASK: Unterminated packet at offset 250 + +I (5760) RX_TASK: Read 256 bytes: '�r����' +I (5760) RX_TASK: 0x40813260 8c 72 ff ff ff ff 00 ff 00 82 24 00 53 79 6d 62 |.r........$.Symb| +I (5770) RX_TASK: 0x40813270 69 61 6e 20 45 50 4f 43 f3 40 c1 ff ff ff ff ff |ian EPOC.@......| +I (5780) RX_TASK: 0x40813280 ff ff ff ff ff c0 ff 3f 01 75 49 8c 72 ff ff ff |.......?.uI.r...| +I (5790) RX_TASK: 0x40813290 ff 00 00 00 cb da c1 ff ff ff ff ff ff ff ff ff |................| +I (5800) RX_TASK: 0x408132a0 ff c0 ff 3f 01 75 49 8c 72 ff ff ff ff 00 ff 00 |...?.uI.r.......| +I (5810) RX_TASK: 0x408132b0 82 24 00 53 79 6d 62 69 61 6e 20 45 50 4f 43 f3 |.$.Symbian EPOC.| +I (5810) RX_TASK: 0x408132c0 40 c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |@.............?.| +I (5820) RX_TASK: 0x408132d0 75 49 8c 72 ff ff ff ff 00 00 00 cb da c1 ff ff |uI.r............| +I (5830) RX_TASK: 0x408132e0 ff ff ff ff ff ff ff c0 ff 3f 01 75 49 8c 72 ff |.........?.uI.r.| +I (5840) RX_TASK: 0x408132f0 ff ff ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e |.......$.Symbian| +I (5850) RX_TASK: 0x40813300 20 45 50 4f 43 f3 40 c1 ff ff ff ff ff ff ff ff | EPOC.@.........| +I (5860) RX_TASK: 0x40813310 ff ff c0 ff 3f 01 75 49 8c 72 ff ff ff ff 00 00 |....?.uI.r......| +I (5870) RX_TASK: 0x40813320 00 cb da c1 ff ff ff ff ff ff ff ff ff ff c0 ff |................| +I (5880) RX_TASK: 0x40813330 3f 01 75 49 8c 72 ff ff ff ff 00 ff 00 82 24 00 |?.uI.r........$.| +I (5880) RX_TASK: 0x40813340 53 79 6d 62 69 61 6e 20 45 50 4f 43 f3 40 c1 ff |Symbian EPOC.@..| +I (5890) RX_TASK: 0x40813350 ff ff ff ff ff ff ff ff ff c0 ff 3f 01 75 49 8c |...........?.uI.| +I (5900) RX_TASK: Starting to Parse: 256 +I (5910) RX_TASK:  +=== Packet 1 (offset 37, length 18) === + +I (5910) RX_TASK: Address: 0xFF +I (5910) RX_TASK: Command bit: 1 +I (5920) RX_TASK: Control: 0x3F +I (5920) RX_TASK: Control: P-XID +I (5920) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (5930) irda_crc1: CRC: 0xF0B8 +I (5940) RX_TASK: CRC Check: VALID + +I (5940) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5950) RX_TASK:  +ASCII: +.uI.r....... + +I (5950) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (5960) PXID_TASK: Source Address: 0x75498C72 +I (5960) PXID_TASK: Destination Address: 0xFFFFFFFF +I (5970) PXID_TASK: Discovery Flag: 0x00 +I (5970) PXID_TASK: Slot Number: 0x00 +I (5970) PXID_TASK: Version Number: 0x00 + + + +I (5980) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (6000) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (6010) irda_crc1: CRC: 0xF0B8 +I (6020) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6030) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6040) PXID REPLY: Wrote 36 bytes +I (6050) PXID REPLY: Sent reply packet +I (6050) RX_TASK: Send Success +I (6050) RX_TASK:  +=== Packet 2 (offset 65, length 33) === + +I (6060) RX_TASK: Address: 0xFF +I (6060) RX_TASK: Command bit: 1 +I (6060) RX_TASK: Control: 0x3F +I (6070) RX_TASK: Control: P-XID +I (6070) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (6090) irda_crc1: CRC: 0xF0B8 +I (6090) RX_TASK: CRC Check: VALID + +I (6090) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6100) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (6110) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6120) PXID_TASK: Source Address: 0x75498C72 +I (6120) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6130) PXID_TASK: Discovery Flag: 0x00 +I (6130) PXID_TASK: Slot Number: 0xFF +I (6130) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6140) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (6170) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (6180) irda_crc1: CRC: 0xF0B8 +I (6180) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6200) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6210) PXID REPLY: Wrote 36 bytes +I (6210) PXID REPLY: Sent reply packet +I (6210) RX_TASK: Send Success +I (6220) RX_TASK:  +=== Packet 3 (offset 108, length 18) === + +I (6220) RX_TASK: Address: 0xFF +I (6230) RX_TASK: Command bit: 1 +I (6230) RX_TASK: Control: 0x3F +I (6230) RX_TASK: Control: P-XID +I (6230) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (6250) irda_crc1: CRC: 0xF0B8 +I (6250) RX_TASK: CRC Check: VALID + +I (6250) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (6260) RX_TASK:  +ASCII: +.uI.r....... + +I (6260) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (6270) PXID_TASK: Source Address: 0x75498C72 +I (6280) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6280) PXID_TASK: Discovery Flag: 0x00 +I (6280) PXID_TASK: Slot Number: 0x00 +I (6290) PXID_TASK: Version Number: 0x00 + + + +I (6290) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (6310) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (6330) irda_crc1: CRC: 0xF0B8 +I (6330) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6340) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6360) PXID REPLY: Wrote 36 bytes +I (6360) PXID REPLY: Sent reply packet +I (6360) RX_TASK: Send Success +I (6360) RX_TASK:  +=== Packet 4 (offset 135, length 33) === + +I (6370) RX_TASK: Address: 0xFF +I (6370) RX_TASK: Command bit: 1 +I (6380) RX_TASK: Control: 0x3F +I (6380) RX_TASK: Control: P-XID +I (6380) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (6400) irda_crc1: CRC: 0xF0B8 +I (6400) RX_TASK: CRC Check: VALID + +I (6400) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6410) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (6420) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6430) PXID_TASK: Source Address: 0x75498C72 +I (6440) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6440) PXID_TASK: Discovery Flag: 0x00 +I (6440) PXID_TASK: Slot Number: 0xFF +I (6450) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6460) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (6480) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (6490) irda_crc1: CRC: 0xF0B8 +I (6490) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6510) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6520) PXID REPLY: Wrote 36 bytes +I (6520) PXID REPLY: Sent reply packet +I (6530) RX_TASK: Send Success +I (6530) RX_TASK:  +=== Packet 5 (offset 178, length 18) === + +I (6540) RX_TASK: Address: 0xFF +I (6540) RX_TASK: Command bit: 1 +I (6540) RX_TASK: Control: 0x3F +I (6540) RX_TASK: Control: P-XID +I (6550) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (6560) irda_crc1: CRC: 0xF0B8 +I (6560) RX_TASK: CRC Check: VALID + +I (6570) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (6570) RX_TASK:  +ASCII: +.uI.r....... + +I (6580) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (6580) PXID_TASK: Source Address: 0x75498C72 +I (6590) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6590) PXID_TASK: Discovery Flag: 0x00 +I (6600) PXID_TASK: Slot Number: 0x00 +I (6600) PXID_TASK: Version Number: 0x00 + + + +I (6600) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (6620) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (6640) irda_crc1: CRC: 0xF0B8 +I (6640) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6650) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6670) PXID REPLY: Wrote 36 bytes +I (6670) PXID REPLY: Sent reply packet +I (6670) RX_TASK: Send Success +I (6680) RX_TASK:  +=== Packet 6 (offset 206, length 33) === + +I (6680) RX_TASK: Address: 0xFF +I (6690) RX_TASK: Command bit: 1 +I (6690) RX_TASK: Control: 0x3F +I (6690) RX_TASK: Control: P-XID +I (6690) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (6710) irda_crc1: CRC: 0xF0B8 +I (6710) RX_TASK: CRC Check: VALID + +I (6720) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6730) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (6730) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (6740) PXID_TASK: Source Address: 0x75498C72 +I (6750) PXID_TASK: Destination Address: 0xFFFFFFFF +I (6750) PXID_TASK: Discovery Flag: 0x00 +I (6760) PXID_TASK: Slot Number: 0xFF +I (6760) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (6770) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (6790) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (6800) irda_crc1: CRC: 0xF0B8 +I (6810) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6820) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (6830) PXID REPLY: Wrote 36 bytes +I (6840) PXID REPLY: Sent reply packet +I (6840) RX_TASK: Send Success +I (6840) RX_TASK: Unterminated packet at offset 249 + +I (7850) RX_TASK: Read 108 bytes: 'r����' +I (7850) RX_TASK: 0x40813260 72 ff ff ff ff 00 00 00 cb da c1 ff ff ff ff ff |r...............| +I (7850) RX_TASK: 0x40813270 ff ff ff ff ff c0 ff 3f 01 75 49 8c 72 ff ff ff |.......?.uI.r...| +I (7860) RX_TASK: 0x40813280 ff 00 ff 00 82 24 00 53 79 6d 62 69 61 6e 20 45 |.....$.Symbian E| +I (7860) RX_TASK: 0x40813290 50 4f 43 f3 40 c1 ff ff ff ff ff ff ff ff ff ff |POC.@...........| +I (7870) RX_TASK: 0x408132a0 c0 ff 3f 01 75 49 8c 72 ff ff ff ff 00 00 00 cb |..?.uI.r........| +I (7880) RX_TASK: 0x408132b0 da c1 ff ff ff ff ff ff ff ff ff ff c0 ff 3f 01 |..............?.| +I (7890) RX_TASK: 0x408132c0 75 49 8c 72 ff ff ff ff 00 ff 00 82 |uI.r........| +I (7900) RX_TASK: Starting to Parse: 108 +I (7900) RX_TASK:  +=== Packet 1 (offset 21, length 33) === + +I (7910) RX_TASK: Address: 0xFF +I (7910) RX_TASK: Command bit: 1 +I (7910) RX_TASK: Control: 0x3F +I (7920) RX_TASK: Control: P-XID +I (7920) RX_TASK: CRC: 0xF340 +irda_crc - FCS len: 31 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 F3 40 +I (7940) irda_crc1: CRC: 0xF0B8 +I (7940) RX_TASK: CRC Check: VALID + +I (7940) RX_TASK: Payload (27 bytes): +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7950) RX_TASK:  +ASCII: +.uI.r........$.Symbian EPOC + +I (7960) PXID_TASK: Parsing P-XID Packet: 27 bytes +01 75 49 8C 72 FF FF FF FF 00 FF 00 82 24 00 53 +79 6D 62 69 61 6E 20 45 50 4F 43 +I (7970) PXID_TASK: Source Address: 0x75498C72 +I (7970) PXID_TASK: Destination Address: 0xFFFFFFFF +I (7980) PXID_TASK: Discovery Flag: 0x00 +I (7980) PXID_TASK: Slot Number: 0xFF +I (7980) PXID_TASK: Version Number: 0x00 +82 24 00 53 79 6D 62 69 61 6E 20 45 50 4F 43 +.$.Symbian EPOC + +I (7990) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (8020) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (8030) irda_crc1: CRC: 0xF0B8 +I (8030) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (8050) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (8060) PXID REPLY: Wrote 36 bytes +I (8060) PXID REPLY: Sent reply packet +I (8060) RX_TASK: Send Success +I (8070) RX_TASK:  +=== Packet 2 (offset 64, length 18) === + +I (8070) RX_TASK: Address: 0xFF +I (8080) RX_TASK: Command bit: 1 +I (8080) RX_TASK: Control: 0x3F +I (8080) RX_TASK: Control: P-XID +I (8080) RX_TASK: CRC: 0xCBDA +irda_crc - FCS len: 16 +irda_crc - FCS_Payload: FF 3F 01 75 49 8C 72 FF FF FF FF 00 00 00 CB DA +I (8100) irda_crc1: CRC: 0xF0B8 +I (8100) RX_TASK: CRC Check: VALID + +I (8100) RX_TASK: Payload (12 bytes): +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (8110) RX_TASK:  +ASCII: +.uI.r....... + +I (8110) PXID_TASK: Parsing P-XID Packet: 12 bytes +01 75 49 8C 72 FF FF FF FF 00 00 00 +I (8120) PXID_TASK: Source Address: 0x75498C72 +I (8130) PXID_TASK: Destination Address: 0xFFFFFFFF +I (8130) PXID_TASK: Discovery Flag: 0x00 +I (8130) PXID_TASK: Slot Number: 0x00 +I (8140) PXID_TASK: Version Number: 0x00 + + + +I (8140) PXID REPLY: Construct reply packet +FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +irda_crc - FCS len: 22 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 +I (8160) irda_crc1: CRC: 0x269F +irda_crc - FCS len: 24 +irda_crc - FCS_Payload: FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 +I (8180) irda_crc1: CRC: 0xF0B8 +I (8180) PXID REPLY: CRC Check: VALID + +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (8190) PXID REPLY: Send reply packet +FF FF FF FF FF FF FF FF FF FF C0 FE BF 01 FE 42 28 66 06 75 49 8C 72 01 00 00 90 24 00 54 45 53 54 60 D9 C1 +I (8210) PXID REPLY: Wrote 36 bytes +I (8210) PXID REPLY: Sent reply packet +I (8210) RX_TASK: Send Success +I (8210) RX_TASK: Unterminated packet at offset 92 + diff --git a/build/partition-table-flash_args b/build/partition-table-flash_args new file mode 100644 index 0000000..356e297 --- /dev/null +++ b/build/partition-table-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 80m --flash_size 4MB +0x8000 partition_table/partition-table.bin diff --git a/build/partition_table/partition-table.bin b/build/partition_table/partition-table.bin new file mode 100644 index 0000000..b8fa03b Binary files /dev/null and b/build/partition_table/partition-table.bin differ diff --git a/build/project_description.json b/build/project_description.json new file mode 100644 index 0000000..e124164 --- /dev/null +++ b/build/project_description.json @@ -0,0 +1,2837 @@ +{ + "version": "1.1", + "project_name": "uart_async_rxtxtasks", + "project_version": "1", + "project_path": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks", + "idf_path": "/Users/james/Development/psionrevo/esp/esp-idf", + "build_dir": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build", + "config_file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/sdkconfig", + "config_defaults": "", + "bootloader_elf": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/bootloader/bootloader.elf", + "app_elf": "uart_async_rxtxtasks.elf", + "app_bin": "uart_async_rxtxtasks.bin", + "build_type": "flash_app", + "git_revision": "v5.4", + "target": "esp32c6", + "rev": "", + "min_rev": "0", + "max_rev": "99", + "phy_data_partition": "", + "monitor_baud" : "115200", + "monitor_toolprefix": "riscv32-esp-elf-", + "c_compiler": "/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", + "config_environment" : { + "COMPONENT_KCONFIGS" : "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/bt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/console/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/driver/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/hal/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/heap/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/log/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/openthread/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/soc/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/ulp/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/unity/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/usb/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Kconfig;/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table/Kconfig.projbuild" + }, + "common_component_reqs": [ "cxx", "newlib", "freertos", "esp_hw_support", "heap", "log", "soc", "hal", "esp_rom", "esp_common", "esp_system", "riscv" ], + "build_components" : [ "app_trace", "app_update", "bootloader", "bootloader_support", "bt", "cmock", "console", "cxx", "driver", "efuse", "esp-tls", "esp_adc", "esp_app_format", "esp_bootloader_format", "esp_coex", "esp_common", "esp_driver_ana_cmpr", "esp_driver_cam", "esp_driver_dac", "esp_driver_gpio", "esp_driver_gptimer", "esp_driver_i2c", "esp_driver_i2s", "esp_driver_isp", "esp_driver_jpeg", "esp_driver_ledc", "esp_driver_mcpwm", "esp_driver_parlio", "esp_driver_pcnt", "esp_driver_ppa", "esp_driver_rmt", "esp_driver_sdio", "esp_driver_sdm", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_spi", "esp_driver_touch_sens", "esp_driver_tsens", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_eth", "esp_event", "esp_gdbstub", "esp_hid", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_hw_support", "esp_lcd", "esp_local_ctrl", "esp_mm", "esp_netif", "esp_netif_stack", "esp_partition", "esp_phy", "esp_pm", "esp_psram", "esp_ringbuf", "esp_rom", "esp_security", "esp_system", "esp_timer", "esp_vfs_console", "esp_wifi", "espcoredump", "esptool_py", "fatfs", "freertos", "hal", "heap", "http_parser", "idf_test", "ieee802154", "json", "log", "lwip", "main", "mbedtls", "mqtt", "newlib", "nvs_flash", "nvs_sec_provider", "openthread", "partition_table", "protobuf-c", "protocomm", "pthread", "riscv", "rt", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "ulp", "unity", "usb", "vfs", "wear_levelling", "wifi_provisioning", "wpa_supplicant", "" ], + "build_component_paths" : [ "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace", "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support", "/Users/james/Development/psionrevo/esp/esp-idf/components/bt", "/Users/james/Development/psionrevo/esp/esp-idf/components/cmock", "/Users/james/Development/psionrevo/esp/esp-idf/components/console", "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump", "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal", "/Users/james/Development/psionrevo/esp/esp-idf/components/heap", "/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser", "/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154", "/Users/james/Development/psionrevo/esp/esp-idf/components/json", "/Users/james/Development/psionrevo/esp/esp-idf/components/log", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip", "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main", "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls", "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider", "/Users/james/Development/psionrevo/esp/esp-idf/components/openthread", "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table", "/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm", "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread", "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv", "/Users/james/Development/psionrevo/esp/esp-idf/components/rt", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs", "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport", "/Users/james/Development/psionrevo/esp/esp-idf/components/ulp", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity", "/Users/james/Development/psionrevo/esp/esp-idf/components/usb", "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant", "" ], + "build_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace", + "type": "LIBRARY", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_trace/libapp_trace.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/app_trace_util.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/host_file_io.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace/port/port_uart.c" ], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update", + "type": "LIBRARY", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/app_update/libapp_update.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_ops.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update/esp_ota_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader", + "type": "CONFIG_ONLY", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support", + "type": "LIBRARY", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support/src/esp32c6/secure_boot_secure_features.c" ], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bt", + "type": "CONFIG_ONLY", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/cmock", + "type": "LIBRARY", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cmock/libcmock.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/cmock/CMock/src/cmock.c" ], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/console", + "type": "LIBRARY", + "lib": "__idf_console", + "reqs": [ "vfs", "esp_vfs_console" ], + "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/console/libconsole.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/console/commands.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/split_argv.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/linenoise/linenoise.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/esp_console_repl_chip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_cmd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_date.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dbl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_dstr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_end.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_file.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_hashtable.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_int.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_lit.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rem.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_rex.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_str.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/arg_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/console/argtable3/argtable3.c" ], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/console" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx", + "type": "LIBRARY", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/cxx/libcxx.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_guards.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx/cxx_init.cpp" ], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver", + "type": "LIBRARY", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support", "esp_driver_gpio", "esp_driver_pcnt", "esp_driver_gptimer", "esp_driver_spi", "esp_driver_mcpwm", "esp_driver_ana_cmpr", "esp_driver_i2s", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_sdio", "esp_driver_dac", "esp_driver_rmt", "esp_driver_tsens", "esp_driver_sdm", "esp_driver_i2c", "esp_driver_uart", "esp_driver_ledc", "esp_driver_parlio", "esp_driver_usb_serial_jtag" ], + "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/driver/libdriver.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/timer_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/i2c/i2c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/driver/twai/twai.c" ], + "include_dirs": [ "deprecated", "i2c/include", "touch_sensor/include", "twai/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse", + "type": "LIBRARY", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash", "esp_system", "esp_partition", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/efuse/libefuse.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_table.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_fields.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_rtc_calib.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/esp32c6/esp_efuse_utility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse/src/esp_efuse_startup.c" ], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls", + "type": "LIBRARY", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp-tls/libesp-tls.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c" ], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc", + "type": "LIBRARY", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_adc/libesp_adc.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_oneshot.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_continuous.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_monitor.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/gdma/adc_dma.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/adc_filter.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc/esp32c6/curve_fitting_coefficients.c" ], + "include_dirs": [ "include", "interface", "esp32c6/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format", + "type": "LIBRARY", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_app_format/libesp_app_format.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format", + "type": "LIBRARY", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex", + "type": "LIBRARY", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_coex/libesp_coex.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/lib_printf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/esp32c6/esp_coex_adapter.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/src/coexist_debug.c" ], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common", + "type": "LIBRARY", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_common/libesp_common.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_ana_cmpr": { + "alias": "idf::esp_driver_ana_cmpr", + "target": "___idf_esp_driver_ana_cmpr", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_ana_cmpr", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_cam": { + "alias": "idf::esp_driver_cam", + "target": "___idf_esp_driver_cam", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam", + "type": "LIBRARY", + "lib": "__idf_esp_driver_cam", + "reqs": [ "esp_driver_isp", "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_cam/libesp_driver_cam.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c" ], + "include_dirs": [ "include", "interface" ] + }, + "esp_driver_dac": { + "alias": "idf::esp_driver_dac", + "target": "___idf_esp_driver_dac", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_dac", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "./include" ] + }, + "esp_driver_gpio": { + "alias": "idf::esp_driver_gpio", + "target": "___idf_esp_driver_gpio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio", + "type": "LIBRARY", + "lib": "__idf_esp_driver_gpio", + "reqs": [], + "priv_reqs": [ "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_flex_glitch_filter.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio/src/gpio_etm.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_gptimer": { + "alias": "idf::esp_driver_gptimer", + "target": "___idf_esp_driver_gptimer", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer", + "type": "LIBRARY", + "lib": "__idf_esp_driver_gptimer", + "reqs": [ "esp_pm" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_etm.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_i2c": { + "alias": "idf::esp_driver_i2c", + "target": "___idf_esp_driver_i2c", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c", + "type": "LIBRARY", + "lib": "__idf_esp_driver_i2c", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_i2s": { + "alias": "idf::esp_driver_i2s", + "target": "___idf_esp_driver_i2s", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s", + "type": "LIBRARY", + "lib": "__idf_esp_driver_i2s", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_etm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_isp": { + "alias": "idf::esp_driver_isp", + "target": "___idf_esp_driver_isp", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_isp", + "reqs": [ "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_jpeg": { + "alias": "idf::esp_driver_jpeg", + "target": "___idf_esp_driver_jpeg", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_jpeg", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ledc": { + "alias": "idf::esp_driver_ledc", + "target": "___idf_esp_driver_ledc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc", + "type": "LIBRARY", + "lib": "__idf_esp_driver_ledc", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc/src/ledc.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_mcpwm": { + "alias": "idf::esp_driver_mcpwm", + "target": "___idf_esp_driver_mcpwm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm", + "type": "LIBRARY", + "lib": "__idf_esp_driver_mcpwm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_etm.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_parlio": { + "alias": "idf::esp_driver_parlio", + "target": "___idf_esp_driver_parlio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio", + "type": "LIBRARY", + "lib": "__idf_esp_driver_parlio", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_parlio/libesp_driver_parlio.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_tx.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio/src/parlio_rx.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_pcnt": { + "alias": "idf::esp_driver_pcnt", + "target": "___idf_esp_driver_pcnt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt", + "type": "LIBRARY", + "lib": "__idf_esp_driver_pcnt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_ppa": { + "alias": "idf::esp_driver_ppa", + "target": "___idf_esp_driver_ppa", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_ppa", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_rmt": { + "alias": "idf::esp_driver_rmt", + "target": "___idf_esp_driver_rmt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt", + "type": "LIBRARY", + "lib": "__idf_esp_driver_rmt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_sdio": { + "alias": "idf::esp_driver_sdio", + "target": "___idf_esp_driver_sdio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio", + "type": "LIBRARY", + "lib": "__idf_esp_driver_sdio", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_sdm": { + "alias": "idf::esp_driver_sdm", + "target": "___idf_esp_driver_sdm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm", + "type": "LIBRARY", + "lib": "__idf_esp_driver_sdm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm/src/sdm.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_sdmmc": { + "alias": "idf::esp_driver_sdmmc", + "target": "___idf_esp_driver_sdmmc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_sdmmc", + "reqs": [ "sdmmc", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdspi": { + "alias": "idf::esp_driver_sdspi", + "target": "___idf_esp_driver_sdspi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi", + "type": "LIBRARY", + "lib": "__idf_esp_driver_sdspi", + "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_spi": { + "alias": "idf::esp_driver_spi", + "target": "___idf_esp_driver_spi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi", + "type": "LIBRARY", + "lib": "__idf_esp_driver_spi", + "reqs": [ "esp_pm" ], + "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_spi/libesp_driver_spi.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_touch_sens": { + "alias": "idf::esp_driver_touch_sens", + "target": "___idf_esp_driver_touch_sens", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_touch_sens", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "esp_driver_tsens": { + "alias": "idf::esp_driver_tsens", + "target": "___idf_esp_driver_tsens", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens", + "type": "LIBRARY", + "lib": "__idf_esp_driver_tsens", + "reqs": [], + "priv_reqs": [ "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor_etm.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_uart": { + "alias": "idf::esp_driver_uart", + "target": "___idf_esp_driver_uart", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart", + "type": "LIBRARY", + "lib": "__idf_esp_driver_uart", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_uart/libesp_driver_uart.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_usb_serial_jtag": { + "alias": "idf::esp_driver_usb_serial_jtag", + "target": "___idf_esp_driver_usb_serial_jtag", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag", + "type": "LIBRARY", + "lib": "__idf_esp_driver_usb_serial_jtag", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c" ], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth", + "type": "LIBRARY", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_eth/libesp_eth.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c" ], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event", + "type": "LIBRARY", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_event/libesp_event.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/default_event_loop.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event/esp_event_private.c" ], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub", + "type": "LIBRARY", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_gdbstub/libesp_gdbstub.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/packet.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c" ], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid", + "type": "LIBRARY", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hid/libesp_hid.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hidh.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid/src/esp_hid_common.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client", + "type": "LIBRARY", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_client/libesp_http_client.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/esp_http_client.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_auth.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_header.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client/lib/http_utils.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server", + "type": "LIBRARY", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_http_server/libesp_http_server.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_main.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota", + "type": "LIBRARY", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_ota/libesp_https_ota.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server", + "type": "LIBRARY", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_https_server/libesp_https_server.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server/src/https_server.c" ], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support", + "type": "LIBRARY", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "hal", "esp_driver_gpio", "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/cpu.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_cpu_intr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/cpu_region_protect.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clk.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/hw_random.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/intr_alloc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mac_addr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/revision.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/rtc_module.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modem.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_modes.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_console.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_event.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/io_mux.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/esp_clk_tree.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_retention.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_system_peripheral.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_sleep_retention.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/gdma_etm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/systimer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_etm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/pau_regdma.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/regdma_link.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/modem_clock.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_clk.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_param.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/pmu_sleep.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/rtc_time.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/chip_info.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/ocode_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/port/esp32c6/sar_periph_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_cpu_asm.S", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_clock.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c6/sleep_modem_state.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c6", "dma/include", "ldo/include", "debug_probe/include" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd", + "type": "LIBRARY", + "lib": "__idf_esp_lcd", + "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], + "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_lcd/libesp_lcd.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c" ], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl", + "type": "LIBRARY", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c" ], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm", + "type": "LIBRARY", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_mm/libesp_mm.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_mmu_map.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/port/esp32c6/ext_mem_layout.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/esp_cache.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm/heap_align_hw.c" ], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif", + "type": "LIBRARY", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_netif/libesp_netif.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_objects.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c" ], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition", + "type": "LIBRARY", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "spi_flash", "partition_table", "bootloader_support", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_partition/libesp_partition.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition/partition_target.c" ], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy", + "type": "LIBRARY", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_phy/libesp_phy.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_override.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/lib_printf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/phy_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/esp32c6/phy_init_data.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/src/btbb_init.c" ], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm", + "type": "LIBRARY", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_pm/libesp_pm.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_locks.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_trace.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm/pm_impl.c" ], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf", + "type": "LIBRARY", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_ringbuf/libesp_ringbuf.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf/ringbuf.c" ], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom", + "type": "LIBRARY", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_tlsf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_multi_heap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom/patches/esp_rom_wdt.c" ], + "include_dirs": [ "include", "esp32c6/include", "esp32c6/include/esp32c6", "esp32c6" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security", + "type": "LIBRARY", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [ "efuse", "esp_hw_support", "esp_system", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_security/libesp_security.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_hmac.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_ds.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_dpa_protection.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c" ], + "include_dirs": [ "include" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system", + "type": "LIBRARY", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "bootloader_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_system/libesp_system.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_err.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/crosscore_int.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_ipc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/freertos_hooks.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/int_wdt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/panic.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/esp_system.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/startup_funcs.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/system_time.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/stack_check.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/ubsan.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/xt_wdt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/systick_etm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/hw_stack_guard.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/cpu_start.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/panic_handler.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/esp_system_chip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/image_process.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/brownout.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/clk.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/reset_reason.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/system_internal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system/port/soc/esp32c6/cache_err_int.c" ], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer", + "type": "LIBRARY", + "lib": "__idf_esp_timer", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_timer/libesp_timer.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/system_time.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer/src/esp_timer_etm.c" ], + "include_dirs": [ "include" ] + }, + "esp_vfs_console": { + "alias": "idf::esp_vfs_console", + "target": "___idf_esp_vfs_console", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console", + "type": "LIBRARY", + "lib": "__idf_esp_vfs_console", + "reqs": [], + "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_vfs_console/libesp_vfs_console.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console/vfs_console.c" ], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi", + "type": "LIBRARY", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/esp_wifi/libesp_wifi.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/lib_printf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/mesh_event.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/esp32c6/esp_adapter.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c" ], + "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump", + "type": "LIBRARY", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/espcoredump/libespcoredump.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c" ], + "include_dirs": [ "include", "include/port/riscv" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py", + "type": "CONFIG_ONLY", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs", + "type": "LIBRARY", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], + "priv_reqs": [ "vfs", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/fatfs/libfatfs.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ff.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/src/ffunicode.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" ], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos", + "type": "LIBRARY", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/freertos/libfreertos.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/heap_idf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/app_startup.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/port_systick.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos/esp_additions/idf_additions.c" ], + "include_dirs": [ "config/include", "config/include/freertos", "config/riscv/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/riscv/include", "FreeRTOS-Kernel/portable/riscv/include/freertos", "esp_additions/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal", + "type": "LIBRARY", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/hal/libhal.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/hal_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/efuse_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/efuse_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/lp_timer_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mmu_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/cache_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/color_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/clk_tree_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/uart_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/gpio_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/rtc_io_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/timer_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ledc_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2c_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/rmt_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/pcnt_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mcpwm_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/twai_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_top.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/i2s_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdm_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/etm_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/parlio_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_oneshot_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/adc_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ecc_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/mpi_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sha_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/aes_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/modem_clock_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pau_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/brownout_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hal_iram.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_slave_hd_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/sdio_slave_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/esp32c6/pmu_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/apm_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/hmac_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/ds_hal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/hal/usb_serial_jtag_hal.c" ], + "include_dirs": [ "platform_port/include", "esp32c6/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap", + "type": "LIBRARY", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/heap/libheap.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_base.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/heap_caps_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/multi_heap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/memory_layout_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/heap/port/esp32c6/memory_layout.c" ], + "include_dirs": [ "include", "tlsf" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser", + "type": "LIBRARY", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/http_parser/libhttp_parser.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser/http_parser.c" ], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test", + "type": "CONFIG_ONLY", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include", "include/esp32c6" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154", + "type": "LIBRARY", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/ieee802154/libieee802154.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/esp_ieee802154.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_ack.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_dev.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_frame.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_pib.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_util.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_sec.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154/driver/esp_ieee802154_timer.c" ], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/json", + "type": "LIBRARY", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/json/libjson.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/json/cJSON/cJSON_Utils.c" ], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/log", + "type": "LIBRARY", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/log/liblog.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_timestamp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_timestamp_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_lock.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/os/log_write.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/buffer/log_buffers.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/util.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/log_level.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c" ], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip", + "type": "LIBRARY", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/lwip/liblwip.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/sntp/sntp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/err.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/def.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/dns.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/mem.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/memp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/netif.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/raw.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/stats.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/sys.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/udp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/sockets_ext.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c" ], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch", "port/esp32xx/include/sys" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main", + "type": "LIBRARY", + "lib": "__idf_main", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/main/libmain.a", + "sources": [ "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c" ], + "include_dirs": [ "." ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls", + "type": "LIBRARY", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/libmbedtls.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/x509_crt_bundle.S" ], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt", + "type": "LIBRARY", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mqtt/libmqtt.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" ], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib", + "type": "LIBRARY", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/newlib/libnewlib.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/abort.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/assert.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/heap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/flockfile.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/locks.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/poll.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/pthread.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/random.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/getentropy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/reent_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/newlib_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/syscalls.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/termios.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/stdatomic.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/time.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/sysconf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/realpath.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/scandir.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib/port/esp_time_impl.c" ], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash", + "type": "LIBRARY", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash", "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_flash/libnvs_flash.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp" ], + "include_dirs": [ "include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider", + "type": "LIBRARY", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c" ], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/openthread", + "type": "CONFIG_ONLY", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table", + "type": "CONFIG_ONLY", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c", + "type": "LIBRARY", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protobuf-c/libprotobuf-c.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" ], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm", + "type": "LIBRARY", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/protocomm/libprotocomm.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/common/protocomm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security0.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security1.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/security/security2.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c" ], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread", + "type": "LIBRARY", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/pthread/libpthread.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_cond_var.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_local_storage.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_rwlock.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread/pthread_semaphore.c" ], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv", + "type": "LIBRARY", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/riscv/libriscv.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/instruction_decode.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors.S", "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/interrupt_plic.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv/vectors_intc.S" ], + "include_dirs": [ "include" ] + }, + "rt": { + "alias": "idf::rt", + "target": "___idf_rt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/rt", + "type": "LIBRARY", + "lib": "__idf_rt", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/rt/librt.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c" ], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc", + "type": "LIBRARY", + "lib": "__idf_sdmmc", + "reqs": [], + "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/sdmmc/libsdmmc.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_io.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sdmmc_sd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c" ], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc", + "type": "LIBRARY", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/soc/libsoc.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/lldesc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/dport_access_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/interrupts.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gpio_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/uart_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/adc_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/dedic_gpio_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/etm_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/gdma_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/spi_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ledc_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/pcnt_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rmt_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdm_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2s_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/i2c_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/temperature_sensor_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/timer_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/parlio_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mcpwm_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/mpi_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/twai_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/wdt_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/ieee802154_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/rtc_io_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/sdio_slave_periph.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/soc/esp32c6/system_retention_periph.c" ], + "include_dirs": [ "include", "esp32c6", "esp32c6/include", "esp32c6/register" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash", + "type": "LIBRARY", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "esp_mm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/memspi_host_driver.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/cache_utils.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_mmap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/flash_ops.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_api.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c" ], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs", + "type": "LIBRARY", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/spiffs/libspiffs.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs_api.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs/esp_spiffs.c" ], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport", + "type": "LIBRARY", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/tcp_transport/libtcp_transport.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ssl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_internal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport/transport_ws.c" ], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/ulp", + "type": "CONFIG_ONLY", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity", + "type": "LIBRARY", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/unity/libunity.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity/src/unity.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_compat.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_runner.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_freertos.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_cache.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_utils_memory.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/unity_port_esp32.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c" ], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/usb", + "type": "CONFIG_ONLY", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs", + "type": "LIBRARY", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/vfs/libvfs.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_eventfd.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/vfs_semihost.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs/nullfs.c" ], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling", + "type": "LIBRARY", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wear_levelling/libwear_levelling.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/Partition.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/crc32.cpp", "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling/wear_levelling.cpp" ], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning", + "type": "LIBRARY", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wifi_provisioning/libwifi_provisioning.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/manager.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/handlers.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c" ], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant", + "type": "LIBRARY", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/wpa_supplicant/libwpa_supplicant.a", + "sources": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/port/eloop.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" ], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs", "esp_vfs_console" ], + "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/console" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support", "esp_driver_gpio", "esp_driver_pcnt", "esp_driver_gptimer", "esp_driver_spi", "esp_driver_mcpwm", "esp_driver_ana_cmpr", "esp_driver_i2s", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_sdio", "esp_driver_dac", "esp_driver_rmt", "esp_driver_tsens", "esp_driver_sdm", "esp_driver_i2c", "esp_driver_uart", "esp_driver_ledc", "esp_driver_parlio", "esp_driver_usb_serial_jtag" ], + "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "deprecated", "i2c/include", "touch_sensor/include", "twai/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash", "esp_system", "esp_partition", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/esp-tls", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32c6/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_bootloader_format", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ana_cmpr": { + "alias": "idf::esp_driver_ana_cmpr", + "target": "___idf_esp_driver_ana_cmpr", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ana_cmpr", + "lib": "__idf_esp_driver_ana_cmpr", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_cam": { + "alias": "idf::esp_driver_cam", + "target": "___idf_esp_driver_cam", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_cam", + "lib": "__idf_esp_driver_cam", + "reqs": [ "esp_driver_isp", "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_driver_dac": { + "alias": "idf::esp_driver_dac", + "target": "___idf_esp_driver_dac", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_dac", + "lib": "__idf_esp_driver_dac", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "./include" ] + }, + "esp_driver_gpio": { + "alias": "idf::esp_driver_gpio", + "target": "___idf_esp_driver_gpio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gpio", + "lib": "__idf_esp_driver_gpio", + "reqs": [], + "priv_reqs": [ "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_gptimer": { + "alias": "idf::esp_driver_gptimer", + "target": "___idf_esp_driver_gptimer", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_gptimer", + "lib": "__idf_esp_driver_gptimer", + "reqs": [ "esp_pm" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2c": { + "alias": "idf::esp_driver_i2c", + "target": "___idf_esp_driver_i2c", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2c", + "lib": "__idf_esp_driver_i2c", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2s": { + "alias": "idf::esp_driver_i2s", + "target": "___idf_esp_driver_i2s", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_i2s", + "lib": "__idf_esp_driver_i2s", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_isp": { + "alias": "idf::esp_driver_isp", + "target": "___idf_esp_driver_isp", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_isp", + "lib": "__idf_esp_driver_isp", + "reqs": [ "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_jpeg": { + "alias": "idf::esp_driver_jpeg", + "target": "___idf_esp_driver_jpeg", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_jpeg", + "lib": "__idf_esp_driver_jpeg", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ledc": { + "alias": "idf::esp_driver_ledc", + "target": "___idf_esp_driver_ledc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ledc", + "lib": "__idf_esp_driver_ledc", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_mcpwm": { + "alias": "idf::esp_driver_mcpwm", + "target": "___idf_esp_driver_mcpwm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_mcpwm", + "lib": "__idf_esp_driver_mcpwm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_parlio": { + "alias": "idf::esp_driver_parlio", + "target": "___idf_esp_driver_parlio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_parlio", + "lib": "__idf_esp_driver_parlio", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_pcnt": { + "alias": "idf::esp_driver_pcnt", + "target": "___idf_esp_driver_pcnt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_pcnt", + "lib": "__idf_esp_driver_pcnt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ppa": { + "alias": "idf::esp_driver_ppa", + "target": "___idf_esp_driver_ppa", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_ppa", + "lib": "__idf_esp_driver_ppa", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_rmt": { + "alias": "idf::esp_driver_rmt", + "target": "___idf_esp_driver_rmt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_rmt", + "lib": "__idf_esp_driver_rmt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdio": { + "alias": "idf::esp_driver_sdio", + "target": "___idf_esp_driver_sdio", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdio", + "lib": "__idf_esp_driver_sdio", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdm": { + "alias": "idf::esp_driver_sdm", + "target": "___idf_esp_driver_sdm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdm", + "lib": "__idf_esp_driver_sdm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdmmc": { + "alias": "idf::esp_driver_sdmmc", + "target": "___idf_esp_driver_sdmmc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdmmc", + "lib": "__idf_esp_driver_sdmmc", + "reqs": [ "sdmmc", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdspi": { + "alias": "idf::esp_driver_sdspi", + "target": "___idf_esp_driver_sdspi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_sdspi", + "lib": "__idf_esp_driver_sdspi", + "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_spi": { + "alias": "idf::esp_driver_spi", + "target": "___idf_esp_driver_spi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_spi", + "lib": "__idf_esp_driver_spi", + "reqs": [ "esp_pm" ], + "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_touch_sens": { + "alias": "idf::esp_driver_touch_sens", + "target": "___idf_esp_driver_touch_sens", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_touch_sens", + "lib": "__idf_esp_driver_touch_sens", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_driver_tsens": { + "alias": "idf::esp_driver_tsens", + "target": "___idf_esp_driver_tsens", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_tsens", + "lib": "__idf_esp_driver_tsens", + "reqs": [], + "priv_reqs": [ "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_uart": { + "alias": "idf::esp_driver_uart", + "target": "___idf_esp_driver_uart", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_uart", + "lib": "__idf_esp_driver_uart", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_usb_serial_jtag": { + "alias": "idf::esp_driver_usb_serial_jtag", + "target": "___idf_esp_driver_usb_serial_jtag", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_driver_usb_serial_jtag", + "lib": "__idf_esp_driver_usb_serial_jtag", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "hal", "esp_driver_gpio", "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c6", "dma/include", "ldo/include", "debug_probe/include" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], + "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "spi_flash", "partition_table", "bootloader_support", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6/include", "esp32c6/include/esp32c6", "esp32c6" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_security", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [ "efuse", "esp_hw_support", "esp_system", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "bootloader_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_vfs_console": { + "alias": "idf::esp_vfs_console", + "target": "___idf_esp_vfs_console", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_vfs_console", + "lib": "__idf_esp_vfs_console", + "reqs": [], + "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/port/riscv" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], + "priv_reqs": [ "vfs", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "config/include", "config/include/freertos", "config/riscv/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/riscv/include", "FreeRTOS-Kernel/portable/riscv/include/freertos", "esp_additions/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_port/include", "esp32c6/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "tlsf" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32c6" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch", "port/esp32xx/include/sys" ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/Users/james/Development/psionrevo/esp/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash", "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/nvs_sec_provider", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "rt": { + "alias": "idf::rt", + "target": "___idf_rt", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/rt", + "lib": "__idf_rt", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [], + "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c6", "esp32c6/include", "esp32c6/register" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "esp_mm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/esp-idf/components/xtensa", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "/Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/main", + "lib": "__idf_main", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + } + }, + "debug_prefix_map_gdbinit": "" +} diff --git a/build/project_elf_src_esp32c6.c b/build/project_elf_src_esp32c6.c new file mode 100644 index 0000000..e69de29 diff --git a/build/uart_async_rxtxtasks.bin b/build/uart_async_rxtxtasks.bin new file mode 100644 index 0000000..43cda2d Binary files /dev/null and b/build/uart_async_rxtxtasks.bin differ diff --git a/build/uart_async_rxtxtasks.elf b/build/uart_async_rxtxtasks.elf new file mode 100755 index 0000000..84d7a21 Binary files /dev/null and b/build/uart_async_rxtxtasks.elf differ diff --git a/build/uart_async_rxtxtasks.map b/build/uart_async_rxtxtasks.map new file mode 100644 index 0000000..4dc5c8d --- /dev/null +++ b/build/uart_async_rxtxtasks.map @@ -0,0 +1,28195 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + (esp_app_desc) +esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + (esp_efuse_startup_include_func) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_efuse_check_errors) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) +esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_get_key_dis_read) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) (ESP_EFUSE_KEY5) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_utility_clear_program_registers) +esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_restart) +esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + (esp_system_include_startup_funcs) +esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + (__ubsan_include) +esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + (call_start_cpu0) +esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (esp_system_abort) +esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_brownout_init) +esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rtc_init) +esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (esp_reset_reason_set_hint) +esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (esp_restart_noos) +esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_cache_err_int_init) +esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) (panic_abort) +esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (g_startup_fn) +esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (panic_restart) +esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_registers) +esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_hw_stack_guard_get_bounds) +esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + (tlsf_set_rom_patches) +esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + (esp_rom_include_multi_heap_patch) +esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) (wdt_hal_init) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (efuse_hal_chip_revision) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) (efuse_hal_get_major_chip_version) +esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (uart_hal_write_txfifo) +esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (brownout_hal_config) +esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (esp_log_timestamp) +esp-idf/log/liblog.a(log_write.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_log_write) +esp-idf/log/liblog.a(log_level.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (esp_log_default_level) +esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) (esp_log_level_get_timeout) +esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) (esp_log_linked_list_set_level) +esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) (esp_log_cache_set_level) +esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) (esp_log_impl_lock) +esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) (heap_caps_get_free_size) +esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (registered_heaps) +esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (multi_heap_in_rom_init) +esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_get_available_memory_region_max_count) +esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_memory_region_count) +esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (heap_caps_free) +esp-idf/esp_security/libesp_security.a(init.c.obj) + (esp_security_init_include_impl) +esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + esp-idf/esp_security/libesp_security.a(init.c.obj) (esp_crypto_dpa_protection_startup) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (esp_cpu_set_breakpoint) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_clk_cpu_freq) +esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) (esp_intr_enable_source) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (rtc_isr_deregister) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_deep_sleep_wakeup_io_reset) +esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/hal/libhal.a(brownout_hal.c.obj) (regi2c_ctrl_write_reg_mask) +esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (modem_clock_deselect_all_module_lp_clock_source) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_32k_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (pmu_init) +esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) (pmu_sleep_enable_hp_sleep_sysclk) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_cal) +esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (esp_ocode_calib_init) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + (rv_core_critical_regs_save) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_cpu_intr_get_desc) +esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) (periph_rcc_acquire_enter) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) (esp_sleep_pd_config) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sleep_console_usj_pad_backup_and_disable) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_sleep_execute_event_callbacks) +esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (io_mux_enable_lp_io_clock) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (peripheral_domain_pd_allowed) +esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (mspi_timing_change_speed_mode_cache_safe) +esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) (pmu_hp_system_power_param_default) +esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sar_periph_ctrl_power_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_sleep_cpu_retention) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (clock_domain_pd_allowed) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (modem_domain_pd_allowed) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) (sleep_retention_entries_create) +esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) (pau_regdma_set_entry_link_addr) +esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) (regdma_link_init) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) (sleep_modem_state_phy_link_init) +esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_startup_start_app) +esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) (xQueueGenericSend) +esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (vTaskDelete) +esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (vPortEndScheduler) +esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) (pvPortMalloc) +esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (vApplicationGetIdleTaskMemory) +esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (vPortSetupTimer) +esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) (vListInitialise) +esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (abort) +esp-idf/newlib/libnewlib.a(assert.c.obj) + (__assert_func) +esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) (malloc) +esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) (_lock_init_recursive) +esp-idf/newlib/libnewlib.a(pthread.c.obj) + (newlib_include_pthread_impl) +esp-idf/newlib/libnewlib.a(getentropy.c.obj) + (newlib_include_getentropy_impl) +esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (esp_reent_init) +esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + (newlib_include_init_funcs) +esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_kill_r) +esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) +esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) (esp_time_impl_get_time_since_boot) +esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) (getrandom) +esp-idf/pthread/libpthread.a(pthread.c.obj) + (pthread_include_pthread_impl) +esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + (pthread_include_pthread_cond_var_impl) +esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) +esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + (pthread_include_pthread_rwlock_impl) +esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + (pthread_include_pthread_semaphore_impl) +esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + (__cxa_guard_dummy) +esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + (__cxx_init_dummy) +esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + (esp_timer_init_include_func) +esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) (esp_timer_impl_init_system_time) +esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_timer_private_lock) +esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) (esp_timer_impl_get_time) +esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + (uart_vfs_include_dev_init) +esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) (uart_set_word_length) +esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + (usb_serial_jtag_connection_monitor_include) +esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + (usb_serial_jtag_vfs_include_dev_init) +esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) (usb_serial_jtag_read_bytes) +esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + (include_esp_phy_override) +esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) (phy_ana_i2c_master_burst_rf_onoff) +esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) (phy_get_lock) +esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_init_data) +esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + (esp_vfs_include_console_register) +esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) (esp_vfs_register_fs) +esp-idf/vfs/libvfs.a(nullfs.c.obj) + (esp_vfs_include_nullfs_register) +esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (g_coex_adapter_funcs) +esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + (nvs_sec_provider_include_impl) +esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + (app_main) +esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) (riscv_decode_offset_from_jal_instruction) +esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (intr_handler_set) +esp-idf/riscv/libriscv.a(vectors.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) (_interrupt_handler) +esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esprv_int_get_type) +esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (_vector_table) +esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (gpio_pullup_en) +esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (rtc_gpio_is_valid_gpio) +esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_pm_impl_get_cpu_freq) +esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) (esp_pm_lock_create) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (bootloader_random_enable) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (bootloader_flash_reset_chip) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_flash_encryption_enabled) +esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_mmu_map_init) +esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (g_mmu_mem_regions) +esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) (esp_heap_adjust_alignment_to_hw) +esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) (esp_cache_get_alignment) +esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (spi_flash_needs_reset_check) +esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (spi_flash_disable_interrupts_caches_and_other_cpu) +esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (spi_flash_mmap) +esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_mspi_pin_init) +esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_flash_erase_region) +esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_flash_init_default_chip) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_init_os_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_app_disable_os_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_registered_chips) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_generic) +esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (memspi_host_init_pointers) +esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (_esp_error_check_failed) +esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (esp_crosscore_int_init) +esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) (esp_vApplicationTickHook) +esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (esp_int_wdt_init) +esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (task_wdt_timeout_abort) +esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) (esp_task_wdt_impl_timer_allocate) +esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (esp_backtrace_print) +esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (esp_err_to_name) +esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) (esp_rom_regi2c_read) +esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) (systimer_hal_init) +esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (lp_timer_hal_set_alarm_target) +esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (mmu_hal_paddr_to_vaddr) +esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) (cache_hal_disable) +esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_init) +esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_poll_cmd_done) +esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (spi_flash_encryption_hal_enable) +esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_hal_get_sclk) +esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) +esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) (rtcio_hal_set_direction) +esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) (modem_clock_hal_set_clock_domain_icg_bitmap) +esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) (pau_hal_set_regdma_entry_link_addr) +esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_gpspi_poll_cmd_done) +esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) (pmu_hal_hp_set_digital_power_up_wait_cycle) +esp-idf/hal/libhal.a(apm_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (apm_hal_apm_ctrl_filter_enable_all) +esp-idf/log/liblog.a(log_buffers.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) (esp_log_buffer_hexdump_internal) +esp-idf/log/liblog.a(util.c.obj) + esp-idf/log/liblog.a(log_buffers.c.obj) (esp_log_util_cvt_hex) +esp-idf/soc/libsoc.a(interrupts.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_isr_names) +esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (GPIO_HOLD_MASK) +esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_periph_signal) +esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_periph_signal) +esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (rtc_io_num_map) +esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (esp_hmac_calculate) +esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) (esp_crypto_hmac_lock_acquire) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) (esp_ptr_byte_accessible) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (esp_cpu_configure_region_protection) +esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (periph_rtc_dig_clk8m_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) (esp_fill_random) +esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (esp_efuse_mac_get_default) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_gpio_reserve) +esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) (temperature_sensor_power_acquire) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (esp_clk_tree_src_get_freq_hz) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) (esp_clk_tree_xtal32k_get_freq_hz) +esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_bus_lock_register_dev) +esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (adc_apb_periph_claim) +esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) (systimer_ticks_to_us) +esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) (rtos_int_enter) +esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (xQueueCreateWithCaps) +esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) (xStreamBufferGenericCreateStatic) +esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) (__atomic_fetch_and_8) +esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) (esp_timer_create) +esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) (ets_timer_setfn) +esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) (xRingbufferCreate) +esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (nvs_erase_all) +esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::Storage::isValid() const) +esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSHandleSimple::findEntryNs(nvs_opaque_iterator_t*)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSPartition::NVSPartition(esp_partition_t const*)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSPartitionManager::get_instance()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::Lock::Lock()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::HashList::~HashList()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::Page::markFull()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::PageManager::fillStats(nvs_stats_t&)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) (nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (nvs::Item::calculateCrc32() const) +esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) (nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*)) +esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_bus_lock_get_by_id) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) (esp_aes_xts_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) (esp_aes_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) (esp_aes_crypt_ecb) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) (esp_aes_intr_alloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) (mbedtls_platform_zeroize) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) (esp_aes_dma_start) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) (esp_crypto_shared_gdma_start_axi_ahb) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) (mbedtls_free) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) (esp_mbedtls_mem_calloc) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_coex_adapter_register) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) (coex_core_pti_set) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) (coex_hw_timer_freq_set) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) (coex_rom_osi_funcs_init) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) (coex_schm_lock) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) (coex_dbg_output) +esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (esp_partition_find_first) +esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (esp_partition_write) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_enable_rom_secure_download_mode) +esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) (esp_efuse_rtc_calib_get_ver) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) (bootloader_common_get_sha256_of_partition) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (bootloader_sha256_flash_contents) +esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_partition_table_verify) +esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_image_get_metadata) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) +esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) (clk_hal_lp_slow_get_freq_hz) +esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) (adc_hal_set_calibration_param) +esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) (aes_hal_setkey) +esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) (hmac_hal_start) +esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (temperature_sensor_attributes) +esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) (spicommon_periph_claim) +esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) (gdma_new_ahb_channel) +esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) (coexist_printf) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) (mbedtls_sha256_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) (esp_sha_write_digest_state) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (esp_sha_dma_start) +esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) (esp_ota_get_running_partition) +esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_hal_deinit) +esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_ahb_hal_init) +esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (sha_hal_wait_idle) +esp-idf/soc/libsoc.a(gdma_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_periph_signals) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator delete[](void*)) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (std::nothrow) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator new[](unsigned int, std::nothrow_t const&)) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) (operator delete(void*)) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) (__cxa_begin_catch) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) (__cxa_get_globals_fast) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) (std::terminate()) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) (__cxxabiv1::__unexpected_handler) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) (operator new[](unsigned int)) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) (__cxxabiv1::__terminate_handler) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) (operator new(unsigned int)) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) (vtable for __cxxabiv1::__si_class_type_info) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) (std::type_info::__is_pointer_p() const) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) (vtable for std::bad_alloc) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) (__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) (operator delete(void*, unsigned int)) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) (std::exception::~exception()) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (__ffssi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (__ffsdi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) (__clz_tab) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (__clzsi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (__ctzdi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (__bswapdi2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__divdi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (__udivdi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__muldf3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__subdf3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__fixdfsi) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__floatsidf) +esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) (__wrap__Unwind_DeleteException) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) (phy_param_track_tot) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_xpd_tsens) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) (phy_wakeup_init_) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) (pbus_clear_reg) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (freq_reg_init) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) (phy_dig_reg_backup_new) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) (rfpll_cap_correct_new) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (tsens_read_init_new) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (ram_set_chan_cal_interp) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (rc_cal_new) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (pwdet_reg_init_new) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (rxiq_cal_init) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (get_phy_version_str) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) (get_chan_target_power_new) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (rx_11b_opt) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (get_iq_value) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) (i2c_clk_sel) +/Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) (txdc_cal_pwdet_init) +esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) (phy_printf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) (div) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (environ) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) (__utoa) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) (qsort) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_fclose_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) (__sflush_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) (__sfp_lock_acquire) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (fopen) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fprintf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fputc) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (fputs) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) (_fseek_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) (__sfvwrite_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) (_fwalk_sglue) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fwrite) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) (printf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) (_putc_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) (putchar) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (puts) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (snprintf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) (sprintf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) (__sread) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + esp-idf/log/liblog.a(log_write.c.obj) (vprintf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) (vsnprintf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) (__swbuf_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) (__swsetup_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) (_fseeko_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) (bzero) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) (memchr) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (memcmp) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strerror_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (strlcat) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strlcpy) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strncmp) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (strncpy) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strstr) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (_reclaim_reent) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) (_impure_ptr) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) (__errno) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (close) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (fstat) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) (gettimeofday) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (open) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (read) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (write) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) (memmove) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (memset) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (memcpy) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (strlen) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strcpy) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + esp-idf/log/liblog.a(tag_log_level.c.obj) (strcmp) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) (_svfprintf_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) (_vfprintf_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) (__sprint_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) (__sflags) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) (__smakebuf_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) (__srefill_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) (_strerror_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) (_user_strerror) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (_localeconv_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (frexp) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (_dtoa_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) (_Balloc) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__ssprint_r) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) (__global_locale_ptr) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) (__ascii_mbtowc) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) (__ascii_wctomb) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) (_ctype_) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) (__adddf3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) (__divdf3) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__eqdf2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__gtdf2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__ledf2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__unorddf2) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) (__floatunsidf) +/Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) (__trunctfdf2) + +Discarded input sections + + .text 0x00000000 0x0 CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj + .data 0x00000000 0x0 CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj + .bss 0x00000000 0x0 CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj + .comment 0x00000000 0x30 CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj + .note.GNU-stack + 0x00000000 0x0 CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj + .riscv.attributes + 0x00000000 0x5c CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj + .text 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .data 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text.esp_app_get_description + 0x00000000 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_blob + 0x00000000 0x8a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x00000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x00000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x00000000 0xe2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_get_field_size + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.destroy_block.str1.4 + 0x00000000 0x120 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.destroy_block + 0x00000000 0x154 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x00000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x00000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.4 + 0x00000000 0x37 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_destroy_block + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.0 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .sbss.s_batch_writing_mode + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .sbss.s_efuse_lock + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.get_mask + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.fill_reg + 0x00000000 0xdc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.check_range_of_bits + 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.set_cnt_in_reg.str1.4 + 0x00000000 0x63 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.set_cnt_in_reg + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.write_reg.str1.4 + 0x00000000 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x00000000 0x8c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.4 + 0x00000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_process + 0x00000000 0x19e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x00000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x00000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x00000000 0x2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.4 + 0x00000000 0x27 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x00000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 + 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_single_block + 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_pending + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x00000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_number_of_items + 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_read_reg + 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_fill_buff + 0x00000000 0xf6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_count_once + 0x00000000 0x60 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x00000000 0x8c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x00000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x00000000 0x7c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.4 + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_read_register_address + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.4 + 0x00000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_is_correct_written_data + 0x00000000 0x102 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.0 + 0x00000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.2 + 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.3 + 0x00000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.4 + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .sbss.s_burn_counter + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000 0x1401 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000 0x3ca esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00000000 0x12a0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000000 0xc8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000000 0x188 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000 0x1725 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x00000000 0xaa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000 0x338 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_block_is_empty + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect + 0x00000000 0x9e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_read_protect + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_coding_scheme + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_purpose_field + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.4 + 0x00000000 0x8f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_read + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_read + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_write + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_write + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_purpose + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_purpose + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_keypurpose_dis_write + 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_keypurpose_dis_write + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_purpose + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_key_block_unused + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_unused_key_block + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_count_unused_key_blocks + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_key.str1.4 + 0x00000000 0x65 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_key + 0x00000000 0x124 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_keys.str1.4 + 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_keys + 0x00000000 0x156 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_digest_revoke.str1.4 + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_digest_revoke + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_digest_revoke + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_write_protect_of_digest_revoke + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect_of_digest_revoke + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_secure_boot_read_key_digests.str1.4 + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_secure_boot_read_key_digests + 0x00000000 0xc6 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.0 + 0x00000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.1 + 0x00000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.2 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.3 + 0x00000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.4 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.5 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_revoke_table + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_table + 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_info 0x00000000 0x160b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_abbrev 0x00000000 0x325 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_loc 0x00000000 0xc8d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_aranges + 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_ranges 0x00000000 0x150 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_line 0x00000000 0x1472 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_str 0x00000000 0x1072 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_frame 0x00000000 0x350 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SYS_DATA_PART2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA_MAC_CUSTOM + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DBIAS_VOL_GAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DSLP_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DSLP_LP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_LSLP_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_LSLP_HP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ACTIVE_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ACTIVE_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_EXT + 0x00000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_CRYPT_DPA_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SEC_DPA_LEVEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SWAP_UART_SDIO_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_CUSTOM_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_USR_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DBIAS_VOL_GAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DSLP_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DSLP_LP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_LSLP_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_LSLP_HP_DBG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ACTIVE_LP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ACTIVE_HP_DBIAS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_MAC_EXT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SEC_DPA_LEVEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SWAP_UART_SDIO_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_CRYPT_DPA_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SYS_DATA_PART2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY5 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY4 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY3 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY2 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY1 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY0 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA_MAC_CUSTOM + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DBIAS_VOL_GAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DSLP_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DSLP_LP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.LSLP_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.LSLP_HP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ACTIVE_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ACTIVE_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.MAC_EXT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.CRYPT_DPA_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SEC_DPA_LEVEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SWAP_UART_SDIO_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_CUSTOM_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_USR_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0_CH0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SYS_DATA_PART1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DBIAS_VOL_GAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DSLP_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DSLP_LP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_LSLP_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_LSLP_HP_DBG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ACTIVE_LP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ACTIVE_HP_DBIAS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_MAC_EXT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_DOWNLOAD_MSPI_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SEC_DPA_LEVEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SWAP_UART_SDIO_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_CRYPT_DPA_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000 0x2556 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x00000000 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x00000000 0x24c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_str 0x00000000 0x281b esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_set_timing + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip_opt.str1.4 + 0x00000000 0x1d8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip_opt + 0x00000000 0x3c0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x00000000 0x3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.write_mass_blocks + 0x00000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_read_addr_blocks + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text.esp_unregister_shutdown_handler + 0x00000000 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_maybe_debugbreak + 0x00000000 0xe esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__ubsan_default_handler.str1.4 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_default_handler + 0x00000000 0x5c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch_v1 + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_add_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_sub_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_mul_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_negate_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_divrem_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_shift_out_of_bounds + 0x00000000 0x32 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_out_of_bounds + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_missing_return + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_vla_bound_not_positive + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_load_invalid_value + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_arg + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_return + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_builtin_unreachable + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_pointer_overflow + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_invalid_builtin + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.1 + 0x00000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.2 + 0x00000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.3 + 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.4 + 0x00000000 0x1b esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.5 + 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.6 + 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.7 + 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.8 + 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.9 + 0x00000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.10 + 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.11 + 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.12 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.13 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.14 + 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.15 + 0x00000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__.16 + 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_free_heap_size + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_free_internal_heap_size + 0x00000000 0x18 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_minimum_free_heap_size + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .rodata.esp_get_idf_version.str1.4 + 0x00000000 0x5 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_idf_version + 0x00000000 0xa esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text.esp_brownout_disable + 0x00000000 0x40 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.rtc_clk_select_rtc_slow_clk + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text.esp_reset_reason + 0x00000000 0xa esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.1 0x00000000 0x2 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.2 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_get_address + 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_set_address + 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_monitor_start + 0x00000000 0xe esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_monitor_stop + 0x00000000 0xe esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_set_bounds + 0x00000000 0xa esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .rodata.default_walker.str1.4 + 0x00000000 0x26 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .text.default_walker + 0x00000000 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .text.tlsf_poison_check_pfunc_set + 0x00000000 0xa esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .rodata.tlsf_walk_pool.str1.4 + 0x00000000 0x4a esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .text.tlsf_walk_pool + 0x00000000 0x86 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .rodata.__func__.0 + 0x00000000 0xb esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .rodata.multi_heap_walk.str1.4 + 0x00000000 0x46 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .text.multi_heap_walk + 0x00000000 0x6a esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .rodata.__func__.0 + 0x00000000 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .text.wdt_hal_deinit + 0x00000000 0xb6 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_get_mac + 0x00000000 0x14 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.3 0x00000000 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_set_timing + 0x00000000 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_read + 0x00000000 0x5c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_clear_program_registers + 0x00000000 0x12 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .rodata.efuse_hal_program.str1.4 + 0x00000000 0x53 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_program + 0x00000000 0x98 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_rs_calculate + 0x00000000 0x12 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_is_coding_error_in_block + 0x00000000 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .text.esp_log_set_vprintf + 0x00000000 0x32 esp-idf/log/liblog.a(log_write.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .text.esp_log_level_get + 0x00000000 0x14 esp-idf/log/liblog.a(tag_log_level.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_walker + 0x00000000 0x36 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_register_failed_alloc_callback + 0x00000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_malloc_extmem_enable + 0x00000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.4 0x00000000 0x76 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.5 0x00000000 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.6 0x00000000 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_total_size + 0x00000000 0x42 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_free_size + 0x00000000 0x46 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_minimum_free_size + 0x00000000 0x46 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_monitor_local_minimum_free_size_start.str1.4 + 0x00000000 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_monitor_local_minimum_free_size_start + 0x00000000 0x10a esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_monitor_local_minimum_free_size_stop + 0x00000000 0xb0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_print_heap_info.str1.4 + 0x00000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_print_heap_info + 0x00000000 0xb8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity + 0x00000000 0x74 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_all + 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_addr + 0x00000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump + 0x00000000 0x56 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump_all + 0x00000000 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_get_allocated_size.str1.4 + 0x00000000 0x5 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_allocated_size + 0x00000000 0x5c esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.10 0x00000000 0xb4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.12 0x00000000 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_aligned_calloc + 0x00000000 0x48 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_walk.str1.4 + 0x00000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_walk + 0x00000000 0x98 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_walk_all + 0x00000000 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.0 + 0x00000000 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.2 + 0x00000000 0x20 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.3 + 0x00000000 0x1d esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.4 + 0x00000000 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.7 + 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.8 + 0x00000000 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.9 + 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data.min_free_bytes_monitoring + 0x00000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_check_add_region_allowed + 0x00000000 0x4c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region_with_caps + 0x00000000 0x19a esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region + 0x00000000 0x84 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_reset_minimum_free_bytes + 0x00000000 0x2e esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_restore_minimum_free_bytes + 0x00000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .srodata.soc_memory_type_count + 0x00000000 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .text.esp_crypto_dpa_protection_enable + 0x00000000 0x12 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .text.esp_crypto_dpa_protection_disable + 0x00000000 0xc esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_stall + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_unstall + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .rodata.esp_cpu_reset.str1.4 + 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_reset + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_clear_breakpoint + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_set_watchpoint + 0x00000000 0xda esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_clear_watchpoint + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_compare_and_set + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .rodata.__func__.0 + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_rtc_time + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_lock + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_unlock + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_mark_shared + 0x00000000 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_reserve + 0x00000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.1 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_get_intno + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_get_cpu + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.6 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.7 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.esp_intr_dump.str1.4 + 0x00000000 0x12f esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_dump + 0x00000000 0x29a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .rodata.rtc_isr_register.str1.4 + 0x00000000 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_register + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .rodata.rtc_isr_deregister.str1.4 + 0x00000000 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_deregister + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .sdata.rtc_spinlock + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.1 0x00000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.5 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.6 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text.regi2c_saradc_enable + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .rodata.regi2c_saradc_disable.str1.4 + 0x00000000 0x2f esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text.regi2c_saradc_disable + 0x00000000 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.8 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.9 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .dram1.7 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .sbss.s_i2c_saradc_enable_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .rodata.str1.4 + 0x00000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .dram1.0 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .text.modem_clock_domain_clk_gate_enable + 0x00000000 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.16 0x00000000 0x168 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .text.modem_clock_deselect_lp_clock_source + 0x00000000 0x1ae esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .rodata.__func__.0 + 0x00000000 0x25 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .rodata.__func__.7 + 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_fast_src_get + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_pll_and_pll_lock_release + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_xtal_freq_update + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_8m_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_power_init + 0x00000000 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_digital_init + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_analog_init + 0x00000000 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_param_init + 0x00000000 0x144 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.get_lslp_dbg + 0x00000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.get_lslp_hp_dbias + 0x00000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.get_dslp_dbg + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.get_dslp_lp_dbias + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_calculate_hw_wait_time + 0x00000000 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_param_config_default + 0x00000000 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_config_default + 0x00000000 0x3aa esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_pll_already_enabled + 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.pmu_sleep_init.str1.4 + 0x00000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_init + 0x00000000 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_finish + 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_start + 0x00000000 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text.pmu_sleep_get_wakup_retention_cost + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.__func__.0 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.__func__.5 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.__func__.7 + 0x00000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_slowclk_to_us + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_clk_en_mask + 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_rst_en_mask + 0x00000000 0x1a2 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_clk_en_reg + 0x00000000 0x200 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_get_rst_en_reg + 0x00000000 0x200 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_enable_clk_clear_rst + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_disable_clk_set_rst + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_ll_reset + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_rcc_release_enter + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_rcc_release_exit + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.periph_module_enable.str1.4 + 0x00000000 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_module_enable + 0x00000000 0xa4 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_module_disable + 0x00000000 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.periph_module_reset + 0x00000000 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .iram1.3 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .iram1.4 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.wifi_module_enable + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text.wifi_module_disable + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.__func__.0 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.__func__.1 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.__func__.2 + 0x00000000 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtcio_ll_function_select + 0x00000000 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.lp_aon_ll_ext1_set_wakeup_pins + 0x00000000 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.entry.text + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.5 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.s_do_deep_sleep_phy_callback + 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.s_sleep_hook_deregister + 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.get_power_down_flags + 0x00000000 0x192 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.12 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.11 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.ext1_wakeup_prepare + 0x00000000 0xe6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.gpio_deep_sleep_wakeup_prepare.str1.4 + 0x00000000 0xb7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.gpio_deep_sleep_wakeup_prepare + 0x00000000 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.timer_wakeup_prepare + 0x00000000 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.6 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.7 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.2 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.3 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.13 0x00000000 0x5b4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.18 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_get_deep_sleep_wake_stub + 0x00000000 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.4 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.15 0x00000000 0xce esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_deregister_hook + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_register_phy_hook + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_deregister_phy_hook + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.16 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.17 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_light_sleep_start + 0x00000000 0x3c2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_disable_wakeup_source.str1.4 + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wakeup_source + 0x00000000 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ulp_wakeup + 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_timer_wakeup + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_try + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_is_valid_wakeup_gpio + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ext1_wakeup_io.str1.4 + 0x00000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext1_wakeup_io + 0x00000000 0x146 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_disable_ext1_wakeup_io.str1.4 + 0x00000000 0x37 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_ext1_wakeup_io + 0x00000000 0x12e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext1_wakeup + 0x00000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext1_wakeup_with_level_mask + 0x00000000 0x12e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_deep_sleep_enable_gpio_wakeup.str1.4 + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_enable_gpio_wakeup + 0x00000000 0x1b2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_gpio_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_uart_wakeup + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_wakeup + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_beacon_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_beacon_wakeup + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_bt_wakeup + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_bt_wakeup + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_wakeup_cause + 0x00000000 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_ext1_wakeup_status + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_gpio_wakeup_status + 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_sub_mode_config.str1.4 + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_sub_mode_config + 0x00000000 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_sub_mode_force_disable + 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_sub_mode_dump_config.str1.4 + 0x00000000 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_sub_mode_dump_config + 0x00000000 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.19 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_periph_use_8m + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_adc_tsens_monitor + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtc_sleep_enable_ultra_low + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.5 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.3 + 0x00000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.2 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_suspended_uarts_bmap + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_cache_suspend_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.force_fast.1 + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.force_fast.0 + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_light_sleep_wakeup + 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .sbss.s_lightsleep_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_dslp_phy_cb + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .text.sleep_console_usj_pad_backup_and_disable + 0x00000000 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .text.sleep_console_usj_pad_restore + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .sbss.s_usj_state + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_info 0x00000000 0x42a4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_abbrev 0x00000000 0x282 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_loc 0x00000000 0x7b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_line 0x00000000 0x4b3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_str 0x00000000 0x2c97 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .debug_frame 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .iram1.0 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_info 0x00000000 0x126 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_abbrev 0x00000000 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_line 0x00000000 0xff esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_str 0x00000000 0x396 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_frame 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .rodata.gpio_ll_iomux_set_clk_src.str1.4 + 0x00000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .text.gpio_ll_iomux_set_clk_src + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .text.io_mux_set_clock_source + 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .rodata.__func__.0 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .sbss.s_io_mux_clk_src + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .text.peripheral_domain_pd_allowed + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_info 0x00000000 0xae esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_abbrev 0x00000000 0x65 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_line 0x00000000 0xa9 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_str 0x00000000 0x248 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .debug_frame 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.s_register_config_driver + 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.mspi_timing_flash_tuning + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.mspi_timing_psram_tuning + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.mspi_timing_enter_low_speed_mode + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.mspi_timing_enter_high_speed_mode + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.mspi_timing_change_speed_mode_cache_safe + 0x00000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.spi_flash_timing_is_tuned + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.spi_timing_get_flash_timing_param + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text.mspi_timing_set_pin_drive_strength + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .bss.s_tuning_cfg_drv + 0x00000000 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_info 0x00000000 0x4a9 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_abbrev 0x00000000 0x1f6 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_loc 0x00000000 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_ranges 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_line 0x00000000 0x574 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_str 0x00000000 0x66c esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .debug_frame 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.s_sar_power_acquire + 0x00000000 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.s_sar_power_release.str1.4 + 0x00000000 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.s_sar_power_release + 0x00000000 0xb6 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_init + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_power_enable + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_power_disable + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_pwdet_power_acquire + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_pwdet_power_release + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_oneshot_power_acquire + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_oneshot_power_release + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_continuous_power_acquire + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_continuous_power_release + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.__func__.0 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .sbss.s_pwdet_power_on_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_info 0x00000000 0x194d esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_abbrev 0x00000000 0x2ae esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_loc 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_aranges + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_line 0x00000000 0xab9 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_str 0x00000000 0x2278 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_frame 0x00000000 0x148 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.str1.4 + 0x00000000 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.3 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.1 0x00000000 0x244 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.2 0x00000000 0x23a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.4 0x00000000 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.5 0x00000000 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.cpu_domain_dev_sleep_frame_alloc_and_init + 0x00000000 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_retention_deinit_impl + 0x00000000 0xce esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .iram1.6 0x00000000 0xca esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_retention_deinit + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_retention_init_impl + 0x00000000 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.esp_sleep_cpu_retention_init + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.cpu_domain_pd_allowed + 0x00000000 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.sleep_cpu_configure.str1.4 + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text.sleep_cpu_configure + 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.regions.1 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.regions.2 + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.regions.3 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.regions.4 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.__func__.5 + 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.__func__.6 + 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.__func__.7 + 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .rodata.__func__.8 + 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .dram1.0 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_info 0x00000000 0x1eed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_abbrev 0x00000000 0x3d1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_loc 0x00000000 0xf9e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_ranges 0x00000000 0x110 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_line 0x00000000 0x1d69 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_str 0x00000000 0x1005 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .debug_frame 0x00000000 0x1d0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .riscv.attributes + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .text.clock_domain_pd_allowed + 0x00000000 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_light_sleep_default_params_config + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_wifi_modem_state_init + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_wifi_modem_state_deinit + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.0 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_wifi_modem_state_enabled + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_wifi_modem_link_done + 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.modem_domain_pd_allowed + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.1 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.2 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_configure + 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.periph_inform_out_light_sleep_overhead + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_register_light_sleep_default_params_config_callback + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_unregister_light_sleep_default_params_config_callback + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .sbss.s_light_sleep_default_params_config_cb + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .sbss.s_periph_inform_out_light_sleep_overhead_cb + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .sbss.s_sleep_modem + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_info 0x00000000 0x744 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_abbrev 0x00000000 0x35f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_loc 0x00000000 0x36d esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_aranges + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_ranges 0x00000000 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_line 0x00000000 0x8d3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_str 0x00000000 0xbb4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_frame 0x00000000 0x174 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.references_exist + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.empty_create + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_entries_check_and_distroy_final_default.str1.4 + 0x00000000 0x59 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_check_and_distroy_final_default + 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_destroy + 0x00000000 0xba esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_dump_entries.str1.4 + 0x00000000 0x27 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_dump_entries + 0x00000000 0x9a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_find_link_by_id + 0x00000000 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_get + 0x00000000 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_passive_module_allocate.str1.4 + 0x00000000 0xe3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_passive_module_allocate + 0x00000000 0x1a4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_passive_module_free + 0x00000000 0x19e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_is_module_inited + 0x00000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_is_module_created + 0x00000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_dump_modules.str1.4 + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_dump_modules + 0x00000000 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .iram1.3 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .iram1.4 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .iram1.5 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .iram1.6 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_module_deinit + 0x00000000 0xdc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_module_allocate + 0x00000000 0x154 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_module_free + 0x00000000 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_power_lock_acquire + 0x00000000 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_power_lock_release.str1.4 + 0x00000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_power_lock_release + 0x00000000 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .iram1.7 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.0 + 0x00000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.1 + 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.2 + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.3 + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.4 + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .sbss.acquire_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .text.pau_regdma_set_modem_link_addr + 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .iram1.1 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .iram1.2 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .iram1.3 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .iram1.4 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .iram1.5 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_link_info.str1.4 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_link_info + 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_branch_write_wait_wrapper.str1.4 + 0x00000000 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_branch_write_wait_wrapper + 0x00000000 0xce esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_write_wait_wrapper.str1.4 + 0x00000000 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_write_wait_wrapper + 0x00000000 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_link_data.str1.4 + 0x00000000 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_link_data + 0x00000000 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_branch_addr_map_wrapper.str1.4 + 0x00000000 0xb5 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_branch_addr_map_wrapper + 0x00000000 0xf2 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_branch_continuous_wrapper.str1.4 + 0x00000000 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_branch_continuous_wrapper + 0x00000000 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_addr_map_wrapper.str1.4 + 0x00000000 0xa7 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_addr_map_wrapper + 0x00000000 0xec esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.print_info_continuous_wrapper.str1.4 + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.print_info_continuous_wrapper + 0x00000000 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_recursive + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_find_link_by_pos + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_find_link_by_id + 0x00000000 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_set_write_wait_content + 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_dump.str1.4 + 0x00000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_dump + 0x00000000 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.prinf_fn.1 + 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.2 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.3 + 0x00000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.12 + 0x00000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.13 + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.str1.4 + 0x00000000 0x35 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .srodata.s_boolean_str + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.s_link_mode_str + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .text.sleep_modem_state_phy_link_init + 0x00000000 0xa4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .text.sleep_modem_state_phy_link_deinit + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .data.wifi_modem_config.0 + 0x00000000 0x618 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_info 0x00000000 0x4dc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_abbrev 0x00000000 0x21a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_loc 0x00000000 0x125 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_line 0x00000000 0x42a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_str 0x00000000 0x502 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .debug_frame 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGetMutexHolderFromISR + 0x00000000 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueReceive + 0x00000000 0x1d2 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeek + 0x00000000 0x1cc esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueuePeekFromISR.str1.4 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeekFromISR + 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.uxQueueMessagesWaiting.str1.4 + 0x00000000 0x7 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaiting + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaitingFromISR + 0x00000000 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueEmptyFromISR + 0x00000000 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueFullFromISR + 0x00000000 0x40 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.vQueueWaitForMessageRestricted + 0x00000000 0x74 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateSet + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueAddToSet + 0x00000000 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueRemoveFromSet + 0x00000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSet + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSetFromISR + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.0 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.3 + 0x00000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.5 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.6 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.8 + 0x00000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.10 + 0x00000000 0xe esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.19 + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvSearchForNameWithinSingleList + 0x00000000 0x7e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskCheckFreeStackSpace + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskIsTaskSuspended + 0x00000000 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetTaskListByIndex + 0x00000000 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.eTaskGetState + 0x00000000 0xc6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGet + 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGetFromISR + 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPrioritySet.str1.4 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPrioritySet + 0x00000000 0x166 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskResume.str1.4 + 0x00000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskResume + 0x00000000 0xe2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskResumeFromISR + 0x00000000 0x10e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskEndScheduler + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetStaticBuffers.str1.4 + 0x00000000 0x3d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetStaticBuffers + 0x00000000 0x8e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskDelayUntil.str1.4 + 0x00000000 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskDelayUntil + 0x00000000 0xf6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetHandle.str1.4 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetHandle + 0x00000000 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCatchUpTicks + 0x00000000 0x6e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskAbortDelay + 0x00000000 0x106 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSuspend.str1.4 + 0x00000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSuspend + 0x00000000 0x13e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPlaceOnUnorderedEventList.str1.4 + 0x00000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPlaceOnUnorderedEventList + 0x00000000 0xae esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPlaceOnEventListRestricted + 0x00000000 0x7e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskRemoveFromUnorderedEventList.str1.4 + 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskRemoveFromUnorderedEventList + 0x00000000 0x122 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetTimeOutState + 0x00000000 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSetThreadLocalStoragePointer.str1.4 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointer + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pvTaskGetThreadLocalStoragePointer + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark2 + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskResetEventItemValue + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyWait + 0x00000000 0x124 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotify + 0x00000000 0x20e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyFromISR + 0x00000000 0x268 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotifyStateClear.str1.4 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyStateClear + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskGenericNotifyValueClear + 0x00000000 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetIdleTaskHandle + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetStackStart + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvTaskPriorityRaise.str1.4 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskPriorityRaise + 0x00000000 0x12c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskPriorityRestore + 0x00000000 0x110 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x00000000 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetNext + 0x00000000 0x9c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetSnapshotAll + 0x00000000 0x62 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pvTaskGetCurrentTCBForCore + 0x00000000 0x3e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.0 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.7 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.9 + 0x00000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.10 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.11 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.15 + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.17 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.18 + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.20 + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.21 + 0x00000000 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.25 + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.26 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.27 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.28 + 0x00000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.32 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.33 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.34 + 0x00000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.35 + 0x00000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.36 + 0x00000000 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.37 + 0x00000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.39 + 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.non_ready_task_lists + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortEndScheduler + 0x00000000 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortAssertIfInISR.str1.4 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortAssertIfInISR + 0x00000000 0x38 esp-idf/freertos/libfreertos.a(port.c.obj) + .iram1.1 0x00000000 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortYieldOtherCore + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortGetTickRateHz + 0x00000000 0x6 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortSetStackWatchpoint + 0x00000000 0x20 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortGetFreeHeapSize + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortGetMinimumEverFreeHeapSize + 0x00000000 0x18 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortCheckValidListMem + 0x00000000 0x3a esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text.vApplicationGetTimerTaskMemory + 0x00000000 0x98 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert + 0x00000000 0x10 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.realloc 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.memalign + 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.aligned_alloc + 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.posix_memalign + 0x00000000 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_trim + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_usable_size + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_stats + 0x00000000 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallopt 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallinfo + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.1 0x00000000 0x18 esp-idf/newlib/libnewlib.a(locks.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_setcancelstate + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_sigmask + 0x00000000 0x4 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.sigfillset + 0x00000000 0xa esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .text.getentropy + 0x00000000 0x46 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text.esp_reent_cleanup + 0x00000000 0x94 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._write_r_console + 0x00000000 0x46 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._read_r_console + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fstat_r_console + 0x00000000 0x36 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fsync_console + 0x00000000 0x2e esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text.system 0x00000000 0x1a esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.adjtime 0x00000000 0x15a esp-idf/newlib/libnewlib.a(time.c.obj) + .text.usleep 0x00000000 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.sleep 0x00000000 0x20 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_settime + 0x00000000 0x5e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_gettime + 0x00000000 0xb0 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_getres + 0x00000000 0x38 esp-idf/newlib/libnewlib.a(time.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text.esp_time_impl_get_time + 0x00000000 0x12 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .text.getrandom + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_info 0x00000000 0x18a esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_abbrev 0x00000000 0x10e esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_loc 0x00000000 0xc9 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_line 0x00000000 0x305 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_str 0x00000000 0x2b2 esp-idf/newlib/libnewlib.a(random.c.obj) + .comment 0x00000000 0x30 esp-idf/newlib/libnewlib.a(random.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_frame 0x00000000 0x34 esp-idf/newlib/libnewlib.a(random.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/newlib/libnewlib.a(random.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_list_find_item + 0x00000000 0x34 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_handle_by_desc + 0x00000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_desc_by_handle + 0x00000000 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_find + 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.get_default_pthread_core + 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.mutexattr_check + 0x00000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.lazy_init_pthread_cfg_key + 0x00000000 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_cfg_key_destructor + 0x00000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_delete + 0x00000000 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create_freertos_task_with_caps + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_lock_internal + 0x00000000 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_init + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.esp_pthread_set_cfg.str1.4 + 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_set_cfg + 0x00000000 0xe6 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_cfg + 0x00000000 0xa2 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_default_config + 0x00000000 0x38 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_create.str1.4 + 0x00000000 0xb4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create + 0x00000000 0x28a esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_join + 0x00000000 0x13c esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_detach + 0x00000000 0x90 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_exit.str1.4 + 0x00000000 0x57 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_exit + 0x00000000 0xcc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_task_func + 0x00000000 0x40 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_cancel.str1.4 + 0x00000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_cancel + 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.sched_yield + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_self.str1.4 + 0x00000000 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_self + 0x00000000 0x68 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_equal + 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_once.str1.4 + 0x00000000 0x1f esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_once + 0x00000000 0x64 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init + 0x00000000 0x8a esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init_if_static + 0x00000000 0x48 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_mutex_destroy.str1.4 + 0x00000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_destroy + 0x00000000 0x9c esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_lock + 0x00000000 0x2e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_timedlock + 0x00000000 0x118 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_trylock + 0x00000000 0x2e esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_mutex_unlock.str1.4 + 0x00000000 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_unlock + 0x00000000 0x96 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_init + 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_destroy + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_gettype + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_settype + 0x00000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_init + 0x00000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_destroy + 0x00000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getstacksize + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setstacksize + 0x00000000 0x18 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getdetachstate + 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setdetachstate + 0x00000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.0 + 0x00000000 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.1 + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.3 + 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__.5 + 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_pthread_cfg_key + 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_threads_list + 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sdata.pthread_lazy_init_lock + 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .sbss.s_threads_lock + 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.pthread_condattr_init.str1.4 + 0x00000000 0x35 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_init + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_destroy + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_getpshared + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_setpshared + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_getclock + 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.pthread_condattr_setclock.str1.4 + 0x00000000 0x24 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_setclock + 0x00000000 0x3c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_init + 0x00000000 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.s_check_and_init_if_static + 0x00000000 0x54 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_signal + 0x00000000 0x4e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_broadcast + 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_timedwait + 0x00000000 0x1a4 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_wait + 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_destroy + 0x00000000 0x6e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__func__.0 + 0x00000000 0x1a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x1a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x19 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.find_value + 0x00000000 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.find_key + 0x00000000 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .rodata.pthread_cleanup_thread_specific_data_callback.str1.4 + 0x00000000 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_cleanup_thread_specific_data_callback + 0x00000000 0x6c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_key_delete + 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_internal_local_storage_destructor_callback + 0x00000000 0x38 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_getspecific + 0x00000000 0x2c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_setspecific + 0x00000000 0xe8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .rodata.__func__.0 + 0x00000000 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init + 0x00000000 0x8e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init_if_static + 0x00000000 0x48 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.checkrw_lock + 0x00000000 0x28 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_destroy + 0x00000000 0x7c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_rdlock + 0x00000000 0x78 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_tryrdlock + 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_wrlock + 0x00000000 0x7c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_trywrlock + 0x00000000 0x6a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.pthread_rwlock_unlock.str1.4 + 0x00000000 0x6e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_unlock + 0x00000000 0xa4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_destroy + 0x00000000 0x28 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_init + 0x00000000 0x5c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_post + 0x00000000 0x40 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_timedwait + 0x00000000 0x124 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_trywait + 0x00000000 0x3c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_wait + 0x00000000 0x2a esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_getvalue + 0x00000000 0x42 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL20signal_waiting_tasksv + 0x00000000 0x36 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZL18wait_for_guard_objP7guard_t.str1.4 + 0x00000000 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL18wait_for_guard_objP7guard_t + 0x00000000 0xf6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL19static_init_preparev + 0x00000000 0x62 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_acquire.str1.4 + 0x00000000 0x2e esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_acquire + 0x00000000 0xe6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_release.str1.4 + 0x00000000 0x6f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_release + 0x00000000 0xd8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_abort.str1.4 + 0x00000000 0xa7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_abort + 0x00000000 0xfe esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss.__dso_handle + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL31s_static_init_max_waiting_count + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL27s_static_init_waiting_count + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL22s_static_init_wait_sem + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .sbss._ZL19s_static_init_mutex + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .text.__cxx_eh_arena_size_get + 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .iram1.1 0x00000000 0x6 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text.esp_timer_impl_lock + 0x00000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text.esp_timer_impl_unlock + 0x00000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .iram1.0 0x00000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .sdata.s_time_update_lock + 0x00000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.0 0x00000000 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.4 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_set + 0x00000000 0x7e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_advance + 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_deinit + 0x00000000 0x76 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text.esp_timer_impl_get_alarm_reg + 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_rx_char_via_driver + 0x00000000 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tx_char_via_driver + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_port_set_rx_line_endings + 0x00000000 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_port_set_tx_line_endings + 0x00000000 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_set_rx_line_endings + 0x00000000 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_set_tx_line_endings + 0x00000000 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_use_nonblocking + 0x00000000 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_dev_use_driver + 0x00000000 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_dequeue + 0x00000000 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_sclk_freq + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_sw_flow_ctrl.str1.4 + 0x00000000 0x5f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_sw_flow_ctrl + 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_hw_flow_ctrl + 0x00000000 0x112 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_hw_flow_ctrl + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_clear_intr_status + 0x00000000 0x60 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_intr_mask + 0x00000000 0x94 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_pop_pos + 0x00000000 0xa8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_get_pos + 0x00000000 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_pattern_det_baud_intr.str1.4 + 0x00000000 0x2d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_pattern_det_baud_intr + 0x00000000 0x15c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_disable_pattern_det_intr + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_rx_intr + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rts.str1.4 + 0x00000000 0x41 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_rts + 0x00000000 0xea esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_dtr + 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_tx_idle_num.str1.4 + 0x00000000 0x29 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_tx_idle_num + 0x00000000 0xc0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_tx_chars + 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_write_bytes_with_break + 0x00000000 0x156 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_tx_buffer_free_size.str1.4 + 0x00000000 0x29 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_tx_buffer_free_size + 0x00000000 0xdc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rx_full_threshold.str1.4 + 0x00000000 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_rx_full_threshold + 0x00000000 0x128 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_tx_empty_threshold.str1.4 + 0x00000000 0x39 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_tx_empty_threshold + 0x00000000 0x128 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_rx_timeout.str1.4 + 0x00000000 0x33 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_rx_timeout + 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_collision_flag.str1.4 + 0x00000000 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_collision_flag + 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_wakeup_threshold.str1.4 + 0x00000000 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_wakeup_threshold + 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_get_wakeup_threshold.str1.4 + 0x00000000 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_get_wakeup_threshold + 0x00000000 0x9e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_wait_tx_idle_polling + 0x00000000 0x132 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_loop_back + 0x00000000 0x62 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_always_rx_timeout + 0x00000000 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.50 + 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__func__.49 + 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.48 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.47 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.46 + 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.45 + 0x00000000 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.44 + 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.43 + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.42 + 0x00000000 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.36 + 0x00000000 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.32 + 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.30 + 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.24 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.23 + 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.22 + 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.18 + 0x00000000 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.15 + 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.13 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.12 + 0x00000000 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.11 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.10 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.9 + 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .text.usb_serial_jtag_is_connected + 0x00000000 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usbjtag_wait_tx_done_via_driver + 0x00000000 0x1a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usbjtag_rx_char_via_driver + 0x00000000 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usbjtag_tx_char_via_driver + 0x00000000 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_vfs_set_tx_line_endings + 0x00000000 0xc esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_vfs_set_rx_line_endings + 0x00000000 0xc esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.usb_serial_jtag_vfs_register.str1.4 + 0x00000000 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_vfs_register + 0x00000000 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_vfs_use_nonblocking + 0x00000000 0x70 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_vfs_use_driver + 0x00000000 0x70 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_isr_handler_default + 0x00000000 0x1e0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_read_bytes + 0x00000000 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_write_bytes.str1.4 + 0x00000000 0xac esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_write_bytes + 0x00000000 0x148 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_wait_tx_done + 0x00000000 0x9a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_driver_uninstall.str1.4 + 0x00000000 0x2e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_driver_uninstall + 0x00000000 0xf2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.usb_serial_jtag_driver_install.str1.4 + 0x00000000 0x172 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text.usb_serial_jtag_driver_install + 0x00000000 0x30a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x1f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.set_xpd_sar + 0x00000000 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.0 0x00000000 0x12 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.1 0x00000000 0x12 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.phy_set_pwdet_power + 0x00000000 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.2 0x00000000 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.phy_get_tsens_value + 0x00000000 0x14 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .sbss.s_wifi_tsens_xpd_flag + 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .sbss.s_wifi_pwdet_xpd_flag + 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .sbss.s_wifi_adc_xpd_flag + 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ana_i2c_master_burst_config + 0x00000000 0x5a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_ant_config_check.str1.4 + 0x00000000 0x84 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ant_config_check + 0x00000000 0x9a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ant_set_gpio_output + 0x00000000 0x42 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_enabled_modem_contains + 0x00000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_internal + 0x00000000 0x78 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_timer_callback + 0x00000000 0x36 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll + 0x00000000 0xa4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_track_pll_init.str1.4 + 0x00000000 0xce esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_init + 0x00000000 0xa0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_track_pll_deinit.str1.4 + 0x00000000 0x4a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_deinit + 0x00000000 0x76 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_set_modem_flag + 0x00000000 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_clr_modem_flag + 0x00000000 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_get_modem_flag + 0x00000000 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .iram1.1 0x00000000 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ant_clr_update_flag + 0x00000000 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.esp_phy_set_ant_gpio.str1.4 + 0x00000000 0x52 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_set_ant_gpio + 0x00000000 0x11c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_get_ant_gpio + 0x00000000 0x64 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ant_update + 0x00000000 0x98 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_set_ant + 0x00000000 0x56 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.esp_phy_get_ant.str1.4 + 0x00000000 0x1a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.esp_phy_get_ant + 0x00000000 0x4e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ana_i2c_master_burst_bbpll_config + 0x00000000 0x2e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_ana_i2c_master_burst_rf_onoff + 0x00000000 0x34 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.__func__.0 + 0x00000000 0x15 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .dram1.0 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss.s_phy_ant_config + 0x00000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.s_phy_ant_gpio_config + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.s_bt_154_prev_timestamp + 0x00000000 0x8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.s_wifi_prev_timestamp + 0x00000000 0x8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.phy_track_pll_timer + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .sbss.s_phy_modem_flag + 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_info 0x00000000 0x1157 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_abbrev 0x00000000 0x3b0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_loc 0x00000000 0x54b esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_aranges + 0x00000000 0xc0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_ranges 0x00000000 0x140 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_line 0x00000000 0x11da esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_str 0x00000000 0xc83 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_frame 0x00000000 0x284 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.load_cal_data_from_nvs_handle.str1.4 + 0x00000000 0x126 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.load_cal_data_from_nvs_handle + 0x00000000 0x192 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.store_cal_data_to_nvs_handle.str1.4 + 0x00000000 0xdf esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.store_cal_data_to_nvs_handle + 0x00000000 0x17c esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.1 0x00000000 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.2 0x00000000 0x26 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.3 0x00000000 0x12 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.4 0x00000000 0x12 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_disable + 0x00000000 0x66 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .iram1.5 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_wifi_bt_power_domain_off + 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_modem_init + 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_modem_deinit + 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_get_init_data + 0x00000000 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_release_init_data + 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_load_cal_data_from_nvs.str1.4 + 0x00000000 0x60 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_load_cal_data_from_nvs + 0x00000000 0x84 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_store_cal_data_to_nvs + 0x00000000 0x48 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_erase_cal_data_in_nvs.str1.4 + 0x00000000 0xb3 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_erase_cal_data_in_nvs + 0x00000000 0xe8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_load_cal_and_init.str1.4 + 0x00000000 0x195 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_load_cal_and_init + 0x00000000 0x262 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_enable + 0x00000000 0x9e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_update_country_info + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.phy_get_lock + 0x00000000 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__.5 + 0x00000000 0x1a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__.4 + 0x00000000 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__.3 + 0x00000000 0x1d esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__.1 + 0x00000000 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__.0 + 0x00000000 0x1f esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .sbss.s_is_phy_calibrated + 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .sbss.s_phy_access_lock + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_info 0x00000000 0x18d1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_abbrev 0x00000000 0x395 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_loc 0x00000000 0x4e0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_aranges + 0x00000000 0xb8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_ranges 0x00000000 0x120 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_line 0x00000000 0x167a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_str 0x00000000 0x19db esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_frame 0x00000000 0x248 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .rodata 0x00000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .rodata.phy_init_data + 0x00000000 0x80 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_info 0x00000000 0x142 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_abbrev 0x00000000 0xa6 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_line 0x00000000 0x23d esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .debug_str 0x00000000 0x27e esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + .text 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .data 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_safe_fd_isset + 0x00000000 0x34 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.set_global_fd_sets + 0x00000000 0x140 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_free_entry + 0x00000000 0x2e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_minify_vfs + 0x00000000 0x160 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_make_fs_ops + 0x00000000 0x11c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_common + 0x00000000 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register + 0x00000000 0x36 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_register_fd_range.str1.4 + 0x00000000 0x1 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd_range + 0x00000000 0x162 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fs_with_id + 0x00000000 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_with_id + 0x00000000 0x2c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_with_id + 0x00000000 0xbc esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister + 0x00000000 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd_with_local_fd + 0x00000000 0xe0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd + 0x00000000 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_fd + 0x00000000 0xbe esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_dump_fds.str1.4 + 0x00000000 0x9c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_dump_fds + 0x00000000 0x108 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_dump_registered_paths.str1.4 + 0x00000000 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_dump_registered_paths + 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_set_readonly_flag + 0x00000000 0x6e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.call_end_selects + 0x00000000 0x5c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pread + 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pwrite + 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ioctl + 0x00000000 0x9a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_utime + 0x00000000 0x72 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_opendir + 0x00000000 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir + 0x00000000 0x5e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir_r + 0x00000000 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_telldir + 0x00000000 0x62 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_seekdir + 0x00000000 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rewinddir + 0x00000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_closedir + 0x00000000 0x62 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_mkdir + 0x00000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rmdir + 0x00000000 0x7a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_truncate + 0x00000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ftruncate + 0x00000000 0x98 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_select + 0x00000000 0x4d2 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcflow 0x00000000 0x8a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcgetsid + 0x00000000 0x80 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcsendbreak + 0x00000000 0x8a esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.__func__.0 + 0x00000000 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .data 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .bss 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.esp_vfs_null_get_vfs + 0x00000000 0xa esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .data 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_common_spin_lock_create_wrapper + 0x00000000 0x60 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.1 0x00000000 0x28 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.2 0x00000000 0x26 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_common_clk_slowclk_cal_get_wrapper + 0x00000000 0x14 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .data 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .bss 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.convert_key_type + 0x00000000 0x4 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.is_hmac_key_burnt_in_efuse + 0x00000000 0x26 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata.compute_nvs_keys_with_hmac.str1.4 + 0x00000000 0x4e esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.compute_nvs_keys_with_hmac + 0x00000000 0x190 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata.read_security_cfg_hmac.str1.4 + 0x00000000 0xaa esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.read_security_cfg_hmac + 0x00000000 0xc8 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata.generate_keys_hmac.str1.4 + 0x00000000 0xec esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.generate_keys_hmac + 0x00000000 0x19e esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.nvs_sec_provider_register_hmac + 0x00000000 0xc0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text.nvs_sec_provider_deregister + 0x00000000 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .rodata 0x00000000 0x40 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .text 0x00000000 0x0 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .data 0x00000000 0x0 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .bss 0x00000000 0x0 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .text.intr_handler_get_arg + 0x00000000 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.str1.4 + 0x00000000 0xfd esp-idf/riscv/libriscv.a(interrupt.c.obj) + .data.riscv_excp_names + 0x00000000 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .rodata.intr_matrix_route.str1.4 + 0x00000000 0x70 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .text.intr_matrix_route + 0x00000000 0x3a esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .text.esprv_get_interrupt_unmask + 0x00000000 0x8 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .text.esprv_int_get_type + 0x00000000 0x16 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .text.esprv_int_get_priority + 0x00000000 0x10 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .text.esprv_int_is_vectored + 0x00000000 0x4 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .rodata.__func__.0 + 0x00000000 0x18 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_info 0x00000000 0x32f esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_abbrev 0x00000000 0x1ae esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_loc 0x00000000 0x1df esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_ranges 0x00000000 0x48 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_line 0x00000000 0x44e esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_str 0x00000000 0x38c esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .comment 0x00000000 0x30 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .debug_frame 0x00000000 0x70 esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_ll_get_io_config + 0x00000000 0x8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.0 0x00000000 0xc6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.1 0x00000000 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_register_on_core_static + 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_intr_type.str1.4 + 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_intr_type + 0x00000000 0x170 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_intr_enable + 0x00000000 0xb6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_intr_disable + 0x00000000 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_level + 0x00000000 0x8c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_get_level + 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_config.str1.4 + 0x00000000 0x89 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_config + 0x00000000 0x1f8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_reset_pin.str1.4 + 0x00000000 0x4c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_reset_pin + 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_isr_handler_add.str1.4 + 0x00000000 0x49 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_handler_add + 0x00000000 0x12a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_handler_remove + 0x00000000 0xfe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_uninstall_isr_service + 0x00000000 0x62 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_isr_register.str1.4 + 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_isr_register + 0x00000000 0xc6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_install_isr_service.str1.4 + 0x00000000 0x23 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_install_isr_service + 0x00000000 0xf0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_wakeup_enable.str1.4 + 0x00000000 0x52 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_wakeup_enable + 0x00000000 0x12c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_wakeup_disable + 0x00000000 0xda esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_drive_capability.str1.4 + 0x00000000 0x1c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_set_drive_capability + 0x00000000 0xfc esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_get_drive_capability.str1.4 + 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_get_drive_capability + 0x00000000 0xe8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_hold_en.str1.4 + 0x00000000 0x2f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_hold_en + 0x00000000 0xce esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_hold_dis + 0x00000000 0xd2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.2 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .iram1.3 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_deep_sleep_wakeup_enable.str1.4 + 0x00000000 0x38 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_deep_sleep_wakeup_enable + 0x00000000 0x10c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_deep_sleep_wakeup_disable + 0x00000000 0xba esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_dump_io_configuration.str1.4 + 0x00000000 0x1d4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_dump_io_configuration + 0x00000000 0x2e6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.14 + 0x00000000 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.15 + 0x00000000 0xd esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.17 + 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.18 + 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.19 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.20 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.21 + 0x00000000 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.22 + 0x00000000 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.23 + 0x00000000 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__func__.24 + 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.28 + 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.34 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.35 + 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.36 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtcio_ll_set_level + 0x00000000 0x52 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_deinit + 0x00000000 0x86 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_set_level + 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_get_level + 0x00000000 0x76 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.rtc_gpio_set_drive_capability.str1.4 + 0x00000000 0x5a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_set_drive_capability + 0x00000000 0x12e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.rtc_gpio_get_drive_capability.str1.4 + 0x00000000 0x2e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_get_drive_capability + 0x00000000 0x110 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction_in_sleep + 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_pullup_en + 0x00000000 0x86 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_pullup_dis + 0x00000000 0x86 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_pulldown_en + 0x00000000 0x86 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_pulldown_dis + 0x00000000 0x86 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_hold_en + 0x00000000 0x84 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_hold_dis + 0x00000000 0x88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_en_all + 0x00000000 0x32 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_dis_all + 0x00000000 0x32 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_isolate + 0x00000000 0x78 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_enable + 0x00000000 0xb8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_disable + 0x00000000 0x8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.8 + 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.9 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.10 + 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.12 + 0x00000000 0x1e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.13 + 0x00000000 0x1e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.14 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.15 + 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.0 0x00000000 0x20 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.2 0x00000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.3 0x00000000 0x128 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.4 0x00000000 0x2e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_get_mode + 0x00000000 0x2a esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_configure + 0x00000000 0x6 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_get_configuration + 0x00000000 0x3e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.1 0x00000000 0xd6 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_get_cpu_freq + 0x00000000 0x3e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .rodata.esp_pm_impl_init.str1.4 + 0x00000000 0xf9 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_init + 0x00000000 0x24a esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_idle_hook + 0x00000000 0x48 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.5 0x00000000 0x2a esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_waiti + 0x00000000 0x12 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .rodata.__func__.0 + 0x00000000 0x11 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .sbss.s_config_changed + 0x00000000 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_cpu_freq_by_mode + 0x00000000 0x40 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .sbss.s_rtos_lock_handle + 0x00000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .sbss.s_core_idle + 0x00000000 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .sbss.s_mode_mask + 0x00000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_mode_lock_counts + 0x00000000 0x10 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .sbss.s_is_switching + 0x00000000 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .sdata.s_mode 0x00000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_info 0x00000000 0x581a esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_abbrev 0x00000000 0x59f esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_loc 0x00000000 0x6bc esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_ranges 0x00000000 0x118 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_line 0x00000000 0x1409 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_str 0x00000000 0x337e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_frame 0x00000000 0x1b4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .data 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_lock_create + 0x00000000 0x6 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_lock_delete + 0x00000000 0x6 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .iram1.0 0x00000000 0x6 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .iram1.1 0x00000000 0x6 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_dump_locks + 0x00000000 0x6 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_info 0x00000000 0xc87 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_abbrev 0x00000000 0x20a esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_loc 0x00000000 0xc3 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_line 0x00000000 0x58e esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_str 0x00000000 0x85e esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_frame 0x00000000 0x60 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .text.bootloader_random_enable + 0x00000000 0x17e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .text.bootloader_random_disable + 0x00000000 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_info 0x00000000 0x42e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_abbrev 0x00000000 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_line 0x00000000 0x430 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_str 0x00000000 0x2fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .debug_frame 0x00000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.6 0x00000000 0x6a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap_get_free_pages + 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_mmap.str1.4 + 0x00000000 0x65 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap + 0x00000000 0xae esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_munmap + 0x00000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_read + 0x00000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_write + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_sector + 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.0 0x00000000 0x196 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_enable_wp + 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_spi_flash_reset + 0x00000000 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7 0x00000000 0x118 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.13 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_get_spi_mode + 0x00000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__.0 + 0x00000000 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.11 0x00000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.10 0x00000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.5 0x00000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .sbss.map 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text.bootloader_spi_flash_resume + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .rodata.print_flash_info.str1.4 + 0x00000000 0xe1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text.print_flash_info + 0x00000000 0x1ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text.update_flash_config + 0x00000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text.bootloader_flash_update_size + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .iram1.0 0x00000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .iram1.1 0x00000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .iram1.2 0x00000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .iram1.3 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text.bootloader_init_spi_flash + 0x00000000 0x74 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_write_protect_crypt_cnt + 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_get_flash_encryption_mode + 0x00000000 0x98 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_init_checks.str1.4 + 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_init_checks + 0x00000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_set_release_mode.str1.4 + 0x00000000 0x77 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_set_release_mode + 0x00000000 0x140 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 + 0x00000000 0x3c7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_cfg_verify_release_mode + 0x00000000 0x3a6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.17 0x00000000 0x48 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_get_max_consecutive_free_block_size + 0x00000000 0x112 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_reserve_block_with_caps + 0x00000000 0x14c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_dump_mapped_blocks.str1.4 + 0x00000000 0x152 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_dump_mapped_blocks + 0x00000000 0x1d0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.5 0x00000000 0x264 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_paddr_to_vaddr.str1.4 + 0x00000000 0x28 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_paddr_to_vaddr + 0x00000000 0xa2 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.15 0x00000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.14 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.13 0x00000000 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.12 0x00000000 0x1b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.11 0x00000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.10 0x00000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.9 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.8 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.7 0x00000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.6 0x00000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_malloc_internal + 0x00000000 0xf4 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.esp_cache_msync.str1.4 + 0x00000000 0x230 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_msync + 0x00000000 0x2b6 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_malloc + 0x00000000 0x12 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_malloc_prefer + 0x00000000 0x96 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_calloc + 0x00000000 0xda esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text.esp_cache_aligned_calloc_prefer + 0x00000000 0x10a esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x22 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__func__.5 + 0x00000000 0x10 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x10 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.2 0x00000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.3 0x00000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_find_non_contiguous_block_nums + 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_pages_to_bytes + 0x00000000 0x1e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_merge_contiguous_pages + 0x00000000 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_pages + 0x00000000 0x15c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_dump + 0x00000000 0x1c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_get_free_pages + 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_phys2cache.str1.4 + 0x00000000 0xe esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_phys2cache + 0x00000000 0x54 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.0 + 0x00000000 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.2 0x00000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.3 0x00000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.6 0x00000000 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .sbss.s_flash_guard_ops + 0x00000000 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .dram1.1 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.11 0x00000000 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.find_region + 0x00000000 0x5e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_id + 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_unique_chip_id + 0x00000000 0xb0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.8 0x00000000 0x1d4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.14 0x00000000 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.16 0x00000000 0x246 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.15 0x00000000 0x62 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.17 0x00000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.18 0x00000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_get_protectable_regions + 0x00000000 0x5a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.19 0x00000000 0xb2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.20 0x00000000 0xe8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.21 0x00000000 0x146 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.22 0x00000000 0x1de esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.25 0x00000000 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.26 0x00000000 0x66 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.27 0x00000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.28 0x00000000 0x28e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_suspend_cmd_init.str1.4 + 0x00000000 0x7c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_suspend_cmd_init + 0x00000000 0xbc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_app_disable_protect + 0x00000000 0x2e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__.0 + 0x00000000 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__.1 + 0x00000000 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.32 0x00000000 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.31 0x00000000 0x21 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.30 0x00000000 0x3b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.29 0x00000000 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.23 0x00000000 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.use_bus_lock + 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.bus_using_iomux + 0x00000000 0xc8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.cs_using_iomux + 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.acquire_spi_device.str1.4 + 0x00000000 0x87 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.acquire_spi_device + 0x00000000 0x120 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.0 0x00000000 0x142 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_remove_flash_device + 0x00000000 0x46 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.spi_bus_add_flash_device.str1.4 + 0x00000000 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_add_flash_device + 0x00000000 0x196 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__.3 + 0x00000000 0x19 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.use_bus_lock + 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3 0x00000000 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.5 0x00000000 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.2 0x00000000 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.4 0x00000000 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_os_functions + 0x00000000 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_deinit_os_functions + 0x00000000 0x2c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_main_bus_lock + 0x00000000 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_set_dangerous_write_protection + 0x00000000 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.esp_flash_spi23_default_os_functions + 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.4 0x00000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.6 0x00000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .dram1.0 0x00000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_chip_generic_read_unique_id_none + 0x00000000 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_read_status_8b_rdsr + 0x00000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_write_status_8b_wrsr + 0x00000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_write_status_8b_wrsr2 + 0x00000000 0x1a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read + 0x00000000 0x36 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed_without_abort.str1.4 + 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text._esp_error_check_failed_without_abort + 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.4 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.5 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.6 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.7 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_register_freertos_idle_hook + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook_for_cpu + 0x00000000 0x66 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook + 0x00000000 0x3a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook_for_cpu + 0x00000000 0x66 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook + 0x00000000 0x3a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.delete_entry + 0x00000000 0x186 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_stop + 0x00000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_restart + 0x00000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_add_user + 0x00000000 0xa6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_reset_user.str1.4 + 0x00000000 0x2b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_reset_user + 0x00000000 0x10c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete + 0x00000000 0x68 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.unsubscribe_idle.str1.4 + 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.unsubscribe_idle + 0x00000000 0x9c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_reconfigure.str1.4 + 0x00000000 0x2e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_reconfigure + 0x00000000 0x12c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_deinit.str1.4 + 0x00000000 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_deinit + 0x00000000 0xe8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete_user + 0x00000000 0x96 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_status + 0x00000000 0x8c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x18 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0x16 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.9 + 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__func__.10 + 0x00000000 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__.11 + 0x00000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_reconfigure + 0x00000000 0x5e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .rodata.esp_task_wdt_impl_timer_free.str1.4 + 0x00000000 0x84 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_free + 0x00000000 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_stop + 0x00000000 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .rodata.__func__.0 + 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .text 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .data 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.esp_err_to_name_r.str1.4 + 0x00000000 0xc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text.esp_err_to_name_r + 0x00000000 0x8a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .iram1.1 0x00000000 0x4c esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .text.systimer_hal_deinit + 0x00000000 0x22 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .iram1.1 0x00000000 0x42 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .iram1.3 0x00000000 0x14 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .iram1.4 0x00000000 0x14 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_unmap_all + 0x00000000 0x1c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_init + 0x00000000 0x28 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_bytes_to_pages + 0x00000000 0x56 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__.9 + 0x00000000 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.s_cache_hal_init_ctx + 0x00000000 0x76 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_init + 0x00000000 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_disable + 0x00000000 0x56 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_enable + 0x00000000 0x5e esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_freeze + 0x00000000 0x3c esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_unfreeze + 0x00000000 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.2 + 0x00000000 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.5 + 0x00000000 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.6 + 0x00000000 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_hw_flow_ctrl + 0x00000000 0x24 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sw_flow_ctrl + 0x00000000 0xba esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_at_cmd_char + 0x00000000 0x8a esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_dtr + 0x00000000 0x16 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_wakeup_thrd + 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_wakeup_thrd + 0x00000000 0xe esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_loop_back + 0x00000000 0x28 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_max_rx_timeout_thrd + 0x00000000 0x1e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .rodata.gpio_hal_intr_enable_on_core.str1.4 + 0x00000000 0x66 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_intr_enable_on_core + 0x00000000 0x5e esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text.gpio_hal_intr_disable + 0x00000000 0x28 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .rodata.__func__.0 + 0x00000000 0x1c esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_info 0x00000000 0x1221 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_abbrev 0x00000000 0x2a7 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_loc 0x00000000 0x1d7 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_line 0x00000000 0x3ef esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_str 0x00000000 0x986 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_frame 0x00000000 0x40 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(gpio_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction_in_sleep + 0x00000000 0xb2 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_isolate + 0x00000000 0x58 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(pau_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(pau_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(pau_hal.c.obj) + .iram1.0 0x00000000 0x38 esp-idf/hal/libhal.a(pau_hal.c.obj) + .iram1.1 0x00000000 0x20 esp-idf/hal/libhal.a(pau_hal.c.obj) + .iram1.2 0x00000000 0x36 esp-idf/hal/libhal.a(pau_hal.c.obj) + .iram1.3 0x00000000 0x1e esp-idf/hal/libhal.a(pau_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .text.pmu_hal_hp_set_digital_power_up_wait_cycle + 0x00000000 0x32 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .text.pmu_hal_hp_get_digital_power_up_wait_cycle + 0x00000000 0x16 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .text.pmu_hal_lp_set_digital_power_up_wait_cycle + 0x00000000 0x32 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .text.pmu_hal_lp_get_digital_power_up_wait_cycle + 0x00000000 0x16 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(apm_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(apm_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_region_filter_enable + 0x00000000 0x62 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_set_region_start_address + 0x00000000 0x44 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_set_region_end_address + 0x00000000 0x44 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_sec_mode_region_attr_config + 0x00000000 0x5c esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_exception_status + 0x00000000 0x38 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_exception_clear + 0x00000000 0x3a esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_get_exception_info + 0x00000000 0xac esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_interrupt_enable + 0x00000000 0x6a esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_ll_apm_ctrl_clk_gating_enable + 0x00000000 0x8c esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_tee_hal_set_master_secure_mode + 0x00000000 0x24 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_tee_hal_clk_gating_enable + 0x00000000 0x24 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_region_filter_enable + 0x00000000 0x12 esp-idf/hal/libhal.a(apm_hal.c.obj) + .rodata.apm_hal_apm_ctrl_region_config.str1.4 + 0x00000000 0xf0 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_region_config + 0x00000000 0x82 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_exception_status + 0x00000000 0x5e esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_exception_clear + 0x00000000 0x5e esp-idf/hal/libhal.a(apm_hal.c.obj) + .rodata.apm_hal_apm_ctrl_get_exception_info.str1.4 + 0x00000000 0x15c esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_get_exception_info + 0x00000000 0x5a esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_interrupt_enable + 0x00000000 0x60 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_clk_gating_enable + 0x00000000 0x12 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_master_sec_mode_config + 0x00000000 0xa6 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_reset_event_enable + 0x00000000 0x24 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_get_int_src_num + 0x00000000 0x76 esp-idf/hal/libhal.a(apm_hal.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_buffers.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_buffers.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_buffers.c.obj) + .text.log_buffer_hex_line + 0x00000000 0x52 esp-idf/log/liblog.a(log_buffers.c.obj) + .text.log_buffer_char_line + 0x00000000 0x28 esp-idf/log/liblog.a(log_buffers.c.obj) + .text.esp_log_buffer_hex_internal + 0x00000000 0x1c esp-idf/log/liblog.a(log_buffers.c.obj) + .text.esp_log_buffer_char_internal + 0x00000000 0x1c esp-idf/log/liblog.a(log_buffers.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(util.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(util.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(util.c.obj) + .rodata.esp_log_util_cvt_dec.str1.4 + 0x00000000 0xb esp-idf/log/liblog.a(util.c.obj) + .text.esp_log_util_cvt_dec + 0x00000000 0x20 esp-idf/log/liblog.a(util.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .rodata.GPIO_PIN_MUX_REG + 0x00000000 0x7c esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .rodata.uart_reg_retention_info + 0x00000000 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .rodata.uart1_regdma_entries + 0x00000000 0x84 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .rodata.uart0_regdma_entries + 0x00000000 0x84 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .rodata.spi_reg_retention_info + 0x00000000 0xc esp-idf/soc/libsoc.a(spi_periph.c.obj) + .rodata.spi2_regs_retention + 0x00000000 0x58 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .rodata.spi_periph_signal + 0x00000000 0x48 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_info 0x00000000 0x2103 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_abbrev 0x00000000 0x25c esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_line 0x00000000 0x2bb esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_str 0x00000000 0x1e78 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/soc/libsoc.a(spi_periph.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.convert_key_type + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.write_and_padd + 0x00000000 0x40 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.esp_hmac_calculate + 0x00000000 0x230 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .rodata.esp_hmac_jtag_enable.str1.4 + 0x00000000 0x5e esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.esp_hmac_jtag_enable + 0x00000000 0xd4 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text.esp_hmac_jtag_disable + 0x00000000 0x44 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_info 0x00000000 0x3a01 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_abbrev 0x00000000 0x394 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_loc 0x00000000 0x456 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_line 0x00000000 0xd26 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_str 0x00000000 0x2be6 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .debug_frame 0x00000000 0xbc esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_sha_aes_lock_acquire + 0x00000000 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_hmac_lock_acquire + 0x00000000 0x22 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_sha_aes_lock_release + 0x00000000 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_hmac_lock_release + 0x00000000 0x22 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_mpi_lock_acquire + 0x00000000 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ds_lock_acquire + 0x00000000 0x2a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_mpi_lock_release + 0x00000000 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ds_lock_release + 0x00000000 0x2a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ecc_lock_acquire + 0x00000000 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text.esp_crypto_ecc_lock_release + 0x00000000 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_ecc_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_sha_aes_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_mpi_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_hmac_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .sbss.s_crypto_ds_lock + 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_info 0x00000000 0x2df esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_abbrev 0x00000000 0x108 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_aranges + 0x00000000 0x68 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_ranges 0x00000000 0x58 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_line 0x00000000 0x2e0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_str 0x00000000 0x351 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .debug_frame 0x00000000 0x128 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text.esp_ptr_dma_ext_capable + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text.esp_ptr_external_ram + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .text.periph_rtc_dig_clk8m_get_freq + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .iram1.0 0x00000000 0x92 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .rodata.esp_fill_random.str1.4 + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .text.esp_fill_random + 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .rodata.__func__.0 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .sbss.last_ccount.1 + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_idx.str1.4 + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_idx 0x00000000 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_efuse_mac_ext.str1.4 + 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_efuse_mac_ext + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.insert_mac_ext_into_mac + 0x00000000 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_efuse_factory_mac.str1.4 + 0x00000000 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_efuse_factory_mac + 0x00000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_efuse_mac_custom.str1.4 + 0x00000000 0x27 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_efuse_mac_custom + 0x00000000 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.get_mac_addr_from_mac_table.str1.4 + 0x00000000 0x3b esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.get_mac_addr_from_mac_table + 0x00000000 0x14c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_mac_addr_len_get + 0x00000000 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.esp_iface_mac_addr_set.str1.4 + 0x00000000 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_iface_mac_addr_set + 0x00000000 0x114 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_base_mac_addr_set + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_efuse_mac_get_custom + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_efuse_mac_get_default + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_derive_local_mac + 0x00000000 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.esp_read_mac.str1.4 + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_read_mac + 0x00000000 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_base_mac_addr_get + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.generate_mac.str1.4 + 0x00000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.generate_mac + 0x00000000 0x18e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .data.s_mac_table + 0x00000000 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_info 0x00000000 0xe64 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_abbrev 0x00000000 0x2f0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_loc 0x00000000 0x8f2 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_aranges + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_ranges 0x00000000 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_line 0x00000000 0x115d esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_str 0x00000000 0x77b esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_frame 0x00000000 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text.esp_gpio_revoke + 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text.esp_gpio_is_reserved + 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temperature_sensor_get_raw_value + 0x00000000 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temperature_sensor_ll_set_range + 0x00000000 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temperature_sensor_power_acquire + 0x00000000 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .rodata.temperature_sensor_power_release.str1.4 + 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temperature_sensor_power_release + 0x00000000 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temp_sensor_sync_tsens_idx + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text.temp_sensor_get_raw_value + 0x00000000 0x146 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .rodata.__func__.0 + 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sdata.s_tsens_idx + 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sbss.s_temperature_sensor_power_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sdata.s_record_max + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .sdata.s_record_min + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .srodata.cst8 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_info 0x00000000 0x46e3 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_abbrev 0x00000000 0x3b9 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_loc 0x00000000 0x11c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_line 0x00000000 0xb15 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_str 0x00000000 0x39c3 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .debug_frame 0x00000000 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .text.esp_clk_tree_osc_slow_get_freq_hz + 0x00000000 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.try_acquire_free_dev + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.11 0x00000000 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.10 0x00000000 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.req_core + 0x00000000 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.13 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.7 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.16 0x00000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.14 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.12 0x00000000 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_init_lock + 0x00000000 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.spi_bus_deinit_lock.str1.4 + 0x00000000 0x5f esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_deinit_lock + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_register_dev + 0x00000000 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_unregister_dev + 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_set_bg_control + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.21 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.22 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.str1.4 + 0x00000000 0xcf esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.24 0x00000000 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.26 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.27 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.28 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.29 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_bg_request + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.30 0x00000000 0x102 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.31 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.32 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.33 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .iram1.34 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__.2 + 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .rodata.__func__.3 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .dram1.0 0x00000000 0x9 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .sdata.s_spinlock + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_calc_hw_calibration_code + 0x00000000 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .iram1.0 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_load_hw_calibration_chan_compens + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .iram1.1 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_lock_acquire + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.adc_lock_release.str1.4 + 0x00000000 0x89 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_lock_release + 0x00000000 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_lock_try_acquire + 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc2_wifi_acquire + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc2_wifi_release + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_apb_periph_claim + 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.adc_apb_periph_free.str1.4 + 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text.adc_apb_periph_free + 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.__func__.0 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .sbss.s_adc_digi_ctrlr_cnt + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .sbss.adc2_lock + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .sbss.adc1_lock + 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .bss.s_adc_cali_chan_compens + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .bss.s_adc_cali_param + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_info 0x00000000 0x392b esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_abbrev 0x00000000 0x399 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_loc 0x00000000 0x36e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_aranges + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_line 0x00000000 0xd22 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_str 0x00000000 0x2b32 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .debug_frame 0x00000000 0x15c esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.prvTaskDeleteWithCaps + 0x00000000 0x102 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.prvTaskDeleteWithCapsTask + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xTaskCreatePinnedToCoreWithCaps + 0x00000000 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.vTaskDeleteWithCaps.str1.4 + 0x00000000 0xd6 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vTaskDeleteWithCaps + 0x00000000 0x106 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.xStreamBufferGenericCreateWithCaps + 0x00000000 0x96 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text.vStreamBufferGenericDeleteWithCaps + 0x00000000 0x90 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.0 + 0x00000000 0x23 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.3 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.4 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvBytesInBuffer + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.prvInitialiseNewStreamBuffer.str1.4 + 0x00000000 0x82 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvInitialiseNewStreamBuffer + 0x00000000 0x7c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.prvWriteBytesToBuffer.str1.4 + 0x00000000 0x81 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvWriteBytesToBuffer + 0x00000000 0xee esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvWriteMessageToBuffer + 0x00000000 0x64 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.prvReadBytesFromBuffer.str1.4 + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvReadBytesFromBuffer + 0x00000000 0xc4 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.prvReadMessageFromBuffer + 0x00000000 0x66 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferGenericCreate.str1.4 + 0x00000000 0xa3 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferGenericCreate + 0x00000000 0x110 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferGenericCreateStatic.str1.4 + 0x00000000 0x56 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferGenericCreateStatic + 0x00000000 0x144 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferGetStaticBuffers.str1.4 + 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferGetStaticBuffers + 0x00000000 0x90 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.vStreamBufferDelete + 0x00000000 0x50 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReset + 0x00000000 0x70 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSetTriggerLevel + 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSpacesAvailable + 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferBytesAvailable + 0x00000000 0x38 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferSend.str1.4 + 0x00000000 0x62 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSend + 0x00000000 0x1b8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSendFromISR + 0x00000000 0xe6 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferReceive.str1.4 + 0x00000000 0x41 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReceive + 0x00000000 0x162 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.xStreamBufferNextMessageLengthBytes.str1.4 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferNextMessageLengthBytes + 0x00000000 0x8c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReceiveFromISR + 0x00000000 0xd8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferIsEmpty + 0x00000000 0x3e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferIsFull + 0x00000000 0x54 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferSendCompletedFromISR + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text.xStreamBufferReceiveCompletedFromISR + 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.0 + 0x00000000 0x25 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.1 + 0x00000000 0x22 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.2 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.3 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.4 + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.5 + 0x00000000 0x24 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.6 + 0x00000000 0x17 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.7 + 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.8 + 0x00000000 0x19 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.9 + 0x00000000 0x16 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.11 + 0x00000000 0x12 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.12 + 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.13 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.14 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.15 + 0x00000000 0x13 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.16 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.17 + 0x00000000 0x1e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.18 + 0x00000000 0x21 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.19 + 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.20 + 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .rodata.__func__.21 + 0x00000000 0x1b esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_info 0x00000000 0x20cd esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_abbrev 0x00000000 0x34e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_loc 0x00000000 0x26e1 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_aranges + 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_ranges 0x00000000 0x108 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_line 0x00000000 0x1d2b esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_str 0x00000000 0xaf7 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .debug_frame 0x00000000 0x3d4 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_always_lock_free + 0x00000000 0x6 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_is_lock_free + 0x00000000 0x6 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_exchange_8 + 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange_8 + 0x00000000 0x5a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_add_8 + 0x00000000 0x56 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_add_fetch_8 + 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_sub_8 + 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_sub_fetch_8 + 0x00000000 0x5a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_and_8 + 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_and_fetch_8 + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_or_fetch_8 + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_xor_8 + 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_xor_fetch_8 + 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_nand_8 + 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_nand_fetch_8 + 0x00000000 0x54 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store_8 + 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_add_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_add_and_fetch_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_sub_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_sub_and_fetch_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_and_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_and_and_fetch_8 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_or_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_or_and_fetch_8 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_xor_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_xor_and_fetch_8 + 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_nand_8 + 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_nand_and_fetch_8 + 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_bool_compare_and_swap_8 + 0x00000000 0x54 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_val_compare_and_swap_8 + 0x00000000 0x5e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_test_and_set_8 + 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_release_8 + 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store + 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange + 0x00000000 0x6e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.print_timer_info.str1.4 + 0x00000000 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.print_timer_info + 0x00000000 0x4c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.0 0x00000000 0x12a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_deinit + 0x00000000 0x4c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.esp_timer_dump.str1.4 + 0x00000000 0x3d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_dump + 0x00000000 0x116 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.11 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.12 0x00000000 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.13 0x00000000 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.14 0x00000000 0x66 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.15 0x00000000 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.2 0x00000000 0xce esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_init + 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_deinit + 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.__func__.2 + 0x00000000 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetFreeSize.str1.4 + 0x00000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetFreeSize + 0x00000000 0x4e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreate + 0x00000000 0xc6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateNoSplit + 0x00000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendAcquire + 0x00000000 0x9e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendComplete + 0x00000000 0xee esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveSplit.str1.4 + 0x00000000 0x88 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplit + 0x00000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplitFromISR + 0x00000000 0x6c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpToFromISR + 0x00000000 0x80 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferAddToQueueSetRead.str1.4 + 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferAddToQueueSetRead + 0x00000000 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferRemoveFromQueueSetRead + 0x00000000 0x74 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferPrintInfo.str1.4 + 0x00000000 0x43 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferPrintInfo + 0x00000000 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.2 + 0x00000000 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.3 + 0x00000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.5 + 0x00000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.6 + 0x00000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.12 + 0x00000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.14 + 0x00000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.15 + 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.22 + 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.23 + 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.36 + 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZZ27nvs_flash_read_security_cfgENKUlPhS_mE_clES_S_m + 0x00000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_EEET_SE_SE_T0_ + 0x00000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_ET_SA_SA_T0_ + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZ9nvs_closeEUlRS1_E_EEET_SA_SA_T0_ + 0x00000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZ9nvs_closeEUlRS1_E_ET_S6_S6_T0_ + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL19nvs_get_str_or_blobmN3nvs8ItemTypeEPKcPvPj + 0x00000000 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL24lookup_storage_from_namePKc + 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ + 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL24close_handles_and_deinitPKcEUlRS1_E_EEET_SC_SC_T0_St18input_iterator_tag + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN14NVSHandleEntryD2Ev + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_dump + 0x00000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_init_partition_ptr + 0x00000000 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_init_partition + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .rodata.nvs_flash_init.str1.4 + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_init + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_secure_init_partition + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_secure_init + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_find_key + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_erase_key + 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_erase_all + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_commit + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_str + 0x00000000 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_blob + 0x00000000 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_str + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_blob + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_stats + 0x00000000 0x8a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_used_entry_count + 0x00000000 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_generate_keys + 0x00000000 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_read_security_cfg + 0x00000000 0x114 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_register_security_scheme + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_get_default_security_scheme + 0x00000000 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_generate_keys_v2 + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_read_security_cfg_v2 + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_find + 0x00000000 0xba esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_find_in_handle + 0x00000000 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_next + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_info + 0x00000000 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_release_iterator + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL24close_handles_and_deinitPKc + 0x00000000 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition + 0x00000000 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition_ptr + 0x00000000 0x76 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit_partition + 0x00000000 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_close + 0x00000000 0x6e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN14intrusive_listI14NVSHandleEntryE9push_backEPS0_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_open_from_partition + 0x00000000 0xbe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_open + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIaEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i8 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIhEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u8 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIsEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i16 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setItEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u16 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIlEEiPKcT_ + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIlEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i32 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemImEEiPKcT_ + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setImEimPKcT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u32 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIxEimPKcT_ + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIyEimPKcT_ + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIaEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i8 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIhEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u8 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIsEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i16 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getItEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u16 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIlEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIlEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i32 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemImEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getImEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u32 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIxEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIyEimPKcPT_ + 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u64 + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss._ZL13s_nvs_handles + 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .sbss._ZN14NVSHandleEntry17s_nvs_next_handleE + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss._ZL26nvs_sec_default_scheme_cfg + 0x00000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x00000000 0xdfe5 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x00000000 0x1091 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_loc 0x00000000 0x379d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_aranges + 0x00000000 0x330 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_ranges 0x00000000 0x338 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x00000000 0x3100 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_str 0x00000000 0xb117 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_frame 0x00000000 0xd10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x00000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x00000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x00000000 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x00000000 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x00000000 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x00000000 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_EEET_SG_SG_T0_St18input_iterator_tag + 0x00000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_ET_SC_SC_T0_ + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs4Item6getKeyEPcj + 0x00000000 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZNK3nvs7Storage7isValidEv + 0x00000000 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x00000000 0x6e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x00000000 0xec esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x00000000 0x14c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000 0x12c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000 0x9a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage14eraseNamespaceEh + 0x00000000 0x52 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage7findKeyEhPKcPNS_8ItemTypeE + 0x00000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9debugDumpEv + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9fillStatsER11nvs_stats_t + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000 0x7a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x00000000 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage11findEntryNsEP21nvs_opaque_iterator_th + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000 0xae esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000 0x12a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE9push_backEPS2_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x00000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage15clearNamespacesEv + 0x00000000 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7StorageD2Ev + 0x00000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage4initEmm + 0x00000000 0x162 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE5eraseENS3_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x00000000 0x218 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000 0x27a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000 0x118 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x00000000 0xd520 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x00000000 0xff1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_loc 0x00000000 0x2e85 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_aranges + 0x00000000 0x1a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_ranges 0x00000000 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x00000000 0x38d4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_str 0x00000000 0xa982 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_frame 0x00000000 0x76c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple6commitEv + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimpleD0Ev + 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x00000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x00000000 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x00000000 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x00000000 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x00000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple8find_keyEPKcR10nvs_type_t + 0x00000000 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x00000000 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9erase_allEv + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x00000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9debugDumpEv + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple11findEntryNsEP21nvs_opaque_iterator_t + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZNK3nvs15NVSHandleSimple11get_storageEv + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .rodata._ZTVN3nvs9NVSHandleE + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .rodata._ZTVN3nvs15NVSHandleSimpleE + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x00000000 0x919b esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x00000000 0xc4a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_loc 0x00000000 0xd61 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_aranges + 0x00000000 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_ranges 0x00000000 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x00000000 0x11c1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_str 0x00000000 0x92c6 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_frame 0x00000000 0x2a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartitionD2Ev + 0x00000000 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition18get_partition_nameEv + 0x00000000 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition11get_addressEv + 0x00000000 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition8get_sizeEv + 0x00000000 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition12get_readonlyEv + 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition8read_rawEjPvj + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition4readEjPvj + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition9write_rawEjPKvj + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition5writeEjPKvj + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartition11erase_rangeEjj + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartitionD0Ev + 0x00000000 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .rodata._ZTVN3nvs9PartitionE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .rodata._ZTVN3nvs12NVSPartitionE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_info 0x00000000 0x17a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_abbrev 0x00000000 0x531 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_loc 0x00000000 0x4fe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_aranges + 0x00000000 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_ranges 0x00000000 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_line 0x00000000 0x921 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_str 0x00000000 0x129f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_frame 0x00000000 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManagerD2Ev + 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManagerD0Ev + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ + 0x00000000 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_ET_SA_SA_T0_ + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs7StorageC2EPNS_9PartitionE + 0x00000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager17open_handles_sizeEv + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm + 0x00000000 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x00000000 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager21secure_init_partitionEPKcP13nvs_sec_cfg_t + 0x00000000 0xac esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x00000000 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc + 0x00000000 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE9push_backEPS1_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000 0xe2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .rodata._ZTVN3nvs9NVSHandleE + 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .rodata._ZTVN3nvs19NVSPartitionManagerE + 0x00000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .sbss._ZN3nvs19NVSPartitionManager8instanceE + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x00000000 0xa905 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x00000000 0xee6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_loc 0x00000000 0xe3d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_aranges + 0x00000000 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_ranges 0x00000000 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x00000000 0x190b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_str 0x00000000 0xa6f4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_frame 0x00000000 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text._ZN3nvs4LockC2Ev + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text._ZN3nvs4LockD2Ev + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text._ZN3nvs4Lock4initEv + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text._ZN3nvs4Lock6uninitEv + 0x00000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .sbss._ZN3nvs4Lock10mSemaphoreE + 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_info 0x00000000 0xa20 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_abbrev 0x00000000 0x2d9 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_loc 0x00000000 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_ranges 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_line 0x00000000 0x54b esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_str 0x00000000 0x51d esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_frame 0x00000000 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashListC2Ev + 0x00000000 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashList13HashListBlockC2Ev + 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashList5clearEv + 0x00000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashListD2Ev + 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashList5eraseEj + 0x00000000 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x00000000 0x5855 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x00000000 0xa69 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_loc 0x00000000 0x5ac esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_ranges 0x00000000 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x00000000 0x106c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_str 0x00000000 0x4708 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_frame 0x00000000 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZSt9__find_ifIPmN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEPNS4_9PartitionEmEUlmE_EEET_SA_SA_T0_St26random_access_iterator_tag + 0x00000000 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch + 0x00000000 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4PageC2Ev + 0x00000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page10initializeEv + 0x00000000 0x82 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page12getSeqNumberERm + 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page12setSeqNumberEm + 0x00000000 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page10setVersionEh + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page5eraseEv + 0x00000000 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page11markFreeingEv + 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8markFullEv + 0x00000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page15pageStateToNameENS0_9PageStateE.str1.4 + 0x00000000 0xbc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x00000000 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZNK3nvs4Page9debugDumpEv.str1.4 + 0x00000000 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page9debugDumpEv + 0x00000000 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page11calcEntriesER11nvs_stats_t.str1.4 + 0x00000000 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page11calcEntriesER11nvs_stats_t + 0x00000000 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page9copyItemsERS0_ + 0x00000000 0xe8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000 0xa0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000 0x252 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000 0x168 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x00000000 0x25a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x00000000 0x10c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x00000000 0x10a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000 0x40a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page4loadEPNS_9PartitionEm + 0x00000000 0x160 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ + 0x00000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_EEET_SF_SF_T0_St18input_iterator_tag + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ + 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager9fillStatsER11nvs_stats_t + 0x00000000 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE + 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager12activatePageEv + 0x00000000 0x66 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager14requestNewPageEv + 0x00000000 0xe4 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x00000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ + 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x00000000 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager4loadEPNS_9PartitionEmm + 0x00000000 0x2ba esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x00000000 0x89c1 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x00000000 0xe18 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_loc 0x00000000 0xd41 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_ranges 0x00000000 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x00000000 0x1a94 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_str 0x00000000 0x77df esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_frame 0x00000000 0x1cc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + 0x00000000 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text._ZN3nvs16partition_lookup30lookup_nvs_encrypted_partitionEPKcP13nvs_sec_cfg_tPPNS_12NVSPartitionE + 0x00000000 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_info 0x00000000 0x1012 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_abbrev 0x00000000 0x441 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_loc 0x00000000 0x1fb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_ranges 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_line 0x00000000 0x8a4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_str 0x00000000 0xf6b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_frame 0x00000000 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .text._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .text._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .text._ZNK3nvs4Item22checkHeaderConsistencyEh + 0x00000000 0x136 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x00000000 0x49e3 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x00000000 0x851 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_loc 0x00000000 0x30d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_ranges 0x00000000 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x00000000 0xd30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_str 0x00000000 0x3977 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_frame 0x00000000 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartitionD2Ev + 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartition4readEjPvj + 0x00000000 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartition5writeEjPKvj + 0x00000000 0xca esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartitionD0Ev + 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartitionC2EPK15esp_partition_t + 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text._ZN3nvs21NVSEncryptedPartition4initEP13nvs_sec_cfg_t + 0x00000000 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .rodata._ZTVN3nvs9PartitionE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .rodata._ZTVN3nvs21NVSEncryptedPartitionE + 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_info 0x00000000 0x54aa esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_abbrev 0x00000000 0x9df esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_loc 0x00000000 0x549 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_ranges 0x00000000 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_line 0x00000000 0xed7 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_str 0x00000000 0x4608 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .debug_frame 0x00000000 0xec esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + .text 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .data 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.check_iomux_pins_quad + 0x00000000 0xbc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.bus_uses_iomux_pins + 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.alloc_dma_chan.str1.4 + 0x00000000 0x130 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.alloc_dma_chan + 0x00000000 0x1ea esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.bus_iomux_pins_set_quad + 0x00000000 0x13e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.bus_iomux_pins_set + 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_irqsource_for_host + 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_irqdma_source_for_host + 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_dma_chan_alloc + 0x00000000 0x82 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_dma_desc_alloc + 0x00000000 0xb4 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .iram1.0 0x00000000 0xe0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spicommon_dma_chan_free.str1.4 + 0x00000000 0x8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_dma_chan_free + 0x00000000 0x6e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spicommon_bus_initialize_io.str1.4 + 0x00000000 0x1d2 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_bus_initialize_io + 0x00000000 0x744 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_bus_free_io_cfg + 0x00000000 0x62 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_cs_initialize + 0x00000000 0x108 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spicommon_cs_free_io.str1.4 + 0x00000000 0x20 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_cs_free_io + 0x00000000 0x54 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spicommon_bus_using_iomux + 0x00000000 0xc8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_main_set_lock + 0x00000000 0xc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_lock_get_by_id + 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spi_bus_initialize.str1.4 + 0x00000000 0x173 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_initialize + 0x00000000 0x302 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.spi_bus_dma_memory_alloc.str1.4 + 0x00000000 0x3a esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_dma_memory_alloc + 0x00000000 0x5e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_get_attr + 0x00000000 0x14 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_get_dma_ctx + 0x00000000 0x14 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_free + 0x00000000 0xa4 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text.spi_bus_register_destroy_func + 0x00000000 0x16 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x19 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.1 + 0x00000000 0x13 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.2 + 0x00000000 0x15 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.3 + 0x00000000 0x1c esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.4 + 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0xf esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.6 + 0x00000000 0xf esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .rodata.__func__.7 + 0x00000000 0x19 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .sdata.bus_ctx + 0x00000000 0x8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .data.s_mainbus + 0x00000000 0x68 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_info 0x00000000 0x4fe9 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_abbrev 0x00000000 0x567 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_loc 0x00000000 0x1354 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_aranges + 0x00000000 0xd8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_ranges 0x00000000 0x160 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_line 0x00000000 0x2c5f esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_str 0x00000000 0x311a esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .debug_frame 0x00000000 0x2fc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_xts_decode_keys + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_gf128mul_x_ble + 0x00000000 0x12a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_xts_init + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_xts_free + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_xts_setkey_enc + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_xts_setkey_dec + 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text.esp_aes_crypt_xts + 0x00000000 0x1c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_info 0x00000000 0x73d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_abbrev 0x00000000 0x210 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_loc 0x00000000 0x5b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_aranges + 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_line 0x00000000 0x98e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_str 0x00000000 0x3f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_frame 0x00000000 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .text.valid_key_length + 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .text.esp_aes_init + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .text.esp_aes_free + 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .text.esp_aes_setkey + 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_info 0x00000000 0x295 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_abbrev 0x00000000 0x17d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_loc 0x00000000 0x167 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_ranges 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_line 0x00000000 0x426 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_str 0x00000000 0x2ef esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_frame 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_validate_input.str1.4 + 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_validate_input + 0x00000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_acquire_hardware + 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_release_hardware + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_encrypt + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_encrypt + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_decrypt + 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_decrypt + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_ecb + 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_crypt_cbc.str1.4 + 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_cbc + 0x00000000 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_cfb8 + 0x00000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_crypt_cfb128.str1.4 + 0x00000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_cfb128 + 0x00000000 0x1b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_ofb + 0x00000000 0x15a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .rodata.esp_aes_crypt_ctr.str1.4 + 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_ctr + 0x00000000 0x19a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_info 0x00000000 0x4200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_abbrev 0x00000000 0x3e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_loc 0x00000000 0x1210 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_ranges 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_line 0x00000000 0x1822 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_str 0x00000000 0x28bf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_frame 0x00000000 0x270 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.s_check_dma_capable + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_isr_initialise + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.dma_desc_setup_link + 0x00000000 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .iram1.0 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.esp_aes_dma_wait_complete.str1.4 + 0x00000000 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_dma_wait_complete + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.esp_aes_intr_alloc.str1.4 + 0x00000000 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_intr_alloc + 0x00000000 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.esp_aes_process_dma.str1.4 + 0x00000000 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_process_dma + 0x00000000 0x3c6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text.esp_aes_process_dma_ext_ram + 0x00000000 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.__func__.0 + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .bss.op_sem_buf.2 + 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.4 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.3 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.2 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .dram1.1 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .sbss.op_complete_sem + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_info 0x00000000 0x1647 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_abbrev 0x00000000 0x51b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_loc 0x00000000 0xe49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_aranges + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_ranges 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_line 0x00000000 0x1567 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_str 0x00000000 0x124d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .debug_frame 0x00000000 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .text.mbedtls_platform_zeroize + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .text.mbedtls_zeroize_and_free + 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .srodata.memset_func + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_info 0x00000000 0x1ae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_abbrev 0x00000000 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_loc 0x00000000 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_line 0x00000000 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_str 0x00000000 0x27d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .text.esp_aes_dma_start + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .text.esp_aes_dma_done + 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_info 0x00000000 0x2a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_abbrev 0x00000000 0x15a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_loc 0x00000000 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_line 0x00000000 0x31d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_str 0x00000000 0x460 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .debug_frame 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.crypto_shared_gdma_new_channel + 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .rodata.crypto_shared_gdma_init.str1.4 + 0x00000000 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.crypto_shared_gdma_init + 0x00000000 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_start + 0x00000000 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_start_axi_ahb + 0x00000000 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text.esp_crypto_shared_gdma_free + 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .sbss.tx_channel + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .sbss.rx_channel + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_info 0x00000000 0x2003 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_abbrev 0x00000000 0x402 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_loc 0x00000000 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_line 0x00000000 0xb34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_str 0x00000000 0x15ea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .debug_frame 0x00000000 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_calloc + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_free + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_set_calloc_free + 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_setup + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_teardown + 0x00000000 0x2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .sdata.mbedtls_free_func + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .sdata.mbedtls_calloc_func + 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_info 0x00000000 0x252 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_abbrev 0x00000000 0x1cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_loc 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_line 0x00000000 0x2b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_str 0x00000000 0x326 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_frame 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text.esp_mbedtls_mem_calloc + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text.esp_mbedtls_mem_free + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_info 0x00000000 0x177 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_abbrev 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_loc 0x00000000 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_aranges + 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_ranges 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_line 0x00000000 0x2a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_str 0x00000000 0x285 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_frame 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_adapter_funcs_md5_check + 0x00000000 0x5a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_i154_funcs_md5_check + 0x00000000 0x5a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_status_bit_set + 0x00000000 0xa2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_status_bit_clear + 0x00000000 0xa2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_event_duration_get + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_pti_set + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_pti_get + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_ieee802154_pti_get + 0x00000000 0x4a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_wifi_request + 0x00000000 0x10 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .coexiram.7 0x00000000 0xc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .iram1.8 0x00000000 0x10 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .iram1.9 0x00000000 0xc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_init + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_deinit + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_enable + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_disable + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .coexiram.10 0x00000000 0x30 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_preference_set + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_version_get + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_version_get_value + 0x00000000 0x1a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_wifi_register_update_lpclk_callback + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_update_lpclk_interval + 0x00000000 0x10 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.coex_register_start_cb + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_ieee802154_txrx_pti_set + 0x00000000 0x18 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_ieee802154_ack_pti_set + 0x00000000 0x18 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_ieee802154_coex_break_notify + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_ieee802154_extcoex_tx_stage + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text.esp_coex_ieee802154_extcoex_rx_stage + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .bss.s_set_lpclk_source_cb + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .data.g_coex_adapter_funcs_md5 + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .data.g_coex_basic_md5 + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .data.g_coex_i154_funcs_md5 + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .data.libcoexist_reversion_remote + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.1 0x00000000 0x31 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.11 0x00000000 0x1f /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.2 0x00000000 0x2b /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.3 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.4 0x00000000 0x31 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.5 0x00000000 0x2b /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .dram1.6 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .rodata.coex_version_str + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .rodata.esp_coex_adapter_funcs_md5_check.str1.4 + 0x00000000 0x3d /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .rodata.esp_coex_i154_funcs_md5_check.str1.4 + 0x00000000 0x45 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_pti_set + 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .coexiram.3 0x00000000 0x1e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .iram1.4 0x00000000 0x62 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .iram1.5 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_init + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_deinit + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_enable + 0x00000000 0x60 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_disable + 0x00000000 0x4c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .coexiram.8 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_register_start_cb + 0x00000000 0x36 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .bss.coex_enabled_ref + 0x00000000 0x1 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .coexiram.1 0x00000000 0x92 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .coexiram.2 0x00000000 0x22 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .coexiram.3 0x00000000 0x22 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.coex_hw_timer_force + 0x00000000 0x18 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.coex_hw_timer_unforce + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.hal_set_IEEE802154_TXRX_pti + 0x00000000 0x10 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.hal_set_IEEE802154_ACK_pti + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.hal_set_IEEE802154_force_rx_enable + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.hal_set_IEEE802154_coex_delay + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.hal_set_IEEE802154_pti_offset + 0x00000000 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.hal_ieee802154_coex_break_notify + 0x00000000 0x86 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.coex_hw_debug_matrix_config + 0x00000000 0x9a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text.coex_hw_debug_matrix_init + 0x00000000 0x34 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .dram1.4 0x00000000 0x23 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + .text.coex_rom_osi_funcs_deinit + 0x00000000 0x28 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_status_change + 0x00000000 0x622 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .coexiram.1 0x00000000 0x34 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .coexiram.2 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_status_bit_set + 0x00000000 0xbc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_status_bit_clear + 0x00000000 0xc0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_status_get + 0x00000000 0x56 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .coexiram.3 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_curr_phase_idx_set + 0x00000000 0x68 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .coexiram.4 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_interval_get + 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .coexiram.5 0x00000000 0x34 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_curr_period_get + 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_curr_phase_get + 0x00000000 0x44 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_get_phase_by_idx + 0x00000000 0x46 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_register_callback + 0x00000000 0x4e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_wifi_channel_set + 0x00000000 0x4e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_wifi_channel_get + 0x00000000 0x7a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_register_wifi_channel_change_callback + 0x00000000 0x34 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_process_restart + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_flexible_period_set + 0x00000000 0x34 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_flexible_period_get + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_deinit + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_a2dp_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_a2dp_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_a2dp_wifi_default + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_a2dp_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_default_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_default_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_default_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_idle_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_idle_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_idle_wifi_default + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_idle_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_idle_bt_idle_wifi_default + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_conn_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_conn_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_conn_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_default_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_default_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_default_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_config_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_default_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_default_wifi_connecting + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_default_wifi_scan + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_standby_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_scan + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_default_wifi_conn + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_default_wifi_connecting + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_default_wifi_scan + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_mesh_traffic_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_a2dp_paused_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_a2dp_paused_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_a2dp_paused_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_a2dp_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_a2dp_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_a2dp_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_conn_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_conn_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_conn_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_default_wifi_conn + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_default_wifi_connecting + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_default_wifi_scan + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_idle_wifi_conn + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_idle_wifi_connecting + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_idle_wifi_scan + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_iscan_wifi_conn + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_iscan_wifi_connecting + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_iscan_wifi_scan + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_sniff_wifi_conn + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_sniff_wifi_connecting + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_bt_sniff_wifi_scan + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_external_coex_wifi_connecting + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_external_coex_wifi_default + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_external_coex_wifi_default_rxonly + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .data.coex_schm_external_coex_wifi_scan + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .dram1.6 0x00000000 0x1e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .rodata.__func__.3777 + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .text.coex_gpio_debug_matrix_init + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .text.coex_gpio_debug_matrix_config + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .text.coex_set_gpio_debug_cb + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .text.coex_gpio_debug_max_event_get + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .text.coex_dbg_set_log_level + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .dram1.1 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .text 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .data 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.bootloader_util_regions_overlap.str1.4 + 0x00000000 0x5e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.bootloader_util_regions_overlap + 0x00000000 0x68 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_unload_all + 0x00000000 0x82 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_find_first + 0x00000000 0x38 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_verify.str1.4 + 0x00000000 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_verify + 0x00000000 0xbe esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_register_external + 0x00000000 0x16e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_deregister_external + 0x00000000 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_copy.str1.4 + 0x00000000 0x137 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_copy + 0x00000000 0x222 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.0 + 0x00000000 0x20 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.1 + 0x00000000 0x15 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.4 + 0x00000000 0x19 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .data 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.esp_partition_write.str1.4 + 0x00000000 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_write + 0x00000000 0x8e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_read_raw + 0x00000000 0x5a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_write_raw + 0x00000000 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_erase_range + 0x00000000 0x7e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_mmap + 0x00000000 0x94 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_munmap + 0x00000000 0x12 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_read + 0x00000000 0xb2 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_get_sha256 + 0x00000000 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_check_identity + 0x00000000 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.0 + 0x00000000 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.1 + 0x00000000 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.2 + 0x00000000 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.3 + 0x00000000 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.4 + 0x00000000 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__.5 + 0x00000000 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_get_pkg_ver + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_set_rom_log_scheme + 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_enable_rom_secure_download_mode + 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x00000000 0x3ba esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x00000000 0x181 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x00000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_aranges + 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x00000000 0x45a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_str 0x00000000 0x5f9 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x00000000 0x88 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_ver.str1.4 + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_ver + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_init_code.str1.4 + 0x00000000 0xe4 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_init_code + 0x00000000 0xdc esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_chan_compens.str1.4 + 0x00000000 0x93 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_chan_compens + 0x00000000 0x15a esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.esp_efuse_rtc_calib_get_cal_voltage.str1.4 + 0x00000000 0x29 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_cal_voltage + 0x00000000 0x110 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text.esp_efuse_rtc_calib_get_tsens_val + 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__.0 + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__.1 + 0x00000000 0x25 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata.__func__.2 + 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .rodata 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_info 0x00000000 0x8ab esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_abbrev 0x00000000 0x1f5 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_loc 0x00000000 0x5bc esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_line 0x00000000 0x8e2 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_str 0x00000000 0x871 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .debug_frame 0x00000000 0xbc esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio_level + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio + 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_label_search.str1.4 + 0x00000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_label_search + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_erase_part_type_data.str1.4 + 0x00000000 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_erase_part_type_data + 0x00000000 0x1a6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_sha256_of_partition + 0x00000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_vddsdio_configure + 0x00000000 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x00000000 0x1e36 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_abbrev 0x00000000 0x39b esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_loc 0x00000000 0x592 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_aranges + 0x00000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_ranges 0x00000000 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x00000000 0xe23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_str 0x00000000 0x1910 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_frame 0x00000000 0x104 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.index_to_partition + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.check_anti_rollback + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.s_flash_seg_needs_map + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x00000000 0x99 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.log_invalid_app_partition + 0x00000000 0xb2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.write_otadata.str1.4 + 0x00000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.write_otadata + 0x00000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.4 + 0x00000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x00000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_common_read_otadata.str1.4 + 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_read_otadata + 0x00000000 0xca esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_get_partition_description + 0x00000000 0xa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x00000000 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_partition_table + 0x00000000 0x2e2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x00000000 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_get_selected_boot_partition + 0x00000000 0x17a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_reset + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_cache_and_start_app.str1.4 + 0x00000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_cache_and_start_app + 0x00000000 0x19c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.unpack_load_app.str1.4 + 0x00000000 0x5f esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.unpack_load_app + 0x00000000 0xce esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.4 + 0x00000000 0x33 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x00000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x00000000 0xc3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_boot_image + 0x00000000 0x1d2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x00000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_debug_buffer + 0x00000000 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.__func__.1 + 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.__func__.2 + 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .sbss.ota_has_initial_contents + 0x00000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x00000000 0x2268 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x00000000 0x475 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x00000000 0x104c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x00000000 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x00000000 0x241a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x00000000 0x1950 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x00000000 0x290 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x00000000 0x131 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text.esp_partition_table_verify + 0x00000000 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x00000000 0x655 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x00000000 0x1fd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x00000000 0x1fc esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x00000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x00000000 0x843 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x00000000 0x4d9 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_map + 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_appended_hash_and_sig.str1.4 + 0x00000000 0x4e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_appended_hash_and_sig + 0x00000000 0xa0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_checksum.str1.4 + 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_checksum + 0x00000000 0xf2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_image_header.str1.4 + 0x00000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_image_header + 0x00000000 0xac esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_image_header + 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_segment_header.str1.4 + 0x00000000 0xf1 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_segment_header + 0x00000000 0x18a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_load + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment_data.str1.4 + 0x00000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment_data + 0x00000000 0x11a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment.str1.4 + 0x00000000 0xba esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment + 0x00000000 0x1d2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.4 + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segments + 0x00000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_simple_hash.str1.4 + 0x00000000 0x52 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_simple_hash + 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.image_load.str1.4 + 0x00000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.image_load + 0x00000000 0x15c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify + 0x00000000 0x12 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x00000000 0x82 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x00000000 0x2e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x00000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x00000000 0x1e4c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x00000000 0x330 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x00000000 0x1a8f esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x00000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x00000000 0x120 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x00000000 0x20af esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x00000000 0x1785 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x00000000 0x334 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_start + 0x00000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_sha256_data.str1.4 + 0x00000000 0x59 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_data + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_finish + 0x00000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__.0 + 0x00000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__.1 + 0x00000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x00000000 0x568 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x00000000 0x182 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x00000000 0x23d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x00000000 0x5fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x00000000 0x429 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x00000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_crc + 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_invalid + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_valid + 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_efuse_blk_validity.str1.4 + 0x00000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_check_efuse_blk_validity + 0x00000000 0x110 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x00000000 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_check_chip_validity + 0x00000000 0x166 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_select_otadata + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_get_active_otadata + 0x00000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x00000000 0xb93 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x00000000 0x239 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x00000000 0x5bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x00000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x00000000 0xac1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_str 0x00000000 0x1121 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x00000000 0x104 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_ahb_get_freq_hz + 0x00000000 0xa6 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_apb_get_freq_hz + 0x00000000 0x2e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_clock_output_setup + 0x00000000 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_clock_output_teardown + 0x00000000 0x46 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.get_controller + 0x00000000 0x1c esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.adc_oneshot_ll_disable_channel.str1.4 + 0x00000000 0x45 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_oneshot_ll_disable_channel + 0x00000000 0x4a esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_oneshot_ll_set_atten + 0x00000000 0x4a esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_oneshot_ll_enable + 0x00000000 0x42 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_ll_calibration_prepare + 0x00000000 0x60 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_oneshot_ll_get_raw_result + 0x00000000 0x48 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_ll_calibration_finish + 0x00000000 0x46 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.read_cal_channel + 0x00000000 0x92 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_hal_set_controller + 0x00000000 0x12 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.cal_setup + 0x00000000 0x62 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_hal_calibration_init + 0x00000000 0x20 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_hal_set_calibration_param + 0x00000000 0x98 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text.adc_hal_self_calibration + 0x00000000 0x1d0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.0 + 0x00000000 0x1a esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.1 + 0x00000000 0x1f esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.2 + 0x00000000 0x1e esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.3 + 0x00000000 0x1b esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.4 + 0x00000000 0x16 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.5 + 0x00000000 0x19 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.6 + 0x00000000 0x1f esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .rodata.__func__.7 + 0x00000000 0x1d esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .sdata.s_previous_init_code + 0x00000000 0x4 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_info 0x00000000 0x2015 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_abbrev 0x00000000 0x410 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_loc 0x00000000 0x989 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_ranges 0x00000000 0x100 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_line 0x00000000 0xcab esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_str 0x00000000 0x1921 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .debug_frame 0x00000000 0x1e0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(adc_hal_common.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_write_key + 0x00000000 0x58 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_write_block + 0x00000000 0x46 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_read_block + 0x00000000 0x46 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_set_iv + 0x00000000 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_ll_read_iv + 0x00000000 0x46 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_setkey + 0x00000000 0x30 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_transform_block + 0x00000000 0x32 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_transform_dma_start + 0x00000000 0x12 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_transform_dma_finish + 0x00000000 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_mode_init + 0x00000000 0x1a esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_set_iv + 0x00000000 0x12 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_read_iv + 0x00000000 0x12 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text.aes_hal_wait_done + 0x00000000 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_info 0x00000000 0x6f1 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_abbrev 0x00000000 0x289 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_loc 0x00000000 0x2ba esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_aranges + 0x00000000 0x80 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_ranges 0x00000000 0x88 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_line 0x00000000 0x928 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_str 0x00000000 0x5cd esp-idf/hal/libhal.a(aes_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(aes_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_frame 0x00000000 0x140 esp-idf/hal/libhal.a(aes_hal.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(aes_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_ll_config_output + 0x00000000 0x44 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_ll_write_block_512 + 0x00000000 0x2c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_ll_read_result_256 + 0x00000000 0x24 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_start + 0x00000000 0x12 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_configure + 0x00000000 0x5c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_write_one_block_512 + 0x00000000 0x2c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_write_block_512 + 0x00000000 0x1a esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_next_block_padding + 0x00000000 0x14 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_next_block_normal + 0x00000000 0x12 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_read_result_256 + 0x00000000 0x22 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text.hmac_hal_clean + 0x00000000 0x14 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_info 0x00000000 0x568 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_abbrev 0x00000000 0x1d0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_loc 0x00000000 0x23a esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_aranges + 0x00000000 0x70 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_ranges 0x00000000 0x60 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_line 0x00000000 0x904 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_str 0x00000000 0x478 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) + .debug_frame 0x00000000 0xfc esp-idf/hal/libhal.a(hmac_hal.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(hmac_hal.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .rodata.temperature_sensor_regs_retention + 0x00000000 0xc esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .rodata.temperature_sensor_regs_entries + 0x00000000 0x2c esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .rodata.temperature_sensor_attributes + 0x00000000 0x64 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_info 0x00000000 0x533 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_abbrev 0x00000000 0x15f esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_line 0x00000000 0x266 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .debug_str 0x00000000 0x966 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.spi_ll_enable_bus_clock.str1.4 + 0x00000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spi_ll_enable_bus_clock + 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spi_ll_reset_register + 0x00000000 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.spicommon_periph_claim.str1.4 + 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spicommon_periph_claim + 0x00000000 0xec esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spicommon_periph_in_use + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text.spicommon_periph_free + 0x00000000 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.__func__.0 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .rodata.__func__.1 + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .bss.spi_claiming_func + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .sdata.spi_periph_claimed + 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_info 0x00000000 0x3442 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_abbrev 0x00000000 0x2f1 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_loc 0x00000000 0x267 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_line 0x00000000 0x6b1 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_str 0x00000000 0x27e6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .debug_frame 0x00000000 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_acquire_group_handle + 0x00000000 0xde esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_acquire_pair_handle + 0x00000000 0xca esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_release_group_handle.str1.4 + 0x00000000 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_release_group_handle + 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_release_pair_handle.str1.4 + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_release_pair_handle + 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_del_rx_channel + 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_del_tx_channel + 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.do_allocate_gdma_channel.str1.4 + 0x00000000 0x1aa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.do_allocate_gdma_channel + 0x00000000 0x44c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_install_tx_interrupt.str1.4 + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_install_tx_interrupt + 0x00000000 0xea esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_install_rx_interrupt + 0x00000000 0xea esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_default_rx_isr + 0x00000000 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_default_tx_isr + 0x00000000 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_new_ahb_channel + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_del_channel + 0x00000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_get_group_channel_id + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_connect.str1.4 + 0x00000000 0xba esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_connect + 0x00000000 0x1d4 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_disconnect.str1.4 + 0x00000000 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_disconnect + 0x00000000 0x11c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_get_free_m2m_trig_id_mask + 0x00000000 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_config_transfer.str1.4 + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_config_transfer + 0x00000000 0x15c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_get_alignment_constraints + 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_apply_strategy + 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_set_priority + 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_register_tx_event_callbacks.str1.4 + 0x00000000 0x65 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_register_tx_event_callbacks + 0x00000000 0x182 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_register_rx_event_callbacks + 0x00000000 0x1be esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.gdma_start.str1.4 + 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_start + 0x00000000 0x102 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_stop + 0x00000000 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_append + 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text.gdma_reset + 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.20 + 0x00000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.19 + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.18 + 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.17 + 0x00000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.16 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.15 + 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.14 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.13 + 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.12 + 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.11 + 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.10 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.9 + 0x00000000 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.8 + 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.7 + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.6 + 0x00000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.5 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.4 + 0x00000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__func__.3 + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__func__.1 + 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata.__FUNCTION__.0 + 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .data.s_platform + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .rodata 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_info 0x00000000 0x7c72 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_abbrev 0x00000000 0x568 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_loc 0x00000000 0x21e7 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_aranges + 0x00000000 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_ranges 0x00000000 0x180 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_line 0x00000000 0x3efe esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_str 0x00000000 0x43bc esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .debug_frame 0x00000000 0x4ec esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + .text 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_zeroize + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.esp_internal_sha_update_state + 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_init + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_free + 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_clone + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_starts + 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_internal_sha256_process + 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_update + 0x00000000 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_finish + 0x00000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.sha256_padding + 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_info 0x00000000 0x78b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_abbrev 0x00000000 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_loc 0x00000000 0x5cd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_aranges + 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_ranges 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_line 0x00000000 0x9ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_str 0x00000000 0x4c7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_frame 0x00000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.s_check_dma_capable + 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_block_mode.str1.4 + 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_block_mode + 0x00000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_dma_process.str1.4 + 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_dma_process + 0x00000000 0x1aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_write_digest_state + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_read_digest_state + 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_acquire_hardware + 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_release_hardware + 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_dma.str1.4 + 0x00000000 0x73 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_dma + 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.__func__.0 + 0x00000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .dram1.1 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .dram1.0 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_info 0x00000000 0x3a6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_abbrev 0x00000000 0x494 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_loc 0x00000000 0x964 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_aranges + 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_ranges 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_line 0x00000000 0xed4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_str 0x00000000 0x2920 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_frame 0x00000000 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .text.esp_sha_dma_start + 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_info 0x00000000 0x25f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_abbrev 0x00000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_loc 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_aranges + 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_ranges 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_line 0x00000000 0x2f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_str 0x00000000 0x448 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .debug_frame 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + .text 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .data 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.is_ota_partition + 0x00000000 0x28 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.set_new_state_otadata + 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_ota_ops_entry + 0x00000000 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.image_validate + 0x00000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.find_default_boot_partition.str1.4 + 0x00000000 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.find_default_boot_partition + 0x00000000 0x82 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.read_otadata.str1.4 + 0x00000000 0x4b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.read_otadata + 0x00000000 0xcc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.rewrite_ota_seq + 0x00000000 0x70 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.check_invalid_otadata + 0x00000000 0x42 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_last_invalid_otadata + 0x00000000 0x3a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_begin + 0x00000000 0xf4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write.str1.4 + 0x00000000 0x92 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write + 0x00000000 0x1ea esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write_with_offset.str1.4 + 0x00000000 0xb2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write_with_offset + 0x00000000 0x116 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_abort + 0x00000000 0x32 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_end + 0x00000000 0xa0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_app_partition_count.str1.4 + 0x00000000 0x46 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_app_partition_count + 0x00000000 0x58 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_rewrite_ota_data + 0x00000000 0xc8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_set_boot_partition + 0x00000000 0x66 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_boot_partition.str1.4 + 0x00000000 0x40 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_boot_partition + 0x00000000 0xb4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_next_update_partition.str1.4 + 0x00000000 0x13 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_next_update_partition + 0x00000000 0x90 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_bootloader_description + 0x00000000 0x86 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_partition_description + 0x00000000 0x50 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_check_rollback_is_possible + 0x00000000 0xe6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_current_ota_is_workable.str1.4 + 0x00000000 0xb9 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_current_ota_is_workable + 0x00000000 0x144 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_valid_cancel_rollback + 0x00000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_invalid_rollback_and_reboot + 0x00000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_last_invalid_partition + 0x00000000 0x76 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_state_partition + 0x00000000 0xc8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_erase_last_boot_app_partition + 0x00000000 0xf6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.0 + 0x00000000 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.3 + 0x00000000 0x20 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__.4 + 0x00000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .sbss.s_ota_ops_last_handle + 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .sbss.s_ota_ops_entries_head + 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_deinit + 0x00000000 0x6 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_start_with_desc + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_stop + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_append + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_reset + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_set_priority + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_connect_peri + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_disconnect_peri + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_enable_burst + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_set_burst_size + 0x00000000 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_set_strategy + 0x00000000 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_enable_intr + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_clear_intr + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_read_intr_status + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_get_intr_status_reg + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_get_eof_desc_addr + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_enable_access_encrypt_mem + 0x00000000 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text.gdma_hal_enable_etm_task + 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_info 0x00000000 0x23a0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_abbrev 0x00000000 0x276 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_loc 0x00000000 0xa5c esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_aranges + 0x00000000 0xa8 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_ranges 0x00000000 0x98 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_line 0x00000000 0x5e4 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_str 0x00000000 0x1502 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .debug_frame 0x00000000 0x1fc esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_start_with_desc + 0x00000000 0x8a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_stop + 0x00000000 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_append + 0x00000000 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_reset + 0x00000000 0x4e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_set_priority + 0x00000000 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_connect_peri + 0x00000000 0x9a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_disconnect_peri + 0x00000000 0x44 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_enable_burst + 0x00000000 0x78 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_set_strategy + 0x00000000 0x84 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_enable_intr + 0x00000000 0x4a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_clear_intr + 0x00000000 0x1c esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_read_intr_status + 0x00000000 0x32 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_get_intr_status_reg + 0x00000000 0x1c esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_get_eof_desc_addr + 0x00000000 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_enable_etm_task + 0x00000000 0x42 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text.gdma_ahb_hal_init + 0x00000000 0xb4 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .sdata.gdma_ahb_hal_priv_data + 0x00000000 0x4 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_info 0x00000000 0x2d0d esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_abbrev 0x00000000 0x367 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_loc 0x00000000 0x15d7 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_aranges + 0x00000000 0x98 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_ranges 0x00000000 0xb8 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_line 0x00000000 0xd5b esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_str 0x00000000 0x1971 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .debug_frame 0x00000000 0x110 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_wait_idle + 0x00000000 0xa esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_hash_block + 0x00000000 0x66 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_hash_dma + 0x00000000 0x40 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_read_digest + 0x00000000 0x6c esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_hal_write_digest + 0x00000000 0x34 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_info 0x00000000 0x61e esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_abbrev 0x00000000 0x1f9 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_loc 0x00000000 0x5d7 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_aranges + 0x00000000 0x40 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_ranges 0x00000000 0x90 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_line 0x00000000 0x74b esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_str 0x00000000 0x435 esp-idf/hal/libhal.a(sha_hal.c.obj) + .comment 0x00000000 0x30 esp-idf/hal/libhal.a(sha_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_frame 0x00000000 0xb0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/hal/libhal.a(sha_hal.c.obj) + .text 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .data 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_chx_regs_retention + 0x00000000 0x24 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_g0p2_regs_retention + 0x00000000 0x58 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_g0p1_regs_retention + 0x00000000 0x2c esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_g0p0_regs_retention + 0x00000000 0x2c esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .rodata.gdma_periph_signals + 0x00000000 0x1c esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_info 0x00000000 0x91e esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_abbrev 0x00000000 0x172 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_aranges + 0x00000000 0x18 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_line 0x00000000 0x26b esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .debug_str 0x00000000 0x150d esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/soc/libsoc.a(gdma_periph.c.obj) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .text._ZdaPv 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_info 0x00000000 0x92 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_abbrev 0x00000000 0x8f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_loclists + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_line 0x00000000 0x6b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_str 0x00000000 0x112 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .debug_line_str + 0x00000000 0x2a4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .text._ZSt15set_new_handlerPFvvE + 0x00000000 0xe /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .text._ZSt15get_new_handlerv + 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .sbss._ZN12_GLOBAL__N_113__new_handlerE + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .srodata._ZSt7nothrow + 0x00000000 0x1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_info 0x00000000 0x132 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_abbrev 0x00000000 0x151 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_loclists + 0x00000000 0x1d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_aranges + 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_rnglists + 0x00000000 0x19 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_line 0x00000000 0xbe /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_str 0x00000000 0x182 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .debug_line_str + 0x00000000 0x2b0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .eh_frame 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .text._ZnajRKSt9nothrow_t + 0x00000000 0x26 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .gcc_except_table._ZnajRKSt9nothrow_t + 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_info 0x00000000 0x11a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_abbrev 0x00000000 0x122 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_loclists + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line 0x00000000 0xa9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_str 0x00000000 0x154 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line_str + 0x00000000 0x2aa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .sdata.DW.ref.__gxx_personality_v0 + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .eh_frame 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .text._ZdlPv 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_info 0x00000000 0x5af /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_abbrev 0x00000000 0x199 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_loclists + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_line 0x00000000 0x81 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_str 0x00000000 0x292 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .debug_line_str + 0x00000000 0x3f5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text.__cxa_get_exception_ptr + 0x00000000 0x6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text.__cxa_begin_catch + 0x00000000 0x7c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text.__cxa_end_catch + 0x00000000 0x78 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text._ZSt18uncaught_exceptionv + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .text._ZSt19uncaught_exceptionsv + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_info 0x00000000 0xd9b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_abbrev 0x00000000 0x509 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_loclists + 0x00000000 0x13f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_aranges + 0x00000000 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_rnglists + 0x00000000 0x43 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_line 0x00000000 0x45a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_str 0x00000000 0xb0b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .debug_line_str + 0x00000000 0x4ea /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .eh_frame 0x00000000 0xac /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.__cxa_get_globals_fast + 0x00000000 0x2e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table.__cxa_get_globals_fast + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.__cxa_get_globals + 0x00000000 0x6a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table.__cxa_get_globals + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.exit._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x00000000 0x2a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .fini_array 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .sbss._ZN12_GLOBAL__N_110eh_globalsE + 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .sdata.DW.ref.__gxx_personality_v0 + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .eh_frame 0x00000000 0xe8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN10__cxxabiv111__terminateEPFvvE + 0x00000000 0x1e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE + 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt13set_terminatePFvvE + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt13get_terminatev + 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text.unlikely._ZSt9terminatev + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN10__cxxabiv112__unexpectedEPFvvE + 0x00000000 0xe /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt14set_unexpectedPFvvE + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt14get_unexpectedv + 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text.unlikely._ZSt10unexpectedv + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_info 0x00000000 0xadc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x00000000 0x41e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_loclists + 0x00000000 0x86 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_aranges + 0x00000000 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_rnglists + 0x00000000 0x3d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line 0x00000000 0x2a9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_str 0x00000000 0x910 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line_str + 0x00000000 0x4f6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .sdata.DW.ref.__gxx_personality_v0 + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .eh_frame 0x00000000 0xe4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .sdata._ZN10__cxxabiv120__unexpected_handlerE + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_info 0x00000000 0x3c3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_abbrev 0x00000000 0x277 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_aranges + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_line 0x00000000 0x7c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_str 0x00000000 0x66f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_line_str + 0x00000000 0x4a6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .text._Znaj 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_info 0x00000000 0xab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_abbrev 0x00000000 0xa4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_loclists + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_line 0x00000000 0x6b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_str 0x00000000 0x111 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .debug_line_str + 0x00000000 0x2a4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .sdata._ZN10__cxxabiv119__terminate_handlerE + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_info 0x00000000 0x8b0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x00000000 0x342 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_aranges + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line 0x00000000 0x8a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_str 0x00000000 0x776 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line_str + 0x00000000 0x4ff /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + .group 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .text._Znwj 0x00000000 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .rodata._ZTSSt9exception + 0x00000000 0xd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .srodata._ZTISt9exception + 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .rodata._ZTSSt9bad_alloc + 0x00000000 0xd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .rodata._ZTISt9bad_alloc + 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_info 0x00000000 0x87e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_abbrev 0x00000000 0x2ef /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_loclists + 0x00000000 0x43 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_rnglists + 0x00000000 0x1f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_line 0x00000000 0x145 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_str 0x00000000 0x41c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .debug_line_str + 0x00000000 0x49e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .eh_frame 0x00000000 0x38 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x00000000 0x12 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x00000000 0x22 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZNKSt9type_infoeqERKS_.isra.0 + 0x00000000 0x3e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x00000000 0xbc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .rodata._ZTVN10__cxxabiv120__si_class_type_infoE + 0x00000000 0x2c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_info 0x00000000 0xa57 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x00000000 0x478 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_loclists + 0x00000000 0x42e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_aranges + 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_rnglists + 0x00000000 0x50 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line 0x00000000 0x43a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_str 0x00000000 0x94e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line_str + 0x00000000 0x3e2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .eh_frame 0x00000000 0x130 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNSt9type_infoD2Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info14__is_pointer_pEv + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv + 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNSt9type_infoD0Ev + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x00000000 0x42 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .rodata._ZTVSt9type_info + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_info 0x00000000 0x553 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_abbrev 0x00000000 0x2ff /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_loclists + 0x00000000 0xea /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_aranges + 0x00000000 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_rnglists + 0x00000000 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_line 0x00000000 0x1b1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_str 0x00000000 0x48a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .debug_line_str + 0x00000000 0x3bb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .eh_frame 0x00000000 0x80 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .rodata._ZNKSt9bad_alloc4whatEv.str1.4 + 0x00000000 0xf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .text._ZNKSt9bad_alloc4whatEv + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .text._ZNSt9bad_allocD2Ev + 0x00000000 0x12 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .text._ZNSt9bad_allocD0Ev + 0x00000000 0x22 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .rodata._ZTVSt9bad_alloc + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_info 0x00000000 0x28b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_abbrev 0x00000000 0x1f6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_loclists + 0x00000000 0x61 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_aranges + 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_rnglists + 0x00000000 0x1f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_line 0x00000000 0xee /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_str 0x00000000 0x20d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .debug_line_str + 0x00000000 0x34f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .eh_frame 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + 0x00000000 0x36 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZN10__cxxabiv117__class_type_infoD2Ev + 0x00000000 0x12 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZN10__cxxabiv117__class_type_infoD0Ev + 0x00000000 0x22 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNKSt9type_infoeqERKS_.isra.0 + 0x00000000 0x3e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x00000000 0x2e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .rodata._ZTVN10__cxxabiv117__class_type_infoE + 0x00000000 0x2c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_info 0x00000000 0xa8f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_abbrev 0x00000000 0x46a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_loclists + 0x00000000 0x33a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_aranges + 0x00000000 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_rnglists + 0x00000000 0x67 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_line 0x00000000 0x493 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_str 0x00000000 0x8c9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .debug_line_str + 0x00000000 0x3d9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .eh_frame 0x00000000 0x12c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .text._ZdlPvj 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_info 0x00000000 0xab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_abbrev 0x00000000 0xa9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_loclists + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_line 0x00000000 0x6b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_str 0x00000000 0x107 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .debug_line_str + 0x00000000 0x2a4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .group 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt9exceptionD2Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD2Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZNKSt9exception4whatEv.str1.4 + 0x00000000 0xf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNKSt9exception4whatEv + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZNKSt13bad_exception4whatEv.str1.4 + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNKSt13bad_exception4whatEv + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt9exceptionD0Ev + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD0Ev + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD2Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD0Ev + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD2Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD0Ev + 0x00000000 0xa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZGTtNKSt9exceptionD1Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text._ZGTtNKSt13bad_exceptionD1Ev + 0x00000000 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVSt9exception + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVSt13bad_exception + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv115__forced_unwindE + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv119__foreign_exceptionE + 0x00000000 0x14 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_info 0x00000000 0x8c2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_abbrev 0x00000000 0x3f2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_loclists + 0x00000000 0xa2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_aranges + 0x00000000 0x78 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_rnglists + 0x00000000 0x55 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_line 0x00000000 0x1e7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_str 0x00000000 0x98a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .debug_line_str + 0x00000000 0x434 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .eh_frame 0x00000000 0x104 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + .text 0x00000000 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_info 0x00000000 0x164 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_abbrev 0x00000000 0xd0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_loclists + 0x00000000 0x81 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_rnglists + 0x00000000 0x16 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_line 0x00000000 0x11b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_str 0x00000000 0x1d3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + .text 0x00000000 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_info 0x00000000 0x20a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_abbrev 0x00000000 0x13d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_loclists + 0x00000000 0x89 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_rnglists + 0x00000000 0x16 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_line 0x00000000 0x157 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_str 0x00000000 0x1fc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .rodata 0x00000000 0x100 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_info 0x00000000 0xed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_abbrev 0x00000000 0x70 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_aranges + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line 0x00000000 0x3f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_str 0x00000000 0x1a7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .text 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_info 0x00000000 0x157 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_abbrev 0x00000000 0xca /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_loclists + 0x00000000 0x44 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_rnglists + 0x00000000 0x16 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_line 0x00000000 0xdb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_str 0x00000000 0x1c4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + .text 0x00000000 0x4a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_info 0x00000000 0x215 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_abbrev 0x00000000 0x13d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_loclists + 0x00000000 0x86 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_rnglists + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_line 0x00000000 0x143 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_str 0x00000000 0x1fe /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + .text 0x00000000 0x42 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_info 0x00000000 0xe6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x00000000 0x65 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_loclists + 0x00000000 0xd6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line 0x00000000 0xe9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_str 0x00000000 0x1ab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .text 0x00000000 0x52 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_info 0x00000000 0xe6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_abbrev 0x00000000 0x65 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_loclists + 0x00000000 0x21 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_line 0x00000000 0xcf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_str 0x00000000 0x1a7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + .text 0x00000000 0x394 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_info 0x00000000 0x7a8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_abbrev 0x00000000 0x1bf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_loclists + 0x00000000 0x556 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_rnglists + 0x00000000 0x8e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_line 0x00000000 0xa2e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_str 0x00000000 0x259 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + .text 0x00000000 0x362 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_info 0x00000000 0x7f1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_abbrev 0x00000000 0x1ca /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_loclists + 0x00000000 0x479 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_rnglists + 0x00000000 0x70 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_line 0x00000000 0xa36 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_str 0x00000000 0x259 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + .text 0x00000000 0x35a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x00000000 0x776 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x00000000 0x1a6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_loclists + 0x00000000 0x6ad /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_rnglists + 0x00000000 0x8f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x00000000 0x97b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_str 0x00000000 0x25a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .text 0x00000000 0x322 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_info 0x00000000 0x7c3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_abbrev 0x00000000 0x1aa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_loclists + 0x00000000 0x520 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_rnglists + 0x00000000 0x56 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_line 0x00000000 0x98d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_str 0x00000000 0x25a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .debug_line_str + 0x00000000 0x1b2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .eh_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + .text 0x00000000 0x458 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_info 0x00000000 0x6ac /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_abbrev 0x00000000 0x185 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_loclists + 0x00000000 0x7b4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_rnglists + 0x00000000 0x148 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_line 0x00000000 0xf02 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_str 0x00000000 0x3ae /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_line_str + 0x00000000 0x1c8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .debug_frame 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + .text 0x00000000 0x5f6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_info 0x00000000 0x4f2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_abbrev 0x00000000 0x186 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_loclists + 0x00000000 0xafa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_rnglists + 0x00000000 0xf0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_line 0x00000000 0x1384 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_str 0x00000000 0x294 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_line_str + 0x00000000 0x1be /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .debug_frame 0x00000000 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + .text 0x00000000 0x64 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_info 0x00000000 0x1c2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_abbrev 0x00000000 0x15f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_loclists + 0x00000000 0xaa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_line 0x00000000 0x1df /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_str 0x00000000 0x1a1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_line_str + 0x00000000 0x1cb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + .text 0x00000000 0x74 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_info 0x00000000 0x268 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_abbrev 0x00000000 0x164 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_loclists + 0x00000000 0x95 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_rnglists + 0x00000000 0x2b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_line 0x00000000 0x225 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_str 0x00000000 0x23e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_line_str + 0x00000000 0x1d1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .debug_frame 0x00000000 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPPvET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIiET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPvET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIP11frame_stateET_v + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void_and_return + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.forward_abort_uw_ctx + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_bases + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table_bases + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Find_FDE + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetGR + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetCFA + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetIP + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetGR + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetIPInfo + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z17__frame_state_forPvP11frame_state + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Resume + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_RaiseException + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_ForcedUnwind + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Backtrace + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___gxx_personality_v0 + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___cxa_allocate_exception + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___cxa_throw + 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.rfpll_cap_track + 0x00000000 0x8e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.txpwr_correct + 0x00000000 0x86 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.txpwr_cal_track + 0x00000000 0x13a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.tx_i2c_track + 0x00000000 0xe8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.bt_track_tx_power + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.bt_track_pll_cap + 0x00000000 0x70 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.wifi_track_tx_power + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.phy_param_track + 0x00000000 0x7a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.phy_cal_param_track + 0x00000000 0x1e0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.tx_pwctrl_background_ + 0x00000000 0x8c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text.phy_param_track_tot + 0x00000000 0xa8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .rodata.phy_cal_param_track.str1.4 + 0x00000000 0xb /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .rodata.rfpll_cap_track.str1.4 + 0x00000000 0x15 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .rodata.txpwr_cal_track.str1.4 + 0x00000000 0x20 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.RFChannelSel + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_change_channel + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_rx_rifs_en + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_current_level_set + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_bbpll_en_usb + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_bt_power_track + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_xpd_tsens + 0x00000000 0x30 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.bb_wdt_rst_enable + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.bb_wdt_int_enable + 0x00000000 0x20 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.bb_wdt_timeout_clear + 0x00000000 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.bb_wdt_get_status + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_get_rf_cal_version + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.noise_check_loop + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_wakeup_init + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_close_rf + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.tx_pwctrl_background + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.esp_tx_state_out + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_dft_cfg + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_wifitx_cfg + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_wifirx_cfg + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_bttx_cfg + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_btrx_cfg + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_tx_cfg + 0x00000000 0x22 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.ant_rx_cfg + 0x00000000 0x30 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_chan_dump_cfg + 0x00000000 0x12 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_dig_reg_backup + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_chan_filt_set + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.set_cca 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.set_rx_sense + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.rx_gain_force + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_i2c_enter_critical + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_i2c_exit_critical + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_ble_set_chan_base + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_init_param_set + 0x00000000 0xc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text.phy_get_rfdata_num + 0x00000000 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .iram1 0x00000000 0x30c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_get_romfunc_addr + 0x00000000 0x114 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.rc_cal_init + 0x00000000 0x36 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.rf_init 0x00000000 0xf8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.bb_init 0x00000000 0x12c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.register_chipv7_phy_init_param + 0x00000000 0x94 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_xpd_rf + 0x00000000 0x54 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_close_rf_ + 0x00000000 0x84 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.esp_phy_efuse_get_mac + 0x00000000 0x12 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_get_mac_addr + 0x00000000 0x50 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_set_mac_data + 0x00000000 0x52 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_rfcal_data_sub + 0x00000000 0x64 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.rf_cal_data_recovery + 0x00000000 0x40 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_rfcal_data_check_value + 0x00000000 0x396 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.rf_cal_data_backup + 0x00000000 0x16 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.phy_rfcal_data_check + 0x00000000 0x7e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text.register_chipv7_phy + 0x00000000 0x216 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .bss.g_phyFuns + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .data.phy_param + 0x00000000 0x198 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .iram1 0x00000000 0xd0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_pbus_force_mode + 0x00000000 0x98 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_pbus_rd_addr + 0x00000000 0x5c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .rodata.ram_pbus_rd_addr + 0x00000000 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_pbus_rd_shift + 0x00000000 0x3a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .rodata.ram_pbus_rd_shift + 0x00000000 0x18 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_pbus_xpd_rx_on + 0x00000000 0x84 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_pbus_xpd_tx_on + 0x00000000 0xd2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_set_loopback_gain + 0x00000000 0x96 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.ram_txcal_debuge_mode + 0x00000000 0x66 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.save_pbus_reg + 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.write_pbus_mem + 0x00000000 0x16a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .rodata.write_pbus_mem + 0x00000000 0x28 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text.set_pbus_mem + 0x00000000 0x19c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .rodata 0x00000000 0x5c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .iram1 0x00000000 0x40e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .rodata 0x00000000 0x28 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.read_rf_freq_mem_new + 0x00000000 0x46 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.freq_i2c_mem_write_new + 0x00000000 0x40 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.bt_txpwr_freq + 0x00000000 0x84 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.wr_rf_freq_mem_new + 0x00000000 0x70 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.pll_dac_mem_update_new + 0x00000000 0x9e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.pll_cap_mem_update_new + 0x00000000 0xe0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.get_rf_freq_init_new + 0x00000000 0x1bc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.set_chan_freq_hw_init + 0x00000000 0x26 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text.ram_set_chan_freq_sw_start + 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_set_most_tpw + 0x00000000 0x1a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_get_most_tpw + 0x00000000 0x96 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_get_adc_rand + 0x00000000 0x186 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_internal_delay + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_ftm_comp + 0x00000000 0x1e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_11p_set + 0x00000000 0x1c6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_freq_mem_backup + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_dig_reg_backup_new + 0x00000000 0x108 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_set_rate + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text.phy_get_rx_freq + 0x00000000 0x5e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .rodata 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.phy_rfpll_set_freq_offset + 0x00000000 0x5a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.phy_force_freq_set + 0x00000000 0x8c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.rfpll_cap_correct_new + 0x00000000 0x8c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.phy_set_freq + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.chip_v7_set_chan_misc + 0x00000000 0x24 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.chip_v7_set_chan + 0x00000000 0x10a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.chip_v7_set_chan_offset + 0x00000000 0x8e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.set_chanfreq + 0x00000000 0x24 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text.rfpll_chgp_cal + 0x00000000 0x12a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .rodata.rfpll_cap_correct_new.str1.4 + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .rodata.rfpll_chgp_cal.str1.4 + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.phy_set_tsens_power + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.tsens_read_init_new + 0x00000000 0x38 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.tsens_dac_to_index + 0x00000000 0x30 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.tsens_dac_cal_new + 0x00000000 0x78 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.phy_set_tsens_range + 0x00000000 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.ram_tsens_temp_read_new + 0x00000000 0x74 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.phy_get_tsens_value + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.tsens_temp_read_new + 0x00000000 0x1a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.ram_temp_to_power + 0x00000000 0x26 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text.get_temp_init_new + 0x00000000 0x44 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .rodata.phy_tsens_attribute + 0x00000000 0x1e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .text.ram_set_chan_cal_interp + 0x00000000 0x50 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .text.ram_bb_bss_cbw40 + 0x00000000 0x92 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .text.chan14_mic_cfg + 0x00000000 0x46 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .text.chan14_mic_enable + 0x00000000 0x2e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + .text.rc_cal_new + 0x00000000 0x112 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .iram1 0x00000000 0x7e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .text.ram_pwdet_tone_start + 0x00000000 0x7e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .text.ram_pwdet_wait_idle + 0x00000000 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .text.ram_read_sar_dout + 0x00000000 0x2e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .text.get_sar2_vol_new + 0x00000000 0xbc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text.gen_rx_gain_table_new + 0x00000000 0x144 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text.get_rxbb_dc + 0x00000000 0x52 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text.wr_rx_gain_mem + 0x00000000 0x198 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text.rxiq_cal_init + 0x00000000 0x188 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text.set_rx_gain_table + 0x00000000 0x26c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text.rx_table_track + 0x00000000 0xd4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .rodata 0x00000000 0x2e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .rodata.gen_rx_gain_table_new.str1.4 + 0x00000000 0x3e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .rodata.rx_table_track.str1.4 + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.get_phy_version_str + 0x00000000 0x4c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.phy_version_print + 0x00000000 0x3a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.phy_reg_check + 0x00000000 0x36e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.phy_i2c_check + 0x00000000 0x1d6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.get_dc_value + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.phy_tx_gain_print + 0x00000000 0x1ea /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.get_bias_ref_code + 0x00000000 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.phy_get_vdd33 + 0x00000000 0x94 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.rfpll_cap_check + 0x00000000 0x10a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.phy_cal_print + 0x00000000 0x5c6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.pbus_print + 0x00000000 0xec /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text.debug_print_line + 0x00000000 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .bss.phy_version_str + 0x00000000 0x28 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.debug_print_line.str1.4 + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.get_phy_version_str.str1.4 + 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.pbus_print.str1.4 + 0x00000000 0x41 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.phy_cal_print.str1.4 + 0x00000000 0x1dc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.phy_i2c_check.str1.4 + 0x00000000 0xd6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.phy_reg_check.str1.4 + 0x00000000 0x170 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.phy_tx_gain_print.str1.4 + 0x00000000 0xa6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.phy_version_print.str1.4 + 0x00000000 0x1d /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .rodata.rfpll_cap_check.str1.4 + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.wifi_11g_rate_chg_new + 0x00000000 0x20 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.set_tx_gain_mem + 0x00000000 0x152 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.get_chan_target_power_new + 0x00000000 0x9c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.get_tx_gain_value + 0x00000000 0x6c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.bt_get_tx_gain_new + 0x00000000 0x154 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.wifi_get_tx_gain_new + 0x00000000 0x112 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.wifi_get_target_power_new + 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.wifi_get_tx_tab + 0x00000000 0xac /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.wifi_set_tx_gain + 0x00000000 0x76 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.bt_get_tx_tab + 0x00000000 0x94 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.bt_set_tx_gain + 0x00000000 0x3c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text.bt_tx_gain_init + 0x00000000 0x3a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .rodata 0x00000000 0x7c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .rodata.CSWTCH.25 + 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .rodata.bt_get_tx_gain_new.str1.4 + 0x00000000 0x23 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .iram1 0x00000000 0x558 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.phy_disable_cca_new + 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.phy_enable_cca_new + 0x00000000 0x26 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.write_gain_mem_new + 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.mac_tx_chan_offset_new + 0x00000000 0x38 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.ram_start_tx_tone_step + 0x00000000 0xa4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.ram_stop_tx_tone + 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.phy_fft_scale_force + 0x00000000 0x3e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text.phy_force_rx_gain + 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.dc_iq_est_high + 0x00000000 0x80 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.rxiq_get_mis_new + 0x00000000 0x15e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.rxiq_cover_mg_mp_new + 0x00000000 0xc4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.rfcal_rxiq_new + 0x00000000 0x88 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.get_rfcal_rxiq_data_new + 0x00000000 0x11c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.pbus_rx_dco_cal_new + 0x00000000 0x2bc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.rxdc_est_min_new + 0x00000000 0x7a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.pbus_rx_dco_cal_1step_new + 0x00000000 0x476 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.get_iq_value + 0x00000000 0x36 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.set_lb_txiq_new + 0x00000000 0x38 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.set_rx_gain_cal_iq_new + 0x00000000 0x26e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.set_rx_gain_cal_dc_new + 0x00000000 0x23e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.ram_bb_gain_index + 0x00000000 0x3e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text.rfrx_gain_index_new + 0x00000000 0x76 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .rodata 0x00000000 0x36 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .rodata.get_rfcal_rxiq_data_new.str1.4 + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .rodata.pbus_rx_dco_cal_1step_new.str1.4 + 0x00000000 0x65 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .rodata.pbus_rx_dco_cal_new.str1.4 + 0x00000000 0x36 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .rodata.rxiq_get_mis_new.str1.4 + 0x00000000 0xc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .rodata.set_rx_gain_cal_iq_new.str1.4 + 0x00000000 0x84 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .iram1 0x00000000 0x4d2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.ram_get_i2c_read_mask + 0x00000000 0x24 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.ram_get_i2c_mst0_mask + 0x00000000 0x24 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.ram_get_i2c_hostid + 0x00000000 0x3a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.ram_chip_i2c_readReg_org + 0x00000000 0x38 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.test_filter_band_set + 0x00000000 0x64 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_get_i2c_data + 0x00000000 0x2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.bias_reg_set + 0x00000000 0x58 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.i2c_rc_cal_set + 0x00000000 0x5e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.adc_rate_set + 0x00000000 0x4e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.dac_rate_set + 0x00000000 0x1c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.i2c_rc_set_reg + 0x00000000 0x64 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_encode_i2c_master + 0x00000000 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_i2c_master_fill + 0x00000000 0xe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_i2c_master_mem_txcap + 0x00000000 0x2c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_i2c_master_cmd_mem_init + 0x00000000 0x1c2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_i2c_master_mem_cfg + 0x00000000 0x1e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text.phy_i2c_master_command_mem_cfg + 0x00000000 0x2a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .rodata.CSWTCH.55 + 0x00000000 0x1a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .rodata.CSWTCH.56 + 0x00000000 0x1a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + .text 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .data 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .bss 0x00000000 0x0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.txdc_cal_pwdet + 0x00000000 0x372 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.txdc_cal_pwdet_init + 0x00000000 0x262 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.txdc_cal_new + 0x00000000 0x210 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.bt_txdc_cal_new + 0x00000000 0xa4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.txdc_cal_init_new + 0x00000000 0x11c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.txiq_cover_new + 0x00000000 0x22c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.rfcal_txiq_new + 0x00000000 0x17a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.txiq_cal_init_new + 0x00000000 0xa8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.rfcal_txcap_loop + 0x00000000 0x10c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.tx_cap_init_loop + 0x00000000 0x1d8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.tx_pwctrl_init_cal_new + 0x00000000 0x16c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.tx_pwctrl_init_new + 0x00000000 0xa0 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text.bt_tx_pwctrl_init_new + 0x00000000 0x1ba /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .rodata 0x00000000 0x8 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .rodata.CSWTCH.166 + 0x00000000 0x3 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .rodata.rfcal_txcap_loop.str1.4 + 0x00000000 0x21 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .rodata.txdc_cal_init_new.str1.4 + 0x00000000 0x26 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .rodata.txdc_cal_pwdet.str1.4 + 0x00000000 0x52 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .rodata.txiq_cover_new.str1.4 + 0x00000000 0x80 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .comment 0x00000000 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.lib_printf.str1.4 + 0x00000000 0x10 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.lib_printf + 0x00000000 0x90 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.phy_printf.str1.4 + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.phy_printf + 0x00000000 0x2e esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.rtc_printf.str1.4 + 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.rtc_printf + 0x00000000 0x2e esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_info 0x00000000 0x321 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_abbrev 0x00000000 0x190 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_loc 0x00000000 0x14c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_aranges + 0x00000000 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_ranges 0x00000000 0x20 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_line 0x00000000 0x4ad esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_str 0x00000000 0x318 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .comment 0x00000000 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_frame 0x00000000 0x70 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_info 0x00000000 0xec /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_abbrev 0x00000000 0xb6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_loclists + 0x00000000 0x2b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_line 0x00000000 0x8b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_str 0x00000000 0x116 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_line_str + 0x00000000 0x1ff /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .debug_frame 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .text 0x00000000 0x54 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_info 0x00000000 0x183 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_abbrev 0x00000000 0xee /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_loclists + 0x00000000 0xea /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_line 0x00000000 0x14c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_str 0x00000000 0x12a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_line_str + 0x00000000 0x202 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .debug_frame 0x00000000 0x44 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + .text 0x00000000 0xa0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .rodata.str1.4 + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_info 0x00000000 0x1c1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_abbrev 0x00000000 0xf3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_loclists + 0x00000000 0x12b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_line 0x00000000 0x1e1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_str 0x00000000 0x145 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_line_str + 0x00000000 0x20d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .debug_frame 0x00000000 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + .text 0x00000000 0x396 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_info 0x00000000 0x759 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_abbrev 0x00000000 0x251 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_loclists + 0x00000000 0x513 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_rnglists + 0x00000000 0x1a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_line 0x00000000 0x8ad /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_str 0x00000000 0x16e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_line_str + 0x00000000 0x270 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .debug_frame 0x00000000 0xa0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .text 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_info 0x00000000 0x97e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_abbrev 0x00000000 0x213 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_loclists + 0x00000000 0x7a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line 0x00000000 0x14d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_str 0x00000000 0x522 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_line_str + 0x00000000 0x2e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .debug_frame 0x00000000 0x50 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + .text 0x00000000 0x94 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_info 0x00000000 0x98a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_abbrev 0x00000000 0x246 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_loclists + 0x00000000 0xb7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line 0x00000000 0x19a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_str 0x00000000 0x559 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_line_str + 0x00000000 0x2dd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .debug_frame 0x00000000 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + .text 0x00000000 0xac /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_info 0x00000000 0xa5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_abbrev 0x00000000 0x253 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_loclists + 0x00000000 0xb6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line 0x00000000 0x212 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_str 0x00000000 0x5a3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_line_str + 0x00000000 0x2f0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .debug_frame 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .text 0x00000000 0xe2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_info 0x00000000 0xa86 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_abbrev 0x00000000 0x274 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_loclists + 0x00000000 0x1be /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line 0x00000000 0x265 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_str 0x00000000 0x5a2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_line_str + 0x00000000 0x2ea /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .debug_frame 0x00000000 0x70 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + .text 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_info 0x00000000 0x965 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_abbrev 0x00000000 0x224 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_loclists + 0x00000000 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_line 0x00000000 0x171 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_str 0x00000000 0x520 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_line_str + 0x00000000 0x2e1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .debug_frame 0x00000000 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .text 0x00000000 0xfe /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_info 0x00000000 0x9c1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_abbrev 0x00000000 0x237 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_loclists + 0x00000000 0x13d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line 0x00000000 0x34c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_str 0x00000000 0x531 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_line_str + 0x00000000 0x2ef /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .debug_frame 0x00000000 0x68 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + .text 0x00000000 0x98 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_info 0x00000000 0x9a1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_abbrev 0x00000000 0x213 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_loclists + 0x00000000 0x7f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line 0x00000000 0x247 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_str 0x00000000 0x523 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_line_str + 0x00000000 0x2ec /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .debug_frame 0x00000000 0x54 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .text 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_info 0x00000000 0x954 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_abbrev 0x00000000 0x210 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_loclists + 0x00000000 0x7c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_line 0x00000000 0xf9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_str 0x00000000 0x528 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_line_str + 0x00000000 0x2e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .debug_frame 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + .text 0x00000000 0x9c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_info 0x00000000 0x9aa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_abbrev 0x00000000 0x22d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_loclists + 0x00000000 0x153 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line 0x00000000 0x21e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_str 0x00000000 0x533 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_line_str + 0x00000000 0x2f2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .debug_frame 0x00000000 0x64 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + .text 0x00000000 0xd2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_info 0x00000000 0x992 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_abbrev 0x00000000 0x25a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_loclists + 0x00000000 0xe8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line 0x00000000 0x256 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_str 0x00000000 0x51a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_line_str + 0x00000000 0x2e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .debug_frame 0x00000000 0x60 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + .text 0x00000000 0xd0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_info 0x00000000 0x8ef /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_abbrev 0x00000000 0x209 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_loclists + 0x00000000 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_line 0x00000000 0x2aa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_str 0x00000000 0x513 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_line_str + 0x00000000 0x2e9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .debug_frame 0x00000000 0x38 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .text 0x00000000 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_info 0x00000000 0x103 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_abbrev 0x00000000 0xae /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_loclists + 0x00000000 0x39 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_line 0x00000000 0x7c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_str 0x00000000 0x120 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_line_str + 0x00000000 0x27a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + .text 0x00000000 0x1a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_info 0x00000000 0xfc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_abbrev 0x00000000 0xb8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_loclists + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_line 0x00000000 0xba /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_str 0x00000000 0x123 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_line_str + 0x00000000 0x273 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + .text 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_info 0x00000000 0x10f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_abbrev 0x00000000 0x8a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_loclists + 0x00000000 0x130 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line 0x00000000 0x157 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_str 0x00000000 0x113 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line_str + 0x00000000 0x273 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .text 0x00000000 0x1c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_info 0x00000000 0xd3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_abbrev 0x00000000 0x80 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_loclists + 0x00000000 0x27 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_line 0x00000000 0xe0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_str 0x00000000 0x10c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_line_str + 0x00000000 0x208 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + .text 0x00000000 0x22 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_info 0x00000000 0xdd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_abbrev 0x00000000 0x99 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_loclists + 0x00000000 0x42 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_line 0x00000000 0xdf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_str 0x00000000 0x114 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_line_str + 0x00000000 0x276 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + .text 0x00000000 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_info 0x00000000 0x92a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_abbrev 0x00000000 0x207 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_loclists + 0x00000000 0x97 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_line 0x00000000 0xf3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_str 0x00000000 0x515 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_line_str + 0x00000000 0x2e7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .debug_frame 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + .text 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_info 0x00000000 0x143 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_abbrev 0x00000000 0xdb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_loclists + 0x00000000 0x136 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_line 0x00000000 0x1c7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_str 0x00000000 0x130 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_line_str + 0x00000000 0x276 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .debug_frame 0x00000000 0x34 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + .text 0x00000000 0x2e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_info 0x00000000 0xf9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_abbrev 0x00000000 0xaa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_loclists + 0x00000000 0x4b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_line 0x00000000 0x117 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_str 0x00000000 0x125 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_line_str + 0x00000000 0x276 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + .text 0x00000000 0x2c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_info 0x00000000 0xd2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_abbrev 0x00000000 0x76 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_loclists + 0x00000000 0xa2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_line 0x00000000 0xf5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_str 0x00000000 0x114 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_line_str + 0x00000000 0x276 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + .text 0x00000000 0x24 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_info 0x00000000 0x101 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_abbrev 0x00000000 0xa1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_loclists + 0x00000000 0x5b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_line 0x00000000 0x106 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_str 0x00000000 0x130 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_line_str + 0x00000000 0x276 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + .text 0x00000000 0x36 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_info 0x00000000 0xe8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_abbrev 0x00000000 0xa9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_loclists + 0x00000000 0x24 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_line 0x00000000 0x12c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_str 0x00000000 0x113 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_line_str + 0x00000000 0x273 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .sbss 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .text 0x00000000 0x4a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_info 0x00000000 0xff /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_abbrev 0x00000000 0xa6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_loclists + 0x00000000 0x119 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_line 0x00000000 0x104 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_str 0x00000000 0x12d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_line_str + 0x00000000 0x2f0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + .text 0x00000000 0xa8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line 0x00000000 0x18e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line_str + 0x00000000 0xdc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_info 0x00000000 0x33 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_abbrev 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_str 0x00000000 0xf1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .riscv.attributes + 0x00000000 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .text 0x00000000 0xe8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_info 0x00000000 0x256 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_abbrev 0x00000000 0x107 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_loclists + 0x00000000 0x1d6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line 0x00000000 0x31c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_str 0x00000000 0x134 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line_str + 0x00000000 0x340 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .text 0x00000000 0x64 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_info 0x00000000 0x1a8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_abbrev 0x00000000 0x121 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_loclists + 0x00000000 0x75 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_line 0x00000000 0x242 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_str 0x00000000 0x147 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_line_str + 0x00000000 0x3d8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + .text 0x00000000 0x60 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_info 0x00000000 0x1e3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_abbrev 0x00000000 0x131 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_loclists + 0x00000000 0x10c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_line 0x00000000 0x26d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_str 0x00000000 0x154 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_line_str + 0x00000000 0x36d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + .text 0x00000000 0x11e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_line 0x00000000 0x13a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_line_str + 0x00000000 0xdc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_info 0x00000000 0x33 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_abbrev 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .debug_str 0x00000000 0xf1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .riscv.attributes + 0x00000000 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + .text 0x00000000 0x2930 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .rodata 0x00000000 0x23c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .rodata.str1.4 + 0x00000000 0x3a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .srodata.cst8 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_info 0x00000000 0x280a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_abbrev 0x00000000 0x42d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_loclists + 0x00000000 0x2388 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_rnglists + 0x00000000 0xa0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line 0x00000000 0x4e70 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_str 0x00000000 0xc76 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_line_str + 0x00000000 0x414 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .debug_frame 0x00000000 0xb8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + .text 0x00000000 0x2ab4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .rodata 0x00000000 0x23c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .rodata.str1.4 + 0x00000000 0x3a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .srodata.cst8 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_info 0x00000000 0x2aaa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_abbrev 0x00000000 0x49b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_loclists + 0x00000000 0x2431 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_rnglists + 0x00000000 0xab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_line 0x00000000 0x516a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_str 0x00000000 0xd55 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_line_str + 0x00000000 0x412 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .debug_frame 0x00000000 0x108 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + .text 0x00000000 0x1b8e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .rodata 0x00000000 0x23c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .rodata.str1.4 + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_info 0x00000000 0x2228 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_abbrev 0x00000000 0x44f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_loclists + 0x00000000 0x15cc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_rnglists + 0x00000000 0x60 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_line 0x00000000 0x363c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_str 0x00000000 0xc3f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_line_str + 0x00000000 0x402 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .debug_frame 0x00000000 0x128 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .text 0x00000000 0x12a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_info 0x00000000 0xbc1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_abbrev 0x00000000 0x257 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_loclists + 0x00000000 0x106 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_line 0x00000000 0x391 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_str 0x00000000 0x675 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_line_str + 0x00000000 0x377 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .debug_frame 0x00000000 0x6c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + .text 0x00000000 0x3a2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .rodata.str1.4 + 0x00000000 0x701 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .rodata 0x00000000 0x23c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_info 0x00000000 0x980 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_abbrev 0x00000000 0x216 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_loclists + 0x00000000 0xb7b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_line 0x00000000 0xb32 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_str 0x00000000 0x531 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_line_str + 0x00000000 0x2eb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .debug_frame 0x00000000 0x68 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + .text 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_info 0x00000000 0x92 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_abbrev 0x00000000 0x74 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_loclists + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_line 0x00000000 0x6d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_str 0x00000000 0xbf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_line_str + 0x00000000 0x1b9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + .text 0x00000000 0x22 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_info 0x00000000 0xbe9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_abbrev 0x00000000 0x260 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_loclists + 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_rnglists + 0x00000000 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_line 0x00000000 0x134 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_str 0x00000000 0x728 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_line_str + 0x00000000 0x2fb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .debug_frame 0x00000000 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + .text 0x00000000 0x90 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .srodata.cst8 0x00000000 0x8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_info 0x00000000 0x1cb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_abbrev 0x00000000 0x145 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_loclists + 0x00000000 0x8f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_rnglists + 0x00000000 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_line 0x00000000 0x1c7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_str 0x00000000 0x173 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_line_str + 0x00000000 0x2c1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .debug_frame 0x00000000 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + .text 0x00000000 0x1032 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .rodata.str1.4 + 0x00000000 0x95 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .srodata.cst8 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_info 0x00000000 0x1867 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_abbrev 0x00000000 0x326 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_loclists + 0x00000000 0x1100 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_rnglists + 0x00000000 0x36 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_line 0x00000000 0x212a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_str 0x00000000 0x89d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_line_str + 0x00000000 0x3c9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .debug_frame 0x00000000 0x9c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + .text 0x00000000 0xc88 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .rodata.str1.4 + 0x00000000 0x81 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .srodata.cst8 0x00000000 0x10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .rodata 0x00000000 0x128 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_info 0x00000000 0x1c96 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_abbrev 0x00000000 0x46e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_loclists + 0x00000000 0x1348 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_rnglists + 0x00000000 0x77 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_line 0x00000000 0x2217 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_str 0x00000000 0x7f8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_line_str + 0x00000000 0x3cc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .debug_frame 0x00000000 0x320 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + .text 0x00000000 0x1b5e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .rodata 0x00000000 0x414 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .rodata.str1.4 + 0x00000000 0x25 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_info 0x00000000 0x2085 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_abbrev 0x00000000 0x3cc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_loclists + 0x00000000 0x1a64 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_rnglists + 0x00000000 0x56 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_line 0x00000000 0x363d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_str 0x00000000 0xb85 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_line_str + 0x00000000 0x404 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .debug_frame 0x00000000 0x104 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + .text 0x00000000 0x8c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .rodata.str1.4 + 0x00000000 0x12 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .rodata 0x00000000 0x16c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .sbss 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .sdata 0x00000000 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_info 0x00000000 0xcbe /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_abbrev 0x00000000 0x285 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_loclists + 0x00000000 0x88 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_line 0x00000000 0x1ae /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_str 0x00000000 0x77c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_line_str + 0x00000000 0x369 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .debug_frame 0x00000000 0x68 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + .text 0x00000000 0x48 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_info 0x00000000 0xc00 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_abbrev 0x00000000 0x25d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_loclists + 0x00000000 0xa2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_line 0x00000000 0x1a7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_str 0x00000000 0x70a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_line_str + 0x00000000 0x356 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .debug_frame 0x00000000 0x38 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + .text 0x00000000 0x2e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_info 0x00000000 0xbbf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_abbrev 0x00000000 0x247 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_loclists + 0x00000000 0x96 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_line 0x00000000 0x13b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_str 0x00000000 0x711 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_line_str + 0x00000000 0x356 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .debug_frame 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + .text 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .rodata 0x00000000 0x101 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_info 0x00000000 0xb9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_abbrev 0x00000000 0x62 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_aranges + 0x00000000 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_line 0x00000000 0x3e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_str 0x00000000 0x10d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .debug_line_str + 0x00000000 0x1fc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + .text 0x00000000 0x5e0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_info 0x00000000 0x4f6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_abbrev 0x00000000 0x186 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_loclists + 0x00000000 0xa83 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_rnglists + 0x00000000 0xf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_line 0x00000000 0x1377 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_str 0x00000000 0x294 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_line_str + 0x00000000 0x1be /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .debug_frame 0x00000000 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + .text 0x00000000 0x536 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .rodata 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_info 0x00000000 0x683 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_abbrev 0x00000000 0x17c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_loclists + 0x00000000 0xa11 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_rnglists + 0x00000000 0xcd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_line 0x00000000 0x110e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_str 0x00000000 0x356 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_line_str + 0x00000000 0x1c8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .debug_frame 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + .text 0x00000000 0x6a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_info 0x00000000 0x221 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_abbrev 0x00000000 0x153 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_loclists + 0x00000000 0x6a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_rnglists + 0x00000000 0x23 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_line 0x00000000 0x277 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_str 0x00000000 0x1a6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_line_str + 0x00000000 0x1cb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + .text 0x00000000 0xa0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_info 0x00000000 0x220 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_abbrev 0x00000000 0x168 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_loclists + 0x00000000 0x10f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_rnglists + 0x00000000 0x33 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_line 0x00000000 0x347 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_str 0x00000000 0x1ca /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_line_str + 0x00000000 0x1cb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + .text 0x00000000 0xa0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_info 0x00000000 0x220 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_abbrev 0x00000000 0x168 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_loclists + 0x00000000 0x10f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_rnglists + 0x00000000 0x33 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_line 0x00000000 0x347 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_str 0x00000000 0x1ca /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_line_str + 0x00000000 0x1cb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + .text 0x00000000 0x34 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_info 0x00000000 0x220 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_abbrev 0x00000000 0x14f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_loclists + 0x00000000 0x2d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_rnglists + 0x00000000 0x1d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_line 0x00000000 0x185 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_str 0x00000000 0x1a9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_line_str + 0x00000000 0x1d4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .debug_frame 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + .text 0x00000000 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_info 0x00000000 0x25d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_abbrev 0x00000000 0x163 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_loclists + 0x00000000 0xb3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_rnglists + 0x00000000 0x2b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_line 0x00000000 0x223 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_str 0x00000000 0x239 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_line_str + 0x00000000 0x1d7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .debug_frame 0x00000000 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + .text 0x00000000 0x274 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .data 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .bss 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_info 0x00000000 0x499 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_abbrev 0x00000000 0x182 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_loclists + 0x00000000 0x486 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_aranges + 0x00000000 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_rnglists + 0x00000000 0xb8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_line 0x00000000 0x963 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_str 0x00000000 0x351 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_line_str + 0x00000000 0x1d1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .comment 0x00000000 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .debug_frame 0x00000000 0x34 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + .riscv.attributes + 0x00000000 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + +Memory Configuration + +Name Origin Length Attributes +irom_seg 0x42000020 0x00ffffe0 xr +sram_seg 0x40800000 0x0006e610 xrw +drom_seg 0x42000020 0x00ffffe0 r +lp_ram_seg 0x50000000 0x00003fe8 rw +lp_reserved_seg 0x50003fe8 0x00000018 rw +*default* 0x00000000 0xffffffff + +Linker script and memory map + + 0x00000000 IDF_TARGET_ESP32C6 = 0x0 +LOAD CMakeFiles/uart_async_rxtxtasks.elf.dir/project_elf_src_esp32c6.c.obj +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_driver_cam/libesp_driver_cam.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/esp_https_server/libesp_https_server.a +LOAD esp-idf/esp_lcd/libesp_lcd.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/ieee802154/libieee802154.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/nvs_sec_provider/libnvs_sec_provider.a +LOAD esp-idf/rt/librt.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/esp_driver_cam/libesp_driver_cam.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/esp_lcd/libesp_lcd.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/esp_https_server/libesp_https_server.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/ieee802154/libieee802154.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/nvs_sec_provider/libnvs_sec_provider.a +LOAD esp-idf/rt/librt.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a +LOAD esp-idf/riscv/libriscv.a +LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_security/libesp_security.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a +LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a +LOAD esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a +LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +LOAD esp-idf/esp_driver_sdio/libesp_driver_sdio.a +LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a +LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a +LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a +LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a +LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a +LOAD esp-idf/esp_driver_parlio/libesp_driver_parlio.a +LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/esp_vfs_console/libesp_vfs_console.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libcore.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libespnow.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libmesh.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libnet80211.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libpp.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libsmartconfig.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_wifi/lib/esp32c6/libwapi.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/newlib/libnewlib.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD esp-idf/cxx/libcxx.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libbtbb.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libbtbb.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a +LOAD /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libbtbb.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libm.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libnosys.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +START GROUP +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libnosys.a +END GROUP + 0x40000718 PROVIDE (esprv_int_set_priority = esprv_intc_int_set_priority) + 0x4000071c PROVIDE (esprv_int_set_threshold = esprv_intc_int_set_threshold) + 0x40000720 PROVIDE (esprv_int_enable = esprv_intc_int_enable) + 0x40000724 PROVIDE (esprv_int_disable = esprv_intc_int_disable) + 0x40000728 PROVIDE (esprv_int_set_type = esprv_intc_int_set_type) + 0x60000000 PROVIDE (UART0 = 0x60000000) + 0x60001000 PROVIDE (UART1 = 0x60001000) + 0x60002000 PROVIDE (SPIMEM0 = 0x60002000) + 0x60003000 PROVIDE (SPIMEM1 = 0x60003000) + 0x60004000 PROVIDE (I2C0 = 0x60004000) + [!provide] PROVIDE (UHCI0 = 0x60005000) + [!provide] PROVIDE (RMT = 0x60006000) + [!provide] PROVIDE (RMTMEM = 0x60006400) + [!provide] PROVIDE (LEDC = 0x60007000) + 0x60008000 PROVIDE (TIMERG0 = 0x60008000) + 0x60009000 PROVIDE (TIMERG1 = 0x60009000) + 0x6000a000 PROVIDE (SYSTIMER = 0x6000a000) + [!provide] PROVIDE (TWAI0 = 0x6000b000) + [!provide] PROVIDE (I2S0 = 0x6000c000) + [!provide] PROVIDE (TWAI1 = 0x6000d000) + 0x6000e000 PROVIDE (APB_SARADC = 0x6000e000) + 0x6000f000 PROVIDE (USB_SERIAL_JTAG = 0x6000f000) + [!provide] PROVIDE (INTMTX = 0x60010000) + [!provide] PROVIDE (ATOMIC_LOCKER = 0x60011000) + [!provide] PROVIDE (PCNT = 0x60012000) + [!provide] PROVIDE (SOC_ETM = 0x60013000) + [!provide] PROVIDE (MCPWM0 = 0x60014000) + [!provide] PROVIDE (PARL_IO = 0x60015000) + [!provide] PROVIDE (HINF = 0x60016000) + [!provide] PROVIDE (SLC = 0x60017000) + [!provide] PROVIDE (HOST = 0x60018000) + [!provide] PROVIDE (PVT_MONITOR = 0x60019000) + 0x60080000 PROVIDE (GDMA = 0x60080000) + 0x60081000 PROVIDE (GPSPI2 = 0x60081000) + [!provide] PROVIDE (AES = 0x60088000) + [!provide] PROVIDE (SHA = 0x60089000) + [!provide] PROVIDE (RSA = 0x6008a000) + [!provide] PROVIDE (ECC = 0x6008b000) + [!provide] PROVIDE (DS = 0x6008c000) + [!provide] PROVIDE (HMAC = 0x6008d000) + [!provide] PROVIDE (IO_MUX = 0x60090000) + 0x60091000 PROVIDE (GPIO = 0x60091000) + [!provide] PROVIDE (GPIO_EXT = 0x60091f00) + [!provide] PROVIDE (SDM = 0x60091f00) + [!provide] PROVIDE (GLITCH_FILTER = 0x60091f30) + [!provide] PROVIDE (GPIO_ETM = 0x60091f60) + [!provide] PROVIDE (MEM_MONITOR = 0x60092000) + 0x60093000 PROVIDE (PAU = 0x60093000) + [!provide] PROVIDE (HP_SYSTEM = 0x60095000) + 0x60096000 PROVIDE (PCR = 0x60096000) + [!provide] PROVIDE (TEE = 0x60098000) + [!provide] PROVIDE (HP_APM = 0x60099000) + [!provide] PROVIDE (IEEE802154 = 0x600a3000) + 0x600a9800 PROVIDE (MODEM_SYSCON = 0x600a9800) + 0x600af000 PROVIDE (MODEM_LPCON = 0x600af000) + 0x600b0000 PROVIDE (PMU = 0x600b0000) + 0x600b0400 PROVIDE (LP_CLKRST = 0x600b0400) + 0x600b0800 PROVIDE (EFUSE = 0x600b0800) + 0x600b0c00 PROVIDE (LP_TIMER = 0x600b0c00) + 0x600b1000 PROVIDE (LP_AON = 0x600b1000) + 0x600b1400 PROVIDE (LP_UART = 0x600b1400) + 0x600b1800 PROVIDE (LP_I2C = 0x600b1800) + 0x600b1c00 PROVIDE (LP_WDT = 0x600b1c00) + 0x600b2000 PROVIDE (LP_IO = 0x600b2000) + [!provide] PROVIDE (LP_I2C_ANA_MST = 0x600b2400) + 0x600b2800 PROVIDE (LPPERI = 0x600b2800) + 0x600b2c00 PROVIDE (LP_ANA_PERI = 0x600b2c00) + [!provide] PROVIDE (LP_APM = 0x600b3800) + [!provide] PROVIDE (OTP_DEBUG = 0x600b3c00) + 0x40000018 rtc_get_reset_reason = 0x40000018 + 0x4000001c analog_super_wdt_reset_happened = 0x4000001c + 0x40000020 rtc_get_wakeup_cause = 0x40000020 + 0x40000024 rtc_unhold_all_pads = 0x40000024 + 0x40000028 ets_printf = 0x40000028 + 0x4000002c ets_install_putc1 = 0x4000002c + 0x40000030 ets_install_putc2 = 0x40000030 + 0x40000034 ets_install_uart_printf = 0x40000034 + 0x40000038 ets_install_usb_printf = 0x40000038 + 0x4000003c ets_get_printf_channel = 0x4000003c + 0x40000040 ets_delay_us = 0x40000040 + 0x40000044 ets_get_cpu_frequency = 0x40000044 + 0x40000048 ets_update_cpu_frequency = 0x40000048 + 0x4000004c ets_install_lock = 0x4000004c + 0x40000050 UartRxString = 0x40000050 + 0x40000054 UartGetCmdLn = 0x40000054 + 0x40000058 uart_tx_one_char = 0x40000058 + 0x4000005c uart_tx_one_char2 = 0x4000005c + 0x40000060 uart_rx_one_char = 0x40000060 + 0x40000064 uart_rx_one_char_block = 0x40000064 + 0x40000068 uart_rx_intr_handler = 0x40000068 + 0x4000006c uart_rx_readbuff = 0x4000006c + 0x40000070 uartAttach = 0x40000070 + 0x40000074 uart_tx_flush = 0x40000074 + 0x40000078 uart_tx_wait_idle = 0x40000078 + 0x4000007c uart_div_modify = 0x4000007c + 0x40000080 ets_write_char_uart = 0x40000080 + 0x40000084 uart_tx_switch = 0x40000084 + 0x40000088 roundup2 = 0x40000088 + 0x4000008c multofup = 0x4000008c + 0x40000090 software_reset = 0x40000090 + 0x40000094 software_reset_cpu = 0x40000094 + 0x40000098 ets_clk_assist_debug_clock_enable = 0x40000098 + 0x4000009c clear_super_wdt_reset_flag = 0x4000009c + 0x400000a0 disable_default_watchdog = 0x400000a0 + 0x400000a4 esp_rom_set_rtc_wake_addr = 0x400000a4 + 0x400000a8 esp_rom_get_rtc_wake_addr = 0x400000a8 + 0x400000ac send_packet = 0x400000ac + 0x400000b0 recv_packet = 0x400000b0 + 0x400000b4 GetUartDevice = 0x400000b4 + 0x400000b8 UartDwnLdProc = 0x400000b8 + 0x400000bc GetSecurityInfoProc = 0x400000bc + 0x400000c0 Uart_Init = 0x400000c0 + 0x400000c4 ets_set_user_start = 0x400000c4 + 0x4004fffc ets_rom_layout_p = 0x4004fffc + 0x4087fff8 ets_ops_table_ptr = 0x4087fff8 + 0x4087fffc g_saved_pc = 0x4087fffc + 0x400000c8 mz_adler32 = 0x400000c8 + 0x400000cc mz_free = 0x400000cc + 0x400000d0 tdefl_compress = 0x400000d0 + 0x400000d4 tdefl_compress_buffer = 0x400000d4 + 0x400000d8 tdefl_compress_mem_to_heap = 0x400000d8 + 0x400000dc tdefl_compress_mem_to_mem = 0x400000dc + 0x400000e0 tdefl_compress_mem_to_output = 0x400000e0 + 0x400000e4 tdefl_get_adler32 = 0x400000e4 + 0x400000e8 tdefl_get_prev_return_status = 0x400000e8 + 0x400000ec tdefl_init = 0x400000ec + 0x400000f0 tdefl_write_image_to_png_file_in_memory = 0x400000f0 + 0x400000f4 tdefl_write_image_to_png_file_in_memory_ex = 0x400000f4 + 0x400000f8 tinfl_decompress = 0x400000f8 + 0x400000fc tinfl_decompress_mem_to_callback = 0x400000fc + 0x40000100 tinfl_decompress_mem_to_heap = 0x40000100 + 0x40000104 tinfl_decompress_mem_to_mem = 0x40000104 + 0x40000108 jd_prepare = 0x40000108 + 0x4000010c jd_decomp = 0x4000010c + 0x40000110 esp_rom_spiflash_wait_idle = 0x40000110 + 0x40000114 esp_rom_spiflash_write_encrypted = 0x40000114 + 0x40000118 esp_rom_spiflash_write_encrypted_dest = 0x40000118 + 0x4000011c esp_rom_spiflash_write_encrypted_enable = 0x4000011c + 0x40000120 esp_rom_spiflash_write_encrypted_disable = 0x40000120 + 0x40000124 esp_rom_spiflash_erase_chip = 0x40000124 + 0x40000128 _esp_rom_spiflash_erase_sector = 0x40000128 + 0x4000012c _esp_rom_spiflash_erase_block = 0x4000012c + 0x40000130 _esp_rom_spiflash_write = 0x40000130 + 0x40000134 _esp_rom_spiflash_read = 0x40000134 + 0x40000138 _esp_rom_spiflash_unlock = 0x40000138 + 0x4000013c _SPIEraseArea = 0x4000013c + 0x40000140 _SPI_write_enable = 0x40000140 + 0x40000144 esp_rom_spiflash_erase_sector = 0x40000144 + 0x40000148 esp_rom_spiflash_erase_block = 0x40000148 + 0x4000014c esp_rom_spiflash_write = 0x4000014c + 0x40000150 esp_rom_spiflash_read = 0x40000150 + 0x40000154 esp_rom_spiflash_unlock = 0x40000154 + 0x40000158 SPIEraseArea = 0x40000158 + 0x4000015c SPI_write_enable = 0x4000015c + 0x40000160 esp_rom_spiflash_config_param = 0x40000160 + 0x40000164 esp_rom_spiflash_read_user_cmd = 0x40000164 + 0x40000168 esp_rom_spiflash_select_qio_pins = 0x40000168 + 0x4000016c esp_rom_spi_flash_auto_sus_res = 0x4000016c + 0x40000170 esp_rom_spi_flash_send_resume = 0x40000170 + 0x40000174 esp_rom_spi_flash_update_id = 0x40000174 + 0x40000178 esp_rom_spiflash_config_clk = 0x40000178 + 0x4000017c esp_rom_spiflash_config_readmode = 0x4000017c + 0x40000180 esp_rom_spiflash_read_status = 0x40000180 + 0x40000184 esp_rom_spiflash_read_statushigh = 0x40000184 + 0x40000188 esp_rom_spiflash_write_status = 0x40000188 + 0x4000018c spi_cache_mode_switch = 0x4000018c + 0x40000190 spi_common_set_dummy_output = 0x40000190 + 0x40000194 spi_common_set_flash_cs_timing = 0x40000194 + 0x40000198 esp_rom_spi_set_address_bit_len = 0x40000198 + 0x4000019c SPILock = 0x4000019c + 0x400001a0 SPIMasterReadModeCnfig = 0x400001a0 + 0x400001a4 SPI_Common_Command = 0x400001a4 + 0x400001a8 SPI_WakeUp = 0x400001a8 + 0x400001ac SPI_block_erase = 0x400001ac + 0x400001b0 SPI_chip_erase = 0x400001b0 + 0x400001b4 SPI_init = 0x400001b4 + 0x400001b8 SPI_page_program = 0x400001b8 + 0x400001bc SPI_read_data = 0x400001bc + 0x400001c0 SPI_sector_erase = 0x400001c0 + 0x400001c4 SelectSpiFunction = 0x400001c4 + 0x400001c8 SetSpiDrvs = 0x400001c8 + 0x400001cc Wait_SPI_Idle = 0x400001cc + 0x400001d0 spi_dummy_len_fix = 0x400001d0 + 0x400001d4 Disable_QMode = 0x400001d4 + 0x400001d8 Enable_QMode = 0x400001d8 + 0x400001dc spi_flash_attach = 0x400001dc + 0x400001e0 spi_flash_get_chip_size = 0x400001e0 + 0x400001e4 spi_flash_guard_set = 0x400001e4 + 0x400001e8 spi_flash_guard_get = 0x400001e8 + 0x400001ec spi_flash_read_encrypted = 0x400001ec + 0x4087fff0 rom_spiflash_legacy_funcs = 0x4087fff0 + 0x4087ffec rom_spiflash_legacy_data = 0x4087ffec + 0x4087fff4 g_flash_guard_ops = 0x4087fff4 + 0x40000278 esp_rom_spiflash_write_disable = 0x40000278 + 0x40000628 Cache_Get_ICache_Line_Size = 0x40000628 + 0x4000062c Cache_Get_Mode = 0x4000062c + 0x40000630 Cache_Address_Through_Cache = 0x40000630 + 0x40000634 ROM_Boot_Cache_Init = 0x40000634 + 0x40000638 MMU_Set_Page_Mode = 0x40000638 + 0x4000063c MMU_Get_Page_Mode = 0x4000063c + 0x40000640 Cache_Invalidate_ICache_Items = 0x40000640 + 0x40000644 Cache_Op_Addr = 0x40000644 + 0x40000648 Cache_Invalidate_Addr = 0x40000648 + 0x4000064c Cache_Invalidate_ICache_All = 0x4000064c + 0x40000650 Cache_Mask_All = 0x40000650 + 0x40000654 Cache_UnMask_Dram0 = 0x40000654 + 0x40000658 Cache_Suspend_ICache_Autoload = 0x40000658 + 0x4000065c Cache_Resume_ICache_Autoload = 0x4000065c + 0x40000660 Cache_Start_ICache_Preload = 0x40000660 + 0x40000664 Cache_ICache_Preload_Done = 0x40000664 + 0x40000668 Cache_End_ICache_Preload = 0x40000668 + 0x4000066c Cache_Config_ICache_Autoload = 0x4000066c + 0x40000670 Cache_Enable_ICache_Autoload = 0x40000670 + 0x40000674 Cache_Disable_ICache_Autoload = 0x40000674 + 0x40000678 Cache_Enable_ICache_PreLock = 0x40000678 + 0x4000067c Cache_Disable_ICache_PreLock = 0x4000067c + 0x40000680 Cache_Lock_ICache_Items = 0x40000680 + 0x40000684 Cache_Unlock_ICache_Items = 0x40000684 + 0x40000688 Cache_Lock_Addr = 0x40000688 + 0x4000068c Cache_Unlock_Addr = 0x4000068c + 0x40000690 Cache_Disable_ICache = 0x40000690 + 0x40000694 Cache_Enable_ICache = 0x40000694 + 0x40000698 Cache_Suspend_ICache = 0x40000698 + 0x4000069c Cache_Resume_ICache = 0x4000069c + 0x400006a0 Cache_Freeze_ICache_Enable = 0x400006a0 + 0x400006a4 Cache_Freeze_ICache_Disable = 0x400006a4 + 0x400006a8 Cache_Set_IDROM_MMU_Size = 0x400006a8 + 0x400006ac Cache_Get_IROM_MMU_End = 0x400006ac + 0x400006b0 Cache_Get_DROM_MMU_End = 0x400006b0 + 0x400006b4 Cache_MMU_Init = 0x400006b4 + 0x400006b8 Cache_MSPI_MMU_Set = 0x400006b8 + 0x400006bc Cache_Travel_Tag_Memory = 0x400006bc + 0x400006c0 Cache_Get_Virtual_Addr = 0x400006c0 + 0x4087ffcc rom_cache_op_cb = 0x4087ffcc + 0x4087ffc8 rom_cache_internal_table_ptr = 0x4087ffc8 + 0x400006c4 ets_clk_get_xtal_freq = 0x400006c4 + 0x400006c8 ets_clk_get_cpu_freq = 0x400006c8 + 0x400006cc ets_clk_apb_wait_ready = 0x400006cc + 0x400006d0 ets_clk_mspi_apb_wait_ready = 0x400006d0 + 0x400006d4 gpio_input_get = 0x400006d4 + 0x400006d8 gpio_matrix_in = 0x400006d8 + 0x400006dc gpio_matrix_out = 0x400006dc + 0x400006e8 gpio_output_set = 0x400006e8 + 0x400006ec gpio_pad_hold = 0x400006ec + 0x400006f0 gpio_pad_input_disable = 0x400006f0 + 0x400006f4 gpio_pad_input_enable = 0x400006f4 + 0x400006f8 gpio_pad_pulldown = 0x400006f8 + 0x400006fc gpio_pad_pullup = 0x400006fc + 0x40000700 gpio_pad_select_gpio = 0x40000700 + 0x40000704 gpio_pad_set_drv = 0x40000704 + 0x40000708 gpio_pad_unhold = 0x40000708 + 0x4000070c gpio_pin_wakeup_disable = 0x4000070c + 0x40000710 gpio_pin_wakeup_enable = 0x40000710 + 0x40000714 gpio_bypass_matrix_in = 0x40000714 + 0x40000718 esprv_intc_int_set_priority = 0x40000718 + 0x4000071c esprv_intc_int_set_threshold = 0x4000071c + 0x40000720 esprv_intc_int_enable = 0x40000720 + 0x40000724 esprv_intc_int_disable = 0x40000724 + 0x40000728 esprv_intc_int_set_type = 0x40000728 + [!provide] PROVIDE (intr_handler_set = 0x4000072c) + 0x40000730 intr_matrix_set = 0x40000730 + 0x40000734 ets_intr_lock = 0x40000734 + 0x40000738 ets_intr_unlock = 0x40000738 + 0x4000073c ets_isr_attach = 0x4000073c + 0x40000740 ets_isr_mask = 0x40000740 + 0x40000744 ets_isr_unmask = 0x40000744 + 0x40000748 md5_vector = 0x40000748 + 0x4000074c MD5Init = 0x4000074c + 0x40000750 MD5Update = 0x40000750 + 0x40000754 MD5Final = 0x40000754 + 0x40000758 crc32_le = 0x40000758 + 0x4000075c crc16_le = 0x4000075c + 0x40000760 crc8_le = 0x40000760 + 0x40000764 crc32_be = 0x40000764 + 0x40000768 crc16_be = 0x40000768 + 0x4000076c crc8_be = 0x4000076c + 0x40000770 esp_crc8 = 0x40000770 + 0x40000774 ets_sha_enable = 0x40000774 + 0x40000778 ets_sha_disable = 0x40000778 + 0x4000077c ets_sha_get_state = 0x4000077c + 0x40000780 ets_sha_init = 0x40000780 + 0x40000784 ets_sha_process = 0x40000784 + 0x40000788 ets_sha_starts = 0x40000788 + 0x4000078c ets_sha_update = 0x4000078c + 0x40000790 ets_sha_finish = 0x40000790 + 0x40000794 ets_sha_clone = 0x40000794 + 0x40000798 ets_hmac_enable = 0x40000798 + 0x4000079c ets_hmac_disable = 0x4000079c + 0x400007a0 ets_hmac_calculate_message = 0x400007a0 + 0x400007a4 ets_hmac_calculate_downstream = 0x400007a4 + 0x400007a8 ets_hmac_invalidate_downstream = 0x400007a8 + 0x400007ac ets_jtag_enable_temporarily = 0x400007ac + 0x400007b0 ets_aes_enable = 0x400007b0 + 0x400007b4 ets_aes_disable = 0x400007b4 + 0x400007b8 ets_aes_setkey = 0x400007b8 + 0x400007bc ets_aes_block = 0x400007bc + 0x400007c0 ets_aes_setkey_dec = 0x400007c0 + 0x400007c4 ets_aes_setkey_enc = 0x400007c4 + 0x400007c8 ets_bigint_enable = 0x400007c8 + 0x400007cc ets_bigint_disable = 0x400007cc + 0x400007d0 ets_bigint_multiply = 0x400007d0 + 0x400007d4 ets_bigint_modmult = 0x400007d4 + 0x400007d8 ets_bigint_modexp = 0x400007d8 + 0x400007dc ets_bigint_wait_finish = 0x400007dc + 0x400007e0 ets_bigint_getz = 0x400007e0 + 0x400007e4 ets_ds_enable = 0x400007e4 + 0x400007e8 ets_ds_disable = 0x400007e8 + 0x400007ec ets_ds_start_sign = 0x400007ec + 0x400007f0 ets_ds_is_busy = 0x400007f0 + 0x400007f4 ets_ds_finish_sign = 0x400007f4 + 0x400007f8 ets_ds_encrypt_params = 0x400007f8 + 0x400007fc ets_mgf1_sha256 = 0x400007fc + 0x4004fff8 crc32_le_table_ptr = 0x4004fff8 + 0x4004fff4 crc16_le_table_ptr = 0x4004fff4 + 0x4004fff0 crc8_le_table_ptr = 0x4004fff0 + 0x4004ffec crc32_be_table_ptr = 0x4004ffec + 0x4004ffe8 crc16_be_table_ptr = 0x4004ffe8 + 0x4004ffe4 crc8_be_table_ptr = 0x4004ffe4 + 0x40000800 ets_efuse_read = 0x40000800 + 0x40000804 ets_efuse_program = 0x40000804 + 0x40000808 ets_efuse_clear_program_registers = 0x40000808 + 0x4000080c ets_efuse_write_key = 0x4000080c + 0x40000810 ets_efuse_get_read_register_address = 0x40000810 + 0x40000814 ets_efuse_get_key_purpose = 0x40000814 + 0x40000818 ets_efuse_key_block_unused = 0x40000818 + 0x4000081c ets_efuse_find_unused_key_block = 0x4000081c + 0x40000820 ets_efuse_rs_calculate = 0x40000820 + 0x40000824 ets_efuse_count_unused_key_blocks = 0x40000824 + 0x40000828 ets_efuse_secure_boot_enabled = 0x40000828 + 0x4000082c ets_efuse_secure_boot_aggressive_revoke_enabled = 0x4000082c + 0x40000830 ets_efuse_cache_encryption_enabled = 0x40000830 + 0x40000834 ets_efuse_download_modes_disabled = 0x40000834 + 0x40000838 ets_efuse_find_purpose = 0x40000838 + 0x4000083c ets_efuse_force_send_resume = 0x4000083c + 0x40000840 ets_efuse_get_flash_delay_us = 0x40000840 + 0x40000844 ets_efuse_get_mac = 0x40000844 + 0x40000848 ets_efuse_get_uart_print_control = 0x40000848 + 0x4000084c ets_efuse_direct_boot_mode_disabled = 0x4000084c + 0x40000850 ets_efuse_security_download_modes_enabled = 0x40000850 + 0x40000854 ets_efuse_set_timing = 0x40000854 + 0x40000858 ets_efuse_jtag_disabled = 0x40000858 + 0x4000085c ets_efuse_usb_print_is_disabled = 0x4000085c + 0x40000860 ets_efuse_usb_download_mode_disabled = 0x40000860 + 0x40000864 ets_efuse_usb_device_disabled = 0x40000864 + 0x40000868 ets_efuse_secure_boot_fast_wake_enabled = 0x40000868 + 0x4000086c ets_emsa_pss_verify = 0x4000086c + 0x40000870 ets_rsa_pss_verify = 0x40000870 + 0x40000874 ets_secure_boot_verify_bootloader_with_keys = 0x40000874 + 0x40000878 ets_secure_boot_verify_signature = 0x40000878 + 0x4000087c ets_secure_boot_read_key_digests = 0x4000087c + 0x40000880 ets_secure_boot_revoke_public_key_digest = 0x40000880 + 0x40000a80 usb_serial_device_rx_one_char = 0x40000a80 + 0x40000a84 usb_serial_device_rx_one_char_block = 0x40000a84 + 0x40000a88 usb_serial_device_tx_flush = 0x40000a88 + 0x40000a8c usb_serial_device_tx_one_char = 0x40000a8c + 0x40000a90 lldesc_build_chain = 0x40000a90 + 0x40000a94 sip_after_tx_complete = 0x40000a94 + 0x40000a98 sip_alloc_to_host_evt = 0x40000a98 + 0x40000a9c sip_download_begin = 0x40000a9c + 0x40000aa0 sip_get_ptr = 0x40000aa0 + 0x40000aa4 sip_get_state = 0x40000aa4 + 0x40000aa8 sip_init_attach = 0x40000aa8 + 0x40000aac sip_install_rx_ctrl_cb = 0x40000aac + 0x40000ab0 sip_install_rx_data_cb = 0x40000ab0 + 0x40000ab4 sip_is_active = 0x40000ab4 + 0x40000ab8 sip_post_init = 0x40000ab8 + 0x40000abc sip_reclaim_from_host_cmd = 0x40000abc + 0x40000ac0 sip_reclaim_tx_data_pkt = 0x40000ac0 + 0x40000ac4 sip_send = 0x40000ac4 + 0x40000ac8 sip_to_host_chain_append = 0x40000ac8 + 0x40000acc sip_to_host_evt_send_done = 0x40000acc + 0x40000ad0 slc_add_credits = 0x40000ad0 + 0x40000ad4 slc_enable = 0x40000ad4 + 0x40000ad8 slc_from_host_chain_fetch = 0x40000ad8 + 0x40000adc slc_from_host_chain_recycle = 0x40000adc + 0x40000ae0 slc_has_pkt_to_host = 0x40000ae0 + 0x40000ae4 slc_init_attach = 0x40000ae4 + 0x40000ae8 slc_init_credit = 0x40000ae8 + 0x40000aec slc_reattach = 0x40000aec + 0x40000af0 slc_send_to_host_chain = 0x40000af0 + 0x40000af4 slc_set_host_io_max_window = 0x40000af4 + 0x40000af8 slc_to_host_chain_recycle = 0x40000af8 + 0x40000758 PROVIDE (esp_rom_crc32_le = crc32_le) + [!provide] PROVIDE (esp_rom_crc16_le = crc16_le) + [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) + [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) + [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) + [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) + 0x40000700 PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + 0x400006fc PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + 0x40000704 PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + 0x400006d8 PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + 0x400006dc PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + [!provide] PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char2) + [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + [!provide] PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + [!provide] PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) + 0x40000074 PROVIDE (esp_rom_output_flush_tx = uart_tx_flush) + 0x40000058 PROVIDE (esp_rom_output_tx_one_char = uart_tx_one_char) + 0x40000078 PROVIDE (esp_rom_output_tx_wait_idle = uart_tx_wait_idle) + 0x40000060 PROVIDE (esp_rom_output_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_output_rx_string = UartRxString) + [!provide] PROVIDE (esp_rom_output_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_output_putc = ets_write_char_uart) + 0x4000074c PROVIDE (esp_rom_md5_init = MD5Init) + 0x40000750 PROVIDE (esp_rom_md5_update = MD5Update) + 0x40000754 PROVIDE (esp_rom_md5_final = MD5Final) + 0x40000090 PROVIDE (esp_rom_software_reset_system = software_reset) + 0x40000094 PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) + 0x40000028 PROVIDE (esp_rom_printf = ets_printf) + [!provide] PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) + 0x40000040 PROVIDE (esp_rom_delay_us = ets_delay_us) + 0x40000018 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + 0x40000730 PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) + 0x40000044 PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) + 0x40000048 PROVIDE (esp_rom_set_cpu_ticks_per_us = ets_update_cpu_frequency) + [!provide] PROVIDE (esp_rom_spiflash_attach = spi_flash_attach) + [!provide] PROVIDE (esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock) + [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) + [!provide] PROVIDE (esp_rom_spiflash_erase_area = SPIEraseArea) + [!provide] PROVIDE (esp_rom_spiflash_fix_dummylen = spi_dummy_len_fix) + [!provide] PROVIDE (esp_rom_spiflash_set_drvs = SetSpiDrvs) + [!provide] PROVIDE (esp_rom_spiflash_select_padsfunc = SelectSpiFunction) + [!provide] PROVIDE (esp_rom_spiflash_common_cmd = SPI_Common_Command) + 0x400009f4 __adddf3 = 0x400009f4 + 0x400009f8 __addsf3 = 0x400009f8 + 0x400009fc __eqdf2 = 0x400009fc + 0x40000a00 __eqsf2 = 0x40000a00 + 0x40000a04 __extendsfdf2 = 0x40000a04 + 0x40000a08 __fixdfdi = 0x40000a08 + 0x40000a0c __fixdfsi = 0x40000a0c + 0x40000a10 __fixsfdi = 0x40000a10 + 0x40000a14 __fixsfsi = 0x40000a14 + 0x40000a18 __fixunsdfsi = 0x40000a18 + 0x40000a1c __fixunssfdi = 0x40000a1c + 0x40000a20 __fixunssfsi = 0x40000a20 + 0x40000a24 __floatdidf = 0x40000a24 + 0x40000a28 __floatdisf = 0x40000a28 + 0x40000a2c __floatsidf = 0x40000a2c + 0x40000a30 __floatsisf = 0x40000a30 + 0x40000a34 __floatundidf = 0x40000a34 + 0x40000a38 __floatundisf = 0x40000a38 + 0x40000a3c __floatunsidf = 0x40000a3c + 0x40000a40 __floatunsisf = 0x40000a40 + 0x40000a44 __gedf2 = 0x40000a44 + 0x40000a48 __gesf2 = 0x40000a48 + 0x40000a4c __gtdf2 = 0x40000a4c + 0x40000a50 __gtsf2 = 0x40000a50 + 0x40000a54 __ledf2 = 0x40000a54 + 0x40000a58 __lesf2 = 0x40000a58 + 0x40000a5c __ltdf2 = 0x40000a5c + 0x40000a60 __ltsf2 = 0x40000a60 + 0x40000a64 __muldf3 = 0x40000a64 + 0x40000a68 __mulsf3 = 0x40000a68 + 0x40000a6c __nedf2 = 0x40000a6c + 0x40000a70 __nesf2 = 0x40000a70 + 0x40000a74 __subdf3 = 0x40000a74 + 0x40000a78 __subsf3 = 0x40000a78 + 0x40000a7c __truncdfsf2 = 0x40000a7c + 0x40000884 __absvdi2 = 0x40000884 + 0x40000888 __absvsi2 = 0x40000888 + 0x40000894 __addvdi3 = 0x40000894 + 0x40000898 __addvsi3 = 0x40000898 + 0x4000089c __ashldi3 = 0x4000089c + 0x400008a0 __ashrdi3 = 0x400008a0 + 0x400008a4 __bswapdi2 = 0x400008a4 + 0x400008a8 __bswapsi2 = 0x400008a8 + 0x400008ac __clear_cache = 0x400008ac + 0x400008b0 __clrsbdi2 = 0x400008b0 + 0x400008b4 __clrsbsi2 = 0x400008b4 + 0x400008b8 __clzdi2 = 0x400008b8 + 0x400008bc __clzsi2 = 0x400008bc + 0x400008c0 __cmpdi2 = 0x400008c0 + 0x400008c4 __ctzdi2 = 0x400008c4 + 0x400008c8 __ctzsi2 = 0x400008c8 + 0x400008cc __divdc3 = 0x400008cc + 0x400008d0 __divdf3 = 0x400008d0 + 0x400008d4 __divdi3 = 0x400008d4 + 0x400008d8 __divsc3 = 0x400008d8 + 0x400008dc __divsf3 = 0x400008dc + 0x400008e0 __divsi3 = 0x400008e0 + 0x400008f0 __ffsdi2 = 0x400008f0 + 0x400008f4 __ffssi2 = 0x400008f4 + 0x40000934 __gcc_bcmp = 0x40000934 + 0x40000950 __lshrdi3 = 0x40000950 + 0x4000095c __moddi3 = 0x4000095c + 0x40000960 __modsi3 = 0x40000960 + 0x40000964 __muldc3 = 0x40000964 + 0x4000096c __muldi3 = 0x4000096c + 0x40000970 __mulsc3 = 0x40000970 + 0x40000978 __mulsi3 = 0x40000978 + 0x4000097c __mulvdi3 = 0x4000097c + 0x40000980 __mulvsi3 = 0x40000980 + 0x40000988 __negdf2 = 0x40000988 + 0x4000098c __negdi2 = 0x4000098c + 0x40000990 __negsf2 = 0x40000990 + 0x40000994 __negvdi2 = 0x40000994 + 0x40000998 __negvsi2 = 0x40000998 + 0x400009a0 __paritysi2 = 0x400009a0 + 0x400009a4 __popcountdi2 = 0x400009a4 + 0x400009a8 __popcountsi2 = 0x400009a8 + 0x400009ac __powidf2 = 0x400009ac + 0x400009b0 __powisf2 = 0x400009b0 + 0x400009bc __subvdi3 = 0x400009bc + 0x400009c0 __subvsi3 = 0x400009c0 + 0x400009c8 __ucmpdi2 = 0x400009c8 + 0x400009cc __udivdi3 = 0x400009cc + 0x400009d0 __udivmoddi4 = 0x400009d0 + 0x400009d4 __udivsi3 = 0x400009d4 + 0x400009d8 __udiv_w_sdiv = 0x400009d8 + 0x400009dc __umoddi3 = 0x400009dc + 0x400009e0 __umodsi3 = 0x400009e0 + 0x400009e4 __unorddf2 = 0x400009e4 + 0x400009e8 __unordsf2 = 0x400009e8 + 0x400009ec __extenddftf2 = 0x400009ec + 0x400009f0 __trunctfdf2 = 0x400009f0 + 0x4000039c wdt_hal_config_stage = 0x4000039c + 0x400003a0 wdt_hal_write_protect_disable = 0x400003a0 + 0x400003a4 wdt_hal_write_protect_enable = 0x400003a4 + 0x400003a8 wdt_hal_enable = 0x400003a8 + 0x400003ac wdt_hal_disable = 0x400003ac + 0x400003b0 wdt_hal_handle_intr = 0x400003b0 + 0x400003b4 wdt_hal_feed = 0x400003b4 + 0x400003b8 wdt_hal_set_flashboot_en = 0x400003b8 + 0x400003bc wdt_hal_is_enabled = 0x400003bc + 0x400003c8 systimer_hal_set_tick_rate_ops = 0x400003c8 + 0x400003cc systimer_hal_get_counter_value = 0x400003cc + 0x400003d0 systimer_hal_get_time = 0x400003d0 + 0x400003d4 systimer_hal_set_alarm_target = 0x400003d4 + 0x400003d8 systimer_hal_set_alarm_period = 0x400003d8 + 0x400003dc systimer_hal_get_alarm_value = 0x400003dc + 0x400003e0 systimer_hal_enable_alarm_int = 0x400003e0 + 0x400003e4 systimer_hal_on_apb_freq_update = 0x400003e4 + 0x400003e8 systimer_hal_counter_value_advance = 0x400003e8 + 0x400003ec systimer_hal_enable_counter = 0x400003ec + 0x400003f0 systimer_hal_select_alarm_mode = 0x400003f0 + 0x400003f4 systimer_hal_connect_alarm_counter = 0x400003f4 + 0x400003f8 systimer_hal_counter_can_stall_by_cpu = 0x400003f8 + 0x40000010 _rom_chip_id = 0x40000010 + 0x40000014 _rom_eco_version = 0x40000014 + 0x40001104 phy_param_addr = 0x40001104 + 0x40001108 phy_get_romfuncs = 0x40001108 + 0x4000110c chip761_phyrom_version = 0x4000110c + 0x40001110 chip761_phyrom_version_num = 0x40001110 + 0x40001114 get_rc_dout = 0x40001114 + 0x40001118 rc_cal = 0x40001118 + 0x4000111c rom_enter_critical_phy = 0x4000111c + 0x40001120 rom_exit_critical_phy = 0x40001120 + 0x40001124 rom_set_chan_cal_interp = 0x40001124 + 0x40001128 rom_loopback_mode_en = 0x40001128 + 0x4000112c rom_bb_bss_cbw40 = 0x4000112c + 0x40001130 abs_temp = 0x40001130 + 0x40001134 get_data_sat = 0x40001134 + 0x40001138 phy_byte_to_word = 0x40001138 + 0x4000113c set_chan_reg = 0x4000113c + 0x40001140 i2c_master_reset = 0x40001140 + 0x40001144 rom_set_chan_freq_sw_start = 0x40001144 + 0x40001148 freq_module_resetn = 0x40001148 + 0x4000114c freq_chan_en_sw = 0x4000114c + 0x40001150 write_chan_freq = 0x40001150 + 0x40001154 get_freq_mem_param = 0x40001154 + 0x40001158 get_freq_mem_addr = 0x40001158 + 0x4000115c bt_txpwr_freq = 0x4000115c + 0x40001160 wr_rf_freq_mem = 0x40001160 + 0x40001164 read_rf_freq_mem = 0x40001164 + 0x40001168 freq_i2c_mem_write = 0x40001168 + 0x4000116c freq_num_get_data = 0x4000116c + 0x40001170 freq_i2c_num_addr = 0x40001170 + 0x40001174 freq_i2c_write_set = 0x40001174 + 0x40001178 pll_dac_mem_update = 0x40001178 + 0x4000117c pll_cap_mem_update = 0x4000117c + 0x40001180 get_rf_freq_cap = 0x40001180 + 0x40001184 get_rf_freq_init = 0x40001184 + 0x40001188 phy_en_hw_set_freq = 0x40001188 + 0x4000118c phy_dis_hw_set_freq = 0x4000118c + 0x40001190 rom_pwdet_sar2_init = 0x40001190 + 0x40001194 rom_en_pwdet = 0x40001194 + 0x40001198 rom_get_sar_sig_ref = 0x40001198 + 0x4000119c rom_pwdet_tone_start = 0x4000119c + 0x400011a0 rom_pwdet_wait_idle = 0x400011a0 + 0x400011a4 rom_read_sar_dout = 0x400011a4 + 0x400011a8 get_tone_sar_dout = 0x400011a8 + 0x400011ac get_fm_sar_dout = 0x400011ac + 0x400011b0 txtone_linear_pwr = 0x400011b0 + 0x400011b4 linear_to_db = 0x400011b4 + 0x400011b8 get_power_db = 0x400011b8 + 0x400011bc meas_tone_pwr_db = 0x400011bc + 0x400011c0 pkdet_vol_start = 0x400011c0 + 0x400011c4 read_sar2_code = 0x400011c4 + 0x400011c8 get_sar2_vol = 0x400011c8 + 0x400011cc get_pll_vol = 0x400011cc + 0x400011d0 tx_pwctrl_bg_init = 0x400011d0 + 0x400011d4 phy_pwdet_always_en = 0x400011d4 + 0x400011d8 phy_pwdet_onetime_en = 0x400011d8 + 0x400011dc esp_tx_state_out_rom = 0x400011dc + 0x400011e0 ant_dft_cfg_rom = 0x400011e0 + 0x400011e4 ant_wifitx_cfg_rom = 0x400011e4 + 0x400011e8 ant_wifirx_cfg_rom = 0x400011e8 + 0x400011ec ant_bttx_cfg_rom = 0x400011ec + 0x400011f0 ant_btrx_cfg_rom = 0x400011f0 + 0x400011f4 phy_chan_dump_cfg_rom = 0x400011f4 + 0x400011f8 phy_enable_low_rate = 0x400011f8 + 0x400011fc phy_disable_low_rate = 0x400011fc + 0x40001200 phy_is_low_rate_enabled = 0x40001200 + 0x40001204 phy_dig_reg_backup_rom = 0x40001204 + 0x40001208 phy_chan_filt_set_rom = 0x40001208 + 0x4000120c phy_rx11blr_cfg = 0x4000120c + 0x40001210 set_cca_rom = 0x40001210 + 0x40001214 set_rx_sense_rom = 0x40001214 + 0x40001218 rx_gain_force_rom = 0x40001218 + 0x4000121c rom_rfpll_set_freq = 0x4000121c + 0x40001220 mhz2ieee = 0x40001220 + 0x40001224 chan_to_freq = 0x40001224 + 0x40001228 restart_cal = 0x40001228 + 0x4000122c write_rfpll_sdm = 0x4000122c + 0x40001230 wait_rfpll_cal_end = 0x40001230 + 0x40001234 set_rf_freq_offset = 0x40001234 + 0x40001238 set_rfpll_freq = 0x40001238 + 0x4000123c set_channel_rfpll_freq = 0x4000123c + 0x40001240 rfpll_cap_correct = 0x40001240 + 0x40001244 rfpll_cap_init_cal = 0x40001244 + 0x40001248 write_pll_cap = 0x40001248 + 0x4000124c read_pll_cap = 0x4000124c + 0x40001250 chip_v7_set_chan_ana = 0x40001250 + 0x40001254 freq_set_reg = 0x40001254 + 0x40001258 gen_rx_gain_table = 0x40001258 + 0x4000125c bt_txdc_cal = 0x4000125c + 0x40001260 bt_txiq_cal = 0x40001260 + 0x40001264 txiq_cal_init = 0x40001264 + 0x40001268 txdc_cal_init = 0x40001268 + 0x4000126c txdc_cal = 0x4000126c + 0x40001270 txiq_get_mis_pwr = 0x40001270 + 0x40001274 txiq_cover = 0x40001274 + 0x40001278 rfcal_txiq = 0x40001278 + 0x4000127c get_power_atten = 0x4000127c + 0x40001280 pwdet_ref_code = 0x40001280 + 0x40001284 pwdet_code_cal = 0x40001284 + 0x40001288 rfcal_txcap = 0x40001288 + 0x4000128c tx_cap_init = 0x4000128c + 0x40001290 rfcal_pwrctrl = 0x40001290 + 0x40001294 tx_pwctrl_init_cal = 0x40001294 + 0x40001298 tx_pwctrl_init = 0x40001298 + 0x4000129c bt_tx_pwctrl_init = 0x4000129c + 0x400012a0 rom_i2c_enter_critical = 0x400012a0 + 0x400012a4 rom_i2c_exit_critical = 0x400012a4 + 0x400012a8 rom_get_i2c_read_mask = 0x400012a8 + 0x400012ac rom_get_i2c_mst0_mask = 0x400012ac + 0x400012b0 rom_get_i2c_hostid = 0x400012b0 + 0x400012b4 rom_chip_i2c_readReg_org = 0x400012b4 + 0x400012b8 rom_chip_i2c_readReg = 0x400012b8 + 0x400012c0 rom_chip_i2c_writeReg = 0x400012c0 + 0x400012d0 rom_set_txcap_reg = 0x400012d0 + 0x400012d4 i2c_paral_set_mst0 = 0x400012d4 + 0x400012d8 i2c_paral_set_read = 0x400012d8 + 0x400012dc i2c_paral_read = 0x400012dc + 0x400012e0 i2c_paral_write = 0x400012e0 + 0x400012e4 i2c_paral_write_num = 0x400012e4 + 0x400012e8 i2c_paral_write_mask = 0x400012e8 + 0x400012ec i2c_sar2_init_code = 0x400012ec + 0x400012f0 rom_pbus_force_mode = 0x400012f0 + 0x400012f4 rom_pbus_rd_addr = 0x400012f4 + 0x400012f8 rom_pbus_rd_shift = 0x400012f8 + 0x400012fc rom_pbus_force_test = 0x400012fc + 0x40001300 rom_pbus_rd = 0x40001300 + 0x40001304 rom_pbus_set_rxgain = 0x40001304 + 0x40001308 rom_pbus_xpd_rx_off = 0x40001308 + 0x4000130c rom_pbus_xpd_rx_on = 0x4000130c + 0x40001310 rom_pbus_xpd_tx_off = 0x40001310 + 0x40001314 rom_pbus_xpd_tx_on = 0x40001314 + 0x40001318 rom_set_loopback_gain = 0x40001318 + 0x4000131c rom_txcal_debuge_mode = 0x4000131c + 0x40001320 pbus_debugmode = 0x40001320 + 0x40001324 pbus_workmode = 0x40001324 + 0x40001328 pbus_set_dco = 0x40001328 + 0x4000132c txcal_work_mode = 0x4000132c + 0x40001330 rom_start_tx_tone_step = 0x40001330 + 0x40001334 rom_stop_tx_tone = 0x40001334 + 0x40001338 disable_agc = 0x40001338 + 0x4000133c enable_agc = 0x4000133c + 0x40001340 phy_disable_cca = 0x40001340 + 0x40001344 phy_enable_cca = 0x40001344 + 0x40001348 write_gain_mem = 0x40001348 + 0x4000134c bb_bss_cbw40_dig = 0x4000134c + 0x40001350 cbw2040_cfg = 0x40001350 + 0x40001354 mac_tx_chan_offset = 0x40001354 + 0x40001358 tx_paon_set = 0x40001358 + 0x4000135c pwdet_reg_init = 0x4000135c + 0x40001360 i2cmst_reg_init = 0x40001360 + 0x40001364 bt_gain_offset = 0x40001364 + 0x40001368 fe_reg_init = 0x40001368 + 0x4000136c mac_enable_bb = 0x4000136c + 0x40001370 bb_wdg_cfg = 0x40001370 + 0x40001374 fe_txrx_reset = 0x40001374 + 0x40001378 set_rx_comp = 0x40001378 + 0x4000137c agc_reg_init = 0x4000137c + 0x40001380 bb_reg_init = 0x40001380 + 0x40001384 open_i2c_xpd = 0x40001384 + 0x40001388 txiq_set_reg = 0x40001388 + 0x4000138c rxiq_set_reg = 0x4000138c + 0x40001390 set_txclk_en = 0x40001390 + 0x40001394 set_rxclk_en = 0x40001394 + 0x40001398 bb_wdg_test_en = 0x40001398 + 0x4000139c noise_floor_auto_set = 0x4000139c + 0x400013a0 read_hw_noisefloor = 0x400013a0 + 0x400013a4 iq_corr_enable = 0x400013a4 + 0x400013a8 wifi_agc_sat_gain = 0x400013a8 + 0x400013ac phy_bbpll_cal = 0x400013ac + 0x400013b0 phy_ant_init = 0x400013b0 + 0x400013b4 phy_set_bbfreq_init = 0x400013b4 + 0x400013b8 wifi_fbw_sel = 0x400013b8 + 0x400013bc bt_filter_reg = 0x400013bc + 0x400013c0 phy_rx_sense_set = 0x400013c0 + 0x400013c4 tx_state_set = 0x400013c4 + 0x400013c8 phy_close_pa = 0x400013c8 + 0x400013cc phy_freq_correct = 0x400013cc + 0x400013d0 set_pbus_reg = 0x400013d0 + 0x400013d4 wifi_rifs_mode_en = 0x400013d4 + 0x400013d8 nrx_freq_set = 0x400013d8 + 0x400013dc fe_adc_on = 0x400013dc + 0x400013e0 phy_force_pwr_index = 0x400013e0 + 0x400013e4 rom_iq_est_enable = 0x400013e4 + 0x400013e8 rom_iq_est_disable = 0x400013e8 + 0x400013ec rom_bb_gain_index = 0x400013ec + 0x400013f0 rom_rfrx_gain_index = 0x400013f0 + 0x400013f4 dc_iq_est = 0x400013f4 + 0x400013f8 set_cal_rxdc = 0x400013f8 + 0x400013fc rxiq_get_mis = 0x400013fc + 0x40001400 rxiq_cover_mg_mp = 0x40001400 + 0x40001404 rfcal_rxiq = 0x40001404 + 0x40001408 get_rfcal_rxiq_data = 0x40001408 + 0x4000140c get_dco_comp = 0x4000140c + 0x40001410 pbus_rx_dco_cal = 0x40001410 + 0x40001414 rxdc_est_min = 0x40001414 + 0x40001418 pbus_rx_dco_cal_1step = 0x40001418 + 0x4000141c set_lb_txiq = 0x4000141c + 0x40001420 set_rx_gain_cal_iq = 0x40001420 + 0x40001424 set_rx_gain_cal_dc = 0x40001424 + 0x40001428 spur_reg_write_one_tone = 0x40001428 + 0x4000142c spur_cal = 0x4000142c + 0x40001430 spur_coef_cfg = 0x40001430 + 0x40001434 tsens_power_up = 0x40001434 + 0x40001438 tsens_read_init = 0x40001438 + 0x4000143c code_to_temp = 0x4000143c + 0x40001440 tsens_index_to_dac = 0x40001440 + 0x40001444 tsens_index_to_offset = 0x40001444 + 0x40001448 tsens_dac_cal = 0x40001448 + 0x4000144c tsens_code_read = 0x4000144c + 0x40001450 tsens_temp_read = 0x40001450 + 0x40001454 temp_to_power = 0x40001454 + 0x40001458 get_temp_init = 0x40001458 + 0x4000145c txbbgain_to_index = 0x4000145c + 0x40001460 index_to_txbbgain = 0x40001460 + 0x40001464 bt_index_to_bb = 0x40001464 + 0x40001468 bt_bb_to_index = 0x40001468 + 0x4000146c bt_get_tx_gain = 0x4000146c + 0x40001470 dig_gain_check = 0x40001470 + 0x40001474 wifi_get_tx_gain = 0x40001474 + 0x40001478 wifi_11g_rate_chg = 0x40001478 + 0x4000147c bt_chan_pwr_interp = 0x4000147c + 0x40001480 get_rate_fcc_index = 0x40001480 + 0x40001484 get_chan_target_power = 0x40001484 + 0x40001488 get_tx_gain_value = 0x40001488 + 0x4000148c wifi_get_target_power = 0x4000148c + 0x4087fce8 phy_param_rom = 0x4087fce8 + 0x40000afc esp_coex_rom_version_get = 0x40000afc + 0x40000b00 coex_bt_release = 0x40000b00 + 0x40000b04 coex_bt_request = 0x40000b04 + 0x40000b08 coex_core_ble_conn_dyn_prio_get = 0x40000b08 + 0x40000b10 coex_core_pti_get = 0x40000b10 + 0x40000b14 coex_core_release = 0x40000b14 + 0x40000b18 coex_core_request = 0x40000b18 + 0x40000b1c coex_core_status_get = 0x40000b1c + 0x40000b24 coex_event_duration_get = 0x40000b24 + 0x40000b28 coex_hw_timer_disable = 0x40000b28 + 0x40000b2c coex_hw_timer_enable = 0x40000b2c + 0x40000b30 coex_hw_timer_set = 0x40000b30 + 0x40000b34 coex_schm_interval_set = 0x40000b34 + 0x40000b38 coex_schm_lock = 0x40000b38 + 0x40000b3c coex_schm_unlock = 0x40000b3c + 0x40000b44 coex_wifi_release = 0x40000b44 + 0x40000b48 esp_coex_ble_conn_dynamic_prio_get = 0x40000b48 + 0x4087ffc4 coex_env_ptr = 0x4087ffc4 + 0x4087ffc0 coex_pti_tab_ptr = 0x4087ffc0 + 0x4087ffbc coex_schm_env_ptr = 0x4087ffbc + 0x4087ffb8 coexist_funcs = 0x4087ffb8 + 0x4087ffb4 g_coa_funcs_p = 0x4087ffb4 + 0x4087ffb0 g_coex_param_ptr = 0x4087ffb0 + 0x40000b4c esp_net80211_rom_version_get = 0x40000b4c + 0x40000b50 ampdu_dispatch = 0x40000b50 + 0x40000b54 ampdu_dispatch_all = 0x40000b54 + 0x40000b58 ampdu_dispatch_as_many_as_possible = 0x40000b58 + 0x40000b5c ampdu_dispatch_movement = 0x40000b5c + 0x40000b60 ampdu_dispatch_upto = 0x40000b60 + 0x40000b64 chm_is_at_home_channel = 0x40000b64 + 0x40000b68 cnx_node_is_existing = 0x40000b68 + 0x40000b6c cnx_node_search = 0x40000b6c + 0x40000b70 ic_ebuf_recycle_rx = 0x40000b70 + 0x40000b74 ic_ebuf_recycle_tx = 0x40000b74 + 0x40000b78 ic_reset_rx_ba = 0x40000b78 + 0x40000b7c ieee80211_align_eb = 0x40000b7c + 0x40000b84 ieee80211_ampdu_start_age_timer = 0x40000b84 + 0x40000b8c ieee80211_is_tx_allowed = 0x40000b8c + 0x40000b90 ieee80211_output_pending_eb = 0x40000b90 + 0x40000b98 //ieee80211_set_tx_desc = 0x40000b98 + 0x40000b9c //sta_input = 0x40000b9c + 0x40000ba0 wifi_get_macaddr = 0x40000ba0 + 0x40000ba4 wifi_rf_phy_disable = 0x40000ba4 + 0x40000ba8 wifi_rf_phy_enable = 0x40000ba8 + 0x40000bac ic_ebuf_alloc = 0x40000bac + 0x40000bb4 ieee80211_copy_eb_header = 0x40000bb4 + 0x40000bb8 ieee80211_recycle_cache_eb = 0x40000bb8 + 0x40000bbc ieee80211_search_node = 0x40000bbc + 0x40000bc0 ieee80211_crypto_encap = 0x40000bc0 + 0x40000bc8 ieee80211_decap = 0x40000bc8 + 0x40000bcc wifi_is_started = 0x40000bcc + 0x40000bd0 ieee80211_gettid = 0x40000bd0 + 0x40000bd4 //ieee80211_encap_esfbuf_htc = 0x40000bd4 + 0x4087ffac net80211_funcs = 0x4087ffac + 0x4087ffa8 g_scan = 0x4087ffa8 + 0x4087ffa4 g_chm = 0x4087ffa4 + 0x4087ffa0 g_ic_ptr = 0x4087ffa0 + 0x4087ff9c g_hmac_cnt_ptr = 0x4087ff9c + 0x4087ff98 g_tx_cacheq_ptr = 0x4087ff98 + 0x4087ff94 s_netstack_free = 0x4087ff94 + 0x4087ff90 mesh_rxcb = 0x4087ff90 + 0x4087ff8c sta_rxcb = 0x4087ff8c + 0x4087ff88 g_itwt_fid = 0x4087ff88 + 0x4087ff84 esp_test_tx_addba_request = 0x4087ff84 + 0x40000bd8 esp_pp_rom_version_get = 0x40000bd8 + 0x40000bdc ppCalTxopRTSThreshold = 0x40000bdc + 0x40000be0 RC_GetBlockAckTime = 0x40000be0 + 0x40000be4 ebuf_list_remove = 0x40000be4 + 0x40000be8 //esf_buf_alloc = 0x40000be8 + 0x40000bec //esf_buf_alloc_dynamic = 0x40000bec + 0x40000bf0 //esf_buf_recycle = 0x40000bf0 + 0x40000bf4 GetAccess = 0x40000bf4 + 0x40000bf8 hal_mac_is_low_rate_enabled = 0x40000bf8 + 0x40000bfc hal_mac_tx_get_blockack = 0x40000bfc + 0x40000c00 //hal_mac_tx_set_ppdu = 0x40000c00 + 0x40000c04 ic_get_trc = 0x40000c04 + 0x40000c08 //ic_mac_deinit = 0x40000c08 + 0x40000c0c ic_mac_init = 0x40000c0c + 0x40000c10 ic_interface_enabled = 0x40000c10 + 0x40000c14 is_lmac_idle = 0x40000c14 + 0x40000c1c lmacDiscardAgedMSDU = 0x40000c1c + 0x40000c28 lmacIsIdle = 0x40000c28 + 0x40000c2c lmacIsLongFrame = 0x40000c2c + 0x40000c34 lmacPostTxComplete = 0x40000c34 + 0x40000c38 lmacProcessAllTxTimeout = 0x40000c38 + 0x40000c3c lmacProcessCollisions = 0x40000c3c + 0x40000c40 //lmacProcessRxSucData = 0x40000c40 + 0x40000c44 lmacReachLongLimit = 0x40000c44 + 0x40000c48 lmacReachShortLimit = 0x40000c48 + 0x40000c4c lmacRecycleMPDU = 0x40000c4c + 0x40000c50 lmacRxDone = 0x40000c50 + 0x40000c54 //lmacSetTxFrame = 0x40000c54 + 0x40000c58 //lmacTxDone = 0x40000c58 + 0x40000c5c //lmacTxFrame = 0x40000c5c + 0x40000c60 mac_tx_set_duration = 0x40000c60 + 0x40000c64 //mac_tx_set_plcp0 = 0x40000c64 + 0x40000c68 //mac_tx_set_plcp1 = 0x40000c68 + 0x40000c6c mac_tx_set_plcp2 = 0x40000c6c + 0x40000c78 pm_disable_sleep_delay_timer = 0x40000c78 + 0x40000c80 pm_mac_wakeup = 0x40000c80 + 0x40000c84 pm_mac_sleep = 0x40000c84 + 0x40000c88 //pm_enable_active_timer = 0x40000c88 + 0x40000c8c pm_enable_sleep_delay_timer = 0x40000c8c + 0x40000c90 pm_local_tsf_process = 0x40000c90 + 0x40000c94 //pm_set_beacon_filter = 0x40000c94 + 0x40000c98 pm_is_in_wifi_slice_threshold = 0x40000c98 + 0x40000c9c pm_is_waked = 0x40000c9c + 0x40000ca0 //pm_keep_alive = 0x40000ca0 + 0x40000ca8 pm_on_data_rx = 0x40000ca8 + 0x40000cac //pm_on_tbtt = 0x40000cac + 0x40000cb4 //pm_process_tim = 0x40000cb4 + 0x40000cb8 //pm_rx_beacon_process = 0x40000cb8 + 0x40000cc0 //pm_sleep = 0x40000cc0 + 0x40000cc4 pm_sleep_for = 0x40000cc4 + 0x40000cc8 //pm_tbtt_process = 0x40000cc8 + 0x40000ccc ppAMPDU2Normal = 0x40000ccc + 0x40000cd4 ppCalFrameTimes = 0x40000cd4 + 0x40000cd8 ppCalSubFrameLength = 0x40000cd8 + 0x40000cdc //ppCalTxAMPDULength = 0x40000cdc + 0x40000ce0 ppCheckTxAMPDUlength = 0x40000ce0 + 0x40000ce4 ppDequeueRxq_Locked = 0x40000ce4 + 0x40000ce8 ppDequeueTxQ = 0x40000ce8 + 0x40000cec ppEmptyDelimiterLength = 0x40000cec + 0x40000cf0 ppEnqueueRxq = 0x40000cf0 + 0x40000cf4 ppEnqueueTxDone = 0x40000cf4 + 0x40000cf8 ppGetTxframe = 0x40000cf8 + 0x40000cfc //ppMapTxQueue = 0x40000cfc + 0x40000d00 //ppProcTxSecFrame = 0x40000d00 + 0x40000d04 ppProcessRxPktHdr = 0x40000d04 + 0x40000d08 //ppProcessTxQ = 0x40000d08 + 0x40000d0c ppRecordBarRRC = 0x40000d0c + 0x40000d10 ppRecycleAmpdu = 0x40000d10 + 0x40000d14 ppRecycleRxPkt = 0x40000d14 + 0x40000d18 //ppResortTxAMPDU = 0x40000d18 + 0x40000d1c ppResumeTxAMPDU = 0x40000d1c + 0x40000d24 //ppRxPkt = 0x40000d24 + 0x40000d28 ppRxProtoProc = 0x40000d28 + 0x40000d2c ppSearchTxQueue = 0x40000d2c + 0x40000d30 ppSearchTxframe = 0x40000d30 + 0x40000d34 ppSelectNextQueue = 0x40000d34 + 0x40000d38 ppSubFromAMPDU = 0x40000d38 + 0x40000d3c //ppTask = 0x40000d3c + 0x40000d40 //ppTxPkt = 0x40000d40 + 0x40000d44 ppTxProtoProc = 0x40000d44 + 0x40000d48 ppTxqUpdateBitmap = 0x40000d48 + 0x40000d50 pp_hdrsize = 0x40000d50 + 0x40000d54 pp_post = 0x40000d54 + 0x40000d58 pp_process_hmac_waiting_txq = 0x40000d58 + 0x40000d5c rcGetAmpduSched = 0x40000d5c + 0x40000d60 rcUpdateRxDone = 0x40000d60 + 0x40000d64 rc_get_trc = 0x40000d64 + 0x40000d68 rc_get_trc_by_index = 0x40000d68 + 0x40000d6c rcAmpduLowerRate = 0x40000d6c + 0x40000d70 rcampduuprate = 0x40000d70 + 0x40000d74 rcClearCurAMPDUSched = 0x40000d74 + 0x40000d78 rcClearCurSched = 0x40000d78 + 0x40000d7c rcClearCurStat = 0x40000d7c + 0x40000d84 rcLowerSched = 0x40000d84 + 0x40000d88 rcSetTxAmpduLimit = 0x40000d88 + 0x40000d8c rcTxUpdatePer = 0x40000d8c + 0x40000d90 rcUpdateAckSnr = 0x40000d90 + 0x40000da0 rcUpSched = 0x40000da0 + 0x40000da4 rssi_margin = 0x40000da4 + 0x40000da8 rx11NRate2AMPDULimit = 0x40000da8 + 0x40000dac TRC_AMPDU_PER_DOWN_THRESHOLD = 0x40000dac + 0x40000db0 TRC_AMPDU_PER_UP_THRESHOLD = 0x40000db0 + 0x40000db4 trc_calc_duration = 0x40000db4 + 0x40000db8 trc_isTxAmpduOperational = 0x40000db8 + 0x40000dbc trc_onAmpduOp = 0x40000dbc + 0x40000dc0 TRC_PER_IS_GOOD = 0x40000dc0 + 0x40000dc4 trc_SetTxAmpduState = 0x40000dc4 + 0x40000dc8 trc_tid_isTxAmpduOperational = 0x40000dc8 + 0x40000dcc trcAmpduSetState = 0x40000dcc + 0x40000dd0 //wDevCheckBlockError = 0x40000dd0 + 0x40000dd8 wDev_DiscardFrame = 0x40000dd8 + 0x40000ddc wDev_GetNoiseFloor = 0x40000ddc + 0x40000de0 wDev_IndicateAmpdu = 0x40000de0 + 0x40000de4 //wDev_IndicateFrame = 0x40000de4 + 0x40000de8 wdev_mac_reg_load = 0x40000de8 + 0x40000dec wdev_mac_reg_store = 0x40000dec + 0x40000df0 wdev_mac_special_reg_load = 0x40000df0 + 0x40000df4 wdev_mac_special_reg_store = 0x40000df4 + 0x40000df8 wdev_mac_wakeup = 0x40000df8 + 0x40000dfc wdev_mac_sleep = 0x40000dfc + 0x40000e00 hal_mac_is_dma_enable = 0x40000e00 + 0x40000e04 //wDev_ProcessFiq = 0x40000e04 + 0x40000e08 //wDev_ProcessRxSucData = 0x40000e08 + 0x40000e0c //wdevProcessRxSucDataAll = 0x40000e0c + 0x40000e10 wdev_csi_len_align = 0x40000e10 + 0x40000e14 ppDequeueTxDone_Locked = 0x40000e14 + 0x40000e18 //ppProcTxDone = 0x40000e18 + 0x40000e1c //pm_tx_data_done_process = 0x40000e1c + 0x40000e20 config_is_cache_tx_buf_enabled = 0x40000e20 + 0x40000e24 //ppMapWaitTxq = 0x40000e24 + 0x40000e28 ppProcessWaitingQueue = 0x40000e28 + 0x40000e2c ppDisableQueue = 0x40000e2c + 0x40000e30 pm_allow_tx = 0x40000e30 + 0x40000e34 //wdev_is_data_in_rxlist = 0x40000e34 + 0x40000e38 ppProcTxCallback = 0x40000e38 + 0x40000e3c //mac_tx_set_hesig = 0x40000e3c + 0x40000e40 ppCalPreFecPaddingFactor = 0x40000e40 + 0x40000e44 //mac_tx_set_tb = 0x40000e44 + 0x40000e48 //mac_tx_set_mplen = 0x40000e48 + 0x40000e4c hal_get_tsf_timer = 0x40000e4c + 0x40000e50 ppTxPktForceWaked = 0x40000e50 + 0x40000e54 lmacProcessLongFrameSuccess = 0x40000e54 + 0x40000e58 lmacProcessShortFrameSuccess = 0x40000e58 + 0x40000e5c //lmacDiscardFrameExchangeSequence = 0x40000e5c + 0x40000e60 lmacProcessTBSuccess = 0x40000e60 + 0x40000e68 lmacProcessAckTimeout = 0x40000e68 + 0x40000e6c //lmacProcessTxComplete = 0x40000e6c + 0x40000e70 //ppRemoveHTC = 0x40000e70 + 0x40000e74 get_estimated_batime = 0x40000e74 + 0x40000e78 is_use_muedca = 0x40000e78 + 0x40000e7c //hal_mac_tx_clr_mplen = 0x40000e7c + 0x40000e80 //hal_mac_get_txq_state = 0x40000e80 + 0x40000e84 hal_mac_clr_txq_state = 0x40000e84 + 0x40000e88 hal_mac_get_txq_complete = 0x40000e88 + 0x40000e8c ht_get_min_subframe_len = 0x40000e8c + 0x40000e90 rx11ACRate2AMPDULimit = 0x40000e90 + 0x40000e94 pwr_hal_clear_intr_status = 0x40000e94 + 0x40000e98 pwr_hal_clear_mac_modem_beacon_miss_intr_filter = 0x40000e98 + 0x40000e9c pwr_hal_clear_mac_modem_rx_beacon_info = 0x40000e9c + 0x40000ea0 pwr_hal_clear_mac_modem_rx_beacon_miss_counter = 0x40000ea0 + 0x40000ea4 pwr_hal_clear_mac_modem_rx_beacon_sleep_counter = 0x40000ea4 + 0x40000ea8 pwr_hal_clear_mac_modem_state_wakeup_protect_signal = 0x40000ea8 + 0x40000eac pwr_hal_get_intr_raw_signal = 0x40000eac + 0x40000eb0 pwr_hal_get_intr_status = 0x40000eb0 + 0x40000eb4 pwr_hal_get_mac_modem_beacon_miss_limit_exceeded_status = 0x40000eb4 + 0x40000eb8 pwr_hal_get_mac_modem_rx_beacon_location_state = 0x40000eb8 + 0x40000ebc pwr_hal_get_mac_modem_rx_beacon_valid_state = 0x40000ebc + 0x40000ec0 pwr_hal_get_mac_modem_state_sleep_limit_exceeded_status = 0x40000ec0 + 0x40000ec4 pwr_hal_set_beacon_filter_abort_disable = 0x40000ec4 + 0x40000ec8 pwr_hal_set_beacon_filter_abort_enable = 0x40000ec8 + 0x40000ecc pwr_hal_set_beacon_filter_abort_length = 0x40000ecc + 0x40000ed0 //pwr_hal_set_beacon_filter_broadcast_wakeup_disable = 0x40000ed0 + 0x40000ed4 //pwr_hal_set_beacon_filter_broadcast_wakeup_enable = 0x40000ed4 + 0x40000ed8 pwr_hal_set_beacon_filter_disable = 0x40000ed8 + 0x40000edc pwr_hal_set_beacon_filter_enable = 0x40000edc + 0x40000ee0 pwr_hal_set_beacon_filter_force_dump_disable = 0x40000ee0 + 0x40000ee4 pwr_hal_set_beacon_filter_force_dump_enable = 0x40000ee4 + 0x40000ee8 pwr_hal_set_beacon_filter_force_dump_limit = 0x40000ee8 + 0x40000eec pwr_hal_set_beacon_filter_force_sync_disable = 0x40000eec + 0x40000ef0 pwr_hal_set_beacon_filter_force_sync_enable = 0x40000ef0 + 0x40000ef4 pwr_hal_set_beacon_filter_force_sync_limit = 0x40000ef4 + 0x40000ef8 pwr_hal_set_beacon_filter_frame_crc_state = 0x40000ef8 + 0x40000efc pwr_hal_set_beacon_filter_soc_wakeup_and_intr_disable = 0x40000efc + 0x40000f00 pwr_hal_set_beacon_filter_soc_wakeup_and_intr_enable = 0x40000f00 + 0x40000f04 pwr_hal_set_beacon_filter_unicast_wakeup_disable = 0x40000f04 + 0x40000f08 pwr_hal_set_beacon_filter_unicast_wakeup_enable = 0x40000f08 + 0x40000f0c pwr_hal_set_lpclk_cycle_time = 0x40000f0c + 0x40000f10 pwr_hal_set_lpclk_sync_disable = 0x40000f10 + 0x40000f14 pwr_hal_set_lpclk_sync_enable = 0x40000f14 + 0x40000f18 pwr_hal_set_mac_modem_beacon_miss_intr_disable = 0x40000f18 + 0x40000f1c pwr_hal_set_mac_modem_beacon_miss_intr_enable = 0x40000f1c + 0x40000f20 pwr_hal_set_mac_modem_beacon_miss_limit = 0x40000f20 + 0x40000f24 pwr_hal_set_mac_modem_beacon_miss_limit_exceeded_wakeup_disable = 0x40000f24 + 0x40000f28 pwr_hal_set_mac_modem_beacon_miss_limit_exceeded_wakeup_enable = 0x40000f28 + 0x40000f2c pwr_hal_set_mac_modem_beacon_miss_timeout = 0x40000f2c + 0x40000f30 pwr_hal_set_mac_modem_state_sleep_limit = 0x40000f30 + 0x40000f34 pwr_hal_set_mac_modem_state_sleep_limit_exceeded_wakeup_disable = 0x40000f34 + 0x40000f38 pwr_hal_set_mac_modem_state_sleep_limit_exceeded_wakeup_enable = 0x40000f38 + 0x40000f3c pwr_hal_set_mac_modem_state_wakeup_protect_disable = 0x40000f3c + 0x40000f40 pwr_hal_set_mac_modem_state_wakeup_protect_early_time = 0x40000f40 + 0x40000f44 pwr_hal_set_mac_modem_state_wakeup_protect_enable = 0x40000f44 + 0x40000f48 pwr_hal_set_mac_modem_tbtt_auto_period_disable = 0x40000f48 + 0x40000f4c pwr_hal_set_mac_modem_tbtt_auto_period_enable = 0x40000f4c + 0x40000f50 pwr_hal_set_mac_modem_tbtt_auto_period_interval = 0x40000f50 + 0x40000f54 pwr_hal_set_modem_state_interface = 0x40000f54 + 0x40000f58 hal_tsf_clear_soc_wakeup_request = 0x40000f58 + 0x40000f5c tsf_hal_clear_mac_modem_rf_power_state = 0x40000f5c + 0x40000f60 tsf_hal_clear_soc_wakeup_request = 0x40000f60 + 0x40000f64 tsf_hal_get_counter_value = 0x40000f64 + 0x40000f68 tsf_hal_get_mac_modem_rf_power_state = 0x40000f68 + 0x40000f6c tsf_hal_get_tbtt_interval = 0x40000f6c + 0x40000f70 tsf_hal_get_time = 0x40000f70 + 0x40000f74 tsf_hal_get_timer_target = 0x40000f74 + 0x40000f78 tsf_hal_is_tsf_enabled = 0x40000f78 + 0x40000f7c tsf_hal_map_tbtt_target_to_rx_frame = 0x40000f7c + 0x40000f80 tsf_hal_map_tsf_to_bssid = 0x40000f80 + 0x40000f84 tsf_hal_set_counter_value = 0x40000f84 + 0x40000f88 tsf_hal_set_modem_wakeup_early_time = 0x40000f88 + 0x40000f8c tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_disable = 0x40000f8c + 0x40000f90 tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_enable = 0x40000f90 + 0x40000f94 tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_disable = 0x40000f94 + 0x40000f98 tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_enable = 0x40000f98 + 0x40000f9c tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_disable = 0x40000f9c + 0x40000fa0 tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_enable = 0x40000fa0 + 0x40000fa4 tsf_hal_set_tbtt_disable = 0x40000fa4 + 0x40000fa8 tsf_hal_set_tbtt_early_time = 0x40000fa8 + 0x40000fac tsf_hal_set_tbtt_enable = 0x40000fac + 0x40000fb0 tsf_hal_set_tbtt_interval = 0x40000fb0 + 0x40000fb4 tsf_hal_set_tbtt_intr_disable = 0x40000fb4 + 0x40000fb8 tsf_hal_set_tbtt_intr_enable = 0x40000fb8 + 0x40000fbc tsf_hal_set_tbtt_modem_wakeup_disable = 0x40000fbc + 0x40000fc0 tsf_hal_set_tbtt_modem_wakeup_enable = 0x40000fc0 + 0x40000fc4 tsf_hal_set_tbtt_rf_ctrl_disable = 0x40000fc4 + 0x40000fc8 tsf_hal_set_tbtt_rf_ctrl_enable = 0x40000fc8 + 0x40000fcc tsf_hal_set_tbtt_rf_ctrl_wait_cycles = 0x40000fcc + 0x40000fd0 tsf_hal_set_tbtt_soc_wakeup_disable = 0x40000fd0 + 0x40000fd4 tsf_hal_set_tbtt_soc_wakeup_enable = 0x40000fd4 + 0x40000fdc tsf_hal_set_time = 0x40000fdc + 0x40000fe0 tsf_hal_set_timer_disable = 0x40000fe0 + 0x40000fe4 tsf_hal_set_timer_enable = 0x40000fe4 + 0x40000fe8 tsf_hal_set_timer_intr_disable = 0x40000fe8 + 0x40000fec tsf_hal_set_timer_intr_enable = 0x40000fec + 0x40000ff0 tsf_hal_set_timer_modem_wakeup_disable = 0x40000ff0 + 0x40000ff4 tsf_hal_set_timer_modem_wakeup_enable = 0x40000ff4 + 0x40000ff8 tsf_hal_set_timer_rf_ctrl_disable = 0x40000ff8 + 0x40000ffc tsf_hal_set_timer_rf_ctrl_enable = 0x40000ffc + 0x40001000 tsf_hal_set_timer_rf_ctrl_wait_cycles = 0x40001000 + 0x40001004 tsf_hal_set_timer_soc_wakeup_disable = 0x40001004 + 0x40001008 tsf_hal_set_timer_soc_wakeup_enable = 0x40001008 + 0x4000100c tsf_hal_set_timer_target = 0x4000100c + 0x40001010 tsf_hal_set_tsf_disable = 0x40001010 + 0x40001014 tsf_hal_set_tsf_enable = 0x40001014 + 0x40001018 tsf_hal_set_tsf_time_deviation = 0x40001018 + 0x4000101c tsf_hal_set_tsf_time_deviation_sync_disable = 0x4000101c + 0x40001020 tsf_hal_set_tsf_time_deviation_sync_enable = 0x40001020 + 0x40001024 tsf_hal_unmap_tbtt_target_to_rx_frame = 0x40001024 + 0x40001028 //ppSelectTxFormat = 0x40001028 + 0x4000102c //ppCertSetRate = 0x4000102c + 0x40001030 //ppHEAMPDU2Normal = 0x40001030 + 0x40001034 //ppCalTxHEAMPDULength = 0x40001034 + 0x40001038 //ppCalTxHESMPDULength = 0x40001038 + 0x4000103c rcGetRate = 0x4000103c + 0x40001040 rcGetDCMMaxRate = 0x40001040 + 0x40001044 //rcGetSMPDURate = 0x40001044 + 0x40001048 ppDirectRecycleAmpdu = 0x40001048 + 0x4000104c //ppCheckTxHEAMPDUlength = 0x4000104c + 0x40001050 //rx11AXRate2AMPDULimit = 0x40001050 + 0x40001054 //ppRegressAmpdu = 0x40001054 + 0x40001058 //ppCalDeliNum = 0x40001058 + 0x4000105c ppAdd2AMPDUTail = 0x4000105c + 0x40001060 esp_test_disable_tx_statistics = 0x40001060 + 0x40001064 esp_test_enable_tx_statistics = 0x40001064 + 0x40001068 esp_test_clr_tx_statistics = 0x40001068 + 0x4000106c esp_test_get_tx_statistics = 0x4000106c + 0x40001070 esp_test_clr_tx_tb_statistics = 0x40001070 + 0x40001074 esp_test_get_tx_tb_statistics = 0x40001074 + 0x40001078 test_tx_fail_statistics = 0x40001078 + 0x4000107c //test_tx_succ_statistics = 0x4000107c + 0x40001080 //esp_test_tx_process_complete = 0x40001080 + 0x40001084 //esp_test_tx_process_txq_state = 0x40001084 + 0x40001088 esp_test_tx_enab_statistics = 0x40001088 + 0x4000108c esp_test_tx_tb_complete = 0x4000108c + 0x40001090 esp_test_tx_count_retry = 0x40001090 + 0x40001094 esp_test_tx_count_collision = 0x40001094 + 0x40001098 esp_test_tx_count_timeout = 0x40001098 + 0x4000109c hal_enable_tx_statistics = 0x4000109c + 0x400010a0 test_rx_process_complete_noeb = 0x400010a0 + 0x400010a4 test_rx_process_complete_retry = 0x400010a4 + 0x400010a8 esp_test_rx_process_complete = 0x400010a8 + 0x400010ac esp_test_clr_rx_statistics = 0x400010ac + 0x400010b0 esp_test_get_rx_statistics = 0x400010b0 + 0x400010b4 test_free_rx_statistics = 0x400010b4 + 0x400010b8 esp_test_set_rx_error_occurs = 0x400010b8 + 0x400010bc esp_test_get_rx_error_occurs = 0x400010bc + 0x400010c0 esp_test_clr_rx_error_occurs = 0x400010c0 + 0x400010c4 esp_test_disable_rx_statistics = 0x400010c4 + 0x400010c8 esp_test_enable_rx_statistics = 0x400010c8 + 0x400010cc hal_enable_rx_statistics = 0x400010cc + 0x400010d0 get_user_num = 0x400010d0 + 0x400010d4 mumimo_spatial_cfg_get_nsts = 0x400010d4 + 0x400010d8 mumimo_spatial_cfg_get_nsts_tot = 0x400010d8 + 0x400010dc test_mumimo_get_heltf_num = 0x400010dc + 0x400010e0 test_mimo_update_user_info = 0x400010e0 + 0x400010e4 test_parse_rx_mu_mimo = 0x400010e4 + 0x400010e8 test_nonmimo_update_user_info = 0x400010e8 + 0x400010ec test_parse_rx_mu_nonmimo = 0x400010ec + 0x400010f0 esp_test_rx_parse_mu = 0x400010f0 + 0x400010f4 esp_test_get_rx_mu_statistics = 0x400010f4 + 0x400010f8 esp_test_clr_rx_mu_statistics = 0x400010f8 + 0x400010fc esp_test_enable_rx_mu_statistics = 0x400010fc + 0x40001100 esp_test_disable_rx_mu_statistics = 0x40001100 + 0x4004ffe0 our_instances_ptr = 0x4004ffe0 + 0x4087ff80 pTxRx = 0x4087ff80 + 0x4087ff7c lmacConfMib_ptr = 0x4087ff7c + 0x4087ff78 our_wait_eb = 0x4087ff78 + 0x4087ff74 our_tx_eb = 0x4087ff74 + 0x4087ff70 pp_wdev_funcs = 0x4087ff70 + 0x4087ff6c g_osi_funcs_p = 0x4087ff6c + 0x4087ff68 wDevCtrl_ptr = 0x4087ff68 + 0x4004ffdc g_wdev_last_desc_reset_ptr = 0x4004ffdc + 0x4087ff64 wDevMacSleep_ptr = 0x4087ff64 + 0x4087ff60 g_lmac_cnt_ptr = 0x4087ff60 + 0x4004ffd8 our_controls_ptr = 0x4004ffd8 + 0x4087ff5c pp_sig_cnt_ptr = 0x4087ff5c + 0x4087ff58 g_eb_list_desc_ptr = 0x4087ff58 + 0x4087ff54 s_fragment_ptr = 0x4087ff54 + 0x4087ff50 if_ctrl_ptr = 0x4087ff50 + 0x4087ff4c g_intr_lock_mux = 0x4087ff4c + 0x4087ff48 g_wifi_global_lock = 0x4087ff48 + 0x4087ff44 s_wifi_queue = 0x4087ff44 + 0x4087ff40 pp_task_hdl = 0x4087ff40 + 0x4087ff3c s_pp_task_create_sem = 0x4087ff3c + 0x4087ff38 s_pp_task_del_sem = 0x4087ff38 + 0x4087ff34 g_wifi_menuconfig_ptr = 0x4087ff34 + 0x4087ff30 xphyQueue = 0x4087ff30 + 0x4087ff2c ap_no_lr_ptr = 0x4087ff2c + 0x4087ff28 rc11BSchedTbl_ptr = 0x4087ff28 + 0x4087ff24 rc11NSchedTbl_ptr = 0x4087ff24 + 0x4087ff20 rcLoRaSchedTbl_ptr = 0x4087ff20 + 0x4087ff1c BasicOFDMSched_ptr = 0x4087ff1c + 0x4087ff18 trc_ctl_ptr = 0x4087ff18 + 0x4087ff14 g_pm_cnt_ptr = 0x4087ff14 + 0x4087ff10 g_pm_ptr = 0x4087ff10 + 0x4087ff0c g_pm_cfg_ptr = 0x4087ff0c + 0x4087ff08 g_esp_mesh_quick_funcs_ptr = 0x4087ff08 + 0x4087ff04 g_txop_queue_status_ptr = 0x4087ff04 + 0x4087ff00 g_mac_sleep_en_ptr = 0x4087ff00 + 0x4087fefc g_mesh_is_root_ptr = 0x4087fefc + 0x4087fef8 g_mesh_topology_ptr = 0x4087fef8 + 0x4087fef4 g_mesh_init_ps_type_ptr = 0x4087fef4 + 0x4087fef0 g_mesh_is_started_ptr = 0x4087fef0 + 0x4087feec g_config_func = 0x4087feec + 0x4087fee8 g_net80211_tx_func = 0x4087fee8 + 0x4087fee4 g_timer_func = 0x4087fee4 + 0x4087fee0 s_michael_mic_failure_cb = 0x4087fee0 + 0x4087fedc wifi_sta_rx_probe_req = 0x4087fedc + 0x4087fed8 g_tx_done_cb_func = 0x4087fed8 + 0x4087fe8c g_per_conn_trc = 0x4087fe8c + 0x4087fe88 s_encap_amsdu_func = 0x4087fe88 + 0x4087fe84 rx_beacon_count = 0x4087fe84 + 0x4087fe80 rx_beacon_sw_parse = 0x4087fe80 + 0x4087fe7c rx_beacon_hw_parse = 0x4087fe7c + 0x4087fe78 rx_beacon_tim_count = 0x4087fe78 + 0x4087fe74 rx_beacon_tim_udata = 0x4087fe74 + 0x4087fe70 rx_beacon_tim_udata_bitmap = 0x4087fe70 + 0x4087fe6c rx_beacon_tim_bdata = 0x4087fe6c + 0x4087fe68 rx_beacon_tim_bdata_bitmapctl = 0x4087fe68 + 0x4087fe64 rx_beacon_tim_bdata_bitmap_trans = 0x4087fe64 + 0x4087fe60 rx_beacon_tim_bdata_bitmap_mbssid_self = 0x4087fe60 + 0x4087fe5c rx_beacon_tim_bdata_bitmap_mbssid_other = 0x4087fe5c + 0x4087fe58 rx_beacon_dtim_tim = 0x4087fe58 + 0x4087fe54 rx_beacon_dtim_tim_mcast = 0x4087fe54 + 0x4087fd08 amdpu_delay_time_ms = 0x4087fd08 + 0x4087fd04 ampdu_delay_packet = 0x4087fd04 + 0x4087fe51 ampdu_delay = 0x4087fe51 + 0x4087fe50 first_ampdu = 0x4087fe50 + 0x4087fd02 s_ht_ampdu_density_us = 0x4087fd02 + 0x4087fd01 s_ht_ampdu_density = 0x4087fd01 + 0x4087fd00 s_running_phy_type = 0x4087fd00 + 0x4087fe4c complete_ena_tb_seqno = 0x4087fe4c + 0x4087fe48 complete_ena_tb_final = 0x4087fe48 + 0x4087fe44 complete_ena_tb_count = 0x4087fe44 + 0x4087fe40 s_itwt_state = 0x4087fe40 + 0x4087fe3c g_dbg_interp_tsf = 0x4087fe3c + 0x4087fe38 g_dbg_interp_tsf_end = 0x4087fe38 + 0x4087fe34 g_dbg_closrf_tsf = 0x4087fe34 + 0x4087fe30 g_dbg_closrf_idx = 0x4087fe30 + 0x4087fe2c g_dbg_closrf_blk = 0x4087fe2c + 0x4087fdf0 s_he_min_len_bytes = 0x4087fdf0 + 0x4087fdd0 s_he_dcm_min_len_bytes = 0x4087fdd0 + 0x4087fdc0 s_mplen_low_bitmap = 0x4087fdc0 + 0x4087fdb0 s_mplen_high_bitmap = 0x4087fdb0 + 0x4087fdac s_mplen_vi_bitmap = 0x4087fdac + 0x4087fda8 s_mplen_bk_bitmap = 0x4087fda8 + 0x4087fcfc esp_wifi_cert_tx_mcs = 0x4087fcfc + 0x4087fcf8 esp_wifi_cert_tx_bcc = 0x4087fcf8 + 0x4087fcf4 //esp_wifi_cert_tx_ltf = 0x4087fcf4 + 0x4087fcf0 //esp_wifi_cert_tx_gi = 0x4087fcf0 + 0x4087fcec esp_wifi_cert_tx_nss = 0x4087fcec + 0x4087fda4 esp_test_tx_statistics_aci_bitmap = 0x4087fda4 + 0x4087fd94 esp_test_tx_statistics = 0x4087fd94 + 0x4087fd84 esp_test_tx_tb_statistics = 0x4087fd84 + 0x4087fd24 esp_test_tx_fail_statistics = 0x4087fd24 + 0x4087fd1c esp_test_rx_statistics = 0x4087fd1c + 0x4087fd18 esp_test_rx_mu_statistics = 0x4087fd18 + 0x4087fd14 esp_test_mu_print_ru_allocation = 0x4087fd14 + 0x4004ffc8 sigb_ru_allocation_user_num = 0x4004ffc8 + 0x4004ff38 sigb_common_ru_allocation = 0x4004ff38 + 0x4004fee8 mu_mimo_special_cfg_user_num_2 = 0x4004fee8 + 0x4004fe80 mu_mimo_special_cfg_user_num_3 = 0x4004fe80 + 0x4004fe28 mu_mimo_special_cfg_user_num_4 = 0x4004fe28 + 0x4004fdf0 mu_mimo_special_cfg_user_num_5 = 0x4004fdf0 + 0x4004fdd0 mu_mimo_special_cfg_user_num_6 = 0x4004fdd0 + 0x4004fdc0 mu_mimo_special_cfg_user_num_7 = 0x4004fdc0 + 0x4004fdb8 mu_mimo_special_cfg_user_num_8 = 0x4004fdb8 + 0x4087fd10 esp_test_rx_error_occurs = 0x4087fd10 + 0x4087fd0c g_pp_tx_pkt_num = 0x4087fd0c + 0x4004fd40 he_max_apep_length = 0x4004fd40 + 0x400004a4 esp_rom_newlib_init_common_mutexes = 0x400004a4 + 0x400004a8 memset = 0x400004a8 + 0x400004ac memcpy = 0x400004ac + 0x400004b0 memmove = 0x400004b0 + 0x400004b4 memcmp = 0x400004b4 + 0x400004b8 strcpy = 0x400004b8 + 0x400004bc strncpy = 0x400004bc + 0x400004c0 strcmp = 0x400004c0 + 0x400004c4 strncmp = 0x400004c4 + 0x400004c8 strlen = 0x400004c8 + 0x400004cc strstr = 0x400004cc + 0x400004d0 bzero = 0x400004d0 + 0x400004d4 _isatty_r = 0x400004d4 + 0x400004d8 sbrk = 0x400004d8 + 0x400004dc isalnum = 0x400004dc + 0x400004e0 isalpha = 0x400004e0 + 0x400004e4 isascii = 0x400004e4 + 0x400004e8 isblank = 0x400004e8 + 0x400004ec iscntrl = 0x400004ec + 0x400004f0 isdigit = 0x400004f0 + 0x400004f4 islower = 0x400004f4 + 0x400004f8 isgraph = 0x400004f8 + 0x400004fc isprint = 0x400004fc + 0x40000500 ispunct = 0x40000500 + 0x40000504 isspace = 0x40000504 + 0x40000508 isupper = 0x40000508 + 0x4000050c toupper = 0x4000050c + 0x40000510 tolower = 0x40000510 + 0x40000514 toascii = 0x40000514 + 0x40000518 memccpy = 0x40000518 + 0x4000051c memchr = 0x4000051c + 0x40000520 memrchr = 0x40000520 + 0x40000524 strcasecmp = 0x40000524 + 0x40000528 strcasestr = 0x40000528 + 0x4000052c strcat = 0x4000052c + 0x40000530 strdup = 0x40000530 + 0x40000534 strchr = 0x40000534 + 0x40000538 strcspn = 0x40000538 + 0x4000053c strcoll = 0x4000053c + 0x40000540 strlcat = 0x40000540 + 0x40000544 strlcpy = 0x40000544 + 0x40000548 strlwr = 0x40000548 + 0x4000054c strncasecmp = 0x4000054c + 0x40000550 strncat = 0x40000550 + 0x40000554 strndup = 0x40000554 + 0x40000558 strnlen = 0x40000558 + 0x4000055c strrchr = 0x4000055c + 0x40000560 strsep = 0x40000560 + 0x40000564 strspn = 0x40000564 + 0x40000568 strtok_r = 0x40000568 + 0x4000056c strupr = 0x4000056c + 0x40000570 longjmp = 0x40000570 + 0x40000574 setjmp = 0x40000574 + 0x40000578 abs = 0x40000578 + 0x4000057c div = 0x4000057c + 0x40000580 labs = 0x40000580 + 0x40000584 ldiv = 0x40000584 + 0x40000588 qsort = 0x40000588 + 0x4000058c rand_r = 0x4000058c + 0x40000590 rand = 0x40000590 + 0x40000594 srand = 0x40000594 + 0x40000598 utoa = 0x40000598 + 0x4000059c itoa = 0x4000059c + 0x400005a0 atoi = 0x400005a0 + 0x400005a4 atol = 0x400005a4 + 0x400005a8 strtol = 0x400005a8 + 0x400005ac strtoul = 0x400005ac + 0x400005b0 fflush = 0x400005b0 + 0x400005b4 _fflush_r = 0x400005b4 + 0x400005b8 _fwalk = 0x400005b8 + 0x400005bc _fwalk_reent = 0x400005bc + 0x400005c0 __smakebuf_r = 0x400005c0 + 0x400005c4 __swhatbuf_r = 0x400005c4 + 0x400005c8 __swbuf_r = 0x400005c8 + 0x400005cc __swbuf = 0x400005cc + 0x400005d0 __swsetup_r = 0x400005d0 + 0x4087ffd4 syscall_table_ptr = 0x4087ffd4 + 0x4087ffd0 _global_impure_ptr = 0x4087ffd0 + 0x400005d4 __sprint_r = 0x400005d4 + 0x400005d8 _fiprintf_r = 0x400005d8 + 0x400005dc _fprintf_r = 0x400005dc + 0x400005e0 _vfiprintf_r = 0x400005e0 + 0x400005e4 _vfprintf_r = 0x400005e4 + 0x400005e8 fiprintf = 0x400005e8 + 0x400005ec fprintf = 0x400005ec + 0x400005f0 printf = 0x400005f0 + 0x400005f4 vfiprintf = 0x400005f4 + 0x400005f8 vfprintf = 0x400005f8 + 0x400005fc asprintf = 0x400005fc + 0x40000600 sprintf = 0x40000600 + 0x40000604 snprintf = 0x40000604 + 0x40000608 siprintf = 0x40000608 + 0x4000060c sniprintf = 0x4000060c + 0x40000610 vprintf = 0x40000610 + 0x40000614 viprintf = 0x40000614 + 0x40000618 vsnprintf = 0x40000618 + 0x4000061c vsniprintf = 0x4000061c + 0x40000620 sscanf = 0x40000620 + 0x40000624 siscanf = 0x40000624 + 0x400003fc tlsf_create = 0x400003fc + 0x40000400 tlsf_create_with_pool = 0x40000400 + 0x40000404 tlsf_get_pool = 0x40000404 + 0x40000408 tlsf_add_pool = 0x40000408 + 0x4000040c tlsf_remove_pool = 0x4000040c + 0x40000410 tlsf_malloc = 0x40000410 + 0x40000414 tlsf_memalign = 0x40000414 + 0x40000418 tlsf_memalign_offs = 0x40000418 + 0x4000041c tlsf_realloc = 0x4000041c + 0x40000420 tlsf_free = 0x40000420 + 0x40000424 tlsf_block_size = 0x40000424 + 0x40000428 tlsf_size = 0x40000428 + 0x4000042c tlsf_align_size = 0x4000042c + 0x40000430 tlsf_block_size_min = 0x40000430 + 0x40000434 tlsf_block_size_max = 0x40000434 + 0x40000438 tlsf_pool_overhead = 0x40000438 + 0x4000043c tlsf_alloc_overhead = 0x4000043c + 0x40000440 tlsf_walk_pool = 0x40000440 + 0x40000444 tlsf_check = 0x40000444 + 0x4000044c tlsf_poison_fill_pfunc_set = 0x4000044c + 0x40000450 tlsf_poison_check_pfunc_set = 0x40000450 + 0x40000454 multi_heap_get_block_address_impl = 0x40000454 + 0x40000458 multi_heap_get_allocated_size_impl = 0x40000458 + 0x4000045c multi_heap_register_impl = 0x4000045c + 0x40000460 multi_heap_set_lock = 0x40000460 + 0x40000464 multi_heap_mutex_init = 0x40000464 + 0x40000468 multi_heap_internal_lock = 0x40000468 + 0x4000046c multi_heap_internal_unlock = 0x4000046c + 0x40000470 multi_heap_get_first_block = 0x40000470 + 0x40000474 multi_heap_get_next_block = 0x40000474 + 0x40000478 multi_heap_is_free = 0x40000478 + 0x4000047c multi_heap_malloc_impl = 0x4000047c + 0x40000480 multi_heap_free_impl = 0x40000480 + 0x40000484 multi_heap_realloc_impl = 0x40000484 + 0x40000488 multi_heap_aligned_alloc_impl_offs = 0x40000488 + 0x4000048c multi_heap_aligned_alloc_impl = 0x4000048c + 0x40000490 multi_heap_check = 0x40000490 + 0x40000494 multi_heap_dump = 0x40000494 + 0x40000498 multi_heap_free_size_impl = 0x40000498 + 0x4000049c multi_heap_minimum_free_size_impl = 0x4000049c + 0x400004a0 multi_heap_get_info_impl = 0x400004a0 + 0x4087ffd8 heap_tlsf_table_ptr = 0x4087ffd8 + 0x4000047c PROVIDE (multi_heap_malloc = multi_heap_malloc_impl) + 0x40000480 PROVIDE (multi_heap_free = multi_heap_free_impl) + 0x40000484 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl) + 0x40000458 PROVIDE (multi_heap_get_allocated_size = multi_heap_get_allocated_size_impl) + 0x4000045c PROVIDE (multi_heap_register = multi_heap_register_impl) + 0x400004a0 PROVIDE (multi_heap_get_info = multi_heap_get_info_impl) + 0x40000498 PROVIDE (multi_heap_free_size = multi_heap_free_size_impl) + 0x4000049c PROVIDE (multi_heap_minimum_free_size = multi_heap_minimum_free_size_impl) + [!provide] PROVIDE (multi_heap_get_block_address = multi_heap_get_block_address_impl) + [!provide] PROVIDE (multi_heap_aligned_alloc = multi_heap_aligned_alloc_impl) + [!provide] PROVIDE (multi_heap_aligned_free = multi_heap_aligned_free_impl) + [!provide] PROVIDE (multi_heap_check = multi_heap_check) + [!provide] PROVIDE (multi_heap_set_lock = multi_heap_set_lock) + 0x40000464 PROVIDE (multi_heap_os_funcs_init = multi_heap_mutex_init) + [!provide] PROVIDE (multi_heap_internal_lock = multi_heap_internal_lock) + [!provide] PROVIDE (multi_heap_internal_unlock = multi_heap_internal_unlock) + 0x40000000 _heap_end = 0x40000000 + 0x50000000 _data_seg_org = ORIGIN (rtc_data_seg) + 0x00000001 ASSERT ((_flash_rodata_dummy_start == ORIGIN (default_rodata_seg)), .flash_rodata_dummy section must be placed at the beginning of the rodata segment.) + +.rtc.text 0x50000000 0x0 + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_fast_start = ABSOLUTE (.) + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_text_start = ABSOLUTE (.) + *(.rtc.entry.text) + *(.rtc.literal .rtc.text .rtc.text.*) + *rtc_wake_stub*.*(.text .text.*) + *(.rtc_text_end_test) + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_text_end = ABSOLUTE (.) + +.rtc.force_fast + 0x50000000 0x0 + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_force_fast_start = ABSOLUTE (.) + 0x50000000 _coredump_rtc_fast_start = ABSOLUTE (.) + *(.rtc.fast.coredump .rtc.fast.coredump.*) + 0x50000000 _coredump_rtc_fast_end = ABSOLUTE (.) + *(.rtc.force_fast .rtc.force_fast.*) + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_force_fast_end = ABSOLUTE (.) + +.rtc.data 0x50000000 0x0 + 0x50000000 _rtc_data_start = ABSOLUTE (.) + 0x50000000 _coredump_rtc_start = ABSOLUTE (.) + *(.rtc.coredump .rtc.coredump.*) + 0x50000000 _coredump_rtc_end = ABSOLUTE (.) + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) + 0x50000000 _rtc_data_end = ABSOLUTE (.) + +.rtc.bss 0x50000000 0x0 + 0x50000000 _rtc_bss_start = ABSOLUTE (.) + *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + 0x50000000 _rtc_bss_end = ABSOLUTE (.) + +.rtc_noinit 0x50000000 0x0 + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_noinit_start = ABSOLUTE (.) + *(.rtc_noinit .rtc_noinit.*) + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_noinit_end = ABSOLUTE (.) + +.rtc.force_slow + 0x50000000 0x0 + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_force_slow_start = ABSOLUTE (.) + *(.rtc.force_slow .rtc.force_slow.*) + 0x50000000 . = ALIGN (0x4) + 0x50000000 _rtc_force_slow_end = ABSOLUTE (.) + +.rtc_reserved 0x50003fe8 0x18 + 0x50003fe8 . = ALIGN (0x4) + 0x50003fe8 _rtc_reserved_start = ABSOLUTE (.) + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + .rtc_timer_data_in_rtc_mem + 0x50003fe8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + *(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*) + 0x50004000 _rtc_reserved_end = ABSOLUTE (.) + 0x00000018 _rtc_reserved_length = (_rtc_reserved_end - _rtc_reserved_start) + 0x00000001 ASSERT ((_rtc_reserved_length <= LENGTH (rtc_reserved_seg)), RTC reserved segment data does not fit.) + 0x00000000 _rtc_slow_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_slow_end - _rtc_data_start):(_rtc_force_slow_end - _rtc_force_slow_start) + 0x00000000 _rtc_fast_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_fast_end - _rtc_fast_start):(_rtc_noinit_end - _rtc_fast_start) + 0x00000000 ASSERT ((_rtc_slow_length <= LENGTH (rtc_slow_seg)), RTC_SLOW segment data does not fit.) + 0x00000000 ASSERT ((_rtc_fast_length <= LENGTH (rtc_data_seg)), RTC_FAST segment data does not fit.) + +.iram0.text 0x40800000 0xc124 + 0x40800000 _iram_start = ABSOLUTE (.) + 0x00000001 ASSERT (((ABSOLUTE (.) % 0x100) == 0x0), vector address must be 256 byte aligned) + *(.exception_vectors_table.text) + .exception_vectors_table.text + 0x40800000 0x102 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + 0x40800000 _vector_table + *(.exception_vectors.text) + .exception_vectors.text + 0x40800102 0x1d6 esp-idf/riscv/libriscv.a(vectors.S.obj) + 0x40800102 _panic_handler + 0x408001dc _interrupt_handler + 0x408002d8 . = ALIGN (0x4) + *fill* 0x408002d8 0x0 + 0x408002d8 _invalid_pc_placeholder = ABSOLUTE (.) + 0x408002d8 _iram_text_start = ABSOLUTE (.) + *(.iram1 .iram1.*) + .iram1.0 0x408002d8 0x2ac esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x408002d8 call_start_cpu0 + .iram1.1 0x40800584 0xee esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .iram1.1 0x40800672 0x24 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .iram1.0 0x40800696 0x42 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x40800696 esp_reset_reason_set_hint + .iram1.0 0x408006d8 0x188 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x408006d8 esp_system_reset_modules_on_exit + .iram1.1 0x40800860 0xf0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x40800860 esp_restart_noos + .iram1.0 0x40800950 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x40800950 panic_abort + .iram1.0 0x40800966 0x16 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .iram1.1 0x4080097c 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4080097c panicHandler + .iram1.2 0x4080099a 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4080099a xt_unhandled_exception + .iram1.0 0x408009b8 0x1c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x408009b8 efuse_hal_chip_revision + .iram1.1 0x408009d4 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x408009d4 efuse_hal_blk_version + .iram1.2 0x408009f2 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x408009f2 efuse_hal_get_disable_wafer_version_major + .iram1.4 0x40800a00 0x24 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40800a00 efuse_hal_flash_encryption_enabled + .iram1.0 0x40800a24 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40800a24 efuse_hal_get_major_chip_version + .iram1.1 0x40800a34 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40800a34 efuse_hal_get_minor_chip_version + .iram1.0 0x40800a44 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.9 0x40800a5a 0x3a esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.1 0x40800a94 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40800a94 heap_caps_malloc + .iram1.2 0x40800ac8 0x68 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40800ac8 heap_caps_malloc_default + .iram1.7 0x40800b30 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40800b30 heap_caps_realloc + .iram1.3 0x40800b64 0x70 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40800b64 heap_caps_realloc_default + .iram1.8 0x40800bd4 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40800bd4 heap_caps_calloc + .iram1.11 0x40800c10 0x4a esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x40800c10 heap_caps_aligned_alloc + .iram1.2 0x40800c5a 0x1e esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .iram1.1 0x40800c78 0x5a esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40800c78 heap_caps_free + .iram1.3 0x40800cd2 0xb0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40800cd2 heap_caps_aligned_alloc_base + .iram1.4 0x40800d82 0x12 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40800d82 heap_caps_malloc_base + .iram1.5 0x40800d94 0x126 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40800d94 heap_caps_realloc_base + .iram1.6 0x40800eba 0x42 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x40800eba heap_caps_calloc_base + .iram1.1 0x40800efc 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40800efc esp_clk_cpu_freq + .iram1.2 0x40800f1a 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40800f1a esp_clk_apb_freq + .iram1.3 0x40800f28 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x40800f28 esp_clk_xtal_freq + .iram1.0 0x40800f42 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.4 0x40800f7c 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40800f7c esp_intr_noniram_disable + .iram1.5 0x40800ffe 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40800ffe esp_intr_noniram_enable + .iram1.8 0x40801060 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40801060 esp_intr_enable_source + .iram1.2 0x40801086 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40801086 esp_intr_enable + .iram1.9 0x4080112c 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4080112c esp_intr_disable_source + .iram1.3 0x40801152 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40801152 esp_intr_disable + .iram1.0 0x40801246 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x40801246 rtc_isr_noniram_disable + .iram1.1 0x40801248 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x40801248 rtc_isr_noniram_enable + .iram1.2 0x4080124a 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x4080124a regi2c_ctrl_read_reg_mask + .iram1.3 0x408012a4 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x408012a4 regi2c_ctrl_write_reg + .iram1.4 0x408012f2 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x408012f2 regi2c_ctrl_write_reg_mask + .iram1.0 0x40801350 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.1 0x40801378 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.2 0x40801388 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.3 0x408013fe 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.4 0x4080142a 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.5 0x40801458 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.8 0x4080146a 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.9 0x40801480 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.10 0x40801498 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.7 0x408014c6 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.6 0x408014d6 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.17 0x408014e6 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.14 0x4080157e 0x9a esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.15 0x40801618 0x9a esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.11 0x408016b2 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + 0x408016b2 MODEM_CLOCK_instance + .iram1.19 0x408016b8 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .iram1.20 0x40801722 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + 0x40801722 modem_clock_module_enable + .iram1.21 0x4080176a 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + 0x4080176a modem_clock_module_disable + .iram1.0 0x408017ac 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + 0x408017ac PMU_instance + *fill* 0x408017b2 0xe + .iram1 0x408017c0 0x1cc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + 0x408017c0 rv_core_critical_regs_save + 0x408018b0 _rv_core_critical_regs_restore + 0x408018b2 rv_core_critical_regs_restore + .iram1.1 0x4080198c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4080198c periph_rcc_enter + .iram1.2 0x408019a6 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x408019a6 periph_rcc_exit + .iram1.1 0x408019c0 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + 0x408019c0 sleep_retention_get_inited_modules + .iram1.2 0x408019ca 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + 0x408019ca sleep_retention_get_created_modules + .iram1.0 0x408019d4 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + 0x408019d4 PAU_instance + .iram1.0 0x40801a48 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.16 0x40801a7a 0x2c esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.4 0x40801aa6 0xce esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.9 0x40801b74 0x86 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.2 0x40801bfa 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801bfa _lock_init_recursive + .iram1.3 0x40801c0c 0x52 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801c0c _lock_close + 0x40801c0c _lock_close_recursive + .iram1.5 0x40801c5e 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801c5e _lock_acquire + .iram1.6 0x40801c6e 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801c6e _lock_acquire_recursive + .iram1.7 0x40801c7e 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801c7e _lock_try_acquire + .iram1.8 0x40801c8e 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801c8e _lock_try_acquire_recursive + .iram1.10 0x40801c9e 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801c9e _lock_release + .iram1.11 0x40801cac 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801cac _lock_release_recursive + .iram1.12 0x40801cba 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801cba __retarget_lock_init + .iram1.13 0x40801ccc 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801ccc __retarget_lock_init_recursive + .iram1.14 0x40801cde 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801cde __retarget_lock_close + .iram1.15 0x40801cee 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801cee __retarget_lock_close_recursive + .iram1.17 0x40801cfe 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801cfe __retarget_lock_acquire + .iram1.18 0x40801d30 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801d30 __retarget_lock_acquire_recursive + .iram1.19 0x40801d62 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801d62 __retarget_lock_try_acquire + .iram1.20 0x40801d94 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801d94 __retarget_lock_try_acquire_recursive + .iram1.21 0x40801dc8 0x14 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801dc8 __retarget_lock_release + .iram1.22 0x40801ddc 0x14 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x40801ddc __retarget_lock_release_recursive + .iram1.0 0x40801df0 0x36 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x40801df0 esp_reent_init + .iram1.1 0x40801e26 0x72 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x40801e26 _gettimeofday_r + .iram1.0 0x40801e98 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x40801e98 _times_r + .iram1.0 0x40801ede 0x24 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x40801ede esp_system_get_time + .iram1.1 0x40801f02 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x40801f02 esp_timer_impl_get_min_period_us + .iram1.3 0x40801f0a 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .iram1.1 0x40801f2e 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x40801f2e esp_timer_impl_get_time + 0x40801f2e esp_timer_get_time + .iram1.2 0x40801f56 0x9a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x40801f56 esp_timer_impl_set_alarm_id + .iram1.0 0x40801ff0 0x66 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .iram1.0 0x40802056 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40802056 esp_coex_common_env_is_chip_wrapper + .iram1.3 0x4080205a 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4080205a esp_coex_common_task_yield_from_isr_wrapper + .iram1.4 0x40802068 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40802068 esp_coex_common_timer_disarm_wrapper + .iram1.5 0x40802076 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40802076 esp_coex_common_timer_arm_us_wrapper + .iram1.6 0x40802084 0x14 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x40802084 esp_coex_common_malloc_internal_wrapper + .iram1.9 0x40802098 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.8 0x408020a6 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.7 0x408020b4 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.1 0x408020c6 0x2c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x408020c6 bootloader_flash_execute_command_common + .iram1.2 0x4080238c 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4080238c bootloader_execute_flash_command + .iram1.4 0x408023a6 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x408023a6 bootloader_read_flash_id + .iram1.12 0x408023da 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x408023da bootloader_flash_reset_chip + .iram1.0 0x4080245a 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x4080245a esp_flash_encryption_enabled + .iram1.2 0x40802468 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.3 0x40802476 0x84 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.4 0x408024fa 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.16 0x4080251e 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.1 0x4080254e 0x7a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4080254e esp_mmu_paddr_find_caps + .iram1.0 0x408025c8 0x98 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + 0x408025c8 esp_heap_adjust_alignment_to_hw + .iram1.5 0x40802660 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40802660 spi_flash_disable_cache + .iram1.0 0x40802672 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40802672 spi_flash_disable_interrupts_caches_and_other_cpu + .iram1.6 0x40802694 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x40802694 spi_flash_restore_cache + .iram1.1 0x408026a6 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x408026a6 spi_flash_enable_interrupts_caches_and_other_cpu + .iram1.4 0x408026c8 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x408026c8 spi_flash_enable_cache + .iram1.7 0x408026d8 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x408026d8 spi_flash_cache_enabled + .iram1.0 0x408026ea 0x50 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.1 0x4080273a 0x74 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4080273a spi_flash_check_and_flush_cache + .iram1.4 0x408027ae 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x408027ae esp_mspi_pin_init + .iram1.5 0x408027b0 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x408027b0 spi_flash_init_chip_state + .iram1.7 0x408027b4 0x34 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x408027b4 esp_mspi_32bit_address_flash_feature_check + .iram1.3 0x408027e8 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.4 0x40802810 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.6 0x40802832 0x54 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.7 0x40802886 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40802886 esp_flash_chip_driver_initialized + .iram1.5 0x40802892 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.12 0x408028ba 0xa2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.10 0x4080295c 0x80 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.13 0x408029dc 0x64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x408029dc esp_flash_get_physical_size + .iram1.9 0x40802a40 0x1c0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x40802a40 esp_flash_init_main + .iram1.9 0x40802c00 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.17 0x40802c2a 0x3e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.8 0x40802c68 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.12 0x40802cae 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.11 0x40802cbe 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.10 0x40802d26 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.14 0x40802d3c 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.13 0x40802d4c 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.0 0x40802d98 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.7 0x40802da6 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.1 0x40802dc2 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.6 0x40802dd0 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3 0x40802de0 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.2 0x40802df6 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.1 0x40802e1a 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.1 0x40802e36 0x54 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.2 0x40802e8a 0x5e esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.3 0x40802ee8 0xe esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x40802ee8 esp_crosscore_int_send_yield + .iram1.0 0x40802ef6 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x40802ef6 esp_vApplicationTickHook + .iram1.0 0x40802f26 0x5e esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .iram1.0 0x40802f84 0x90 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x40802f84 esp_backtrace_print + .iram1.0 0x40803014 0xdc esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .iram1.2 0x408030f0 0x96 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + 0x408030f0 regi2c_read_mask_impl + 0x408030f0 esp_rom_regi2c_read_mask + .iram1.3 0x40803186 0x52 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + 0x40803186 esp_rom_regi2c_write + 0x40803186 regi2c_write_impl + .iram1.4 0x408031d8 0xd0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + 0x408031d8 esp_rom_regi2c_write_mask + 0x408031d8 regi2c_write_mask_impl + .iram1.2 0x408032a8 0x24 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + 0x408032a8 lp_timer_hal_get_cycle_count + .iram1.0 0x408032cc 0x166 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x408032cc modem_clock_hal_set_clock_domain_icg_bitmap + .iram1.1 0x40803432 0xf2 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x40803432 modem_clock_hal_get_clock_domain_icg_bitmap + .iram1.2 0x40803524 0x28 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x40803524 modem_clock_hal_enable_modem_common_fe_clock + .iram1.3 0x4080354c 0x28 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x4080354c modem_clock_hal_enable_modem_private_fe_clock + .iram1.6 0x40803574 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.7 0x40803582 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.4 0x4080359c 0xc2 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.8 0x4080365e 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.5 0x40803678 0x84 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.9 0x408036fc 0x2a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.1 0x40803726 0x8c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x40803726 esp_timer_start_once + .iram1.2 0x408037b2 0xbc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x408037b2 esp_timer_start_periodic + .iram1.3 0x4080386e 0x56 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4080386e esp_timer_stop + .iram1.0 0x408038c4 0x12 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.1 0x408038d6 0xa2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x408038d6 ets_timer_arm_us + 0x408038d6 os_timer_arm_us + .iram1.3 0x40803978 0x1e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x40803978 ets_timer_disarm + 0x40803978 os_timer_disarm + .iram1.3 0x40803996 0xc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + 0x40803996 coex_dbg_output + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) + *libclang_rt.builtins.a:_divsf3.*(.literal .literal.* .text .text.*) + *libclang_rt.builtins.a:restore.*(.literal .literal.* .text .text.*) + *libclang_rt.builtins.a:save.*(.literal .literal.* .text .text.*) + *libcoexist.a:(.coexiram .coexiram.*) + *libcoexist.a:(.coexsleepiram .coexsleepiram.*) + *libesp_driver_gptimer.a:gptimer.*(.literal.gptimer_default_isr .text.gptimer_default_isr) + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_compare_and_set .text.esp_cpu_compare_and_set) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_reset .text.esp_cpu_reset) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_stall .text.esp_cpu_stall) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_unstall .text.esp_cpu_unstall) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_wait_for_intr .text.esp_cpu_wait_for_intr) + .text.esp_cpu_wait_for_intr + 0x408039a2 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x408039a2 esp_cpu_wait_for_intr + *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) + .text.esp_ptr_byte_accessible + 0x408039be 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x408039be esp_ptr_byte_accessible + *libesp_hw_support.a:gdma.*(.literal.gdma_append .text.gdma_append) + *libesp_hw_support.a:gdma.*(.literal.gdma_default_rx_isr .text.gdma_default_rx_isr) + *libesp_hw_support.a:gdma.*(.literal.gdma_default_tx_isr .text.gdma_default_tx_isr) + *libesp_hw_support.a:gdma.*(.literal.gdma_reset .text.gdma_reset) + *libesp_hw_support.a:gdma.*(.literal.gdma_start .text.gdma_start) + *libesp_hw_support.a:gdma.*(.literal.gdma_stop .text.gdma_stop) + *libesp_hw_support.a:mspi_timing_tuning.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) + *libesp_hw_support.a:pmu_sleep.*(.literal .literal.* .text .text.*) + .text.pmu_sleep_enable_regdma_backup + 0x408039dc 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + 0x408039dc pmu_sleep_enable_regdma_backup + .text.pmu_sleep_disable_regdma_backup + 0x40803a36 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + 0x40803a36 pmu_sleep_disable_regdma_backup + .text.pmu_sleep_enable_hp_sleep_sysclk + 0x40803a8e 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + 0x40803a8e pmu_sleep_enable_hp_sleep_sysclk + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + .text.rtc_clk_bbpll_disable + 0x40803abc 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_enable + 0x40803ae2 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_8m + 0x40803b04 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_xtal + 0x40803b5e 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x40803bdc 0xac esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_enable_i2c_ana_master_clock + 0x40803c88 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_configure + 0x40803ca6 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_add_consumer + 0x40803d9a 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803d9a rtc_clk_bbpll_add_consumer + .text.rtc_clk_bbpll_remove_consumer + 0x40803daa 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803daa rtc_clk_bbpll_remove_consumer + .text.rtc_clk_32k_enable + 0x40803dba 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803dba rtc_clk_32k_enable + .text.rtc_clk_32k_enable_external + 0x40803e2a 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803e2a rtc_clk_32k_enable_external + .text.rtc_clk_rc32k_enable + 0x40803e44 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803e44 rtc_clk_rc32k_enable + .text.rtc_clk_8m_enable + 0x40803e84 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803e84 rtc_clk_8m_enable + .text.rtc_clk_slow_src_set + 0x40803ec4 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803ec4 rtc_clk_slow_src_set + .text.rtc_clk_slow_src_get + 0x40803f3e 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803f3e rtc_clk_slow_src_get + .text.rtc_clk_slow_freq_get_hz + 0x40803f78 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803f78 rtc_clk_slow_freq_get_hz + .text.rtc_clk_fast_src_set + 0x40803fba 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803fba rtc_clk_fast_src_set + .text.rtc_clk_set_cpu_switch_to_pll + 0x40803ffa 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803ffa rtc_clk_set_cpu_switch_to_pll + .text.rtc_clk_xtal_freq_get + 0x40803ffc 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40803ffc rtc_get_xtal + 0x40803ffc rtc_clk_xtal_freq_get + .text.rtc_clk_cpu_freq_mhz_to_config + 0x40804078 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40804078 rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_set_config + 0x408040f6 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408040f6 rtc_clk_cpu_freq_set_config + .text.rtc_clk_cpu_freq_get_config + 0x408041a6 0x110 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408041a6 rtc_clk_cpu_freq_get_config + .text.rtc_clk_cpu_set_to_default_config + 0x408042b6 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408042b6 rtc_clk_cpu_set_to_default_config + .text.rtc_clk_cpu_freq_set_xtal + 0x408042d2 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408042d2 rtc_clk_cpu_freq_set_xtal + .text.rtc_clk_ahb_freq_get + 0x408042e4 0xdc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apb_freq_get + 0x408043c0 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408043c0 rtc_clk_apb_freq_get + .text.rtc_dig_clk8m_enable + 0x408043f6 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x408043f6 rtc_dig_clk8m_enable + .text.rtc_dig_clk8m_disable + 0x4080441c 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4080441c rtc_dig_clk8m_disable + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + .text.rtc_clk_cal_32k_valid + 0x40804444 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal_internal + 0x408044dc 0x450 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal + 0x4080492c 0xc2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x4080492c rtc_clk_cal + .text.rtc_time_us_to_slowclk + 0x408049ee 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x408049ee rtc_time_us_to_slowclk + .text.rtc_time_get + 0x40804a2e 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40804a2e rtc_time_get + .text.rtc_clk_freq_cal + 0x40804a3c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x40804a3c rtc_clk_freq_cal + .text.enable_timer_group0_for_calibration + 0x40804a5c 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *libesp_hw_support.a:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) + *libesp_hw_support.a:sleep_console.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:systimer.*(.literal .literal.* .text .text.*) + .text.systimer_ticks_to_us + 0x40804abe 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x40804abe systimer_ticks_to_us + .text.systimer_us_to_ticks + 0x40804aca 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + 0x40804aca systimer_us_to_ticks + *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) + .text.esp_cache_get_alignment + 0x40804ad6 0x4e esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + 0x40804ad6 esp_cache_get_alignment + *libesp_phy.a:phy_init.*(.literal.esp_phy_disable .text.esp_phy_disable) + *libesp_phy.a:phy_init.*(.literal.esp_phy_enable .text.esp_phy_enable) + *libesp_phy.a:phy_init.*(.literal.esp_wifi_bt_power_domain_off .text.esp_wifi_bt_power_domain_off) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + .text.prvCheckItemAvail + 0x40804b24 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeNoSplit + 0x40804b6a 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeAllowSplit + 0x40804ba8 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeByteBuf + 0x40804bf2 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemByteBuf + 0x40804c10 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemByteBuf + 0x40804c76 0x102 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsByteBuffer + 0x40804d78 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemDefault + 0x40804dde 0x192 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemDefault + 0x40804f70 0x1a2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvAcquireItemNoSplit + 0x40805112 0xda esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendItemDoneNoSplit + 0x408051ec 0x178 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsDefault + 0x40805364 0xb8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvInitializeNewRingbuffer + 0x4080541c 0x11c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemByteBuf + 0x40805538 0xae esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemAllowSplit + 0x408055e6 0x148 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemNoSplit + 0x4080572e 0x3c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReceiveGeneric + 0x4080576a 0x134 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReceiveGenericFromISR + 0x4080589e 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendAcquireGeneric + 0x40805984 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateStatic + 0x40805a6a 0xba esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805a6a xRingbufferCreateStatic + .text.xRingbufferSend + 0x40805b24 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805b24 xRingbufferSend + .text.xRingbufferSendFromISR + 0x40805b94 0xfe esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805b94 xRingbufferSendFromISR + .text.xRingbufferReceive + 0x40805c92 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805c92 xRingbufferReceive + .text.xRingbufferReceiveFromISR + 0x40805cdc 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805cdc xRingbufferReceiveFromISR + .text.xRingbufferReceiveUpTo + 0x40805d24 0x76 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805d24 xRingbufferReceiveUpTo + .text.vRingbufferReturnItem + 0x40805d9a 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805d9a vRingbufferReturnItem + .text.vRingbufferReturnItemFromISR + 0x40805e1c 0x8c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805e1c vRingbufferReturnItemFromISR + .text.vRingbufferDelete + 0x40805ea8 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805ea8 vRingbufferDelete + .text.xRingbufferGetMaxItemSize + 0x40805eee 0x2e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805eee xRingbufferGetMaxItemSize + .text.xRingbufferGetCurFreeSize + 0x40805f1c 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805f1c xRingbufferGetCurFreeSize + .text.vRingbufferGetInfo + 0x40805f60 0x96 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805f60 vRingbufferGetInfo + .text.xRingbufferGetStaticBuffer + 0x40805ff6 0x42 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40805ff6 xRingbufferGetStaticBuffer + .text.xRingbufferCreateWithCaps + 0x40806038 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40806038 xRingbufferCreateWithCaps + .text.vRingbufferDeleteWithCaps + 0x4080609c 0x54 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4080609c vRingbufferDeleteWithCaps + *libesp_rom.a:esp_rom_print.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_sys.*(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_systimer.*(.literal .literal.* .text .text.*) + .text.systimer_hal_init + 0x408060f0 0x1e esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + 0x408060f0 systimer_hal_init + *libesp_rom.a:esp_rom_tlsf.*(.literal .literal.* .text .text.*) + .text.integrity_walker + 0x4080610e 0x66 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .text.tlsf_check_pool + 0x40806174 0x22 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + 0x40806174 tlsf_check_pool + .text.tlsf_set_rom_patches + 0x40806196 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + 0x40806196 tlsf_set_rom_patches + *libesp_rom.a:esp_rom_wdt.*(.literal .literal.* .text .text.*) + .text.wdt_hal_init + 0x408061d6 0x26c esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + 0x408061d6 wdt_hal_init + *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) + .text.esp_error_check_failed_print + 0x40806442 0x92 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text._esp_error_check_failed + 0x408064d4 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x408064d4 _esp_error_check_failed + *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) + .text.esp_system_abort + 0x408064f4 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x408064f4 esp_system_abort + *libesp_system.a:image_process.*(.literal .literal.* .text .text.*) + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + .text.__ubsan_include + 0x408064fc 0x2 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x408064fc __ubsan_include + *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) + *libesp_wifi.a:esp_adapter.*(.literal.wifi_clock_disable_wrapper .text.wifi_clock_disable_wrapper) + *libesp_wifi.a:esp_adapter.*(.literal.wifi_clock_enable_wrapper .text.wifi_clock_enable_wrapper) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_sta_receive .text.wifi_sta_receive) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_transmit_wrap .text.wifi_transmit_wrap) + *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .literal EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .literal.* EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .text EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .text.*) + .text.prvGetDisinheritPriorityAfterTimeout + 0x408064fe 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvIsQueueFull + 0x4080650e 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvIsQueueEmpty + 0x40806536 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvCopyDataToQueue + 0x4080655a 0x9a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvCopyDataFromQueue + 0x408065f4 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvNotifyQueueSetContainer + 0x40806620 0xde esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvUnlockQueue + 0x408066fe 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericReset + 0x40806790 0xc8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806790 xQueueGenericReset + .text.prvInitialiseNewQueue + 0x40806858 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGenericCreateStatic + 0x40806880 0x9c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806880 xQueueGenericCreateStatic + .text.xQueueGenericGetStaticBuffers + 0x4080691c 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4080691c xQueueGenericGetStaticBuffers + .text.xQueueGenericCreate + 0x40806982 0x7e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806982 xQueueGenericCreate + .text.xQueueGetMutexHolder + 0x40806a00 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806a00 xQueueGetMutexHolder + .text.xQueueCreateCountingSemaphoreStatic + 0x40806a46 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806a46 xQueueCreateCountingSemaphoreStatic + .text.xQueueCreateCountingSemaphore + 0x40806a8c 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806a8c xQueueCreateCountingSemaphore + .text.xQueueGenericSend + 0x40806ace 0x1be esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806ace xQueueGenericSend + .text.prvInitialiseMutex + 0x40806c8c 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateMutex + 0x40806cd4 0x20 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806cd4 xQueueCreateMutex + .text.xQueueCreateMutexStatic + 0x40806cf4 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806cf4 xQueueCreateMutexStatic + .text.xQueueGiveMutexRecursive + 0x40806d18 0x5e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806d18 xQueueGiveMutexRecursive + .text.xQueueGenericSendFromISR + 0x40806d76 0x174 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806d76 xQueueGenericSendFromISR + .text.xQueueGiveFromISR + 0x40806eea 0x140 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40806eea xQueueGiveFromISR + .text.xQueueSemaphoreTake + 0x4080702a 0x184 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4080702a xQueueSemaphoreTake + .text.xQueueTakeMutexRecursive + 0x408071ae 0x62 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x408071ae xQueueTakeMutexRecursive + .text.xQueueReceiveFromISR + 0x40807210 0x110 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40807210 xQueueReceiveFromISR + .text.uxQueueSpacesAvailable + 0x40807320 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40807320 uxQueueSpacesAvailable + .text.vQueueDelete + 0x40807362 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40807362 vQueueDelete + .text.vPortTaskWrapper + 0x4080739a 0x4e esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortTLSPointersDelCb + 0x408073e8 0xa4 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.pxPortInitialiseStack + 0x4080748c 0xe0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080748c pxPortInitialiseStack + .text.xPortInIsrContext + 0x4080756c 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080756c xPortInIsrContext + .text.xPortSetInterruptMaskFromISR + 0x40807576 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40807576 xPortSetInterruptMaskFromISR + .text.vPortClearInterruptMaskFromISR + 0x40807590 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40807590 vPortClearInterruptMaskFromISR + .text.vPortEnterCritical + 0x408075a0 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x408075a0 vPortEnterCritical + .text.vPortExitCritical + 0x408075d0 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x408075d0 vPortExitCritical + .text.vPortYieldFromISR + 0x40807630 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40807630 vPortYieldFromISR + .text.vPortYield + 0x40807644 0x3e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40807644 vPortYield + .text.xPortStartScheduler + 0x40807682 0x76 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40807682 xPortStartScheduler + .text.vApplicationStackOverflowHook + 0x408076f8 0x56 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x408076f8 vApplicationStackOverflowHook + .text.vPortTCBPreDeleteHook + 0x4080774e 0xe esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080774e vPortTCBPreDeleteHook + .text.pvPortMalloc + 0x4080775c 0x14 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4080775c pvPortMalloc + .text.vPortFree + 0x40807770 0xe esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x40807770 vPortFree + .text.xPortCheckValidTCBMem + 0x4080777e 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4080777e xPortCheckValidTCBMem + .text.xPortcheckValidStackMem + 0x408077b4 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x408077b4 xPortcheckValidStackMem + .text.vApplicationGetIdleTaskMemory + 0x408077ea 0x84 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x408077ea vApplicationGetIdleTaskMemory + .text.vSystimerSetup + 0x4080786e 0x17a esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x4080786e vSystimerSetup + .text.vPortSetupTimer + 0x408079e8 0xe esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x408079e8 vPortSetupTimer + .text.xPortSysTickHandler + 0x408079f6 0x32 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x408079f6 xPortSysTickHandler + .text.SysTickIsrHandler + 0x40807a28 0x78 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x40807a28 SysTickIsrHandler + .text.vListInitialise + 0x40807aa0 0x14 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40807aa0 vListInitialise + .text.vListInitialiseItem + 0x40807ab4 0x6 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40807ab4 vListInitialiseItem + .text.vListInsertEnd + 0x40807aba 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40807aba vListInsertEnd + .text.vListInsert + 0x40807ad2 0x32 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40807ad2 vListInsert + .text.uxListRemove + 0x40807b04 0x28 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x40807b04 uxListRemove + .text 0x40807b2c 0xd8 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x40807b36 rtos_int_enter + 0x40807b98 rtos_int_exit + *libfreertos.a:tasks.*(.text .text.__getreent .text.eTaskGetState .text.pcTaskGetName .text.prvAddCurrentTaskToDelayedList .text.prvAddNewTaskToReadyList .text.prvCheckTasksWaitingTermination .text.prvCreateIdleTasks .text.prvDeleteTCB .text.prvIdleTask .text.prvInitialiseNewTask .text.prvInitialiseTaskLists .text.prvResetNextTaskUnblockTime .text.prvSearchForNameWithinSingleList .text.prvTaskCheckFreeStackSpace .text.prvTaskIsTaskSuspended .text.prvTaskPriorityRaise .text.prvTaskPriorityRestore .text.pvTaskGetCurrentTCBForCore .text.pvTaskGetThreadLocalStoragePointer .text.pvTaskIncrementMutexHeldCount .text.pxTaskGetStackStart .text.ulTaskGenericNotifyTake .text.ulTaskGenericNotifyValueClear .text.uxTaskGetNumberOfTasks .text.uxTaskGetStackHighWaterMark .text.uxTaskGetStackHighWaterMark2 .text.uxTaskPriorityGet .text.uxTaskPriorityGetFromISR .text.uxTaskResetEventItemValue .text.vTaskDelay .text.vTaskDelete .text.vTaskEndScheduler .text.vTaskGenericNotifyGiveFromISR .text.vTaskGetSnapshot .text.vTaskInternalSetTimeOutState .text.vTaskMissedYield .text.vTaskPlaceOnEventList .text.vTaskPlaceOnEventListRestricted .text.vTaskPlaceOnUnorderedEventList .text.vTaskPriorityDisinheritAfterTimeout .text.vTaskPrioritySet .text.vTaskRemoveFromUnorderedEventList .text.vTaskResume .text.vTaskSetThreadLocalStoragePointer .text.vTaskSetThreadLocalStoragePointerAndDelCallback .text.vTaskSetTimeOutState .text.vTaskStartScheduler .text.vTaskSuspend .text.vTaskSuspendAll .text.vTaskSwitchContext .text.xTaskAbortDelay .text.xTaskCatchUpTicks .text.xTaskCheckForTimeOut .text.xTaskCreatePinnedToCore .text.xTaskCreateStaticPinnedToCore .text.xTaskDelayUntil .text.xTaskGenericNotify .text.xTaskGenericNotifyFromISR .text.xTaskGenericNotifyStateClear .text.xTaskGenericNotifyWait .text.xTaskGetCoreID .text.xTaskGetCurrentTaskHandle .text.xTaskGetCurrentTaskHandleForCore .text.xTaskGetHandle .text.xTaskGetIdleTaskHandle .text.xTaskGetIdleTaskHandleForCore .text.xTaskGetSchedulerState .text.xTaskGetStaticBuffers .text.xTaskGetTickCount .text.xTaskGetTickCountFromISR .text.xTaskIncrementTick .text.xTaskPriorityDisinherit .text.xTaskPriorityInherit .text.xTaskRemoveFromEventList .text.xTaskResumeAll .text.xTaskResumeFromISR .text.xTimerCreateTimerTask) + .text.prvResetNextTaskUnblockTime + 0x40807c04 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvDeleteTCB + 0x40807c32 0x68 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvCheckTasksWaitingTermination + 0x40807c9a 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvAddCurrentTaskToDelayedList + 0x40807cf2 0xf2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvIdleTask + 0x40807de4 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvInitialiseNewTask + 0x40807df6 0xde esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvInitialiseTaskLists + 0x40807ed4 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvAddNewTaskToReadyList + 0x40807f76 0xfc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskDelete + 0x40808072 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808072 vTaskDelete + .text.vTaskSuspendAll + 0x40808176 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808176 vTaskSuspendAll + .text.xTaskGetTickCount + 0x40808186 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808186 xTaskGetTickCount + .text.xTaskGetTickCountFromISR + 0x40808190 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808190 xTaskGetTickCountFromISR + .text.uxTaskGetNumberOfTasks + 0x4080819a 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4080819a uxTaskGetNumberOfTasks + .text.pcTaskGetName + 0x408081a4 0x3c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408081a4 pcTaskGetName + .text.xTaskIncrementTick + 0x408081e0 0x1ce esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408081e0 xTaskIncrementTick + .text.xTaskResumeAll + 0x408083ae 0x184 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408083ae xTaskResumeAll + .text.vTaskDelay + 0x40808532 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808532 vTaskDelay + .text.vTaskSwitchContext + 0x40808584 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808584 vTaskSwitchContext + .text.vTaskPlaceOnEventList + 0x408086aa 0x4a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408086aa vTaskPlaceOnEventList + .text.xTaskRemoveFromEventList + 0x408086f4 0x11c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408086f4 xTaskRemoveFromEventList + .text.vTaskInternalSetTimeOutState + 0x40808810 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808810 vTaskInternalSetTimeOutState + .text.xTaskCheckForTimeOut + 0x40808826 0xd4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808826 xTaskCheckForTimeOut + .text.vTaskMissedYield + 0x408088fa 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408088fa vTaskMissedYield + .text.xTaskGetCurrentTaskHandle + 0x40808906 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808906 xTaskGetCurrentTaskHandle + .text.xTaskGetSchedulerState + 0x40808910 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808910 xTaskGetSchedulerState + .text.xTaskPriorityInherit + 0x40808930 0x102 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808930 xTaskPriorityInherit + .text.xTaskPriorityDisinherit + 0x40808a32 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808a32 xTaskPriorityDisinherit + .text.vTaskPriorityDisinheritAfterTimeout + 0x40808b36 0x120 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808b36 vTaskPriorityDisinheritAfterTimeout + .text.pvTaskIncrementMutexHeldCount + 0x40808c56 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808c56 pvTaskIncrementMutexHeldCount + .text.ulTaskGenericNotifyTake + 0x40808c78 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808c78 ulTaskGenericNotifyTake + .text.vTaskGenericNotifyGiveFromISR + 0x40808d50 0x186 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808d50 vTaskGenericNotifyGiveFromISR + .text.xTaskCreatePinnedToCore + 0x40808ed6 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808ed6 xTaskCreatePinnedToCore + .text.xTaskCreateStaticPinnedToCore + 0x40808f94 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40808f94 xTaskCreateStaticPinnedToCore + .text.prvCreateIdleTasks + 0x408090ba 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTimerCreateTimerTask + 0x4080911a 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4080911a xTimerCreateTimerTask + .text.vTaskStartScheduler + 0x4080911e 0x72 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4080911e vTaskStartScheduler + .text.xTaskGetCoreID + 0x40809190 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40809190 xTaskGetCoreID + .text.xTaskGetIdleTaskHandleForCore + 0x40809194 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40809194 xTaskGetIdleTaskHandleForCore + .text.xTaskGetCurrentTaskHandleForCore + 0x408091f0 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x408091f0 xTaskGetCurrentTaskHandleForCore + .text.__getreent + 0x4080922a 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4080922a __getreent + .text.vTaskGetSnapshot + 0x40809244 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40809244 vTaskGetSnapshot + *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + *libgcc.a:save-restore.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *libhal.a:cache_hal.*(.literal .literal.* .text .text.*) + .text.s_update_cache_state + 0x40809276 0x88 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40809276 s_update_cache_state + .text.s_get_cache_state + 0x408092fe 0x8a esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x408092fe s_get_cache_state + .text.cache_hal_suspend + 0x40809388 0x4e esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40809388 cache_hal_suspend + .text.cache_hal_resume + 0x408093d6 0x56 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x408093d6 cache_hal_resume + .text.cache_hal_is_cache_enabled + 0x4080942c 0xe esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x4080942c cache_hal_is_cache_enabled + .text.cache_hal_vaddr_to_cache_level_id + 0x4080943a 0x58 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x4080943a cache_hal_vaddr_to_cache_level_id + .text.cache_hal_invalidate_addr + 0x40809492 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x40809492 cache_hal_invalidate_addr + .text.cache_hal_get_cache_line_size + 0x408094cc 0x42 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x408094cc cache_hal_get_cache_line_size + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_append .text.gdma_ahb_hal_append) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_clear_intr .text.gdma_ahb_hal_clear_intr) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_get_eof_desc_addr .text.gdma_ahb_hal_get_eof_desc_addr) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_read_intr_status .text.gdma_ahb_hal_read_intr_status) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_reset .text.gdma_ahb_hal_reset) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_start_with_desc .text.gdma_ahb_hal_start_with_desc) + *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_stop .text.gdma_ahb_hal_stop) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_append .text.gdma_hal_append) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_clear_intr .text.gdma_hal_clear_intr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_get_eof_desc_addr .text.gdma_hal_get_eof_desc_addr) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_read_intr_status .text.gdma_hal_read_intr_status) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_reset .text.gdma_hal_reset) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_start_with_desc .text.gdma_hal_start_with_desc) + *libhal.a:gdma_hal_top.*(.literal.gdma_hal_stop .text.gdma_hal_stop) + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) + .text.mmu_ll_check_valid_paddr_region + 0x4080950e 0x9e esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_check_entry_valid + 0x408095ac 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_find_entry_id_based_on_map_value + 0x408095f0 0x58 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_entry_id_to_paddr_base + 0x40809648 0x6c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_pages_to_bytes + 0x408096b4 0x52 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x408096b4 mmu_hal_pages_to_bytes + .text.mmu_hal_paddr_to_vaddr + 0x40809706 0xd0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40809706 mmu_hal_paddr_to_vaddr + .text.mmu_hal_check_valid_ext_vaddr_region + 0x408097d6 0x2c esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x408097d6 mmu_hal_check_valid_ext_vaddr_region + .text.mmu_hal_map_region + 0x40809802 0x18e esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40809802 mmu_hal_map_region + .text.mmu_hal_unmap_region + 0x40809990 0xce esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40809990 mmu_hal_unmap_region + .text.mmu_hal_vaddr_to_paddr + 0x40809a5e 0xb8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x40809a5e mmu_hal_vaddr_to_paddr + *libhal.a:pmu_hal.*(.literal .literal.* .text .text.*) + .text.pmu_hal_hp_set_sleep_active_backup_enable + 0x40809b16 0x1e esp-idf/hal/libhal.a(pmu_hal.c.obj) + 0x40809b16 pmu_hal_hp_set_sleep_active_backup_enable + .text.pmu_hal_hp_set_sleep_active_backup_disable + 0x40809b34 0x22 esp-idf/hal/libhal.a(pmu_hal.c.obj) + 0x40809b34 pmu_hal_hp_set_sleep_active_backup_disable + .text.pmu_hal_hp_set_sleep_modem_backup_enable + 0x40809b56 0xe esp-idf/hal/libhal.a(pmu_hal.c.obj) + 0x40809b56 pmu_hal_hp_set_sleep_modem_backup_enable + .text.pmu_hal_hp_set_sleep_modem_backup_disable + 0x40809b64 0x10 esp-idf/hal/libhal.a(pmu_hal.c.obj) + 0x40809b64 pmu_hal_hp_set_sleep_modem_backup_disable + .text.pmu_hal_hp_set_modem_active_backup_enable + 0x40809b74 0xe esp-idf/hal/libhal.a(pmu_hal.c.obj) + 0x40809b74 pmu_hal_hp_set_modem_active_backup_enable + .text.pmu_hal_hp_set_modem_active_backup_disable + 0x40809b82 0x10 esp-idf/hal/libhal.a(pmu_hal.c.obj) + 0x40809b82 pmu_hal_hp_set_modem_active_backup_disable + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + .text.spi_flash_encrypt_ll_plaintext_save + 0x40809b92 0x4a esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .text.spi_flash_encryption_hal_enable + 0x40809bdc 0x1c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40809bdc spi_flash_encryption_hal_enable + .text.spi_flash_encryption_hal_disable + 0x40809bf8 0xc esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40809bf8 spi_flash_encryption_hal_disable + .text.spi_flash_encryption_hal_prepare + 0x40809c04 0x50 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40809c04 spi_flash_encryption_hal_prepare + .text.spi_flash_encryption_hal_done + 0x40809c54 0x32 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40809c54 spi_flash_encryption_hal_done + .text.spi_flash_encryption_hal_destroy + 0x40809c86 0x12 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40809c86 spi_flash_encryption_hal_destroy + .text.spi_flash_encryption_hal_check + 0x40809c98 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x40809c98 spi_flash_encryption_hal_check + *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) + .text.gpspi_flash_ll_set_read_mode + 0x40809ca2 0xac esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text.gpspi_flash_ll_set_buffer_data + 0x40809d4e 0x66 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text.gpspi_flash_ll_get_buffer_data + 0x40809db4 0x80 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .text.spi_flash_hal_gpspi_poll_cmd_done + 0x40809e34 0xc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40809e34 spi_flash_hal_gpspi_poll_cmd_done + .text.spi_flash_hal_gpspi_device_config + 0x40809e40 0xd2 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40809e40 spi_flash_hal_gpspi_device_config + .text.spi_flash_hal_gpspi_configure_host_io_mode + 0x40809f12 0x124 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x40809f12 spi_flash_hal_gpspi_configure_host_io_mode + .text.spi_flash_hal_gpspi_common_command + 0x4080a036 0x148 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4080a036 spi_flash_hal_gpspi_common_command + .text.spi_flash_hal_gpspi_read + 0x4080a17e 0xb4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4080a17e spi_flash_hal_gpspi_read + .text.spi_flash_hal_gpspi_supports_direct_write + 0x4080a232 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4080a232 spi_flash_hal_gpspi_supports_direct_write + .text.spi_flash_hal_gpspi_supports_direct_read + 0x4080a236 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4080a236 spi_flash_hal_gpspi_supports_direct_read + .text.spi_flash_hal_gpspi_check_status + 0x4080a23a 0xe esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + 0x4080a23a spi_flash_hal_gpspi_check_status + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + .text.spimem_flash_ll_set_read_mode + 0x4080a248 0x86 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spimem_flash_ll_program_page + 0x4080a2ce 0x80 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spimem_flash_ll_get_source_freq_mhz + 0x4080a34e 0xbc esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_poll_cmd_done + 0x4080a40a 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a40a spi_flash_hal_poll_cmd_done + .text.spi_flash_hal_configure_host_io_mode + 0x4080a412 0x136 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a412 spi_flash_hal_configure_host_io_mode + .text.spi_flash_hal_common_command + 0x4080a548 0x1dc esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a548 spi_flash_hal_common_command + .text.spi_flash_hal_read + 0x4080a724 0xe6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a724 spi_flash_hal_read + .text.spi_flash_hal_erase_chip + 0x4080a80a 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a80a spi_flash_hal_erase_chip + .text.spi_flash_hal_erase_sector + 0x4080a82c 0x4a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a82c spi_flash_hal_erase_sector + .text.spi_flash_hal_erase_block + 0x4080a876 0x48 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a876 spi_flash_hal_erase_block + .text.spi_flash_hal_program_page + 0x4080a8be 0x4e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a8be spi_flash_hal_program_page + .text.spi_flash_hal_set_write_protect + 0x4080a90c 0x2c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a90c spi_flash_hal_set_write_protect + .text.spi_flash_hal_check_status + 0x4080a938 0x16 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a938 spi_flash_hal_check_status + .text.spi_flash_hal_setup_read_suspend + 0x4080a94e 0xd6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080a94e spi_flash_hal_setup_read_suspend + .text.spi_flash_hal_setup_auto_suspend_mode + 0x4080aa24 0x180 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080aa24 spi_flash_hal_setup_auto_suspend_mode + .text.spi_flash_hal_setup_auto_resume_mode + 0x4080aba4 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080aba4 spi_flash_hal_setup_auto_resume_mode + .text.spi_flash_hal_disable_auto_suspend_mode + 0x4080abde 0x72 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080abde spi_flash_hal_disable_auto_suspend_mode + .text.spi_flash_hal_disable_auto_resume_mode + 0x4080ac50 0x3c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080ac50 spi_flash_hal_disable_auto_resume_mode + .text.spi_flash_hal_device_config + 0x4080ac8c 0xa8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080ac8c spi_flash_hal_device_config + .text.spi_flash_hal_resume + 0x4080ad34 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080ad34 spi_flash_hal_resume + .text.spi_flash_hal_suspend + 0x4080ad44 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4080ad44 spi_flash_hal_suspend + *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:timer_hal.*(.literal.timer_hal_capture_and_get_counter_value .text.timer_hal_capture_and_get_counter_value) + *libheap.a:multi_heap.*(.literal._multi_heap_lock .text._multi_heap_lock) + .text._multi_heap_lock + 0x4080ad54 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4080ad54 _multi_heap_lock + *libheap.a:multi_heap.*(.literal._multi_heap_unlock .text._multi_heap_unlock) + .text._multi_heap_unlock + 0x4080ad70 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4080ad70 _multi_heap_unlock + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_offs .text.multi_heap_aligned_alloc_offs) + .text.multi_heap_aligned_alloc_offs + 0x4080ad8c 0x12 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4080ad8c multi_heap_aligned_alloc_offs + *libheap.a:multi_heap.*(.literal.multi_heap_in_rom_init .text.multi_heap_in_rom_init) + .text.multi_heap_in_rom_init + 0x4080ad9e 0x16 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4080ad9e multi_heap_in_rom_init + *libieee802154.a:esp_ieee802154_ack.*(.literal.ieee802154_ack_config_pending_bit .text.ieee802154_ack_config_pending_bit) + *libieee802154.a:esp_ieee802154_dev.*(.literal.ieee802154_isr .text.ieee802154_isr) + *libieee802154.a:esp_ieee802154_dev.*(.literal.ieee802154_rx_frame_info_update .text.ieee802154_rx_frame_info_update) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_get_security_field_len .text.ieee802154_frame_get_security_field_len) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_get_security_payload_offset .text.ieee802154_frame_get_security_payload_offset) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_get_src_addr .text.ieee802154_frame_get_src_addr) + *libieee802154.a:esp_ieee802154_frame.*(.literal.ieee802154_frame_security_header_offset .text.ieee802154_frame_security_header_offset) + *libieee802154.a:esp_ieee802154_frame.*(.literal.is_dst_panid_present .text.is_dst_panid_present) + *libieee802154.a:esp_ieee802154_frame.*(.literal.is_src_panid_present .text.is_src_panid_present) + *libieee802154.a:esp_ieee802154_pib.*(.literal.ieee802154_pib_get_pending_mode .text.ieee802154_pib_get_pending_mode) + *libieee802154.a:esp_ieee802154_pib.*(.literal.ieee802154_pib_get_rx_when_idle .text.ieee802154_pib_get_rx_when_idle) + *libieee802154.a:esp_ieee802154_sec.*(.literal.ieee802154_sec_update .text.ieee802154_sec_update) + *libieee802154.a:esp_ieee802154_sec.*(.literal.ieee802154_transmit_security_config .text.ieee802154_transmit_security_config) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer0_set_threshold .text.ieee802154_timer0_set_threshold) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer0_start .text.ieee802154_timer0_start) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer0_stop .text.ieee802154_timer0_stop) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer1_set_threshold .text.ieee802154_timer1_set_threshold) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer1_start .text.ieee802154_timer1_start) + *libieee802154.a:esp_ieee802154_timer.*(.literal.ieee802154_timer1_stop .text.ieee802154_timer1_stop) + *libieee802154.a:esp_ieee802154_util.*(.literal.ieee802154_etm_channel_clear .text.ieee802154_etm_channel_clear) + *liblog.a:log_lock.*(.literal .literal.* .text .text.*) + .text.esp_log_impl_lock + 0x4080adb4 0x3c esp-idf/log/liblog.a(log_lock.c.obj) + 0x4080adb4 esp_log_impl_lock + .text.esp_log_impl_lock_timeout + 0x4080adf0 0x46 esp-idf/log/liblog.a(log_lock.c.obj) + 0x4080adf0 esp_log_impl_lock_timeout + .text.esp_log_impl_unlock + 0x4080ae36 0x26 esp-idf/log/liblog.a(log_lock.c.obj) + 0x4080ae36 esp_log_impl_unlock + *liblog.a:log_timestamp.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + .text.esp_log_early_timestamp + 0x4080ae5c 0x26 esp-idf/log/liblog.a(log_timestamp.c.obj) + 0x4080ae5c esp_log_early_timestamp + *liblog.a:log_timestamp.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + .text.esp_log_timestamp + 0x4080ae82 0x54 esp-idf/log/liblog.a(log_timestamp.c.obj) + 0x4080ae82 esp_log_timestamp + *liblog.a:log_write.*(.literal.esp_log_write .text.esp_log_write) + .text.esp_log_write + 0x4080aed6 0x20 esp-idf/log/liblog.a(log_write.c.obj) + 0x4080aed6 esp_log_write + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *libnet80211.a:(.wifiextrairam .wifiextrairam.*) + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *libnet80211.a:(.wifislpiram .wifislpiram.*) + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + .text.abort 0x4080aef6 0x7e esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x4080aef6 abort + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + .text.ra_to_str + 0x4080af74 0x2c esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert_func + 0x4080afa0 0x108 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4080afa0 __assert_func + .text.newlib_include_assert_impl + 0x4080b0a8 0x2 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x4080b0a8 newlib_include_assert_impl + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + .text.malloc 0x4080b0aa 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b0aa malloc + 0x4080b0aa pvalloc + 0x4080b0aa valloc + .text.free 0x4080b0b8 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b0b8 cfree + 0x4080b0b8 free + .text._malloc_r + 0x4080b0c6 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b0c6 _malloc_r + .text._free_r 0x4080b0d6 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b0d6 _free_r + .text._realloc_r + 0x4080b0e6 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b0e6 _realloc_r + .text._calloc_r + 0x4080b0f8 0x3e esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b0f8 _calloc_r + .text.calloc 0x4080b136 0x22 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b136 calloc + .text.newlib_include_heap_impl + 0x4080b158 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4080b158 newlib_include_heap_impl + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + .text.__atomic_fetch_or_8 + 0x4080b15a 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x4080b15a __atomic_fetch_or_8 + *libpp.a:(.wifi0iram .wifi0iram.*) + *libpp.a:(.wifiextrairam .wifiextrairam.*) + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *libpp.a:(.wifirxiram .wifirxiram.*) + *libpp.a:(.wifislpiram .wifislpiram.*) + *libpp.a:(.wifislprxiram .wifislprxiram.*) + *libriscv.a:interrupt.*(.text .text._global_interrupt_handler .text.intr_get_item .text.intr_handler_get_arg) + .text.intr_get_item + 0x4080b19e 0x38 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .text._global_interrupt_handler + 0x4080b1d6 0x3c esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4080b1d6 _global_interrupt_handler + *libriscv.a:vectors.*(.literal .literal.* .text .text.*) + *librtc.a:(.literal .literal.* .text .text.*) + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libspi_flash.a:flash_brownout_hook.*(.literal .literal.* .text .text.*) + .text.spi_flash_needs_reset_check + 0x4080b212 0x22 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x4080b212 spi_flash_needs_reset_check + .text.spi_flash_set_erasing_flag + 0x4080b234 0xa esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x4080b234 spi_flash_set_erasing_flag + .text.spi_flash_brownout_need_reset + 0x4080b23e 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x4080b23e spi_flash_brownout_need_reset + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + .text.memspi_host_read_status_hs + 0x4080b25e 0x40 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b25e memspi_host_read_status_hs + .text.memspi_host_erase_chip + 0x4080b29e 0x28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b29e memspi_host_erase_chip + .text.memspi_host_set_write_protect + 0x4080b2c6 0x2e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b2c6 memspi_host_set_write_protect + .text.memspi_host_write_data_slicer + 0x4080b2f4 0x42 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b2f4 memspi_host_write_data_slicer + .text.memspi_host_read_data_slicer + 0x4080b336 0x36 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b336 memspi_host_read_data_slicer + .text.memspi_host_read_id_hs + 0x4080b36c 0x8e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b36c memspi_host_read_id_hs + .text.memspi_host_flush_cache + 0x4080b3fa 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b3fa memspi_host_flush_cache + .text.memspi_host_erase_sector + 0x4080b420 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b420 memspi_host_erase_sector + .text.memspi_host_erase_block + 0x4080b478 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b478 memspi_host_erase_block + .text.memspi_host_program_page + 0x4080b4d0 0x62 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b4d0 memspi_host_program_page + .text.memspi_host_init_pointers + 0x4080b532 0x4e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x4080b532 memspi_host_init_pointers + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_generic_detect_size + 0x4080b580 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b580 spi_flash_chip_generic_detect_size + .text.spi_flash_chip_generic_probe + 0x4080b5c0 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b5c0 spi_flash_chip_generic_probe + .text.spi_flash_chip_generic_reset + 0x4080b5c4 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b5c4 spi_flash_chip_generic_reset + .text.spi_flash_chip_generic_erase_chip + 0x4080b624 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b624 spi_flash_chip_generic_erase_chip + .text.spi_flash_chip_generic_erase_sector + 0x4080b6a6 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b6a6 spi_flash_chip_generic_erase_sector + .text.spi_flash_chip_generic_erase_block + 0x4080b730 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b730 spi_flash_chip_generic_erase_block + .text.spi_flash_chip_generic_page_program + 0x4080b7ba 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b7ba spi_flash_chip_generic_page_program + .text.spi_flash_chip_generic_set_write_protect + 0x4080b826 0x4e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b826 spi_flash_chip_generic_set_write_protect + .text.spi_flash_chip_generic_read_reg + 0x4080b874 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b874 spi_flash_chip_generic_read_reg + .text.spi_flash_chip_generic_wait_idle + 0x4080b888 0xae esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b888 spi_flash_chip_generic_wait_idle + .text.spi_flash_chip_generic_config_host_io_mode + 0x4080b936 0x164 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080b936 spi_flash_chip_generic_config_host_io_mode + .text.spi_flash_chip_generic_write_encrypted + 0x4080ba9a 0xea esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080ba9a spi_flash_chip_generic_write_encrypted + .text.spi_flash_chip_generic_get_caps + 0x4080bb84 0x92 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080bb84 spi_flash_chip_generic_get_caps + .text.spi_flash_common_read_qe_sr + 0x4080bc16 0x3c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_write_qe_sr + 0x4080bc52 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x4080bc84 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080bc84 spi_flash_common_read_status_16b_rdsr_rdsr2 + .text.spi_flash_common_write_status_16b_wrsr + 0x4080bcc8 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080bcc8 spi_flash_common_write_status_16b_wrsr + .text.spi_flash_chip_generic_read + 0x4080bcdc 0xe0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080bcdc spi_flash_chip_generic_read + .text.spi_flash_chip_generic_write + 0x4080bdbc 0xba esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080bdbc spi_flash_chip_generic_write + .text.spi_flash_chip_generic_get_write_protect + 0x4080be76 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080be76 spi_flash_chip_generic_get_write_protect + .text.spi_flash_chip_generic_yield + 0x4080beb8 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080beb8 spi_flash_chip_generic_yield + .text.spi_flash_chip_generic_suspend_cmd_conf + 0x4080befe 0x7a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080befe spi_flash_chip_generic_suspend_cmd_conf + .text.spi_flash_chip_generic_read_unique_id + 0x4080bf78 0xac esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080bf78 spi_flash_chip_generic_read_unique_id + .text.spi_flash_common_read_status_8b_rdsr2 + 0x4080c024 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080c024 spi_flash_common_read_status_8b_rdsr2 + .text.spi_flash_chip_generic_get_io_mode + 0x4080c03a 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080c03a spi_flash_chip_generic_get_io_mode + .text.spi_flash_common_set_io_mode + 0x4080c05a 0xa8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080c05a spi_flash_common_set_io_mode + .text.spi_flash_chip_generic_set_io_mode + 0x4080c102 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080c102 spi_flash_chip_generic_set_io_mode + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) + +.iram0.text_end + 0x4080c124 0x0 + 0x4080c124 . = ALIGN (0x4) + 0x4080c124 . = ALIGN (0x4) + 0x4080c124 _iram_text_end = ABSOLUTE (.) + +.iram0.data 0x4080c124 0xc + 0x4080c130 . = ALIGN (0x10) + *fill* 0x4080c124 0xc + 0x4080c130 _iram_data_start = ABSOLUTE (.) + *(.iram.data .iram.data.*) + 0x4080c130 _coredump_iram_start = ABSOLUTE (.) + *(.iram2.coredump .iram2.coredump.*) + 0x4080c130 _coredump_iram_end = ABSOLUTE (.) + 0x4080c130 _iram_data_end = ABSOLUTE (.) + +.iram0.bss 0x4080c130 0x0 + 0x4080c130 . = ALIGN (0x10) + 0x4080c130 _iram_bss_start = ABSOLUTE (.) + *(.iram.bss .iram.bss.*) + 0x4080c130 _iram_bss_end = ABSOLUTE (.) + 0x4080c130 . = ALIGN (0x10) + 0x4080c130 _iram_end = ABSOLUTE (.) + +.dram0.data 0x4080c130 0x1785 + 0x4080c130 _data_start = ABSOLUTE (.) + *(.gnu.linkonce.d.*) + *(.data1) + .data1 0x4080c130 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + 0x4080c130 rv_core_critical_regs_frame + 0x4080c934 __global_pointer$ = (. + 0x800) + *(.sdata) + .sdata 0x4080c134 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + 0x4080c134 environ + .sdata 0x4080c138 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + 0x4080c138 _impure_ptr + *(.sdata.*) + .sdata.s_panic_uart + 0x4080c13c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .sdata.rtc_wdt_ctx + 0x4080c140 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .sdata.wdt0_context + 0x4080c148 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .sdata.s_log_print_func + 0x4080c150 0x4 esp-idf/log/liblog.a(log_write.c.obj) + .sdata.esp_log_default_level + 0x4080c154 0x4 esp-idf/log/liblog.a(log_level.c.obj) + 0x4080c154 esp_log_default_level + .sdata.malloc_alwaysinternal_limit + 0x4080c158 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .sdata.multi_heap_os_funcs + 0x4080c15c 0x8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4080c15c multi_heap_os_funcs + .sdata.first_call.0 + 0x4080c164 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + *fill* 0x4080c165 0x3 + .sdata.pau_context.0 + 0x4080c168 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .sdata.uart_selectlock + 0x4080c16c 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .sdata._gpio_hal + 0x4080c174 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .sdata.esp_flash_registered_chips + 0x4080c178 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x4080c178 esp_flash_registered_chips + .sdata.default_registered_chips + 0x4080c17c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + *fill* 0x4080c184 0x4 + .sdata.s_reserved_pin_mask + 0x4080c188 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + *(.data .data.*) + .data.s_config + 0x4080c190 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data.dummy.9 0x4080c218 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .data.s_stub_table + 0x4080c244 0x9c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data.timestamp_id + 0x4080c2e0 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x4080c2e0 timestamp_id + .data.s_context + 0x4080c2f0 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .data.uart_context + 0x4080c338 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .data.s_ctx 0x4080c368 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .data.s_fd_table + 0x4080c398 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data.g_coex_adapter_funcs + 0x4080c458 0x50 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4080c458 g_coex_adapter_funcs + .data.gpio_context + 0x4080c4a8 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .data.libcoexist_reversion_git + 0x4080c4c8 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + 0x4080c4c8 libcoexist_reversion_git + .data.g_coex_param + 0x4080c4cc 0x14 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + 0x4080c4cc g_coex_param + .data.coex_schm_all_default + 0x4080c4e0 0xa /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + 0x4080c4e0 coex_schm_all_default + *fill* 0x4080c4ea 0x2 + .data.coex_schm_env + 0x4080c4ec 0x3c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + 0x4080c4ec coex_schm_env + .data 0x4080c528 0xc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x4080c528 __sglue + .data 0x4080c534 0xf0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + 0x4080c534 _impure_data + *(.dram1 .dram1.*) + .dram1.2 0x4080c624 0x2b esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x4080c64f 0x1 + .dram1.0 0x4080c650 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .dram1.18 0x4080c654 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .dram1.13 0x4080c67c 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .dram1.12 0x4080c700 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .dram1.3 0x4080c708 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .dram1.2 0x4080c710 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .dram1.1 0x4080c73c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .dram1.0 0x4080c740 0x350 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .dram1.0 0x4080ca90 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4080ca90 FreeRTOS_openocd_params + .dram1.0 0x4080ca98 0x50 esp-idf/freertos/libfreertos.a(port.c.obj) + .dram1.0 0x4080cae8 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.0 0x4080caec 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4080caec g_flash_guard_default_ops + .dram1.2 0x4080caf4 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4080caf4 rom_spiflash_api_funcs + .dram1.1 0x4080caf8 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.0 0x4080cb08 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x4080cb12 0x2 + .dram1.2 0x4080cb14 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.1 0x4080cb34 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.16 0x4080cb64 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.15 0x4080cb8c 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.5 0x4080cb9c 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x4080cb9c esp_flash_noos_functions + .dram1.5 0x4080cbc4 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080cbc4 spi_flash_chip_generic_timeout + .dram1.4 0x4080cbd8 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .dram1.3 0x4080cbf0 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080cbf0 rom_flash_chip_dummy_hpm + .dram1.2 0x4080cbf4 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080cbf4 rom_flash_chip_dummy + .dram1.1 0x4080cbf8 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x4080cbfe 0x2 + .dram1.0 0x4080cc00 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x4080cc06 0x2 + .dram1.0 0x4080cc08 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .dram1.0 0x4080cc60 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x4080cc79 0x3 + .dram1.0 0x4080cc7c 0x4 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .dram1.1 0x4080cc80 0x10 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + 0x4080cc80 coex_env + .dram1.2 0x4080cc90 0x2f /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + 0x4080cc90 coex_pti_tab + *fill* 0x4080ccbf 0x1 + .dram1.6 0x4080ccc0 0x22 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + *fill* 0x4080cce2 0x2 + .dram1.7 0x4080cce4 0x20 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .dram1.1 0x4080cd04 0x2e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + *fill* 0x4080cd32 0x2 + .dram1.7 0x4080cd34 0x27 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + *fill* 0x4080cd5b 0x1 + .dram1.2 0x4080cd5c 0x4 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + 0x4080cd60 _coredump_dram_start = ABSOLUTE (.) + *(.dram2.coredump .dram2.coredump.*) + 0x4080cd60 _coredump_dram_end = ABSOLUTE (.) + *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libclang_rt.builtins.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libclang_rt.builtins.a:restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libclang_rt.builtins.a:save.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:mspi_timing_tuning.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:pmu_sleep.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.pmu_sleep_analog_init.str1.4 + 0x4080cd60 0x45 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.pmu_sleep_enable_regdma_backup.str1.4 + 0x4080cd60 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.__func__.8 + 0x4080cd60 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .rodata.__func__.9 + 0x4080cd80 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x4080cd9f 0x1 + .rodata.rtc_clk_cpu_freq_to_xtal.str1.4 + 0x4080cda0 0x7cd esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x6a (size before relaxing) + .rodata.rtc_clk_cpu_freq_to_pll_mhz.str1.4 + 0x4080d56d 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_bbpll_configure.str1.4 + 0x4080d56d 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_xtal_freq_get.str1.4 + 0x4080d56d 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x4080d56d 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_ahb_freq_get.str1.4 + 0x4080d56d 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x4080d56d 0x3 + .rodata.__func__.4 + 0x4080d570 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x4080d58a 0x2 + .rodata.__func__.2 + 0x4080d58c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x4080d5a6 0x2 + .rodata.__func__.0 + 0x4080d5a8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *libesp_hw_support.a:sleep_console.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.esp_cache_aligned_malloc_internal.str1.4 + 0x4080d5c2 0x5b esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + *fill* 0x4080d5c2 0x2 + .rodata.__FUNCTION__.0 + 0x4080d5c4 0x18 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + *libesp_rom.a:esp_rom_print.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_sys.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_tlsf.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_wdt.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.esp_error_check_failed_print.str1.4 + 0x4080d5dc 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed.str1.4 + 0x4080d5dc 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + *libesp_system.a:image_process.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcc.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcc.a:save-restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cache_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.s_update_cache_state.str1.4 + 0x4080d5dc 0x5a esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.cache_hal_get_cache_line_size.str1.4 + 0x4080d5dc 0x23 esp-idf/hal/libhal.a(cache_hal.c.obj) + .rodata.__func__.0 + 0x4080d5dc 0x1e esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x4080d5fa 0x2 + .rodata.__func__.3 + 0x4080d5fc 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x4080d60d 0x3 + .rodata.__func__.4 + 0x4080d610 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x4080d622 0x2 + .rodata.__func__.7 + 0x4080d624 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) + *fill* 0x4080d636 0x2 + .rodata.__func__.8 + 0x4080d638 0x15 esp-idf/hal/libhal.a(cache_hal.c.obj) + *libhal.a:i2c_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:ledc_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:mmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.mmu_ll_check_entry_valid.str1.4 + 0x4080d64d 0x51 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_pages_to_bytes.str1.4 + 0x4080d64d 0x2a esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_paddr_to_vaddr.str1.4 + 0x4080d64d 0x32 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_map_region.str1.4 + 0x4080d64d 0xd5 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.mmu_hal_vaddr_to_paddr.str1.4 + 0x4080d64d 0x5f esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d64d 0x3 + .rodata.__func__.1 + 0x4080d650 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d667 0x1 + .rodata.__func__.2 + 0x4080d668 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d686 0x2 + .rodata.__func__.3 + 0x4080d688 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d6a1 0x3 + .rodata.__func__.4 + 0x4080d6a4 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d6bb 0x1 + .rodata.__func__.5 + 0x4080d6bc 0x15 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d6d1 0x3 + .rodata.__func__.8 + 0x4080d6d4 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x4080d6e7 0x1 + .rodata.__func__.10 + 0x4080d6e8 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *libhal.a:pmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.spi_flash_encrypt_ll_plaintext_save.str1.4 + 0x4080d6ff 0x81 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *fill* 0x4080d6ff 0x1 + .rodata.__func__.0 + 0x4080d700 0x24 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *libhal.a:spi_flash_hal_gpspi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.spimem_flash_ll_get_source_freq_mhz.str1.4 + 0x4080d724 0x42 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .rodata.__func__.0 + 0x4080d724 0x24 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + *libhal.a:spi_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_slave_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *liblog.a:log_lock.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.abort.str1.4 + 0x4080d748 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.__assert_func.str1.4 + 0x4080d748 0x36 esp-idf/newlib/libnewlib.a(assert.c.obj) + *libnewlib.a:heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:stdatomic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libphy.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libsoc.a:lldesc.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:flash_brownout_hook.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.memspi_host_read_id_hs.str1.4 + 0x4080d748 0x1a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_erase_sector.str1.4 + 0x4080d748 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_program_page.str1.4 + 0x4080d748 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__.0 + 0x4080d748 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x4080d761 0x3 + .rodata.__func__.1 + 0x4080d764 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__.2 + 0x4080d77c 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x4080d795 0x3 + .srodata.TAG 0x4080d798 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x4080d79f 0x1 + .rodata.esp_flash_gpspi_host + 0x4080d7a0 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.spi_flash_chip_generic_read.str1.4 + 0x4080d7f8 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_get_write_protect.str1.4 + 0x4080d7f8 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_suspend_cmd_conf.str1.4 + 0x4080d7f8 0x55 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_read_unique_id.str1.4 + 0x4080d7f8 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.__func__.0 + 0x4080d7f8 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x4080d821 0x3 + .rodata.esp_flash_chip_generic + 0x4080d824 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4080d824 esp_flash_chip_generic + .srodata.chip_name + 0x4080d8a0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.TAG 0x4080d8a8 0xd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_wrap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + 0x4080d8b5 _data_end = ABSOLUTE (.) + +.noinit 0x4080d8b5 0x3 + 0x4080d8b8 . = ALIGN (0x4) + *fill* 0x4080d8b5 0x3 + 0x4080d8b8 _noinit_start = ABSOLUTE (.) + *(.noinit .noinit.*) + 0x4080d8b8 . = ALIGN (0x4) + 0x4080d8b8 _noinit_end = ABSOLUTE (.) + +.dram0.bss 0x4080d8c0 0xf60 + 0x4080d8c0 . = ALIGN (0x8) + 0x4080d8c0 _bss_start = ABSOLUTE (.) + *(.bss .bss.*) + .bss.app_elf_sha256_str + 0x4080d8c0 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x4080d8c0 app_elf_sha256_str + *fill* 0x4080d8ca 0x2 + .bss.shutdown_handlers + 0x4080d8cc 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss.heap_tlsf_patch_table_ptr + 0x4080d8e0 0x50 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + 0x4080d8e0 heap_tlsf_patch_table_ptr + .bss.s_log_cache + 0x4080d930 0xf8 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .bss.ref_counts + 0x4080da28 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x4080da51 0x3 + .bss.s_dslp_cb + 0x4080da54 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_rtc_io_status + 0x4080da60 0xc esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .bss.xSuspendedTaskList + 0x4080da6c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTasksWaitingTermination + 0x4080da80 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendingReadyList + 0x4080da94 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList2 + 0x4080daa8 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList1 + 0x4080dabc 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxReadyTasksLists + 0x4080dad0 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x4080dcc4 0xc + .bss.xIsrStack + 0x4080dcd0 0x600 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080dcd0 xIsrStack + .bss.systimer_hal.1 + 0x4080e2d0 0xc esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss.s_common_recursive_mutex + 0x4080e2dc 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4080e2dc __lock___malloc_recursive_mutex + 0x4080e2dc __lock___atexit_recursive_mutex + 0x4080e2dc __lock___sinit_recursive_mutex + 0x4080e2dc __lock___sfp_recursive_mutex + 0x4080e2dc __lock___env_recursive_mutex + .bss.s_common_mutex + 0x4080e330 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4080e330 __lock___dd_hash_mutex + 0x4080e330 __lock___at_quick_exit_mutex + 0x4080e330 __lock___tz_mutex + 0x4080e330 __lock___arc4random_mutex + .bss.systimer_hal + 0x4080e384 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .bss.p_uart_obj + 0x4080e390 0xc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .bss.s_vfs 0x4080e39c 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_intr_handlers + 0x4080e3bc 0x100 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .bss.s_mmu_ctx + 0x4080e4bc 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss.tick_cb 0x4080e4e8 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.idle_cb 0x4080e508 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.init_context + 0x4080e528 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .bss.s_calibrated_freq + 0x4080e534 0xc esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .bss.s_coex_rom_data_init + 0x4080e540 0x1 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + *fill* 0x4080e541 0x3 + .bss 0x4080e544 0x138 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x4080e544 __sf + *(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem) + .sbss.s_reset_reason + 0x4080e67c 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .sbss.s_usbserial_timeout + 0x4080e680 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .sbss.g_panic_abort_details + 0x4080e684 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4080e684 g_panic_abort_details + .sbss.g_panic_abort + 0x4080e688 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4080e688 g_panic_abort + *fill* 0x4080e689 0x7 + .sbss.g_startup_time + 0x4080e690 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x4080e690 g_startup_time + .sbss.g_exc_frames + 0x4080e698 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4080e698 g_exc_frames + .sbss.s_poison_check_region + 0x4080e69c 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .sbss.base.0 0x4080e6a0 0x4 esp-idf/log/liblog.a(log_timestamp.c.obj) + .sbss.s_log_tags + 0x4080e6a4 0x4 esp-idf/log/liblog.a(log_linked_list.c.obj) + .sbss.s_log_cache_misses + 0x4080e6a8 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .sbss.s_log_cache_entry_count + 0x4080e6ac 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .sbss.s_log_cache_max_generation + 0x4080e6b0 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .sbss.s_log_mutex + 0x4080e6b4 0x4 esp-idf/log/liblog.a(log_lock.c.obj) + .sbss.alloc_failed_callback + 0x4080e6b8 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .sbss.registered_heaps + 0x4080e6bc 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x4080e6bc registered_heaps + .sbss.non_iram_int_disabled_flag + 0x4080e6c0 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x4080e6c1 0x3 + .sbss.non_iram_int_disabled + 0x4080e6c4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .sbss.non_iram_int_mask + 0x4080e6c8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .sbss.vector_desc_head + 0x4080e6cc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .sbss.s_bbpll_digi_consumers_ref_count + 0x4080e6d0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.s_cur_pll_freq + 0x4080e6d4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.s_pmu_sleep_regdma_backup_enabled + 0x4080e6d8 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + *fill* 0x4080e6d9 0x3 + .sbss.pau_hal.1 + 0x4080e6dc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .sbss.uxSchedulerSuspended + 0x4080e6e0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xIdleTaskHandle + 0x4080e6e4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xNextTaskUnblockTime + 0x4080e6e8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxTaskNumber + 0x4080e6ec 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xNumOfOverflows + 0x4080e6f0 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xYieldPending + 0x4080e6f4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xPendedTicks + 0x4080e6f8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xSchedulerRunning + 0x4080e6fc 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxTopReadyPriority + 0x4080e700 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.xTickCount + 0x4080e704 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxCurrentNumberOfTasks + 0x4080e708 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.uxDeletedTasksWaitingCleanUp + 0x4080e70c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.pxOverflowDelayedTaskList + 0x4080e710 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.pxDelayedTaskList + 0x4080e714 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .sbss.pxCurrentTCBs + 0x4080e718 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4080e718 pxCurrentTCBs + .sbss.xIsrStackBottom + 0x4080e71c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e71c xIsrStackBottom + .sbss.xIsrStackTop + 0x4080e720 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e720 xIsrStackTop + .sbss.xPortSwitchFlag + 0x4080e724 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e724 xPortSwitchFlag + .sbss.port_uxOldInterruptState + 0x4080e728 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e728 port_uxOldInterruptState + .sbss.port_uxCriticalNesting + 0x4080e72c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e72c port_uxCriticalNesting + .sbss.port_uxInterruptNesting + 0x4080e730 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e730 port_uxInterruptNesting + .sbss.port_xSchedulerRunning + 0x4080e734 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4080e734 port_xSchedulerRunning + .sbss.s_handled_systicks + 0x4080e738 0x4 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .sbss.s_time_lock + 0x4080e73c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + .sbss.s_adjtime_total_correction_us + 0x4080e740 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .sbss.s_adjtime_start_us + 0x4080e748 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .sbss.s_boot_time_lock + 0x4080e750 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + *fill* 0x4080e754 0x4 + .sbss.s_microseconds_offset + 0x4080e758 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x4080e758 s_microseconds_offset + .sbss.s_keys 0x4080e760 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4080e760 s_keys + *fill* 0x4080e764 0x4 + .sbss.s_correction_us + 0x4080e768 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .sbss.s_alarm_handler + 0x4080e770 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .sbss.s_timer_interrupt_handle + 0x4080e774 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .sbss.s_uart_select_count + 0x4080e778 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .sbss.s_registered_select_num + 0x4080e780 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .sbss.s_registered_selects + 0x4080e784 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .sbss.pat_flg.39 + 0x4080e788 0x1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x4080e789 0x3 + .sbss.remaining_allowed_no_sof_ticks + 0x4080e78c 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .sbss.s_usb_serial_jtag_conn_status + 0x4080e790 0x1 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + *fill* 0x4080e791 0x3 + .sbss.s_registered_select_num + 0x4080e794 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .sbss.s_registered_selects + 0x4080e798 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .sbss.p_usb_serial_jtag_obj + 0x4080e79c 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .sbss.vfs_console + 0x4080e7a0 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .sbss.primary_vfs + 0x4080e7a8 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .sbss.secondary_vfs + 0x4080e7ac 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .sbss.s_fd_table_lock + 0x4080e7b0 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .sbss.s_vfs_count + 0x4080e7b4 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .sbss.g_fds 0x4080e7b8 0x4 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .sbss.flash_erasing + 0x4080e7bc 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .sbss.flash_brownout_needs_reset + 0x4080e7bd 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + *fill* 0x4080e7be 0x2 + .sbss.s_flash_op_cache_state + 0x4080e7c0 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .sbss.esp_flash_default_chip + 0x4080e7c8 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4080e7c8 esp_flash_default_chip + .sbss.reason 0x4080e7cc 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .sbss.iwdt_context + 0x4080e7d0 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .sbss.p_twdt_obj + 0x4080e7d8 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .sbss.g_twdt_isr + 0x4080e7dc 0x1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4080e7dc g_twdt_isr + *fill* 0x4080e7dd 0x3 + .sbss.ctx 0x4080e7e0 0x8 esp-idf/hal/libhal.a(cache_hal.c.obj) + .sbss.ref.1 0x4080e7e8 0x4 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .sbss.s_rc_fast_freq + 0x4080e7ec 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .sbss.s_periph_ref_counts + 0x4080e7f0 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + *fill* 0x4080e7f1 0x3 + .sbss.s_timer_task + 0x4080e7f4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .sbss.s_timers + 0x4080e7f8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .sbss._ZN3nvs4Page8SEC_SIZEE + 0x4080e7fc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4080e7fc nvs::Page::SEC_SIZE + .sbss.s_partition_list_lock + 0x4080e800 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .sbss.s_partition_list + 0x4080e804 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .sbss.curr_partition.2 + 0x4080e808 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .sbss._ZL4init + 0x4080e80c 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .sbss._ZN17__eh_globals_init7_S_initE + 0x4080e810 0x1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x4080e810 __eh_globals_init::_S_init + *fill* 0x4080e811 0x3 + .sbss 0x4080e814 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .sbss 0x4080e818 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x4080e818 __stdio_exit_handler + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + 0x4080e820 . = ALIGN (0x8) + *fill* 0x4080e81c 0x4 + 0x4080e820 _bss_end = ABSOLUTE (.) + +.flash.text 0x42000020 0x1647e + 0x42000020 _stext = . + 0x42000020 _instruction_reserved_start = ABSOLUTE (.) + 0x42000020 _text_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libieee802154.a:esp_ieee802154_util.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_ack.* *libheap.a:multi_heap.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_phy.a:phy_init.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libieee802154.a:esp_ieee802154_util.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_ack.* *libheap.a:multi_heap.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_phy.a:phy_init.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libieee802154.a:esp_ieee802154_util.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_ack.* *libheap.a:multi_heap.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_phy.a:phy_init.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libieee802154.a:esp_ieee802154_util.* *libieee802154.a:esp_ieee802154_timer.* *libieee802154.a:esp_ieee802154_sec.* *libieee802154.a:esp_ieee802154_pib.* *libieee802154.a:esp_ieee802154_frame.* *libieee802154.a:esp_ieee802154_dev.* *libieee802154.a:esp_ieee802154_ack.* *libheap.a:multi_heap.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_phy.a:phy_init.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text.*) + .text.esp_app_format_init_elf_sha256 + 0x42000020 0x70 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text.esp_app_get_elf_sha256 + 0x42000090 0x50 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x42000090 esp_app_get_elf_sha256 + .text.__esp_system_init_fn_init_show_app_info + 0x420000e0 0x152 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .text.init_efuse_secure + 0x42000232 0x4 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.__esp_system_init_fn_init_efuse_check + 0x42000236 0x12 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.__esp_system_init_fn_init_efuse_show_app_info + 0x42000248 0xe6 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.__esp_system_init_fn_init_efuse + 0x4200032e 0x4c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .text.esp_efuse_startup_include_func + 0x4200037a 0x2 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + 0x4200037a esp_efuse_startup_include_func + .text.esp_efuse_check_errors + 0x4200037c 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x4200037c esp_efuse_check_errors + .text.esp_efuse_utility_check_errors + 0x42000388 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x42000388 esp_efuse_utility_check_errors + .text.esp_register_shutdown_handler + 0x4200038c 0x3e esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x4200038c esp_register_shutdown_handler + .text.esp_restart + 0x420003ca 0x36 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x420003ca esp_restart + .text.__esp_system_init_fn_init_show_cpu_freq + 0x42000400 0x78 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_brownout + 0x42000478 0xe esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_newlib_time + 0x42000486 0x10 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_flash + 0x42000496 0x42 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_coexist + 0x420004d8 0x18 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.__esp_system_init_fn_init_disable_rtc_wdt + 0x420004f0 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .text.esp_system_include_startup_funcs + 0x4200052c 0x2 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x4200052c esp_system_include_startup_funcs + .text.core_intr_matrix_clear + 0x4200052e 0x2a esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text.esp_brownout_init + 0x42000558 0x66 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x42000558 esp_brownout_init + .text.periph_ll_get_clk_en_mask + 0x420005be 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.periph_ll_get_rst_en_mask + 0x420005ee 0x1a2 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.periph_ll_get_clk_en_reg + 0x42000790 0x200 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.periph_ll_get_rst_en_reg + 0x42000990 0x200 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.periph_ll_disable_clk_set_rst + 0x42000b90 0x48 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.select_rtc_slow_clk + 0x42000bd8 0xf4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.esp_rtc_init + 0x42000ccc 0x2c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x42000ccc esp_rtc_init + .text.esp_clk_init + 0x42000cf8 0x19e esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x42000cf8 esp_clk_init + .text.esp_perip_clk_init + 0x42000e96 0x354 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x42000e96 esp_perip_clk_init + .text.get_reset_reason + 0x420011ea 0xca esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text.esp_reset_reason_get_hint + 0x420012b4 0x24 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x420012b4 esp_reset_reason_get_hint + .text.esp_reset_reason_init + 0x420012d8 0x32 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text.esp_cache_err_panic_string + 0x4200130a 0x1a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x4200130a esp_cache_err_panic_string + .text.esp_cache_err_has_active_err + 0x42001324 0x10 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x42001324 esp_cache_err_has_active_err + .text.esp_cache_err_int_init + 0x42001334 0x64 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x42001334 esp_cache_err_int_init + .text.esp_cache_err_get_cpuid + 0x42001398 0x4 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x42001398 esp_cache_err_get_cpuid + .text.semihosting_call_noerrno + 0x4200139c 0xe esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char_uart + 0x420013aa 0x64 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char_usb_serial_jtag + 0x4200140e 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.disable_all_wdts + 0x4200149e 0x68 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_char + 0x42001506 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42001506 panic_print_char + .text.panic_print_str + 0x4200151c 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4200151c panic_print_str + .text.print_abort_details + 0x42001542 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text.panic_print_hex + 0x42001556 0x3a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42001556 panic_print_hex + .text.panic_print_dec + 0x42001590 0x54 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42001590 panic_print_dec + .text.esp_panic_handler_reconfigure_wdts + 0x420015e4 0xa4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x420015e4 esp_panic_handler_reconfigure_wdts + .text.esp_panic_handler + 0x42001688 0x22c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x42001688 esp_panic_handler + .text.do_global_ctors + 0x420018b4 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_system_init_fn + 0x420018fa 0x7c esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_core_init + 0x42001976 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_secondary_init + 0x42001984 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.start_cpu0_default + 0x42001992 0x10 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x42001992 start_cpu0 + .text.frame_to_panic_info + 0x420019a2 0x5c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.panic_handler + 0x420019fe 0x80 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.print_state_for_core + 0x42001a7e 0x28 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.print_state + 0x42001aa6 0x18 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text.panic_restart + 0x42001abe 0xc esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x42001abe panic_restart + .text.panic_print_register_array + 0x42001aca 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_print_basic_backtrace + 0x42001b36 0x92 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.print_assist_debug_details + 0x42001bc8 0xd8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.print_cache_err_details + 0x42001ca0 0x2e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text.panic_print_registers + 0x42001cce 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001cce panic_print_registers + .text.panic_soc_check_pseudo_cause + 0x42001d3a 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001d3a panic_soc_check_pseudo_cause + .text.panic_soc_fill_info + 0x42001d6e 0x8a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001d6e panic_soc_fill_info + .text.panic_arch_fill_info + 0x42001df8 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001df8 panic_arch_fill_info + .text.panic_print_backtrace + 0x42001e2c 0xc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001e2c panic_print_backtrace + .text.panic_get_cause + 0x42001e38 0x6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001e38 panic_get_cause + .text.panic_prepare_frame_from_ctx + 0x42001e3e 0x2a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x42001e3e panic_prepare_frame_from_ctx + .text.__esp_system_init_fn_esp_hw_stack_guard_init + 0x42001e68 0x7e esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .text.esp_hw_stack_guard_get_bounds + 0x42001ee6 0x16 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x42001ee6 esp_hw_stack_guard_get_bounds + .text.esp_hw_stack_guard_get_fired_cpu + 0x42001efc 0x18 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x42001efc esp_hw_stack_guard_get_fired_cpu + .text.esp_hw_stack_guard_get_pc + 0x42001f14 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + 0x42001f14 esp_hw_stack_guard_get_pc + .text.esp_rom_include_multi_heap_patch + 0x42001f1c 0x2 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + 0x42001f1c esp_rom_include_multi_heap_patch + .text.uart_hal_txfifo_rst + 0x42001f1e 0x42 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42001f1e uart_hal_txfifo_rst + .text.uart_hal_rxfifo_rst + 0x42001f60 0x42 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42001f60 uart_hal_rxfifo_rst + .text.uart_hal_tx_break + 0x42001fa2 0x46 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42001fa2 uart_hal_tx_break + .text.uart_hal_write_txfifo + 0x42001fe8 0x62 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x42001fe8 uart_hal_write_txfifo + .text.uart_hal_read_rxfifo + 0x4200204a 0x42 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x4200204a uart_hal_read_rxfifo + .text.brownout_ll_set_threshold + 0x4200208c 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text.brownout_hal_config + 0x420020ac 0xb8 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x420020ac brownout_hal_config + .text.esp_log_set_default_level + 0x42002164 0x6 esp-idf/log/liblog.a(log_level.c.obj) + 0x42002164 esp_log_set_default_level + .text.log_level_set + 0x4200216a 0x54 esp-idf/log/liblog.a(tag_log_level.c.obj) + .text.log_level_get + 0x420021be 0x4e esp-idf/log/liblog.a(tag_log_level.c.obj) + .text.esp_log_level_set + 0x4200220c 0xc esp-idf/log/liblog.a(tag_log_level.c.obj) + 0x4200220c esp_log_level_set + .text.esp_log_level_get_timeout + 0x42002218 0xe esp-idf/log/liblog.a(tag_log_level.c.obj) + 0x42002218 esp_log_level_get_timeout + .text.set_log_level + 0x42002226 0x42 esp-idf/log/liblog.a(log_linked_list.c.obj) + .text.add_to_list + 0x42002268 0x60 esp-idf/log/liblog.a(log_linked_list.c.obj) + .text.esp_log_linked_list_set_level + 0x420022c8 0x26 esp-idf/log/liblog.a(log_linked_list.c.obj) + 0x420022c8 esp_log_linked_list_set_level + .text.esp_log_linked_list_get_level + 0x420022ee 0x46 esp-idf/log/liblog.a(log_linked_list.c.obj) + 0x420022ee esp_log_linked_list_get_level + .text.esp_log_linked_list_clean + 0x42002334 0x28 esp-idf/log/liblog.a(log_linked_list.c.obj) + 0x42002334 esp_log_linked_list_clean + .text.fix_cache_generation_overflow + 0x4200235c 0x32 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text.heap_swap + 0x4200238e 0x2a esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text.heap_bubble_down + 0x420023b8 0x4c esp-idf/log/liblog.a(log_binary_heap.c.obj) + .text.esp_log_cache_set_level + 0x42002404 0xac esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x42002404 esp_log_cache_set_level + .text.esp_log_cache_get_level + 0x420024b0 0x100 esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x420024b0 esp_log_cache_get_level + .text.esp_log_cache_clean + 0x420025b0 0x1a esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x420025b0 esp_log_cache_clean + .text.esp_log_cache_add + 0x420025ca 0x8c esp-idf/log/liblog.a(log_binary_heap.c.obj) + 0x420025ca esp_log_cache_add + .text.heap_caps_match + 0x42002656 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42002656 heap_caps_match + .text.heap_caps_get_info + 0x42002684 0x86 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x42002684 heap_caps_get_info + .text.heap_caps_get_largest_free_block + 0x4200270a 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4200270a heap_caps_get_largest_free_block + .text.register_heap + 0x4200271c 0x4e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_enable_nonos_stack_heaps + 0x4200276a 0x36 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x4200276a heap_caps_enable_nonos_stack_heaps + .text.heap_caps_init + 0x420027a0 0x3ee esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x420027a0 heap_caps_init + .text.__esp_system_init_fn_init_heap + 0x42002b8e 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.s_get_num_reserved_regions + 0x42002b9c 0x18 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text.s_compare_reserved_regions + 0x42002bb4 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text.s_prepare_reserved_regions + 0x42002bbc 0x11e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text.soc_get_available_memory_region_max_count + 0x42002cda 0x16 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x42002cda soc_get_available_memory_region_max_count + .text.soc_get_available_memory_regions + 0x42002cf0 0x168 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x42002cf0 soc_get_available_memory_regions + .text.__esp_system_init_fn_esp_security_init + 0x42002e58 0xe esp-idf/esp_security/libesp_security.a(init.c.obj) + .text.esp_security_init_include_impl + 0x42002e66 0x2 esp-idf/esp_security/libesp_security.a(init.c.obj) + 0x42002e66 esp_security_init_include_impl + .text.esp_crypto_dpa_set_level + 0x42002e68 0x4c esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .text.esp_crypto_dpa_protection_startup + 0x42002eb4 0xe esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + 0x42002eb4 esp_crypto_dpa_protection_startup + .text.calc_checksum + 0x42002ec2 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_slowclk_cal_get + 0x42002eec 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002eec esp_clk_slowclk_cal_get + .text.esp_rtc_get_time_us + 0x42002ef4 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002ef4 esp_rtc_get_time_us + .text.esp_clk_slowclk_cal_set + 0x42002ffa 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x42002ffa esp_clk_slowclk_cal_set + .text.insert_vector_desc + 0x42003012 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.find_desc_for_int + 0x4200306a 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.get_desc_for_int + 0x42003090 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.find_desc_for_source + 0x42003120 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.is_vect_desc_usable + 0x420031a6 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.get_available_int + 0x4200326a 0x15a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_ptr_in_isr_region + 0x420033c4 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420033c4 esp_intr_ptr_in_isr_region + .text.esp_intr_alloc_intrstatus + 0x420033fc 0x410 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x420033fc esp_intr_alloc_intrstatus + .text.esp_intr_alloc + 0x4200380c 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4200380c esp_intr_alloc + .text.intr_free_for_current_cpu + 0x42003824 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_free + 0x42003924 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x42003924 esp_intr_free + .text.rtcio_ll_wakeup_is_enabled + 0x42003938 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.esp_sleep_config_gpio_isolate + 0x42003980 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003980 esp_sleep_config_gpio_isolate + .text.esp_sleep_enable_gpio_switch + 0x42003a26 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003a26 esp_sleep_enable_gpio_switch + .text.__esp_system_init_fn_esp_sleep_startup_init + 0x42003ab6 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.esp_deep_sleep_wakeup_io_reset + 0x42003ac8 0xfe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003ac8 esp_deep_sleep_wakeup_io_reset + .text.esp_sleep_gpio_include + 0x42003bc6 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x42003bc6 esp_sleep_gpio_include + .text.modem_clock_domain_clk_gate_disable + 0x42003bc8 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + 0x42003bc8 modem_clock_domain_clk_gate_disable + .text.modem_clock_deselect_all_module_lp_clock_source + 0x42003c8c 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + 0x42003c8c modem_clock_deselect_all_module_lp_clock_source + .text.modem_clock_select_lp_clock_source + 0x42003cc0 0x260 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + 0x42003cc0 modem_clock_select_lp_clock_source + .text.pmu_power_domain_force_default + 0x42003f20 0x11a esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .text.pmu_hp_system_param_default + 0x4200403a 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .text.pmu_lp_system_param_default + 0x420040c8 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .text.pmu_hp_system_init + 0x4200413a 0x46e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + 0x4200413a pmu_hp_system_init + .text.pmu_hp_system_init_default + 0x420045a8 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .text.pmu_lp_system_init + 0x42004618 0x1ca esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + 0x42004618 pmu_lp_system_init + .text.pmu_lp_system_init_default + 0x420047e2 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .text.pmu_init + 0x4200484e 0xa4 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + 0x4200484e pmu_init + .text.set_ocode_by_efuse + 0x420048f2 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .text.calibrate_ocode + 0x4200495c 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .text.esp_ocode_calib_init + 0x42004a88 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + 0x42004a88 esp_ocode_calib_init + .text.esp_riscv_intr_num_flags + 0x42004aa4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .text.esp_cpu_intr_get_desc + 0x42004ae8 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x42004ae8 esp_cpu_intr_get_desc + .text.s_sleep_hook_register + 0x42004b0a 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_register_hook + 0x42004b84 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x42004b84 esp_deep_sleep_register_hook + .text.esp_sleep_pd_config + 0x42004b98 0xfe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x42004b98 esp_sleep_pd_config + .text.io_mux_enable_lp_io_clock + 0x42004c96 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + 0x42004c96 io_mux_enable_lp_io_clock + .text.pmu_hp_system_power_param_default + 0x42004dc2 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004dc2 pmu_hp_system_power_param_default + .text.pmu_hp_system_clock_param_default + 0x42004e08 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004e08 pmu_hp_system_clock_param_default + .text.pmu_hp_system_digital_param_default + 0x42004e48 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004e48 pmu_hp_system_digital_param_default + .text.pmu_hp_system_analog_param_default + 0x42004e88 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004e88 pmu_hp_system_analog_param_default + .text.pmu_hp_system_retention_param_default + 0x42004ece 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004ece pmu_hp_system_retention_param_default + .text.pmu_lp_system_power_param_default + 0x42004f0e 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004f0e pmu_lp_system_power_param_default + .text.pmu_lp_system_analog_param_default + 0x42004f54 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004f54 pmu_lp_system_analog_param_default + .text.get_act_hp_dbias + 0x42004f9a 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004f9a get_act_hp_dbias + .text.get_act_lp_dbias + 0x42004fd2 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + 0x42004fd2 get_act_lp_dbias + .text.sleep_clock_system_retention_init + 0x4200500c 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + 0x4200500c sleep_clock_system_retention_init + .text.__esp_system_init_fn_sleep_clock_startup_init + 0x4200508e 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .text.sleep_retention_entries_try_create_bonding + 0x420050b6 0xe2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_join + 0x42005198 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_stats + 0x4200524c 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_get_destroy_context + 0x420052ae 0x16c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_update + 0x4200541a 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_owner_bitmap + 0x42005532 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_context_update + 0x4200558e 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_dettach + 0x42005604 0xe6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_destroy_wrapper + 0x420056ea 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_all_destroy_wrapper + 0x42005718 0xac esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_do_destroy + 0x420057c4 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_create_impl + 0x42005826 0x1a2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_check_and_create_final_default + 0x420059c8 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_check_and_create_default + 0x42005a14 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_try_create + 0x42005a76 0x156 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_create_bonding + 0x42005bcc 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_create_wrapper + 0x42005c32 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_entries_create + 0x42005cb8 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + 0x42005cb8 sleep_retention_entries_create + .text.module_is_inited + 0x42005d58 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.module_is_created + 0x42005d84 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .text.sleep_retention_module_init + 0x42005db0 0x104 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + 0x42005db0 sleep_retention_module_init + .text.pau_regdma_set_entry_link_addr + 0x42005eb4 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + 0x42005eb4 pau_regdma_set_entry_link_addr + .text.regdma_link_get_next_continuous_wrapper + 0x42005ed4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_next_addr_map_wrapper + 0x42005ed8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_next_write_wait_wrapper + 0x42005edc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_next_branch_continuous_wrapper + 0x42005ee0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_next_branch_addr_map_wrapper + 0x42005ee4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_next_branch_write_wait_wrapper + 0x42005ee8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_continuous_next_wrapper + 0x42005eec 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_addr_map_next_wrapper + 0x42005f04 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_write_wait_next_wrapper + 0x42005f1c 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_branch_continuous_next_wrapper + 0x42005f34 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_branch_addr_map_next_wrapper + 0x42005f50 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_branch_write_wait_next_wrapper + 0x42005f6c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_continuous + 0x42005f88 0xec esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_write + 0x42006074 0xd6 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_wait + 0x4200614a 0xd6 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_branch_continuous + 0x42006220 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_branch_write + 0x42006318 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_branch_wait + 0x420063f8 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_wrapper + 0x420064d8 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_next + 0x42006556 0xca esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_recursive_impl + 0x42006620 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_instance + 0x42006688 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_get_stats + 0x420066ec 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_stats + 0x4200674a 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_update_stats_wrapper + 0x42006790 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_iterator + 0x420067b0 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_addr_map + 0x42006822 0x18c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init_branch_addr_map + 0x420069ae 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_destroy_wrapper + 0x42006ab4 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_continuous + 0x42006afe 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006afe regdma_link_new_continuous + .text.regdma_link_new_addr_map + 0x42006b94 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006b94 regdma_link_new_addr_map + .text.regdma_link_new_write + 0x42006c32 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006c32 regdma_link_new_write + .text.regdma_link_new_wait + 0x42006cac 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006cac regdma_link_new_wait + .text.regdma_link_new_branch_continuous + 0x42006d26 0x9a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006d26 regdma_link_new_branch_continuous + .text.regdma_link_new_branch_addr_map + 0x42006dc0 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006dc0 regdma_link_new_branch_addr_map + .text.regdma_link_new_branch_write + 0x42006e5e 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006e5e regdma_link_new_branch_write + .text.regdma_link_new_branch_wait + 0x42006edc 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006edc regdma_link_new_branch_wait + .text.regdma_link_new_continuous_default + 0x42006f5a 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006f5a regdma_link_new_continuous_default + .text.regdma_link_init_continuous_wrapper + 0x42006f78 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_addr_map_default + 0x42006fd2 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42006fd2 regdma_link_new_addr_map_default + .text.regdma_link_init_addr_map_wrapper + 0x42006ff4 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_write_default + 0x42007058 0xe esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007058 regdma_link_new_write_default + .text.regdma_link_init_write_wrapper + 0x42007066 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_wait_default + 0x420070bc 0xe esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x420070bc regdma_link_new_wait_default + .text.regdma_link_init_wait_wrapper + 0x420070ca 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_branch_continuous_default + 0x42007120 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007120 regdma_link_new_branch_continuous_default + .text.regdma_link_init_branch_continuous_wrapper + 0x4200713e 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_branch_addr_map_default + 0x42007198 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007198 regdma_link_new_branch_addr_map_default + .text.regdma_link_init_branch_addr_map_wrapper + 0x420071ba 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_branch_write_default + 0x42007220 0xe esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007220 regdma_link_new_branch_write_default + .text.regdma_link_init_branch_write_wrapper + 0x4200722e 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_new_branch_wait_default + 0x42007284 0xe esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007284 regdma_link_new_branch_wait_default + .text.regdma_link_init_branch_wait_wrapper + 0x42007292 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .text.regdma_link_init + 0x420072e8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x420072e8 regdma_link_init + .text.regdma_link_stats + 0x42007328 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007328 regdma_link_stats + .text.regdma_link_destroy + 0x4200733e 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x4200733e regdma_link_destroy + .text.regdma_link_update_next + 0x42007356 0xe6 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007356 regdma_link_update_next + .text.regdma_link_get_owner_bitmap + 0x4200743c 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x4200743c regdma_link_get_owner_bitmap + .text.regdma_find_module_link_head + 0x420074ac 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x420074ac regdma_find_module_link_head + .text.regdma_find_module_link_tail + 0x4200751e 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x4200751e regdma_find_module_link_tail + .text.regdma_find_next_module_link_head + 0x420075b2 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x420075b2 regdma_find_next_module_link_head + .text.regdma_find_prev_module_link_tail + 0x42007606 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007606 regdma_find_prev_module_link_tail + .text.regdma_link_get_config_mode + 0x42007688 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + 0x42007688 regdma_link_get_config_mode + .text.esp_newlib_locks_init + 0x420076be 0xa0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x420076be esp_newlib_locks_init + .text.newlib_include_pthread_impl + 0x4200775e 0x2 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x4200775e newlib_include_pthread_impl + .text.newlib_include_getentropy_impl + 0x42007760 0x2 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + 0x42007760 newlib_include_getentropy_impl + .text.esp_cleanup_r + 0x42007762 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.raise_r_stub + 0x420077a6 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.esp_newlib_init + 0x420077b4 0x64 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x420077b4 esp_setup_newlib_syscalls + 0x420077b4 esp_newlib_init + .text.__esp_system_init_fn_init_newlib + 0x42007818 0x10 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.esp_newlib_init_global_stdio + 0x42007828 0x6c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x42007828 esp_newlib_init_global_stdio + .text.__esp_system_init_fn_init_newlib_stdio + 0x42007894 0x18 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .text.newlib_include_init_funcs + 0x420078ac 0x2 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x420078ac newlib_include_init_funcs + .text.syscall_not_implemented + 0x420078ae 0x1c esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x420078ae _kill_r + 0x420078ae _system_r + 0x420078ae _getpid_r + .text.syscall_not_implemented_aborts + 0x420078ca 0xc esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x420078ca _sbrk_r + 0x420078ca _exit + 0x420078ca raise + 0x420078ca _raise_r + .text.fcntl 0x420078d6 0x42 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x420078d6 fcntl + .text.newlib_include_syscalls_impl + 0x42007918 0x2 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x42007918 newlib_include_syscalls_impl + .text.adjust_boot_time + 0x4200791a 0x16e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.get_adjusted_boot_time + 0x42007a88 0x3e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.adjtime_corr_stop + 0x42007ac6 0x52 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.settimeofday + 0x42007b18 0x5a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42007b18 settimeofday + .text.esp_newlib_time_init + 0x42007b72 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x42007b72 esp_newlib_time_init + .text.esp_time_impl_get_time_since_boot + 0x42007b7e 0x2a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42007b7e esp_time_impl_get_time_since_boot + .text.esp_time_impl_set_boot_time + 0x42007ba8 0x3e esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42007ba8 esp_time_impl_set_boot_time + .text.esp_time_impl_get_boot_time + 0x42007be6 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42007be6 esp_time_impl_get_boot_time + .text.esp_set_time_from_rtc + 0x42007c26 0x3a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42007c26 esp_set_time_from_rtc + .text.esp_sync_timekeeping_timers + 0x42007c60 0x70 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42007c60 esp_sync_timekeeping_timers + .text.esp_time_impl_init + 0x42007cd0 0xe esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x42007cd0 esp_time_impl_init + .text.pthread_include_pthread_impl + 0x42007cde 0x2 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x42007cde pthread_include_pthread_impl + .text.pthread_include_pthread_cond_var_impl + 0x42007ce0 0x2 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x42007ce0 pthread_include_pthread_cond_var_impl + .text.pthread_key_create + 0x42007ce2 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42007ce2 pthread_key_create + .text.pthread_include_pthread_local_storage_impl + 0x42007d48 0x2 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x42007d48 pthread_include_pthread_local_storage_impl + .text.pthread_include_pthread_rwlock_impl + 0x42007d4a 0x2 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x42007d4a pthread_include_pthread_rwlock_impl + .text.pthread_include_pthread_semaphore_impl + 0x42007d4c 0x2 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x42007d4c pthread_include_pthread_semaphore_impl + .text.__cxa_guard_dummy + 0x42007d4e 0x2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x42007d4e __cxa_guard_dummy + .text.__cxx_init_dummy + 0x42007d50 0x2 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + 0x42007d50 __cxx_init_dummy + .text.esp_timer_early_init + 0x42007d52 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x42007d52 esp_timer_early_init + .text.__esp_system_init_fn_esp_timer_init_nonos + 0x42007d62 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .text.esp_timer_init_include_func + 0x42007d70 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + 0x42007d70 esp_timer_init_include_func + .text.esp_timer_impl_init_system_time + 0x42007d72 0x8c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x42007d72 esp_timer_impl_init_system_time + .text.esp_timer_impl_early_init + 0x42007dfe 0xc8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x42007dfe esp_timer_impl_early_init + .text.esp_timer_impl_init + 0x42007ec6 0x104 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + 0x42007ec6 esp_timer_impl_init + .text.uart_tx_char + 0x42007fca 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_rx_char + 0x42008036 0x52 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_read_char + 0x42008088 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.unregister_select + 0x420080b6 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_end_select + 0x42008136 0xac esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.register_select + 0x420081e2 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_start_select + 0x42008254 0x242 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.select_notif_callback_isr + 0x42008496 0x10a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcflush + 0x420085a0 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcdrain + 0x420085dc 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcgetattr + 0x4200860c 0x378 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_tcsetattr + 0x42008984 0x36e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_access + 0x42008cf2 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_open + 0x42008d6a 0x74 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_fcntl + 0x42008dde 0x88 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_fstat + 0x42008e66 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_close + 0x42008eb6 0x36 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_return_char + 0x42008eec 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_fsync + 0x42008f30 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_read + 0x42008fa2 0x104 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_write + 0x420090a6 0xec esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.esp_vfs_uart_get_vfs + 0x42009192 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x42009192 esp_vfs_uart_get_vfs + .text.uart_vfs_dev_register + 0x4200919c 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x4200919c uart_vfs_dev_register + 0x4200919c esp_vfs_dev_uart_register + .text.__esp_system_init_fn_init_vfs_uart + 0x420091e4 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .text.uart_vfs_include_dev_init + 0x420091f4 0x2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + 0x420091f4 uart_vfs_include_dev_init + .text.uart_pattern_queue_update + 0x420091f6 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_find_pattern_from_last + 0x4200923a 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_reenable_intr_mask + 0x42009260 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_ll_enable_bus_clock + 0x420092f0 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_ll_reset_register + 0x42009330 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_enqueue + 0x42009378 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_pattern_link_free + 0x420093e4 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.lp_uart_ll_set_source_clk + 0x4200942e 0x62 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_try_set_iomux_pin + 0x42009490 0xf0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_module_enable + 0x42009580 0x10c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_module_disable + 0x4200968c 0xfe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_enable_tx_write_fifo + 0x4200978a 0xa4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_check_buf_full + 0x4200982e 0x82 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_rx_intr_handler_default + 0x420098b0 0x822 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_free_driver_obj + 0x4200a0d2 0x6c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_alloc_driver_obj + 0x4200a13e 0xf8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_word_length + 0x4200a236 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a236 uart_set_word_length + .text.uart_get_word_length + 0x4200a2ec 0x58 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a2ec uart_get_word_length + .text.uart_set_stop_bits + 0x4200a344 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a344 uart_set_stop_bits + .text.uart_get_stop_bits + 0x4200a3fa 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a3fa uart_get_stop_bits + .text.uart_set_parity + 0x4200a472 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a472 uart_set_parity + .text.uart_get_parity + 0x4200a4ea 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a4ea uart_get_parity + .text.uart_set_baudrate + 0x4200a562 0x284 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a562 uart_set_baudrate + .text.uart_get_baudrate + 0x4200a7e6 0xca esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a7e6 uart_get_baudrate + .text.uart_set_line_inverse + 0x4200a8b0 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a8b0 uart_set_line_inverse + .text.uart_disable_intr_mask + 0x4200a928 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a928 uart_disable_intr_mask + .text.uart_pattern_queue_reset + 0x4200a9b8 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200a9b8 uart_pattern_queue_reset + .text.uart_disable_rx_intr + 0x4200aaae 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200aaae uart_disable_rx_intr + .text.uart_disable_tx_intr + 0x4200aac0 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200aac0 uart_disable_tx_intr + .text.uart_enable_tx_intr + 0x4200aad0 0xd0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200aad0 uart_enable_tx_intr + .text.uart_tx_all + 0x4200aba0 0x1f4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .text.uart_set_pin + 0x4200ad94 0x43c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200ad94 uart_set_pin + .text.uart_param_config + 0x4200b1d0 0x4a2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200b1d0 uart_param_config + .text.uart_intr_config + 0x4200b672 0x12e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200b672 uart_intr_config + .text.uart_wait_tx_done + 0x4200b7a0 0x246 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200b7a0 uart_wait_tx_done + .text.uart_write_bytes + 0x4200b9e6 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200b9e6 uart_write_bytes + .text.uart_read_bytes + 0x4200baba 0x1c0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200baba uart_read_bytes + .text.uart_get_buffered_data_len + 0x4200bc7a 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200bc7a uart_get_buffered_data_len + .text.uart_flush_input + 0x4200bd3c 0x1f8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200bd3c uart_flush_input + 0x4200bd3c uart_flush + .text.uart_driver_delete + 0x4200bf34 0xea esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200bf34 uart_driver_delete + .text.uart_driver_install + 0x4200c01e 0x38e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c01e uart_driver_install + .text.uart_is_driver_installed + 0x4200c3ac 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c3ac uart_is_driver_installed + .text.uart_set_select_notif_callback + 0x4200c3ce 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c3ce uart_set_select_notif_callback + .text.uart_get_selectlock + 0x4200c3e8 0x6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c3e8 uart_get_selectlock + .text.uart_set_mode + 0x4200c3ee 0x1aa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + 0x4200c3ee uart_set_mode + .text.__esp_system_init_fn_usb_serial_jtag_conn_status_init + 0x4200c598 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .text.usb_serial_jtag_connection_monitor_include + 0x4200c5c8 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + 0x4200c5c8 usb_serial_jtag_connection_monitor_include + .text.usb_serial_jtag_open + 0x4200c5ca 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_rx_char_no_driver + 0x4200c5de 0x3c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_read_char + 0x4200c61a 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_close + 0x4200c640 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_wait_tx_done_no_driver + 0x4200c644 0x7e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tx_char_no_driver + 0x4200c6c2 0xa6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.unregister_select + 0x4200c768 0x88 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_end_select + 0x4200c7f0 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.register_select + 0x4200c818 0x8e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_start_select + 0x4200c8a6 0x114 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.select_notif_callback_isr + 0x4200c9ba 0xb0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tcflush + 0x4200ca6a 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_fcntl + 0x4200ca7e 0x4a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tcgetattr + 0x4200cac8 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_fstat + 0x4200cb24 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_fsync + 0x4200cb4a 0x46 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tcdrain + 0x4200cb90 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_tcsetattr + 0x4200cba0 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_write + 0x4200cc0c 0x8c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_return_char + 0x4200cc98 0x3a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.usb_serial_jtag_read + 0x4200ccd2 0xb4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.__esp_system_init_fn_init_vfs_usj_sec + 0x4200cd86 0x22 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .text.esp_vfs_usb_serial_jtag_get_vfs + 0x4200cda8 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x4200cda8 esp_vfs_usb_serial_jtag_get_vfs + .text.usb_serial_jtag_vfs_include_dev_init + 0x4200cdb2 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + 0x4200cdb2 usb_serial_jtag_vfs_include_dev_init + .text.usb_serial_jtag_is_driver_installed + 0x4200cdb4 0xe esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x4200cdb4 usb_serial_jtag_is_driver_installed + .text.usb_serial_jtag_set_select_notif_callback + 0x4200cdc2 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x4200cdc2 usb_serial_jtag_set_select_notif_callback + .text.usb_serial_jtag_read_ready + 0x4200cde2 0x2e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x4200cde2 usb_serial_jtag_read_ready + .text.usb_serial_jtag_write_ready + 0x4200ce10 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + 0x4200ce10 usb_serial_jtag_write_ready + .text.include_esp_phy_override + 0x4200ce30 0x2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x4200ce30 include_esp_phy_override + .text.console_start_select + 0x4200ce32 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text.console_end_select + 0x4200ce5c 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200ce5c console_end_select + .text.console_open + 0x4200ce7c 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200ce7c console_open + .text.console_write + 0x4200cec0 0x34 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cec0 console_write + .text.console_fstat + 0x4200cef4 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cef4 console_fstat + .text.console_close + 0x4200cf0a 0x24 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cf0a console_close + .text.console_read + 0x4200cf2e 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cf2e console_read + .text.console_fcntl + 0x4200cf44 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cf44 console_fcntl + .text.console_fsync + 0x4200cf5a 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cf5a console_fsync + .text.console_access + 0x4200cf84 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cf84 console_access + .text.console_tcsetattr + 0x4200cf9a 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cf9a console_tcsetattr + .text.console_tcgetattr + 0x4200cfb0 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cfb0 console_tcgetattr + .text.console_tcdrain + 0x4200cfc6 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cfc6 console_tcdrain + .text.console_tcflush + 0x4200cfdc 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200cfdc console_tcflush + .text.esp_vfs_dev_console_register + 0x4200cff2 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text.esp_vfs_console_register + 0x4200d012 0x26 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200d012 esp_vfs_console_register + .text.__esp_system_init_fn_init_vfs_console + 0x4200d038 0xe esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .text.esp_vfs_include_console_register + 0x4200d046 0x2 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + 0x4200d046 esp_vfs_include_console_register + .text.esp_get_free_index + 0x4200d048 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.free_proxy_members + 0x4200d06a 0x2e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_duplicate_fs_ops + 0x4200d098 0xde esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_free_fs_ops + 0x4200d176 0x38 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fs_common + 0x4200d1ae 0x166 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.translate_path + 0x4200d314 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fs + 0x4200d37c 0x88 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d37c esp_vfs_register_fs + .text.get_vfs_for_index + 0x4200d404 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d404 get_vfs_for_index + .text.get_vfs_for_fd + 0x4200d42c 0x2a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.get_vfs_for_path + 0x4200d456 0xaa esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d456 get_vfs_for_path + .text.esp_vfs_open + 0x4200d500 0x146 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d500 _open_r + 0x4200d500 esp_vfs_open + .text.esp_vfs_write + 0x4200d646 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d646 _write_r + 0x4200d646 esp_vfs_write + .text.esp_vfs_lseek + 0x4200d6ca 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d6ca esp_vfs_lseek + 0x4200d6ca _lseek_r + .text.esp_vfs_read + 0x4200d74e 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d74e _read_r + 0x4200d74e esp_vfs_read + .text.esp_vfs_close + 0x4200d7d2 0xf4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d7d2 _close_r + 0x4200d7d2 esp_vfs_close + .text.esp_vfs_fstat + 0x4200d8c6 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d8c6 _fstat_r + 0x4200d8c6 esp_vfs_fstat + .text.esp_vfs_fcntl_r + 0x4200d93c 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d93c esp_vfs_fcntl_r + 0x4200d93c _fcntl_r + .text.esp_vfs_fsync + 0x4200d9c0 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200d9c0 fsync + 0x4200d9c0 esp_vfs_fsync + .text.esp_vfs_stat + 0x4200da34 0x64 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200da34 esp_vfs_stat + 0x4200da34 _stat_r + .text.esp_vfs_link + 0x4200da98 0x96 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200da98 _link_r + 0x4200da98 esp_vfs_link + .text.esp_vfs_unlink + 0x4200db2e 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200db2e _unlink_r + 0x4200db2e esp_vfs_unlink + .text.esp_vfs_rename + 0x4200dba2 0xb0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200dba2 esp_vfs_rename + 0x4200dba2 _rename_r + .text.esp_vfs_access + 0x4200dc52 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200dc52 esp_vfs_access + 0x4200dc52 access + .text.esp_vfs_select_triggered + 0x4200dcbc 0x58 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200dcbc esp_vfs_select_triggered + .text.esp_vfs_select_triggered_isr + 0x4200dd14 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200dd14 esp_vfs_select_triggered_isr + .text.tcgetattr + 0x4200dd68 0x82 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200dd68 tcgetattr + .text.tcsetattr + 0x4200ddea 0x8c esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200ddea tcsetattr + .text.tcdrain 0x4200de76 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200de76 tcdrain + .text.tcflush 0x4200deee 0x82 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200deee tcflush + .text.vfs_include_syscalls_impl + 0x4200df70 0x2 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4200df70 vfs_include_syscalls_impl + .text.vfs_null_get_empty_fd + 0x4200df72 0x24 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_fsync + 0x4200df96 0x1e esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_ioctl + 0x4200dfb4 0x26 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_fcntl + 0x4200dfda 0x26 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_close + 0x4200e000 0x1e esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_open + 0x4200e01e 0xc0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_pwrite + 0x4200e0de 0x32 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_pread + 0x4200e110 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_read + 0x4200e140 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_lseek + 0x4200e170 0x42 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_write + 0x4200e1b2 0x32 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_stat + 0x4200e1e4 0x54 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.vfs_null_fstat + 0x4200e238 0x42 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.esp_vfs_null_register + 0x4200e27a 0x22 esp-idf/vfs/libvfs.a(nullfs.c.obj) + 0x4200e27a esp_vfs_null_register + .text.__esp_system_init_fn_init_vfs_nullfs + 0x4200e29c 0xe esp-idf/vfs/libvfs.a(nullfs.c.obj) + .text.esp_vfs_include_nullfs_register + 0x4200e2aa 0x2 esp-idf/vfs/libvfs.a(nullfs.c.obj) + 0x4200e2aa esp_vfs_include_nullfs_register + .text.esp_coexist_debug_matrix_init_wrapper + 0x4200e2ac 0x6 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_common_semphr_create_wrapper + 0x4200e2b2 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4200e2b2 esp_coex_common_semphr_create_wrapper + .text.esp_coex_common_semphr_delete_wrapper + 0x4200e2c4 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4200e2c4 esp_coex_common_semphr_delete_wrapper + .text.esp_coex_common_semphr_take_wrapper + 0x4200e2d6 0x24 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4200e2d6 esp_coex_common_semphr_take_wrapper + .text.esp_coex_common_semphr_give_wrapper + 0x4200e2fa 0x18 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4200e2fa esp_coex_common_semphr_give_wrapper + .text.esp_coex_common_timer_done_wrapper + 0x4200e312 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4200e312 esp_coex_common_timer_done_wrapper + .text.esp_coex_common_timer_setfn_wrapper + 0x4200e320 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4200e320 esp_coex_common_timer_setfn_wrapper + .text.nvs_sec_provider_include_impl + 0x4200e32e 0x2 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + 0x4200e32e nvs_sec_provider_include_impl + .text.irda_crc + 0x4200e330 0xc2 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200e330 irda_crc + .text.sendData + 0x4200e3f2 0x78 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200e3f2 sendData + .text.read_address + 0x4200e46a 0x1e esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200e46a read_address + .text.parse_pxid_packets + 0x4200e488 0x260 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200e488 parse_pxid_packets + .text.reply_to_pxid + 0x4200e6e8 0x284 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200e6e8 reply_to_pxid + .text.parse_irda_packets + 0x4200e96c 0x45c esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200e96c parse_irda_packets + .text.rx_task 0x4200edc8 0x8c esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .text.init 0x4200ee54 0x6a esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200ee54 init + .text.app_main + 0x4200eebe 0x38 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + 0x4200eebe app_main + .text.riscv_decode_offset_from_jal_instruction + 0x4200eef6 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + 0x4200eef6 riscv_decode_offset_from_jal_instruction + .text.gpio_ll_iomux_out + 0x4200ef42 0x5a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_input_disable + 0x4200ef9c 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_input_enable + 0x4200f01a 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_input_disable + 0x4200f098 0x7c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_output_enable + 0x4200f114 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_output_disable + 0x4200f192 0x7c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pulldown_en + 0x4200f20e 0x94 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pullup_en + 0x4200f2a2 0x94 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pulldown_dis + 0x4200f336 0x92 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_sleep_pullup_dis + 0x4200f3c8 0x92 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .text.gpio_pullup_en + 0x4200f45a 0x9a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f45a gpio_pullup_en + .text.gpio_pullup_dis + 0x4200f4f4 0xb6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f4f4 gpio_pullup_dis + .text.gpio_pulldown_en + 0x4200f5aa 0x9a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f5aa gpio_pulldown_en + .text.gpio_pulldown_dis + 0x4200f644 0x9a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f644 gpio_pulldown_dis + .text.gpio_input_enable + 0x4200f6de 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f6de gpio_input_enable + .text.gpio_output_disable + 0x4200f75c 0x8a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f75c gpio_output_disable + .text.gpio_output_enable + 0x4200f7e6 0x8a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f7e6 gpio_output_enable + .text.gpio_od_disable + 0x4200f870 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f870 gpio_od_disable + .text.gpio_od_enable + 0x4200f8ee 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f8ee gpio_od_enable + .text.gpio_set_pull_mode + 0x4200f96e 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200f96e gpio_set_pull_mode + .text.gpio_set_direction + 0x4200fab4 0xb4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fab4 gpio_set_direction + .text.gpio_iomux_in + 0x4200fb68 0x2a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fb68 gpio_iomux_in + .text.gpio_iomux_out + 0x4200fb92 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fb92 gpio_iomux_out + .text.gpio_sleep_set_direction + 0x4200fbac 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fbac gpio_sleep_set_direction + .text.gpio_sleep_set_pull_mode + 0x4200fc4c 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fc4c gpio_sleep_set_pull_mode + .text.gpio_sleep_sel_en + 0x4200fd92 0x94 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fd92 gpio_sleep_sel_en + .text.gpio_sleep_sel_dis + 0x4200fe26 0x92 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200fe26 gpio_sleep_sel_dis + .text.gpio_func_sel + 0x4200feb8 0xac esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + 0x4200feb8 gpio_func_sel + .text.rtcio_ll_function_select + 0x4200ff64 0x88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .text.rtc_gpio_is_valid_gpio + 0x4200ffec 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x4200ffec rtc_gpio_is_valid_gpio + .text.rtc_io_number_get + 0x42010010 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x42010010 rtc_io_number_get + .text.rtc_gpio_init + 0x42010020 0x76 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x42010020 rtc_gpio_init + .text.rtc_gpio_set_direction + 0x42010096 0x74 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x42010096 rtc_gpio_set_direction + .text.rtc_gpio_iomux_func_sel + 0x4201010a 0x8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + 0x4201010a rtc_gpio_iomux_func_sel + .text.bootloader_init_mem + 0x42010198 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x42010198 bootloader_init_mem + .text.bootloader_flash_update_id + 0x420101ac 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + 0x420101ac bootloader_flash_update_id + .text.s_mem_caps_check + 0x420101cc 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_find_available_region + 0x420101e2 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_is_enclosed + 0x4201021c 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_is_overlapped + 0x42010232 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_get_bus_mask + 0x42010254 0x44 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_reserve_irom_region + 0x42010298 0xaa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_reserve_drom_region + 0x42010342 0xaa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_init + 0x420103ec 0x19c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x420103ec esp_mmu_map_init + .text.esp_mmu_map + 0x42010588 0x516 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42010588 esp_mmu_map + .text.esp_mmu_unmap + 0x42010a9e 0x17c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42010a9e esp_mmu_unmap + .text.esp_mmu_vaddr_to_paddr + 0x42010c1a 0xfa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x42010c1a esp_mmu_vaddr_to_paddr + .text.spi_flash_init_lock + 0x42010d14 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x42010d14 spi_flash_init_lock + .text.spi_flash_op_lock + 0x42010d16 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x42010d16 spi_flash_op_lock + .text.spi_flash_op_unlock + 0x42010d28 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x42010d28 spi_flash_op_unlock + .text.spi_flash_mmap + 0x42010d3a 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x42010d3a spi_flash_mmap + .text.spi_flash_munmap + 0x42010e02 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x42010e02 spi_flash_munmap + .text.spi_flash_cache2phys + 0x42010e70 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x42010e70 spi_flash_cache2phys + .text.esp_mspi_get_io + 0x42010e94 0x42 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x42010e94 esp_mspi_get_io + .text.esp_mspi_pin_reserve + 0x42010ed6 0x5c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x42010ed6 esp_mspi_pin_reserve + .text.esp_flash_read_chip_id + 0x42010f32 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x42010f32 esp_flash_read_chip_id + .text.spimem_flash_ll_get_source_freq_mhz + 0x42010f46 0xc4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.esp_flash_init_default_chip + 0x4201100a 0x15c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x4201100a esp_flash_init_default_chip + .text.esp_flash_app_init + 0x42011166 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x42011166 esp_flash_app_init + .text.esp_flash_app_enable_os_functions + 0x42011186 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x42011186 esp_flash_app_enable_os_functions + .text.esp_crosscore_int_init + 0x420111b0 0x64 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x420111b0 esp_crosscore_int_init + .text.esp_vApplicationIdleHook + 0x42011214 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x42011214 esp_vApplicationIdleHook + .text.esp_register_freertos_idle_hook_for_cpu + 0x4201125a 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x4201125a esp_register_freertos_idle_hook_for_cpu + .text.esp_register_freertos_tick_hook_for_cpu + 0x420112ce 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x420112ce esp_register_freertos_tick_hook_for_cpu + .text.esp_register_freertos_tick_hook + 0x42011342 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x42011342 esp_register_freertos_tick_hook + .text.esp_int_wdt_init + 0x42011352 0xc4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x42011352 esp_int_wdt_init + .text.esp_int_wdt_cpu_init + 0x42011416 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x42011416 esp_int_wdt_cpu_init + .text.find_entry_and_check_all_reset + 0x4201146a 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.find_entry_from_task_handle_and_check_all_reset + 0x4201149a 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.task_wdt_timer_feed + 0x420114cc 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.add_entry + 0x420114f8 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.get_task_affinity + 0x42011672 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.task_wdt_timeout_abort + 0x42011698 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x42011698 task_wdt_timeout_abort + .text.task_wdt_timeout_handling + 0x42011732 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_add + 0x42011782 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x42011782 esp_task_wdt_add + .text.subscribe_idle + 0x420117e8 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_init + 0x4201189a 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4201189a esp_task_wdt_init + .text.esp_task_wdt_reset + 0x420119de 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x420119de esp_task_wdt_reset + .text.idle_hook_cb + 0x42011aaa 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_print_triggered_tasks + 0x42011aba 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x42011aba esp_task_wdt_print_triggered_tasks + .text.task_wdt_isr + 0x42011be4 0x106 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_impl_timer_allocate + 0x42011cea 0xf0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x42011cea esp_task_wdt_impl_timer_allocate + .text.esp_task_wdt_impl_timer_feed + 0x42011dda 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x42011dda esp_task_wdt_impl_timer_feed + .text.esp_task_wdt_impl_timeout_triggered + 0x42011e10 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x42011e10 esp_task_wdt_impl_timeout_triggered + .text.esp_task_wdt_impl_timer_restart + 0x42011e3e 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x42011e3e esp_task_wdt_impl_timer_restart + .text.esp_err_to_name + 0x42011e7e 0x3a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x42011e7e esp_err_to_name + .text.gpspi_flash_ll_calculate_clock_reg + 0x42011eb8 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spimem_flash_ll_calculate_clock_reg + 0x42011ee4 0x2a esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.get_flash_clock_divider + 0x42011f0e 0x98 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_cal_clock + 0x42011fa6 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_hal_init + 0x42011fce 0x108 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x42011fce spi_flash_hal_init + .text.spi_flash_hal_supports_direct_write + 0x420120d6 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x420120d6 spi_flash_hal_supports_direct_write + .text.spi_flash_hal_supports_direct_read + 0x420120e8 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x420120e8 spi_flash_hal_supports_direct_read + .text.uart_hal_get_sclk + 0x420120fa 0x70 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420120fa uart_hal_get_sclk + .text.uart_hal_get_baudrate + 0x4201216a 0x86 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201216a uart_hal_get_baudrate + .text.uart_hal_set_stop_bits + 0x420121f0 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420121f0 uart_hal_set_stop_bits + .text.uart_hal_get_stop_bits + 0x42012216 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012216 uart_hal_get_stop_bits + .text.uart_hal_set_data_bit_num + 0x42012222 0x24 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012222 uart_hal_set_data_bit_num + .text.uart_hal_get_data_bit_num + 0x42012246 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012246 uart_hal_get_data_bit_num + .text.uart_hal_set_parity + 0x42012252 0x34 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012252 uart_hal_set_parity + .text.uart_hal_get_parity + 0x42012286 0x1c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012286 uart_hal_get_parity + .text.uart_hal_set_hw_flow_ctrl + 0x420122a2 0x6c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420122a2 uart_hal_set_hw_flow_ctrl + .text.uart_hal_set_tx_idle_num + 0x4201230e 0x2e esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201230e uart_hal_set_tx_idle_num + .text.uart_hal_set_rxfifo_full_thr + 0x4201233c 0x2c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201233c uart_hal_set_rxfifo_full_thr + .text.uart_hal_set_txfifo_empty_thr + 0x42012368 0x32 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012368 uart_hal_set_txfifo_empty_thr + .text.uart_hal_set_mode + 0x4201239a 0x180 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201239a uart_hal_set_mode + .text.uart_hal_is_hw_rts_en + 0x4201251a 0xa esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4201251a uart_hal_is_hw_rts_en + .text.uart_hal_inverse_signal + 0x42012524 0xc8 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012524 uart_hal_inverse_signal + .text.uart_hal_init + 0x420125ec 0xdc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420125ec uart_hal_init + .text.uart_hal_get_symb_len + 0x420126c8 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x420126c8 uart_hal_get_symb_len + .text.uart_hal_set_rx_timeout + 0x42012706 0x64 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x42012706 uart_hal_set_rx_timeout + .text.rtcio_hal_set_direction + 0x4201276a 0x1b8 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + 0x4201276a rtcio_hal_set_direction + .text.modem_clock_hal_set_ble_rtc_timer_divisor_value + 0x42012922 0x1e esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012922 modem_clock_hal_set_ble_rtc_timer_divisor_value + .text.modem_clock_hal_enable_ble_rtc_timer_clock + 0x42012940 0x10 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012940 modem_clock_hal_enable_ble_rtc_timer_clock + .text.modem_clock_hal_deselect_all_ble_rtc_timer_lpclk_source + 0x42012950 0x22 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012950 modem_clock_hal_deselect_all_ble_rtc_timer_lpclk_source + .text.modem_clock_hal_select_ble_rtc_timer_lpclk_source + 0x42012972 0xe2 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012972 modem_clock_hal_select_ble_rtc_timer_lpclk_source + .text.modem_clock_hal_deselect_all_coex_lpclk_source + 0x42012a54 0x22 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012a54 modem_clock_hal_deselect_all_coex_lpclk_source + .text.modem_clock_hal_select_coex_lpclk_source + 0x42012a76 0xe2 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012a76 modem_clock_hal_select_coex_lpclk_source + .text.modem_clock_hal_deselect_all_wifi_lpclk_source + 0x42012b58 0x22 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012b58 modem_clock_hal_deselect_all_wifi_lpclk_source + .text.modem_clock_hal_select_wifi_lpclk_source + 0x42012b7a 0xe2 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012b7a modem_clock_hal_select_wifi_lpclk_source + .text.modem_clock_hal_enable_wifipwr_clock + 0x42012c5c 0x9a esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + 0x42012c5c modem_clock_hal_enable_wifipwr_clock + .text.pau_hal_set_regdma_entry_link_addr + 0x42012cf6 0x14 esp-idf/hal/libhal.a(pau_hal.c.obj) + 0x42012cf6 pau_hal_set_regdma_entry_link_addr + .text.pau_hal_set_regdma_work_timeout + 0x42012d0a 0x2 esp-idf/hal/libhal.a(pau_hal.c.obj) + 0x42012d0a pau_hal_set_regdma_work_timeout + .text.pau_hal_set_regdma_wait_timeout + 0x42012d0c 0x5c esp-idf/hal/libhal.a(pau_hal.c.obj) + 0x42012d0c pau_hal_set_regdma_wait_timeout + .text.apm_ll_apm_ctrl_filter_enable + 0x42012d68 0x6a esp-idf/hal/libhal.a(apm_hal.c.obj) + .text.apm_hal_apm_ctrl_filter_enable + 0x42012dd2 0x5c esp-idf/hal/libhal.a(apm_hal.c.obj) + 0x42012dd2 apm_hal_apm_ctrl_filter_enable + .text.apm_hal_apm_ctrl_filter_enable_all + 0x42012e2e 0x5e esp-idf/hal/libhal.a(apm_hal.c.obj) + 0x42012e2e apm_hal_apm_ctrl_filter_enable_all + .text.log_buffer_hexdump_line + 0x42012e8c 0xea esp-idf/log/liblog.a(log_buffers.c.obj) + .text.print_buffer + 0x42012f76 0x156 esp-idf/log/liblog.a(log_buffers.c.obj) + .text.esp_log_buffer_hexdump_internal + 0x420130cc 0x18 esp-idf/log/liblog.a(log_buffers.c.obj) + 0x420130cc esp_log_buffer_hexdump_internal + .text.esp_log_util_cvt + 0x420130e4 0xc8 esp-idf/log/liblog.a(util.c.obj) + 0x420130e4 esp_log_util_cvt + .text.esp_log_util_cvt_hex + 0x420131ac 0x1c esp-idf/log/liblog.a(util.c.obj) + 0x420131ac esp_log_util_cvt_hex + .text.esp_cpu_configure_invalid_regions + 0x420131c8 0xac esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .text.esp_cpu_configure_region_protection + 0x42013274 0x1e4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x42013274 esp_cpu_configure_region_protection + .text.periph_rtc_dig_clk8m_enable + 0x42013458 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x42013458 periph_rtc_dig_clk8m_enable + .text.periph_rtc_dig_clk8m_disable + 0x420134b6 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + 0x420134b6 periph_rtc_dig_clk8m_disable + .text.__esp_system_init_fn_init_rng_clock + 0x42013520 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .text.esp_gpio_reserve + 0x42013536 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x42013536 esp_gpio_reserve + .text.esp_clk_tree_src_get_freq_hz + 0x42013552 0x1b0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x42013552 esp_clk_tree_src_get_freq_hz + .text.esp_clk_tree_enable_src + 0x42013702 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x42013702 esp_clk_tree_enable_src + .text.clk_tree_rtc_slow_calibration + 0x42013706 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .text.esp_clk_tree_xtal32k_get_freq_hz + 0x42013772 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x42013772 esp_clk_tree_xtal32k_get_freq_hz + .text.esp_clk_tree_lp_slow_get_freq_hz + 0x420137ec 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x420137ec esp_clk_tree_lp_slow_get_freq_hz + .text.esp_clk_tree_rc_fast_get_freq_hz + 0x4201382e 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x4201382e esp_clk_tree_rc_fast_get_freq_hz + .text.esp_clk_tree_lp_fast_get_freq_hz + 0x4201387c 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x4201387c esp_clk_tree_lp_fast_get_freq_hz + .text.init_timer_task + 0x420138d2 0xac esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.timer_process_alarm + 0x4201397e 0x16c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.timer_task + 0x42013aea 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.deinit_timer_task + 0x42013b04 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_create + 0x42013b28 0x8a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x42013b28 esp_timer_create + .text.esp_timer_delete + 0x42013bb2 0x8a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x42013bb2 esp_timer_delete + .text.esp_timer_init + 0x42013c3c 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x42013c3c esp_timer_init + .text.__esp_system_init_fn_esp_timer_init_os + 0x42013c94 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.ets_timer_setfn + 0x42013ca2 0x8c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x42013ca2 ets_timer_setfn + 0x42013ca2 os_timer_setfn + .text.ets_timer_done + 0x42013d2e 0x2a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x42013d2e os_timer_done + 0x42013d2e ets_timer_done + .text._Z41__static_initialization_and_destruction_0v + 0x42013d58 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._GLOBAL__sub_I__ZN3nvs4PageC2Ev + 0x42013d6e 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text.esp_coex_adapter_register + 0x42013d7c 0x62 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + 0x42013d7c esp_coex_adapter_register + .text.coex_pre_init + 0x42013dde 0x1a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + 0x42013dde coex_pre_init + .text.coex_core_lock + 0x42013df8 0x5e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_unlock + 0x42013e56 0x5c /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .text.coex_core_timer_idx_get + 0x42013eb2 0x3a /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + 0x42013eb2 coex_core_timer_idx_get + .text.coex_core_event_duration_get + 0x42013eec 0x52 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + 0x42013eec coex_core_event_duration_get + .text.coex_core_pre_init + 0x42013f3e 0xa6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + 0x42013f3e coex_core_pre_init + .text.coex_hw_timer_tick_get + 0x42013fe4 0xda /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + 0x42013fe4 coex_hw_timer_tick_get + .text.coex_hw_timer_freq_set + 0x420140be 0x62 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + 0x420140be coex_hw_timer_freq_set + .text.coex_hw_clear_reg + 0x42014120 0x96 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + 0x42014120 coex_hw_clear_reg + .text.coex_rom_data_init + 0x420141b6 0x46 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + 0x420141b6 coex_rom_data_init + .text.coex_rom_osi_funcs_init + 0x420141fc 0xee /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + 0x420141fc coex_rom_osi_funcs_init + .text.coex_schm_change_phase + 0x420142ea 0x122 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_timeout_process + 0x4201440c 0x6 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .text.coex_schm_init + 0x42014412 0x6e /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + 0x42014412 coex_schm_init + .text.is_partition_encrypted + 0x42014480 0x4a esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.load_partitions + 0x420144ca 0x1be esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.ensure_partitions_loaded + 0x42014688 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.iterator_create + 0x42014706 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_iterator_release + 0x42014744 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014744 esp_partition_iterator_release + .text.esp_partition_next + 0x42014756 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014756 esp_partition_next + .text.esp_partition_find + 0x4201480c 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4201480c esp_partition_find + .text.esp_partition_get + 0x42014852 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x42014852 esp_partition_get + .text.esp_partition_is_flash_region_writable + 0x42014884 0x64 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014884 esp_partition_is_flash_region_writable + .text.esp_partition_main_flash_region_safe + 0x420148e8 0x4e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x420148e8 esp_partition_main_flash_region_safe + .text.esp_partition_get_main_flash_sector_size + 0x42014936 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x42014936 esp_partition_get_main_flash_sector_size + .text.clk_hal_lp_slow_get_freq_hz + 0x4201493a 0x64 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4201493a clk_hal_lp_slow_get_freq_hz + .text.clk_hal_xtal_get_freq_mhz + 0x4201499e 0x5c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4201499e clk_hal_xtal_get_freq_mhz + .text.clk_hal_soc_root_get_freq_mhz + 0x420149fa 0x48 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x420149fa clk_hal_soc_root_get_freq_mhz + .text.clk_hal_cpu_get_freq_hz + 0x42014a42 0xbe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x42014a42 clk_hal_cpu_get_freq_hz + .text.lib_printf + 0x42014b00 0x90 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .text.coexist_printf + 0x42014b90 0x2a esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + 0x42014b90 coexist_printf + .text.esp_ota_get_running_partition + 0x42014bba 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x42014bba esp_ota_get_running_partition + .text._ZL15eh_globals_dtorPv + 0x42014c80 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE + 0x42014cb0 0x2a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .text.__wrap__Unwind_DeleteException + 0x42014cda 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x42014cda __wrap__Unwind_DeleteException + .text 0x42014ce6 0xec /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + 0x42014ce6 _fclose_r + 0x42014dbc fclose + .text 0x42014dd2 0x1e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + 0x42014dd2 __sflush_r + .text 0x42014fb6 0x2ea /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + 0x42015148 __sfp_lock_acquire + 0x42015158 __sfp_lock_release + 0x42015168 __sfp + 0x4201523e __sinit + 0x4201526c __fp_lock_all + 0x42015286 __fp_unlock_all + .text 0x420152a0 0xfc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + 0x420152a0 _fopen_r + 0x4201537e fopen + .text 0x4201539c 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + 0x4201539c _fseek_r + 0x4201539e fseek + .text 0x420153c4 0x31e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + 0x420153c4 __sfvwrite_r + .text 0x420156e2 0x68 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + 0x420156e2 _fwalk_sglue + .text 0x4201574a 0xb6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + 0x4201574a _putc_r + 0x420157e2 putc + .text 0x42015800 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + 0x42015800 _putchar_r + 0x42015806 putchar + .text 0x42015820 0xac /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + 0x42015820 _puts_r + 0x420158b6 puts + .text 0x420158cc 0xc8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + 0x420158cc __sread + 0x420158fe __seofread + 0x42015902 __swrite + 0x42015954 __sseek + 0x4201598c __sclose + .text 0x42015994 0x32c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + 0x42015994 _fseeko_r + 0x42015c9a fseeko + .text 0x42015cc0 0x100 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + 0x42015cc0 _reclaim_reent + .text 0x42015dc0 0x12 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + 0x42015dc0 __errno + .text 0x42015dd2 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + 0x42015dd2 close + .text 0x42015dea 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + 0x42015dea fstat + .text 0x42015e0a 0x24 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + 0x42015e0a gettimeofday + .text 0x42015e2e 0x3a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + 0x42015e2e open + .text 0x42015e68 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + 0x42015e68 read + .text 0x42015e90 0x28 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + 0x42015e90 write + .text 0x42015eb8 0x7a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + 0x42015eb8 __sflags + .text 0x42015f32 0x13a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + 0x42015f5e __srefill_r + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifiextrairam EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifiextrairam.*) + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislpiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislpiram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram.*) + *libesp_driver_gptimer.a:gptimer.*(.text .text.gptimer_del_timer .text.gptimer_destroy .text.gptimer_disable .text.gptimer_enable .text.gptimer_get_captured_count .text.gptimer_get_raw_count .text.gptimer_get_resolution .text.gptimer_new_timer .text.gptimer_register_event_callbacks .text.gptimer_register_to_group .text.gptimer_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group) + *libesp_event.a:default_event_loop.*(.text .text.esp_event_handler_instance_register .text.esp_event_handler_instance_unregister .text.esp_event_handler_register .text.esp_event_handler_unregister .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_post) + *libesp_event.a:esp_event.*(.text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler) + *libesp_hw_support.a:cpu.*(.text .text.esp_cpu_clear_breakpoint .text.esp_cpu_clear_watchpoint .text.esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint) + .text.esp_cpu_set_breakpoint + 0x4201606c 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x4201606c esp_cpu_set_breakpoint + *libesp_hw_support.a:gdma.*(.text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_apply_strategy .text.gdma_config_transfer .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_alignment_constraints .text.gdma_get_free_m2m_trig_id_mask .text.gdma_get_group_channel_id .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_set_priority) + *libesp_hw_support.a:periph_ctrl.*(.text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit) + .text.periph_rcc_acquire_enter + 0x420160bc 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x420160bc periph_rcc_acquire_enter + .text.periph_rcc_acquire_exit + 0x420160e4 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x420160e4 periph_rcc_acquire_exit + *libesp_hw_support.a:sar_periph_ctrl.*(.text .text.s_sar_power_acquire .text.s_sar_power_release .text.sar_periph_ctrl_adc_continuous_power_acquire .text.sar_periph_ctrl_adc_continuous_power_release .text.sar_periph_ctrl_adc_oneshot_power_acquire .text.sar_periph_ctrl_adc_oneshot_power_release .text.sar_periph_ctrl_init .text.sar_periph_ctrl_power_disable .text.sar_periph_ctrl_pwdet_power_acquire .text.sar_periph_ctrl_pwdet_power_release) + *libesp_phy.a:phy_init.*(.text .text.esp_phy_erase_cal_data_in_nvs .text.esp_phy_get_init_data .text.esp_phy_load_cal_and_init .text.esp_phy_load_cal_data_from_nvs .text.esp_phy_modem_deinit .text.esp_phy_modem_init .text.esp_phy_release_init_data .text.esp_phy_store_cal_data_to_nvs .text.esp_phy_update_country_info .text.load_cal_data_from_nvs_handle .text.phy_get_lock .text.store_cal_data_to_nvs_handle) + *libesp_system.a:esp_system_chip.*(.text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size) + *libesp_wifi.a:esp_adapter.*(.text .text.clear_intr_wrapper .text.coex_deinit_wrapper .text.coex_disable_wrapper .text.coex_enable_wrapper .text.coex_init_wrapper .text.coex_register_start_cb_wrapper .text.coex_schm_curr_period_get_wrapper .text.coex_schm_curr_phase_get_wrapper .text.coex_schm_flexible_period_get_wrapper .text.coex_schm_flexible_period_set_wrapper .text.coex_schm_interval_get_wrapper .text.coex_schm_process_restart_wrapper .text.coex_schm_register_cb_wrapper .text.coex_schm_status_bit_clear_wrapper .text.coex_schm_status_bit_set_wrapper .text.coex_wifi_channel_set_wrapper .text.coex_wifi_request_wrapper .text.disable_intr_wrapper .text.enable_intr_wrapper .text.esp_event_post_wrapper .text.esp_log_write_wrapper .text.esp_log_writev_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.esp_read_mac_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.nvs_open_wrapper .text.queue_create_wrapper .text.queue_recv_wrapper .text.queue_send_to_back_wrapper .text.queue_send_to_front_wrapper .text.queue_send_wrapper .text.recursive_mutex_create_wrapper .text.regdma_link_set_write_wait_content_wrapper .text.set_intr_wrapper .text.set_isr_wrapper .text.sleep_retention_find_link_by_id_wrapper .text.task_create_pinned_to_core_wrapper .text.task_create_wrapper .text.task_get_max_priority_wrapper .text.wifi_create_queue .text.wifi_create_queue_wrapper .text.wifi_delete_queue .text.wifi_delete_queue_wrapper .text.wifi_reset_mac_wrapper .text.wifi_thread_semphr_free .text.wifi_thread_semphr_get_wrapper) + *libesp_wifi.a:wifi_netif.*(.text .text.esp_wifi_create_if_driver .text.esp_wifi_destroy_if_driver .text.esp_wifi_get_if_mac .text.esp_wifi_is_if_ready_when_started .text.esp_wifi_register_if_rxcb .text.wifi_ap_receive .text.wifi_driver_start .text.wifi_free .text.wifi_transmit) + *libfreertos.a:app_startup.*(.literal .literal.* .text .text.*) + .text.main_task + 0x42016106 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .text.esp_startup_start_app + 0x420161da 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x420161da esp_startup_start_app + *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) + *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) + .text.xQueueCreateWithCaps + 0x42016250 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x42016250 xQueueCreateWithCaps + .text.vQueueDeleteWithCaps + 0x420162ca 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x420162ca vQueueDeleteWithCaps + .text.xSemaphoreCreateGenericWithCaps + 0x4201632e 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x4201632e xSemaphoreCreateGenericWithCaps + .text.vSemaphoreDeleteWithCaps + 0x420163cc 0x5a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + 0x420163cc vSemaphoreDeleteWithCaps + *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) + *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) + *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.xTaskGetNext) + *libhal.a:gdma_hal_ahb_v1.*(.text .text.gdma_ahb_hal_connect_peri .text.gdma_ahb_hal_disconnect_peri .text.gdma_ahb_hal_enable_burst .text.gdma_ahb_hal_enable_etm_task .text.gdma_ahb_hal_enable_intr .text.gdma_ahb_hal_get_intr_status_reg .text.gdma_ahb_hal_init .text.gdma_ahb_hal_set_priority .text.gdma_ahb_hal_set_strategy) + *libhal.a:gdma_hal_top.*(.text .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_access_encrypt_mem .text.gdma_hal_enable_burst .text.gdma_hal_enable_etm_task .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_set_burst_size .text.gdma_hal_set_priority .text.gdma_hal_set_strategy) + *libhal.a:timer_hal.*(.text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value) + *libheap.a:multi_heap.*(.text .text.multi_heap_reset_minimum_free_bytes .text.multi_heap_restore_minimum_free_bytes) + *libieee802154.a:esp_ieee802154_ack.*(.text .text.ieee802154_add_pending_addr .text.ieee802154_clear_pending_addr .text.ieee802154_reset_pending_table) + *libieee802154.a:esp_ieee802154_dev.*(.text .text.enable_rx .text.ieee802154_cca .text.ieee802154_disable .text.ieee802154_enable .text.ieee802154_energy_detect .text.ieee802154_get_recent_lqi .text.ieee802154_get_recent_rssi .text.ieee802154_get_state .text.ieee802154_mac_deinit .text.ieee802154_mac_init .text.ieee802154_receive .text.ieee802154_receive_at .text.ieee802154_receive_done .text.ieee802154_receive_handle_done .text.ieee802154_sleep .text.ieee802154_sleep_deinit .text.ieee802154_sleep_init .text.ieee802154_transmit .text.ieee802154_transmit_at .text.ieee802154_transmit_done .text.ieee802154_transmit_internal .text.is_target_time_expired .text.isr_handle_timer0_done .text.rx_init .text.set_next_rx_buffer .text.start_ed .text.stop_cca .text.stop_current_operation .text.stop_ed .text.stop_rx .text.stop_rx_ack .text.stop_tx .text.stop_tx_ack .text.stop_tx_cca .text.tx_init) + *libieee802154.a:esp_ieee802154_frame.*(.text .text.ieee802154_frame_get_dest_panid .text.ieee802154_frame_get_dst_addr .text.ieee802154_frame_get_ie_field_len .text.ieee802154_frame_get_mic_len .text.ieee802154_frame_get_src_panid .text.ieee802154_frame_get_type .text.ieee802154_frame_get_version .text.ieee802154_frame_ie_header_offset .text.ieee802154_frame_is_ack_required) + *libieee802154.a:esp_ieee802154_pib.*(.text .text.ieee802154_pib_get_auto_ack_rx .text.ieee802154_pib_get_auto_ack_tx .text.ieee802154_pib_get_cca_mode .text.ieee802154_pib_get_cca_threshold .text.ieee802154_pib_get_channel .text.ieee802154_pib_get_coordinator .text.ieee802154_pib_get_enhance_ack_tx .text.ieee802154_pib_get_power .text.ieee802154_pib_get_promiscuous .text.ieee802154_pib_init .text.ieee802154_pib_is_pending .text.ieee802154_pib_set_auto_ack_rx .text.ieee802154_pib_set_auto_ack_tx .text.ieee802154_pib_set_cca_mode .text.ieee802154_pib_set_cca_threshold .text.ieee802154_pib_set_channel .text.ieee802154_pib_set_coordinator .text.ieee802154_pib_set_enhance_ack_tx .text.ieee802154_pib_set_pending_mode .text.ieee802154_pib_set_power .text.ieee802154_pib_set_promiscuous .text.ieee802154_pib_set_rx_when_idle .text.ieee802154_pib_update .text.ieee802154_txpower_convert) + *libieee802154.a:esp_ieee802154_sec.*(.text .text.ieee802154_ll_set_security_addr .text.ieee802154_ll_set_security_key) + *libieee802154.a:esp_ieee802154_timer.*(.text .text.ieee802154_timer0_get_value .text.ieee802154_timer1_get_value) + *libieee802154.a:esp_ieee802154_util.*(.text .text.ieee802154_channel_to_freq .text.ieee802154_etm_set_event_task .text.ieee802154_freq_to_channel .text.ieee802154_set_txrx_pti) + *liblog.a:log_timestamp.*(.text) + *liblog.a:log_write.*(.text .text.esp_log_set_vprintf .text.esp_log_writev) + .text.esp_log_writev + 0x42016426 0x32 esp-idf/log/liblog.a(log_write.c.obj) + 0x42016426 esp_log_writev + *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) + .text.intr_handler_get + 0x42016458 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x42016458 intr_handler_get + *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) + .text.intr_handler_set + 0x4201646c 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) + 0x4201646c intr_handler_set + *(.stub) + *(.gnu.linkonce.t.*) + *(.gnu.warning) + *(.irom0.text) + 0x4201649e . = (. + 0x10) + *fill* 0x4201648e 0x10 + 0x4201649e _text_end = ABSOLUTE (.) + 0x4201649e _instruction_reserved_end = ABSOLUTE (.) + 0x4201649e _etext = . + 0x00000000 _flash_cache_start = ABSOLUTE (0x0) + +.flash_rodata_dummy + 0x42000020 0x20000 + 0x42000020 _flash_rodata_dummy_start = . + 0x4201649e . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) + *fill* 0x42000020 0x1647e + 0x42020020 . = (ALIGN (0x10000) + 0x20) + *fill* 0x4201649e 0x9b82 + +.flash.appdesc 0x42020020 0x100 + 0x42020020 _rodata_reserved_start = ABSOLUTE (.) + 0x42020020 _rodata_start = ABSOLUTE (.) + *(.rodata_desc .rodata_desc.*) + .rodata_desc 0x42020020 0x100 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x42020020 esp_app_desc + *(.rodata_custom_desc .rodata_custom_desc.*) + 0x42020120 . = ALIGN (ALIGNOF (.flash.rodata)) + 0x00000001 ASSERT ((ADDR (.flash.rodata) == (ADDR (.flash.appdesc) + SIZEOF (.flash.appdesc))), The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.) + +.flash.rodata 0x42020120 0x9fa4 + 0x42020120 _flash_rodata_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_lock.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_lock.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_lock.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2 EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_lock.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_lock.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_lock.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:pmu_hal.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_wdt.* *libesp_rom.a:esp_rom_tlsf.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:pmu_sleep.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata.*) + .rodata.__esp_system_init_fn_init_show_app_info.str1.4 + 0x42020120 0x7213 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0xee (size before relaxing) + .rodata.__esp_system_init_fn_init_efuse_show_app_info.str1.4 + 0x42027333 0xa2 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .rodata.__esp_system_init_fn_init_efuse.str1.4 + 0x42027333 0x31 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + *fill* 0x42027333 0x1 + .rodata.__FUNCTION__.0 + 0x42027334 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .rodata.__esp_system_init_fn_init_show_cpu_freq.str1.4 + 0x42027354 0x51 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.__esp_system_init_fn_init_flash.str1.4 + 0x42027354 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.__func__.0 + 0x42027354 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .rodata.str1.4 + 0x42027374 0x4e esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .rodata.str1.4 + 0x42027374 0x3a esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .rodata.__func__.0 + 0x42027374 0x13 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x42027387 0x1 + .srodata 0x42027388 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .rodata.select_rtc_slow_clk.str1.4 + 0x4202738d 0x52 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.esp_clk_init.str1.4 + 0x4202738d 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x4202738d 0x3 + .rodata.__func__.1 + 0x42027390 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.str1.4 + 0x4202739d 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *fill* 0x4202739d 0x3 + .rodata.__func__.0 + 0x420273a0 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.str1.4 + 0x420273ba 0x3a esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + *fill* 0x420273ba 0x2 + .rodata.__func__.0 + 0x420273bc 0x13 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + *fill* 0x420273cf 0x1 + .rodata.cache_error_msg + 0x420273d0 0x13 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x420273d0 cache_error_msg + .rodata.esp_panic_handler.str1.4 + 0x420273e3 0x87 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .rodata.do_system_init_fn.str1.4 + 0x420273e3 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x420273e3 0x1 + .srodata.g_startup_fn + 0x420273e4 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x420273e4 g_startup_fn + .rodata.frame_to_panic_info.str1.4 + 0x420273e8 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.print_state_for_core.str1.4 + 0x420273e8 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.panic_print_register_array.str1.4 + 0x420273e8 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_print_basic_backtrace.str1.4 + 0x420273e8 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.print_assist_debug_details.str1.4 + 0x420273e8 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.print_cache_err_details.str1.4 + 0x420273e8 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_print_registers.str1.4 + 0x420273e8 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_soc_fill_info.str1.4 + 0x420273e8 0x53 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_arch_fill_info.str1.4 + 0x420273e8 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.str1.4 + 0x420273e8 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.reason.0 + 0x420273e8 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata 0x42027428 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.log_level_set.str1.4 + 0x420274bc 0x2 esp-idf/log/liblog.a(tag_log_level.c.obj) + .rodata.esp_log_cache_set_level.str1.4 + 0x420274bc 0x95 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .rodata.__func__.0 + 0x420274bc 0x18 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .rodata.__func__.1 + 0x420274d4 0x18 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .rodata.__func__.1 + 0x420274ec 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__.5 + 0x42027504 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x42027515 0x3 + .rodata.__func__.6 + 0x42027518 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x4202752a 0x2 + .rodata.__func__.10 + 0x4202752c 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x42027546 0x2 + .rodata.__func__.11 + 0x42027548 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x42027561 0x3 + .rodata.__func__.12 + 0x42027564 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.register_heap.str1.4 + 0x42027575 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.heap_caps_init.str1.4 + 0x42027575 0x11c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x42027575 0x3 + .rodata.__func__.1 + 0x42027578 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__.2 + 0x4202758c 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x4202759b 0x1 + .rodata.__func__.3 + 0x4202759c 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.s_prepare_reserved_regions.str1.4 + 0x420275aa 0xfa esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x420275aa 0x2 + .rodata.__func__.0 + 0x420275ac 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x420275c7 0x1 + .srodata.soc_memory_region_count + 0x420275c8 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x420275c8 soc_memory_region_count + .rodata.soc_memory_regions + 0x420275cc 0x78 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x420275cc soc_memory_regions + .rodata.str1.4 + 0x42027644 0xb esp-idf/heap/libheap.a(memory_layout.c.obj) + .rodata.soc_memory_types + 0x42027644 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x42027644 soc_memory_types + .rodata.str1.4 + 0x42027664 0xb1 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .rodata.__func__.0 + 0x42027664 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x4202767b 0x1 + .rodata.__func__.2 + 0x4202767c 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .rodata.esp_crypto_dpa_set_level.str1.4 + 0x4202768b 0x87 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + *fill* 0x4202768b 0x1 + .rodata.__func__.0 + 0x4202768c 0x19 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .rodata.find_desc_for_source.str1.4 + 0x420276a5 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.is_vect_desc_usable.str1.4 + 0x420276a5 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.esp_intr_alloc_intrstatus.str1.4 + 0x420276a5 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.intr_free_for_current_cpu.str1.4 + 0x420276a5 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x420276a5 0x3 + .rodata.__func__.2 + 0x420276a8 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x420276b9 0x3 + .rodata.__func__.3 + 0x420276bc 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x420276d6 0x2 + .rodata.__func__.5 + 0x420276d8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x420276f2 0x2 + .rodata.__func__.6 + 0x420276f4 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x4202770a 0x2 + .rodata.__func__.7 + 0x4202770c 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x42027725 0x3 + .rodata.__func__.9 + 0x42027728 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__.10 + 0x4202773c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.rtcio_ll_wakeup_is_enabled.str1.4 + 0x42027751 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.esp_sleep_config_gpio_isolate.str1.4 + 0x42027751 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.esp_sleep_enable_gpio_switch.str1.4 + 0x42027751 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x42027751 0x3 + .rodata.__func__.0 + 0x42027754 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.str1.4 + 0x4202776f 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + *fill* 0x4202776f 0x1 + .rodata.__func__.1 + 0x42027770 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + *fill* 0x42027793 0x1 + .rodata.__func__.2 + 0x42027794 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + *fill* 0x420277af 0x1 + .rodata.__func__.3 + 0x420277b0 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + *fill* 0x420277cb 0x1 + .rodata.__func__.4 + 0x420277cc 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + *fill* 0x420277e6 0x2 + .rodata.__func__.5 + 0x420277e8 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .rodata.__func__.6 + 0x42027804 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .rodata.pmu_power_domain_force_default.str1.4 + 0x4202781e 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .rodata.pmu_hp_system_param_default.str1.4 + 0x4202781e 0xe esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .rodata.pmu_hp_system_init.str1.4 + 0x4202781e 0x9 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + *fill* 0x4202781e 0x2 + .rodata.__func__.0 + 0x42027820 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + *fill* 0x4202783f 0x1 + .rodata.__func__.1 + 0x42027840 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .rodata.__func__.2 + 0x4202785c 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + *fill* 0x42027877 0x1 + .rodata.__func__.3 + 0x42027878 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .rodata.__func__.4 + 0x42027894 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + *fill* 0x420278af 0x1 + .rodata.__func__.10 + 0x420278b0 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + *fill* 0x420278c3 0x1 + .rodata.__func__.11 + 0x420278c4 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + *fill* 0x420278d7 0x1 + .rodata 0x420278d8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .rodata.rtc_clk_cal_internal.str1.4 + 0x420278e8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_clk_cal.str1.4 + 0x420278e8 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_time_us_to_slowclk.str1.4 + 0x420278e8 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__.0 + 0x420278e8 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x420278ff 0x1 + .rodata.__func__.1 + 0x42027900 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x42027915 0x3 + .rodata.__func__.2 + 0x42027918 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.set_ocode_by_efuse.str1.4 + 0x42027924 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .rodata.calibrate_ocode.str1.4 + 0x42027924 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .rodata.__func__.0 + 0x42027924 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .rodata.s_sleep_hook_register.str1.4 + 0x42027937 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.str1.4 + 0x42027937 0x1c3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_pd_config.str1.4 + 0x42027937 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + *fill* 0x42027937 0x1 + .rodata.__func__.4 + 0x42027938 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.pmu_hp_system_power_param_default.str1.4 + 0x4202794c 0x55 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_clock_param_default.str1.4 + 0x4202794c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_digital_param_default.str1.4 + 0x4202794c 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_analog_param_default.str1.4 + 0x4202794c 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_hp_system_retention_param_default.str1.4 + 0x4202794c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_lp_system_power_param_default.str1.4 + 0x4202794c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.pmu_lp_system_analog_param_default.str1.4 + 0x4202794c 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.lp_analog.0 + 0x4202794c 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.1 + 0x42027964 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + *fill* 0x42027987 0x1 + .rodata.lp_power.2 + 0x42027988 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.3 + 0x420279a0 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + *fill* 0x420279c2 0x2 + .rodata.hp_retention.4 + 0x420279c4 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.5 + 0x420279dc 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + *fill* 0x42027a02 0x2 + .rodata.hp_analog.6 + 0x42027a04 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.7 + 0x42027a28 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + *fill* 0x42027a4b 0x1 + .rodata.hp_digital.8 + 0x42027a4c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.9 + 0x42027a58 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.hp_clock.10 + 0x42027a7c 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.11 + 0x42027aac 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + *fill* 0x42027ace 0x2 + .rodata.hp_power.12 + 0x42027ad0 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.__func__.13 + 0x42027af4 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .rodata.sleep_clock_system_retention_init.str1.4 + 0x42027b16 0xa2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + *fill* 0x42027b16 0x2 + .rodata.__FUNCTION__.0 + 0x42027b18 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + *fill* 0x42027b3a 0x2 + .rodata.pcr_regs_retention.1 + 0x42027b3c 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .rodata.sleep_retention_entries_try_create_bonding.str1.4 + 0x42027b94 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_entries_get_destroy_context.str1.4 + 0x42027b94 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_entries_do_destroy.str1.4 + 0x42027b94 0x4d esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_entries_check_and_create_default.str1.4 + 0x42027b94 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_entries_create.str1.4 + 0x42027b94 0x71 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.sleep_retention_module_init.str1.4 + 0x42027b94 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.5 + 0x42027b94 0x2b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + *fill* 0x42027bbf 0x1 + .rodata.bonding_dummy.6 + 0x42027bc0 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.7 + 0x42027bec 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.8 + 0x42027c18 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + *fill* 0x42027c3b 0x1 + .rodata.__func__.10 + 0x42027c3c 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + *fill* 0x42027c6d 0x3 + .rodata.__func__.11 + 0x42027c70 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + *fill* 0x42027c93 0x1 + .rodata.final_dummy.12 + 0x42027c94 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.__func__.13 + 0x42027cc0 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .rodata.regdma_link_init_continuous.str1.4 + 0x42027cdf 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_init_wrapper.str1.4 + 0x42027cdf 0x8b esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_get_next.str1.4 + 0x42027cdf 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_recursive_impl.str1.4 + 0x42027cdf 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_get_instance.str1.4 + 0x42027cdf 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_get_stats.str1.4 + 0x42027cdf 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_update_stats.str1.4 + 0x42027cdf 0xe esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_init_addr_map.str1.4 + 0x42027cdf 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_init.str1.4 + 0x42027cdf 0xf esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.regdma_link_update_next.str1.4 + 0x42027cdf 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027cdf 0x1 + .rodata.__func__.0 + 0x42027ce0 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.4 + 0x42027cfc 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027d1e 0x2 + .rodata.__func__.5 + 0x42027d20 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027d42 0x2 + .rodata.__func__.6 + 0x42027d44 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027d61 0x3 + .rodata.__func__.7 + 0x42027d64 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027d81 0x3 + .rodata.__func__.8 + 0x42027d84 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027da1 0x3 + .rodata.updatefn.9 + 0x42027da4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.updatefn_b.10 + 0x42027db4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.11 + 0x42027dc4 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.14 + 0x42027ddc 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027df1 0x3 + .rodata.__func__.15 + 0x42027df4 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027e0d 0x3 + .rodata.__func__.16 + 0x42027e10 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027e29 0x3 + .rodata.stats_offset.17 + 0x42027e2c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.18 + 0x42027e4c 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027e62 0x2 + .rodata.nextfn0.19 + 0x42027e64 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.nextfn1.20 + 0x42027e74 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.21 + 0x42027e84 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027e99 0x3 + .rodata.__func__.22 + 0x42027e9c 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027eb7 0x1 + .rodata.initfn.23 + 0x42027eb8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.initfn_b.24 + 0x42027ec8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.__func__.25 + 0x42027ed8 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027ef1 0x3 + .rodata.__func__.26 + 0x42027ef4 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027f05 0x3 + .rodata.__func__.27 + 0x42027f08 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027f25 0x3 + .rodata.__func__.28 + 0x42027f28 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027f46 0x2 + .rodata.__func__.29 + 0x42027f48 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027f69 0x3 + .rodata.__func__.30 + 0x42027f6c 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027f8f 0x1 + .rodata.__func__.31 + 0x42027f90 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027fa6 0x2 + .rodata.__func__.32 + 0x42027fa8 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027fbf 0x1 + .rodata.__func__.33 + 0x42027fc0 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + *fill* 0x42027fda 0x2 + .rodata.__func__.34 + 0x42027fdc 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .rodata.main_task.str1.4 + 0x42027ff8 0xba esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.esp_startup_start_app.str1.4 + 0x42027ff8 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.__func__.0 + 0x42027ff8 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x42028002 0x2 + .rodata.__func__.1 + 0x42028004 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.prvNotifyQueueSetContainer.str1.4 + 0x4202801a 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericReset.str1.4 + 0x4202801a 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericCreateStatic.str1.4 + 0x4202801a 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericGetStaticBuffers.str1.4 + 0x4202801a 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGetMutexHolder.str1.4 + 0x4202801a 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 + 0x4202801a 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGenericSend.str1.4 + 0x4202801a 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.prvInitialiseMutex.str1.4 + 0x4202801a 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveMutexRecursive.str1.4 + 0x4202801a 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveFromISR.str1.4 + 0x4202801a 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueReceive.str1.4 + 0x4202801a 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueReceiveFromISR.str1.4 + 0x4202801a 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x4202801a 0x2 + .rodata.__func__.2 + 0x4202801c 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028029 0x3 + .rodata.__func__.4 + 0x4202802c 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028043 0x1 + .rodata.__func__.7 + 0x42028044 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028059 0x3 + .rodata.__func__.9 + 0x4202805c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.11 + 0x42028070 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028082 0x2 + .rodata.__func__.12 + 0x42028084 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x4202809d 0x3 + .rodata.__func__.13 + 0x420280a0 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x420280bb 0x1 + .rodata.__func__.14 + 0x420280bc 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x420280ce 0x2 + .rodata.__func__.15 + 0x420280d0 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x420280ee 0x2 + .rodata.__func__.16 + 0x420280f0 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.17 + 0x42028114 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x4202812d 0x3 + .rodata.__func__.18 + 0x42028130 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028149 0x3 + .rodata.__func__.20 + 0x4202814c 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028161 0x3 + .rodata.__func__.21 + 0x42028164 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.22 + 0x42028178 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x42028196 0x2 + .rodata.__func__.23 + 0x42028198 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x420281b2 0x2 + .rodata.__func__.24 + 0x420281b4 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__.25 + 0x420281c8 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.prvTaskIsTaskSuspended.str1.4 + 0x420281db 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvDeleteTCB.str1.4 + 0x420281db 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvInitialiseNewTask.str1.4 + 0x420281db 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskDelete.str1.4 + 0x420281db 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.eTaskGetState.str1.4 + 0x420281db 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskIncrementTick.str1.4 + 0x420281db 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskResumeAll.str1.4 + 0x420281db 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSwitchContext.str1.4 + 0x420281db 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPlaceOnEventList.str1.4 + 0x420281db 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskRemoveFromEventList.str1.4 + 0x420281db 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskSetTimeOutState.str1.4 + 0x420281db 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCheckForTimeOut.str1.4 + 0x420281db 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskPriorityDisinherit.str1.4 + 0x420281db 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 + 0x420281db 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.ulTaskGenericNotifyTake.str1.4 + 0x420281db 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotify.str1.4 + 0x420281db 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreatePinnedToCore.str1.4 + 0x420281db 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateStaticPinnedToCore.str1.4 + 0x420281db 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvCreateIdleTasks.str1.4 + 0x420281db 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskStartScheduler.str1.4 + 0x420281db 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetIdleTaskHandleForCore.str1.4 + 0x420281db 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x420281db 0x1 + .rodata.__func__.2 + 0x420281dc 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x420281fd 0x3 + .rodata.__func__.3 + 0x42028200 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x4202821e 0x2 + .rodata.__func__.4 + 0x42028220 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x4202823e 0x2 + .rodata.__func__.5 + 0x42028240 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028255 0x3 + .rodata.__func__.6 + 0x42028258 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.8 + 0x42028270 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x4202828e 0x2 + .rodata.__func__.12 + 0x42028290 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.13 + 0x420282a8 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.14 + 0x420282cc 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.16 + 0x420282e4 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x420282f9 0x3 + .rodata.__func__.19 + 0x420282fc 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028315 0x3 + .rodata.__func__.22 + 0x42028318 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x4202832e 0x2 + .rodata.__func__.23 + 0x42028330 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028343 0x1 + .rodata.__func__.24 + 0x42028344 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028357 0x1 + .rodata.__func__.29 + 0x42028358 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028366 0x2 + .rodata.__func__.30 + 0x42028368 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028377 0x1 + .rodata.__func__.31 + 0x42028378 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__.38 + 0x4202838c 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x42028397 0x1 + .rodata.__func__.40 + 0x42028398 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x420283a5 0x3 + .rodata.__func__.41 + 0x420283a8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .srodata.uxTopUsedPriority + 0x420283b4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x420283b4 uxTopUsedPriority + .rodata.vPortTaskWrapper.str1.4 + 0x420283b8 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortTLSPointersDelCb.str1.4 + 0x420283b8 0x73 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.pxPortInitialiseStack.str1.4 + 0x420283b8 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortExitCritical.str1.4 + 0x420283b8 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationStackOverflowHook.str1.4 + 0x420283b8 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__.0 + 0x420283b8 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x420283ca 0x2 + .rodata.__func__.2 + 0x420283cc 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationGetIdleTaskMemory.str1.4 + 0x420283e2 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x420283e2 0x2 + .rodata.__func__.1 + 0x420283e4 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.vSystimerSetup.str1.4 + 0x42028402 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + *fill* 0x42028402 0x2 + .rodata.__func__.0 + 0x42028404 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .rodata.str1.4 + 0x42028413 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.esp_newlib_locks_init.str1.4 + 0x42028413 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x42028413 0x1 + .rodata.__func__.4 + 0x42028414 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x4202842a 0x2 + .rodata.__func__.3 + 0x4202842c 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x4202843f 0x1 + .rodata.__func__.2 + 0x42028440 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x42028455 0x3 + .rodata.__func__.1 + 0x42028458 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x4202846d 0x3 + .rodata.__func__.0 + 0x42028470 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.esp_newlib_init_global_stdio.str1.4 + 0x4202847c 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .rodata.__esp_system_init_fn_init_newlib_stdio.str1.4 + 0x4202847c 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .rodata.esp_timer_impl_init_system_time.str1.4 + 0x4202847c 0x46 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .rodata.str1.4 + 0x4202847c 0x75 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .rodata.esp_timer_impl_init.str1.4 + 0x4202847c 0x98 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .rodata.__func__.0 + 0x4202847c 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .rodata.uart_access.str1.4 + 0x42028498 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_fcntl.str1.4 + 0x42028498 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_return_char.str1.4 + 0x42028498 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_vfs_dev_register.str1.4 + 0x42028498 0x87 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.__func__.7 + 0x42028498 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284ae 0x2 + .rodata.__func__.6 + 0x420284b0 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284bb 0x1 + .rodata.__func__.5 + 0x420284bc 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284cd 0x3 + .rodata.__func__.4 + 0x420284d0 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284da 0x2 + .rodata.__func__.3 + 0x420284dc 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284e7 0x1 + .rodata.__func__.2 + 0x420284e8 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284f3 0x1 + .rodata.__func__.1 + 0x420284f4 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x420284ff 0x1 + .rodata.__func__.0 + 0x42028500 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + *fill* 0x4202850b 0x1 + .rodata.s_vfs_uart + 0x4202850c 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.s_vfs_uart_termios + 0x42028544 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.s_vfs_uart_select + 0x42028560 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.s_vfs_uart_dir + 0x42028578 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .srodata.s_uart_mount_points + 0x420285b8 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .srodata.s_ctx + 0x420285c0 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .rodata.uart_reenable_intr_mask.str1.4 + 0x420285c8 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_enqueue.str1.4 + 0x420285c8 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.lp_uart_ll_set_source_clk.str1.4 + 0x420285c8 0x3a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_word_length.str1.4 + 0x420285c8 0x24 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_stop_bits.str1.4 + 0x420285c8 0x24 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_baudrate.str1.4 + 0x420285c8 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x420285c8 0x58 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_pattern_pop_pos.str1.4 + 0x420285c8 0x27 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x420285c8 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_pin.str1.4 + 0x420285c8 0x9e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_param_config.str1.4 + 0x420285c8 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_wait_tx_done.str1.4 + 0x420285c8 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_tx_chars.str1.4 + 0x420285c8 0x21 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x420285c8 0x71 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_flush_input.str1.4 + 0x420285c8 0x23 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_delete.str1.4 + 0x420285c8 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_driver_install.str1.4 + 0x420285c8 0x1c8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.uart_set_mode.str1.4 + 0x420285c8 0x81 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.41 + 0x420285c8 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420285d6 0x2 + .rodata.__FUNCTION__.40 + 0x420285d8 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420285eb 0x1 + .rodata.__FUNCTION__.38 + 0x420285ec 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.37 + 0x42028600 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x42028611 0x3 + .rodata.__FUNCTION__.35 + 0x42028614 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x4202862f 0x1 + .rodata.__FUNCTION__.34 + 0x42028630 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.33 + 0x42028648 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.31 + 0x42028658 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x42028669 0x3 + .rodata.__func__.29 + 0x4202866c 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x4202867e 0x2 + .rodata.__FUNCTION__.28 + 0x42028680 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x42028692 0x2 + .rodata.__FUNCTION__.27 + 0x42028694 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420286a5 0x3 + .rodata.__func__.26 + 0x420286a8 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420286c2 0x2 + .rodata.__FUNCTION__.25 + 0x420286c4 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420286d6 0x2 + .rodata.__FUNCTION__.20 + 0x420286d8 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420286e5 0x3 + .rodata.__FUNCTION__.19 + 0x420286e8 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.17 + 0x420286fc 0x19 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x42028715 0x3 + .rodata.__FUNCTION__.14 + 0x42028718 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x4202872f 0x1 + .rodata.__FUNCTION__.8 + 0x42028730 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x42028746 0x2 + .rodata.__FUNCTION__.7 + 0x42028748 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x4202875a 0x2 + .rodata.__FUNCTION__.6 + 0x4202875c 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x4202876e 0x2 + .rodata.__FUNCTION__.5 + 0x42028770 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.4 + 0x42028780 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.__FUNCTION__.3 + 0x42028790 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420287a3 0x1 + .rodata.__FUNCTION__.2 + 0x420287a4 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420287b7 0x1 + .rodata.__FUNCTION__.1 + 0x420287b8 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + *fill* 0x420287cd 0x3 + .rodata.__FUNCTION__.0 + 0x420287d0 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .rodata.usb_serial_jtag_return_char.str1.4 + 0x420287e5 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.__esp_system_init_fn_init_vfs_usj_sec.str1.4 + 0x420287e5 0xf esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + *fill* 0x420287e5 0x3 + .rodata.__func__.0 + 0x420287e8 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.s_vfs_jtag + 0x42028804 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.s_vfs_jtag_termios + 0x4202883c 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.s_vfs_jtag_select + 0x42028858 0x18 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .rodata.console_open.str1.4 + 0x42028870 0x1b esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.esp_vfs_dev_console_register.str1.4 + 0x42028870 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console + 0x42028870 0x38 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console_termios + 0x420288a8 0x1c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console_select + 0x420288c4 0x18 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.s_vfs_console_dir + 0x420288dc 0x40 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .rodata.esp_minify_vfs.str1.4 + 0x4202891c 0x27 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.translate_path.str1.4 + 0x4202891c 0x43 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.__func__.1 + 0x4202891c 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.vfs_null_open.str1.4 + 0x4202892b 0x2 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .rodata.esp_vfs_null_register.str1.4 + 0x4202892b 0xa esp-idf/vfs/libvfs.a(nullfs.c.obj) + *fill* 0x4202892b 0x1 + .rodata.s_vfs_null + 0x4202892c 0x38 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .rodata.s_vfs_null_dir + 0x42028964 0x40 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .rodata.irda_crc.str1.4 + 0x420289a4 0x64 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.sendData.str1.4 + 0x420289a4 0x1c esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.parse_pxid_packets.str1.4 + 0x420289a4 0xfa esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.reply_to_pxid.str1.4 + 0x420289a4 0xab esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.parse_irda_packets.str1.4 + 0x420289a4 0x205 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.rx_task.str1.4 + 0x420289a4 0x21 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.app_main.str1.4 + 0x420289a4 0xd esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.fcstab + 0x420289a4 0x200 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .rodata.intr_get_item.str1.4 + 0x42028ba4 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata._global_interrupt_handler.str1.4 + 0x42028ba4 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.__func__.0 + 0x42028ba4 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) + *fill* 0x42028bbe 0x2 + .rodata.__func__.1 + 0x42028bc0 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .rodata.gpio_input_disable.str1.4 + 0x42028bd8 0x34 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_sleep_output_enable.str1.4 + 0x42028bd8 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.gpio_set_pull_mode.str1.4 + 0x42028bd8 0x53 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.0 + 0x42028bd8 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028be6 0x2 + .rodata.__FUNCTION__.2 + 0x42028be8 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028bfb 0x1 + .rodata.__FUNCTION__.3 + 0x42028bfc 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028c0e 0x2 + .rodata.__FUNCTION__.4 + 0x42028c10 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028c26 0x2 + .rodata.__FUNCTION__.5 + 0x42028c28 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.6 + 0x42028c40 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028c55 0x3 + .rodata.__FUNCTION__.7 + 0x42028c58 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028c6f 0x1 + .rodata.__FUNCTION__.8 + 0x42028c70 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028c89 0x3 + .rodata.__FUNCTION__.9 + 0x42028c8c 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028ca6 0x2 + .rodata.__FUNCTION__.10 + 0x42028ca8 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028cc1 0x3 + .rodata.__FUNCTION__.11 + 0x42028cc4 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028cdd 0x3 + .rodata.__FUNCTION__.12 + 0x42028ce0 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.13 + 0x42028cf8 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028d11 0x3 + .rodata.__FUNCTION__.25 + 0x42028d14 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028d27 0x1 + .rodata.__FUNCTION__.26 + 0x42028d28 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028d3b 0x1 + .rodata.__FUNCTION__.27 + 0x42028d3c 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028d4f 0x1 + .rodata.__FUNCTION__.29 + 0x42028d50 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028d5f 0x1 + .rodata.__FUNCTION__.30 + 0x42028d60 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.31 + 0x42028d70 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028d83 0x1 + .rodata.__FUNCTION__.32 + 0x42028d84 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.33 + 0x42028d98 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028daa 0x2 + .rodata.__FUNCTION__.37 + 0x42028dac 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028dbe 0x2 + .rodata.__FUNCTION__.38 + 0x42028dc0 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + *fill* 0x42028dd1 0x3 + .rodata.__FUNCTION__.39 + 0x42028dd4 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.__FUNCTION__.40 + 0x42028de4 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .rodata.rtc_gpio_init.str1.4 + 0x42028df3 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + *fill* 0x42028df3 0x1 + .rodata.__FUNCTION__.5 + 0x42028df4 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.__FUNCTION__.11 + 0x42028e0c 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + *fill* 0x42028e23 0x1 + .rodata.__FUNCTION__.17 + 0x42028e24 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .rodata.str1.4 + 0x42028e32 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x42028e32 0x2 + .rodata.__func__.1 + 0x42028e34 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.s_get_bus_mask.str1.4 + 0x42028e5c 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.s_reserve_irom_region.str1.4 + 0x42028e5c 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.s_reserve_drom_region.str1.4 + 0x42028e5c 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_init.str1.4 + 0x42028e5c 0x5f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_get_max_consecutive_free_block_size.str1.4 + 0x42028e5c 0x46 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 + 0x42028e5c 0x21 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map.str1.4 + 0x42028e5c 0x142 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_unmap.str1.4 + 0x42028e5c 0x8c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_vaddr_to_paddr.str1.4 + 0x42028e5c 0x64 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.1 + 0x42028e5c 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x42028e73 0x1 + .rodata.__FUNCTION__.2 + 0x42028e74 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x42028e82 0x2 + .rodata.__func__.4 + 0x42028e84 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__.5 + 0x42028e90 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__.8 + 0x42028e9c 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x42028eb2 0x2 + .rodata.__func__.9 + 0x42028eb4 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__.10 + 0x42028ec8 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x42028ede 0x2 + .rodata.__func__.11 + 0x42028ee0 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.str1.4 + 0x42028ef1 0x5 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x42028ef1 0x3 + .rodata.g_mmu_mem_regions + 0x42028ef4 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x42028ef4 g_mmu_mem_regions + .rodata.s_merge_contiguous_pages.str1.4 + 0x42028f0c 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_munmap.str1.4 + 0x42028f0c 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__.1 + 0x42028f0c 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.esp_mspi_get_io.str1.4 + 0x42028f1d 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.str1.4 + 0x42028f1d 0x54 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x42028f1d 0x3 + .rodata.__func__.0 + 0x42028f20 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .srodata.s_mspi_io_num_default + 0x42028f30 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.str1.4 + 0x42028f36 0x168 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_read_unique_chip_id.str1.4 + 0x42028f36 0x7b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x42028f36 0x2 + .rodata.io_mode_str + 0x42028f38 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.spimem_flash_ll_get_source_freq_mhz.str1.4 + 0x42028fec 0x42 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.esp_flash_init_default_chip.str1.4 + 0x42028fec 0x124 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__FUNCTION__.0 + 0x42028fec 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__.1 + 0x42029008 0x24 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.TAG 0x4202902c 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.str1.4 + 0x42029036 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x42029036 0x2 + .rodata.__func__.0 + 0x42029038 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.str1.4 + 0x42029051 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.esp_crosscore_int_init.str1.4 + 0x42029051 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x42029051 0x3 + .rodata.__func__.0 + 0x42029054 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x4202906b 0x1 + .rodata.__func__.1 + 0x4202906c 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.add_entry.str1.4 + 0x42029083 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.delete_entry.str1.4 + 0x42029083 0x48 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_timeout_abort.str1.4 + 0x42029083 0x58 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_timeout_handling.str1.4 + 0x42029083 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_add.str1.4 + 0x42029083 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.subscribe_idle.str1.4 + 0x42029083 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_init.str1.4 + 0x42029083 0x81 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_print_triggered_tasks.str1.4 + 0x42029083 0xad esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.task_wdt_isr.str1.4 + 0x42029083 0x27 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x42029083 0x1 + .rodata.__FUNCTION__.5 + 0x42029084 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x42029097 0x1 + .rodata.__FUNCTION__.7 + 0x42029098 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x420290a2 0x2 + .rodata.__FUNCTION__.8 + 0x420290a4 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x420290b5 0x3 + .rodata.__func__.12 + 0x420290b8 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x420290c7 0x1 + .rodata.__func__.13 + 0x420290c8 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x420290d5 0x3 + .rodata.__FUNCTION__.14 + 0x420290d8 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x420290ea 0x2 + .rodata.__func__.15 + 0x420290ec 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.str1.4 + 0x42029103 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + *fill* 0x42029103 0x1 + .srodata.esp_unknown_msg + 0x42029104 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.str1.4 + 0x4202910a 0x1826 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x4202910a 0x2 + .rodata.esp_err_msg_table + 0x4202910c 0x6d8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.str1.4 + 0x420297e4 0x4d esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .rodata.__func__.1 + 0x420297e4 0x17 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + *fill* 0x420297fb 0x1 + .rodata.__func__.0 + 0x420297fc 0x16 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .rodata.get_flash_clock_divider.str1.4 + 0x42029812 0x7c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .rodata.str1.4 + 0x42029812 0x52 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .rodata.modem_clock_hal_select_ble_rtc_timer_lpclk_source.str1.4 + 0x42029812 0x20 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .rodata.modem_clock_hal_enable_wifipwr_clock.str1.4 + 0x42029812 0x8 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + *fill* 0x42029812 0x2 + .rodata.__func__.0 + 0x42029814 0x25 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + *fill* 0x42029839 0x3 + .rodata.__func__.2 + 0x4202983c 0x29 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + *fill* 0x42029865 0x3 + .rodata.__func__.3 + 0x42029868 0x29 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + *fill* 0x42029891 0x3 + .rodata.__func__.4 + 0x42029894 0x32 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + *fill* 0x420298c6 0x2 + .rodata.__func__.5 + 0x420298c8 0x2c esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .rodata.__func__.6 + 0x420298f4 0x2c esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .rodata.pau_hal_set_regdma_wait_timeout.str1.4 + 0x42029920 0x42 esp-idf/hal/libhal.a(pau_hal.c.obj) + .rodata.__func__.0 + 0x42029920 0x20 esp-idf/hal/libhal.a(pau_hal.c.obj) + .rodata.apm_hal_apm_ctrl_filter_enable.str1.4 + 0x42029940 0x142 esp-idf/hal/libhal.a(apm_hal.c.obj) + .rodata.print_buffer.str1.4 + 0x42029940 0x50 esp-idf/log/liblog.a(log_buffers.c.obj) + .rodata.esp_log_util_cvt_hex.str1.4 + 0x42029940 0x11 esp-idf/log/liblog.a(util.c.obj) + .rodata.str1.4 + 0x42029940 0x330 esp-idf/soc/libsoc.a(interrupts.c.obj) + .rodata.esp_isr_names + 0x42029940 0x134 esp-idf/soc/libsoc.a(interrupts.c.obj) + 0x42029940 esp_isr_names + .rodata.GPIO_HOLD_MASK + 0x42029a74 0x7c esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x42029a74 GPIO_HOLD_MASK + .rodata.uart_periph_signal + 0x42029af0 0x3c esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0x42029af0 uart_periph_signal + .rodata.rtc_io_num_map + 0x42029b2c 0x7c esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x42029b2c rtc_io_num_map + .rodata.periph_rtc_dig_clk8m_disable.str1.4 + 0x42029ba8 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .rodata.__func__.0 + 0x42029ba8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .rodata.esp_clk_tree_src_get_freq_hz.str1.4 + 0x42029bc5 0xc1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + *fill* 0x42029bc5 0x3 + .rodata.__FUNCTION__.0 + 0x42029bc8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .rodata.clk_tree_rtc_slow_calibration.str1.4 + 0x42029be5 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.esp_clk_tree_lp_fast_get_freq_hz.str1.4 + 0x42029be5 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x42029be5 0x3 + .rodata.__func__.0 + 0x42029be8 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x42029c09 0x3 + .rodata.__func__.1 + 0x42029c0c 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x42029c2a 0x2 + .srodata.g_spi_lock_main_flash_dev + 0x42029c2c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + 0x42029c2c g_spi_lock_main_flash_dev + .rodata.prvTaskDeleteWithCaps.str1.4 + 0x42029c30 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.__func__.1 + 0x42029c30 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + *fill* 0x42029c49 0x3 + .rodata.__func__.2 + 0x42029c4c 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .rodata.str1.4 + 0x42029c61 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.init_timer_task.str1.4 + 0x42029c61 0x6c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.esp_timer_init.str1.4 + 0x42029c61 0x1d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x42029c61 0x3 + .rodata.__func__.0 + 0x42029c64 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.ets_timer_setfn.str1.4 + 0x42029c71 0x89 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.str1.4 + 0x42029c71 0xb9 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x42029c71 0x3 + .rodata.__func__.1 + 0x42029c74 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x42029c85 0x3 + .rodata.__func__.0 + 0x42029c88 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.prvReturnItemByteBuf.str1.4 + 0x42029c98 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemByteBuf.str1.4 + 0x42029c98 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvCheckItemFitsByteBuffer.str1.4 + 0x42029c98 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReturnItemDefault.str1.4 + 0x42029c98 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemDefault.str1.4 + 0x42029c98 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvAcquireItemNoSplit.str1.4 + 0x42029c98 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvSendItemDoneNoSplit.str1.4 + 0x42029c98 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvInitializeNewRingbuffer.str1.4 + 0x42029c98 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReceiveGeneric.str1.4 + 0x42029c98 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreate.str1.4 + 0x42029c98 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreateStatic.str1.4 + 0x42029c98 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSendAcquire.str1.4 + 0x42029c98 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSendComplete.str1.4 + 0x42029c98 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferSend.str1.4 + 0x42029c98 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceive.str1.4 + 0x42029c98 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveUpTo.str1.4 + 0x42029c98 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferGetStaticBuffer.str1.4 + 0x42029c98 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.vRingbufferDeleteWithCaps.str1.4 + 0x42029c98 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.0 + 0x42029c98 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029cb2 0x2 + .rodata.__func__.1 + 0x42029cb4 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029ccf 0x1 + .rodata.__func__.4 + 0x42029cd0 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029ce3 0x1 + .rodata.__func__.7 + 0x42029ce4 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029cfe 0x2 + .rodata.__func__.8 + 0x42029d00 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029d1a 0x2 + .rodata.__func__.9 + 0x42029d1c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029d2e 0x2 + .rodata.__func__.10 + 0x42029d30 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029d4d 0x3 + .rodata.__func__.11 + 0x42029d50 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029d66 0x2 + .rodata.__func__.13 + 0x42029d68 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029d7f 0x1 + .rodata.__func__.16 + 0x42029d80 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029d99 0x3 + .rodata.__func__.17 + 0x42029d9c 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029db6 0x2 + .rodata.__func__.18 + 0x42029db8 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029dca 0x2 + .rodata.__func__.19 + 0x42029dcc 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029ddf 0x1 + .rodata.__func__.20 + 0x42029de0 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029df7 0x1 + .rodata.__func__.21 + 0x42029df8 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.24 + 0x42029e08 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.25 + 0x42029e20 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.26 + 0x42029e34 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__.27 + 0x42029e4c 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029e63 0x1 + .rodata.__func__.28 + 0x42029e64 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029e7a 0x2 + .rodata.__func__.29 + 0x42029e7c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029e8e 0x2 + .rodata.__func__.30 + 0x42029e90 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029ea5 0x3 + .rodata.__func__.31 + 0x42029ea8 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029ebe 0x2 + .rodata.__func__.32 + 0x42029ec0 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029edb 0x1 + .rodata.__func__.33 + 0x42029edc 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029eef 0x1 + .rodata.__func__.34 + 0x42029ef0 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x42029f02 0x2 + .rodata.__func__.35 + 0x42029f04 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.coex_pre_init.str1.4 + 0x42029f19 0x1b /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .rodata.esp_coex_adapter_register.str1.4 + 0x42029f19 0xbe /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .rodata.str1.4 + 0x42029f19 0x30 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + *fill* 0x42029f19 0x3 + .rodata 0x42029f1c 0x28 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .rodata.coex_rom_osi_funcs_init.str1.4 + 0x42029f44 0x18 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + .rodata.load_partitions.str1.4 + 0x42029f44 0x66 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.ensure_partitions_loaded.str1.4 + 0x42029f44 0x2b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_unload_all.str1.4 + 0x42029f44 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_next.str1.4 + 0x42029f44 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_get.str1.4 + 0x42029f44 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__.2 + 0x42029f44 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x42029f56 0x2 + .rodata.__func__.3 + 0x42029f58 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 + 0x42029f6b 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.clk_hal_xtal_get_freq_mhz.str1.4 + 0x42029f6b 0x43 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + *fill* 0x42029f6b 0x1 + .rodata.__func__.0 + 0x42029f6c 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.__func__.1 + 0x42029f88 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.lib_printf.str1.4 + 0x42029fa6 0x10 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .rodata.coexist_printf.str1.4 + 0x42029fa6 0x8 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .rodata.esp_ota_get_running_partition.str1.4 + 0x42029fa6 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x42029fa6 0x2 + .rodata.__func__.1 + 0x42029fa8 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.str1.4 + 0x42029fc6 0x2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + *(.rodata_wlog_error .rodata_wlog_error.*) + *(.rodata_wlog_info .rodata_wlog_info.*) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + *(.irom1.text) + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + 0x42029fc8 . = ALIGN (0x4) + *fill* 0x42029fc6 0x2 + 0x42029fc8 __init_priority_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array.*) + 0x42029fc8 __init_priority_array_end = ABSOLUTE (.) + 0x42029fc8 . = ALIGN (0x4) + 0x42029fc8 __init_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array) + .init_array 0x42029fc8 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .init_array 0x42029fcc 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .init_array 0x42029fd0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .init_array 0x42029fd4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .init_array 0x42029fd8 0x4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x42029fdc __init_array_end = ABSOLUTE (.) + 0x42029fdc . = ALIGN (0x4) + 0x42029fdc soc_reserved_memory_region_start = ABSOLUTE (.) + *(.reserved_memory_address) + .reserved_memory_address + 0x42029fdc 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x42029ffc soc_reserved_memory_region_end = ABSOLUTE (.) + 0x42029ffc . = ALIGN (0x4) + 0x42029ffc _esp_system_init_fn_array_start = ABSOLUTE (.) + *(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)) + .esp_system_init_fn.1 + 0x42029ffc 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .esp_system_init_fn.10 + 0x4202a004 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.20 + 0x4202a00c 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .esp_system_init_fn.21 + 0x4202a014 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .esp_system_init_fn.100 + 0x4202a01c 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .esp_system_init_fn.100 + 0x4202a024 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .esp_system_init_fn.101 + 0x4202a02c 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .esp_system_init_fn.101 + 0x4202a034 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .esp_system_init_fn.102 + 0x4202a03c 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .esp_system_init_fn.102 + 0x4202a044 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .esp_system_init_fn.103 + 0x4202a04c 0x8 esp-idf/esp_security/libesp_security.a(init.c.obj) + .esp_system_init_fn.104 + 0x4202a054 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.105 + 0x4202a05c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.105 + 0x4202a064 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .esp_system_init_fn.106 + 0x4202a06c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .esp_system_init_fn.110 + 0x4202a074 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .esp_system_init_fn.112 + 0x4202a07c 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .esp_system_init_fn.113 + 0x4202a084 0x8 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .esp_system_init_fn.114 + 0x4202a08c 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .esp_system_init_fn.115 + 0x4202a094 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .esp_system_init_fn.130 + 0x4202a09c 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.140 + 0x4202a0a4 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .esp_system_init_fn.204 + 0x4202a0ac 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .esp_system_init_fn.230 + 0x4202a0b4 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .esp_system_init_fn.999 + 0x4202a0bc 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + 0x4202a0c4 _esp_system_init_fn_array_end = ABSOLUTE (.) + 0x4202a0c4 _rodata_end = ABSOLUTE (.) + 0x4202a0c4 . = ALIGN (ALIGNOF (.eh_frame_hdr)) + 0x00000001 ASSERT ((ADDR (.eh_frame_hdr) == (ADDR (.flash.rodata) + SIZEOF (.flash.rodata))), The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.) + +.eh_frame_hdr 0x4202a0c4 0x0 + 0x4202a0c4 . = ALIGN (ALIGNOF (.eh_frame)) + 0x00000001 ASSERT ((ADDR (.eh_frame) == (ADDR (.eh_frame_hdr) + SIZEOF (.eh_frame_hdr))), The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.) + +.eh_frame 0x4202a0c4 0x0 + 0x4202a0c4 . = ALIGN (ALIGNOF (.flash.tdata)) + 0x00000001 ASSERT ((ADDR (.flash.tdata) == (ADDR (.eh_frame) + SIZEOF (.eh_frame))), The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.) + +.flash.tdata 0x4202a0c4 0x0 + 0x4202a0c4 _thread_local_data_start = ABSOLUTE (.) + *(.tdata .tdata.* .gnu.linkonce.td.*) + 0x4202a0c4 . = ALIGN (ALIGNOF (.flash.tbss)) + 0x4202a0c4 _thread_local_data_end = ABSOLUTE (.) + 0x00000001 ASSERT ((ADDR (.flash.tbss) == (ADDR (.flash.tdata) + SIZEOF (.flash.tdata))), The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.) + +.flash.tbss 0x4202a0c4 0x0 + 0x4202a0c4 _thread_local_bss_start = ABSOLUTE (.) + *(.tbss .tbss.* .gnu.linkonce.tb.*) + *(.tcommon .tcommon.*) + 0x4202a0c4 _thread_local_bss_end = ABSOLUTE (.) + +.flash.rodata_noload + 0x4202a0c4 0x0 + 0x4202a0c4 _rodata_reserved_end = ADDR (.flash.tbss) + *(.rodata_wlog_debug .rodata_wlog_debug.*) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + +.dram0.heap_start + 0x4080e820 0x0 + 0x4080e820 . = ALIGN (0x10) + 0x4080e820 _heap_start = ABSOLUTE (.) + +.debug + *(.debug) + +.line + *(.line) + +.debug_srcinfo + *(.debug_srcinfo) + +.debug_sfnames + *(.debug_sfnames) + +.debug_aranges 0x00000000 0x5768 + *(.debug_aranges) + .debug_aranges + 0x00000000 0x38 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_aranges + 0x00000038 0x40 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_aranges + 0x00000078 0xa0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x00000118 0x48 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000160 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_aranges + 0x00000190 0x50 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_aranges + 0x000001e0 0xb8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_aranges + 0x00000298 0x28 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_aranges + 0x000002c0 0x40 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_aranges + 0x00000300 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_aranges + 0x00000330 0x70 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_aranges + 0x000003a0 0x40 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_aranges + 0x000003e0 0x28 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_aranges + 0x00000408 0x38 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_aranges + 0x00000440 0x88 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_aranges + 0x000004c8 0x40 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_aranges + 0x00000508 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_aranges + 0x00000560 0x80 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_aranges + 0x000005e0 0x50 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_aranges + 0x00000630 0x48 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_aranges + 0x00000678 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_aranges + 0x000006a0 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_aranges + 0x000006c8 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000710 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000768 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_aranges + 0x000007a8 0x28 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_aranges + 0x000007d0 0x28 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_aranges + 0x000007f8 0x30 esp-idf/log/liblog.a(log_write.c.obj) + .debug_aranges + 0x00000828 0x20 esp-idf/log/liblog.a(log_level.c.obj) + .debug_aranges + 0x00000848 0x40 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_aranges + 0x00000888 0x40 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_aranges + 0x000008c8 0x50 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_aranges + 0x00000918 0x30 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_aranges + 0x00000948 0x128 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_aranges + 0x00000a70 0x50 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_aranges + 0x00000ac0 0x48 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_aranges + 0x00000b08 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_aranges + 0x00000b48 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_aranges + 0x00000b60 0x48 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_aranges + 0x00000ba8 0x28 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_aranges + 0x00000bd0 0x38 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_aranges + 0x00000c08 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_aranges + 0x00000c68 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_aranges + 0x00000cd0 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_aranges + 0x00000db8 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_aranges + 0x00000df0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_aranges + 0x00000e38 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_aranges + 0x00000ea0 0xd8 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_aranges + 0x00000f78 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x000010b0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_aranges + 0x00001110 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_aranges + 0x000011c0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_aranges + 0x00001218 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_aranges + 0x00001248 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .debug_aranges + 0x00001268 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_aranges + 0x00001290 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_aranges + 0x00001348 0x1f0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_aranges + 0x00001538 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_aranges + 0x00001568 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_aranges + 0x000015c8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_aranges + 0x000015f8 0x180 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_aranges + 0x00001778 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_aranges + 0x000017d0 0x278 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_aranges + 0x00001a48 0x28 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_aranges + 0x00001a70 0x160 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_aranges + 0x00001bd0 0x298 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_aranges + 0x00001e68 0xb0 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_aranges + 0x00001f18 0x50 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_aranges + 0x00001f68 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_aranges + 0x00001f90 0x38 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_aranges + 0x00001fc8 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_aranges + 0x00002008 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_aranges + 0x00002028 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_aranges + 0x00002060 0xa0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_aranges + 0x00002100 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_aranges + 0x000021d8 0x38 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_aranges + 0x00002210 0x28 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_aranges + 0x00002238 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_aranges + 0x00002260 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_aranges + 0x000022b0 0x60 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_aranges + 0x00002310 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_aranges + 0x00002390 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_aranges + 0x000023e0 0x170 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_aranges + 0x00002550 0x88 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_aranges + 0x000025d8 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_aranges + 0x00002638 0x68 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_aranges + 0x000026a0 0x58 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_aranges + 0x000026f8 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_aranges + 0x00002748 0x28 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_aranges + 0x00002770 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_aranges + 0x000027a0 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_aranges + 0x000027d0 0x38 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_aranges + 0x00002808 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_aranges + 0x00002878 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_aranges + 0x00002998 0x258 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_aranges + 0x00002bf0 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_aranges + 0x00002c28 0x118 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_aranges + 0x00002d40 0x68 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_aranges + 0x00002da8 0x50 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_aranges + 0x00002df8 0xa8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_aranges + 0x00002ea0 0x238 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_aranges + 0x000030d8 0xa0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_aranges + 0x00003178 0xb0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_aranges + 0x00003228 0x58 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_aranges + 0x00003280 0x60 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_aranges + 0x000032e0 0x20 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_aranges + 0x00003300 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_aranges + 0x00003340 0x20 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_aranges + 0x00003360 0x20 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_aranges + 0x00003380 0x1d0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_aranges + 0x00003550 0xd8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_aranges + 0x00003628 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x00003648 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x000036f8 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_aranges + 0x00003760 0x48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_aranges + 0x000037a8 0xc8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_aranges + 0x00003870 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_aranges + 0x00003888 0x20 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_aranges + 0x000038a8 0x50 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_aranges + 0x000038f8 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_aranges + 0x00003928 0x70 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_aranges + 0x00003998 0x78 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_aranges + 0x00003a10 0x58 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_aranges + 0x00003a68 0x110 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_aranges + 0x00003b78 0x68 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_aranges + 0x00003be0 0xc8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_aranges + 0x00003ca8 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_aranges + 0x00003ce8 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_aranges + 0x00003d00 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_aranges + 0x00003e10 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_aranges + 0x00003e88 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_aranges + 0x00003eb8 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_aranges + 0x00003f10 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_aranges + 0x00003f78 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_aranges + 0x00003fa8 0xe0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_aranges + 0x00004088 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_aranges + 0x000040d8 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_aranges + 0x000040f8 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_aranges + 0x00004120 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_aranges + 0x00004160 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_aranges + 0x00004188 0x38 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_aranges + 0x000041c0 0x80 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_aranges + 0x00004240 0x88 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_aranges + 0x000042c8 0x50 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_aranges + 0x00004318 0xc0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_aranges + 0x000043d8 0x50 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_aranges + 0x00004428 0xe8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_aranges + 0x00004510 0x30 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_aranges + 0x00004540 0x80 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_aranges + 0x000045c0 0x50 esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_aranges + 0x00004610 0x70 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_aranges + 0x00004680 0x68 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_aranges + 0x000046e8 0xd8 esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_aranges + 0x000047c0 0x50 esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_aranges + 0x00004810 0x30 esp-idf/log/liblog.a(util.c.obj) + .debug_aranges + 0x00004840 0x18 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_aranges + 0x00004858 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_aranges + 0x00004870 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_aranges + 0x00004888 0x18 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_aranges + 0x000048a0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_aranges + 0x000048d0 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_aranges + 0x000048f8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_aranges + 0x00004928 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_aranges + 0x00004958 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_aranges + 0x00004988 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_aranges + 0x000049b0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_aranges + 0x000049f8 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_aranges + 0x00004ae8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_aranges + 0x00004b10 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_aranges + 0x00004b30 0x68 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_aranges + 0x00004b98 0x140 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_aranges + 0x00004cd8 0xe8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_aranges + 0x00004dc0 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_aranges + 0x00004e18 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_aranges + 0x00004f98 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_aranges + 0x000050c8 0x90 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_aranges + 0x00005158 0x78 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_aranges + 0x000051d0 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_aranges + 0x00005228 0x28 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_aranges + 0x00005250 0x100 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_aranges + 0x00005350 0x40 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_aranges + 0x00005390 0xe8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_aranges + 0x00005478 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_aranges + 0x00005490 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_aranges + 0x000054b0 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_aranges + 0x000054d0 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_aranges + 0x000054f0 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_aranges + 0x00005510 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_aranges + 0x00005530 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_aranges + 0x00005550 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_aranges + 0x00005570 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_aranges + 0x00005590 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_aranges + 0x000055b0 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_aranges + 0x000055d0 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_aranges + 0x000055f0 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_aranges + 0x00005610 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_aranges + 0x00005630 0x18 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_aranges + 0x00005648 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_aranges + 0x00005668 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_aranges + 0x00005688 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_aranges + 0x000056a8 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_aranges + 0x000056c8 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_aranges + 0x000056e8 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_aranges + 0x00005708 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_aranges + 0x00005728 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_aranges + 0x00005748 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_pubnames + *(.debug_pubnames) + +.debug_info 0x00000000 0x17b079 + *(.debug_info .gnu.linkonce.wi.*) + .debug_info 0x00000000 0x6bf esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_info 0x000006bf 0x489 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_info 0x00000b48 0x1254 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00001d9c 0x97a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00002716 0x196 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_info 0x000028ac 0x1e1b esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_info 0x000046c7 0xe0e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_info 0x000054d5 0x54d6 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_info 0x0000a9ab 0x1c2 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_info 0x0000ab6d 0x40ec esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_info 0x0000ec59 0xe5c8 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_info 0x0001d221 0x469 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_info 0x0001d68a 0x5d23 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_info 0x000233ad 0x5cf esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_info 0x0002397c 0x5234 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x00028bb0 0x3e7 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_info 0x00028f97 0x1d15 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x0002acac 0xbf7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_info 0x0002b8a3 0x3702 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_info 0x0002efa5 0xa69 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_info 0x0002fa0e 0x2b9 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_info 0x0002fcc7 0x4d80 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_info 0x00034a47 0x3831 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x00038278 0x3aca esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0003bd42 0x1f9d esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x0003dcdf 0x921 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_info 0x0003e600 0x221 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_info 0x0003e821 0x2ce esp-idf/log/liblog.a(log_write.c.obj) + .debug_info 0x0003eaef 0xeb esp-idf/log/liblog.a(log_level.c.obj) + .debug_info 0x0003ebda 0x45f esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_info 0x0003f039 0x43e esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_info 0x0003f477 0x460 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_info 0x0003f8d7 0x238 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_info 0x0003fb0f 0x1c09 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x00041718 0xd29 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x00042441 0x3d4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x00042815 0x804 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_info 0x00043019 0x30d esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_info 0x00043326 0xa72 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_info 0x00043d98 0x15d esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_info 0x00043ef5 0x1dc esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_info 0x000440d1 0x875 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_info 0x00044946 0x4d9 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_info 0x00044e1f 0x2e37 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_info 0x00047c56 0x582 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_info 0x000481d8 0x2b91 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_info 0x0004ad69 0x744 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_info 0x0004b4ad 0x315a esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_info 0x0004e607 0x54da esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x00053ae1 0x47b0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_info 0x00058291 0x81cd esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_info 0x0006045e 0x4c2b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x00065089 0x3cb1 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_info 0x00068d3a 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .debug_info 0x00068d7a 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_info 0x00068fb3 0x8fc esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_info 0x000698af 0xdff5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_info 0x000778a4 0x375f esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_info 0x0007b003 0x48d8 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_info 0x0007f8db 0x9d4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_info 0x000802af 0x3c78 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_info 0x00083f27 0x3aa6 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_info 0x000879cd 0x5227 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_info 0x0008cbf4 0x55c esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_info 0x0008d150 0x2fa4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x000900f4 0x4fc7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x000950bb 0x1cb7 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x00096d72 0x359 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_info 0x000970cb 0xcf1 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_info 0x00097dbc 0x4428 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_info 0x0009c1e4 0x2e3 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x0009c4c7 0x26c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x0009c733 0x4a1 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_info 0x0009cbd4 0xe9b esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x0009da6f 0x1034 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x0009eaa3 0x1fd esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x0009eca0 0x16a esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_info 0x0009ee0a 0xa2c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x0009f836 0x1713 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_info 0x000a0f49 0xe85 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x000a1dce 0x11bd esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x000a2f8b 0x631 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_info 0x000a35bc 0x2165 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x000a5721 0xf6d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_info 0x000a668e 0x84c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x000a6eda 0x962 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_info 0x000a783c 0x5b5 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_info 0x000a7df1 0x1495 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x000a9286 0x892 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_info 0x000a9b18 0x16a esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_info 0x000a9c82 0x27e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_info 0x000a9f00 0x1de esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_info 0x000aa0de 0x47ce esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_info 0x000ae8ac 0x50a5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_info 0x000b3951 0xd3f5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_info 0x000c0d46 0x15ae esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_info 0x000c22f4 0x3f6f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_info 0x000c6263 0x5512 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_info 0x000cb775 0x23f esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_info 0x000cb9b4 0x209c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_info 0x000cda50 0x676d esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x000d41bd 0x1e87 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_info 0x000d6044 0xbfa esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_info 0x000d6c3e 0xc4c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_info 0x000d788a 0x1a4f esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_info 0x000d92d9 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_info 0x000d9452 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_info 0x000d9866 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_info 0x000d98a4 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_info 0x000d98d6 0x909f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_info 0x000e2975 0x4e88 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_info 0x000e77fd 0xcb esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x000e78c8 0x5e8f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x000ed757 0xc2f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_info 0x000ee386 0xba1 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x000eef27 0x3070 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_info 0x000f1f97 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_info 0x000f2158 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_info 0x000f22da 0xe34 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_info 0x000f310e 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_info 0x000f32eb 0x3cc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x000f36b7 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x000f4cec 0x6d5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x000f53c1 0x4b5f esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x000f9f20 0x72e1 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x00101201 0x129d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x0010249e 0x9bf esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x00102e5d 0xc31 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x00103a8e 0x26f7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x00106185 0x691c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x0010caa1 0x3d4 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_info 0x0010ce75 0x806 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_info 0x0010d67b 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_info 0x0010dbd4 0x4c1d esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_info 0x001127f1 0x217d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_info 0x0011496e 0x4eeb esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_info 0x00119859 0x53e esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_info 0x00119d97 0x3be esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x0011a155 0xbf7 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_info 0x0011ad4c 0xb9c esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_info 0x0011b8e8 0x9a5 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_info 0x0011c28d 0x4890 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x00120b1d 0x108f esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_info 0x00121bac 0x62a0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x00127e4c 0xa3f9 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x00132245 0x4c5 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_info 0x0013270a 0x67b7 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x00138ec1 0x179d esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_info 0x0013a65e 0x27c5 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_info 0x0013ce23 0xfbd esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_info 0x0013dde0 0x676f esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_info 0x0014454f 0x2a35 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_info 0x00146f84 0xeb1 esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_info 0x00147e35 0x83b esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_info 0x00148670 0x277 esp-idf/log/liblog.a(util.c.obj) + .debug_info 0x001488e7 0x2a5 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_info 0x00148b8c 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x00148c64 0x7d8 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x0014943c 0xa6 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_info 0x001494e2 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_info 0x00149616 0x554 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x00149b6a 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_info 0x00149e19 0x981 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_info 0x0014a79a 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_info 0x0014a962 0x65c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_info 0x0014afbe 0xd43 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_info 0x0014bd01 0x1efb esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_info 0x0014dbfc 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_info 0x0014dcd1 0x31 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x0014dd02 0x1cd0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_info 0x0014f9d2 0x12e3 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_info 0x00150cb5 0x1e80 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_info 0x00152b35 0x797 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_info 0x001532cc 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x00156964 0x914d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x0015fab1 0x1edd esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_info 0x0016198e 0x142c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_info 0x00162dba 0x4069 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_info 0x00166e23 0x2b2 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_info 0x001670d5 0x2c09 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x00169cde 0xfd6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_info 0x0016acb4 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x0016c77d 0x6b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_info 0x0016c7e8 0xa02 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_info 0x0016d1ea 0xac8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_info 0x0016dcb2 0x1038 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_info 0x0016ecea 0xb08 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_info 0x0016f7f2 0x9b3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_info 0x001701a5 0xc08 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_info 0x00170dad 0x8b8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_info 0x00171665 0x9e6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_info 0x0017204b 0x8f3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_info 0x0017293e 0xa49 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_info 0x00173387 0xb63 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_info 0x00173eea 0xe46 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_info 0x00174d30 0x986 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_info 0x001756b6 0x84c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_info 0x00175f02 0x840 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_info 0x00176742 0x872 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_info 0x00176fb4 0xa94 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_info 0x00177a48 0x8f5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_info 0x0017833d 0x8c9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_info 0x00178c06 0x8bf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_info 0x001794c5 0x8c5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_info 0x00179d8a 0x87e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_info 0x0017a608 0xa71 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_abbrev 0x00000000 0x24c17 + *(.debug_abbrev) + .debug_abbrev 0x00000000 0x2a5 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_abbrev 0x000002a5 0x238 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_abbrev 0x000004dd 0x31c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x000007f9 0x250 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000a49 0x136 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_abbrev 0x00000b7f 0x382 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_abbrev 0x00000f01 0x267 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_abbrev 0x00001168 0x4c9 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_abbrev 0x00001631 0x11c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_abbrev 0x0000174d 0x3ca esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_abbrev 0x00001b17 0x5fa esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_abbrev 0x00002111 0x1f3 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_abbrev 0x00002304 0x41d esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_abbrev 0x00002721 0x1f7 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_abbrev 0x00002918 0x5a0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x00002eb8 0x22b esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_abbrev 0x000030e3 0x379 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x0000345c 0x321 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_abbrev 0x0000377d 0x370 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_abbrev 0x00003aed 0x27a esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_abbrev 0x00003d67 0x15d esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_abbrev 0x00003ec4 0x399 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_abbrev 0x0000425d 0x21c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x00004479 0x346 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x000047bf 0x2f4 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x00004ab3 0x228 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_abbrev 0x00004cdb 0x133 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_abbrev 0x00004e0e 0x16a esp-idf/log/liblog.a(log_write.c.obj) + .debug_abbrev 0x00004f78 0x93 esp-idf/log/liblog.a(log_level.c.obj) + .debug_abbrev 0x0000500b 0x1f0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_abbrev 0x000051fb 0x1e3 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_abbrev 0x000053de 0x21e esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_abbrev 0x000055fc 0x11e esp-idf/log/liblog.a(log_lock.c.obj) + .debug_abbrev 0x0000571a 0x42b esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x00005b45 0x366 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x00005eab 0x1cc esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x00006077 0x2dc esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_abbrev 0x00006353 0xed esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_abbrev 0x00006440 0x35d esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_abbrev 0x0000679d 0x117 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_abbrev 0x000068b4 0x11b esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_abbrev 0x000069cf 0x2cb esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_abbrev 0x00006c9a 0x237 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_abbrev 0x00006ed1 0x630 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_abbrev 0x00007501 0x1af esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_abbrev 0x000076b0 0x42b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_abbrev 0x00007adb 0x21a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_abbrev 0x00007cf5 0x47f esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_abbrev 0x00008174 0x5bf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x00008733 0x43f esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_abbrev 0x00008b72 0x5d1 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_abbrev 0x00009143 0x488 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x000095cb 0x39f esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_abbrev 0x0000996a 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .debug_abbrev 0x00009992 0x159 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_abbrev 0x00009aeb 0x20e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_abbrev 0x00009cf9 0x805 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_abbrev 0x0000a4fe 0x356 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_abbrev 0x0000a854 0x2ec esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_abbrev 0x0000ab40 0x292 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_abbrev 0x0000add2 0x5a8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_abbrev 0x0000b37a 0x2ac esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_abbrev 0x0000b626 0x4d6 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_abbrev 0x0000bafc 0x244 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_abbrev 0x0000bd40 0x367 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x0000c0a7 0x496 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x0000c53d 0x5be esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x0000cafb 0x166 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_abbrev 0x0000cc61 0x211 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_abbrev 0x0000ce72 0x43c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_abbrev 0x0000d2ae 0x111 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x0000d3bf 0x145 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x0000d504 0x202 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_abbrev 0x0000d706 0x2a4 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x0000d9aa 0x371 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x0000dd1b 0x132 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x0000de4d 0xf8 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_abbrev 0x0000df45 0x24c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x0000e191 0x328 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_abbrev 0x0000e4b9 0x2ee esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x0000e7a7 0x37c esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x0000eb23 0x1d4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_abbrev 0x0000ecf7 0x4b8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x0000f1af 0x2bc esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_abbrev 0x0000f46b 0x283 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000f6ee 0x22e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_abbrev 0x0000f91c 0x1a4 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_abbrev 0x0000fac0 0x517 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x0000ffd7 0x1ff esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_abbrev 0x000101d6 0x112 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_abbrev 0x000102e8 0x186 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_abbrev 0x0001046e 0x132 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_abbrev 0x000105a0 0x4eb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_abbrev 0x00010a8b 0x62f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_abbrev 0x000110ba 0x6e4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_abbrev 0x0001179e 0x31b esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_abbrev 0x00011ab9 0x659 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_abbrev 0x00012112 0x577 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_abbrev 0x00012689 0x10b esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_abbrev 0x00012794 0x2d7 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_abbrev 0x00012a6b 0x596 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x00013001 0x33d esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_abbrev 0x0001333e 0x270 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_abbrev 0x000135ae 0x25c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_abbrev 0x0001380a 0x38d esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_abbrev 0x00013b97 0x10f esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_abbrev 0x00013ca6 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_abbrev 0x00013ec2 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_abbrev 0x00013eea 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_abbrev 0x00013f12 0x6e8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_abbrev 0x000145fa 0x45f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_abbrev 0x00014a59 0x97 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x00014af0 0x5d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x000150c8 0x2c4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_abbrev 0x0001538c 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x00015608 0x575 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_abbrev 0x00015b7d 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_abbrev 0x00015c3a 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_abbrev 0x00015d11 0x297 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_abbrev 0x00015fa8 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_abbrev 0x000160d2 0x186 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x00016258 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x0001665a 0x2a0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x000168fa 0x5b1 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x00016eab 0x5df esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x0001748a 0x3cc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x00017856 0x255 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x00017aab 0x154 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x00017bff 0x4b4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x000180b3 0x46c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x0001851f 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_abbrev 0x00018698 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_abbrev 0x00018901 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_abbrev 0x00018ab0 0x3b4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_abbrev 0x00018e64 0x43a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_abbrev 0x0001929e 0x3a6 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_abbrev 0x00019644 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_abbrev 0x000197d9 0x1bf esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x00019998 0x22b esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_abbrev 0x00019bc3 0x22b esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_abbrev 0x00019dee 0x2a0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_abbrev 0x0001a08e 0x4ba esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x0001a548 0x365 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_abbrev 0x0001a8ad 0x45a esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x0001ad07 0x595 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x0001b29c 0x215 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_abbrev 0x0001b4b1 0x400 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x0001b8b1 0x27e esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_abbrev 0x0001bb2f 0x2cd esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_abbrev 0x0001bdfc 0x287 esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_abbrev 0x0001c083 0x4c0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_abbrev 0x0001c543 0x315 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_abbrev 0x0001c858 0x28a esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_abbrev 0x0001cae2 0x1ca esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_abbrev 0x0001ccac 0xc5 esp-idf/log/liblog.a(util.c.obj) + .debug_abbrev 0x0001cd71 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_abbrev 0x0001cdf7 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x0001ce67 0x172 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x0001cfd9 0x61 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_abbrev 0x0001d03a 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_abbrev 0x0001d0dd 0x14e esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x0001d22b 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_abbrev 0x0001d3c5 0x30c esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_abbrev 0x0001d6d1 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_abbrev 0x0001d795 0x17e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_abbrev 0x0001d913 0x32e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_abbrev 0x0001dc41 0x46a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_abbrev 0x0001e0ab 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_abbrev 0x0001e140 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x0001e166 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_abbrev 0x0001e562 0x17a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_abbrev 0x0001e6dc 0x4b9 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_abbrev 0x0001eb95 0x1f7 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_abbrev 0x0001ed8c 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x0001f0ff 0xe43 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x0001ff42 0x392 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_abbrev 0x000202d4 0x2b0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_abbrev 0x00020584 0x3c0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_abbrev 0x00020944 0x190 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_abbrev 0x00020ad4 0x401 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x00020ed5 0x57b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_abbrev 0x00021450 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x0002189d 0x5b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_abbrev 0x000218f8 0x289 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_abbrev 0x00021b81 0x2e7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_abbrev 0x00021e68 0x424 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_abbrev 0x0002228c 0x289 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_abbrev 0x00022515 0x247 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_abbrev 0x0002275c 0x23a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_abbrev 0x00022996 0x1bd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_abbrev 0x00022b53 0x27a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_abbrev 0x00022dcd 0x200 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_abbrev 0x00022fcd 0x265 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_abbrev 0x00023232 0x255 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_abbrev 0x00023487 0x2de /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_abbrev 0x00023765 0x212 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_abbrev 0x00023977 0x174 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_abbrev 0x00023aeb 0x196 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_abbrev 0x00023c81 0x1d1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_abbrev 0x00023e52 0x1e1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_abbrev 0x00024033 0x1d1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_abbrev 0x00024204 0x1ef /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_abbrev 0x000243f3 0x1d2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_abbrev 0x000245c5 0x1d7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_abbrev 0x0002479c 0x1be /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_abbrev 0x0002495a 0x2bd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_line 0x00000000 0xae388 + *(.debug_line) + .debug_line 0x00000000 0x857 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_line 0x00000857 0x6a1 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_line 0x00000ef8 0x150c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x00002404 0xd6d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00003171 0x3c6 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_line 0x00003537 0xa70 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_line 0x00003fa7 0x710 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_line 0x000046b7 0xec6 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_line 0x0000557d 0x399 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_line 0x00005916 0xa0c esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_line 0x00006322 0x1ad3 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_line 0x00007df5 0x5e4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_line 0x000083d9 0xa80 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_line 0x00008e59 0x52d esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_line 0x00009386 0x1124 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x0000a4aa 0x6d0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_line 0x0000ab7a 0x7a3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x0000b31d 0xbc3 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_line 0x0000bee0 0x822 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_line 0x0000c702 0x631 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_line 0x0000cd33 0x24e esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_line 0x0000cf81 0xbc3 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_line 0x0000db44 0x498 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000dfdc 0x6f4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000e6d0 0x762 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x0000ee32 0x4aa esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_line 0x0000f2dc 0x4b6 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_line 0x0000f792 0x324 esp-idf/log/liblog.a(log_write.c.obj) + .debug_line 0x0000fab6 0xfd esp-idf/log/liblog.a(log_level.c.obj) + .debug_line 0x0000fbb3 0x4a5 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_line 0x00010058 0x5e3 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_line 0x0001063b 0x6b5 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_line 0x00010cf0 0x3c8 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_line 0x000110b8 0x1bf6 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x00012cae 0x106e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x00013d1c 0x3df esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x000140fb 0xa99 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_line 0x00014b94 0x262 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_line 0x00014df6 0xaa3 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_line 0x00015899 0x308 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_line 0x00015ba1 0x341 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_line 0x00015ee2 0xa9e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_line 0x00016980 0x88c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_line 0x0001720c 0x2e37 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_line 0x0001a043 0x55c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_line 0x0001a59f 0xbe6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_line 0x0001b185 0x9b6 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_line 0x0001bb3b 0x1b96 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_line 0x0001d6d1 0x1ec0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x0001f591 0x15d8 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_line 0x00020b69 0x1ccd esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_line 0x00022836 0x10a3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x000238d9 0x78d esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_line 0x00024066 0x33a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .debug_line 0x000243a0 0x3ba esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_line 0x0002475a 0x107b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_line 0x000257d5 0x45d1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_line 0x00029da6 0x864 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_line 0x0002a60a 0x890 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_line 0x0002ae9a 0x6aa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_line 0x0002b544 0x2dfd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_line 0x0002e341 0x63d esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_line 0x0002e97e 0x32d6 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_line 0x00031c54 0x889 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_line 0x000324dd 0x33ba esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x00035897 0x5f3e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x0003b7d5 0x120f esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x0003c9e4 0x558 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_line 0x0003cf3c 0x568 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_line 0x0003d4a4 0xa20 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_line 0x0003dec4 0x640 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x0003e504 0x469 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x0003e96d 0x63f esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_line 0x0003efac 0x642 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x0003f5ee 0xc76 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x00040264 0x2b4 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x00040518 0x2bd esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_line 0x000407d5 0x534 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x00040d09 0x7cf esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_line 0x000414d8 0x745 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x00041c1d 0xf19 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x00042b36 0x5db esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_line 0x00043111 0x24ba esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x000455cb 0xe1e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_line 0x000463e9 0xb03 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x00046eec 0xbdd esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_line 0x00047ac9 0x947 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_line 0x00048410 0xd36 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x00049146 0x3e4 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_line 0x0004952a 0x31e esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_line 0x00049848 0x5e0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_line 0x00049e28 0x37c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_line 0x0004a1a4 0xf25 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_line 0x0004b0c9 0x2bf7 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_line 0x0004dcc0 0x8ef8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_line 0x00056bb8 0x638 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_line 0x000571f0 0x1d37 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_line 0x00058f27 0x189f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_line 0x0005a7c6 0x3c3 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_line 0x0005ab89 0x9fe esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_line 0x0005b587 0x588d esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x00060e14 0xd2f esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_line 0x00061b43 0xa94 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_line 0x000625d7 0x1004 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_line 0x000635db 0x20fa esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_line 0x000656d5 0x295 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_line 0x0006596a 0x42e esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_line 0x00065d98 0x21a esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_line 0x00065fb2 0x13a esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_line 0x000660ec 0x4dec esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_line 0x0006aed8 0x1d33 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_line 0x0006cc0b 0x161 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x0006cd6c 0x183f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x0006e5ab 0xb1f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_line 0x0006f0ca 0x1151 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x0007021b 0x2fa1 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_line 0x000731bc 0x2d0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_line 0x0007348c 0x46f esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_line 0x000738fb 0x12bc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_line 0x00074bb7 0x2ad esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_line 0x00074e64 0x4e0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x00075344 0x113b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x0007647f 0x68d esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x00076b0c 0x39bd esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x0007a4c9 0x14a7 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x0007b970 0xfdc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x0007c94c 0x4ef esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x0007ce3b 0x34f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x0007d18a 0x23c1 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x0007f54b 0xefa esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x00080445 0x43b esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_line 0x00080880 0x81c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_line 0x0008109c 0x9c3 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_line 0x00081a5f 0x889 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_line 0x000822e8 0x2973 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_line 0x00084c5b 0xa75 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_line 0x000856d0 0x70f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_line 0x00085ddf 0x43b esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x0008621a 0x7e3 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_line 0x000869fd 0x37a esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_line 0x00086d77 0x44a esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_line 0x000871c1 0x126c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x0008842d 0xbeb esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_line 0x00089018 0x9c7 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x000899df 0x1cf2 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x0008b6d1 0x521 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_line 0x0008bbf2 0x1a6a esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x0008d65c 0x8cc esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_line 0x0008df28 0x11f9 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_line 0x0008f121 0x6fc esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_line 0x0008f81d 0x1192 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_line 0x000909af 0x5a0 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_line 0x00090f4f 0x13ee esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_line 0x0009233d 0x86a esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_line 0x00092ba7 0x21d esp-idf/log/liblog.a(util.c.obj) + .debug_line 0x00092dc4 0xd6 esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_line 0x00092e9a 0x1d1 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x0009306b 0x25a esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x000932c5 0xd4 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_line 0x00093399 0x21f esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_line 0x000935b8 0xa13 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x00093fcb 0x586 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_line 0x00094551 0x802 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_line 0x00094d53 0x22b esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_line 0x00094f7e 0x7f3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_line 0x00095771 0x929 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_line 0x0009609a 0x1d23 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_line 0x00097dbd 0x1d9 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_line 0x00097f96 0x1ac esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x00098142 0xde4 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_line 0x00098f26 0xb7a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_line 0x00099aa0 0x1e20 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_line 0x0009b8c0 0x624 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_line 0x0009bee4 0x3a95 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x0009f979 0x3f7a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x000a38f3 0x1afe esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_line 0x000a53f1 0xd5a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_line 0x000a614b 0xacb esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_line 0x000a6c16 0x467 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_line 0x000a707d 0x2a16 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x000a9a93 0x3e2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_line 0x000a9e75 0x7c6 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x000aa63b 0x3a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_line 0x000aa675 0x2e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_line 0x000aa959 0x580 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_line 0x000aaed9 0x856 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_line 0x000ab72f 0x295 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_line 0x000ab9c4 0xed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_line 0x000abab1 0x8b1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_line 0x000ac362 0x14b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_line 0x000ac4ad 0x1f0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line 0x000ac69d 0xed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line 0x000ac78a 0x282 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line 0x000aca0c 0x28d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_line 0x000acc99 0x8c6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_line 0x000ad55f 0x2c4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_line 0x000ad823 0x51 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line 0x000ad874 0x8e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_line 0x000ad902 0xb1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_line 0x000ad9b3 0xdf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_line 0x000ada92 0xd5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_line 0x000adb67 0xe8 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_line 0x000adc4f 0xdb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_line 0x000add2a 0xdb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_line 0x000ade05 0x189 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_line 0x000adf8e 0x3fa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_frame 0x00000000 0x12674 + *(.debug_frame) + .debug_frame 0x00000000 0x78 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_frame 0x00000078 0x98 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_frame 0x00000110 0x26c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000037c 0xf0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x0000046c 0x48 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_frame 0x000004b4 0xd8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_frame 0x0000058c 0x1f0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_frame 0x0000077c 0x58 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_frame 0x000007d4 0x8c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_frame 0x00000860 0x68 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_frame 0x000008c8 0x150 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_frame 0x00000a18 0x80 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_frame 0x00000a98 0x50 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_frame 0x00000ae8 0x5c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_frame 0x00000b44 0x1a4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x00000ce8 0xa8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_frame 0x00000d90 0x120 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x00000eb0 0x194 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_frame 0x00001044 0x8c esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_frame 0x000010d0 0xd8 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_frame 0x000011a8 0x4c esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_frame 0x000011f4 0x3c esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_frame 0x00001230 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x000012b0 0xc8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x00001378 0x6c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_frame 0x000013e4 0x50 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_frame 0x00001434 0x50 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_frame 0x00001484 0x78 esp-idf/log/liblog.a(log_write.c.obj) + .debug_frame 0x000014fc 0x20 esp-idf/log/liblog.a(log_level.c.obj) + .debug_frame 0x0000151c 0xb0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_frame 0x000015cc 0xd4 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_frame 0x000016a0 0xd8 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_frame 0x00001778 0x6c esp-idf/log/liblog.a(log_lock.c.obj) + .debug_frame 0x000017e4 0x4f4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x00001cd8 0x120 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x00001df8 0xd0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x00001ec8 0xc0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_frame 0x00001f88 0xe8 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_frame 0x00002070 0x3c esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_frame 0x000020ac 0x78 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_frame 0x00002124 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_frame 0x000021f8 0x124 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_frame 0x0000231c 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_frame 0x000026d4 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_frame 0x00002744 0xcc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_frame 0x00002810 0x190 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_frame 0x000029a0 0x2c8 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_frame 0x00002c68 0x3bc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x00003024 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_frame 0x00003164 0x2ac esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_frame 0x00003410 0x13c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x0000354c 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_frame 0x000035cc 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_frame 0x00003620 0x25c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_frame 0x0000387c 0x740 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_frame 0x00003fbc 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_frame 0x00004038 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_frame 0x00004168 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_frame 0x000041e0 0x710 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_frame 0x000048f0 0x104 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_frame 0x000049f4 0xa98 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_frame 0x0000548c 0x54 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_frame 0x000054e0 0x61c esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x00005afc 0xaa4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x000065a0 0x220 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x000067c0 0xe0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_frame 0x000068a0 0x70 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_frame 0x00006910 0xa0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_frame 0x000069b0 0x60 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x00006a10 0x2c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x00006a3c 0x78 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_frame 0x00006ab4 0x1c8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x00006c7c 0x314 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x00006f90 0x50 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x00006fe0 0x40 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_frame 0x00007020 0x54 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x00007074 0xe0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_frame 0x00007154 0x130 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x00007284 0x1f0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x00007474 0x100 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_frame 0x00007574 0x52c esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x00007aa0 0x1f8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_frame 0x00007c98 0x138 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x00007dd0 0x194 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_frame 0x00007f64 0x110 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_frame 0x00008074 0x100 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x00008174 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_frame 0x000081a4 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_frame 0x000081fc 0x64 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_frame 0x00008260 0x74 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_frame 0x000082d4 0x194 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_frame 0x00008468 0x478 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_frame 0x000088e0 0xaa0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_frame 0x00009380 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_frame 0x000093ec 0x414 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_frame 0x00009800 0x174 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_frame 0x00009974 0xd4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_frame 0x00009a48 0x228 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_frame 0x00009c70 0xb68 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x0000a7d8 0x20c esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_frame 0x0000a9e4 0x218 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_frame 0x0000abfc 0x124 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_frame 0x0000ad20 0x190 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_frame 0x0000aeb0 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_frame 0x0000aee0 0xac esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_frame 0x0000af8c 0x7a0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_frame 0x0000b72c 0x344 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_frame 0x0000ba70 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000ba9c 0x280 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x0000bd1c 0x130 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_frame 0x0000be4c 0xe0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x0000bf2c 0x350 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_frame 0x0000c27c 0x48 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_frame 0x0000c2c4 0x148 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_frame 0x0000c40c 0x40 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_frame 0x0000c44c 0x138 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x0000c584 0x1d8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x0000c75c 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x0000c824 0x510 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_frame 0x0000cd34 0x168 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x0000ce9c 0x2ac esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x0000d148 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_frame 0x0000d1d4 0x478 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_frame 0x0000d64c 0x16c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x0000d7b8 0x7c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_frame 0x0000d834 0x110 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_frame 0x0000d944 0x180 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_frame 0x0000dac4 0x6c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_frame 0x0000db30 0x388 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_frame 0x0000deb8 0x118 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_frame 0x0000dfd0 0x3c esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_frame 0x0000e00c 0x4c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x0000e058 0xd4 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_frame 0x0000e12c 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_frame 0x0000e15c 0x60 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_frame 0x0000e1bc 0x1d4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_frame 0x0000e390 0x1d8 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_frame 0x0000e568 0xc4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_frame 0x0000e62c 0x28c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x0000e8b8 0x9c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_frame 0x0000e954 0x1fc esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_frame 0x0000eb50 0x54 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_frame 0x0000eba4 0x148 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_frame 0x0000ecec 0x90 esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_frame 0x0000ed7c 0x168 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_frame 0x0000eee4 0xb0 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_frame 0x0000ef94 0x260 esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_frame 0x0000f1f4 0x120 esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_frame 0x0000f314 0x94 esp-idf/log/liblog.a(util.c.obj) + .debug_frame 0x0000f3a8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_frame 0x0000f3e8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x0000f428 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_frame 0x0000f488 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_frame 0x0000f4fc 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_frame 0x0000f568 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_frame 0x0000f5ac 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_frame 0x0000f680 0x34c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_frame 0x0000f9cc 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_frame 0x0000f9fc 0x1c0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_frame 0x0000fbbc 0x5e8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_frame 0x000101a4 0x404 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_frame 0x000105a8 0x110 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_frame 0x000106b8 0x690 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x00010d48 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_frame 0x00011264 0x290 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_frame 0x000114f4 0x1ac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_frame 0x000116a0 0xf0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_frame 0x00011790 0x54 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_frame 0x000117e4 0x444 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x00011c28 0x280 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_frame 0x00011ea8 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_frame 0x00011f00 0x84 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_frame 0x00011f84 0x17c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_frame 0x00012100 0x60 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_frame 0x00012160 0x44 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_frame 0x000121a4 0x60 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_frame 0x00012204 0x50 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_frame 0x00012254 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_frame 0x000122b0 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_frame 0x000122ec 0x54 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_frame 0x00012340 0xa4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_frame 0x000123e4 0x78 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_frame 0x0001245c 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_frame 0x000124a8 0x2c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_frame 0x000124d4 0x2c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_frame 0x00012500 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_frame 0x00012530 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_frame 0x00012560 0x34 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_frame 0x00012594 0x34 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_frame 0x000125c8 0x34 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_frame 0x000125fc 0x20 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_frame 0x0001261c 0x58 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_str 0x00000000 0x3c2e3 + *(.debug_str) + .debug_str 0x00000000 0x3c2e3 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x4d2 (size before relaxing) + .debug_str 0x0003c2e3 0x4dd esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_str 0x0003c2e3 0x992 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x0003c2e3 0x7d1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x0003c2e3 0x2bc esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_str 0x0003c2e3 0x1c31 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_str 0x0003c2e3 0x6f5 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_str 0x0003c2e3 0x3bc7 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_str 0x0003c2e3 0x306 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_str 0x0003c2e3 0x2fe1 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_str 0x0003c2e3 0x972f esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_str 0x0003c2e3 0x80d esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_str 0x0003c2e3 0x3a85 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_str 0x0003c2e3 0xc7b esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_str 0x0003c2e3 0x3741 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_str 0x0003c2e3 0x4bd esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_str 0x0003c2e3 0x1a55 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_str 0x0003c2e3 0x643 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_str 0x0003c2e3 0x294d esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_str 0x0003c2e3 0x5da esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_str 0x0003c2e3 0x36e esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_str 0x0003c2e3 0x2bb4 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_str 0x0003c2e3 0x293e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0003c2e3 0x2af6 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0003c2e3 0xf75 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_str 0x0003c2e3 0x6ff esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_str 0x0003c2e3 0x377 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_str 0x0003c2e3 0x378 esp-idf/log/liblog.a(log_write.c.obj) + .debug_str 0x0003c2e3 0x2ba esp-idf/log/liblog.a(log_level.c.obj) + .debug_str 0x0003c2e3 0x467 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_str 0x0003c2e3 0x3f4 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_str 0x0003c2e3 0x402 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_str 0x0003c2e3 0x31f esp-idf/log/liblog.a(log_lock.c.obj) + .debug_str 0x0003c2e3 0xb30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_str 0x0003c2e3 0x77a esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_str 0x0003c2e3 0x440 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_str 0x0003c2e3 0x7bc esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_str 0x0003c2e3 0x434 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_str 0x0003c2e3 0x5be esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_str 0x0003c2e3 0x305 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_str 0x0003c2e3 0x364 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_str 0x0003c2e3 0x517 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_str 0x0003c2e3 0x4fe esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_str 0x0003c2e3 0x1818 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_str 0x0003c2e3 0xd48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_str 0x0003c2e3 0x236b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_str 0x0003c2e3 0x538 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_str 0x0003c2e3 0x30d7 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_str 0x0003c2e3 0x3fb6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_str 0x0003c2e3 0x2666 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_str 0x0003c2e3 0x4e63 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_str 0x0003c2e3 0x3138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_str 0x0003c2e3 0x2cc1 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_str 0x0003c2e3 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .debug_str 0x0003c2e3 0x37d esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_str 0x0003c2e3 0x877 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_str 0x0003c2e3 0x8cc7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_str 0x0003c2e3 0x2436 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_str 0x0003c2e3 0x3377 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_str 0x0003c2e3 0xd8a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_str 0x0003c2e3 0x1bca esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_str 0x0003c2e3 0x2460 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_str 0x0003c2e3 0x1650 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_str 0x0003c2e3 0x4c9 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_str 0x0003c2e3 0xe31 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_str 0x0003c2e3 0x1d73 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_str 0x0003c2e3 0x1778 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_str 0x0003c2e3 0x36c esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_str 0x0003c2e3 0x806 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_str 0x0003c2e3 0x3327 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_str 0x0003c2e3 0x375 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_str 0x0003c2e3 0x2a1 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_str 0x0003c2e3 0x33a esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_str 0x0003c2e3 0x7c6 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_str 0x0003c2e3 0x8f7 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_str 0x0003c2e3 0x2f0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_str 0x0003c2e3 0x272 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_str 0x0003c2e3 0x66f esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_str 0x0003c2e3 0xcbe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_str 0x0003c2e3 0x8b1 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_str 0x0003c2e3 0xaff esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_str 0x0003c2e3 0x996 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_str 0x0003c2e3 0xe32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_str 0x0003c2e3 0x88c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_str 0x0003c2e3 0x53d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_str 0x0003c2e3 0x5bd esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_str 0x0003c2e3 0x438 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_str 0x0003c2e3 0xb78 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_str 0x0003c2e3 0x4ae esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_str 0x0003c2e3 0x317 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_str 0x0003c2e3 0x3ef esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_str 0x0003c2e3 0x343 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_str 0x0003c2e3 0x3505 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_str 0x0003c2e3 0x25d7 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_str 0x0003c2e3 0x601e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_str 0x0003c2e3 0x1465 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_str 0x0003c2e3 0x2764 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_str 0x0003c2e3 0x3cc9 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_str 0x0003c2e3 0x3cc esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_str 0x0003c2e3 0x118f esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_str 0x0003c2e3 0x1bf7 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_str 0x0003c2e3 0x10ce esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_str 0x0003c2e3 0xa8e esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_str 0x0003c2e3 0x991 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_str 0x0003c2e3 0xca5 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_str 0x0003c2e3 0x2b0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_str 0x0003c2e3 0x343 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_str 0x0003c2e3 0xbc esp-idf/riscv/libriscv.a(vectors.S.obj) + .debug_str 0x0003c2e3 0xad esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .debug_str 0x0003c2e3 0x44c5 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_str 0x0003c2e3 0x317a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_str 0x0003c2e3 0x285 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_str 0x0003c2e3 0x3f8c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x0003c2e3 0x14c2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_str 0x0003c2e3 0xa64 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_str 0x0003c2e3 0x1041 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_str 0x0003c2e3 0x377 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_str 0x0003c2e3 0x2ba esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_str 0x0003c2e3 0x622 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_str 0x0003c2e3 0x36c esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_str 0x0003c2e3 0x4e4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_str 0x0003c2e3 0xbb4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_str 0x0003c2e3 0xf68 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_str 0x0003c2e3 0x2857 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_str 0x0003c2e3 0x463b esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_str 0x0003c2e3 0xc64 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_str 0x0003c2e3 0x790 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_str 0x0003c2e3 0x911 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_str 0x0003c2e3 0x1cd1 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_str 0x0003c2e3 0x454d esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_str 0x0003c2e3 0x315 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_str 0x0003c2e3 0xd14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_str 0x0003c2e3 0x4d8 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_str 0x0003c2e3 0x37c0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_str 0x0003c2e3 0xc7d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_str 0x0003c2e3 0x381f esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_str 0x0003c2e3 0x438 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_str 0x0003c2e3 0x53c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_str 0x0003c2e3 0x9b6 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_str 0x0003c2e3 0x7f9 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_str 0x0003c2e3 0x5be esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_str 0x0003c2e3 0x2bb2 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_str 0x0003c2e3 0x72a esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_str 0x0003c2e3 0x40e1 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_str 0x0003c2e3 0x572d esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_str 0x0003c2e3 0x500 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_str 0x0003c2e3 0x37a0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_str 0x0003c2e3 0xc89 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_str 0x0003c2e3 0x1c0c esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_str 0x0003c2e3 0xb1b esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_str 0x0003c2e3 0x38d6 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_str 0x0003c2e3 0x1ce9 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_str 0x0003c2e3 0x120d esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_str 0x0003c2e3 0x448 esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_str 0x0003c2e3 0x280 esp-idf/log/liblog.a(util.c.obj) + .debug_str 0x0003c2e3 0xa3c esp-idf/soc/libsoc.a(interrupts.c.obj) + .debug_str 0x0003c2e3 0x24a esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_str 0x0003c2e3 0x118b esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_str 0x0003c2e3 0x227 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_str 0x0003c2e3 0x27d esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_str 0x0003c2e3 0x39c esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_str 0x0003c2e3 0x439 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_str 0x0003c2e3 0x7d9 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_str 0x0003c2e3 0x2e9 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_str 0x0003c2e3 0xa72 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_str 0x0003c2e3 0xb02 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_str 0x0003c2e3 0x136c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_str 0x0003c2e3 0x256 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_str 0x0003c2e3 0xcd esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_str 0x0003c2e3 0xea5 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_str 0x0003c2e3 0x626 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_str 0x0003c2e3 0xdd2 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_str 0x0003c2e3 0x4c7 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_str 0x0003c2e3 0xe64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_str 0x0003c2e3 0x5d1c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_str 0x0003c2e3 0x1381 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_str 0x0003c2e3 0x1034 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_str 0x0003c2e3 0x2b43 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_str 0x0003c2e3 0x312 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_str 0x0003c2e3 0x197e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_str 0x0003c2e3 0xccf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_str 0x0003c2e3 0x1030 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_str 0x0003c2e3 0x96 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_str 0x0003c2e3 0x5a5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_str 0x0003c2e3 0x59a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_str 0x0003c2e3 0x753 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_str 0x0003c2e3 0x5cc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_str 0x0003c2e3 0x501 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_str 0x0003c2e3 0x586 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_str 0x0003c2e3 0x4e1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_str 0x0003c2e3 0x563 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_str 0x0003c2e3 0x4fb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_str 0x0003c2e3 0x5a1 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_str 0x0003c2e3 0x548 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_str 0x0003c2e3 0x706 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_str 0x0003c2e3 0x503 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_str 0x0003c2e3 0x4e3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_str 0x0003c2e3 0x4dd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_str 0x0003c2e3 0x4e4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_str 0x0003c2e3 0x62f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_str 0x0003c2e3 0x54d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_str 0x0003c2e3 0x516 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_str 0x0003c2e3 0x4e9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_str 0x0003c2e3 0x4eb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_str 0x0003c2e3 0x4dd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_str 0x0003c2e3 0x55c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_loc 0x00000000 0x5fe65 + *(.debug_loc) + .debug_loc 0x00000000 0x115 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_loc 0x00000115 0x7c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_loc 0x00000191 0xb7b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x00000d0c 0x343 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000104f 0x118 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_loc 0x00001167 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_loc 0x000011a3 0x726 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_loc 0x000018c9 0x168 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_loc 0x00001a31 0x27 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_loc 0x00001a58 0x6d esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_loc 0x00001ac5 0x1345 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_loc 0x00002e0a 0x237 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_loc 0x00003041 0x3d esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_loc 0x0000307e 0xa0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_loc 0x0000311e 0x3e1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x000034ff 0x81 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_loc 0x00003580 0x221 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x000037a1 0x579 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_loc 0x00003d1a 0x1bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_loc 0x00003ed5 0x597 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_loc 0x0000446c 0xc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_loc 0x0000452e 0x6ff esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_loc 0x00004c2d 0x39 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00004c66 0x1b8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00004e1e 0x349 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_loc 0x00005167 0x111 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_loc 0x00005278 0x13 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_loc 0x0000528b 0x195 esp-idf/log/liblog.a(log_write.c.obj) + .debug_loc 0x00005420 0x1d0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_loc 0x000055f0 0x282 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_loc 0x00005872 0x370 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_loc 0x00005be2 0x159c esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x0000717e 0x835 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x000079b3 0x19e esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x00007b51 0x3dd esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_loc 0x00007f2e 0x63e esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_loc 0x0000856c 0x6d esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_loc 0x000085d9 0x774 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_loc 0x00008d4d 0x129 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_loc 0x00008e76 0x1830 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_loc 0x0000a6a6 0x1a4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_loc 0x0000a84a 0x201 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_loc 0x0000aa4b 0x3c0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_loc 0x0000ae0b 0xd1c esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_loc 0x0000bb27 0xf6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x0000ca93 0x163e esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_loc 0x0000e0d1 0x1394 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_loc 0x0000f465 0x65a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x0000fabf 0x25d esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_loc 0x0000fd1c 0x13d esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_loc 0x0000fe59 0x10b4 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_loc 0x00010f0d 0x1a67 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_loc 0x00012974 0x139 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_loc 0x00012aad 0x2c4 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_loc 0x00012d71 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_loc 0x00012e11 0x21b5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_loc 0x00014fc6 0xe6 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_loc 0x000150ac 0x55e8 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_loc 0x0001a694 0x72 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_loc 0x0001a706 0x2d8a esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x0001d490 0x3e6e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x000212fe 0x61a esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x00021918 0x1d8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_loc 0x00021af0 0x1e6 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_loc 0x00021cd6 0x2bd esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_loc 0x00021f93 0x63 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x00021ff6 0x74 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x0002206a 0x31d esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_loc 0x00022387 0x505 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x0002288c 0x5f2 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x00022e7e 0x75 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x00022ef3 0xdd esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_loc 0x00022fd0 0x132 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x00023102 0xaa esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_loc 0x000231ac 0x46a esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x00023616 0x73d esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x00023d53 0xd0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_loc 0x00023e23 0x15ba esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x000253dd 0x6a7 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_loc 0x00025a84 0x4f3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x00025f77 0x53a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_loc 0x000264b1 0x491 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_loc 0x00026942 0x3dd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x00026d1f 0x1e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_loc 0x00026d3d 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_loc 0x00026d65 0x367 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_loc 0x000270cc 0x1416 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_loc 0x000284e2 0x4eb5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_loc 0x0002d397 0x3d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_loc 0x0002d3d4 0xfa7 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_loc 0x0002e37b 0x67d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_loc 0x0002e9f8 0xd2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_loc 0x0002eaca 0x5aa esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_loc 0x0002f074 0x4de4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x00033e58 0x8ab esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_loc 0x00034703 0x3ca esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_loc 0x00034acd 0x58d esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_loc 0x0003505a 0x8eb esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_loc 0x00035945 0x8c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_loc 0x000359d1 0x1fb esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_loc 0x00035bcc 0x2806 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_loc 0x000383d2 0x9e6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_loc 0x00038db8 0x1112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x00039eca 0x2ee esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_loc 0x0003a1b8 0x29f esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x0003a457 0x238c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_loc 0x0003c7e3 0x15e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_loc 0x0003c941 0x1124 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_loc 0x0003da65 0xc3 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x0003db28 0xda7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x0003e8cf 0xbf esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x0003e98e 0x1d64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_loc 0x000406f2 0x7ce esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x00040ec0 0x8ae esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x0004176e 0x164 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_loc 0x000418d2 0x17fe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_loc 0x000430d0 0x8b7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x00043987 0x394 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_loc 0x00043d1b 0x237 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_loc 0x00043f52 0x45e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_loc 0x000443b0 0xb5 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_loc 0x00044465 0xeb3 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_loc 0x00045318 0x55e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_loc 0x00045876 0x45 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_loc 0x000458bb 0x178 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x00045a33 0x750 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_loc 0x00046183 0x63 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_loc 0x000461e6 0x1b4 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_loc 0x0004639a 0x158d esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_loc 0x00047927 0xd3f esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_loc 0x00048666 0x3bc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_loc 0x00048a22 0x1583 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x00049fa5 0x20c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_loc 0x0004a1b1 0xd48 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_loc 0x0004aef9 0x743 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_loc 0x0004b63c 0x125a esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_loc 0x0004c896 0x38d esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_loc 0x0004cc23 0xc0e esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_loc 0x0004d831 0x302 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_loc 0x0004db33 0x7b2 esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_loc 0x0004e2e5 0x73b esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_loc 0x0004ea20 0x30f esp-idf/log/liblog.a(util.c.obj) + .debug_loc 0x0004ed2f 0x107 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_loc 0x0004ee36 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_loc 0x0004ee9a 0x120 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_loc 0x0004efba 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_loc 0x0004f04a 0x41c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_loc 0x0004f466 0x384 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_loc 0x0004f7ea 0x1651 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_loc 0x00050e3b 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_loc 0x00050e8b 0x897 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_loc 0x00051722 0x1650 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_loc 0x00052d72 0x1007 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_loc 0x00053d79 0x337 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_loc 0x000540b0 0x42b7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x00058367 0x391a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_loc 0x0005bc81 0x119d esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_loc 0x0005ce1e 0xeb8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_loc 0x0005dcd6 0x535 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_loc 0x0005e20b 0x11a esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_loc 0x0005e325 0x14da esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x0005f7ff 0x666 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + +.debug_macinfo + *(.debug_macinfo) + +.debug_pubtypes + *(.debug_pubtypes) + +.debug_ranges 0x00000000 0x8430 + *(.debug_ranges) + .debug_ranges 0x00000000 0x88 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_ranges 0x00000088 0x60 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .debug_ranges 0x000000e8 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x00000190 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000240 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_ranges 0x00000278 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .debug_ranges 0x000002b8 0xa8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_ranges 0x00000360 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_ranges 0x00000390 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_ranges 0x000003c0 0x38 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_ranges 0x000003f8 0xa8 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_ranges 0x000004a0 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_ranges 0x000004d0 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_ranges 0x00000500 0x28 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_ranges 0x00000528 0xa8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x000005d0 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_ranges 0x00000600 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x00000648 0xa0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_ranges 0x000006e8 0x58 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .debug_ranges 0x00000740 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .debug_ranges 0x00000778 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .debug_ranges 0x00000790 0x60 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .debug_ranges 0x000007f0 0x38 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000828 0x78 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x000008a0 0xa8 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_ranges 0x00000948 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_ranges 0x00000960 0x18 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_ranges 0x00000978 0x20 esp-idf/log/liblog.a(log_write.c.obj) + .debug_ranges 0x00000998 0x10 esp-idf/log/liblog.a(log_level.c.obj) + .debug_ranges 0x000009a8 0x30 esp-idf/log/liblog.a(tag_log_level.c.obj) + .debug_ranges 0x000009d8 0x30 esp-idf/log/liblog.a(log_linked_list.c.obj) + .debug_ranges 0x00000a08 0x58 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .debug_ranges 0x00000a60 0x20 esp-idf/log/liblog.a(log_lock.c.obj) + .debug_ranges 0x00000a80 0x268 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x00000ce8 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x00000df0 0x38 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x00000e28 0x70 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_ranges 0x00000e98 0xe8 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_ranges 0x00000f80 0x18 esp-idf/esp_security/libesp_security.a(init.c.obj) + .debug_ranges 0x00000f98 0x28 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .debug_ranges 0x00000fc0 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_ranges 0x00001088 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_ranges 0x000010f8 0x210 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_ranges 0x00001308 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_ranges 0x00001330 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_ranges 0x00001398 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_ranges 0x000013f0 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .debug_ranges 0x000014e8 0x280 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x00001768 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .debug_ranges 0x00001800 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .debug_ranges 0x000018d0 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x00001990 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .debug_ranges 0x000019b0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_ranges 0x000019c8 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_ranges 0x00001a70 0x428 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_ranges 0x00001e98 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .debug_ranges 0x00001ed0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .debug_ranges 0x00001f20 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .debug_ranges 0x00001f58 0x400 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .debug_ranges 0x00002358 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .debug_ranges 0x000023a0 0x3c0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .debug_ranges 0x00002760 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_ranges 0x00002790 0x2d8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x00002a68 0x6f0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x00003158 0xe8 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x00003240 0x40 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_ranges 0x00003280 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_ranges 0x00003298 0x90 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_ranges 0x00003328 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x00003358 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x00003380 0x60 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_ranges 0x000033e0 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x00003470 0x110 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x00003580 0x28 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x000035a8 0x18 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .debug_ranges 0x000035c0 0x78 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x00003638 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_ranges 0x00003678 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x000036e0 0xa0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x00003780 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_ranges 0x000037c0 0x1c8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x00003988 0x90 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_ranges 0x00003a18 0x90 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x00003aa8 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_ranges 0x00003b00 0x60 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_ranges 0x00003b60 0x88 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x00003be8 0x18 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .debug_ranges 0x00003c00 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .debug_ranges 0x00003c20 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_ranges 0x00003c40 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_ranges 0x00003c68 0x90 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .debug_ranges 0x00003cf8 0x2d0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .debug_ranges 0x00003fc8 0x510 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .debug_ranges 0x000044d8 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .debug_ranges 0x00004500 0x1a8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .debug_ranges 0x000046a8 0xa0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .debug_ranges 0x00004748 0x40 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_ranges 0x00004788 0x98 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .debug_ranges 0x00004820 0x598 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x00004db8 0x90 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .debug_ranges 0x00004e48 0xa0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_ranges 0x00004ee8 0x60 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .debug_ranges 0x00004f48 0xe8 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .debug_ranges 0x00005030 0x10 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .debug_ranges 0x00005040 0x48 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .debug_ranges 0x00005088 0x298 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .debug_ranges 0x00005320 0xc8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .debug_ranges 0x000053e8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x000053f8 0x198 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x00005590 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .debug_ranges 0x000055e8 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x00005660 0x260 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_ranges 0x000058c0 0x10 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .debug_ranges 0x000058d0 0x78 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .debug_ranges 0x00005948 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_ranges 0x00005968 0x60 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x000059c8 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x00005ac8 0x60 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x00005b28 0x1f8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_ranges 0x00005d20 0xd8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x00005df8 0xb8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x00005eb0 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_ranges 0x00005ee0 0x180 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_ranges 0x00006060 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x000060c8 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_ranges 0x000060e8 0x60 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_ranges 0x00006148 0xa0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_ranges 0x000061e8 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_ranges 0x00006208 0x190 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_ranges 0x00006398 0xa0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_ranges 0x00006438 0x10 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_ranges 0x00006448 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x00006460 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .debug_ranges 0x00006490 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .debug_ranges 0x000064a8 0x28 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .debug_ranges 0x000064d0 0x190 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_ranges 0x00006660 0xd8 esp-idf/hal/libhal.a(cache_hal.c.obj) + .debug_ranges 0x00006738 0x58 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_ranges 0x00006790 0x288 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x00006a18 0x40 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_ranges 0x00006a58 0x198 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_ranges 0x00006bf0 0xc8 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_ranges 0x00006cb8 0x2b0 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .debug_ranges 0x00006f68 0x40 esp-idf/hal/libhal.a(pau_hal.c.obj) + .debug_ranges 0x00006fa8 0xf0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .debug_ranges 0x00007098 0x58 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .debug_ranges 0x000070f0 0x110 esp-idf/hal/libhal.a(apm_hal.c.obj) + .debug_ranges 0x00007200 0x58 esp-idf/log/liblog.a(log_buffers.c.obj) + .debug_ranges 0x00007258 0x20 esp-idf/log/liblog.a(util.c.obj) + .debug_ranges 0x00007278 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_ranges 0x00007298 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x000072e0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .debug_ranges 0x00007300 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_ranges 0x00007350 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_ranges 0x00007370 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_ranges 0x00007388 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_ranges 0x000073d8 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .debug_ranges 0x00007518 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .debug_ranges 0x00007530 0x58 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .debug_ranges 0x00007588 0x130 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_ranges 0x000076b8 0x1e8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_ranges 0x000078a0 0x78 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_ranges 0x00007918 0x1b8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x00007ad0 0x480 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_ranges 0x00007f50 0x110 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_ranges 0x00008060 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_ranges 0x000080e0 0xf8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_ranges 0x000081d8 0x18 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .debug_ranges 0x000081f0 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x00008358 0xd8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + +.debug_weaknames + *(.debug_weaknames) + +.debug_funcnames + *(.debug_funcnames) + +.debug_typenames + *(.debug_typenames) + +.debug_varnames + *(.debug_varnames) + +.debug_gnu_pubnames + *(.debug_gnu_pubnames) + +.debug_gnu_pubtypes + *(.debug_gnu_pubtypes) + +.debug_types + *(.debug_types) + +.debug_addr + *(.debug_addr) + +.debug_line_str + 0x00000000 0x10be + *(.debug_line_str) + .debug_line_str + 0x00000000 0x10be /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + 0x5d5 (size before relaxing) + .debug_line_str + 0x000010be 0x1b6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .debug_line_str + 0x000010be 0x2e9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_line_str + 0x000010be 0x2e9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_line_str + 0x000010be 0x2f2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_line_str + 0x000010be 0x2e5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_line_str + 0x000010be 0x2d5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_line_str + 0x000010be 0x2f7 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_line_str + 0x000010be 0x2d5 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_line_str + 0x000010be 0x2da /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_line_str + 0x000010be 0x2db /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_line_str + 0x000010be 0x2ed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_line_str + 0x000010be 0x2dd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_line_str + 0x000010be 0x385 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_line_str + 0x000010be 0x2d6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_line_str + 0x000010be 0x27b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line_str + 0x000010be 0x289 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .debug_line_str + 0x000010be 0x2ed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_line_str + 0x000010be 0x36f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_line_str + 0x000010be 0x35e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_line_str + 0x000010be 0x2fb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_line_str + 0x000010be 0x2ea /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_line_str + 0x000010be 0x2ed /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_line_str + 0x000010be 0x281 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_line_str + 0x000010be 0x2e9 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_loclists + 0x00000000 0x143b + *(.debug_loclists) + .debug_loclists + 0x00000000 0x12c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_loclists + 0x0000012c 0x7f /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .debug_loclists + 0x000001ab 0x16a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_loclists + 0x00000315 0x280 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_loclists + 0x00000595 0xd2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .debug_loclists + 0x00000667 0xf4 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_loclists + 0x0000075b 0x2e6 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_loclists + 0x00000a41 0x8c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .debug_loclists + 0x00000acd 0x129 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_loclists + 0x00000bf6 0x4c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .debug_loclists + 0x00000c42 0x95 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_loclists + 0x00000cd7 0x211 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .debug_loclists + 0x00000ee8 0x200 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_loclists + 0x000010e8 0x69 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_loclists + 0x00001151 0x1e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .debug_loclists + 0x0000116f 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .debug_loclists + 0x000011ab 0x3c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .debug_loclists + 0x000011e7 0x3e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .debug_loclists + 0x00001225 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .debug_loclists + 0x0000127f 0x5a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .debug_loclists + 0x000012d9 0x85 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .debug_loclists + 0x0000135e 0xdd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_macro + *(.debug_macro) + +.debug_names + *(.debug_names) + +.debug_rnglists + 0x00000000 0x1e3 + *(.debug_rnglists) + .debug_rnglists + 0x00000000 0x9d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .debug_rnglists + 0x0000009d 0x21 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .debug_rnglists + 0x000000be 0x57 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .debug_rnglists + 0x00000115 0x19 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .debug_rnglists + 0x0000012e 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .debug_rnglists + 0x0000015e 0x1c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .debug_rnglists + 0x0000017a 0x13 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .debug_rnglists + 0x0000018d 0x1e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .debug_rnglists + 0x000001ab 0x1e /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .debug_rnglists + 0x000001c9 0x1a /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.debug_str_offsets + *(.debug_str_offsets) + +.comment 0x00000000 0x60 + *(.comment) + .comment 0x00000000 0x60 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x30 (size before relaxing) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_write.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_level.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(tag_log_level.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_linked_list.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_lock.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(multi_heap.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(abort.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(assert.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(locks.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(time.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .comment 0x00000060 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) + .comment 0x00000060 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .comment 0x00000060 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .comment 0x00000060 0x30 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .comment 0x00000060 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .comment 0x00000060 0x30 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(uart_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(pau_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(apm_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_buffers.c.obj) + .comment 0x00000060 0x30 esp-idf/log/liblog.a(util.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(interrupts.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .comment 0x00000060 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + .comment 0x00000060 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + .comment 0x00000060 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + .comment 0x00000060 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + .comment 0x00000060 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + .comment 0x00000060 0x32 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + .comment 0x00000060 0x30 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .comment 0x00000060 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .comment 0x00000060 0x30 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .comment 0x00000060 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .comment 0x00000060 0x30 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.note.GNU-stack + 0x00000000 0x0 + *(.note.GNU-stack) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(pau_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(pmu_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(apm_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_buffers.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(util.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .note.GNU-stack + 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .note.GNU-stack + 0x00000000 0x0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +.riscv.attributes + 0x00000000 0x6a + *(.riscv.attributes) + .riscv.attributes + 0x00000000 0x5c esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .riscv.attributes + 0x0000005c 0x5c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + .riscv.attributes + 0x000000b8 0x5c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .riscv.attributes + 0x00000114 0x5c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000170 0x5c esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .riscv.attributes + 0x000001cc 0x5c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + .riscv.attributes + 0x00000228 0x5c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .riscv.attributes + 0x00000284 0x60 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .riscv.attributes + 0x000002e4 0x5c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .riscv.attributes + 0x00000340 0x5c esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .riscv.attributes + 0x0000039c 0x60 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .riscv.attributes + 0x000003fc 0x5c esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .riscv.attributes + 0x00000458 0x60 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .riscv.attributes + 0x000004b8 0x5c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .riscv.attributes + 0x00000514 0x5c esp-idf/esp_system/libesp_system.a(panic.c.obj) + .riscv.attributes + 0x00000570 0x5c esp-idf/esp_system/libesp_system.a(startup.c.obj) + .riscv.attributes + 0x000005cc 0x5c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .riscv.attributes + 0x00000628 0x60 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .riscv.attributes + 0x00000688 0x5c esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + .riscv.attributes + 0x000006e4 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + .riscv.attributes + 0x00000740 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + .riscv.attributes + 0x0000079c 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + .riscv.attributes + 0x000007f8 0x5c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x00000854 0x5c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x000008b0 0x5c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .riscv.attributes + 0x0000090c 0x5c esp-idf/hal/libhal.a(brownout_hal.c.obj) + .riscv.attributes + 0x00000968 0x60 esp-idf/log/liblog.a(log_timestamp.c.obj) + .riscv.attributes + 0x000009c8 0x5c esp-idf/log/liblog.a(log_write.c.obj) + .riscv.attributes + 0x00000a24 0x5c esp-idf/log/liblog.a(log_level.c.obj) + .riscv.attributes + 0x00000a80 0x5c esp-idf/log/liblog.a(tag_log_level.c.obj) + .riscv.attributes + 0x00000adc 0x5c esp-idf/log/liblog.a(log_linked_list.c.obj) + .riscv.attributes + 0x00000b38 0x5c esp-idf/log/liblog.a(log_binary_heap.c.obj) + .riscv.attributes + 0x00000b94 0x5c esp-idf/log/liblog.a(log_lock.c.obj) + .riscv.attributes + 0x00000bf0 0x5c esp-idf/heap/libheap.a(heap_caps.c.obj) + .riscv.attributes + 0x00000c4c 0x5c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .riscv.attributes + 0x00000ca8 0x5c esp-idf/heap/libheap.a(multi_heap.c.obj) + .riscv.attributes + 0x00000d04 0x5c esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .riscv.attributes + 0x00000d60 0x5c esp-idf/heap/libheap.a(memory_layout.c.obj) + .riscv.attributes + 0x00000dbc 0x5c esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .riscv.attributes + 0x00000e18 0x5c esp-idf/esp_security/libesp_security.a(init.c.obj) + .riscv.attributes + 0x00000e74 0x5c esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + .riscv.attributes + 0x00000ed0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .riscv.attributes + 0x00000f30 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .riscv.attributes + 0x00000f8c 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .riscv.attributes + 0x00000fec 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .riscv.attributes + 0x00001048 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .riscv.attributes + 0x000010a4 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .riscv.attributes + 0x00001100 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + .riscv.attributes + 0x0000115c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .riscv.attributes + 0x000011b8 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + .riscv.attributes + 0x00001214 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + .riscv.attributes + 0x00001270 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .riscv.attributes + 0x000012cc 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + .riscv.attributes + 0x00001328 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + .riscv.attributes + 0x00001390 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .riscv.attributes + 0x000013ec 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .riscv.attributes + 0x00001448 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .riscv.attributes + 0x000014a8 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + .riscv.attributes + 0x00001504 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + .riscv.attributes + 0x00001560 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + .riscv.attributes + 0x000015bc 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + .riscv.attributes + 0x00001618 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + .riscv.attributes + 0x00001674 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + .riscv.attributes + 0x000016d0 0x5c esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .riscv.attributes + 0x0000172c 0x5c esp-idf/freertos/libfreertos.a(queue.c.obj) + .riscv.attributes + 0x00001788 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .riscv.attributes + 0x000017e4 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) + .riscv.attributes + 0x00001844 0x5c esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .riscv.attributes + 0x000018a0 0x5c esp-idf/freertos/libfreertos.a(port_common.c.obj) + .riscv.attributes + 0x000018fc 0x5c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .riscv.attributes + 0x00001958 0x5c esp-idf/freertos/libfreertos.a(list.c.obj) + .riscv.attributes + 0x000019b4 0x5c esp-idf/newlib/libnewlib.a(abort.c.obj) + .riscv.attributes + 0x00001a10 0x5c esp-idf/newlib/libnewlib.a(assert.c.obj) + .riscv.attributes + 0x00001a6c 0x5c esp-idf/newlib/libnewlib.a(heap.c.obj) + .riscv.attributes + 0x00001ac8 0x5c esp-idf/newlib/libnewlib.a(locks.c.obj) + .riscv.attributes + 0x00001b24 0x5c esp-idf/newlib/libnewlib.a(pthread.c.obj) + .riscv.attributes + 0x00001b80 0x5c esp-idf/newlib/libnewlib.a(getentropy.c.obj) + .riscv.attributes + 0x00001bdc 0x5c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .riscv.attributes + 0x00001c38 0x5c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .riscv.attributes + 0x00001c94 0x5c esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .riscv.attributes + 0x00001cf0 0x5c esp-idf/newlib/libnewlib.a(time.c.obj) + .riscv.attributes + 0x00001d4c 0x5c esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .riscv.attributes + 0x00001da8 0x5c esp-idf/pthread/libpthread.a(pthread.c.obj) + .riscv.attributes + 0x00001e04 0x5c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .riscv.attributes + 0x00001e60 0x5c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .riscv.attributes + 0x00001ebc 0x5c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .riscv.attributes + 0x00001f18 0x5c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .riscv.attributes + 0x00001f74 0x5c esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .riscv.attributes + 0x00001fd0 0x5c esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) + .riscv.attributes + 0x0000202c 0x5c esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) + .riscv.attributes + 0x00002088 0x5c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .riscv.attributes + 0x000020e4 0x5c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .riscv.attributes + 0x00002140 0x5c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + .riscv.attributes + 0x0000219c 0x5c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + .riscv.attributes + 0x000021f8 0x5c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + .riscv.attributes + 0x00002254 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + .riscv.attributes + 0x000022b0 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + .riscv.attributes + 0x0000230c 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + .riscv.attributes + 0x00002368 0x5c esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .riscv.attributes + 0x000023c4 0x5c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + .riscv.attributes + 0x00002420 0x5c esp-idf/vfs/libvfs.a(vfs.c.obj) + .riscv.attributes + 0x0000247c 0x5c esp-idf/vfs/libvfs.a(nullfs.c.obj) + .riscv.attributes + 0x000024d8 0x5c esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .riscv.attributes + 0x00002534 0x5c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + .riscv.attributes + 0x00002590 0x5c esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + .riscv.attributes + 0x000025ec 0x5c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + .riscv.attributes + 0x00002648 0x5c esp-idf/riscv/libriscv.a(interrupt.c.obj) + .riscv.attributes + 0x000026a4 0x68 esp-idf/riscv/libriscv.a(vectors.S.obj) + .riscv.attributes + 0x0000270c 0x64 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + .riscv.attributes + 0x00002770 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + .riscv.attributes + 0x000027cc 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + .riscv.attributes + 0x00002828 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .riscv.attributes + 0x00002884 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .riscv.attributes + 0x000028e0 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + .riscv.attributes + 0x0000293c 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .riscv.attributes + 0x00002998 0x5c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .riscv.attributes + 0x000029f4 0x5c esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .riscv.attributes + 0x00002a50 0x5c esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + .riscv.attributes + 0x00002aac 0x5c esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + .riscv.attributes + 0x00002b08 0x5c esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .riscv.attributes + 0x00002b64 0x5c esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .riscv.attributes + 0x00002bc0 0x5c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .riscv.attributes + 0x00002c1c 0x5c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .riscv.attributes + 0x00002c78 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .riscv.attributes + 0x00002cd4 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .riscv.attributes + 0x00002d30 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .riscv.attributes + 0x00002d8c 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .riscv.attributes + 0x00002de8 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .riscv.attributes + 0x00002e44 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .riscv.attributes + 0x00002ea0 0x5c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .riscv.attributes + 0x00002efc 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .riscv.attributes + 0x00002f58 0x5c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .riscv.attributes + 0x00002fb4 0x5c esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .riscv.attributes + 0x00003010 0x5c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .riscv.attributes + 0x0000306c 0x5c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .riscv.attributes + 0x000030c8 0x5c esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .riscv.attributes + 0x00003124 0x5c esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .riscv.attributes + 0x00003180 0x5c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .riscv.attributes + 0x000031dc 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + .riscv.attributes + 0x00003238 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + .riscv.attributes + 0x00003294 0x5c esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + .riscv.attributes + 0x000032f0 0x5c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .riscv.attributes + 0x0000334c 0x5c esp-idf/hal/libhal.a(cache_hal.c.obj) + .riscv.attributes + 0x000033a8 0x5c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .riscv.attributes + 0x00003404 0x5c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .riscv.attributes + 0x00003460 0x5c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .riscv.attributes + 0x000034bc 0x5c esp-idf/hal/libhal.a(uart_hal.c.obj) + .riscv.attributes + 0x00003518 0x5c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .riscv.attributes + 0x00003574 0x5c esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + .riscv.attributes + 0x000035d0 0x5c esp-idf/hal/libhal.a(pau_hal.c.obj) + .riscv.attributes + 0x0000362c 0x5c esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + .riscv.attributes + 0x00003688 0x5c esp-idf/hal/libhal.a(pmu_hal.c.obj) + .riscv.attributes + 0x000036e4 0x5c esp-idf/hal/libhal.a(apm_hal.c.obj) + .riscv.attributes + 0x00003740 0x5c esp-idf/log/liblog.a(log_buffers.c.obj) + .riscv.attributes + 0x0000379c 0x5c esp-idf/log/liblog.a(util.c.obj) + .riscv.attributes + 0x000037f8 0x5c esp-idf/soc/libsoc.a(interrupts.c.obj) + .riscv.attributes + 0x00003854 0x5c esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .riscv.attributes + 0x000038b0 0x5c esp-idf/soc/libsoc.a(uart_periph.c.obj) + .riscv.attributes + 0x0000390c 0x5c esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .riscv.attributes + 0x00003968 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .riscv.attributes + 0x000039c4 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .riscv.attributes + 0x00003a24 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + .riscv.attributes + 0x00003a80 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .riscv.attributes + 0x00003ae0 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .riscv.attributes + 0x00003b3c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .riscv.attributes + 0x00003b98 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .riscv.attributes + 0x00003bf4 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + .riscv.attributes + 0x00003c50 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + .riscv.attributes + 0x00003cac 0x64 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .riscv.attributes + 0x00003d10 0x5c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + .riscv.attributes + 0x00003d6c 0x5c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .riscv.attributes + 0x00003dc8 0x5c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .riscv.attributes + 0x00003e24 0x5c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .riscv.attributes + 0x00003e80 0x5c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .riscv.attributes + 0x00003edc 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .riscv.attributes + 0x00003f38 0x5c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .riscv.attributes + 0x00003f94 0x5c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .riscv.attributes + 0x00003ff0 0x5c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .riscv.attributes + 0x0000404c 0x5c esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + .riscv.attributes + 0x000040a8 0x5c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .riscv.attributes + 0x00004104 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + .riscv.attributes + 0x00004160 0x5c esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .riscv.attributes + 0x000041bc 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + .riscv.attributes + 0x00004218 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + .riscv.attributes + 0x00004274 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + .riscv.attributes + 0x000042d0 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + .riscv.attributes + 0x0000432c 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + .riscv.attributes + 0x00004388 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + .riscv.attributes + 0x000043e4 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + .riscv.attributes + 0x00004440 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + .riscv.attributes + 0x0000449c 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + .riscv.attributes + 0x000044f8 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + .riscv.attributes + 0x00004554 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + .riscv.attributes + 0x000045b0 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + .riscv.attributes + 0x0000460c 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + .riscv.attributes + 0x00004668 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + .riscv.attributes + 0x000046c4 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .riscv.attributes + 0x00004720 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + .riscv.attributes + 0x0000477c 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + .riscv.attributes + 0x000047d8 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + .riscv.attributes + 0x00004834 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + .riscv.attributes + 0x00004890 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + .riscv.attributes + 0x000048ec 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + .riscv.attributes + 0x00004948 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + .riscv.attributes + 0x000049a4 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + .riscv.attributes + 0x00004a00 0x5c /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + +/DISCARD/ + *(.rela.*) + *(.got .got.plt) + *(.eh_frame_hdr) + *(.eh_frame) +OUTPUT(uart_async_rxtxtasks.elf elf32-littleriscv) + +Cross Reference Table + +Symbol File +APB_SARADC esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +Cache_Disable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +Cache_Enable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Freeze_ICache_Disable esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Freeze_ICache_Enable esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Get_ICache_Line_Size esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Invalidate_Addr esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Invalidate_ICache_All esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +Cache_Resume_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +Cache_Set_IDROM_MMU_Size esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Suspend_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +CompressedEnumTable::set(unsigned int, bool) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +DW.ref.__gxx_personality_v0 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) +EFUSE esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +ESP_EFUSE_ACTIVE_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ACTIVE_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0_CH6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +ESP_EFUSE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CRYPT_DPA_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DBIAS_VOL_GAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DSLP_LP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DSLP_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_LSLP_HP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_LSLP_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_MAC_EXT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_DISABLE_FAST_WAKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SEC_DPA_LEVEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_DOWNLOAD_MSPI_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SWAP_UART_SDIO_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ACTIVE_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ACTIVE_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0_CH6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_USR_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_CRYPT_DPA_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DBIAS_VOL_GAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DSLP_LP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DSLP_LP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_LSLP_HP_DBG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_LSLP_HP_DBIAS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC_EXT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_DISABLE_FAST_WAKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SEC_DPA_LEVEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_SPI_DOWNLOAD_MSPI_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SWAP_UART_SDIO_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SYS_DATA_PART1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +FreeRTOS_openocd_params esp-idf/freertos/libfreertos.a(tasks.c.obj) +GDMA esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +GPIO esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +GPIO_HOLD_MASK esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) +GPSPI2 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +I2C0 esp-idf/esp_system/libesp_system.a(clk.c.obj) +LPPERI esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +LP_ANA_PERI esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +LP_AON esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +LP_CLKRST esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +LP_I2C esp-idf/esp_system/libesp_system.a(clk.c.obj) +LP_IO esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +LP_TIMER esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +LP_UART esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +LP_WDT esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +MODEM_CLOCK_instance esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +MODEM_LPCON esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +MODEM_SYSCON esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +NVSHandleEntry::s_nvs_next_handle esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NVSHandleEntry::~NVSHandleEntry() esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NVSHandleEntry::~NVSHandleEntry() esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +PAU esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +PAU_instance esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +PCR esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +PMU esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +PMU_instance esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +RFChannelSel /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ROM_Boot_Cache_Init esp-idf/hal/libhal.a(mmu_hal.c.obj) +SPIMEM0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPIMEM1 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SYSTIMER esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) +SysTickIsrHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) +TIMERG0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +TIMERG1 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +UART0 esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +UART1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +USB_SERIAL_JTAG esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +_Balloc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +_Bfree /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +_PathLocale /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__action_table /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__adddf3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__any_on /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__ascii_mbtowc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__ascii_wctomb /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__assert esp-idf/newlib/libnewlib.a(assert.c.obj) +__assert_func esp-idf/newlib/libnewlib.a(assert.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/hal/libhal.a(apm_hal.c.obj) + esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +__atomic_add_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_always_lock_free esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_add_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +__atomic_fetch_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +__atomic_fetch_sub_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_is_lock_free esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +__atomic_nand_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_or_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_sub_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_xor_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__b2d /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__bswapdi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_bswapdi2.o) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +__chclass /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__clz_tab /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) +__clzsi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clzsi2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(adddf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +__copybits /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__ctzdi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ctzdi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +__cxa_begin_catch /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +__cxa_end_catch /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +__cxa_get_exception_ptr /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__cxa_get_globals /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__cxa_get_globals_fast /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__cxa_guard_abort esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_acquire esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_dummy esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_release esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_pure_virtual /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +__cxx_eh_arena_size_get esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) +__cxx_init_dummy esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) +__cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +__cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +__cxxabiv1::__terminate(void (*)()) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__cxxabiv1::__terminate_handler /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__cxxabiv1::__unexpected(void (*)()) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__cxxabiv1::__unexpected_handler /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +__d2b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__default_global_locale /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__divdf3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(divdf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__divdi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_divdi3.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__dso_handle esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__eh_globals_init::_S_init /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) +__eqdf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__errno /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + esp-idf/vfs/libvfs.a(nullfs.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) +__ffsdi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffsdi2.o) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +__ffssi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ffssi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +__fixdfsi /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(fixdfsi.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__floatsidf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatsidf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__floatunsidf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(floatunsidf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__fp_lock_all /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__fp_unlock_all /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__frame_state_for(void*, frame_state*) esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__gedf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) +__getreent esp-idf/freertos/libfreertos.a(tasks.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-errno.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +__global_locale_ptr /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) +__global_pointer$ esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +__gtdf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(gedf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__hi0bits /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__i2b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__init_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_priority_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_priority_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +__itoa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) +__ledf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__lo0bits /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__locale_mb_cur_max /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +__localeconv_l /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) +__lock___arc4random_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___at_quick_exit_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___atexit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___dd_hash_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___env_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___malloc_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___sfp_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__lock___sinit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___tz_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lshift /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__ltdf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(ledf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__mcmp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__mdiff /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__moddi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) +__mprec_bigtens /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__mprec_tens /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__mprec_tinytens /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__muldf3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(muldf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__multadd /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__multiply /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__nedf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(eqdf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__popcountsi2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__pow5mult /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) +__ratio /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__retarget_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__retarget_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__s2b /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__sclose /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__seofread /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) +__sf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) +__sflags /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-flags.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +__sflush_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +__sfp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +__sfp_lock_acquire /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +__sfp_lock_release /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +__sfvwrite_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) +__sglue /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) +__sinit /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +__smakebuf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) +__sprint_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) +__sread /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__srefill_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) +__sseek /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__ssprint_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__state_table /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__stdio_exit_handler /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__subdf3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(subdf3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +__swbuf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) +__swbuf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) +__swhatbuf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) +__swrite /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) +__swsetup_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) +__sync_add_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_and_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_bool_compare_and_swap_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_add_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_sub_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_release_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_test_and_set_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_nand_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_or_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_sub_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_val_compare_and_swap_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_xor_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__trunctfdf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(trunctfdf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__ubsan_handle_add_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_builtin_unreachable esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_divrem_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_invalid_builtin esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_load_invalid_value esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_missing_return esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_mul_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_negate_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_nonnull_arg esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_nonnull_return esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_out_of_bounds esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_pointer_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_shift_out_of_bounds esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_sub_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_type_mismatch esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_type_mismatch_v1 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_vla_bound_not_positive esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_include esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__udivdi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/log/liblog.a(util.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +__ulp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +__umoddi3 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_umoddi3.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/log/liblog.a(util.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__unorddf2 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imac_zicsr_zifencei/ilp32/no-rtti/libgcc.a(unorddf2.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +__utoa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) +__wrap__Unwind_Backtrace esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_DeleteException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +__wrap__Unwind_FindEnclosingFunction esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Find_FDE esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_ForcedUnwind esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetCFA esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetDataRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIPInfo esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetLanguageSpecificData esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetRegionStart esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetTextRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_RaiseException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Resume esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Resume_or_Rethrow esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___cxa_allocate_exception esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +__wrap___cxa_call_unexpected esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___cxa_throw esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +__wrap___deregister_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___gxx_personality_v0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +__wrap___register_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_calloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_close_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_ctype_ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-ctype_.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +_data_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_dtoa_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +_esp_error_check_failed esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +_esp_error_check_failed_without_abort esp-idf/esp_system/libesp_system.a(esp_err.c.obj) +_esp_system_init_fn_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +_esp_system_init_fn_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +_exit esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fclose_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fflush_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wbuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) +_fopen_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +_fprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) +_fputc_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) +_fputs_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) +_free_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wsetup.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_fseek_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) +_fseeko_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) +_fstat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_fwalk_sglue /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwalk.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) +_fwrite_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) +_getpid_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_impure_ptr esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_interrupt_handler esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +_heap_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_impure_data /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-refill.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_impure_ptr /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) +_instruction_reserved_end esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_instruction_reserved_start esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_interrupt_handler esp-idf/riscv/libriscv.a(vectors.S.obj) + esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) +_iram_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_iram_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_iram_text_end esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) +_isatty_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) +_kill_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_link_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_localeconv_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) +_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) +_lseek_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_malloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-makebuf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_mbtowc_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mbtowc_r.o) +_mprec_log10 /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) +_multi_heap_lock esp-idf/heap/libheap.a(multi_heap.c.obj) +_multi_heap_unlock esp-idf/heap/libheap.a(multi_heap.c.obj) +_open_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_panic_handler esp-idf/riscv/libriscv.a(vectors.S.obj) + esp-idf/riscv/libriscv.a(vectors_intc.S.obj) +_printf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) +_putc_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) +_putchar_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) +_puts_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) +_raise_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_realloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_reclaim_reent /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_rename_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_rodata_reserved_end esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +_rodata_reserved_start esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_force_fast_end esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +_rtc_force_slow_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_reserved_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_reserved_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_text_end esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) +_rtc_text_start esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +_rv_core_critical_regs_restore esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) +_sbrk_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_setlocale_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +_snprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) +_sprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) +_stat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_strerror_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) +_svfiprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) +_svfprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) +_system_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_thread_local_bss_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_bss_start esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_data_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_data_start esp-idf/freertos/libfreertos.a(port.c.obj) +_times_r esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_unlink_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_user_strerror /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-u_strerr.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) +_vector_table esp-idf/riscv/libriscv.a(vectors_intc.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_vfiprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) +_vfprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) +_vprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) +_vsnprintf_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) +_wctomb_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-wctomb_r.o) +_write_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_write_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +abort esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_term_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +abort_expect_void esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +abort_expect_void_and_return esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +abs_temp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +access esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +adc2_wifi_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc2_wifi_release esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_apb_periph_claim esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +adc_apb_periph_free esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +adc_calc_hw_calibration_code esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_get_hw_calibration_chan_compens esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_hal_calibration_init esp-idf/hal/libhal.a(adc_hal_common.c.obj) +adc_hal_self_calibration esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_hal_set_calibration_param esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_hal_set_controller esp-idf/hal/libhal.a(adc_hal_common.c.obj) +adc_load_hw_calibration_chan_compens esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_lock_try_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adc_rate_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +adc_set_hw_calibration_code esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +adjtime esp-idf/newlib/libnewlib.a(time.c.obj) +aes_hal_mode_init esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_read_iv esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_set_iv esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_setkey esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_transform_block esp-idf/hal/libhal.a(aes_hal.c.obj) +aes_hal_transform_dma_finish esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +aes_hal_transform_dma_start esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +aes_hal_wait_done esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +agc_reg_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +aligned_alloc esp-idf/newlib/libnewlib.a(heap.c.obj) +ant_btrx_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_btrx_cfg_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_bttx_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_bttx_cfg_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_dft_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +ant_dft_cfg_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_rx_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +ant_tx_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +ant_wifirx_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_wifirx_cfg_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_wifitx_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +ant_wifitx_cfg_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +apm_hal_apm_ctrl_clk_gating_enable esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_exception_clear esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_exception_status esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_filter_enable esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_filter_enable_all esp-idf/hal/libhal.a(apm_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +apm_hal_apm_ctrl_get_exception_info esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_get_int_src_num esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_interrupt_enable esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_master_sec_mode_config esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_region_config esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_region_filter_enable esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_hal_apm_ctrl_reset_event_enable esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_tee_hal_clk_gating_enable esp-idf/hal/libhal.a(apm_hal.c.obj) +apm_tee_hal_set_master_secure_mode esp-idf/hal/libhal.a(apm_hal.c.obj) +app_elf_sha256_str esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +app_main esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +bb_bss_cbw40_dig /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) +bb_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +bb_reg_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +bb_wdg_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +bb_wdt_get_status /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +bb_wdt_int_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +bb_wdt_rst_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +bb_wdt_timeout_clear /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +bias_reg_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_efuse_blk_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_long_hold_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_check_long_hold_gpio_level esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_erase_part_type_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +bootloader_common_label_search esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_read_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_vddsdio_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_execute_command_common esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_spi_mode esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_is_octal_mode_enabled esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_reset_chip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_image_hdr esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_spi_flash_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_boot_image esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +brownout_hal_config esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +bt_bb_to_index /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +bt_chan_pwr_interp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +bt_filter_reg_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +bt_gain_offset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +bt_get_tx_gain_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +bt_get_tx_tab /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +bt_set_tx_gain /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +bt_track_pll_cap /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +bt_track_tx_power /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +bt_tx_gain_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +bt_tx_pwctrl_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +bt_txdc_cal_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +bt_txpwr_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +btbb_wifi_bb_cfg2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) +bzero /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) +cache_error_msg esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +cache_hal_disable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +cache_hal_enable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +cache_hal_freeze esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +cache_hal_get_cache_line_size esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +cache_hal_init esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_invalidate_addr esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_hal_resume esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +cache_hal_suspend esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +cache_hal_unfreeze esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +cache_hal_vaddr_to_cache_level_id esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +calloc esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +cbw2040_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) +cfree esp-idf/newlib/libnewlib.a(heap.c.obj) +chan14_mic_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +chan14_mic_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) +chan_to_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +chip_v7_set_chan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +chip_v7_set_chan_ana /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +chip_v7_set_chan_misc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +chip_v7_set_chan_offset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +clk_hal_apb_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_clock_output_setup esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_clock_output_teardown esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_cpu_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clk_hal_lp_slow_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +clk_hal_soc_root_get_freq_mhz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_xtal_get_freq_mhz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clock_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +clock_getres esp-idf/newlib/libnewlib.a(time.c.obj) +clock_gettime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +clock_settime esp-idf/newlib/libnewlib.a(time.c.obj) +close /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysclose.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +closedir esp-idf/vfs/libvfs.a(vfs.c.obj) +code_to_temp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +coex_bt_release /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_bt_request /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_ble_conn_dyn_prio_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_core_deinit /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_disable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_event_duration_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_pre_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_pti_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_pti_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_register_start_cb /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_release /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_request /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_status_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_core_timer_idx_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_dbg_output /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_dbg_set_log_level /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_deinit /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_disable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_env /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_env_ptr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_event_duration_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_gpio_debug_matrix_config /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_gpio_debug_matrix_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_gpio_debug_max_event_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_hw_clear_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_hw_debug_matrix_config /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_hw_debug_matrix_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_hw_timer_disable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_hw_timer_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_hw_timer_force /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) +coex_hw_timer_freq_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_hw_timer_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_hw_timer_tick_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_hw_timer_unforce /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) +coex_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_log_level /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_pre_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +coex_preference_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_pti_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_pti_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_pti_tab /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_pti_tab_ptr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_register_start_cb /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_register_wifi_channel_change_callback /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_rom_data_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_rom_osi_funcs_deinit /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_rom_osi_funcs_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_schm_all_default /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_default /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_default_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_default_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_default_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_default /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_idle_bt_idle_wifi_default /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_conn_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_conn_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_conn_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_default_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_default_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_default_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_iscan_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_iscan_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_iscan_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_sniff_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_sniff_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_sniff_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_conn_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_conn_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_conn_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_default_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_default_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_default_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_iscan_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_iscan_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_sniff_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_sniff_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_conn_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_conn_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_default_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_default_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_default_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_paused_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_paused_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_paused_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_conn_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_conn_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_conn_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_default_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_default_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_default_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_idle_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_idle_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_idle_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_iscan_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_iscan_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_iscan_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_sniff_wifi_conn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_sniff_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_bt_sniff_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_curr_period_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_curr_phase_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_curr_phase_idx_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_curr_phase_idx_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_deinit /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_env /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_schm_env_ptr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_schm_external_coex_wifi_connecting /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_external_coex_wifi_default /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_external_coex_wifi_default_rxonly /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_external_coex_wifi_scan /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_flexible_period_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_flexible_period_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_get_phase_by_idx /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) +coex_schm_interval_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_interval_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_lock /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_schm_process_restart /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_register_callback /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_status_bit_clear /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_schm_status_bit_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_schm_status_bitmap_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_schm_status_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_schm_unlock /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coex_set_gpio_debug_cb /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_dbg.o) +coex_status_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_update_lpclk_interval /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_version_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_version_get_value /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_wifi_channel_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_wifi_channel_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) +coex_wifi_register_update_lpclk_callback /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_wifi_release /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coex_wifi_request /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +coexist_funcs /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +coexist_printf esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +console_access esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_close esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_end_select esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_fcntl esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_fstat esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_fsync esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_open esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_read esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcdrain esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcflush esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcgetattr esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_tcsetattr esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +console_write esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +cpu_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +dac_rate_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +dc_iq_est /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +dc_iq_est_high /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +debug_print_line /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +disable_agc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +div /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-div.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +efuse_hal_blk_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +efuse_hal_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_flash_encryption_enabled esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +efuse_hal_get_disable_blk_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +efuse_hal_get_mac esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_major_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_minor_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_is_coding_error_in_block esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_program esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_read esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_set_timing esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +enable_agc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +environ /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-environ.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +errno /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-reent.o) +esp_aes_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_cbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_cfb128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_cfb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) +esp_aes_crypt_ofb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_dma_done esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +esp_aes_dma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +esp_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) +esp_aes_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) +esp_aes_intr_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) +esp_aes_process_dma esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) +esp_aes_xts_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) +esp_aes_xts_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_aes_xts_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_aes_xts_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +esp_app_desc esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_app_get_description esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_app_get_elf_sha256 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_backtrace_print esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_base_mac_addr_get esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_base_mac_addr_set esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_brownout_disable esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_brownout_init esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_cache_aligned_calloc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_aligned_calloc_prefer esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_aligned_malloc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_aligned_malloc_prefer esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_cache_err_get_cpuid esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_cache_err_has_active_err esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_cache_err_int_init esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_cache_err_panic_string esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_cache_get_alignment esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) +esp_cache_msync esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) +esp_clk_apb_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_cpu_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_private_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_private_unlock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_rtc_time esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +esp_clk_slowclk_cal_get esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_clk_slowclk_cal_set esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +esp_clk_tree_enable_src esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +esp_clk_tree_lp_fast_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_tree_lp_slow_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_tree_osc_slow_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +esp_clk_tree_rc_fast_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) +esp_clk_tree_src_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +esp_clk_tree_xtal32k_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_xtal_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_coex_adapter_funcs_md5_check /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_adapter_register /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_coex_common_clk_slowclk_cal_get_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_env_is_chip_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_int_disable_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_int_restore_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_malloc_internal_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_semphr_create_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_semphr_delete_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_semphr_give_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_semphr_take_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_spin_lock_create_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_task_yield_from_isr_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_timer_arm_us_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_timer_disarm_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_timer_done_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_common_timer_setfn_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +esp_coex_i154_funcs_md5_check /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_ieee802154_ack_pti_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_ieee802154_coex_break_notify /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_ieee802154_extcoex_rx_stage /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_ieee802154_extcoex_tx_stage /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_ieee802154_txrx_pti_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_rom_version_get /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +esp_coex_status_bit_clear /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_coex_status_bit_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +esp_cpu_clear_breakpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_clear_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_compare_and_set esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +esp_cpu_intr_get_desc esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_cpu_reset esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_set_breakpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_cpu_set_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_cpu_stall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_unstall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_wait_for_intr esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_crosscore_int_init esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_crosscore_int_send_freq_switch esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_gdb_call esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_print_backtrace esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_twdt_abort esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_yield esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_crypto_dpa_protection_disable esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) +esp_crypto_dpa_protection_enable esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) +esp_crypto_dpa_protection_startup esp-idf/esp_security/libesp_security.a(esp_dpa_protection.c.obj) + esp-idf/esp_security/libesp_security.a(init.c.obj) +esp_crypto_ds_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_ds_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_ecc_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_ecc_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_hmac_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_crypto_hmac_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_crypto_mpi_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_mpi_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) +esp_crypto_sha_aes_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_crypto_sha_aes_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_crypto_shared_gdma_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +esp_crypto_shared_gdma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +esp_crypto_shared_gdma_start_axi_ahb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) +esp_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_deregister_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_deregister_phy_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_disable_rom_logging esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_enable_gpio_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_register_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +esp_deep_sleep_register_phy_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_deep_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_try esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_try_to_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_wakeup_io_reset esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_default_wake_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deregister_freertos_idle_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_deregister_freertos_idle_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_deregister_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_deregister_freertos_tick_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_derive_local_mac esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_cancel esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_efuse_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_destroy_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_enable_rom_secure_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_unused_key_block esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_mac_get_custom esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_efuse_mac_get_default esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_rtc_calib_get_cal_voltage esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +esp_efuse_rtc_calib_get_chan_compens esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +esp_efuse_rtc_calib_get_init_code esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +esp_efuse_rtc_calib_get_tsens_val esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) +esp_efuse_rtc_calib_get_ver esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +esp_efuse_set_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_rom_log_scheme esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_startup_include_func esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_chip esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_burn_chip_opt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_check_errors esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_count_once esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_debug_dump_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_pending esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_single_block esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_erase_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_read_register_address esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_utility_is_correct_written_data esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_read_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_reset esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_update_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_write_blob esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_err_to_name esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_err_to_name_r esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +esp_fill_random esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) +esp_flash_app_disable_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_disable_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_enable_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_init esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_flash_chip_driver_initialized esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_chip_generic esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_deinit_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_encryption_cfg_verify_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_enabled esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_encryption_init_checks esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_set_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_erase_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_erase_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_get_chip_write_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_io_mode esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_physical_size esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_protectable_regions esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_protected_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_size esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_init esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_init_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_flash_init_main esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_init_main_bus_lock esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_init_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_noos_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_read_chip_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_read_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_read_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_read_unique_chip_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_registered_chips esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_chip_write_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_dangerous_write_protection esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_set_io_mode esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_protected_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_suspend_cmd_init esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_write esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_write_protect_crypt_cnt esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_deep_sleep_wake_stub esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_get_flash_encryption_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_get_free_internal_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_get_idf_version esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_gpio_is_reserved esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_gpio_reserve esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_gpio_revoke esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) +esp_heap_adjust_alignment_to_hw esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +esp_hmac_calculate esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +esp_hmac_jtag_disable esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_hmac_jtag_enable esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +esp_hw_stack_guard_get_bounds esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_hw_stack_guard_get_fired_cpu esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_hw_stack_guard_get_pc esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_hw_stack_guard_monitor_start esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +esp_hw_stack_guard_monitor_stop esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +esp_hw_stack_guard_set_bounds esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +esp_iface_mac_addr_set esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_int_wdt_cpu_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_int_wdt_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_internal_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_internal_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_intr_alloc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +esp_intr_alloc_intrstatus esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_intr_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_intr_disable_source esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esp_intr_dump esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_intr_enable_source esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esp_intr_free esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_intr_get_cpu esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +esp_intr_get_intno esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_mark_shared esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_noniram_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_noniram_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_ptr_in_isr_region esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_reserve esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_set_in_iram esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_isr_names esp-idf/soc/libsoc.a(interrupts.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_light_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_log_buffer_char_internal esp-idf/log/liblog.a(log_buffers.c.obj) +esp_log_buffer_hex_internal esp-idf/log/liblog.a(log_buffers.c.obj) +esp_log_buffer_hexdump_internal esp-idf/log/liblog.a(log_buffers.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +esp_log_cache_add esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_cache_clean esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_cache_get_level esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_cache_set_level esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_default_level esp-idf/log/liblog.a(log_level.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_log_early_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_log_impl_lock esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) +esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_impl_unlock esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) +esp_log_level_get esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_level_get_timeout esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/log/liblog.a(log_write.c.obj) +esp_log_level_set esp-idf/log/liblog.a(tag_log_level.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +esp_log_linked_list_clean esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_linked_list_get_level esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_linked_list_set_level esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_set_default_level esp-idf/log/liblog.a(log_level.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +esp_log_set_vprintf esp-idf/log/liblog.a(log_write.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/log/liblog.a(log_buffers.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_log_util_cvt esp-idf/log/liblog.a(util.c.obj) +esp_log_util_cvt_dec esp-idf/log/liblog.a(util.c.obj) +esp_log_util_cvt_hex esp-idf/log/liblog.a(util.c.obj) + esp-idf/log/liblog.a(log_buffers.c.obj) +esp_log_write esp-idf/log/liblog.a(log_write.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/log/liblog.a(log_buffers.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_log_writev esp-idf/log/liblog.a(log_write.c.obj) +esp_mac_addr_len_get esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_mbedtls_mem_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mbedtls_mem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mmu_map esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_dump_mapped_blocks esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_dump_mapped_blocks_private esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +esp_mmu_map_get_max_consecutive_free_block_size esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_init esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mmu_map_reserve_block_with_caps esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +esp_mmu_paddr_find_caps esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_paddr_to_vaddr esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_unmap esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_vaddr_to_paddr esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mspi_32bit_address_flash_feature_check esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_mspi_get_io esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_mspi_pin_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mspi_pin_reserve esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_newlib_init esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_init_global_stdio esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_locks_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_time_init esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_ocode_calib_init esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +esp_ota_abort esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_begin esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_check_rollback_is_possible esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_end esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_erase_last_boot_app_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_app_partition_count esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_bootloader_description esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_last_invalid_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_next_update_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_partition_description esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_running_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_ota_get_state_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_invalid_rollback_and_reboot esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_valid_cancel_rollback esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_set_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_write esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_write_with_offset esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_panic_handler esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_panic_handler_reconfigure_wdts esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_partition_check_identity esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_copy esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_deregister_external esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_erase_range esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_find esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_find_first esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_get esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_get_main_flash_sector_size esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_get_sha256 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_is_flash_region_writable esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_partition_iterator_release esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_main_flash_region_safe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_partition_mmap esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_munmap esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_next esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_read esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_read_raw esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_register_external esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_partition_unload_all esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_verify esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_write esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_write_raw esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_perip_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_phy_common_clock_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_common_clock_enable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_efuse_get_mac /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +esp_phy_enable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_erase_cal_data_in_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_get_ant esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_get_ant_gpio esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_get_init_data esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_load_cal_and_init esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_load_cal_data_from_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_modem_deinit esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_modem_init esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_release_init_data esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_set_ant esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_set_ant_gpio esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_phy_store_cal_data_to_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_update_country_info esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_pm_configure esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_dump_locks esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_get_configuration esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_get_cpu_freq esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_pm_impl_get_mode esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_idle_hook esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_init esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_isr_hook esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_switch_mode esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_waiti esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_lock_acquire esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_lock_create esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_lock_delete esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_lock_release esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_register_inform_out_light_sleep_overhead_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_register_light_sleep_default_params_config_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_unregister_inform_out_light_sleep_overhead_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_unregister_light_sleep_default_params_config_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pthread_get_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_get_default_config esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_init esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_set_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_ptr_byte_accessible esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + esp-idf/log/liblog.a(log_buffers.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +esp_ptr_dma_ext_capable esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) +esp_ptr_external_ram esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) +esp_random esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) +esp_read_mac esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_reent_cleanup esp-idf/newlib/libnewlib.a(reent_init.c.obj) +esp_reent_init esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_register_freertos_idle_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_register_freertos_idle_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_register_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +esp_register_freertos_tick_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) +esp_register_shutdown_handler esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_reset_reason esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) +esp_reset_reason_get_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) +esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_restart esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) +esp_restart_noos esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_rom_delay_us esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_get_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +esp_rom_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_gpio_connect_in_signal esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +esp_rom_gpio_connect_out_signal esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +esp_rom_gpio_pad_pullup_only esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_gpio_pad_select_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_gpio_pad_set_drv esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +esp_rom_include_multi_heap_patch esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) +esp_rom_md5_final esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_rom_md5_init esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_rom_md5_update esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_rom_newlib_init_common_mutexes esp-idf/newlib/libnewlib.a(locks.c.obj) +esp_rom_output_flush_tx esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_output_rx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_output_tx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_output_tx_wait_idle esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_rom_regi2c_read esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_read_mask esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_write esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_write_mask esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_route_intr_matrix esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_set_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_set_rtc_wake_addr esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_rom_software_reset_cpu esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_rom_software_reset_system esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) +esp_rom_spiflash_wait_idle esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rtc_get_time_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rtc_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_secure_boot_read_key_digests esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_security_init_include_impl esp-idf/esp_security/libesp_security.a(init.c.obj) +esp_set_deep_sleep_wake_stub esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_set_deep_sleep_wake_stub_default_entry esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_set_time_from_rtc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_setup_newlib_syscalls esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_sha_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +esp_sha_dma esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +esp_sha_dma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sha_read_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +esp_sha_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +esp_sha_write_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +esp_sleep_config_gpio_isolate esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_cpu_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_cpu_retention_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +esp_sleep_cpu_retention_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +esp_sleep_disable_bt_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_ext1_wakeup_io esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wakeup_source esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_beacon_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_adc_tsens_monitor esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_bt_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ext1_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ext1_wakeup_io esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ext1_wakeup_with_level_mask esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_gpio_switch esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_enable_gpio_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_timer_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_uart_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ulp_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_beacon_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_execute_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_ext1_wakeup_status esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_gpio_wakeup_status esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_wakeup_cause esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_gpio_include esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_is_valid_wakeup_gpio esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_pd_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +esp_sleep_periph_use_8m esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_sub_mode_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_sub_mode_dump_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_sub_mode_force_disable esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_startup_start_app esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_sync_timekeeping_timers esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_system_abort esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +esp_system_get_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +esp_system_get_time_resolution esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_system_include_startup_funcs esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +esp_system_reset_modules_on_exit esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_task_wdt_add esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_add_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_deinit esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_delete esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_delete_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timeout_triggered esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_allocate esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_feed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_free esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_reconfigure esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_restart esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_stop esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_init esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_task_wdt_isr_user_handler esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_print_triggered_tasks esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reconfigure esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reset esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reset_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_restart esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_status esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_stop esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_time_impl_get_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time_since_boot esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_init esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_set_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_timer_create esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_timer_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_delete esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_timer_dump esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_get_expiry_time esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_next_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_next_alarm_for_wake_up esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_period esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_impl_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_impl_get_alarm_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_get_counter_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_get_min_period_us esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_timer_impl_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_init_system_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_impl_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_set esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_impl_set_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_set_alarm_id esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_init_include_func esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) +esp_timer_is_active esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_private_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +esp_timer_private_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_set esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_timer_restart esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_start_once esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_start_periodic esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_timer_stop esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +esp_tx_state_out /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +esp_tx_state_out_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +esp_unregister_shutdown_handler esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_vApplicationIdleHook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_vApplicationTickHook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +esp_vfs_access esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_close esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_closedir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_console_register esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +esp_vfs_dev_uart_port_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_uart_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_uart_register esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_uart_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_uart_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_uart_use_driver esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_uart_use_nonblocking esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_dev_usb_serial_jtag_register esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_dev_usb_serial_jtag_set_rx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_dev_usb_serial_jtag_set_tx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_dump_fds esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_dump_registered_paths esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fstat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_include_console_register esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +esp_vfs_include_nullfs_register esp-idf/vfs/libvfs.a(nullfs.c.obj) +esp_vfs_ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_link esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lseek esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_null_get_vfs esp-idf/vfs/libvfs.a(nullfs.c.obj) +esp_vfs_null_register esp-idf/vfs/libvfs.a(nullfs.c.obj) +esp_vfs_open esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_opendir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pread esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_read esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_common esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fd_range esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fd_with_local_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fs esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(nullfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_register_fs_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rename esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_select esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_select_triggered esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_select_triggered_isr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +esp_vfs_set_readonly_flag esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_stat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_uart_get_vfs esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +esp_vfs_unlink esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_fs esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_fs_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_usb_serial_jtag_get_vfs esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +esp_vfs_usb_serial_jtag_use_driver esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_usb_serial_jtag_use_nonblocking esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +esp_vfs_utime esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_write esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_wake_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_wifi_bt_power_domain_off esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_bt_power_domain_on esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_power_domain_off esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_power_domain_on esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esprv_get_interrupt_unmask esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) +esprv_int_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_get_priority esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_get_type esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esprv_int_is_vectored esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) +esprv_int_set_priority esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esprv_int_set_threshold esp-idf/freertos/libfreertos.a(port.c.obj) +esprv_int_set_type esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +ets_delay_us /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ets_efuse_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_efuse_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_isr_mask esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +ets_isr_unmask esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +ets_jtag_enable_temporarily esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +ets_rom_layout_p esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +ets_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_deinit esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_init esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +fclose /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fclose.o) +fcntl esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +fe_reg_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +fe_txrx_reset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +fflush /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fflush.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +filter_dcap_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +fopen /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +force_txrx_off /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +forward_abort_uw_ctx esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +fprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +fputc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputc.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +fputs /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +free esp-idf/newlib/libnewlib.a(heap.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) +freq_chan_en_sw /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +freq_get_i2c_data /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +freq_i2c_data_write_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +freq_i2c_mem_write_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +freq_i2c_num_addr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +freq_i2c_write_set_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +freq_module_resetn /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +freq_reg_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +frexp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libm_a-s_frexp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) +fseek /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseek.o) +fseeko /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) +fstat /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysfstat.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +fsync esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +fwrite /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fwrite.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +g_coa_funcs_p /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_scheme.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +g_coex_adapter_funcs esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +g_coex_adapter_funcs_md5 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +g_coex_basic_md5 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +g_coex_i154_funcs_md5 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +g_coex_param /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_core.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +g_coex_param_ptr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_param.o) +g_exc_frames esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_flash_guard_default_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +g_flash_guard_no_os_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +g_mmu_mem_regions esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +g_panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +g_panic_abort_details esp-idf/esp_system/libesp_system.a(panic.c.obj) +g_phyFuns /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +g_spi_lock_main_flash_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +g_startup_fn esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_startup_time esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_twdt_isr esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +gdma_ahb_hal_append esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_clear_intr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_connect_peri esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_disconnect_peri esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_enable_burst esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_enable_etm_task esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_enable_intr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_get_eof_desc_addr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_get_intr_status_reg esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_init esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_ahb_hal_read_intr_status esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_reset esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_set_priority esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_set_strategy esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_start_with_desc esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_ahb_hal_stop esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) +gdma_append esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_apply_strategy esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_chx_regs_retention esp-idf/soc/libsoc.a(gdma_periph.c.obj) +gdma_config_transfer esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_connect esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_default_rx_isr esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_default_tx_isr esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_del_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_disconnect esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_get_alignment_constraints esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_get_free_m2m_trig_id_mask esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_get_group_channel_id esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +gdma_hal_append esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_clear_intr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_connect_peri esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_deinit esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_disconnect_peri esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_enable_access_encrypt_mem esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_enable_burst esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_enable_etm_task esp-idf/hal/libhal.a(gdma_hal_top.c.obj) +gdma_hal_enable_intr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_get_eof_desc_addr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_get_intr_status_reg esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_read_intr_status esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_reset esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_set_burst_size esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_set_priority esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_set_strategy esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_start_with_desc esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_hal_stop esp-idf/hal/libhal.a(gdma_hal_top.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_new_ahb_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gdma_new_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_periph_signals esp-idf/soc/libsoc.a(gdma_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_register_rx_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_register_tx_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_reset esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_set_priority esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gdma_start esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) +gdma_stop esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) +gen_rx_gain_table_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +get_act_hp_dbias esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +get_act_lp_dbias esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +get_bias_ref_code /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +get_chan_target_power_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +get_data_sat /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +get_dc_value /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +get_dco_comp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +get_dslp_dbg esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +get_dslp_lp_dbias esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +get_freq_mem_addr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +get_freq_mem_param /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +get_iq_value /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +get_lslp_dbg esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +get_lslp_hp_dbias esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +get_phy_version_str /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +get_power_atten /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +get_rate_fcc_index /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +get_rc_dout /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) +get_rf_freq_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +get_rfcal_rxiq_data_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +get_rxbb_dc /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +get_sar2_vol_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +get_temp_buffer_not_supported esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +get_temp_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +get_tone_sar_dout /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +get_tx_gain_value /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +get_vfs_for_index esp-idf/vfs/libvfs.a(vfs.c.obj) +get_vfs_for_path esp-idf/vfs/libvfs.a(vfs.c.obj) +getentropy esp-idf/newlib/libnewlib.a(getentropy.c.obj) +getrandom esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/newlib/libnewlib.a(getentropy.c.obj) +gettimeofday /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysgettod.o) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +gpio_config esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +gpio_deep_sleep_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_deep_sleep_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_dump_io_configuration esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_force_hold_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_force_unhold_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_func_sel esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +gpio_get_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_get_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hal_intr_disable esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hal_intr_enable_on_core esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hold_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_hold_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_input_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_install_isr_service esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_intr_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_intr_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_iomux_in esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +gpio_iomux_out esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +gpio_isr_handler_add esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_isr_handler_remove esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_isr_register esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_od_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_od_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_output_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_output_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_pulldown_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_pulldown_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_pullup_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_pullup_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +gpio_reset_pin esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +gpio_set_direction esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +gpio_set_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_set_intr_type esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_set_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_set_pull_mode esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +gpio_sleep_sel_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_sel_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_direction esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_pull_mode esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_uninstall_isr_service esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +gpio_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +hal_ieee802154_coex_break_notify /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +hal_set_IEEE802154_ACK_pti /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +hal_set_IEEE802154_TXRX_pti /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +hal_set_IEEE802154_coex_delay /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) +hal_set_IEEE802154_force_rx_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) +hal_set_IEEE802154_pti_offset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_add_region_with_caps esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +heap_caps_aligned_alloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_aligned_alloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +heap_caps_aligned_free esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +heap_caps_calloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_add_region_allowed esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_addr esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_enable_nonos_stack_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +heap_caps_free esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_allocated_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +heap_caps_get_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_largest_free_block esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +heap_caps_get_minimum_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +heap_caps_get_total_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_init esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_malloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_malloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_malloc_extmem_enable esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_match esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_monitor_local_minimum_free_size_start esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_monitor_local_minimum_free_size_stop esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_print_heap_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +heap_caps_realloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_realloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_register_failed_alloc_callback esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_walk esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_walk_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_tlsf_patch_table_ptr esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) +heap_tlsf_table_ptr esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) +hmac_hal_clean esp-idf/hal/libhal.a(hmac_hal.c.obj) +hmac_hal_configure esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_next_block_normal esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_next_block_padding esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_read_result_256 esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_start esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_write_block_512 esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +hmac_hal_write_one_block_512 esp-idf/hal/libhal.a(hmac_hal.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) +i2c_bbpll_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +i2c_clk_sel /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +i2c_master_reset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +i2c_paral_write_num /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +i2c_rc_cal_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +i2c_rc_set_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +i2c_sar2_init_code /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +i2cmst_reg_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +include_esp_phy_override esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +index_to_txbbgain /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +init esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +int nvs::NVSHandle::get_item(char const*, long long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, short&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, signed char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned long long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned short&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, long long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, short) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, signed char) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned long long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned short) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intr_handler_get esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +intr_handler_get_arg esp-idf/riscv/libriscv.a(interrupt.c.obj) +intr_handler_set esp-idf/riscv/libriscv.a(interrupt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +intr_matrix_route esp-idf/riscv/libriscv.a(interrupt_plic.c.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intrusive_list::push_back(NVSHandleEntry*) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +intrusive_list::push_back(nvs::HashList::HashListBlock*) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::NVSHandleSimple*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::NVSPartition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::clear() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::insert(intrusive_list::iterator, nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::push_back(nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::push_front(nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::BlobIndexNode*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::NamespaceEntry*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::UsedPageNode*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::Storage*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +io_mux_enable_lp_io_clock esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +io_mux_set_clock_source esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) +ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +iq_corr_enable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +irda_crc esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +itoa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-itoa.o) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) +libcoexist_reversion_git /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +libcoexist_reversion_remote /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) +linear_to_db /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +localeconv /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-localeconv.o) +lp_timer_hal_clear_alarm_intr_status esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +lp_timer_hal_clear_overflow_intr_status esp-idf/hal/libhal.a(lp_timer_hal.c.obj) +lp_timer_hal_get_cycle_count esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +lp_timer_hal_set_alarm_target esp-idf/hal/libhal.a(lp_timer_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +mac_enable_bb /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +mac_tx_chan_offset_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) +mallinfo esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc esp-idf/newlib/libnewlib.a(heap.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) +malloc_stats esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_trim esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_usable_size esp-idf/newlib/libnewlib.a(heap.c.obj) +mallopt esp-idf/newlib/libnewlib.a(heap.c.obj) +mbedtls_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) +mbedtls_internal_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_platform_set_calloc_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_teardown esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_zeroize esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) +mbedtls_sha256_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbedtls_sha256_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbedtls_sha256_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbedtls_sha256_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbedtls_sha256_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +mbedtls_zeroize_and_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) +memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +memchr /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memchr.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) +memcmp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +memcpy /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-mprec.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-dtoa.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_hw.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/log/liblog.a(log_buffers.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +memmove /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memmove-stub.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fvwrite.o) +memset /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-bzero.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fseeko.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-findfp.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/vfs/libvfs.a(nullfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +memspi_host_erase_block esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_chip esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_sector esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_flush_cache esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_init_pointers esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +memspi_host_program_page esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_id_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_status_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_set_write_protect esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_write_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +mhz2ieee /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +mmu_hal_bytes_to_pages esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_check_valid_ext_vaddr_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_init esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_paddr_to_vaddr esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_pages_to_bytes esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_unmap_all esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +mmu_hal_unmap_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_vaddr_to_paddr esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +modem_clock_deselect_all_module_lp_clock_source esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +modem_clock_deselect_lp_clock_source esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_domain_clk_gate_disable esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_domain_clk_gate_enable esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_deselect_all_ble_rtc_timer_lpclk_source esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_deselect_all_coex_lpclk_source esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_deselect_all_wifi_lpclk_source esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_enable_ble_rtc_timer_clock esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_enable_modem_common_fe_clock esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_enable_modem_private_fe_clock esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_enable_wifipwr_clock esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_get_clock_domain_icg_bitmap esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_select_ble_rtc_timer_lpclk_source esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_select_coex_lpclk_source esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_select_wifi_lpclk_source esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_set_ble_rtc_timer_divisor_value esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_hal_set_clock_domain_icg_bitmap esp-idf/hal/libhal.a(modem_clock_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +modem_clock_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +modem_clock_module_mac_reset esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +modem_clock_select_lp_clock_source esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +modem_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +mspi_timing_change_speed_mode_cache_safe esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +mspi_timing_enter_high_speed_mode esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +mspi_timing_enter_low_speed_mode esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +mspi_timing_flash_tuning esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +mspi_timing_psram_tuning esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +mspi_timing_set_pin_drive_strength esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +multi_heap_aligned_alloc_impl_offs esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_alloc_offs esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_check esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_dump esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_allocated_size esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_info esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_in_rom_init esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_internal_lock esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) +multi_heap_internal_unlock esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) +multi_heap_malloc esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_minimum_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_os_funcs esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_os_funcs_init esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_realloc esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_register esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_reset_minimum_free_bytes esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_restore_minimum_free_bytes esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_set_lock esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_walk esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +newlib_include_assert_impl esp-idf/newlib/libnewlib.a(assert.c.obj) +newlib_include_getentropy_impl esp-idf/newlib/libnewlib.a(getentropy.c.obj) +newlib_include_heap_impl esp-idf/newlib/libnewlib.a(heap.c.obj) +newlib_include_init_funcs esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +newlib_include_pthread_impl esp-idf/newlib/libnewlib.a(pthread.c.obj) +newlib_include_syscalls_impl esp-idf/newlib/libnewlib.a(syscalls.c.obj) +noise_check_loop /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +noise_floor_auto_set_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +nvs::HashList::HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::HashListBlock::HashListBlock() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::HashListBlock::HashListBlock() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::clear() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::erase(unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::find(unsigned int, nvs::Item const&) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::insert(nvs::Item const&, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::~HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::HashList::~HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32() const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32(unsigned char const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32WithoutValue() const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::Item::checkHeaderConsistency(unsigned char) const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::getKey(char*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Lock::Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::init() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::mSemaphore esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::uninit() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::~Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::~Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) +nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::init(nvs_sec_cfg_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) +nvs::NVSEncryptedPartition::read(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::write(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSHandleSimple::calcEntriesInNamespace(unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::commit() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::debugDump() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::erase_all() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::erase_item(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::findEntry(nvs_opaque_iterator_t*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::findEntryNs(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::find_key(char const*, nvs_type_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_blob(char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_item_size(nvs::ItemType, char const*, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_partition_name() const esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::get_storage() const esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::get_string(char const*, char*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_typed_item(nvs::ItemType, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_used_entry_count(unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::nextEntry(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_blob(char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_string(char const*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_typed_item(nvs::ItemType, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSPartition::NVSPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartition::NVSPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::erase_range(unsigned int, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_address() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_partition_name() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_readonly() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::get_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::read(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::write(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartitionManager::close_handle(nvs::NVSHandleSimple*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSPartitionManager::deinit_partition(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::get_instance() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::init_partition(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::instance esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::lookup_storage_from_name(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::open_handle(char const*, char const*, nvs_open_mode_t, nvs::NVSHandleSimple**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::open_handles_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::secure_init_partition(char const*, nvs_sec_cfg_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Page::Header::calculateCrc32() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::Page() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::Page() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::SEC_SIZE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterPageState(nvs::Page::PageState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::calcEntries(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::cmpItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::copyItems(nvs::Page&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::debugDump() const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::erase() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::eraseEntryAndSpan(unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::getSeqNumber(unsigned long&) const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::getVarDataTailroom() const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::initialize() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::load(nvs::Partition*, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::mLoadEntryTable() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::markFreeing() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::markFull() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::pageStateToName(nvs::Page::PageState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::readEntry(unsigned int, nvs::Item&) const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::setSeqNumber(unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::setVersion(unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeEntry(nvs::Item const&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeEntryData(unsigned char const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::activatePage() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::PageManager::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::requestNewPage() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::Storage(nvs::Partition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::Storage(nvs::Partition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::calcEntriesInNamespace(unsigned char, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::clearNamespaces() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::cmpMultiPageBlob(unsigned char, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::createOrOpenNamespace(char const*, bool, unsigned char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::debugDump() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::eraseItem(unsigned char, nvs::ItemType, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::eraseMultiPageBlob(unsigned char, char const*, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::eraseNamespace(unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::fillEntryInfo(nvs::Item&, nvs_entry_info_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::findEntry(nvs_opaque_iterator_t*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::findEntryNs(nvs_opaque_iterator_t*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::findItem(unsigned char, nvs::ItemType, char const*, nvs::Page*&, nvs::Item&, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::findKey(unsigned char, char const*, nvs::ItemType*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::getItemDataSize(unsigned char, nvs::ItemType, char const*, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::init(unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::isValid() const esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::nextEntry(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::populateBlobIndices(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::readMultiPageBlob(unsigned char, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::writeMultiPageBlob(unsigned char, char const*, void const*, unsigned int, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::~Storage() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::~Storage() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::partition_lookup::lookup_nvs_encrypted_partition(char const*, nvs_sec_cfg_t*, nvs::NVSPartition**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs_close esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_commit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_dump esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_find esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_find_in_handle esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_info esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_next esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_erase_all esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_erase_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_find_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_deinit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_deinit_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_generate_keys esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_generate_keys_v2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_get_default_security_scheme esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_read_security_cfg esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_read_security_cfg_v2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_register_security_scheme esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_flash_secure_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_secure_init_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_get_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_stats esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_get_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_used_entry_count esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_open esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_release_iterator esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_sec_provider_deregister esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_sec_provider_include_impl esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_sec_provider_register_hmac esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) +nvs_set_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_set_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_set_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +open /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysopen.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +open_i2c_xpd_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +opendir esp-idf/vfs/libvfs.a(vfs.c.obj) +operator delete(void*) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_op.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) +operator delete(void*, unsigned int) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_ops.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +operator delete[](void*) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +operator new(unsigned int) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) +operator new[](unsigned int) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opv.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) +operator new[](unsigned int, std::nothrow_t const&) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +os_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +panic_arch_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_get_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_get_cause esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_prepare_frame_from_ctx esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) +panic_print_backtrace esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_char esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_print_dec esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_hex esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_registers esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_str esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_restart esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_set_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_soc_check_pseudo_cause esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_soc_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +parse_irda_packets esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +parse_pxid_packets esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +pau_hal_set_regdma_entry_link_addr esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_hal_set_regdma_wait_timeout esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_hal_set_regdma_work_timeout esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_hal_start_regdma_extra_link esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_hal_start_regdma_modem_link esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_hal_stop_regdma_extra_link esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_hal_stop_regdma_modem_link esp-idf/hal/libhal.a(pau_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) +pau_regdma_set_entry_link_addr esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +pau_regdma_set_extra_link_addr esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +pau_regdma_set_modem_link_addr esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) +pau_regdma_trigger_extra_link_backup esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +pau_regdma_trigger_extra_link_restore esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +pau_regdma_trigger_modem_link_backup esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +pau_regdma_trigger_modem_link_restore esp-idf/esp_hw_support/libesp_hw_support.a(pau_regdma.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +pbus_clear_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +pbus_debugmode /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +pbus_print /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +pbus_rx_dco_cal /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +pbus_rx_dco_cal_1step_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +pbus_rx_dco_cal_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +pbus_set_dco /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +pbus_workmode /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +pcTaskGetName esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +periph_inform_out_light_sleep_overhead esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +periph_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) +periph_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) +periph_module_reset esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) +periph_rcc_acquire_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +periph_rcc_acquire_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +periph_rcc_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) +periph_rcc_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) +periph_rcc_release_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) +periph_rcc_release_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) +periph_rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +periph_rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +periph_rtc_dig_clk8m_get_freq esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) +peripheral_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_system_peripheral.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +phy_11p_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_ana_i2c_master_burst_bbpll_config esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_ana_i2c_master_burst_rf_onoff esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) +phy_ant_clr_update_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_ant_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_ant_need_update esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_ant_update esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_bbpll_cal /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_bbpll_en_usb /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_ble_set_chan_base /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_bt_power_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_byte_to_word /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_cal_param_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_cal_print /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_chan_dump_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_chan_dump_cfg_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_chan_filt_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_chan_filt_set_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_change_channel /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_close_rf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_close_rf_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_clr_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_current_level_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_dig_reg_backup /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_dig_reg_backup_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_dis_hw_set_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_dis_hw_set_freq_1 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_disable_cca_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) +phy_en_hw_set_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_enable_cca_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) +phy_enabled_modem_contains esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_encode_i2c_master /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +phy_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_fft_scale_force /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) +phy_force_freq_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_force_rx_gain /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) +phy_freq_correct /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_freq_mem_backup /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_ftm_comp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_get_adc_rand /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_get_i2c_data /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +phy_get_lock esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_get_mac_addr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_get_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_get_most_tpw /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_get_rf_cal_version /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_get_rfdata_num /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_get_romfunc_addr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_get_romfuncs /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_get_rx_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_get_tsens_value esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_get_vdd33 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_get_xtal_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_i2c_check /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_i2c_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_i2c_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_i2c_init1 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_i2c_init2 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_i2c_master_cmd_mem_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_i2c_master_command_mem_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_i2c_master_fill /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +phy_i2c_master_mem_cfg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +phy_i2c_master_mem_txcap /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_init_data esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_init_magic_post esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) +phy_init_magic_pre esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) +phy_init_param_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_internal_delay /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_param /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_param_addr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_param_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_param_track_tot /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +phy_reg_check /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_reg_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_rfcal_data_check /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_rfcal_data_check_value /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_rfcal_data_sub /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_rfpll_set_freq_offset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_rx_rifs_en /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_set_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +phy_set_mac_data /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_set_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_set_most_tpw /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) +phy_set_pwdet_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_set_rate /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +phy_set_tsens_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_set_tsens_range /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +phy_track_pll esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_track_pll_deinit esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_track_pll_init esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_tsens_attribute /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +phy_tx_gain_print /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_version_print /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_version_str /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +phy_wakeup_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_wakeup_init_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +phy_wifi_enable_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_xpd_rf /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +phy_xpd_tsens /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +pll_cap_mem_update_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +pll_dac_mem_update_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +pmu_hal_hp_get_digital_power_up_wait_cycle esp-idf/hal/libhal.a(pmu_hal.c.obj) +pmu_hal_hp_set_digital_power_up_wait_cycle esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_hp_set_modem_active_backup_disable esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_hp_set_modem_active_backup_enable esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_hp_set_sleep_active_backup_disable esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_hp_set_sleep_active_backup_enable esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_hp_set_sleep_modem_backup_disable esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_hp_set_sleep_modem_backup_enable esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hal_lp_get_digital_power_up_wait_cycle esp-idf/hal/libhal.a(pmu_hal.c.obj) +pmu_hal_lp_set_digital_power_up_wait_cycle esp-idf/hal/libhal.a(pmu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +pmu_hp_system_analog_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_hp_system_clock_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_hp_system_digital_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_hp_system_init esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_hp_system_power_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_hp_system_retention_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_init esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +pmu_lp_system_analog_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_lp_system_init esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_lp_system_power_param_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_param.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) +pmu_sleep_calculate_hw_wait_time esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +pmu_sleep_config_default esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +pmu_sleep_disable_regdma_backup esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +pmu_sleep_enable_hp_sleep_sysclk esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) +pmu_sleep_enable_regdma_backup esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +pmu_sleep_finish esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +pmu_sleep_get_wakup_retention_cost esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +pmu_sleep_init esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +pmu_sleep_pll_already_enabled esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +pmu_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +port_start_app_hook esp-idf/freertos/libfreertos.a(app_startup.c.obj) +port_uxCriticalNesting esp-idf/freertos/libfreertos.a(port.c.obj) +port_uxInterruptNesting esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_uxOldInterruptState esp-idf/freertos/libfreertos.a(port.c.obj) +port_xSchedulerRunning esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +posix_memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +pread esp-idf/vfs/libvfs.a(vfs.c.obj) +printf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-printf.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) +prvTaskPriorityRaise esp-idf/freertos/libfreertos.a(tasks.c.obj) +prvTaskPriorityRestore esp-idf/freertos/libfreertos.a(tasks.c.obj) +pthread_attr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cancel esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cond_broadcast esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_destroy esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_signal esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_cond_timedwait esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_cond_wait esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_condattr_destroy esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_getclock esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_getpshared esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_setclock esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_setpshared esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_detach esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_equal esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_exit esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_getspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_cond_var_impl esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_include_pthread_impl esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_local_storage_impl esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pthread_include_pthread_rwlock_impl esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_include_pthread_semaphore_impl esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +pthread_internal_local_storage_destructor_callback esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_delete esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) +pthread_lazy_init_lock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_init esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_lock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutex_timedlock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_trylock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_unlock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutexattr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_gettype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_settype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_once esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_rwlock_destroy esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_init esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_rdlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_tryrdlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_trywrlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_unlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_wrlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_self esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_setcancelstate esp-idf/newlib/libnewlib.a(pthread.c.obj) +pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_sigmask esp-idf/newlib/libnewlib.a(pthread.c.obj) +putc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putc.o) +putchar /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-putchar.o) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +puts /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +pvPortMalloc esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvTaskGetCurrentTCBForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) +pvTaskGetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pvTaskIncrementMutexHeldCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvalloc esp-idf/newlib/libnewlib.a(heap.c.obj) +pwdet_code_cal /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +pwdet_ref_code /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +pwdet_reg_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +pxCurrentTCBs esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +pxPortInitialiseStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetStackStart esp-idf/freertos/libfreertos.a(tasks.c.obj) +qsort /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +raise esp-idf/newlib/libnewlib.a(syscalls.c.obj) +ram_bb_bss_cbw40 /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_bb_gain_index /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_chip_i2c_readReg_org /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_get_i2c_hostid /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_get_i2c_mst0_mask /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_get_i2c_read_mask /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pbus_force_mode /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pbus_rd_addr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pbus_rd_shift /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pbus_xpd_rx_on /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pbus_xpd_tx_on /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pwdet_tone_start /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_pwdet_wait_idle /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_read_sar_dout /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_set_chan_cal_interp /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_set_chan_freq_sw_start /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_set_loopback_gain /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_start_tx_tone_step /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_stop_tx_tone /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +ram_temp_to_power /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +ram_tsens_temp_read_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +ram_txcal_debuge_mode /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +rc_cal_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rc_cal_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_analog_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +read /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sysread.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +read_address esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +read_hw_noisefloor /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +read_pll_cap /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +read_rf_freq_mem_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +read_sar2_code /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pwdet.o) +readdir esp-idf/vfs/libvfs.a(vfs.c.obj) +readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +realloc esp-idf/newlib/libnewlib.a(heap.c.obj) +reg_set_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +regdma_find_link_by_id esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_find_link_by_pos esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_find_module_link_head esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_find_module_link_tail esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_find_next_module_link_head esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_find_prev_module_link_tail esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_destroy esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_dump esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_get_config_mode esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_get_owner_bitmap esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_init esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_new_addr_map esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_addr_map_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_addr_map esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_addr_map_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_continuous esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_continuous_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_wait esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_wait_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_write esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_branch_write_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_continuous esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_continuous_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_wait esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_wait_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_write esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_new_write_default esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_recursive esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_set_write_wait_content esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) +regdma_link_stats esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regdma_link_update_next esp-idf/esp_hw_support/libesp_hw_support.a(regdma_link.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +regi2c_ctrl_read_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) +regi2c_ctrl_write_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_ctrl_write_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/hal/libhal.a(adc_hal_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c6.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/hal/libhal.a(brownout_hal.c.obj) +regi2c_enter_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +regi2c_exit_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +regi2c_read_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +regi2c_read_mask_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +regi2c_saradc_disable esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +regi2c_saradc_enable esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +regi2c_tsens_reg_read esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +regi2c_tsens_reg_write esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +regi2c_write_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +regi2c_write_mask_impl esp-idf/esp_rom/libesp_rom.a(esp_rom_hp_regi2c_esp32c6.c.obj) +register_chipv7_phy /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +register_chipv7_phy_init_param /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +registered_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +reply_to_pxid esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +restart_cal /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +rf_cal_data_backup /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rf_cal_data_recovery /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rf_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rfcal_pwrctrl /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +rfcal_rxiq_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +rfcal_txcap_loop /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +rfcal_txiq_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +rfpll_cap_check /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +rfpll_cap_correct_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +rfpll_cap_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +rfpll_chgp_cal /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rfrx_gain_index_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +riscv_decode_offset_from_jal_instruction esp-idf/riscv/libriscv.a(instruction_decode.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) +riscv_excp_names esp-idf/riscv/libriscv.a(interrupt.c.obj) +rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +rom_flash_chip_dummy esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +rom_flash_chip_dummy_hpm esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +rom_spiflash_api_funcs esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +rom_spiflash_legacy_data esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c6.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +rtc_clk_bbpll_add_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +rtc_clk_bbpll_remove_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +rtc_clk_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_to_pll_and_pll_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_clk_cpu_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +rtc_clk_fast_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_freq_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +rtc_clk_rc32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_select_rtc_slow_clk esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_set_cpu_switch_to_pll esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_gpio_deinit esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_gpio_force_hold_dis_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_gpio_force_hold_en_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_gpio_get_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_get_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_hold_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_gpio_hold_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_gpio_init esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +rtc_gpio_iomux_func_sel esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +rtc_gpio_is_valid_gpio esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_gpio_isolate esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_pulldown_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_pulldown_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_pullup_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_pullup_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_set_direction esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +rtc_gpio_set_direction_in_sleep esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_set_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_set_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtc_gpio_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_gpio_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) +rtc_io_num_map esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +rtc_io_number_get esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_isr_deregister esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +rtc_isr_noniram_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +rtc_isr_noniram_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +rtc_isr_register esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) +rtc_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +rtc_sleep_enable_ultra_low esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) +rtc_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +rtc_time_slowclk_to_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +rtc_time_us_to_slowclk esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(ocode_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(pmu_sleep.c.obj) +rtcio_hal_isolate esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtcio_hal_set_direction esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtcio_hal_set_direction_in_sleep esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) +rtos_int_enter esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +rtos_int_exit esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) +rtos_save_fpu_coproc esp-idf/riscv/libriscv.a(vectors.S.obj) +rv_core_critical_regs_frame esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +rv_core_critical_regs_restore esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +rv_core_critical_regs_save esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu_asm.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +rx_11b_opt /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rx_gain_force /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +rx_gain_force_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +rx_table_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +rxdc_est_min_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +rxiq_cal_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +rxiq_cover_mg_mp_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +rxiq_get_mis_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +rxiq_set_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj) +s_get_cache_state esp-idf/hal/libhal.a(cache_hal.c.obj) +s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +s_register_config_driver esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_time_update_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +s_update_cache_state esp-idf/hal/libhal.a(cache_hal.c.obj) +sar_periph_ctrl_adc_continuous_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_continuous_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_oneshot_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +sar_periph_ctrl_adc_oneshot_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) +sar_periph_ctrl_init esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_power_disable esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sar_periph_ctrl_power_enable esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sar_periph_ctrl_pwdet_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +sar_periph_ctrl_pwdet_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +save_pbus_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +sched_yield esp-idf/pthread/libpthread.a(pthread.c.obj) +seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +select esp-idf/vfs/libvfs.a(vfs.c.obj) +sem_destroy esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_getvalue esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_init esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_post esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_timedwait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_trywait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_wait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sendData esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +set_cca /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +set_cca_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +set_chan_freq_hw_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +set_chan_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +set_chanfreq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +set_channel_rfpll_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +set_lb_txiq_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +set_pbus_mem /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +set_pbus_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +set_rf_freq_offset /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +set_rfpll_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +set_rx_comp_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +set_rx_gain_cal_dc_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +set_rx_gain_cal_iq_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +set_rx_gain_table /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +set_rx_sense /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +set_rx_sense_rom /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +set_rxclk_en /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) +set_tx_gain_mem /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +set_txclk_en /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +set_xpd_sar esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +setlocale /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) +settimeofday esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +sha_hal_hash_block esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_hash_dma esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_read_digest esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_wait_idle esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_write_digest esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sigfillset esp-idf/newlib/libnewlib.a(pthread.c.obj) +sleep esp-idf/newlib/libnewlib.a(time.c.obj) +sleep_clock_system_retention_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_console_usj_pad_backup_and_disable esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_console_usj_pad_restore esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_cpu_configure esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) +sleep_modem_configure esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_reject_triggers esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_modem_state_phy_link_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_state_phy_link_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem_state.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_wifi_do_phy_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_wifi_modem_link_done esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_wifi_modem_state_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_wifi_modem_state_enabled esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_wifi_modem_state_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_wifi_modem_state_skip_light_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_retention_do_extra_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_dump_entries esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_dump_modules esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_entries_create esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_retention_entries_get esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_find_link_by_id esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_get_created_modules esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_retention_get_inited_modules esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_retention_is_module_created esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_is_module_inited esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_module_allocate esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_module_bitmap_and esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_retention_module_bitmap_eq esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_retention_module_bitmap_not esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_module_bitmap_or esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_module_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_module_free esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_module_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_clock.c.obj) +sleep_retention_power_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +sleep_retention_power_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(sleep_retention.c.obj) +snprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-snprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +soc_get_available_memory_region_max_count esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_get_available_memory_regions esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_region_count esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_regions esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_type_count esp-idf/heap/libheap.a(memory_layout.c.obj) +soc_memory_types esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_reserved_memory_region_end esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +soc_reserved_memory_region_start esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +spi_bus_add_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_deinit_lock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_dma_memory_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_free esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_get_attr esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_get_dma_ctx esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_init_lock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_initialize esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_lock_acquire_end esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_acquire_start esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_bg_check_dev_acq esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_check_dev_req esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_clear_req esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_entry esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_exit esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_req_exist esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_request esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_get_acquiring_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_get_by_id esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_get_dev_id esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_register_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_set_bg_control esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_lock_touch esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_unregister_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_wait_bg_done esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) +spi_bus_main_set_lock esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_register_destroy_func esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spi_bus_remove_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_brownout_need_reset esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +spi_flash_cache2phys esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +spi_flash_cache_enabled esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_check_and_flush_cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_chip_generic_config_host_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_erase_chip esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_get_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_page_program esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_read esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_read_reg esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_read_unique_id esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_read_unique_id_none esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_reset esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_set_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_suspend_cmd_conf esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_timeout esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_wait_idle esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_write esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_write_encrypted esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_yield esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_read_status_16b_rdsr_rdsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_read_status_8b_rdsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_read_status_8b_rdsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_write_status_16b_wrsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_write_status_8b_wrsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_common_write_status_8b_wrsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_disable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_enable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_enable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +spi_flash_enable_interrupts_caches_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_encryption_hal_check esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_destroy esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_disable esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_done esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_enable esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_prepare esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_guard_get esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_guard_set esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_hal_check_status esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_common_command esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_device_config esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_disable_auto_resume_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_disable_auto_suspend_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_erase_block esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_chip esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_sector esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_check_status esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_common_command esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_device_config esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_read esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_gpspi_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_init esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_program_page esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_read esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_resume esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_set_write_protect esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_setup_auto_resume_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_setup_auto_suspend_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +spi_flash_hal_setup_read_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_init_chip_state esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +spi_flash_init_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_mmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_dump esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_mmap_get_free_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_munmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_needs_reset_check esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +spi_flash_op_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_op_unlock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_phys2cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_restore_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_set_erasing_flag esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_flash_set_rom_required_regs esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_timing_is_tuned esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +spi_periph_signal esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_reg_retention_info esp-idf/soc/libsoc.a(spi_periph.c.obj) +spi_timing_get_flash_timing_param esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) +spicommon_bus_free_io_cfg esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_bus_initialize_io esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_bus_using_iomux esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_cs_free_io esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_cs_initialize esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_chan_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_chan_free esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_desc_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_dma_desc_setup_link esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_irqdma_source_for_host esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_irqsource_for_host esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_periph_claim esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_periph_free esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) + esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) +spicommon_periph_in_use esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) +sprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-sprintf.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +start_cpu0 esp-idf/esp_system/libesp_system.a(startup.c.obj) +std::bad_alloc::what() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::bad_alloc::~bad_alloc() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +std::bad_alloc::~bad_alloc() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::bad_alloc::~bad_alloc() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::bad_exception::what() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +std::exception::what() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::exception::~exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::exception::~exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) +std::exception::~exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +std::get_new_handler() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +std::get_terminate() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::get_unexpected() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::nothrow /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +std::set_new_handler(void (*)()) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_handler.o) +std::set_terminate(void (*)()) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::set_unexpected(void (*)()) /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::terminate() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_unex_handler.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_globals.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +std::type_info::__do_catch(std::type_info const*, void**, unsigned int) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::__is_function_p() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +std::type_info::__is_pointer_p() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) +std::type_info::~type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) +std::type_info::~type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::type_info::~type_info() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +std::uncaught_exception() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +std::uncaught_exceptions() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_catch.o) +std::unexpected() /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_terminate.o) +std::unique_ptr >::~unique_ptr() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +std::unique_ptr >::~unique_ptr() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +strcat /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcat.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +strcmp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcmp.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-locale.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/vfs/libvfs.a(nullfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/log/liblog.a(log_binary_heap.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/log/liblog.a(tag_log_level.c.obj) +strcpy /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcpy.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strcspn /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strerror /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) +strerror_l /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror.o) +strerror_r /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +strlcat /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +strlcpy /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcpy.o) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +strlen /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlen.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strlcat.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strerror_r.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-puts.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-fputs.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log_linked_list.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +strncmp /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncmp.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_coex/lib/esp32c6/libcoexist.a(coexist_api.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strncpy /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strncpy.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-svfprintf.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +strstr /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-strstr.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +syscall_table_ptr esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +system esp-idf/newlib/libnewlib.a(syscalls.c.obj) +systimer_hal_connect_alarm_counter esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_counter_can_stall_by_cpu esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_counter_value_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_deinit esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) +systimer_hal_enable_alarm_int esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_enable_counter esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_get_alarm_value esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_get_counter_value esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_init esp-idf/esp_rom/libesp_rom.a(esp_rom_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_select_alarm_mode esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_set_alarm_period esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_hal_set_alarm_target esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +systimer_hal_set_tick_rate_ops esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_ticks_to_us esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +systimer_us_to_ticks esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +task_wdt_timeout_abort esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +tcdrain esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +tcflow esp-idf/vfs/libvfs.a(vfs.c.obj) +tcflush esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +tcgetattr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +tcgetsid esp-idf/vfs/libvfs.a(vfs.c.obj) +tcsendbreak esp-idf/vfs/libvfs.a(vfs.c.obj) +tcsetattr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +temp_sensor_get_raw_value esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +temp_sensor_sync_tsens_idx esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +temperature_sensor_attributes esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) +temperature_sensor_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +temperature_sensor_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +temperature_sensor_regs_retention esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) +test_filter_band_set /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_i2c.o) +timestamp_id esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) +tlsf_check_pool esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) +tlsf_get_pool esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) +tlsf_poison_check_pfunc_set esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) +tlsf_set_rom_patches esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) +tlsf_walk_pool esp-idf/esp_rom/libesp_rom.a(esp_rom_tlsf.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_multi_heap.c.obj) +transaction clone for std::bad_exception::what() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +transaction clone for std::bad_exception::~bad_exception() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +transaction clone for std::exception::what() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +transaction clone for std::exception::~exception() const /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +tsens_code_read /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +tsens_dac_cal_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +tsens_dac_to_index /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) +tsens_read_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +tsens_temp_read_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tsens.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +tx_cap_init_loop /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +tx_i2c_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +tx_paon_set_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +tx_pwctrl_background /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +tx_pwctrl_background_ /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +tx_pwctrl_bg_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +tx_pwctrl_init_cal_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +tx_pwctrl_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +txbbgain_to_index /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +txcal_work_mode /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +txdc_cal_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +txdc_cal_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +txdc_cal_pwdet /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +txdc_cal_pwdet_init /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +txiq_cal_init_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +txiq_cover_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +txiq_get_mis_pwr /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) +txiq_set_reg /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_cal.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_cal.o) +txpwr_cal_track /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +txpwr_correct /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +typeinfo for std::bad_alloc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +typeinfo for std::exception /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +typeinfo name for std::bad_alloc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +typeinfo name for std::exception /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +uart_clear_intr_status esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_disable_intr_mask esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_disable_pattern_det_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_disable_rx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_disable_tx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_driver_delete esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_driver_install esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +uart_enable_intr_mask esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_enable_pattern_det_baud_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_enable_rx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_enable_tx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_flush esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_flush_input esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_get_baudrate esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_get_buffered_data_len esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_get_collision_flag esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_get_hw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_get_parity esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_get_sclk_freq esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_get_selectlock esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_get_stop_bits esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_get_tx_buffer_free_size esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_get_wakeup_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_get_word_length esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_hal_get_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_max_rx_timeout_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_get_symb_len esp-idf/hal/libhal.a(uart_hal.c.obj) +uart_hal_get_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_init esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_inverse_signal esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_is_hw_rts_en esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_read_rxfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_rxfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_at_cmd_char esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_dtr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_loop_back esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_mode esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_rx_timeout esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_rxfifo_full_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_sw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_tx_idle_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_txfifo_empty_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_set_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_tx_break esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_txfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_hal_write_txfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +uart_intr_config esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_is_driver_installed esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_param_config esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +uart_pattern_get_pos esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_pattern_pop_pos esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_pattern_queue_reset esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_periph_signal esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_read_bytes esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_reg_retention_info esp-idf/soc/libsoc.a(uart_periph.c.obj) +uart_set_always_rx_timeout esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_baudrate esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_set_dtr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_hw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_line_inverse esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +uart_set_loop_back esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_mode esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +uart_set_parity esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_set_pin esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) +uart_set_rts esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_rx_full_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_rx_timeout esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_select_notif_callback esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_set_stop_bits esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_set_sw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_tx_empty_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_tx_idle_num esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_wakeup_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_set_word_length esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_tx_chars esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_vfs_dev_port_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_dev_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_dev_register esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_dev_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_dev_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_dev_use_driver esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_dev_use_nonblocking esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_vfs_include_dev_init esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_wait_tx_done esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_wait_tx_idle_polling esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uart_write_bytes esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) +uart_write_bytes_with_break esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +ulTaskGenericNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +ulTaskGenericNotifyValueClear esp-idf/freertos/libfreertos.a(tasks.c.obj) +usb_serial_jtag_connection_monitor_include esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +usb_serial_jtag_driver_install esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +usb_serial_jtag_driver_uninstall esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +usb_serial_jtag_is_connected esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) +usb_serial_jtag_is_driver_installed esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_read_bytes esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_read_ready esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_set_select_notif_callback esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_include_dev_init esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_register esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_set_rx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_set_tx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_use_driver esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_vfs_use_nonblocking esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_wait_tx_done esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_write_bytes esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usb_serial_jtag_write_ready esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) +usleep esp-idf/newlib/libnewlib.a(time.c.obj) +utime esp-idf/vfs/libvfs.a(vfs.c.obj) +utoa /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-utoa.o) +uxListRemove esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxQueueMessagesWaiting esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +uxQueueMessagesWaitingFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +uxQueueSpacesAvailable esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +uxTaskGetNumberOfTasks esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +uxTaskGetSnapshotAll esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark2 esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskPriorityGet esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +uxTaskPriorityGetFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskResetEventItemValue esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTopUsedPriority esp-idf/freertos/libfreertos.a(tasks.c.obj) +vApplicationGetIdleTaskMemory esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vApplicationGetTimerTaskMemory esp-idf/freertos/libfreertos.a(port_common.c.obj) +vApplicationStackOverflowHook esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInitialise esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vListInitialiseItem esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsert esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsertEnd esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortAssertIfInISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vPortClearInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vPortEndScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortEnterCritical esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +vPortExitCritical esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) + esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(io_mux.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +vPortFree esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vPortSetStackWatchpoint esp-idf/freertos/libfreertos.a(port.c.obj) +vPortSetupTimer esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +vPortTCBPreDeleteHook esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortYield esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vPortYieldFromISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +vPortYieldOtherCore esp-idf/freertos/libfreertos.a(port.c.obj) +vQueueDelete esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +vQueueDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vQueueWaitForMessageRestricted esp-idf/freertos/libfreertos.a(queue.c.obj) +vRingbufferDelete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +vRingbufferDeleteWithCaps esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vRingbufferGetInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +vRingbufferReturnItem esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vRingbufferReturnItemFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vSemaphoreDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +vStreamBufferDelete esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vStreamBufferGenericDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vSystimerSetup esp-idf/freertos/libfreertos.a(port_systick.c.obj) +vTaskDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +vTaskDelete esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +vTaskDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +vTaskEndScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskGenericNotifyGiveFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +vTaskGetSnapshot esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +vTaskInternalSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskMissedYield esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnEventListRestricted esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskPriorityDisinheritAfterTimeout esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPrioritySet esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskRemoveFromUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskResume esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointerAndDelCallback esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +vTaskSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +vTaskStartScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +vTaskSuspend esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +vTaskSwitchContext esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +valid_key_length esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +valloc esp-idf/newlib/libnewlib.a(heap.c.obj) +vfiprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfiprintf.o) +vfprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vfprintf.o) +vfs_include_syscalls_impl esp-idf/vfs/libvfs.a(vfs.c.obj) +vprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vprintf.o) + esp-idf/log/liblog.a(log_write.c.obj) +vsnprintf /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-vsnprintf.o) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/esp_coex/libesp_coex.a(lib_printf.c.obj) +vtable for __cxxabiv1::__class_type_info /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +vtable for __cxxabiv1::__forced_unwind /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for __cxxabiv1::__foreign_exception /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for __cxxabiv1::__si_class_type_info /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(si_class_type_info.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +vtable for nvs::NVSEncryptedPartition esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +vtable for nvs::NVSHandle esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::NVSHandleSimple esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::NVSPartition esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +vtable for nvs::NVSPartitionManager esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::Partition esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) +vtable for std::bad_alloc /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(bad_alloc.o) + /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(new_op.o) +vtable for std::bad_exception /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for std::exception /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(eh_exception.o) +vtable for std::type_info /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libstdc++.a(tinfo.o) +wait_freq_set_busy /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +wait_i2c_sdm_stable /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) +wait_rfpll_cal_end /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +wdt_hal_config_stage esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_deinit esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) +wdt_hal_disable esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +wdt_hal_enable esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_feed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_handle_intr esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +wdt_hal_init esp-idf/esp_rom/libesp_rom.a(esp_rom_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +wdt_hal_is_enabled esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_set_flashboot_en esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +wdt_hal_write_protect_disable esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +wdt_hal_write_protect_enable esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) +wifi_11g_rate_chg_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +wifi_agc_sat_gain /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +wifi_bt_common_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +wifi_bt_common_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +wifi_fbw_sel /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_basic.o) +wifi_get_target_power_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +wifi_get_tx_gain_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) +wifi_get_tx_tab /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) +wifi_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) +wifi_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) +wifi_rifs_mode_en /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_api.o) +wifi_set_tx_gain /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_debug.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_feature.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +wifi_track_tx_power /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_track.o) +wr_rf_freq_mem_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +wr_rx_gain_mem /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +write /Users/james/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imac_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-syswrite.o) + esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) +write_chan_freq /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_init.o) +write_gain_mem_new /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_reg.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_tx_gain.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rx_gain.o) +write_pbus_mem /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_pbus.o) +write_pll_cap /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) + /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_hw_freq.o) +write_rfpll_sdm /Users/james/Development/psionrevo/esp/esp-idf/components/esp_phy/lib/esp32c6/libphy.a(phy_rfpll.o) +xIsrStack esp-idf/freertos/libfreertos.a(port.c.obj) +xIsrStackBottom esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xIsrStackTop esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xPortCheckValidListMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortCheckValidTCBMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortGetFreeHeapSize esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +xPortGetMinimumEverFreeHeapSize esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +xPortGetTickRateHz esp-idf/freertos/libfreertos.a(port.c.obj) +xPortInIsrContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(modem_clock.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) +xPortSetInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortSwitchFlag esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xPortSysTickHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xPortcheckValidStackMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xQueueAddToSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateCountingSemaphore esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +xQueueCreateCountingSemaphoreStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +xQueueCreateMutex esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) +xQueueCreateMutexStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +xQueueGenericCreateStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xQueueGenericGetStaticBuffers esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xQueueGenericReset esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGenericSend esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) +xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xQueueGetMutexHolder esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueGetMutexHolderFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueIsQueueEmptyFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueIsQueueFullFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeek esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeekFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueReceive esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueReceiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueRemoveFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSelectFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSelectFromSetFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSemaphoreTake esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) +xQueueTakeMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xRingbufferAddToQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreate esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +xRingbufferCreateNoSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateStatic esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateWithCaps esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferGetCurFreeSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +xRingbufferGetMaxItemSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferGetStaticBuffer esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferPrintInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceive esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferReceiveSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveSplitFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveUpTo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferReceiveUpToFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) +xRingbufferRemoveFromQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSend esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xRingbufferSendAcquire esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSendComplete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSendFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xSemaphoreCreateGenericWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) +xStreamBufferBytesAvailable esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferGenericCreate esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferGenericCreateStatic esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xStreamBufferGenericCreateWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xStreamBufferGetStaticBuffers esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xStreamBufferIsEmpty esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferIsFull esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferNextMessageLengthBytes esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReceive esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReceiveCompletedFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReceiveFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferReset esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSend esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSendCompletedFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSendFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSetTriggerLevel esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xStreamBufferSpacesAvailable esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xTaskAbortDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCatchUpTicks esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCheckForTimeOut esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/main/libmain.a(uart_async_rxtxtasks_main.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +xTaskCreatePinnedToCoreWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xTaskCreateStaticPinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotify esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGenericNotifyFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xTaskGenericNotifyStateClear esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) +xTaskGenericNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetCoreID esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetCurrentTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskGetCurrentTaskHandleForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +xTaskGetHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandleForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetNext esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/log/liblog.a(log_lock.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xTaskGetStaticBuffers esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(idf_additions.c.obj) +xTaskGetTickCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log_timestamp.c.obj) +xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xTaskPriorityDisinherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskPriorityInherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskRemoveFromEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskResumeFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTimerCreateTimerTask esp-idf/freertos/libfreertos.a(tasks.c.obj) +xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/riscv/libriscv.a(vectors.S.obj) diff --git a/build/x509_crt_bundle.S b/build/x509_crt_bundle.S new file mode 100644 index 0000000..0f4bbac --- /dev/null +++ b/build/x509_crt_bundle.S @@ -0,0 +1,4388 @@ +/* * Data converted from /Users/james/Development/psionrevo/esp/uart_async_rxtxtasks/build/esp-idf/mbedtls/x509_crt_bundle + */ +.data +#if !defined (__APPLE__) && !defined (__linux__) +.section .rodata.embedded +#endif + +.global x509_crt_bundle +x509_crt_bundle: + +.global _binary_x509_crt_bundle_start +_binary_x509_crt_bundle_start: /* for objcopy compatibility */ +.byte 0x60, 0x02, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x23, 0x06, 0x00, 0x00, 0x87, 0x08, 0x00, 0x00 +.byte 0xec, 0x09, 0x00, 0x00, 0x51, 0x0c, 0x00, 0x00, 0xeb, 0x0c, 0x00, 0x00, 0xa2, 0x0d, 0x00, 0x00 +.byte 0x09, 0x10, 0x00, 0x00, 0x70, 0x11, 0x00, 0x00, 0xd8, 0x12, 0x00, 0x00, 0x41, 0x15, 0x00, 0x00 +.byte 0xfc, 0x15, 0x00, 0x00, 0x65, 0x18, 0x00, 0x00, 0xd0, 0x19, 0x00, 0x00, 0x3d, 0x1c, 0x00, 0x00 +.byte 0xaa, 0x1e, 0x00, 0x00, 0x18, 0x21, 0x00, 0x00, 0x87, 0x23, 0x00, 0x00, 0xf7, 0x25, 0x00, 0x00 +.byte 0x67, 0x27, 0x00, 0x00, 0xd7, 0x28, 0x00, 0x00, 0x48, 0x2b, 0x00, 0x00, 0xb9, 0x2d, 0x00, 0x00 +.byte 0x2a, 0x30, 0x00, 0x00, 0xed, 0x30, 0x00, 0x00, 0xb1, 0x31, 0x00, 0x00, 0x23, 0x34, 0x00, 0x00 +.byte 0x96, 0x36, 0x00, 0x00, 0x09, 0x39, 0x00, 0x00, 0xce, 0x39, 0x00, 0x00, 0x41, 0x3c, 0x00, 0x00 +.byte 0xb4, 0x3e, 0x00, 0x00, 0x79, 0x3f, 0x00, 0x00, 0x3e, 0x40, 0x00, 0x00, 0xb2, 0x42, 0x00, 0x00 +.byte 0x26, 0x45, 0x00, 0x00, 0x9a, 0x47, 0x00, 0x00, 0x60, 0x48, 0x00, 0x00, 0x26, 0x49, 0x00, 0x00 +.byte 0x9a, 0x4a, 0x00, 0x00, 0x10, 0x4d, 0x00, 0x00, 0x86, 0x4e, 0x00, 0x00, 0xfe, 0x4f, 0x00, 0x00 +.byte 0x76, 0x52, 0x00, 0x00, 0x40, 0x53, 0x00, 0x00, 0xb8, 0x55, 0x00, 0x00, 0x31, 0x57, 0x00, 0x00 +.byte 0xaa, 0x59, 0x00, 0x00, 0x23, 0x5c, 0x00, 0x00, 0x9d, 0x5e, 0x00, 0x00, 0x17, 0x61, 0x00, 0x00 +.byte 0xe3, 0x61, 0x00, 0x00, 0xaf, 0x62, 0x00, 0x00, 0x29, 0x65, 0x00, 0x00, 0xa3, 0x67, 0x00, 0x00 +.byte 0x6f, 0x68, 0x00, 0x00, 0x3b, 0x69, 0x00, 0x00, 0xb5, 0x6b, 0x00, 0x00, 0x30, 0x6e, 0x00, 0x00 +.byte 0xab, 0x70, 0x00, 0x00, 0x78, 0x71, 0x00, 0x00, 0xf4, 0x72, 0x00, 0x00, 0x70, 0x75, 0x00, 0x00 +.byte 0x21, 0x76, 0x00, 0x00, 0xef, 0x76, 0x00, 0x00, 0x6c, 0x79, 0x00, 0x00, 0xe9, 0x7a, 0x00, 0x00 +.byte 0x66, 0x7d, 0x00, 0x00, 0x35, 0x7e, 0x00, 0x00, 0xb2, 0x7f, 0x00, 0x00, 0x2f, 0x82, 0x00, 0x00 +.byte 0xad, 0x84, 0x00, 0x00, 0x2d, 0x87, 0x00, 0x00, 0xff, 0x87, 0x00, 0x00, 0x81, 0x8a, 0x00, 0x00 +.byte 0x03, 0x8c, 0x00, 0x00, 0x86, 0x8d, 0x00, 0x00, 0x0a, 0x8f, 0x00, 0x00, 0x90, 0x91, 0x00, 0x00 +.byte 0x68, 0x92, 0x00, 0x00, 0xee, 0x94, 0x00, 0x00, 0x74, 0x96, 0x00, 0x00, 0x4c, 0x97, 0x00, 0x00 +.byte 0xd5, 0x99, 0x00, 0x00, 0x5e, 0x9b, 0x00, 0x00, 0xe8, 0x9d, 0x00, 0x00, 0xc5, 0x9e, 0x00, 0x00 +.byte 0x50, 0xa1, 0x00, 0x00, 0xdb, 0xa2, 0x00, 0x00, 0xba, 0xa3, 0x00, 0x00, 0x47, 0xa6, 0x00, 0x00 +.byte 0xd4, 0xa7, 0x00, 0x00, 0x61, 0xa9, 0x00, 0x00, 0x40, 0xaa, 0x00, 0x00, 0xce, 0xac, 0x00, 0x00 +.byte 0x5c, 0xaf, 0x00, 0x00, 0x3d, 0xb0, 0x00, 0x00, 0xcc, 0xb2, 0x00, 0x00, 0x59, 0xb4, 0x00, 0x00 +.byte 0xea, 0xb5, 0x00, 0x00, 0x7b, 0xb7, 0x00, 0x00, 0x5e, 0xb8, 0x00, 0x00, 0x41, 0xb9, 0x00, 0x00 +.byte 0xd2, 0xbb, 0x00, 0x00, 0x65, 0xbd, 0x00, 0x00, 0xf7, 0xbe, 0x00, 0x00, 0x8c, 0xc1, 0x00, 0x00 +.byte 0x75, 0xc2, 0x00, 0x00, 0x0c, 0xc5, 0x00, 0x00, 0xf6, 0xc5, 0x00, 0x00, 0x8e, 0xc8, 0x00, 0x00 +.byte 0x26, 0xca, 0x00, 0x00, 0xbf, 0xcb, 0x00, 0x00, 0xaa, 0xcc, 0x00, 0x00, 0x96, 0xcd, 0x00, 0x00 +.byte 0x31, 0xd0, 0x00, 0x00, 0x03, 0xd1, 0x00, 0x00, 0xf5, 0xd1, 0x00, 0x00, 0xeb, 0xd2, 0x00, 0x00 +.byte 0x91, 0xd5, 0x00, 0x00, 0x38, 0xd7, 0x00, 0x00, 0x32, 0xd8, 0x00, 0x00, 0xda, 0xda, 0x00, 0x00 +.byte 0x84, 0xdc, 0x00, 0x00, 0x81, 0xdd, 0x00, 0x00, 0x2e, 0xe0, 0x00, 0x00, 0xdc, 0xe1, 0x00, 0x00 +.byte 0x8b, 0xe3, 0x00, 0x00, 0x3a, 0xe5, 0x00, 0x00, 0xe9, 0xe6, 0x00, 0x00, 0x98, 0xe9, 0x00, 0x00 +.byte 0x47, 0xeb, 0x00, 0x00, 0xf7, 0xec, 0x00, 0x00, 0xa8, 0xef, 0x00, 0x00, 0xac, 0xf0, 0x00, 0x00 +.byte 0x5e, 0xf3, 0x00, 0x00, 0x13, 0xf6, 0x00, 0x00, 0x1a, 0xf7, 0x00, 0x00, 0xcf, 0xf9, 0x00, 0x00 +.byte 0x8b, 0xfb, 0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0x8e, 0xfd, 0x00, 0x00, 0x53, 0xff, 0x00, 0x00 +.byte 0x26, 0x02, 0x01, 0x00, 0xfa, 0x03, 0x01, 0x00, 0x23, 0x05, 0x01, 0x00, 0x00, 0x07, 0x01, 0x00 +.byte 0xe1, 0x08, 0x01, 0x00, 0xcc, 0x0a, 0x01, 0x00, 0xb7, 0x0d, 0x01, 0x00, 0xf5, 0x0e, 0x01, 0x00 +.byte 0x36, 0x00, 0x26, 0x01, 0x30, 0x34, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68 +.byte 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x08, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc8, 0x68, 0xf1, 0xc9, 0xd6 +.byte 0xd6, 0xb3, 0x34, 0x75, 0x26, 0x82, 0x1e, 0xec, 0xb4, 0xbe, 0xea, 0x5c, 0xe1, 0x26, 0xed, 0x11 +.byte 0x47, 0x61, 0xe1, 0xa2, 0x7c, 0x16, 0x78, 0x40, 0x21, 0xe4, 0x60, 0x9e, 0x5a, 0xc8, 0x63, 0xe1 +.byte 0xc4, 0xb1, 0x96, 0x92, 0xff, 0x18, 0x6d, 0x69, 0x23, 0xe1, 0x2b, 0x62, 0xf7, 0xdd, 0xe2, 0x36 +.byte 0x2f, 0x91, 0x07, 0xb9, 0x48, 0xcf, 0x0e, 0xec, 0x79, 0xb6, 0x2c, 0xe7, 0x34, 0x4b, 0x70, 0x08 +.byte 0x25, 0xa3, 0x3c, 0x87, 0x1b, 0x19, 0xf2, 0x81, 0x07, 0x0f, 0x38, 0x90, 0x19, 0xd3, 0x11, 0xfe +.byte 0x86, 0xb4, 0xf2, 0xd1, 0x5e, 0x1e, 0x1e, 0x96, 0xcd, 0x80, 0x6c, 0xce, 0x3b, 0x31, 0x93, 0xb6 +.byte 0xf2, 0xa0, 0xd0, 0xa9, 0x95, 0x12, 0x7d, 0xa5, 0x9a, 0xcc, 0x6b, 0xc8, 0x84, 0x56, 0x8a, 0x33 +.byte 0xa9, 0xe7, 0x22, 0x15, 0x53, 0x16, 0xf0, 0xcc, 0x17, 0xec, 0x57, 0x5f, 0xe9, 0xa2, 0x0a, 0x98 +.byte 0x09, 0xde, 0xe3, 0x5f, 0x9c, 0x6f, 0xdc, 0x48, 0xe3, 0x85, 0x0b, 0x15, 0x5a, 0xa6, 0xba, 0x9f +.byte 0xac, 0x48, 0xe3, 0x09, 0xb2, 0xf7, 0xf4, 0x32, 0xde, 0x5e, 0x34, 0xbe, 0x1c, 0x78, 0x5d, 0x42 +.byte 0x5b, 0xce, 0x0e, 0x22, 0x8f, 0x4d, 0x90, 0xd7, 0x7d, 0x32, 0x18, 0xb3, 0x0b, 0x2c, 0x6a, 0xbf +.byte 0x8e, 0x3f, 0x14, 0x11, 0x89, 0x20, 0x0e, 0x77, 0x14, 0xb5, 0x3d, 0x94, 0x08, 0x87, 0xf7, 0x25 +.byte 0x1e, 0xd5, 0xb2, 0x60, 0x00, 0xec, 0x6f, 0x2a, 0x28, 0x25, 0x6e, 0x2a, 0x3e, 0x18, 0x63, 0x17 +.byte 0x25, 0x3f, 0x3e, 0x44, 0x20, 0x16, 0xf6, 0x26, 0xc8, 0x25, 0xae, 0x05, 0x4a, 0xb4, 0xe7, 0x63 +.byte 0x2c, 0xf3, 0x8c, 0x16, 0x53, 0x7e, 0x5c, 0xfb, 0x11, 0x1a, 0x08, 0xc1, 0x46, 0x62, 0x9f, 0x22 +.byte 0xb8, 0xf1, 0xc2, 0x8d, 0x69, 0xdc, 0xfa, 0x3a, 0x58, 0x06, 0xdf, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x39, 0x00, 0x26, 0x02, 0x30, 0x37, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x0b, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65, 0x72, 0x61, 0x31, 0x1f, 0x30, 0x1d +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65 +.byte 0x72, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76, 0x31, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc2, 0xbe +.byte 0xeb, 0x27, 0xf0, 0x21, 0xa3, 0xf3, 0x69, 0x26, 0x55, 0x7e, 0x9d, 0xc5, 0x55, 0x16, 0x91, 0x5c +.byte 0xfd, 0xef, 0x21, 0xbf, 0x53, 0x80, 0x7a, 0x2d, 0xd2, 0x91, 0x8c, 0x63, 0x31, 0xf0, 0xec, 0x24 +.byte 0xf0, 0xc3, 0xa5, 0xd2, 0x72, 0x7c, 0x10, 0x6d, 0xf4, 0x37, 0xb7, 0xe5, 0xe6, 0x7c, 0x79, 0xea +.byte 0x8c, 0xb5, 0x82, 0x8b, 0xae, 0x48, 0xb6, 0xac, 0x00, 0xdc, 0x65, 0x75, 0xec, 0x2a, 0x4d, 0x5f +.byte 0xc1, 0x87, 0xf5, 0x20, 0x65, 0x2b, 0x81, 0xa8, 0x47, 0x3e, 0x89, 0x23, 0x95, 0x30, 0x16, 0x90 +.byte 0x7f, 0xe8, 0x57, 0x07, 0x48, 0xe7, 0x19, 0xae, 0xbf, 0x45, 0x67, 0xb1, 0x37, 0x1b, 0x06, 0x2a +.byte 0xfe, 0xde, 0xf9, 0xac, 0x7d, 0x83, 0xfb, 0x5e, 0xba, 0xe4, 0x8f, 0x97, 0x67, 0xbe, 0x4b, 0x8e +.byte 0x8d, 0x64, 0x07, 0x57, 0x38, 0x55, 0x69, 0x34, 0x36, 0x3d, 0x13, 0x48, 0xef, 0x4f, 0xe2, 0xd3 +.byte 0x66, 0x1e, 0xa4, 0xcf, 0x1a, 0xb7, 0x5e, 0x36, 0x33, 0xd4, 0xb4, 0x06, 0xbd, 0x18, 0x01, 0xfd +.byte 0x77, 0x84, 0x50, 0x00, 0x45, 0xf5, 0x8c, 0x5d, 0xe8, 0x23, 0xbc, 0x7e, 0xfe, 0x35, 0xe1, 0xed +.byte 0x50, 0x7b, 0xa9, 0x30, 0x8d, 0x19, 0xd3, 0x09, 0x8e, 0x68, 0x67, 0x5d, 0xbf, 0x3c, 0x97, 0x18 +.byte 0x53, 0xbb, 0x29, 0x62, 0xc5, 0xca, 0x5e, 0x72, 0xc1, 0xc7, 0x96, 0xd4, 0xdb, 0x2d, 0xa0, 0xb4 +.byte 0x1f, 0x69, 0x03, 0xec, 0xea, 0xe2, 0x50, 0xf1, 0x0c, 0x3c, 0xf0, 0xac, 0xf3, 0x53, 0x2d, 0xf0 +.byte 0x1c, 0xf5, 0xed, 0x6c, 0x39, 0x39, 0x73, 0x80, 0x16, 0xc8, 0x52, 0xb0, 0x23, 0xcd, 0xe0, 0x3e +.byte 0xdc, 0xdd, 0x3c, 0x47, 0xa0, 0xbb, 0x35, 0x8a, 0xe2, 0x98, 0x68, 0x8b, 0xbe, 0xe5, 0xbf, 0x72 +.byte 0xee, 0xd2, 0xfa, 0xa5, 0xed, 0x12, 0xed, 0xfc, 0x98, 0x18, 0xa9, 0x26, 0x76, 0xdc, 0x28, 0x4b +.byte 0x10, 0x20, 0x1c, 0xd3, 0x7f, 0x16, 0x77, 0x2d, 0xed, 0x6f, 0x80, 0xf7, 0x49, 0xbb, 0x53, 0x05 +.byte 0xbb, 0x5d, 0x68, 0xc7, 0xd4, 0xc8, 0x75, 0x16, 0x3f, 0x89, 0x5a, 0x8b, 0xf7, 0x17, 0x47, 0xd4 +.byte 0x4c, 0xf1, 0xd2, 0x89, 0x79, 0x3e, 0x4d, 0x3d, 0x98, 0xa8, 0x61, 0xde, 0x3a, 0x1e, 0xd2, 0xf8 +.byte 0x5e, 0x03, 0xe0, 0xc1, 0xc9, 0x1c, 0x8c, 0xd3, 0x8d, 0x4d, 0xd3, 0x95, 0x36, 0xb3, 0x37, 0x5f +.byte 0x63, 0x63, 0x9b, 0x33, 0x14, 0xf0, 0x2d, 0x26, 0x6b, 0x53, 0x7c, 0x89, 0x8c, 0x32, 0xc2, 0x6e +.byte 0xec, 0x3d, 0x21, 0x00, 0x39, 0xc9, 0xa1, 0x68, 0xe2, 0x50, 0x83, 0x2e, 0xb0, 0x3a, 0x2b, 0xf3 +.byte 0x36, 0xa0, 0xac, 0x2f, 0xe4, 0x6f, 0x61, 0xc2, 0x51, 0x09, 0x39, 0x3e, 0x8b, 0x53, 0xb9, 0xbb +.byte 0x67, 0xda, 0xdc, 0x53, 0xb9, 0x76, 0x59, 0x36, 0x9d, 0x43, 0xe5, 0x20, 0xe0, 0x3d, 0x32, 0x60 +.byte 0x85, 0x22, 0x51, 0xb7, 0xc7, 0x33, 0xbb, 0xdd, 0x15, 0x2f, 0xa4, 0x78, 0xa6, 0x07, 0x7b, 0x81 +.byte 0x46, 0x36, 0x04, 0x86, 0xdd, 0x79, 0x35, 0xc7, 0x95, 0x2c, 0x3b, 0xb0, 0xa3, 0x17, 0x35, 0xe5 +.byte 0x73, 0x1f, 0xb4, 0x5c, 0x59, 0xef, 0xda, 0xea, 0x10, 0x65, 0x7b, 0x7a, 0xd0, 0x7f, 0x9f, 0xb3 +.byte 0xb4, 0x2a, 0x37, 0x3b, 0x70, 0x8b, 0x9b, 0x5b, 0xb9, 0x2b, 0xb7, 0xec, 0xb2, 0x51, 0x12, 0x97 +.byte 0x53, 0x29, 0x5a, 0xd4, 0xf0, 0x12, 0x10, 0xdc, 0x4f, 0x02, 0xbb, 0x12, 0x92, 0x2f, 0x62, 0xd4 +.byte 0x3f, 0x69, 0x43, 0x7c, 0x0d, 0xd6, 0xfc, 0x58, 0x75, 0x01, 0x88, 0x9d, 0x58, 0x16, 0x4b, 0xde +.byte 0xba, 0x90, 0xff, 0x47, 0x01, 0x89, 0x06, 0x6a, 0xf6, 0x5f, 0xb2, 0x90, 0x6a, 0xb3, 0x02, 0xa6 +.byte 0x02, 0x88, 0xbf, 0xb3, 0x47, 0x7e, 0x2a, 0xd9, 0xd5, 0xfa, 0x68, 0x78, 0x35, 0x4d, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x3a, 0x00, 0x26, 0x02, 0x30, 0x38, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x0b, 0x49, 0x5a, 0x45, 0x4e, 0x50, 0x45, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x13, 0x30, 0x11 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0a, 0x49, 0x7a, 0x65, 0x6e, 0x70, 0x65, 0x2e, 0x63, 0x6f +.byte 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xc9, 0xd3, 0x7a, 0xca, 0x0f, 0x1e, 0xac, 0xa7, 0x86, 0xe8, 0x16, 0x65, 0x6a, 0xb1 +.byte 0xc2, 0x1b, 0x45, 0x32, 0x71, 0x95, 0xd9, 0xfe, 0x10, 0x5b, 0xcc, 0xaf, 0xe7, 0xa5, 0x79, 0x01 +.byte 0x8f, 0x89, 0xc3, 0xca, 0xf2, 0x55, 0x71, 0xf7, 0x77, 0xbe, 0x77, 0x94, 0xf3, 0x72, 0xa4, 0x2c +.byte 0x44, 0xd8, 0x9e, 0x92, 0x9b, 0x14, 0x3a, 0xa1, 0xe7, 0x24, 0x90, 0x0a, 0x0a, 0x56, 0x8e, 0xc5 +.byte 0xd8, 0x26, 0x94, 0xe1, 0xd9, 0x48, 0xe1, 0x2d, 0x3e, 0xda, 0x0a, 0x72, 0xdd, 0xa3, 0x99, 0x15 +.byte 0xda, 0x81, 0xa2, 0x87, 0xf4, 0x7b, 0x6e, 0x26, 0x77, 0x89, 0x58, 0xad, 0xd6, 0xeb, 0x0c, 0xb2 +.byte 0x41, 0x7a, 0x73, 0x6e, 0x6d, 0xdb, 0x7a, 0x78, 0x41, 0xe9, 0x08, 0x88, 0x12, 0x7e, 0x87, 0x2e +.byte 0x66, 0x11, 0x63, 0x6c, 0x54, 0xfb, 0x3c, 0x9d, 0x72, 0xc0, 0xbc, 0x2e, 0xff, 0xc2, 0xb7, 0xdd +.byte 0x0d, 0x76, 0xe3, 0x3a, 0xd7, 0xf7, 0xb4, 0x68, 0xbe, 0xa2, 0xf5, 0xe3, 0x81, 0x6e, 0xc1, 0x46 +.byte 0x6f, 0x5d, 0x8d, 0xe0, 0x4d, 0xc6, 0x54, 0x55, 0x89, 0x1a, 0x33, 0x31, 0x0a, 0xb1, 0x57, 0xb9 +.byte 0xa3, 0x8a, 0x98, 0xc3, 0xec, 0x3b, 0x34, 0xc5, 0x95, 0x41, 0x69, 0x7e, 0x75, 0xc2, 0x3c, 0x20 +.byte 0xc5, 0x61, 0xba, 0x51, 0x47, 0xa0, 0x20, 0x90, 0x93, 0xa1, 0x90, 0x4b, 0xf3, 0x4e, 0x7c, 0x85 +.byte 0x45, 0x54, 0x9a, 0xd1, 0x05, 0x26, 0x41, 0xb0, 0xb5, 0x4d, 0x1d, 0x33, 0xbe, 0xc4, 0x03, 0xc8 +.byte 0x25, 0x7c, 0xc1, 0x70, 0xdb, 0x3b, 0xf4, 0x09, 0x2d, 0x54, 0x27, 0x48, 0xac, 0x2f, 0xe1, 0xc4 +.byte 0xac, 0x3e, 0xc8, 0xcb, 0x92, 0x4c, 0x53, 0x39, 0x37, 0x23, 0xec, 0xd3, 0x01, 0xf9, 0xe0, 0x09 +.byte 0x44, 0x4d, 0x4d, 0x64, 0xc0, 0xe1, 0x0d, 0x5a, 0x87, 0x22, 0xbc, 0xad, 0x1b, 0xa3, 0xfe, 0x26 +.byte 0xb5, 0x15, 0xf3, 0xa7, 0xfc, 0x84, 0x19, 0xe9, 0xec, 0xa1, 0x88, 0xb4, 0x44, 0x69, 0x84, 0x83 +.byte 0xf3, 0x89, 0xd1, 0x74, 0x06, 0xa9, 0xcc, 0x0b, 0xd6, 0xc2, 0xde, 0x27, 0x85, 0x50, 0x26, 0xca +.byte 0x17, 0xb8, 0xc9, 0x7a, 0x87, 0x56, 0x2c, 0x1a, 0x01, 0x1e, 0x6c, 0xbe, 0x13, 0xad, 0x10, 0xac +.byte 0xb5, 0x24, 0xf5, 0x38, 0x91, 0xa1, 0xd6, 0x4b, 0xda, 0xf1, 0xbb, 0xd2, 0xde, 0x47, 0xb5, 0xf1 +.byte 0xbc, 0x81, 0xf6, 0x59, 0x6b, 0xcf, 0x19, 0x53, 0xe9, 0x8d, 0x15, 0xcb, 0x4a, 0xcb, 0xa9, 0x6f +.byte 0x44, 0xe5, 0x1b, 0x41, 0xcf, 0xe1, 0x86, 0xa7, 0xca, 0xd0, 0x6a, 0x9f, 0xbc, 0x4c, 0x8d, 0x06 +.byte 0x33, 0x5a, 0xa2, 0x85, 0xe5, 0x90, 0x35, 0xa0, 0x62, 0x5c, 0x16, 0x4e, 0xf0, 0xe3, 0xa2, 0xfa +.byte 0x03, 0x1a, 0xb4, 0x2c, 0x71, 0xb3, 0x58, 0x2c, 0xde, 0x7b, 0x0b, 0xdb, 0x1a, 0x0f, 0xeb, 0xde +.byte 0x21, 0x1f, 0x06, 0x77, 0x06, 0x03, 0xb0, 0xc9, 0xef, 0x99, 0xfc, 0xc0, 0xb9, 0x4f, 0x0b, 0x86 +.byte 0x28, 0xfe, 0xd2, 0xb9, 0xea, 0xe3, 0xda, 0xa5, 0xc3, 0x47, 0x69, 0x12, 0xe0, 0xdb, 0xf0, 0xf6 +.byte 0x19, 0x8b, 0xed, 0x7b, 0x70, 0xd7, 0x02, 0xd6, 0xed, 0x87, 0x18, 0x28, 0x2c, 0x04, 0x24, 0x4c +.byte 0x77, 0xe4, 0x48, 0x8a, 0x1a, 0xc6, 0x3b, 0x9a, 0xd4, 0x0f, 0xca, 0xfa, 0x75, 0xd2, 0x01, 0x40 +.byte 0x5a, 0x8d, 0x79, 0xbf, 0x8b, 0xcf, 0x4b, 0xcf, 0xaa, 0x16, 0xc1, 0x95, 0xe4, 0xad, 0x4c, 0x8a +.byte 0x3e, 0x17, 0x91, 0xd4, 0xb1, 0x62, 0xe5, 0x82, 0xe5, 0x80, 0x04, 0xa4, 0x03, 0x7e, 0x8d, 0xbf +.byte 0xda, 0x7f, 0xa2, 0x0f, 0x97, 0x4f, 0x0c, 0xd3, 0x0d, 0xfb, 0xd7, 0xd1, 0xe5, 0x72, 0x7e, 0x1c +.byte 0xc8, 0x77, 0xff, 0x5b, 0x9a, 0x0f, 0xb7, 0xae, 0x05, 0x46, 0xe5, 0xf1, 0xa8, 0x16, 0xec, 0x47 +.byte 0xa4, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3b, 0x00, 0x26, 0x01, 0x30, 0x39, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb2, 0x78, 0x80, 0x71, 0xca, 0x78, 0xd5, 0xe3, 0x71 +.byte 0xaf, 0x47, 0x80, 0x50, 0x74, 0x7d, 0x6e, 0xd8, 0xd7, 0x88, 0x76, 0xf4, 0x99, 0x68, 0xf7, 0x58 +.byte 0x21, 0x60, 0xf9, 0x74, 0x84, 0x01, 0x2f, 0xac, 0x02, 0x2d, 0x86, 0xd3, 0xa0, 0x43, 0x7a, 0x4e +.byte 0xb2, 0xa4, 0xd0, 0x36, 0xba, 0x01, 0xbe, 0x8d, 0xdb, 0x48, 0xc8, 0x07, 0x17, 0x36, 0x4c, 0xf4 +.byte 0xee, 0x88, 0x23, 0xc7, 0x3e, 0xeb, 0x37, 0xf5, 0xb5, 0x19, 0xf8, 0x49, 0x68, 0xb0, 0xde, 0xd7 +.byte 0xb9, 0x76, 0x38, 0x1d, 0x61, 0x9e, 0xa4, 0xfe, 0x82, 0x36, 0xa5, 0xe5, 0x4a, 0x56, 0xe4, 0x45 +.byte 0xe1, 0xf9, 0xfd, 0xb4, 0x16, 0xfa, 0x74, 0xda, 0x9c, 0x9b, 0x35, 0x39, 0x2f, 0xfa, 0xb0, 0x20 +.byte 0x50, 0x06, 0x6c, 0x7a, 0xd0, 0x80, 0xb2, 0xa6, 0xf9, 0xaf, 0xec, 0x47, 0x19, 0x8f, 0x50, 0x38 +.byte 0x07, 0xdc, 0xa2, 0x87, 0x39, 0x58, 0xf8, 0xba, 0xd5, 0xa9, 0xf9, 0x48, 0x67, 0x30, 0x96, 0xee +.byte 0x94, 0x78, 0x5e, 0x6f, 0x89, 0xa3, 0x51, 0xc0, 0x30, 0x86, 0x66, 0xa1, 0x45, 0x66, 0xba, 0x54 +.byte 0xeb, 0xa3, 0xc3, 0x91, 0xf9, 0x48, 0xdc, 0xff, 0xd1, 0xe8, 0x30, 0x2d, 0x7d, 0x2d, 0x74, 0x70 +.byte 0x35, 0xd7, 0x88, 0x24, 0xf7, 0x9e, 0xc4, 0x59, 0x6e, 0xbb, 0x73, 0x87, 0x17, 0xf2, 0x32, 0x46 +.byte 0x28, 0xb8, 0x43, 0xfa, 0xb7, 0x1d, 0xaa, 0xca, 0xb4, 0xf2, 0x9f, 0x24, 0x0e, 0x2d, 0x4b, 0xf7 +.byte 0x71, 0x5c, 0x5e, 0x69, 0xff, 0xea, 0x95, 0x02, 0xcb, 0x38, 0x8a, 0xae, 0x50, 0x38, 0x6f, 0xdb +.byte 0xfb, 0x2d, 0x62, 0x1b, 0xc5, 0xc7, 0x1e, 0x54, 0xe1, 0x77, 0xe0, 0x67, 0xc8, 0x0f, 0x9c, 0x87 +.byte 0x23, 0xd6, 0x3f, 0x40, 0x20, 0x7f, 0x20, 0x80, 0xc4, 0x80, 0x4c, 0x3e, 0x3b, 0x24, 0x26, 0x8e +.byte 0x04, 0xae, 0x6c, 0x9a, 0xc8, 0xaa, 0x0d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3b, 0x00, 0x26, 0x02 +.byte 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e +.byte 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f +.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0x96, 0x9f, 0x2d +.byte 0x9c, 0x4a, 0x4c, 0x4a, 0x81, 0x79, 0x51, 0x99, 0xec, 0x8a, 0xcb, 0x6b, 0x60, 0x51, 0x13, 0xbc +.byte 0x4d, 0x6d, 0x06, 0xfc, 0xb0, 0x08, 0x8d, 0xdd, 0x19, 0x10, 0x6a, 0xc7, 0x26, 0x0c, 0x35, 0xd8 +.byte 0xc0, 0x6f, 0x20, 0x84, 0xe9, 0x94, 0xb1, 0x9b, 0x85, 0x03, 0xc3, 0x5b, 0xdb, 0x4a, 0xe8, 0xc8 +.byte 0xf8, 0x90, 0x76, 0xd9, 0x5b, 0x4f, 0xe3, 0x4c, 0xe8, 0x06, 0x36, 0x4d, 0xcc, 0x9a, 0xac, 0x3d +.byte 0x0c, 0x90, 0x2b, 0x92, 0xd4, 0x06, 0x19, 0x60, 0xac, 0x37, 0x44, 0x79, 0x85, 0x81, 0x82, 0xad +.byte 0x5a, 0x37, 0xe0, 0x0d, 0xcc, 0x9d, 0xa6, 0x4c, 0x52, 0x76, 0xea, 0x43, 0x9d, 0xb7, 0x04, 0xd1 +.byte 0x50, 0xf6, 0x55, 0xe0, 0xd5, 0xd2, 0xa6, 0x49, 0x85, 0xe9, 0x37, 0xe9, 0xca, 0x7e, 0xae, 0x5c +.byte 0x95, 0x4d, 0x48, 0x9a, 0x3f, 0xae, 0x20, 0x5a, 0x6d, 0x88, 0x95, 0xd9, 0x34, 0xb8, 0x52, 0x1a +.byte 0x43, 0x90, 0xb0, 0xbf, 0x6c, 0x05, 0xb9, 0xb6, 0x78, 0xb7, 0xea, 0xd0, 0xe4, 0x3a, 0x3c, 0x12 +.byte 0x53, 0x62, 0xff, 0x4a, 0xf2, 0x7b, 0xbe, 0x35, 0x05, 0xa9, 0x12, 0x34, 0xe3, 0xf3, 0x64, 0x74 +.byte 0x62, 0x2c, 0x3d, 0x00, 0x49, 0x5a, 0x28, 0xfe, 0x32, 0x44, 0xbb, 0x87, 0xdd, 0x65, 0x27, 0x02 +.byte 0x71, 0x3b, 0xda, 0x4a, 0xf7, 0x1f, 0xda, 0xcd, 0xf7, 0x21, 0x55, 0x90, 0x4f, 0x0f, 0xec, 0xae +.byte 0x82, 0xe1, 0x9f, 0x6b, 0xd9, 0x45, 0xd3, 0xbb, 0xf0, 0x5f, 0x87, 0xed, 0x3c, 0x2c, 0x39, 0x86 +.byte 0xda, 0x3f, 0xde, 0xec, 0x72, 0x55, 0xeb, 0x79, 0xa3, 0xad, 0xdb, 0xdd, 0x7c, 0xb0, 0xba, 0x1c +.byte 0xce, 0xfc, 0xde, 0x4f, 0x35, 0x76, 0xcf, 0x0f, 0xf8, 0x78, 0x1f, 0x6a, 0x36, 0x51, 0x46, 0x27 +.byte 0x61, 0x5b, 0xe9, 0x9e, 0xcf, 0xf0, 0xa2, 0x55, 0x7d, 0x7c, 0x25, 0x8a, 0x6f, 0x2f, 0xb4, 0xc5 +.byte 0xcf, 0x84, 0x2e, 0x2b, 0xfd, 0x0d, 0x51, 0x10, 0x6c, 0xfb, 0x5f, 0x1b, 0xbc, 0x1b, 0x7e, 0xc5 +.byte 0xae, 0x3b, 0x98, 0x01, 0x31, 0x92, 0xff, 0x0b, 0x57, 0xf4, 0x9a, 0xb2, 0xb9, 0x57, 0xe9, 0xab +.byte 0xef, 0x0d, 0x76, 0xd1, 0xf0, 0xee, 0xf4, 0xce, 0x86, 0xa7, 0xe0, 0x6e, 0xe9, 0xb4, 0x69, 0xa1 +.byte 0xdf, 0x69, 0xf6, 0x33, 0xc6, 0x69, 0x2e, 0x97, 0x13, 0x9e, 0xa5, 0x87, 0xb0, 0x57, 0x10, 0x81 +.byte 0x37, 0xc9, 0x53, 0xb3, 0xbb, 0x7f, 0xf6, 0x92, 0xd1, 0x9c, 0xd0, 0x18, 0xf4, 0x92, 0x6e, 0xda +.byte 0x83, 0x4f, 0xa6, 0x63, 0x99, 0x4c, 0xa5, 0xfb, 0x5e, 0xef, 0x21, 0x64, 0x7a, 0x20, 0x5f, 0x6c +.byte 0x64, 0x85, 0x15, 0xcb, 0x37, 0xe9, 0x62, 0x0c, 0x0b, 0x2a, 0x16, 0xdc, 0x01, 0x2e, 0x32, 0xda +.byte 0x3e, 0x4b, 0xf5, 0x9e, 0x3a, 0xf6, 0x17, 0x40, 0x94, 0xef, 0x9e, 0x91, 0x08, 0x86, 0xfa, 0xbe +.byte 0x63, 0xa8, 0x5a, 0x33, 0xec, 0xcb, 0x74, 0x43, 0x95, 0xf9, 0x6c, 0x69, 0x52, 0x36, 0xc7, 0x29 +.byte 0x6f, 0xfc, 0x55, 0x03, 0x5c, 0x1f, 0xfb, 0x9f, 0xbd, 0x47, 0xeb, 0xe7, 0x49, 0x47, 0x95, 0x0b +.byte 0x4e, 0x89, 0x22, 0x09, 0x49, 0xe0, 0xf5, 0x61, 0x1e, 0xf1, 0xbf, 0x2e, 0x8a, 0x72, 0x6e, 0x80 +.byte 0x59, 0xff, 0x57, 0x3a, 0xf9, 0x75, 0x32, 0xa3, 0x4e, 0x5f, 0xec, 0xed, 0x28, 0x62, 0xd9, 0x4d +.byte 0x73, 0xf2, 0xcc, 0x81, 0x17, 0x60, 0xed, 0xcd, 0xeb, 0xdc, 0xdb, 0xa7, 0xca, 0xc5, 0x7e, 0x02 +.byte 0xbd, 0xf2, 0x54, 0x08, 0x54, 0xfd, 0xb4, 0x2d, 0x09, 0x2c, 0x17, 0x54, 0x4a, 0x98, 0xd1, 0x54 +.byte 0xe1, 0x51, 0x67, 0x08, 0xd2, 0xed, 0x6e, 0x7e, 0x6f, 0x3f, 0xd2, 0x2d, 0x81, 0x59, 0x29, 0x66 +.byte 0xcb, 0x90, 0x39, 0x95, 0x11, 0x1e, 0x74, 0x27, 0xfe, 0xdd, 0xeb, 0xaf, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x3b, 0x00, 0x5b, 0x00, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41 +.byte 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10 +.byte 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x33 +.byte 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x29, 0x97, 0xa7, 0xc6, 0x41 +.byte 0x7f, 0xc0, 0x0d, 0x9b, 0xe8, 0x01, 0x1b, 0x56, 0xc6, 0xf2, 0x52, 0xa5, 0xba, 0x2d, 0xb2, 0x12 +.byte 0xe8, 0xd2, 0x2e, 0xd7, 0xfa, 0xc9, 0xc5, 0xd8, 0xaa, 0x6d, 0x1f, 0x73, 0x81, 0x3b, 0x3b, 0x98 +.byte 0x6b, 0x39, 0x7c, 0x33, 0xa5, 0xc5, 0x4e, 0x86, 0x8e, 0x80, 0x17, 0x68, 0x62, 0x45, 0x57, 0x7d +.byte 0x44, 0x58, 0x1d, 0xb3, 0x37, 0xe5, 0x67, 0x08, 0xeb, 0x66, 0xde, 0x3b, 0x00, 0x78, 0x00, 0x30 +.byte 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f +.byte 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31 +.byte 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x34, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 +.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 +.byte 0x00, 0x04, 0xd2, 0xab, 0x8a, 0x37, 0x4f, 0xa3, 0x53, 0x0d, 0xfe, 0xc1, 0x8a, 0x7b, 0x4b, 0xa8 +.byte 0x7b, 0x46, 0x4b, 0x63, 0xb0, 0x62, 0xf6, 0x2d, 0x1b, 0xdb, 0x08, 0x71, 0x21, 0xd2, 0x00, 0xe8 +.byte 0x63, 0xbd, 0x9a, 0x27, 0xfb, 0xf0, 0x39, 0x6e, 0x5d, 0xea, 0x3d, 0xa5, 0xc9, 0x81, 0xaa, 0xa3 +.byte 0x5b, 0x20, 0x98, 0x45, 0x5d, 0x16, 0xdb, 0xfd, 0xe8, 0x10, 0x6d, 0xe3, 0x9c, 0xe0, 0xe3, 0xbd +.byte 0x5f, 0x84, 0x62, 0xf3, 0x70, 0x64, 0x33, 0xa0, 0xcb, 0x24, 0x2f, 0x70, 0xba, 0x88, 0xa1, 0x2a +.byte 0xa0, 0x75, 0xf8, 0x81, 0xae, 0x62, 0x06, 0xc4, 0x81, 0xdb, 0x39, 0x6e, 0x29, 0xb0, 0x1e, 0xfa +.byte 0x2e, 0x5c, 0x3d, 0x00, 0x26, 0x02, 0x30, 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08 +.byte 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x0c, 0x10, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d +.byte 0x52, 0x43, 0x4d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xba, 0x71, 0x80, 0x7a, 0x4c, 0x86, 0x6e, 0x7f, 0xc8, 0x13, 0x6d, 0xc0 +.byte 0xc6, 0x7d, 0x1c, 0x00, 0x97, 0x8f, 0x2c, 0x0c, 0x23, 0xbb, 0x10, 0x9a, 0x40, 0xa9, 0x1a, 0xb7 +.byte 0x87, 0x88, 0xf8, 0x9b, 0x56, 0x6a, 0xfb, 0xe6, 0x7b, 0x8e, 0x8b, 0x92, 0x8e, 0xa7, 0x25, 0x5d +.byte 0x59, 0x11, 0xdb, 0x36, 0x2e, 0xb7, 0x51, 0x17, 0x1f, 0xa9, 0x08, 0x1f, 0x04, 0x17, 0x24, 0x58 +.byte 0xaa, 0x37, 0x4a, 0x18, 0xdf, 0xe5, 0x39, 0xd4, 0x57, 0xfd, 0xd7, 0xc1, 0x2c, 0x91, 0x01, 0x91 +.byte 0xe2, 0x22, 0xd4, 0x03, 0xc0, 0x58, 0xfc, 0x77, 0x47, 0xec, 0x8f, 0x3e, 0x74, 0x43, 0xba, 0xac +.byte 0x34, 0x8d, 0x4d, 0x38, 0x76, 0x67, 0x8e, 0xb0, 0xc8, 0x6f, 0x30, 0x33, 0x58, 0x71, 0x5c, 0xb4 +.byte 0xf5, 0x6b, 0x6e, 0xd4, 0x01, 0x50, 0xb8, 0x13, 0x7e, 0x6c, 0x4a, 0xa3, 0x49, 0xd1, 0x20, 0x19 +.byte 0xee, 0xbc, 0xc0, 0x29, 0x18, 0x65, 0xa7, 0xde, 0xfe, 0xef, 0xdd, 0x0a, 0x90, 0x21, 0xe7, 0x1a +.byte 0x67, 0x92, 0x42, 0x10, 0x98, 0x5f, 0x4f, 0x30, 0xbc, 0x3e, 0x1c, 0x45, 0xb4, 0x10, 0xd7, 0x68 +.byte 0x40, 0x14, 0xc0, 0x40, 0xfa, 0xe7, 0x77, 0x17, 0x7a, 0xe6, 0x0b, 0x8f, 0x65, 0x5b, 0x3c, 0xd9 +.byte 0x9a, 0x52, 0xdb, 0xb5, 0xbd, 0x9e, 0x46, 0xcf, 0x3d, 0xeb, 0x91, 0x05, 0x02, 0xc0, 0x96, 0xb2 +.byte 0x76, 0x4c, 0x4d, 0x10, 0x96, 0x3b, 0x92, 0xfa, 0x9c, 0x7f, 0x0f, 0x99, 0xdf, 0xbe, 0x23, 0x35 +.byte 0x45, 0x1e, 0x02, 0x5c, 0xfe, 0xb5, 0xa8, 0x9b, 0x99, 0x25, 0xda, 0x5e, 0xf3, 0x22, 0xc3, 0x39 +.byte 0xf5, 0xe4, 0x2a, 0x2e, 0xd3, 0xc6, 0x1f, 0xc4, 0x6c, 0xaa, 0xc5, 0x1c, 0x6a, 0x01, 0x05, 0x4a +.byte 0x2f, 0xd2, 0xc5, 0xc1, 0xa8, 0x34, 0x26, 0x5d, 0x66, 0xa5, 0xd2, 0x02, 0x21, 0xf9, 0x18, 0xb7 +.byte 0x06, 0xf5, 0x4e, 0x99, 0x6f, 0xa8, 0xab, 0x4c, 0x51, 0xe8, 0xcf, 0x50, 0x18, 0xc5, 0x77, 0xc8 +.byte 0x39, 0x09, 0x2c, 0x49, 0x92, 0x32, 0x99, 0xa8, 0xbb, 0x17, 0x17, 0x79, 0xb0, 0x5a, 0xc5, 0xe6 +.byte 0xa3, 0xc4, 0x59, 0x65, 0x47, 0x35, 0x83, 0x5e, 0xa9, 0xe8, 0x35, 0x0b, 0x99, 0xbb, 0xe4, 0xcd +.byte 0x20, 0xc6, 0x9b, 0x4a, 0x06, 0x39, 0xb5, 0x68, 0xfc, 0x22, 0xba, 0xee, 0x55, 0x8c, 0x2b, 0x4e +.byte 0xea, 0xf3, 0xb1, 0xe3, 0xfc, 0xb6, 0x99, 0x9a, 0xd5, 0x42, 0xfa, 0x71, 0x4d, 0x08, 0xcf, 0x87 +.byte 0x1e, 0x6a, 0x71, 0x7d, 0xf9, 0xd3, 0xb4, 0xe9, 0xa5, 0x71, 0x81, 0x7b, 0xc2, 0x4e, 0x47, 0x96 +.byte 0xa5, 0xf6, 0x76, 0x85, 0xa3, 0x28, 0x8f, 0xe9, 0x80, 0x6e, 0x81, 0x53, 0xa5, 0x6d, 0x5f, 0xb8 +.byte 0x48, 0xf9, 0xc2, 0xf9, 0x36, 0xa6, 0x2e, 0x49, 0xff, 0xb8, 0x96, 0xc2, 0x8c, 0x07, 0xb3, 0x9b +.byte 0x88, 0x58, 0xfc, 0xeb, 0x1b, 0x1c, 0xde, 0x2d, 0x70, 0xe2, 0x97, 0x92, 0x30, 0xa1, 0x89, 0xe3 +.byte 0xbc, 0x55, 0xa8, 0x27, 0xd6, 0x4b, 0xed, 0x90, 0xad, 0x8b, 0xfa, 0x63, 0x25, 0x59, 0x2d, 0xa8 +.byte 0x35, 0xdd, 0xca, 0x97, 0x33, 0xbc, 0xe5, 0xcd, 0xc7, 0x9d, 0xd1, 0xec, 0xef, 0x5e, 0x0e, 0x4a +.byte 0x90, 0x06, 0x26, 0x63, 0xad, 0xb9, 0xd9, 0x35, 0x2d, 0x07, 0xba, 0x76, 0x65, 0x2c, 0xac, 0x57 +.byte 0x8f, 0x7d, 0xf4, 0x07, 0x94, 0xd7, 0x81, 0x02, 0x96, 0x5d, 0xa3, 0x07, 0x49, 0xd5, 0x7a, 0xd0 +.byte 0x57, 0xf9, 0x1b, 0xe7, 0x53, 0x46, 0x75, 0xaa, 0xb0, 0x79, 0x42, 0xcb, 0x68, 0x71, 0x08, 0xe9 +.byte 0x60, 0xbd, 0x39, 0x69, 0xce, 0xf4, 0xaf, 0xc3, 0x56, 0x40, 0xc7, 0xad, 0x52, 0xa2, 0x09, 0xe4 +.byte 0x6f, 0x86, 0x47, 0x8a, 0x1f, 0xeb, 0x28, 0x27, 0x5d, 0x83, 0x20, 0xaf, 0x04, 0xc9, 0x6c, 0x56 +.byte 0x9a, 0x8b, 0x46, 0xf5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3d, 0x00, 0x26, 0x01, 0x30, 0x3b, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x11, 0x30, 0x0f +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x08, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x31 +.byte 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49 +.byte 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0x33, 0xb9, 0x7e, 0xc8 +.byte 0x25, 0x4a, 0x8e, 0xb5, 0xdb, 0xb4, 0x28, 0x1b, 0xaa, 0x57, 0x90, 0xe8, 0xd1, 0x22, 0xd3, 0x64 +.byte 0xba, 0xd3, 0x93, 0xe8, 0xd4, 0xac, 0x86, 0x61, 0x40, 0x6a, 0x60, 0x57, 0x68, 0x54, 0x84, 0x4d +.byte 0xbc, 0x6a, 0x54, 0x02, 0x05, 0xff, 0xdf, 0x9b, 0x9a, 0x2a, 0xae, 0x5d, 0x07, 0x8f, 0x4a, 0xc3 +.byte 0x28, 0x7f, 0xef, 0xfb, 0x2b, 0xfa, 0x79, 0xf1, 0xc7, 0xad, 0xf0, 0x10, 0x53, 0x24, 0x90, 0x8b +.byte 0x66, 0xc9, 0xa8, 0x88, 0xab, 0xaf, 0x5a, 0xa3, 0x00, 0xe9, 0xbe, 0xba, 0x46, 0xee, 0x5b, 0x73 +.byte 0x7b, 0x2c, 0x17, 0x82, 0x81, 0x5e, 0x62, 0x2c, 0xa1, 0x02, 0x65, 0xb3, 0xbd, 0xc5, 0x2b, 0x00 +.byte 0x7e, 0xc4, 0xfc, 0x03, 0x33, 0x57, 0x0d, 0xed, 0xe2, 0xfa, 0xce, 0x5d, 0x45, 0xd6, 0x38, 0xcd +.byte 0x35, 0xb6, 0xb2, 0xc1, 0xd0, 0x9c, 0x81, 0x4a, 0xaa, 0xe4, 0xb2, 0x01, 0x5c, 0x1d, 0x8f, 0x5f +.byte 0x99, 0xc4, 0xb1, 0xad, 0xdb, 0x88, 0x21, 0xeb, 0x90, 0x08, 0x82, 0x80, 0xf3, 0x30, 0xa3, 0x43 +.byte 0xe6, 0x90, 0x82, 0xae, 0x55, 0x28, 0x49, 0xed, 0x5b, 0xd7, 0xa9, 0x10, 0x38, 0x0e, 0xfe, 0x8f +.byte 0x4c, 0x5b, 0x9b, 0x46, 0xea, 0x41, 0xf5, 0xb0, 0x08, 0x74, 0xc3, 0xd0, 0x88, 0x33, 0xb6, 0x7c +.byte 0xd7, 0x74, 0xdf, 0xdc, 0x84, 0xd1, 0x43, 0x0e, 0x75, 0x39, 0xa1, 0x25, 0x40, 0x28, 0xea, 0x78 +.byte 0xcb, 0x0e, 0x2c, 0x2e, 0x39, 0x9d, 0x8c, 0x8b, 0x6e, 0x16, 0x1c, 0x2f, 0x26, 0x82, 0x10, 0xe2 +.byte 0xe3, 0x65, 0x94, 0x0a, 0x04, 0xc0, 0x5e, 0xf7, 0x5d, 0x5b, 0xf8, 0x10, 0xe2, 0xd0, 0xba, 0x7a +.byte 0x4b, 0xfb, 0xde, 0x37, 0x00, 0x00, 0x1a, 0x5b, 0x28, 0xe3, 0xd2, 0x9c, 0x73, 0x3e, 0x32, 0x87 +.byte 0x98, 0xa1, 0xc9, 0x51, 0x2f, 0xd7, 0xde, 0xac, 0x33, 0xb3, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x3e, 0x00, 0x26, 0x01, 0x30, 0x3c, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x15, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x32, 0x30, 0x31, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x44, 0x45, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82 +.byte 0x01, 0x01, 0x00, 0x95, 0x85, 0x3b, 0x97, 0x6f, 0x2a, 0x3b, 0x2e, 0x3b, 0xcf, 0xa6, 0xf3, 0x29 +.byte 0x35, 0xbe, 0xcf, 0x18, 0xac, 0x3e, 0xaa, 0xd9, 0xf8, 0x4d, 0xa0, 0x3e, 0x1a, 0x47, 0xb9, 0xbc +.byte 0x9a, 0xdf, 0xf2, 0xfe, 0xcc, 0x3e, 0x47, 0xe8, 0x7a, 0x96, 0xc2, 0x24, 0x8e, 0x35, 0xf4, 0xa9 +.byte 0x0c, 0xfc, 0x82, 0xfd, 0x6d, 0xc1, 0x72, 0x62, 0x27, 0xbd, 0xea, 0x6b, 0xeb, 0xe7, 0x8a, 0xcc +.byte 0x54, 0x3e, 0x90, 0x50, 0xcf, 0x80, 0xd4, 0x95, 0xfb, 0xe8, 0xb5, 0x82, 0xd4, 0x14, 0xc5, 0xb6 +.byte 0xa9, 0x55, 0x25, 0x57, 0xdb, 0xb1, 0x50, 0xf6, 0xb0, 0x60, 0x64, 0x59, 0x7a, 0x69, 0xcf, 0x03 +.byte 0xb7, 0x6f, 0x0d, 0xbe, 0xca, 0x3e, 0x6f, 0x74, 0x72, 0xea, 0xaa, 0x30, 0x2a, 0x73, 0x62, 0xbe +.byte 0x49, 0x91, 0x61, 0xc8, 0x11, 0xfe, 0x0e, 0x03, 0x2a, 0xf7, 0x6a, 0x20, 0xdc, 0x02, 0x15, 0x0d +.byte 0x5e, 0x15, 0x6a, 0xfc, 0xe3, 0x82, 0xc1, 0xb5, 0xc5, 0x9d, 0x64, 0x09, 0x6c, 0xa3, 0x59, 0x98 +.byte 0x07, 0x27, 0xc7, 0x1b, 0x96, 0x2b, 0x61, 0x74, 0x71, 0x6c, 0x43, 0xf1, 0xf7, 0x35, 0x89, 0x10 +.byte 0xe0, 0x9e, 0xec, 0x55, 0xa1, 0x37, 0x22, 0xa2, 0x87, 0x04, 0x05, 0x2c, 0x47, 0x7d, 0xb4, 0x1c +.byte 0xb9, 0x62, 0x29, 0x66, 0x28, 0xca, 0xb7, 0xe1, 0x93, 0xf5, 0xa4, 0x94, 0x03, 0x99, 0xb9, 0x70 +.byte 0x85, 0xb5, 0xe6, 0x48, 0xea, 0x8d, 0x50, 0xfc, 0xd9, 0xde, 0xcc, 0x6f, 0x07, 0x0e, 0xdd, 0x0b +.byte 0x72, 0x9d, 0x80, 0x30, 0x16, 0x07, 0x95, 0x3f, 0x28, 0x0e, 0xfd, 0xc5, 0x75, 0x4f, 0x53, 0xd6 +.byte 0x74, 0x9a, 0xb4, 0x24, 0x2e, 0x8e, 0x02, 0x91, 0xcf, 0x76, 0xc5, 0x9b, 0x1e, 0x55, 0x74, 0x9c +.byte 0x78, 0x21, 0xb1, 0xf0, 0x2d, 0xf1, 0x0b, 0x9f, 0xc2, 0xd5, 0x96, 0x18, 0x1f, 0xf0, 0x54, 0x22 +.byte 0x7a, 0x8c, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3f, 0x00, 0x26, 0x02, 0x30, 0x3d, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1b +.byte 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x55, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x20, 0x47, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc5, 0xe6, 0x2b, 0x6f +.byte 0x7c, 0xef, 0x26, 0x05, 0x27, 0xa3, 0x81, 0x24, 0xda, 0x6f, 0xcb, 0x01, 0xf9, 0x99, 0x9a, 0xa9 +.byte 0x32, 0xc2, 0x22, 0x87, 0x61, 0x41, 0x91, 0x3b, 0xcb, 0xc3, 0x68, 0x1b, 0x06, 0xc5, 0x4c, 0xa9 +.byte 0x2b, 0xc1, 0x67, 0x17, 0x22, 0x1d, 0x2b, 0xed, 0xf9, 0x29, 0x89, 0x93, 0xa2, 0x78, 0xbd, 0x92 +.byte 0x6b, 0xa0, 0xa3, 0x0d, 0xa2, 0x7e, 0xca, 0x93, 0xb3, 0xa6, 0xd1, 0x8c, 0x35, 0xd5, 0x75, 0xf9 +.byte 0x17, 0xf6, 0xcf, 0x45, 0xc5, 0xe5, 0x7a, 0xec, 0x77, 0x93, 0xa0, 0x8f, 0x23, 0xae, 0x0e, 0x1a +.byte 0x03, 0x7f, 0xbe, 0xd4, 0xd0, 0xed, 0x2e, 0x7b, 0xab, 0x46, 0x23, 0x5b, 0xff, 0x2c, 0xe6, 0x54 +.byte 0x7a, 0x94, 0xc0, 0x2a, 0x15, 0xf0, 0xc9, 0x8d, 0xb0, 0x7a, 0x3b, 0x24, 0xe1, 0xd7, 0x68, 0xe2 +.byte 0x31, 0x3c, 0x06, 0x33, 0x46, 0xb6, 0x54, 0x11, 0xa6, 0xa5, 0x2f, 0x22, 0x54, 0x2a, 0x58, 0x0d +.byte 0x01, 0x02, 0xf1, 0xfa, 0x15, 0x51, 0x67, 0x6c, 0xc0, 0xfa, 0xd7, 0xb6, 0x1b, 0x7f, 0xd1, 0x56 +.byte 0x88, 0x2f, 0x1a, 0x3a, 0x8d, 0x3b, 0xbb, 0x82, 0x11, 0xe0, 0x47, 0x00, 0xd0, 0x52, 0x87, 0xab +.byte 0xfb, 0x86, 0x7e, 0x0f, 0x24, 0x6b, 0x40, 0x9d, 0x34, 0x67, 0xbc, 0x8d, 0xc7, 0x2d, 0x86, 0x6f +.byte 0x79, 0x3e, 0x8e, 0xa9, 0x3c, 0x17, 0x4b, 0x7f, 0xb0, 0x99, 0xe3, 0xb0, 0x71, 0x60, 0xdc, 0x0b +.byte 0xf5, 0x64, 0xc3, 0xce, 0x43, 0xbc, 0x6d, 0x71, 0xb9, 0xd2, 0xde, 0x27, 0x5b, 0x8a, 0xe8, 0xd8 +.byte 0xc6, 0xae, 0xe1, 0x59, 0x7d, 0xcf, 0x28, 0x2d, 0x35, 0xb8, 0x95, 0x56, 0x1a, 0xf1, 0xb2, 0x58 +.byte 0x4b, 0xb7, 0x12, 0x37, 0xc8, 0x7c, 0xb3, 0xed, 0x4b, 0x80, 0xe1, 0x8d, 0xfa, 0x32, 0x23, 0xb6 +.byte 0x6f, 0xb7, 0x48, 0x95, 0x08, 0xb1, 0x44, 0x4e, 0x85, 0x8c, 0x3a, 0x02, 0x54, 0x20, 0x2f, 0xdf +.byte 0xbf, 0x57, 0x4f, 0x3b, 0x3a, 0x90, 0x21, 0xd7, 0xc1, 0x26, 0x35, 0x54, 0x20, 0xec, 0xc7, 0x3f +.byte 0x47, 0xec, 0xef, 0x5a, 0xbf, 0x4b, 0x7a, 0xc1, 0xad, 0x3b, 0x17, 0x50, 0x5c, 0x62, 0xd8, 0x0f +.byte 0x4b, 0x4a, 0xdc, 0x2b, 0xfa, 0x6e, 0xbc, 0x73, 0x92, 0xcd, 0xec, 0xc7, 0x50, 0xe8, 0x41, 0x96 +.byte 0xd7, 0xa9, 0x7e, 0x6d, 0xd8, 0xe9, 0x1d, 0x8f, 0x8a, 0xb5, 0xb9, 0x58, 0x92, 0xba, 0x4a, 0x92 +.byte 0x2b, 0x0c, 0x56, 0xfd, 0x80, 0xeb, 0x08, 0xf0, 0x5e, 0x29, 0x6e, 0x1b, 0x1c, 0x0c, 0xaf, 0x8f +.byte 0x93, 0x89, 0xad, 0xdb, 0xbd, 0xa3, 0x9e, 0x21, 0xca, 0x89, 0x19, 0xec, 0xdf, 0xb5, 0xc3, 0x1a +.byte 0xeb, 0x16, 0xfe, 0x78, 0x36, 0x4c, 0xd6, 0x6e, 0xd0, 0x3e, 0x17, 0x1c, 0x90, 0x17, 0x6b, 0x26 +.byte 0xba, 0xfb, 0x7a, 0x2f, 0xbf, 0x11, 0x1c, 0x18, 0x0e, 0x2d, 0x73, 0x03, 0x8f, 0xa0, 0xe5, 0x35 +.byte 0xa0, 0x5a, 0xe2, 0x4c, 0x75, 0x1d, 0x71, 0xe1, 0x39, 0x38, 0x53, 0x78, 0x40, 0xcc, 0x83, 0x93 +.byte 0xd7, 0x0a, 0x9e, 0x9d, 0x5b, 0x8f, 0x8a, 0xe4, 0xe5, 0xe0, 0x48, 0xe4, 0x48, 0xb2, 0x47, 0xcd +.byte 0x4e, 0x2a, 0x75, 0x2a, 0x7b, 0xf2, 0x22, 0xf6, 0xc9, 0xbe, 0x09, 0x91, 0x96, 0x57, 0x7a, 0x88 +.byte 0x88, 0xac, 0xee, 0x70, 0xac, 0xf9, 0xdc, 0x29, 0xe3, 0x0c, 0x1c, 0x3b, 0x12, 0x4e, 0x44, 0xd6 +.byte 0xa7, 0x4e, 0xb0, 0x26, 0xc8, 0xf3, 0xd9, 0x1a, 0x97, 0x91, 0x68, 0xea, 0xef, 0x8d, 0x46, 0x06 +.byte 0xd2, 0x56, 0x45, 0x58, 0x9a, 0x3c, 0x0c, 0x0f, 0x83, 0xb8, 0x05, 0x25, 0xc3, 0x39, 0xcf, 0x3b +.byte 0xa4, 0x34, 0x89, 0xb7, 0x79, 0x12, 0x2f, 0x47, 0xc5, 0xe7, 0xa9, 0x97, 0x69, 0xfc, 0xa6, 0x77 +.byte 0x67, 0xb5, 0xdf, 0x7b, 0xf1, 0x7a, 0x65, 0x15, 0xe4, 0x61, 0x56, 0x65, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x3f, 0x00, 0x78, 0x00, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43 +.byte 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x11, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x45, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xde, 0x6f, 0xf8, 0x7f +.byte 0x1c, 0xdf, 0xed, 0xf9, 0x47, 0x87, 0x86, 0xb1, 0xa4, 0xc0, 0x8a, 0xf8, 0x82, 0x97, 0x80, 0xea +.byte 0x8f, 0xc8, 0x4a, 0x5e, 0x2a, 0x7d, 0x88, 0x68, 0xa7, 0x01, 0x62, 0x14, 0x91, 0x24, 0x7a, 0x5c +.byte 0x9e, 0xa3, 0x17, 0x7d, 0x8a, 0x86, 0x21, 0x34, 0x18, 0x50, 0x1b, 0x10, 0xde, 0xd0, 0x37, 0x4b +.byte 0x26, 0xc7, 0x19, 0x60, 0x80, 0xe9, 0x34, 0xbd, 0x60, 0x19, 0x36, 0x40, 0xd6, 0x29, 0x87, 0x09 +.byte 0x3c, 0x91, 0x7a, 0xf6, 0xbc, 0x13, 0x23, 0xdd, 0x59, 0x4e, 0x04, 0x5e, 0xcf, 0xc8, 0x02, 0x1c +.byte 0x18, 0x53, 0xc1, 0x31, 0xd8, 0xda, 0x20, 0xe9, 0x44, 0x8d, 0xe4, 0x76, 0x3f, 0x00, 0x26, 0x02 +.byte 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69 +.byte 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11, 0x43, 0x65 +.byte 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x31, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xd0, 0x36, 0xd4, 0x1f, 0xea, 0xdd, 0xab, 0xe4, 0xd1, 0xb6, 0xe6, 0xfb, 0x22, 0xc0, 0xdd, 0x13 +.byte 0x0d, 0x6a, 0x7b, 0x22, 0x13, 0x1c, 0x97, 0x3c, 0x68, 0x63, 0x66, 0x32, 0x9c, 0x03, 0xb5, 0x8d +.byte 0xa4, 0x81, 0x83, 0xda, 0x78, 0x30, 0x11, 0xcf, 0xdc, 0xb2, 0x2b, 0xbe, 0x92, 0xbf, 0x8e, 0xe4 +.byte 0xc4, 0x13, 0xbe, 0xa4, 0x68, 0x4c, 0xda, 0x02, 0x68, 0x16, 0x74, 0xbe, 0xb2, 0xdd, 0x04, 0xe4 +.byte 0x6b, 0x2a, 0xdd, 0x37, 0x1f, 0x60, 0x2c, 0xdb, 0xf5, 0xf7, 0xa1, 0x7c, 0x95, 0xb7, 0x0c, 0x70 +.byte 0x86, 0x2e, 0xf1, 0x3a, 0xef, 0x52, 0xf7, 0xcc, 0xd3, 0x9b, 0xf9, 0x8b, 0xbe, 0x0e, 0xdf, 0x31 +.byte 0xb7, 0x9d, 0x68, 0x5c, 0x92, 0xa6, 0xf5, 0xe5, 0xf3, 0x0a, 0x34, 0xb5, 0xff, 0x7b, 0xa2, 0xe4 +.byte 0x87, 0xa1, 0xc6, 0xaf, 0x17, 0x00, 0xef, 0x03, 0x91, 0xed, 0xa9, 0x1c, 0x4e, 0x71, 0x3d, 0xd2 +.byte 0x8b, 0x6c, 0x89, 0xf4, 0x78, 0x86, 0xe6, 0x6a, 0x49, 0xa0, 0xce, 0xb5, 0xd2, 0xb0, 0xab, 0x9b +.byte 0xf6, 0xf4, 0xd4, 0x2e, 0xe3, 0x72, 0xf9, 0x36, 0xc6, 0xeb, 0x15, 0xb7, 0x25, 0x8c, 0x3a, 0xfc +.byte 0x25, 0x0d, 0xb3, 0x22, 0x73, 0x21, 0x74, 0xc8, 0x4a, 0x96, 0x61, 0x92, 0xf5, 0x2f, 0x0b, 0x18 +.byte 0xa5, 0xf4, 0xad, 0xe2, 0xee, 0x41, 0xbd, 0x01, 0x79, 0xfa, 0x96, 0x8c, 0x8d, 0x17, 0x02, 0x30 +.byte 0xb4, 0xf9, 0xaf, 0x78, 0x1a, 0x8c, 0xb4, 0x36, 0x10, 0x10, 0x07, 0x05, 0x70, 0xd0, 0xf4, 0x31 +.byte 0x90, 0x8a, 0x51, 0xc5, 0x86, 0x26, 0x79, 0xb2, 0x11, 0x88, 0x5e, 0xc5, 0xf0, 0x0a, 0x54, 0xcd +.byte 0x49, 0xa6, 0xbf, 0x02, 0x9c, 0xd2, 0x44, 0xa7, 0xed, 0xe3, 0x78, 0xef, 0x46, 0x5e, 0x6d, 0x71 +.byte 0xd1, 0x79, 0x70, 0x1c, 0x46, 0x5f, 0x51, 0xe9, 0xc9, 0x37, 0xdc, 0x5f, 0x7e, 0x69, 0x7b, 0x41 +.byte 0xdf, 0x34, 0x45, 0xe0, 0x3b, 0x84, 0xf4, 0xa1, 0x8a, 0x0a, 0x36, 0x9e, 0x37, 0xcc, 0x62, 0x52 +.byte 0xe1, 0x89, 0x0d, 0x28, 0xf9, 0x7a, 0x23, 0xb1, 0x0d, 0x3d, 0x3d, 0x9a, 0xfd, 0x9d, 0x81, 0xef +.byte 0x2c, 0x90, 0xc0, 0x7b, 0x44, 0x4e, 0xbb, 0x49, 0xe0, 0x0e, 0x4a, 0x56, 0x92, 0xbc, 0xcb, 0xb5 +.byte 0xdd, 0x79, 0x17, 0x89, 0x91, 0xde, 0x61, 0x89, 0x74, 0x92, 0xa8, 0xe3, 0x32, 0x85, 0xbe, 0x4e +.byte 0x85, 0xa4, 0x4b, 0x59, 0xcb, 0x2b, 0xc5, 0x78, 0x8e, 0x71, 0x54, 0xd0, 0x02, 0x37, 0x99, 0x8c +.byte 0xe5, 0x49, 0xea, 0xe0, 0x54, 0x72, 0xa4, 0x11, 0x06, 0x2f, 0x0b, 0x8c, 0xc1, 0x5b, 0xbe, 0xb5 +.byte 0xa1, 0xb0, 0x53, 0x6e, 0x9c, 0xb8, 0x60, 0x91, 0x1f, 0x59, 0x6b, 0xf9, 0x2d, 0xf4, 0x94, 0x0a +.byte 0x97, 0xb5, 0xec, 0xc5, 0x76, 0x03, 0x54, 0x1b, 0x65, 0x52, 0xba, 0x4c, 0x92, 0x56, 0x51, 0x35 +.byte 0xa0, 0x40, 0xd8, 0x29, 0xdb, 0xae, 0x52, 0x76, 0x3b, 0x2d, 0x30, 0x40, 0x9b, 0x8a, 0xd0, 0x42 +.byte 0x56, 0xb4, 0xb7, 0x88, 0x01, 0xa4, 0x87, 0x3b, 0x53, 0x96, 0xcd, 0xa3, 0x16, 0x8f, 0xf3, 0x66 +.byte 0xaa, 0x17, 0xb1, 0xc7, 0x60, 0xe0, 0xc1, 0x43, 0x05, 0x0c, 0xee, 0x9b, 0x5b, 0x60, 0x6f, 0x06 +.byte 0x5c, 0x87, 0x5b, 0x27, 0xf9, 0x40, 0x11, 0x9e, 0x9c, 0x33, 0xc1, 0xb7, 0xe5, 0x35, 0x57, 0x05 +.byte 0x7f, 0x27, 0xce, 0x17, 0x20, 0x8c, 0x1c, 0xfc, 0xf1, 0xfb, 0xda, 0x31, 0x29, 0x49, 0xed, 0xf5 +.byte 0x0b, 0x84, 0xa7, 0x4f, 0xc1, 0xf6, 0x4e, 0xc2, 0x28, 0x9c, 0xfa, 0xee, 0xe0, 0xaf, 0x07, 0xfb +.byte 0x33, 0x11, 0x7a, 0x21, 0x4f, 0x0b, 0x21, 0x10, 0xb6, 0x40, 0x3a, 0xab, 0x22, 0x3a, 0x04, 0x9c +.byte 0x8b, 0x9b, 0x84, 0x86, 0x72, 0x9a, 0xd2, 0xa7, 0xa5, 0xc4, 0xb4, 0x75, 0x91, 0xa9, 0x2b, 0x23 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x41, 0x00, 0x26, 0x01, 0x30, 0x3f, 0x31, 0x24, 0x30, 0x22, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x20, 0x53, 0x69 +.byte 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f +.byte 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x44, 0x53, 0x54, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x58, 0x33, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xdf, 0xaf, 0xe9, 0x97, 0x50 +.byte 0x08, 0x83, 0x57, 0xb4, 0xcc, 0x62, 0x65, 0xf6, 0x90, 0x82, 0xec, 0xc7, 0xd3, 0x2c, 0x6b, 0x30 +.byte 0xca, 0x5b, 0xec, 0xd9, 0xc3, 0x7d, 0xc7, 0x40, 0xc1, 0x18, 0x14, 0x8b, 0xe0, 0xe8, 0x33, 0x76 +.byte 0x49, 0x2a, 0xe3, 0x3f, 0x21, 0x49, 0x93, 0xac, 0x4e, 0x0e, 0xaf, 0x3e, 0x48, 0xcb, 0x65, 0xee +.byte 0xfc, 0xd3, 0x21, 0x0f, 0x65, 0xd2, 0x2a, 0xd9, 0x32, 0x8f, 0x8c, 0xe5, 0xf7, 0x77, 0xb0, 0x12 +.byte 0x7b, 0xb5, 0x95, 0xc0, 0x89, 0xa3, 0xa9, 0xba, 0xed, 0x73, 0x2e, 0x7a, 0x0c, 0x06, 0x32, 0x83 +.byte 0xa2, 0x7e, 0x8a, 0x14, 0x30, 0xcd, 0x11, 0xa0, 0xe1, 0x2a, 0x38, 0xb9, 0x79, 0x0a, 0x31, 0xfd +.byte 0x50, 0xbd, 0x80, 0x65, 0xdf, 0xb7, 0x51, 0x63, 0x83, 0xc8, 0xe2, 0x88, 0x61, 0xea, 0x4b, 0x61 +.byte 0x81, 0xec, 0x52, 0x6b, 0xb9, 0xa2, 0xe2, 0x4b, 0x1a, 0x28, 0x9f, 0x48, 0xa3, 0x9e, 0x0c, 0xda +.byte 0x09, 0x8e, 0x3e, 0x17, 0x2e, 0x1e, 0xdd, 0x20, 0xdf, 0x5b, 0xc6, 0x2a, 0x8a, 0xab, 0x2e, 0xbd +.byte 0x70, 0xad, 0xc5, 0x0b, 0x1a, 0x25, 0x90, 0x74, 0x72, 0xc5, 0x7b, 0x6a, 0xab, 0x34, 0xd6, 0x30 +.byte 0x89, 0xff, 0xe5, 0x68, 0x13, 0x7b, 0x54, 0x0b, 0xc8, 0xd6, 0xae, 0xec, 0x5a, 0x9c, 0x92, 0x1e +.byte 0x3d, 0x64, 0xb3, 0x8c, 0xc6, 0xdf, 0xbf, 0xc9, 0x41, 0x70, 0xec, 0x16, 0x72, 0xd5, 0x26, 0xec +.byte 0x38, 0x55, 0x39, 0x43, 0xd0, 0xfc, 0xfd, 0x18, 0x5c, 0x40, 0xf1, 0x97, 0xeb, 0xd5, 0x9a, 0x9b +.byte 0x8d, 0x1d, 0xba, 0xda, 0x25, 0xb9, 0xc6, 0xd8, 0xdf, 0xc1, 0x15, 0x02, 0x3a, 0xab, 0xda, 0x6e +.byte 0xf1, 0x3e, 0x2e, 0xf5, 0x5c, 0x08, 0x9c, 0x3c, 0xd6, 0x83, 0x69, 0xe4, 0x10, 0x9b, 0x19, 0x2a +.byte 0xb6, 0x29, 0x57, 0xe3, 0xe5, 0x3d, 0x9b, 0x9f, 0xf0, 0x02, 0x5d, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x43, 0x00, 0x26, 0x02, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x52, 0x4f, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x43, 0x45 +.byte 0x52, 0x54, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x53, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x13, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f +.byte 0x54, 0x20, 0x43, 0x41, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0xc5, 0x75, 0x19, 0x91, 0x7d, 0x44, 0x74 +.byte 0x74, 0x87, 0xfe, 0x0e, 0x3b, 0x96, 0xdc, 0xd8, 0x01, 0x16, 0xcc, 0xee, 0x63, 0x91, 0xe7, 0x0b +.byte 0x6f, 0xce, 0x3b, 0x0a, 0x69, 0x1a, 0x7c, 0xc2, 0xe3, 0xaf, 0x82, 0x8e, 0x86, 0xd7, 0x5e, 0x8f +.byte 0x57, 0xeb, 0xd3, 0x21, 0x59, 0xfd, 0x39, 0x37, 0x42, 0x30, 0xbe, 0x50, 0xea, 0xb6, 0x0f, 0xa9 +.byte 0x88, 0xd8, 0x2e, 0x2d, 0x69, 0x21, 0xe7, 0xd1, 0x37, 0x18, 0x4e, 0x7d, 0x91, 0xd5, 0x16, 0x5f +.byte 0x6b, 0x5b, 0x00, 0xc2, 0x39, 0x43, 0x0d, 0x36, 0x85, 0x52, 0xb9, 0x53, 0x65, 0x0f, 0x1d, 0x42 +.byte 0xe5, 0x8f, 0xcf, 0x05, 0xd3, 0xee, 0xdc, 0x0c, 0x1a, 0xd9, 0xb8, 0x8b, 0x78, 0x22, 0x67, 0xe4 +.byte 0x69, 0xb0, 0x68, 0xc5, 0x3c, 0xe4, 0x6c, 0x5a, 0x46, 0xe7, 0xcd, 0xc7, 0xfa, 0xef, 0xc4, 0xec +.byte 0x4b, 0xbd, 0x6a, 0xa4, 0xac, 0xfd, 0xcc, 0x28, 0x51, 0xef, 0x92, 0xb4, 0x29, 0xab, 0xab, 0x35 +.byte 0x9a, 0x4c, 0xe4, 0xc4, 0x08, 0xc6, 0x26, 0xcc, 0xf8, 0x69, 0x9f, 0xe4, 0x9c, 0xf0, 0x29, 0xd3 +.byte 0x5c, 0xf9, 0xc6, 0x16, 0x25, 0x9e, 0x23, 0xc3, 0x20, 0xc1, 0x3d, 0x0f, 0x3f, 0x38, 0x40, 0xb0 +.byte 0xfe, 0x82, 0x44, 0x38, 0xaa, 0x5a, 0x1a, 0x8a, 0x6b, 0x63, 0x58, 0x38, 0xb4, 0x15, 0xd3, 0xb6 +.byte 0x11, 0x69, 0x7b, 0x1e, 0x54, 0xee, 0x8c, 0x1a, 0x22, 0xac, 0x72, 0x97, 0x3f, 0x23, 0x59, 0x9b +.byte 0xc9, 0x22, 0x84, 0xc1, 0x07, 0x4f, 0xcc, 0x7f, 0xe2, 0x57, 0xca, 0x12, 0x70, 0xbb, 0xa6, 0x65 +.byte 0xf3, 0x69, 0x75, 0x63, 0xbd, 0x95, 0xfb, 0x1b, 0x97, 0xcd, 0xe4, 0xa8, 0xaf, 0xf6, 0xd1, 0x4e +.byte 0xa8, 0xd9, 0x8a, 0x71, 0x24, 0xcd, 0x36, 0x3d, 0xbc, 0x96, 0xc4, 0xf1, 0x6c, 0xa9, 0xae, 0xe5 +.byte 0xcf, 0x0d, 0x6e, 0x28, 0x0d, 0xb0, 0x0e, 0xb5, 0xca, 0x51, 0x7b, 0x78, 0x14, 0xc3, 0x20, 0x2f +.byte 0x7f, 0xfb, 0x14, 0x55, 0xe1, 0x11, 0x99, 0xfd, 0xd5, 0x0a, 0xa1, 0x9e, 0x02, 0xe3, 0x62, 0x5f +.byte 0xeb, 0x35, 0x4b, 0x2c, 0xb8, 0x72, 0xe8, 0x3e, 0x3d, 0x4f, 0xac, 0x2c, 0xbb, 0x2e, 0x86, 0xe2 +.byte 0xa3, 0x76, 0x8f, 0xe5, 0x93, 0x2a, 0xcf, 0xa5, 0xab, 0xc8, 0x5c, 0x8d, 0x4b, 0x06, 0xff, 0x12 +.byte 0x46, 0xac, 0x78, 0xcb, 0x14, 0x07, 0x35, 0xe0, 0xa9, 0xdf, 0x8b, 0xe9, 0xaf, 0x15, 0x4f, 0x16 +.byte 0x89, 0x5b, 0xbd, 0xf6, 0x8d, 0xc6, 0x59, 0xae, 0x88, 0x85, 0x0e, 0xc1, 0x89, 0xeb, 0x1f, 0x67 +.byte 0xc5, 0x45, 0x8e, 0xff, 0x6d, 0x37, 0x36, 0x2b, 0x78, 0x66, 0x83, 0x91, 0x51, 0x2b, 0x3d, 0xff +.byte 0x51, 0x77, 0x76, 0x62, 0xa1, 0xec, 0x67, 0x3e, 0x3e, 0x81, 0x83, 0xe0, 0x56, 0xa9, 0x50, 0x1f +.byte 0x1f, 0x7a, 0x99, 0xab, 0x63, 0xbf, 0x84, 0x17, 0x77, 0xf1, 0x0d, 0x3b, 0xdf, 0xf7, 0x9c, 0x61 +.byte 0xb3, 0x35, 0x98, 0x8a, 0x3a, 0xb2, 0xec, 0x3c, 0x1a, 0x37, 0x3f, 0x7e, 0x8f, 0x92, 0xcf, 0xd9 +.byte 0x12, 0x14, 0x64, 0xda, 0x10, 0x02, 0x15, 0x41, 0xff, 0x4f, 0xc4, 0xeb, 0x1c, 0xa3, 0xc9, 0xfa +.byte 0x99, 0xf7, 0x46, 0xe9, 0xe1, 0x18, 0xd9, 0xb1, 0xb8, 0x32, 0x2d, 0xcb, 0x14, 0x0c, 0x50, 0xd8 +.byte 0x83, 0x65, 0x83, 0xee, 0xb9, 0x5c, 0xcf, 0xcb, 0x05, 0x5a, 0x4c, 0xfa, 0x19, 0x97, 0x6b, 0xd6 +.byte 0x5d, 0x13, 0xd3, 0xc2, 0x5c, 0x54, 0xbc, 0x32, 0x73, 0xa0, 0x78, 0xf5, 0xf1, 0x6d, 0x1e, 0xcb +.byte 0x9f, 0xa5, 0xa6, 0x9f, 0x22, 0xdc, 0xd1, 0x51, 0x9e, 0x82, 0x79, 0x64, 0x60, 0x29, 0x13, 0x3e +.byte 0xa3, 0xfd, 0x4f, 0x72, 0x6a, 0xab, 0xe2, 0xd4, 0xe5, 0xb8, 0x24, 0x55, 0x2c, 0x44, 0x4b, 0x8a +.byte 0x88, 0x44, 0x9c, 0xca, 0x84, 0xd3, 0x2a, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x43, 0x00, 0x26 +.byte 0x02, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72 +.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x13, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65 +.byte 0x6d, 0x69, 0x75, 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xc4, 0x12, 0xdf, 0xa9, 0x5f, 0xfe, 0x41, 0xdd, 0xdd, 0xf5, 0x9f +.byte 0x8a, 0xe3, 0xf6, 0xac, 0xe1, 0x3c, 0x78, 0x9a, 0xbc, 0xd8, 0xf0, 0x7f, 0x7a, 0xa0, 0x33, 0x2a +.byte 0xdc, 0x8d, 0x20, 0x5b, 0xae, 0x2d, 0x6f, 0xe7, 0x93, 0xd9, 0x36, 0x70, 0x6a, 0x68, 0xcf, 0x8e +.byte 0x51, 0xa3, 0x85, 0x5b, 0x67, 0x04, 0xa0, 0x10, 0x24, 0x6f, 0x5d, 0x28, 0x82, 0xc1, 0x97, 0x57 +.byte 0xd8, 0x48, 0x29, 0x13, 0xb6, 0xe1, 0xbe, 0x91, 0x4d, 0xdf, 0x85, 0x0c, 0x53, 0x18, 0x9a, 0x1e +.byte 0x24, 0xa2, 0x4f, 0x8f, 0xf0, 0xa2, 0x85, 0x0b, 0xcb, 0xf4, 0x29, 0x7f, 0xd2, 0xa4, 0x58, 0xee +.byte 0x26, 0x4d, 0xc9, 0xaa, 0xa8, 0x7b, 0x9a, 0xd9, 0xfa, 0x38, 0xde, 0x44, 0x57, 0x15, 0xe5, 0xf8 +.byte 0x8c, 0xc8, 0xd9, 0x48, 0xe2, 0x0d, 0x16, 0x27, 0x1d, 0x1e, 0xc8, 0x83, 0x85, 0x25, 0xb7, 0xba +.byte 0xaa, 0x55, 0x41, 0xcc, 0x03, 0x22, 0x4b, 0x2d, 0x91, 0x8d, 0x8b, 0xe6, 0x89, 0xaf, 0x66, 0xc7 +.byte 0xe9, 0xff, 0x2b, 0xe9, 0x3c, 0xac, 0xda, 0xd2, 0xb3, 0xc3, 0xe1, 0x68, 0x9c, 0x89, 0xf8, 0x7a +.byte 0x00, 0x56, 0xde, 0xf4, 0x55, 0x95, 0x6c, 0xfb, 0xba, 0x64, 0xdd, 0x62, 0x8b, 0xdf, 0x0b, 0x77 +.byte 0x32, 0xeb, 0x62, 0xcc, 0x26, 0x9a, 0x9b, 0xbb, 0xaa, 0x62, 0x83, 0x4c, 0xb4, 0x06, 0x7a, 0x30 +.byte 0xc8, 0x29, 0xbf, 0xed, 0x06, 0x4d, 0x97, 0xb9, 0x1c, 0xc4, 0x31, 0x2b, 0xd5, 0x5f, 0xbc, 0x53 +.byte 0x12, 0x17, 0x9c, 0x99, 0x57, 0x29, 0x66, 0x77, 0x61, 0x21, 0x31, 0x07, 0x2e, 0x25, 0x49, 0x9d +.byte 0x18, 0xf2, 0xee, 0xf3, 0x2b, 0x71, 0x8c, 0xb5, 0xba, 0x39, 0x07, 0x49, 0x77, 0xfc, 0xef, 0x2e +.byte 0x92, 0x90, 0x05, 0x8d, 0x2d, 0x2f, 0x77, 0x7b, 0xef, 0x43, 0xbf, 0x35, 0xbb, 0x9a, 0xd8, 0xf9 +.byte 0x73, 0xa7, 0x2c, 0xf2, 0xd0, 0x57, 0xee, 0x28, 0x4e, 0x26, 0x5f, 0x8f, 0x90, 0x68, 0x09, 0x2f +.byte 0xb8, 0xf8, 0xdc, 0x06, 0xe9, 0x2e, 0x9a, 0x3e, 0x51, 0xa7, 0xd1, 0x22, 0xc4, 0x0a, 0xa7, 0x38 +.byte 0x48, 0x6c, 0xb3, 0xf9, 0xff, 0x7d, 0xab, 0x86, 0x57, 0xe3, 0xba, 0xd6, 0x85, 0x78, 0x77, 0xba +.byte 0x43, 0xea, 0x48, 0x7f, 0xf6, 0xd8, 0xbe, 0x23, 0x6d, 0x1e, 0xbf, 0xd1, 0x36, 0x6c, 0x58, 0x5c +.byte 0xf1, 0xee, 0xa4, 0x19, 0x54, 0x1a, 0xf5, 0x03, 0xd2, 0x76, 0xe6, 0xe1, 0x8c, 0xbd, 0x3c, 0xb3 +.byte 0xd3, 0x48, 0x4b, 0xe2, 0xc8, 0xf8, 0x7f, 0x92, 0xa8, 0x76, 0x46, 0x9c, 0x42, 0x65, 0x3e, 0xa4 +.byte 0x1e, 0xc1, 0x07, 0x03, 0x5a, 0x46, 0x2d, 0xb8, 0x97, 0xf3, 0xb7, 0xd5, 0xb2, 0x55, 0x21, 0xef +.byte 0xba, 0xdc, 0x4c, 0x00, 0x97, 0xfb, 0x14, 0x95, 0x27, 0x33, 0xbf, 0xe8, 0x43, 0x47, 0x46, 0xd2 +.byte 0x08, 0x99, 0x16, 0x60, 0x3b, 0x9a, 0x7e, 0xd2, 0xe6, 0xed, 0x38, 0xea, 0xec, 0x01, 0x1e, 0x3c +.byte 0x48, 0x56, 0x49, 0x09, 0xc7, 0x4c, 0x37, 0x00, 0x9e, 0x88, 0x0e, 0xc0, 0x73, 0xe1, 0x6f, 0x66 +.byte 0xe9, 0x72, 0x47, 0x30, 0x3e, 0x10, 0xe5, 0x0b, 0x03, 0xc9, 0x9a, 0x42, 0x00, 0x6c, 0xc5, 0x94 +.byte 0x7e, 0x61, 0xc4, 0x8a, 0xdf, 0x7f, 0x82, 0x1a, 0x0b, 0x59, 0xc4, 0x59, 0x32, 0x77, 0xb3, 0xbc +.byte 0x60, 0x69, 0x56, 0x39, 0xfd, 0xb4, 0x06, 0x7b, 0x2c, 0xd6, 0x64, 0x36, 0xd9, 0xbd, 0x48, 0xed +.byte 0x84, 0x1f, 0x7e, 0xa5, 0x22, 0x8f, 0x2a, 0xb8, 0x42, 0xf4, 0x82, 0xb7, 0xd4, 0x53, 0x90, 0x78 +.byte 0x4e, 0x2d, 0x1a, 0xfd, 0x81, 0x6f, 0x44, 0xd7, 0x3b, 0x01, 0x74, 0x96, 0x42, 0xe0, 0x00, 0xe2 +.byte 0x2e, 0x6b, 0xea, 0xc5, 0xee, 0x72, 0xac, 0xbb, 0xbf, 0xfe, 0xea, 0xaa, 0xa8, 0xf8, 0xdc, 0xf6 +.byte 0xb2, 0x79, 0x8a, 0xb6, 0x67, 0x02, 0x03, 0x01, 0x00, 0x01, 0x44, 0x00, 0x26, 0x02, 0x30, 0x42 +.byte 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x09, 0x41, 0x43, 0x43, 0x56, 0x52 +.byte 0x41, 0x49, 0x5a, 0x31, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x07, 0x50 +.byte 0x4b, 0x49, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x04, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x45, 0x53, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0x9b, 0xa9, 0xab, 0xbf, 0x61, 0x4a, 0x97, 0xaf, 0x2f, 0x97, 0x66, 0x9a, 0x74 +.byte 0x5f, 0xd0, 0xd9, 0x96, 0xfd, 0xcf, 0xe2, 0xe4, 0x66, 0xef, 0x1f, 0x1f, 0x47, 0x33, 0xc2, 0x44 +.byte 0xa3, 0xdf, 0x9a, 0xde, 0x1f, 0xb5, 0x54, 0xdd, 0x15, 0x7c, 0x69, 0x35, 0x11, 0x6f, 0xbb, 0xc8 +.byte 0x0c, 0x8e, 0x6a, 0x18, 0x1e, 0xd8, 0x8f, 0xd9, 0x16, 0xbc, 0x10, 0x48, 0x36, 0x5c, 0xf0, 0x63 +.byte 0xb3, 0x90, 0x5a, 0x5c, 0x24, 0x37, 0xd7, 0xa3, 0xd6, 0xcb, 0x09, 0x71, 0xb9, 0xf1, 0x01, 0x72 +.byte 0x84, 0xb0, 0x7d, 0xdb, 0x4d, 0x80, 0xcd, 0xfc, 0xd3, 0x6f, 0xc9, 0xf8, 0xda, 0xb6, 0x0e, 0x82 +.byte 0xd2, 0x45, 0x85, 0xa8, 0x1b, 0x68, 0xa8, 0x3d, 0xe8, 0xf4, 0x44, 0x6c, 0xbd, 0xa1, 0xc2, 0xcb +.byte 0x03, 0xbe, 0x8c, 0x3e, 0x13, 0x00, 0x84, 0xdf, 0x4a, 0x48, 0xc0, 0xe3, 0x22, 0x0a, 0xe8, 0xe9 +.byte 0x37, 0xa7, 0x18, 0x4c, 0xb1, 0x09, 0x0d, 0x23, 0x56, 0x7f, 0x04, 0x4d, 0xd9, 0x17, 0x84, 0x18 +.byte 0xa5, 0xc8, 0xda, 0x40, 0x94, 0x73, 0xeb, 0xce, 0x0e, 0x57, 0x3c, 0x03, 0x81, 0x3a, 0x9d, 0x0a +.byte 0xa1, 0x57, 0x43, 0x69, 0xac, 0x57, 0x6d, 0x79, 0x90, 0x78, 0xe5, 0xb5, 0xb4, 0x3b, 0xd8, 0xbc +.byte 0x4c, 0x8d, 0x28, 0xa1, 0xa7, 0xa3, 0xa7, 0xba, 0x02, 0x4e, 0x25, 0xd1, 0x2a, 0xae, 0xed, 0xae +.byte 0x03, 0x22, 0xb8, 0x6b, 0x20, 0x0f, 0x30, 0x28, 0x54, 0x95, 0x7f, 0xe0, 0xee, 0xce, 0x0a, 0x66 +.byte 0x9d, 0xd1, 0x40, 0x2d, 0x6e, 0x22, 0xaf, 0x9d, 0x1a, 0xc1, 0x05, 0x19, 0xd2, 0x6f, 0xc0, 0xf2 +.byte 0x9f, 0xf8, 0x7b, 0xb3, 0x02, 0x42, 0xfb, 0x50, 0xa9, 0x1d, 0x2d, 0x93, 0x0f, 0x23, 0xab, 0xc6 +.byte 0xc1, 0x0f, 0x92, 0xff, 0xd0, 0xa2, 0x15, 0xf5, 0x53, 0x09, 0x71, 0x1c, 0xff, 0x45, 0x13, 0x84 +.byte 0xe6, 0x26, 0x5e, 0xf8, 0xe0, 0x88, 0x1c, 0x0a, 0xfc, 0x16, 0xb6, 0xa8, 0x73, 0x06, 0xb8, 0xf0 +.byte 0x63, 0x84, 0x02, 0xa0, 0xc6, 0x5a, 0xec, 0xe7, 0x74, 0xdf, 0x70, 0xae, 0xa3, 0x83, 0x25, 0xea +.byte 0xd6, 0xc7, 0x97, 0x87, 0x93, 0xa7, 0xc6, 0x8a, 0x8a, 0x33, 0x97, 0x60, 0x37, 0x10, 0x3e, 0x97 +.byte 0x3e, 0x6e, 0x29, 0x15, 0xd6, 0xa1, 0x0f, 0xd1, 0x88, 0x2c, 0x12, 0x9f, 0x6f, 0xaa, 0xa4, 0xc6 +.byte 0x42, 0xeb, 0x41, 0xa2, 0xe3, 0x95, 0x43, 0xd3, 0x01, 0x85, 0x6d, 0x8e, 0xbb, 0x3b, 0xf3, 0x23 +.byte 0x36, 0xc7, 0xfe, 0x3b, 0xe0, 0xa1, 0x25, 0x07, 0x48, 0xab, 0xc9, 0x89, 0x74, 0xff, 0x08, 0x8f +.byte 0x80, 0xbf, 0xc0, 0x96, 0x65, 0xf3, 0xee, 0xec, 0x4b, 0x68, 0xbd, 0x9d, 0x88, 0xc3, 0x31, 0xb3 +.byte 0x40, 0xf1, 0xe8, 0xcf, 0xf6, 0x38, 0xbb, 0x9c, 0xe4, 0xd1, 0x7f, 0xd4, 0xe5, 0x58, 0x9b, 0x7c +.byte 0xfa, 0xd4, 0xf3, 0x0e, 0x9b, 0x75, 0x91, 0xe4, 0xba, 0x52, 0x2e, 0x19, 0x7e, 0xd1, 0xf5, 0xcd +.byte 0x5a, 0x19, 0xfc, 0xba, 0x06, 0xf6, 0xfb, 0x52, 0xa8, 0x4b, 0x99, 0x04, 0xdd, 0xf8, 0xf9, 0xb4 +.byte 0x8b, 0x50, 0xa3, 0x4e, 0x62, 0x89, 0xf0, 0x87, 0x24, 0xfa, 0x83, 0x42, 0xc1, 0x87, 0xfa, 0xd5 +.byte 0x2d, 0x29, 0x2a, 0x5a, 0x71, 0x7a, 0x64, 0x6a, 0xd7, 0x27, 0x60, 0x63, 0x0d, 0xdb, 0xce, 0x49 +.byte 0xf5, 0x8d, 0x1f, 0x90, 0x89, 0x32, 0x17, 0xf8, 0x73, 0x43, 0xb8, 0xd2, 0x5a, 0x93, 0x86, 0x61 +.byte 0xd6, 0xe1, 0x75, 0x0a, 0xea, 0x79, 0x66, 0x76, 0x88, 0x4f, 0x71, 0xeb, 0x04, 0x25, 0xd6, 0x0a +.byte 0x5a, 0x7a, 0x93, 0xe5, 0xb9, 0x4b, 0x17, 0x40, 0x0f, 0xb1, 0xb6, 0xb9, 0xf5, 0xde, 0x4f, 0xdc +.byte 0xe0, 0xb3, 0xac, 0x3b, 0x11, 0x70, 0x60, 0x84, 0x4a, 0x43, 0x6e, 0x99, 0x20, 0xc0, 0x29, 0x71 +.byte 0x0a, 0xc0, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x45, 0x00, 0x26, 0x02, 0x30, 0x43, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69, 0x6e, 0x61 +.byte 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x0d, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xbd, 0x55, 0x7c, 0x61, 0xd3, 0xb8, 0x1d, 0x04, 0x62, 0x05, 0xa0, 0xae, 0x6c, 0xb7 +.byte 0x70, 0xb4, 0x41, 0xea, 0x4b, 0x03, 0x5e, 0x10, 0x3f, 0x90, 0x5a, 0x1c, 0x8b, 0x3b, 0xb0, 0x66 +.byte 0x8b, 0x6c, 0x48, 0xa6, 0x1c, 0x22, 0xba, 0xd5, 0x40, 0x92, 0xee, 0x33, 0xb2, 0x23, 0x59, 0xc9 +.byte 0x8e, 0xbc, 0x58, 0xda, 0x8b, 0x9e, 0xd0, 0x19, 0xf2, 0x2f, 0x59, 0xc6, 0x8c, 0x63, 0x5a, 0xba +.byte 0x9f, 0xa3, 0x0b, 0xb0, 0xb3, 0x9a, 0x5c, 0xba, 0x11, 0xb8, 0x12, 0xe9, 0x0c, 0xbb, 0xcf, 0x6e +.byte 0x6c, 0x80, 0x87, 0x29, 0x14, 0x03, 0x2c, 0x8d, 0x24, 0x9a, 0xc8, 0x64, 0x83, 0xb5, 0x6a, 0xac +.byte 0x13, 0x2c, 0x33, 0xf1, 0x9f, 0xdc, 0x2c, 0x61, 0x3c, 0x1a, 0x3f, 0x70, 0x55, 0x9b, 0xad, 0x00 +.byte 0x52, 0x7f, 0xcf, 0x04, 0xb9, 0xfe, 0x36, 0xfa, 0x9c, 0xc0, 0x16, 0xae, 0x62, 0xfe, 0x96, 0x4c +.byte 0x43, 0x7e, 0x55, 0x14, 0xbe, 0x1a, 0xb3, 0xd2, 0x6d, 0xc2, 0xaf, 0x76, 0x66, 0x95, 0x6b, 0x2a +.byte 0xb0, 0x94, 0x77, 0x85, 0x5e, 0x04, 0x0f, 0x62, 0x1d, 0x63, 0x75, 0xf7, 0x6b, 0xe7, 0xcb, 0x5b +.byte 0x9a, 0x70, 0xec, 0x3e, 0x67, 0x05, 0xf0, 0xfe, 0x07, 0x08, 0x80, 0xcf, 0x28, 0xdb, 0x05, 0xc6 +.byte 0x14, 0x27, 0x2f, 0x86, 0x7d, 0xf0, 0x27, 0xde, 0xff, 0xe6, 0x7e, 0x33, 0x48, 0xe7, 0x0b, 0x1e +.byte 0x58, 0xd1, 0x27, 0x2b, 0x53, 0x0e, 0x57, 0x4a, 0x65, 0xd7, 0xfb, 0xa2, 0x80, 0x60, 0xfc, 0x4c +.byte 0xbc, 0x35, 0x53, 0x01, 0x6a, 0x97, 0x72, 0x82, 0xaf, 0xf1, 0x1d, 0x70, 0xe8, 0x9c, 0xf5, 0xef +.byte 0x5e, 0xc2, 0x6c, 0xc7, 0x47, 0x7e, 0x5a, 0x94, 0x85, 0x26, 0x4d, 0x3b, 0xba, 0xeb, 0x4c, 0xe8 +.byte 0xb0, 0x09, 0xc2, 0x65, 0xc2, 0x9d, 0x9d, 0x09, 0x9b, 0x4e, 0xb5, 0x97, 0x05, 0xac, 0xf5, 0x06 +.byte 0xa0, 0xf7, 0x36, 0x05, 0x7e, 0xf4, 0x90, 0xb2, 0x6b, 0xc4, 0xb4, 0xf9, 0x64, 0xea, 0xe9, 0x1a +.byte 0x0a, 0xc8, 0x0d, 0xa8, 0xed, 0x27, 0xc9, 0xd4, 0xe7, 0xb3, 0xb9, 0xab, 0x82, 0x22, 0x90, 0x27 +.byte 0x3d, 0x2a, 0xe8, 0x7c, 0x90, 0xef, 0xbc, 0x4f, 0xfd, 0xe2, 0x0a, 0x24, 0xa7, 0xde, 0x65, 0x24 +.byte 0xa4, 0x5d, 0xea, 0xc0, 0x76, 0x30, 0xd3, 0x77, 0x50, 0xf8, 0x0d, 0x04, 0x9b, 0x94, 0x36, 0x01 +.byte 0x73, 0xca, 0x06, 0x58, 0xa6, 0xd3, 0x3b, 0xdc, 0xfa, 0x04, 0x46, 0x13, 0x55, 0x8a, 0xc9, 0x44 +.byte 0x47, 0xb8, 0x51, 0x39, 0x1a, 0x2e, 0xe8, 0x34, 0xe2, 0x79, 0xcb, 0x59, 0x4a, 0x0a, 0x7f, 0xbc +.byte 0xa6, 0xef, 0x1f, 0x03, 0x67, 0x6a, 0x59, 0x2b, 0x25, 0x62, 0x93, 0xd9, 0x53, 0x19, 0x66, 0x3c +.byte 0x27, 0x62, 0x29, 0x86, 0x4d, 0xa4, 0x6b, 0xee, 0xff, 0xd4, 0x4e, 0xba, 0xd5, 0xb4, 0xe2, 0x8e +.byte 0x48, 0x5a, 0x00, 0x19, 0x09, 0xf1, 0x05, 0xd9, 0xce, 0x91, 0xb1, 0xf7, 0xeb, 0xe9, 0x39, 0x4f +.byte 0xf6, 0x6f, 0x04, 0x43, 0x9a, 0x55, 0xf5, 0x3e, 0x05, 0x14, 0xbd, 0xbf, 0xb3, 0x59, 0xb4, 0xd8 +.byte 0x8e, 0x33, 0x84, 0xa3, 0x90, 0x52, 0xaa, 0xb3, 0x02, 0x95, 0x60, 0xf9, 0x0c, 0x4c, 0x68, 0xf9 +.byte 0xee, 0xd5, 0x17, 0x0d, 0xf8, 0x71, 0x57, 0xb5, 0x25, 0xe4, 0x29, 0xee, 0x65, 0x5d, 0xaf, 0xd1 +.byte 0xee, 0x3c, 0x17, 0x0b, 0x5a, 0x43, 0xc5, 0xa5, 0x86, 0xea, 0x24, 0x9e, 0xe2, 0x05, 0x07, 0xdc +.byte 0x34, 0x42, 0x12, 0x91, 0xd6, 0x39, 0x74, 0xae, 0x4c, 0x41, 0x82, 0xdb, 0xf2, 0xa6, 0x48, 0xd1 +.byte 0xb3, 0x9b, 0xf3, 0x33, 0xaa, 0xf3, 0xa6, 0xc0, 0xc5, 0x4e, 0xf5, 0xf4, 0x9d, 0x76, 0x63, 0xe6 +.byte 0x02, 0xc6, 0x22, 0x4b, 0xc1, 0x95, 0x3f, 0x50, 0x64, 0x2c, 0x54, 0xe5, 0xb6, 0xf0, 0x3c, 0x29 +.byte 0xcf, 0x57, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x02, 0x30, 0x44, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x49, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x46, 0x69, 0x6e, 0x6c, 0x61 +.byte 0x6e, 0x64, 0x20, 0x4f, 0x79, 0x6a, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x10, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76 +.byte 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xb2, 0xd0, 0x3f, 0x07, 0xbc, 0xe2, 0x7b, 0xd0, 0x6b, 0x99, 0xf8, 0xe2, 0x77, 0x69 +.byte 0xe7, 0xce, 0x9d, 0xa4, 0x03, 0xbc, 0x82, 0x6d, 0xa1, 0xfe, 0x81, 0x65, 0x1f, 0x4c, 0x27, 0xac +.byte 0x8e, 0x00, 0xba, 0x16, 0x7b, 0xeb, 0x30, 0x6a, 0x00, 0xc0, 0xb3, 0x74, 0x68, 0x7e, 0xb2, 0xaf +.byte 0xc7, 0xd5, 0x62, 0xb3, 0x7a, 0x3f, 0x50, 0xca, 0x8c, 0x36, 0x44, 0x24, 0x63, 0xd2, 0x36, 0xe9 +.byte 0x0c, 0x85, 0xf6, 0x43, 0x76, 0xd5, 0x4c, 0xa1, 0x60, 0x72, 0x67, 0xe2, 0x28, 0x33, 0xa5, 0xcb +.byte 0x31, 0xb8, 0x3a, 0x22, 0x23, 0x34, 0xb8, 0x7d, 0xbd, 0x56, 0x22, 0x40, 0x9d, 0xea, 0xf4, 0x7b +.byte 0x03, 0xad, 0x68, 0xfc, 0xb2, 0x81, 0x4f, 0x98, 0xd0, 0x74, 0xea, 0x8d, 0xe5, 0x7d, 0xcd, 0x63 +.byte 0xc3, 0xa3, 0xf6, 0xde, 0x92, 0xc2, 0x58, 0x19, 0xe0, 0x96, 0xbb, 0xc5, 0xc4, 0xa9, 0x3d, 0xa5 +.byte 0x74, 0x96, 0xfe, 0xaf, 0xf9, 0x89, 0xaa, 0xbd, 0x95, 0x17, 0x54, 0xd8, 0x78, 0x44, 0xf1, 0x0c +.byte 0x77, 0x15, 0x92, 0xe0, 0x98, 0x42, 0xa7, 0xa4, 0xd6, 0xaa, 0x20, 0x92, 0xcd, 0xc1, 0xa0, 0xb3 +.byte 0x96, 0xb2, 0x3a, 0x84, 0x42, 0x8d, 0x7d, 0xd5, 0x95, 0xe4, 0xd6, 0xdb, 0xe9, 0x62, 0xc4, 0x58 +.byte 0xb3, 0x79, 0xc5, 0x8c, 0xd3, 0x35, 0x33, 0x83, 0x9f, 0x75, 0xa1, 0x52, 0x27, 0x61, 0x38, 0xf1 +.byte 0x59, 0x3d, 0x8e, 0x50, 0xe0, 0xbd, 0x79, 0x3c, 0xe7, 0x6c, 0x96, 0xfe, 0x5e, 0xd9, 0x02, 0x65 +.byte 0xb4, 0x8e, 0x5c, 0xd0, 0x11, 0x34, 0xdf, 0x5d, 0xbf, 0x52, 0xa7, 0x81, 0x00, 0xc3, 0x7f, 0x99 +.byte 0x45, 0x99, 0x15, 0xd5, 0x17, 0xc8, 0x0a, 0x53, 0xec, 0x63, 0xf3, 0x99, 0x7d, 0xcc, 0x69, 0x12 +.byte 0x86, 0xc2, 0x17, 0xf0, 0x01, 0x9e, 0xbf, 0x84, 0xbc, 0xd1, 0x52, 0xcb, 0x1b, 0x92, 0x66, 0xce +.byte 0xa4, 0x53, 0xe5, 0xa1, 0xbf, 0xc4, 0xdb, 0x09, 0xd6, 0xe6, 0x89, 0x56, 0x2b, 0xc8, 0xe3, 0x7c +.byte 0xde, 0xe3, 0xff, 0x89, 0xe5, 0x35, 0x6e, 0x28, 0xe8, 0x6c, 0x0b, 0x23, 0x51, 0xa9, 0x25, 0x05 +.byte 0xeb, 0x48, 0xf8, 0xdd, 0xb1, 0xca, 0xfa, 0x6c, 0x08, 0x51, 0xef, 0xb7, 0x18, 0x6c, 0x44, 0xca +.byte 0x26, 0xe1, 0x73, 0xc6, 0x89, 0x06, 0x81, 0xe5, 0x8a, 0xac, 0xb0, 0xe2, 0x29, 0xc6, 0xb9, 0x24 +.byte 0xb3, 0x6b, 0x44, 0x11, 0xf4, 0xa5, 0x43, 0xc2, 0x4c, 0x43, 0xe5, 0x70, 0x36, 0x8c, 0xb6, 0x33 +.byte 0x57, 0x7a, 0x95, 0x2e, 0x82, 0xa0, 0xf4, 0x5c, 0x10, 0xb3, 0x61, 0x83, 0xf6, 0x02, 0x05, 0x86 +.byte 0x2e, 0x7c, 0x2d, 0x6c, 0xdc, 0x03, 0x46, 0x6e, 0x35, 0x93, 0xd5, 0x7a, 0x95, 0x2f, 0xde, 0x20 +.byte 0xd8, 0x5b, 0x7e, 0x94, 0x90, 0x04, 0x6a, 0xba, 0x59, 0x3d, 0x04, 0x05, 0x75, 0x9d, 0x37, 0xa2 +.byte 0x0e, 0x2e, 0x3d, 0xeb, 0xc1, 0xa4, 0x52, 0x83, 0xfe, 0xd0, 0x6b, 0xd4, 0x66, 0x8e, 0xdc, 0xc6 +.byte 0xe9, 0x12, 0x4e, 0x1d, 0x2a, 0x57, 0xaa, 0x10, 0xbc, 0x7c, 0x5e, 0x82, 0x7d, 0xa6, 0xa6, 0xc9 +.byte 0xf2, 0x2d, 0xb9, 0xf5, 0x17, 0x27, 0xad, 0xd1, 0x0e, 0x89, 0x54, 0x2b, 0x95, 0xfa, 0xc0, 0xad +.byte 0x1d, 0x98, 0x14, 0x78, 0x33, 0x42, 0x86, 0x0a, 0xa9, 0x73, 0xb5, 0xfb, 0x74, 0x0d, 0xb7, 0x1b +.byte 0x30, 0x19, 0xc4, 0x5a, 0x0e, 0x1c, 0x27, 0xb7, 0xda, 0x18, 0xd0, 0xff, 0x8a, 0xc8, 0x05, 0xba +.byte 0xf1, 0xaa, 0x1c, 0xa2, 0x37, 0xb7, 0xe6, 0x48, 0xa4, 0x46, 0x2c, 0x94, 0xea, 0xa8, 0x76, 0x62 +.byte 0x47, 0x8b, 0x10, 0x53, 0x07, 0x48, 0x57, 0x6c, 0xe2, 0x92, 0x4d, 0xb6, 0xae, 0x05, 0xcb, 0xdc +.byte 0xc1, 0x4a, 0x5e, 0x8f, 0xac, 0x3d, 0x19, 0x4e, 0xc2, 0xed, 0x60, 0x75, 0x2b, 0xdb, 0xc1, 0xca +.byte 0x42, 0xd5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x01, 0x30, 0x44, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66, 0x69, 0x72 +.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61 +.byte 0x6c, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xf6, 0x1b, 0x4f, 0x67, 0x07, 0x2b, 0xa1, 0x15, 0xf5, 0x06, 0x22, 0xcb, 0x1f, 0x01 +.byte 0xb2, 0xe3, 0x73, 0x45, 0x06, 0x44, 0x49, 0x2c, 0xbb, 0x49, 0x25, 0x14, 0xd6, 0xce, 0xc3, 0xb7 +.byte 0xab, 0x2c, 0x4f, 0xc6, 0x41, 0x32, 0x94, 0x57, 0xfa, 0x12, 0xa7, 0x5b, 0x0e, 0xe2, 0x8f, 0x1f +.byte 0x1e, 0x86, 0x19, 0xa7, 0xaa, 0xb5, 0x2d, 0xb9, 0x5f, 0x0d, 0x8a, 0xc2, 0xaf, 0x85, 0x35, 0x79 +.byte 0x32, 0x2d, 0xbb, 0x1c, 0x62, 0x37, 0xf2, 0xb1, 0x5b, 0x4a, 0x3d, 0xca, 0xcd, 0x71, 0x5f, 0xe9 +.byte 0x42, 0xbe, 0x94, 0xe8, 0xc8, 0xde, 0xf9, 0x22, 0x48, 0x64, 0xc6, 0xe5, 0xab, 0xc6, 0x2b, 0x6d +.byte 0xad, 0x05, 0xf0, 0xfa, 0xd5, 0x0b, 0xcf, 0x9a, 0xe5, 0xf0, 0x50, 0xa4, 0x8b, 0x3b, 0x47, 0xa5 +.byte 0x23, 0x5b, 0x7a, 0x7a, 0xf8, 0x33, 0x3f, 0xb8, 0xef, 0x99, 0x97, 0xe3, 0x20, 0xc1, 0xd6, 0x28 +.byte 0x89, 0xcf, 0x94, 0xfb, 0xb9, 0x45, 0xed, 0xe3, 0x40, 0x17, 0x11, 0xd4, 0x74, 0xf0, 0x0b, 0x31 +.byte 0xe2, 0x2b, 0x26, 0x6a, 0x9b, 0x4c, 0x57, 0xae, 0xac, 0x20, 0x3e, 0xba, 0x45, 0x7a, 0x05, 0xf3 +.byte 0xbd, 0x9b, 0x69, 0x15, 0xae, 0x7d, 0x4e, 0x20, 0x63, 0xc4, 0x35, 0x76, 0x3a, 0x07, 0x02, 0xc9 +.byte 0x37, 0xfd, 0xc7, 0x47, 0xee, 0xe8, 0xf1, 0x76, 0x1d, 0x73, 0x15, 0xf2, 0x97, 0xa4, 0xb5, 0xc8 +.byte 0x7a, 0x79, 0xd9, 0x42, 0xaa, 0x2b, 0x7f, 0x5c, 0xfe, 0xce, 0x26, 0x4f, 0xa3, 0x66, 0x81, 0x35 +.byte 0xaf, 0x44, 0xba, 0x54, 0x1e, 0x1c, 0x30, 0x32, 0x65, 0x9d, 0xe6, 0x3c, 0x93, 0x5e, 0x50, 0x4e +.byte 0x7a, 0xe3, 0x3a, 0xd4, 0x6e, 0xcc, 0x1a, 0xfb, 0xf9, 0xd2, 0x37, 0xae, 0x24, 0x2a, 0xab, 0x57 +.byte 0x03, 0x22, 0x28, 0x0d, 0x49, 0x75, 0x7f, 0xb7, 0x28, 0xda, 0x75, 0xbf, 0x8e, 0xe3, 0xdc, 0x0e +.byte 0x79, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x01, 0x30, 0x44, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66, 0x69, 0x72 +.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e +.byte 0x67, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xb4, 0x84, 0xcc, 0x33, 0x17, 0x2e, 0x6b, 0x94, 0x6c, 0x6b, 0x61, 0x52, 0xa0, 0xeb +.byte 0xa3, 0xcf, 0x79, 0x94, 0x4c, 0xe5, 0x94, 0x80, 0x99, 0xcb, 0x55, 0x64, 0x44, 0x65, 0x8f, 0x67 +.byte 0x64, 0xe2, 0x06, 0xe3, 0x5c, 0x37, 0x49, 0xf6, 0x2f, 0x9b, 0x84, 0x84, 0x1e, 0x2d, 0xf2, 0x60 +.byte 0x9d, 0x30, 0x4e, 0xcc, 0x84, 0x85, 0xe2, 0x2c, 0xcf, 0x1e, 0x9e, 0xfe, 0x36, 0xab, 0x33, 0x77 +.byte 0x35, 0x44, 0xd8, 0x35, 0x96, 0x1a, 0x3d, 0x36, 0xe8, 0x7a, 0x0e, 0xd8, 0xd5, 0x47, 0xa1, 0x6a +.byte 0x69, 0x8b, 0xd9, 0xfc, 0xbb, 0x3a, 0xae, 0x79, 0x5a, 0xd5, 0xf4, 0xd6, 0x71, 0xbb, 0x9a, 0x90 +.byte 0x23, 0x6b, 0x9a, 0xb7, 0x88, 0x74, 0x87, 0x0c, 0x1e, 0x5f, 0xb9, 0x9e, 0x2d, 0xfa, 0xab, 0x53 +.byte 0x2b, 0xdc, 0xbb, 0x76, 0x3e, 0x93, 0x4c, 0x08, 0x08, 0x8c, 0x1e, 0xa2, 0x23, 0x1c, 0xd4, 0x6a +.byte 0xad, 0x22, 0xba, 0x99, 0x01, 0x2e, 0x6d, 0x65, 0xcb, 0xbe, 0x24, 0x66, 0x55, 0x24, 0x4b, 0x40 +.byte 0x44, 0xb1, 0x1b, 0xd7, 0xe1, 0xc2, 0x85, 0xc0, 0xde, 0x10, 0x3f, 0x3d, 0xed, 0xb8, 0xfc, 0xf1 +.byte 0xf1, 0x23, 0x53, 0xdc, 0xbf, 0x65, 0x97, 0x6f, 0xd9, 0xf9, 0x40, 0x71, 0x8d, 0x7d, 0xbd, 0x95 +.byte 0xd4, 0xce, 0xbe, 0xa0, 0x5e, 0x27, 0x23, 0xde, 0xfd, 0xa6, 0xd0, 0x26, 0x0e, 0x00, 0x29, 0xeb +.byte 0x3c, 0x46, 0xf0, 0x3d, 0x60, 0xbf, 0x3f, 0x50, 0xd2, 0xdc, 0x26, 0x41, 0x51, 0x9e, 0x14, 0x37 +.byte 0x42, 0x04, 0xa3, 0x70, 0x57, 0xa8, 0x1b, 0x87, 0xed, 0x2d, 0xfa, 0x7b, 0xee, 0x8c, 0x0a, 0xe3 +.byte 0xa9, 0x66, 0x89, 0x19, 0xcb, 0x41, 0xf9, 0xdd, 0x44, 0x36, 0x61, 0xcf, 0xe2, 0x77, 0x46, 0xc8 +.byte 0x7d, 0xf6, 0xf4, 0x92, 0x81, 0x36, 0xfd, 0xdb, 0x34, 0xf1, 0x72, 0x7e, 0xf3, 0x0c, 0x16, 0xbd +.byte 0xb4, 0x15, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69 +.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12 +.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0x9a, 0x18, 0xca, 0x4b, 0x94, 0x0d, 0x00, 0x2d, 0xaf, 0x03, 0x29, 0x8a, 0xf0 +.byte 0x0f, 0x81, 0xc8, 0xae, 0x4c, 0x19, 0x85, 0x1d, 0x08, 0x9f, 0xab, 0x29, 0x44, 0x85, 0xf3, 0x2f +.byte 0x81, 0xad, 0x32, 0x1e, 0x90, 0x46, 0xbf, 0xa3, 0x86, 0x26, 0x1a, 0x1e, 0xfe, 0x7e, 0x1c, 0x18 +.byte 0x3a, 0x5c, 0x9c, 0x60, 0x17, 0x2a, 0x3a, 0x74, 0x83, 0x33, 0x30, 0x7d, 0x61, 0x54, 0x11, 0xcb +.byte 0xed, 0xab, 0xe0, 0xe6, 0xd2, 0xa2, 0x7e, 0xf5, 0x6b, 0x6f, 0x18, 0xb7, 0x0a, 0x0b, 0x2d, 0xfd +.byte 0xe9, 0x3e, 0xef, 0x0a, 0xc6, 0xb3, 0x10, 0xe9, 0xdc, 0xc2, 0x46, 0x17, 0xf8, 0x5d, 0xfd, 0xa4 +.byte 0xda, 0xff, 0x9e, 0x49, 0x5a, 0x9c, 0xe6, 0x33, 0xe6, 0x24, 0x96, 0xf7, 0x3f, 0xba, 0x5b, 0x2b +.byte 0x1c, 0x7a, 0x35, 0xc2, 0xd6, 0x67, 0xfe, 0xab, 0x66, 0x50, 0x8b, 0x6d, 0x28, 0x60, 0x2b, 0xef +.byte 0xd7, 0x60, 0xc3, 0xc7, 0x93, 0xbc, 0x8d, 0x36, 0x91, 0xf3, 0x7f, 0xf8, 0xdb, 0x11, 0x13, 0xc4 +.byte 0x9c, 0x77, 0x76, 0xc1, 0xae, 0xb7, 0x02, 0x6a, 0x81, 0x7a, 0xa9, 0x45, 0x83, 0xe2, 0x05, 0xe6 +.byte 0xb9, 0x56, 0xc1, 0x94, 0x37, 0x8f, 0x48, 0x71, 0x63, 0x22, 0xec, 0x17, 0x65, 0x07, 0x95, 0x8a +.byte 0x4b, 0xdf, 0x8f, 0xc6, 0x5a, 0x0a, 0xe5, 0xb0, 0xe3, 0x5f, 0x5e, 0x6b, 0x11, 0xab, 0x0c, 0xf9 +.byte 0x85, 0xeb, 0x44, 0xe9, 0xf8, 0x04, 0x73, 0xf2, 0xe9, 0xfe, 0x5c, 0x98, 0x8c, 0xf5, 0x73, 0xaf +.byte 0x6b, 0xb4, 0x7e, 0xcd, 0xd4, 0x5c, 0x02, 0x2b, 0x4c, 0x39, 0xe1, 0xb2, 0x95, 0x95, 0x2d, 0x42 +.byte 0x87, 0xd7, 0xd5, 0xb3, 0x90, 0x43, 0xb7, 0x6c, 0x13, 0xf1, 0xde, 0xdd, 0xf6, 0xc4, 0xf8, 0x89 +.byte 0x3f, 0xd1, 0x75, 0xf5, 0x92, 0xc3, 0x91, 0xd5, 0x8a, 0x88, 0xd0, 0x90, 0xec, 0xdc, 0x6d, 0xde +.byte 0x89, 0xc2, 0x65, 0x71, 0x96, 0x8b, 0x0d, 0x03, 0xfd, 0x9c, 0xbf, 0x5b, 0x16, 0xac, 0x92, 0xdb +.byte 0xea, 0xfe, 0x79, 0x7c, 0xad, 0xeb, 0xaf, 0xf7, 0x16, 0xcb, 0xdb, 0xcd, 0x25, 0x2b, 0xe5, 0x1f +.byte 0xfb, 0x9a, 0x9f, 0xe2, 0x51, 0xcc, 0x3a, 0x53, 0x0c, 0x48, 0xe6, 0x0e, 0xbd, 0xc9, 0xb4, 0x76 +.byte 0x06, 0x52, 0xe6, 0x11, 0x13, 0x85, 0x72, 0x63, 0x03, 0x04, 0xe0, 0x04, 0x36, 0x2b, 0x20, 0x19 +.byte 0x02, 0xe8, 0x74, 0xa7, 0x1f, 0xb6, 0xc9, 0x56, 0x66, 0xf0, 0x75, 0x25, 0xdc, 0x67, 0xc1, 0x0e +.byte 0x61, 0x60, 0x88, 0xb3, 0x3e, 0xd1, 0xa8, 0xfc, 0xa3, 0xda, 0x1d, 0xb0, 0xd1, 0xb1, 0x23, 0x54 +.byte 0xdf, 0x44, 0x76, 0x6d, 0xed, 0x41, 0xd8, 0xc1, 0xb2, 0x22, 0xb6, 0x53, 0x1c, 0xdf, 0x35, 0x1d +.byte 0xdc, 0xa1, 0x77, 0x2a, 0x31, 0xe4, 0x2d, 0xf5, 0xe5, 0xe5, 0xdb, 0xc8, 0xe0, 0xff, 0xe5, 0x80 +.byte 0xd7, 0x0b, 0x63, 0xa0, 0xff, 0x33, 0xa1, 0x0f, 0xba, 0x2c, 0x15, 0x15, 0xea, 0x97, 0xb3, 0xd2 +.byte 0xa2, 0xb5, 0xbe, 0xf2, 0x8c, 0x96, 0x1e, 0x1a, 0x8f, 0x1d, 0x6c, 0xa4, 0x61, 0x37, 0xb9, 0x86 +.byte 0x73, 0x33, 0xd7, 0x97, 0x96, 0x9e, 0x23, 0x7d, 0x82, 0xa4, 0x4c, 0x81, 0xe2, 0xa1, 0xd1, 0xba +.byte 0x67, 0x5f, 0x95, 0x07, 0xa3, 0x27, 0x11, 0xee, 0x16, 0x10, 0x7b, 0xbc, 0x45, 0x4a, 0x4c, 0xb2 +.byte 0x04, 0xd2, 0xab, 0xef, 0xd5, 0xfd, 0x0c, 0x51, 0xce, 0x50, 0x6a, 0x08, 0x31, 0xf9, 0x91, 0xda +.byte 0x0c, 0x8f, 0x64, 0x5c, 0x03, 0xc3, 0x3a, 0x8b, 0x20, 0x3f, 0x6e, 0x8d, 0x67, 0x3d, 0x3a, 0xd6 +.byte 0xfe, 0x7d, 0x5b, 0x88, 0xc9, 0x5e, 0xfb, 0xcc, 0x61, 0xdc, 0x8b, 0x33, 0x77, 0xd3, 0x44, 0x32 +.byte 0x35, 0x09, 0x62, 0x04, 0x92, 0x16, 0x10, 0xd8, 0x9e, 0x27, 0x47, 0xfb, 0x3b, 0x21, 0xe3, 0xf8 +.byte 0xeb, 0x1d, 0x5b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c +.byte 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xcc, 0x57, 0x42, 0x16, 0x54, 0x9c, 0xe6, 0x98, 0xd3, 0xd3, 0x4d, 0xee +.byte 0xfe, 0xed, 0xc7, 0x9f, 0x43, 0x39, 0x4a, 0x65, 0xb3, 0xe8, 0x16, 0x88, 0x34, 0xdb, 0x0d, 0x59 +.byte 0x91, 0x74, 0xcf, 0x92, 0xb8, 0x04, 0x40, 0xad, 0x02, 0x4b, 0x31, 0xab, 0xbc, 0x8d, 0x91, 0x68 +.byte 0xd8, 0x20, 0x0e, 0x1a, 0x01, 0xe2, 0x1a, 0x7b, 0x4e, 0x17, 0x5d, 0xe2, 0x8a, 0xb7, 0x3f, 0x99 +.byte 0x1a, 0xcd, 0xeb, 0x61, 0xab, 0xc2, 0x65, 0xa6, 0x1f, 0xb7, 0xb7, 0xbd, 0xb7, 0x8f, 0xfc, 0xfd +.byte 0x70, 0x8f, 0x0b, 0xa0, 0x67, 0xbe, 0x01, 0xa2, 0x59, 0xcf, 0x71, 0xe6, 0x0f, 0x29, 0x76, 0xff +.byte 0xb1, 0x56, 0x79, 0x45, 0x2b, 0x1f, 0x9e, 0x7a, 0x54, 0xe8, 0xa3, 0x29, 0x35, 0x68, 0xa4, 0x01 +.byte 0x4f, 0x0f, 0xa4, 0x2e, 0x37, 0xef, 0x1b, 0xbf, 0xe3, 0x8f, 0x10, 0xa8, 0x72, 0xab, 0x58, 0x57 +.byte 0xe7, 0x54, 0x86, 0xc8, 0xc9, 0xf3, 0x5b, 0xda, 0x2c, 0xda, 0x5d, 0x8e, 0x6e, 0x3c, 0xa3, 0x3e +.byte 0xda, 0xfb, 0x82, 0xe5, 0xdd, 0xf2, 0x5c, 0xb2, 0x05, 0x33, 0x6f, 0x8a, 0x36, 0xce, 0xd0, 0x13 +.byte 0x4e, 0xff, 0xbf, 0x4a, 0x0c, 0x34, 0x4c, 0xa6, 0xc3, 0x21, 0xbd, 0x50, 0x04, 0x55, 0xeb, 0xb1 +.byte 0xbb, 0x9d, 0xfb, 0x45, 0x1e, 0x64, 0x15, 0xde, 0x55, 0x01, 0x8c, 0x02, 0x76, 0xb5, 0xcb, 0xa1 +.byte 0x3f, 0x42, 0x69, 0xbc, 0x2f, 0xbd, 0x68, 0x43, 0x16, 0x56, 0x89, 0x2a, 0x37, 0x61, 0x91, 0xfd +.byte 0xa6, 0xae, 0x4e, 0xc0, 0xcb, 0x14, 0x65, 0x94, 0x37, 0x4b, 0x92, 0x06, 0xef, 0x04, 0xd0, 0xc8 +.byte 0x9c, 0x88, 0xdb, 0x0b, 0x7b, 0x81, 0xaf, 0xb1, 0x3d, 0x2a, 0xc4, 0x65, 0x3a, 0x78, 0xb6, 0xee +.byte 0xdc, 0x80, 0xb1, 0xd2, 0xd3, 0x99, 0x9c, 0x3a, 0xee, 0x6b, 0x5a, 0x6b, 0xb3, 0x8d, 0xb7, 0xd5 +.byte 0xce, 0x9c, 0xc2, 0xbe, 0xa5, 0x4b, 0x2f, 0x16, 0xb1, 0x9e, 0x68, 0x3b, 0x06, 0x6f, 0xae, 0x7d +.byte 0x9f, 0xf8, 0xde, 0xec, 0xcc, 0x29, 0xa7, 0x98, 0xa3, 0x25, 0x43, 0x2f, 0xef, 0xf1, 0x5f, 0x26 +.byte 0xe1, 0x88, 0x4d, 0xf8, 0x5e, 0x6e, 0xd7, 0xd9, 0x14, 0x6e, 0x19, 0x33, 0x69, 0xa7, 0x3b, 0x84 +.byte 0x89, 0x93, 0xc4, 0x53, 0x55, 0x13, 0xa1, 0x51, 0x78, 0x40, 0xf8, 0xb8, 0xc9, 0xa2, 0xee, 0x7b +.byte 0xba, 0x52, 0x42, 0x83, 0x9e, 0x14, 0xed, 0x05, 0x52, 0x5a, 0x59, 0x56, 0xa7, 0x97, 0xfc, 0x9d +.byte 0x3f, 0x0a, 0x29, 0xd8, 0xdc, 0x4f, 0x91, 0x0e, 0x13, 0xbc, 0xde, 0x95, 0xa4, 0xdf, 0x8b, 0x99 +.byte 0xbe, 0xac, 0x9b, 0x33, 0x88, 0xef, 0xb5, 0x81, 0xaf, 0x1b, 0xc6, 0x22, 0x53, 0xc8, 0xf6, 0xc7 +.byte 0xee, 0x97, 0x14, 0xb0, 0xc5, 0x7c, 0x78, 0x52, 0xc8, 0xf0, 0xce, 0x6e, 0x77, 0x60, 0x84, 0xa6 +.byte 0xe9, 0x2a, 0x76, 0x20, 0xed, 0x58, 0x01, 0x17, 0x30, 0x93, 0xe9, 0x1a, 0x8b, 0xe0, 0x73, 0x63 +.byte 0xd9, 0x6a, 0x92, 0x94, 0x49, 0x4e, 0xb4, 0xad, 0x4a, 0x85, 0xc4, 0xa3, 0x22, 0x30, 0xfc, 0x09 +.byte 0xed, 0x68, 0x22, 0x73, 0xa6, 0x88, 0x0c, 0x55, 0x21, 0x58, 0xc5, 0xe1, 0x3a, 0x9f, 0x2a, 0xdd +.byte 0xca, 0xe1, 0x90, 0xe0, 0xd9, 0x73, 0xab, 0x6c, 0x80, 0xb8, 0xe8, 0x0b, 0x64, 0x93, 0xa0, 0x9c +.byte 0x8c, 0x19, 0xff, 0xb3, 0xd2, 0x0c, 0xec, 0x91, 0x26, 0x87, 0x8a, 0xb3, 0xa2, 0xe1, 0x70, 0x8f +.byte 0x2c, 0x0a, 0xe5, 0xcd, 0x6d, 0x68, 0x51, 0xeb, 0xda, 0x3f, 0x05, 0x7f, 0x8b, 0x32, 0xe6, 0x13 +.byte 0x5c, 0x6b, 0xfe, 0x5f, 0x40, 0xe2, 0x22, 0xc8, 0xb4, 0xb4, 0x64, 0x4f, 0xd6, 0xba, 0x7d, 0x48 +.byte 0x3e, 0xa8, 0x69, 0x0c, 0xd7, 0xbb, 0x86, 0x71, 0xc9, 0x73, 0xb8, 0x3f, 0x3b, 0x9d, 0x25, 0x4b +.byte 0xda, 0xff, 0x40, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x41, 0x47, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16, 0x53, 0x77 +.byte 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x43, 0x41, 0x20 +.byte 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xaf, 0xe4, 0xee, 0x7e, 0x8b, 0x24, 0x0e, 0x12, 0x6e, 0xa9, 0x50 +.byte 0x2d, 0x16, 0x44, 0x3b, 0x92, 0x92, 0x5c, 0xca, 0xb8, 0x5d, 0x84, 0x92, 0x42, 0x13, 0x2a, 0xbc +.byte 0x65, 0x57, 0x82, 0x40, 0x3e, 0x57, 0x24, 0xcd, 0x50, 0x8b, 0x25, 0x2a, 0xb7, 0x6f, 0xfc, 0xef +.byte 0xa2, 0xd0, 0xc0, 0x1f, 0x02, 0x24, 0x4a, 0x13, 0x96, 0x8f, 0x23, 0x13, 0xe6, 0x28, 0x58, 0x00 +.byte 0xa3, 0x47, 0xc7, 0x06, 0xa7, 0x84, 0x23, 0x2b, 0xbb, 0xbd, 0x96, 0x2b, 0x7f, 0x55, 0xcc, 0x8b +.byte 0xc1, 0x57, 0x1f, 0x0e, 0x62, 0x65, 0x0f, 0xdd, 0x3d, 0x56, 0x8a, 0x73, 0xda, 0xae, 0x7e, 0x6d +.byte 0xba, 0x81, 0x1c, 0x7e, 0x42, 0x8c, 0x20, 0x35, 0xd9, 0x43, 0x4d, 0x84, 0xfa, 0x84, 0xdb, 0x52 +.byte 0x2c, 0xf3, 0x0e, 0x27, 0x77, 0x0b, 0x6b, 0xbf, 0x11, 0x2f, 0x72, 0x78, 0x9f, 0x2e, 0xd8, 0x3e +.byte 0xe6, 0x18, 0x37, 0x5a, 0x2a, 0x72, 0xf9, 0xda, 0x62, 0x90, 0x92, 0x95, 0xca, 0x1f, 0x9c, 0xe9 +.byte 0xb3, 0x3c, 0x2b, 0xcb, 0xf3, 0x01, 0x13, 0xbf, 0x5a, 0xcf, 0xc1, 0xb5, 0x0a, 0x60, 0xbd, 0xdd +.byte 0xb5, 0x99, 0x64, 0x53, 0xb8, 0xa0, 0x96, 0xb3, 0x6f, 0xe2, 0x26, 0x77, 0x91, 0x8c, 0xe0, 0x62 +.byte 0x10, 0x02, 0x9f, 0x34, 0x0f, 0xa4, 0xd5, 0x92, 0x33, 0x51, 0xde, 0xbe, 0x8d, 0xba, 0x84, 0x7a +.byte 0x60, 0x3c, 0x6a, 0xdb, 0x9f, 0x2b, 0xec, 0xde, 0xde, 0x01, 0x3f, 0x6e, 0x4d, 0xe5, 0x50, 0x86 +.byte 0xcb, 0xb4, 0xaf, 0xed, 0x44, 0x40, 0xc5, 0xca, 0x5a, 0x8c, 0xda, 0xd2, 0x2b, 0x7c, 0xa8, 0xee +.byte 0xbe, 0xa6, 0xe5, 0x0a, 0xaa, 0x0e, 0xa5, 0xdf, 0x05, 0x52, 0xb7, 0x55, 0xc7, 0x22, 0x5d, 0x32 +.byte 0x6a, 0x97, 0x97, 0x63, 0x13, 0xdb, 0xc9, 0xdb, 0x79, 0x36, 0x7b, 0x85, 0x3a, 0x4a, 0xc5, 0x52 +.byte 0x89, 0xf9, 0x24, 0xe7, 0x9d, 0x77, 0xa9, 0x82, 0xff, 0x55, 0x1c, 0xa5, 0x71, 0x69, 0x2b, 0xd1 +.byte 0x02, 0x24, 0xf2, 0xb3, 0x26, 0xd4, 0x6b, 0xda, 0x04, 0x55, 0xe5, 0xc1, 0x0a, 0xc7, 0x6d, 0x30 +.byte 0x37, 0x90, 0x2a, 0xe4, 0x9e, 0x14, 0x33, 0x5e, 0x16, 0x17, 0x55, 0xc5, 0x5b, 0xb5, 0xcb, 0x34 +.byte 0x89, 0x92, 0xf1, 0x9d, 0x26, 0x8f, 0xa1, 0x07, 0xd4, 0xc6, 0xb2, 0x78, 0x50, 0xdb, 0x0c, 0x0c +.byte 0x0b, 0x7c, 0x0b, 0x8c, 0x41, 0xd7, 0xb9, 0xe9, 0xdd, 0x8c, 0x88, 0xf7, 0xa3, 0x4d, 0xb2, 0x32 +.byte 0xcc, 0xd8, 0x17, 0xda, 0xcd, 0xb7, 0xce, 0x66, 0x9d, 0xd4, 0xfd, 0x5e, 0xff, 0xbd, 0x97, 0x3e +.byte 0x29, 0x75, 0xe7, 0x7e, 0xa7, 0x62, 0x58, 0xaf, 0x25, 0x34, 0xa5, 0x41, 0xc7, 0x3d, 0xbc, 0x0d +.byte 0x50, 0xca, 0x03, 0x03, 0x0f, 0x08, 0x5a, 0x1f, 0x95, 0x73, 0x78, 0x62, 0xbf, 0xaf, 0x72, 0x14 +.byte 0x69, 0x0e, 0xa5, 0xe5, 0x03, 0x0e, 0x78, 0x8e, 0x26, 0x28, 0x42, 0xf0, 0x07, 0x0b, 0x62, 0x20 +.byte 0x10, 0x67, 0x39, 0x46, 0xfa, 0xa9, 0x03, 0xcc, 0x04, 0x38, 0x7a, 0x66, 0xef, 0x20, 0x83, 0xb5 +.byte 0x8c, 0x4a, 0x56, 0x8e, 0x91, 0x00, 0xfc, 0x8e, 0x5c, 0x82, 0xde, 0x88, 0xa0, 0xc3, 0xe2, 0x68 +.byte 0x6e, 0x7d, 0x8d, 0xef, 0x3c, 0xdd, 0x65, 0xf4, 0x5d, 0xac, 0x51, 0xef, 0x24, 0x80, 0xae, 0xaa +.byte 0x56, 0x97, 0x6f, 0xf9, 0xad, 0x7d, 0xda, 0x61, 0x3f, 0x98, 0x77, 0x3c, 0xa5, 0x91, 0xb6, 0x1c +.byte 0x8c, 0x26, 0xda, 0x65, 0xa2, 0x09, 0x6d, 0xc1, 0xe2, 0x54, 0xe3, 0xb9, 0xca, 0x4c, 0x4c, 0x80 +.byte 0x8f, 0x77, 0x7b, 0x60, 0x9a, 0x1e, 0xdf, 0xb6, 0xf2, 0x48, 0x1e, 0x0e, 0xba, 0x4e, 0x54, 0x6d +.byte 0x98, 0xe0, 0xe1, 0xa2, 0x1a, 0xa2, 0x77, 0x50, 0xcf, 0xc4, 0x63, 0x92, 0xec, 0x47, 0x19, 0x9d +.byte 0xeb, 0xe6, 0x6b, 0xce, 0xc1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x78, 0x00, 0x30, 0x45 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30 +.byte 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x41, 0x66 +.byte 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65, 0x6d, 0x69, 0x75 +.byte 0x6d, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d +.byte 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x0d, 0x30, 0x5e +.byte 0x1b, 0x15, 0x9d, 0x03, 0xd0, 0xa1, 0x79, 0x35, 0xb7, 0x3a, 0x3c, 0x92, 0x7a, 0xca, 0x15, 0x1c +.byte 0xcd, 0x62, 0xf3, 0x9c, 0x26, 0x5c, 0x07, 0x3d, 0xe5, 0x54, 0xfa, 0xa3, 0xd6, 0xcc, 0x12, 0xea +.byte 0xf4, 0x14, 0x5f, 0xe8, 0x8e, 0x19, 0xab, 0x2f, 0x2e, 0x48, 0xe6, 0xac, 0x18, 0x43, 0x78, 0xac +.byte 0xd0, 0x37, 0xc3, 0xbd, 0xb2, 0xcd, 0x2c, 0xe6, 0x47, 0xe2, 0x1a, 0xe6, 0x63, 0xb8, 0x3d, 0x2e +.byte 0x2f, 0x78, 0xc4, 0x4f, 0xdb, 0xf4, 0x0f, 0xa4, 0x68, 0x4c, 0x55, 0x72, 0x6b, 0x95, 0x1d, 0x4e +.byte 0x18, 0x42, 0x95, 0x78, 0xcc, 0x37, 0x3c, 0x91, 0xe2, 0x9b, 0x65, 0x2b, 0x29, 0x48, 0x00, 0x78 +.byte 0x00, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x45 +.byte 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61 +.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 +.byte 0x04, 0x9c, 0x0e, 0xb1, 0xcf, 0xb7, 0xe8, 0x9e, 0x52, 0x77, 0x75, 0x34, 0xfa, 0xa5, 0x46, 0xa7 +.byte 0xad, 0x32, 0x19, 0x32, 0xb4, 0x07, 0xa9, 0x27, 0xca, 0x94, 0xbb, 0x0c, 0xd2, 0x0a, 0x10, 0xc7 +.byte 0xda, 0x89, 0xb0, 0x97, 0x0c, 0x70, 0x13, 0x09, 0x01, 0x8e, 0xd8, 0xea, 0x47, 0xea, 0xbe, 0xb2 +.byte 0x80, 0x2b, 0xcd, 0xfc, 0x28, 0x0d, 0xdb, 0xac, 0xbc, 0xa4, 0x86, 0x37, 0xed, 0x70, 0x08, 0x00 +.byte 0x75, 0xea, 0x93, 0x0b, 0x7b, 0x2e, 0x52, 0x9c, 0x23, 0x68, 0x23, 0x06, 0x43, 0xec, 0x92, 0x2f +.byte 0x53, 0x84, 0xdb, 0xfb, 0x47, 0x14, 0x07, 0xe8, 0x5f, 0x94, 0x67, 0x5d, 0xc9, 0x7a, 0x81, 0x3c +.byte 0x20, 0x48, 0x00, 0x26, 0x02, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31 +.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c +.byte 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xac, 0xac +.byte 0x74, 0x32, 0xe8, 0xb3, 0x65, 0xe5, 0xba, 0xed, 0x43, 0x26, 0x1d, 0xa6, 0x89, 0x0d, 0x45, 0xba +.byte 0x29, 0x88, 0xb2, 0xa4, 0x1d, 0x63, 0xdd, 0xd3, 0xc1, 0x2c, 0x09, 0x57, 0x89, 0x39, 0xa1, 0x55 +.byte 0xe9, 0x67, 0x34, 0x77, 0x0c, 0x6e, 0xe4, 0x55, 0x1d, 0x52, 0x25, 0xd2, 0x13, 0x6b, 0x5e, 0xe1 +.byte 0x1d, 0xa9, 0xb7, 0x7d, 0x89, 0x32, 0x5f, 0x0d, 0x9e, 0x9f, 0x2c, 0x7a, 0x63, 0x60, 0x40, 0x1f +.byte 0xa6, 0xb0, 0xb6, 0x78, 0x8f, 0x99, 0x54, 0x96, 0x08, 0x58, 0xae, 0xe4, 0x06, 0xbc, 0x62, 0x05 +.byte 0x02, 0x16, 0xbf, 0xaf, 0xa8, 0x23, 0x03, 0xb6, 0x94, 0x0f, 0xbc, 0x6e, 0x6c, 0xc2, 0xcb, 0xd5 +.byte 0xa6, 0xbb, 0x0c, 0xe9, 0xf6, 0xc1, 0x02, 0xfb, 0x21, 0xde, 0x66, 0xdd, 0x17, 0xab, 0x74, 0x42 +.byte 0xef, 0xf0, 0x74, 0x2f, 0x25, 0xf4, 0xea, 0x6b, 0x55, 0x5b, 0x90, 0xdb, 0x9d, 0xdf, 0x5e, 0x87 +.byte 0x0a, 0x40, 0xfb, 0xad, 0x19, 0x6b, 0xfb, 0xf7, 0xca, 0x60, 0x88, 0xde, 0xda, 0xc1, 0x8f, 0xd6 +.byte 0xae, 0xd5, 0x7f, 0xd4, 0x3c, 0x83, 0xee, 0xd7, 0x16, 0x4c, 0x83, 0x45, 0x33, 0x6b, 0x27, 0xd0 +.byte 0x86, 0xd0, 0x1c, 0x2d, 0x6b, 0xf3, 0xab, 0x7d, 0xf1, 0x85, 0xa9, 0xf5, 0x28, 0xd2, 0xad, 0xef +.byte 0xf3, 0x84, 0x4b, 0x1c, 0x87, 0xfc, 0x13, 0xa3, 0x3a, 0x72, 0xa2, 0x5a, 0x11, 0x2b, 0xd6, 0x27 +.byte 0x71, 0x27, 0xed, 0x81, 0x2d, 0x6d, 0x66, 0x81, 0x92, 0x87, 0xb4, 0x1b, 0x58, 0x7a, 0xcc, 0x3f +.byte 0x0a, 0xfa, 0x46, 0x4f, 0x4d, 0x78, 0x5c, 0xf8, 0x2b, 0x48, 0xe3, 0x04, 0x84, 0xcb, 0x5d, 0xf6 +.byte 0xb4, 0x6a, 0xb3, 0x65, 0xfc, 0x42, 0x9e, 0x51, 0x26, 0x23, 0x20, 0xcb, 0x3d, 0x14, 0xf9, 0x81 +.byte 0xed, 0x65, 0x16, 0x00, 0x4f, 0x1a, 0x64, 0x97, 0x66, 0x08, 0xcf, 0x8c, 0x7b, 0xe3, 0x2b, 0xc0 +.byte 0x9d, 0xf9, 0x14, 0xf2, 0x1b, 0xf1, 0x56, 0x6a, 0x16, 0xbf, 0x2c, 0x85, 0x85, 0xcd, 0x78, 0x38 +.byte 0x9a, 0xeb, 0x42, 0x6a, 0x02, 0x34, 0x18, 0x83, 0x17, 0x4e, 0x94, 0x56, 0xf8, 0xb6, 0x82, 0xb5 +.byte 0xf3, 0x96, 0xdd, 0x3d, 0xf3, 0xbe, 0x7f, 0x20, 0x77, 0x3e, 0x7b, 0x19, 0x23, 0x6b, 0x2c, 0xd4 +.byte 0x72, 0x73, 0x43, 0x57, 0x7d, 0xe0, 0xf8, 0xd7, 0x69, 0x4f, 0x17, 0x36, 0x04, 0xf9, 0xc0, 0x90 +.byte 0x60, 0x37, 0x45, 0xde, 0xe6, 0x0c, 0xd8, 0x74, 0x8d, 0xae, 0x9c, 0xa2, 0x6d, 0x74, 0x5d, 0x42 +.byte 0xbe, 0x06, 0xf5, 0xd9, 0x64, 0x6e, 0x02, 0x10, 0xac, 0x89, 0xb0, 0x4c, 0x3b, 0x07, 0x4d, 0x40 +.byte 0x7e, 0x24, 0xc5, 0x8a, 0x98, 0x82, 0x79, 0x8e, 0xa4, 0xa7, 0x82, 0x20, 0x8d, 0x23, 0xfa, 0x27 +.byte 0x71, 0xc9, 0xdf, 0xc6, 0x41, 0x74, 0xa0, 0x4d, 0xf6, 0x91, 0x16, 0xdc, 0x46, 0x8c, 0x5f, 0x29 +.byte 0x63, 0x31, 0x59, 0x71, 0x0c, 0xd8, 0x6f, 0xc2, 0xb6, 0x32, 0x7d, 0xfb, 0xe6, 0x5d, 0x53, 0xa6 +.byte 0x7e, 0x15, 0xfc, 0xbb, 0x75, 0x7c, 0x5d, 0xec, 0xf8, 0xf6, 0x17, 0x1c, 0xec, 0xc7, 0x6b, 0x19 +.byte 0xcb, 0xf3, 0x7b, 0xf0, 0x2b, 0x07, 0xa5, 0xd9, 0x6c, 0x79, 0x54, 0x76, 0x6c, 0x9d, 0x1c, 0xa6 +.byte 0x6e, 0x0e, 0xe9, 0x79, 0x0c, 0xa8, 0x23, 0x6a, 0xa3, 0xdf, 0x1b, 0x30, 0x31, 0x9f, 0xb1, 0x54 +.byte 0x7b, 0xfe, 0x6a, 0xcb, 0x66, 0xaa, 0xdc, 0x65, 0xd0, 0xa2, 0x9e, 0x4a, 0x9a, 0x07, 0x21, 0x6b +.byte 0x81, 0x8f, 0xdb, 0xc4, 0x59, 0xfa, 0xde, 0x22, 0xc0, 0x04, 0x9c, 0xe3, 0xaa, 0x5b, 0x36, 0x93 +.byte 0xe8, 0x3d, 0xbd, 0x7a, 0xa1, 0x9d, 0x0b, 0x76, 0xb1, 0x0b, 0xc7, 0x9d, 0xfd, 0xcf, 0x98, 0xa8 +.byte 0x06, 0xc2, 0xf8, 0x2a, 0xa3, 0xa1, 0x83, 0xa0, 0xb7, 0x25, 0x72, 0xa5, 0x02, 0xe3, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31, 0x21, 0x30 +.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67 +.byte 0x6e, 0x20, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x32 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xc4, 0xf1, 0x87, 0x7f, 0xd3, 0x78, 0x31, 0xf7, 0x38, 0xc9, 0xf8, 0xc3, 0x99, 0x43, 0xbc +.byte 0xc7, 0xf7, 0xbc, 0x37, 0xe7, 0x4e, 0x71, 0xba, 0x4b, 0x8f, 0xa5, 0x73, 0x1d, 0x5c, 0x6e, 0x98 +.byte 0xae, 0x03, 0x57, 0xae, 0x38, 0x37, 0x43, 0x2f, 0x17, 0x3d, 0x1f, 0xc8, 0xce, 0x68, 0x10, 0xc1 +.byte 0x78, 0xae, 0x19, 0x03, 0x2b, 0x10, 0xfa, 0x2c, 0x79, 0x83, 0xf6, 0xe8, 0xb9, 0x68, 0xb9, 0x55 +.byte 0xf2, 0x04, 0x44, 0xa7, 0x39, 0xf9, 0xfc, 0x04, 0x8b, 0x1e, 0xf1, 0xa2, 0x4d, 0x27, 0xf9, 0x61 +.byte 0x7b, 0xba, 0xb7, 0xe5, 0xa2, 0x13, 0xb6, 0xeb, 0x61, 0x3e, 0xd0, 0x6c, 0xd1, 0xe6, 0xfb, 0xfa +.byte 0x5e, 0xed, 0x1d, 0xb4, 0x9e, 0xa0, 0x35, 0x5b, 0xa1, 0x92, 0xcb, 0xf0, 0x49, 0x92, 0xfe, 0x85 +.byte 0x0a, 0x05, 0x3e, 0xe6, 0xd9, 0x0b, 0xe2, 0x4f, 0xbb, 0xdc, 0x95, 0x37, 0xfc, 0x91, 0xe9, 0x32 +.byte 0x35, 0x22, 0xd1, 0x1f, 0x3a, 0x4e, 0x27, 0x85, 0x9d, 0xb0, 0x15, 0x94, 0x32, 0xda, 0x61, 0x0d +.byte 0x47, 0x4d, 0x60, 0x42, 0xae, 0x92, 0x47, 0xe8, 0x83, 0x5a, 0x50, 0x58, 0xe9, 0x8a, 0x8b, 0xb9 +.byte 0x5d, 0xa1, 0xdc, 0xdd, 0x99, 0x4a, 0x1f, 0x36, 0x67, 0xbb, 0x48, 0xe4, 0x83, 0xb6, 0x37, 0xeb +.byte 0x48, 0x3a, 0xaf, 0x0f, 0x67, 0x8f, 0x17, 0x07, 0xe8, 0x04, 0xca, 0xef, 0x6a, 0x31, 0x87, 0xd4 +.byte 0xc0, 0xb6, 0xf9, 0x94, 0x71, 0x7b, 0x67, 0x64, 0xb8, 0xb6, 0x91, 0x4a, 0x42, 0x7b, 0x65, 0x2e +.byte 0x30, 0x6a, 0x0c, 0xf5, 0x90, 0xee, 0x95, 0xe6, 0xf2, 0xcd, 0x82, 0xec, 0xd9, 0xa1, 0x4a, 0xec +.byte 0xf6, 0xb2, 0x4b, 0xe5, 0x45, 0x85, 0xe6, 0x6d, 0x78, 0x93, 0x04, 0x2e, 0x9c, 0x82, 0x6d, 0x36 +.byte 0xa9, 0xc4, 0x31, 0x64, 0x1f, 0x86, 0x83, 0x0b, 0x2a, 0xf4, 0x35, 0x0a, 0x78, 0xc9, 0x55, 0xcf +.byte 0x41, 0xb0, 0x47, 0xe9, 0x30, 0x9f, 0x99, 0xbe, 0x61, 0xa8, 0x06, 0x84, 0xb9, 0x28, 0x7a, 0x5f +.byte 0x38, 0xd9, 0x1b, 0xa9, 0x38, 0xb0, 0x83, 0x7f, 0x73, 0xc1, 0xc3, 0x3b, 0x48, 0x2a, 0x82, 0x0f +.byte 0x21, 0x9b, 0xb8, 0xcc, 0xa8, 0x35, 0xc3, 0x84, 0x1b, 0x83, 0xb3, 0x3e, 0xbe, 0xa4, 0x95, 0x69 +.byte 0x01, 0x3a, 0x89, 0x00, 0x78, 0x04, 0xd9, 0xc9, 0xf4, 0x99, 0x19, 0xab, 0x56, 0x7e, 0x5b, 0x8b +.byte 0x86, 0x39, 0x15, 0x91, 0xa4, 0x10, 0x2c, 0x09, 0x32, 0x80, 0x60, 0xb3, 0x93, 0xc0, 0x2a, 0xb6 +.byte 0x18, 0x0b, 0x9d, 0x7e, 0x8d, 0x49, 0xf2, 0x10, 0x4a, 0x7f, 0xf9, 0xd5, 0x46, 0x2f, 0x19, 0x92 +.byte 0xa3, 0x99, 0xa7, 0x26, 0xac, 0xbb, 0x8c, 0x3c, 0xe6, 0x0e, 0xbc, 0x47, 0x07, 0xdc, 0x73, 0x51 +.byte 0xf1, 0x70, 0x64, 0x2f, 0x08, 0xf9, 0xb4, 0x47, 0x1d, 0x30, 0x6c, 0x44, 0xea, 0x29, 0x37, 0x85 +.byte 0x92, 0x68, 0x66, 0xbc, 0x83, 0x38, 0xfe, 0x7b, 0x39, 0x2e, 0xd3, 0x50, 0xf0, 0x1f, 0xfb, 0x5e +.byte 0x60, 0xb6, 0xa9, 0xa6, 0xfa, 0x27, 0x41, 0xf1, 0x9b, 0x18, 0x72, 0xf2, 0xf5, 0x84, 0x74, 0x4a +.byte 0xc9, 0x67, 0xc4, 0x54, 0xae, 0x48, 0x64, 0xdf, 0x8c, 0xd1, 0x6e, 0xb0, 0x1d, 0xe1, 0x07, 0x8f +.byte 0x08, 0x1e, 0x99, 0x9c, 0x71, 0xe9, 0x4c, 0xd8, 0xa5, 0xf7, 0x47, 0x12, 0x1f, 0x74, 0xd1, 0x51 +.byte 0x9e, 0x86, 0xf3, 0xc2, 0xa2, 0x23, 0x40, 0x0b, 0x73, 0xdb, 0x4b, 0xa6, 0xe7, 0x73, 0x06, 0x8c +.byte 0xc1, 0xa0, 0xe9, 0xc1, 0x59, 0xac, 0x46, 0xfa, 0xe6, 0x2f, 0xf8, 0xcf, 0x71, 0x9c, 0x46, 0x6d +.byte 0xb9, 0xc4, 0x15, 0x8d, 0x38, 0x79, 0x03, 0x45, 0x48, 0xef, 0xc4, 0x5d, 0xd7, 0x08, 0xee, 0x87 +.byte 0x39, 0x22, 0x86, 0xb2, 0x0d, 0x0f, 0x58, 0x43, 0xf7, 0x71, 0xa9, 0x48, 0x2e, 0xfd, 0xea, 0xd6 +.byte 0x1f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x25, 0x30, 0x23 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x55, 0x43, 0x41, 0x20, 0x45, 0x78, 0x74, 0x65, 0x6e +.byte 0x64, 0x65, 0x64, 0x20, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xa9, 0x09, 0x07, 0x28, 0x13, 0x02, 0xb0, 0x99, 0xe0, 0x64, 0xaa, 0x1e +.byte 0x43, 0x16, 0x7a, 0x73, 0xb1, 0x91, 0xa0, 0x75, 0x3e, 0xa8, 0xfa, 0xe3, 0x38, 0x00, 0x7a, 0xec +.byte 0x89, 0x6a, 0x20, 0x0f, 0x8b, 0xc5, 0xb0, 0x9b, 0x33, 0x03, 0x5a, 0x86, 0xc6, 0x58, 0x86, 0xd5 +.byte 0xc1, 0x85, 0xbb, 0x4f, 0xc6, 0x9c, 0x40, 0x4d, 0xca, 0xbe, 0xee, 0x69, 0x96, 0xb8, 0xad, 0x81 +.byte 0x30, 0x9a, 0x7c, 0x92, 0x05, 0xeb, 0x05, 0x2b, 0x9a, 0x48, 0xd0, 0xb8, 0x76, 0x3e, 0x96, 0xc8 +.byte 0x20, 0xbb, 0xd2, 0xb0, 0xf1, 0x8f, 0xd8, 0xac, 0x45, 0x46, 0xff, 0xaa, 0x67, 0x60, 0xb4, 0x77 +.byte 0x7e, 0x6a, 0x1f, 0x3c, 0x1a, 0x52, 0x7a, 0x04, 0x3d, 0x07, 0x3c, 0x85, 0x0d, 0x84, 0xd0, 0x1f +.byte 0x76, 0x0a, 0xf7, 0x6a, 0x14, 0xdf, 0x72, 0xe3, 0x34, 0x7c, 0x57, 0x4e, 0x56, 0x01, 0x3e, 0x79 +.byte 0xf1, 0xaa, 0x29, 0x3b, 0x6c, 0xfa, 0xf8, 0x8f, 0x6d, 0x4d, 0xc8, 0x35, 0xdf, 0xae, 0xeb, 0xdc +.byte 0x24, 0xee, 0x79, 0x45, 0xa7, 0x85, 0xb6, 0x05, 0x88, 0xde, 0x88, 0x5d, 0x25, 0x7c, 0x97, 0x64 +.byte 0x67, 0x09, 0xd9, 0xbf, 0x5a, 0x15, 0x05, 0x86, 0xf3, 0x09, 0x1e, 0xec, 0x58, 0x32, 0x33, 0x11 +.byte 0xf3, 0x77, 0x64, 0xb0, 0x76, 0x1f, 0xe4, 0x10, 0x35, 0x17, 0x1b, 0xf2, 0x0e, 0xb1, 0x6c, 0xa4 +.byte 0x2a, 0xa3, 0x73, 0xfc, 0x09, 0x1f, 0x1e, 0x32, 0x19, 0x53, 0x11, 0xe7, 0xd9, 0xb3, 0x2c, 0x2e +.byte 0x76, 0x2e, 0xa1, 0xa3, 0xde, 0x7e, 0x6a, 0x88, 0x09, 0xe8, 0xf2, 0x07, 0x8a, 0xf8, 0xb2, 0xcd +.byte 0x10, 0xe7, 0xe2, 0x73, 0x40, 0x93, 0xbb, 0x08, 0xd1, 0x3f, 0xe1, 0xfc, 0x0b, 0x94, 0xb3, 0x25 +.byte 0xef, 0x7c, 0xa6, 0xd7, 0xd1, 0xaf, 0x9f, 0xff, 0x96, 0x9a, 0xf5, 0x91, 0x7b, 0x98, 0x0b, 0x77 +.byte 0xd4, 0x7e, 0xe8, 0x07, 0xd2, 0x62, 0xb5, 0x95, 0x39, 0xe3, 0xf3, 0xf1, 0x6d, 0x0f, 0x0e, 0x65 +.byte 0x84, 0x8a, 0x63, 0x54, 0xc5, 0x80, 0xb6, 0xe0, 0x9e, 0x4b, 0x7d, 0x47, 0x26, 0xa7, 0x01, 0x08 +.byte 0x5d, 0xd1, 0x88, 0x9e, 0xd7, 0xc3, 0x32, 0x44, 0xfa, 0x82, 0x4a, 0x0a, 0x68, 0x54, 0x7f, 0x38 +.byte 0x53, 0x03, 0xcc, 0xa4, 0x00, 0x33, 0x64, 0x51, 0x59, 0x0b, 0xa3, 0x82, 0x91, 0x7a, 0x5e, 0xec +.byte 0x16, 0xc2, 0xf3, 0x2a, 0xe6, 0x62, 0xda, 0x2a, 0xdb, 0x59, 0x62, 0x10, 0x25, 0x4a, 0x2a, 0x81 +.byte 0x0b, 0x47, 0x07, 0x43, 0x06, 0x70, 0x87, 0xd2, 0xfa, 0x93, 0x11, 0x29, 0x7a, 0x48, 0x4d, 0xeb +.byte 0x94, 0xc7, 0x70, 0x4d, 0xaf, 0x67, 0xd5, 0x51, 0xb1, 0x80, 0x20, 0x01, 0x01, 0xb4, 0x7a, 0x08 +.byte 0xa6, 0x90, 0x7f, 0x4e, 0xe0, 0xef, 0x07, 0x41, 0x87, 0xaf, 0x6a, 0xa5, 0x5e, 0x8b, 0xfb, 0xcf +.byte 0x50, 0xb2, 0x9a, 0x54, 0xaf, 0xc3, 0x89, 0xba, 0x58, 0x2d, 0xf5, 0x30, 0x98, 0xb1, 0x36, 0x72 +.byte 0x39, 0x7e, 0x49, 0x04, 0xfd, 0x29, 0xa7, 0x4c, 0x79, 0xe4, 0x05, 0x57, 0xdb, 0x94, 0xb9, 0x16 +.byte 0x53, 0x8d, 0x46, 0xb3, 0x1d, 0x95, 0x61, 0x57, 0x56, 0x7f, 0xaf, 0xf0, 0x16, 0x5b, 0x61, 0x58 +.byte 0x6f, 0x36, 0x50, 0x11, 0x0b, 0xd8, 0xac, 0x2b, 0x95, 0x16, 0x1a, 0x0e, 0x1f, 0x08, 0xcd, 0x36 +.byte 0x34, 0x65, 0x10, 0x62, 0x66, 0xd5, 0x80, 0x5f, 0x14, 0x20, 0x5f, 0x2d, 0x0c, 0xa0, 0x78, 0x0a +.byte 0x68, 0xd6, 0x2c, 0xd7, 0xe9, 0x6f, 0x2b, 0xd2, 0x4a, 0x05, 0x93, 0xfc, 0x9e, 0x6f, 0x6b, 0x67 +.byte 0xff, 0x88, 0xf1, 0x4e, 0xa5, 0x69, 0x4a, 0x52, 0x37, 0x05, 0xea, 0xc6, 0x16, 0x8d, 0xd2, 0xc4 +.byte 0x99, 0xd1, 0x82, 0x2b, 0x3b, 0xba, 0x35, 0x75, 0xf7, 0x51, 0x51, 0x58, 0xf3, 0xc8, 0x07, 0xdd +.byte 0xe4, 0xb4, 0x03, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30, 0x1a +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69, 0x6e +.byte 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x11, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x65, 0x50 +.byte 0x4a, 0xae, 0x8c, 0x79, 0x96, 0x4a, 0xaa, 0x1c, 0x08, 0xc3, 0xa3, 0xa2, 0xcd, 0xfe, 0x59, 0x56 +.byte 0x41, 0x77, 0xfd, 0x26, 0x94, 0x42, 0xbb, 0x1d, 0xcd, 0x08, 0xdb, 0x73, 0xb2, 0x5b, 0x75, 0xf3 +.byte 0xcf, 0x9c, 0x4e, 0x82, 0xf4, 0xbf, 0xf8, 0x61, 0x26, 0x85, 0x6c, 0xd6, 0x85, 0x5b, 0x72, 0x70 +.byte 0xd2, 0xfd, 0xdb, 0x62, 0xb4, 0xdf, 0x53, 0x8b, 0xbd, 0xb1, 0x44, 0x58, 0x62, 0x42, 0x09, 0xc7 +.byte 0xfa, 0x7f, 0x5b, 0x10, 0xe7, 0xfe, 0x40, 0xfd, 0xc0, 0xd8, 0xc3, 0x2b, 0x32, 0xe7, 0x70, 0xa6 +.byte 0xb7, 0xa6, 0x20, 0x55, 0x1d, 0x7b, 0x80, 0x5d, 0x4b, 0x8f, 0x67, 0x4c, 0xf1, 0x10, 0x49, 0x00 +.byte 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67 +.byte 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65 +.byte 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b +.byte 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0x11, 0x02, 0x8b +.byte 0x1e, 0xe3, 0xa1, 0x77, 0x9b, 0x3b, 0xdc, 0xbf, 0x94, 0x3e, 0xb7, 0x95, 0xa7, 0x40, 0x3c, 0xa1 +.byte 0xfd, 0x82, 0xf9, 0x7d, 0x32, 0x06, 0x82, 0x71, 0xf6, 0xf6, 0x8c, 0x7f, 0xfb, 0xe8, 0xdb, 0xbc +.byte 0x6a, 0x2e, 0x97, 0x97, 0xa3, 0x8c, 0x4b, 0xf9, 0x2b, 0xf6, 0xb1, 0xf9, 0xce, 0x84, 0x1d, 0xb1 +.byte 0xf9, 0xc5, 0x97, 0xde, 0xef, 0xb9, 0xf2, 0xa3, 0xe9, 0xbc, 0x12, 0x89, 0x5e, 0xa7, 0xaa, 0x52 +.byte 0xab, 0xf8, 0x23, 0x27, 0xcb, 0xa4, 0xb1, 0x9c, 0x63, 0xdb, 0xd7, 0x99, 0x7e, 0xf0, 0x0a, 0x5e +.byte 0xeb, 0x68, 0xa6, 0xf4, 0xc6, 0x5a, 0x47, 0x0d, 0x4d, 0x10, 0x33, 0xe3, 0x4e, 0xb1, 0x13, 0xa3 +.byte 0xc8, 0x18, 0x6c, 0x4b, 0xec, 0xfc, 0x09, 0x90, 0xdf, 0x9d, 0x64, 0x29, 0x25, 0x23, 0x07, 0xa1 +.byte 0xb4, 0xd2, 0x3d, 0x2e, 0x60, 0xe0, 0xcf, 0xd2, 0x09, 0x87, 0xbb, 0xcd, 0x48, 0xf0, 0x4d, 0xc2 +.byte 0xc2, 0x7a, 0x88, 0x8a, 0xbb, 0xba, 0xcf, 0x59, 0x19, 0xd6, 0xaf, 0x8f, 0xb0, 0x07, 0xb0, 0x9e +.byte 0x31, 0xf1, 0x82, 0xc1, 0xc0, 0xdf, 0x2e, 0xa6, 0x6d, 0x6c, 0x19, 0x0e, 0xb5, 0xd8, 0x7e, 0x26 +.byte 0x1a, 0x45, 0x03, 0x3d, 0xb0, 0x79, 0xa4, 0x94, 0x28, 0xad, 0x0f, 0x7f, 0x26, 0xe5, 0xa8, 0x08 +.byte 0xfe, 0x96, 0xe8, 0x3c, 0x68, 0x94, 0x53, 0xee, 0x83, 0x3a, 0x88, 0x2b, 0x15, 0x96, 0x09, 0xb2 +.byte 0xe0, 0x7a, 0x8c, 0x2e, 0x75, 0xd6, 0x9c, 0xeb, 0xa7, 0x56, 0x64, 0x8f, 0x96, 0x4f, 0x68, 0xae +.byte 0x3d, 0x97, 0xc2, 0x84, 0x8f, 0xc0, 0xbc, 0x40, 0xc0, 0x0b, 0x5c, 0xbd, 0xf6, 0x87, 0xb3, 0x35 +.byte 0x6c, 0xac, 0x18, 0x50, 0x7f, 0x84, 0xe0, 0x4c, 0xcd, 0x92, 0xd3, 0x20, 0xe9, 0x33, 0xbc, 0x52 +.byte 0x99, 0xaf, 0x32, 0xb5, 0x29, 0xb3, 0x25, 0x2a, 0xb4, 0x48, 0xf9, 0x72, 0xe1, 0xca, 0x64, 0xf7 +.byte 0xe6, 0x82, 0x10, 0x8d, 0xe8, 0x9d, 0xc2, 0x8a, 0x88, 0xfa, 0x38, 0x66, 0x8a, 0xfc, 0x63, 0xf9 +.byte 0x01, 0xf9, 0x78, 0xfd, 0x7b, 0x5c, 0x77, 0xfa, 0x76, 0x87, 0xfa, 0xec, 0xdf, 0xb1, 0x0e, 0x79 +.byte 0x95, 0x57, 0xb4, 0xbd, 0x26, 0xef, 0xd6, 0x01, 0xd1, 0xeb, 0x16, 0x0a, 0xbb, 0x8e, 0x0b, 0xb5 +.byte 0xc5, 0xc5, 0x8a, 0x55, 0xab, 0xd3, 0xac, 0xea, 0x91, 0x4b, 0x29, 0xcc, 0x19, 0xa4, 0x32, 0x25 +.byte 0x4e, 0x2a, 0xf1, 0x65, 0x44, 0xd0, 0x02, 0xce, 0xaa, 0xce, 0x49, 0xb4, 0xea, 0x9f, 0x7c, 0x83 +.byte 0xb0, 0x40, 0x7b, 0xe7, 0x43, 0xab, 0xa7, 0x6c, 0xa3, 0x8f, 0x7d, 0x89, 0x81, 0xfa, 0x4c, 0xa5 +.byte 0xff, 0xd5, 0x8e, 0xc3, 0xce, 0x4b, 0xe0, 0xb5, 0xd8, 0xb3, 0x8e, 0x45, 0xcf, 0x76, 0xc0, 0xed +.byte 0x40, 0x2b, 0xfd, 0x53, 0x0f, 0xb0, 0xa7, 0xd5, 0x3b, 0x0d, 0xb1, 0x8a, 0xa2, 0x03, 0xde, 0x31 +.byte 0xad, 0xcc, 0x77, 0xea, 0x6f, 0x7b, 0x3e, 0xd6, 0xdf, 0x91, 0x22, 0x12, 0xe6, 0xbe, 0xfa, 0xd8 +.byte 0x32, 0xfc, 0x10, 0x63, 0x14, 0x51, 0x72, 0xde, 0x5d, 0xd6, 0x16, 0x93, 0xbd, 0x29, 0x68, 0x33 +.byte 0xef, 0x3a, 0x66, 0xec, 0x07, 0x8a, 0x26, 0xdf, 0x13, 0xd7, 0x57, 0x65, 0x78, 0x27, 0xde, 0x5e +.byte 0x49, 0x14, 0x00, 0xa2, 0x00, 0x7f, 0x9a, 0xa8, 0x21, 0xb6, 0xa9, 0xb1, 0x95, 0xb0, 0xa5, 0xb9 +.byte 0x0d, 0x16, 0x11, 0xda, 0xc7, 0x6c, 0x48, 0x3c, 0x40, 0xe0, 0x7e, 0x0d, 0x5a, 0xcd, 0x56, 0x3c +.byte 0xd1, 0x97, 0x05, 0xb9, 0xcb, 0x4b, 0xed, 0x39, 0x4b, 0x9c, 0xc4, 0x3f, 0xd2, 0x55, 0x13, 0x6e +.byte 0x24, 0xb0, 0xd6, 0x71, 0xfa, 0xf4, 0xc1, 0xba, 0xcc, 0xed, 0x1b, 0xf5, 0xfe, 0x81, 0x41, 0xd8 +.byte 0x00, 0x98, 0x3d, 0x3a, 0xc8, 0xae, 0x7a, 0x98, 0x37, 0x18, 0x05, 0x95, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47 +.byte 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76 +.byte 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x32, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xce +.byte 0xde, 0xfd, 0xa6, 0xfb, 0xec, 0xec, 0x14, 0x34, 0x3c, 0x07, 0x06, 0x5a, 0x6c, 0x59, 0xf7, 0x19 +.byte 0x35, 0xdd, 0xf7, 0xc1, 0x9d, 0x55, 0xaa, 0xd3, 0xcd, 0x3b, 0xa4, 0x93, 0x72, 0xef, 0x0a, 0xfa +.byte 0x6d, 0x9d, 0xf6, 0xf0, 0x85, 0x80, 0x5b, 0xa1, 0x48, 0x52, 0x9f, 0x39, 0xc5, 0xb7, 0xee, 0x28 +.byte 0xac, 0xef, 0xcb, 0x76, 0x68, 0x14, 0xb9, 0xdf, 0xad, 0x01, 0x6c, 0x99, 0x1f, 0xc4, 0x22, 0x1d +.byte 0x9f, 0xfe, 0x72, 0x77, 0xe0, 0x2c, 0x5b, 0xaf, 0xe4, 0x04, 0xbf, 0x4f, 0x72, 0xa0, 0x1a, 0x34 +.byte 0x98, 0xe8, 0x39, 0x68, 0xec, 0x95, 0x25, 0x7b, 0x76, 0xa1, 0xe6, 0x69, 0xb9, 0x85, 0x19, 0xbd +.byte 0x89, 0x8c, 0xfe, 0xad, 0xed, 0x36, 0xea, 0x73, 0xbc, 0xff, 0x83, 0xe2, 0xcb, 0x7d, 0xc1, 0xd2 +.byte 0xce, 0x4a, 0xb3, 0x8d, 0x05, 0x9e, 0x8b, 0x49, 0x93, 0xdf, 0xc1, 0x5b, 0xd0, 0x6e, 0x5e, 0xf0 +.byte 0x2e, 0x30, 0x2e, 0x82, 0xfc, 0xfa, 0xbc, 0xb4, 0x17, 0x0a, 0x48, 0xe5, 0x88, 0x9b, 0xc5, 0x9b +.byte 0x6b, 0xde, 0xb0, 0xca, 0xb4, 0x03, 0xf0, 0xda, 0xf4, 0x90, 0xb8, 0x65, 0x64, 0xf7, 0x5c, 0x4c +.byte 0xad, 0xe8, 0x7e, 0x66, 0x5e, 0x99, 0xd7, 0xb8, 0xc2, 0x3e, 0xc8, 0xd0, 0x13, 0x9d, 0xad, 0xee +.byte 0xe4, 0x45, 0x7b, 0x89, 0x55, 0xf7, 0x8a, 0x1f, 0x62, 0x52, 0x84, 0x12, 0xb3, 0xc2, 0x40, 0x97 +.byte 0xe3, 0x8a, 0x1f, 0x47, 0x91, 0xa6, 0x74, 0x5a, 0xd2, 0xf8, 0xb1, 0x63, 0x28, 0x10, 0xb8, 0xb3 +.byte 0x09, 0xb8, 0x56, 0x77, 0x40, 0xa2, 0x26, 0x98, 0x79, 0xc6, 0xfe, 0xdf, 0x25, 0xee, 0x3e, 0xe5 +.byte 0xa0, 0x7f, 0xd4, 0x61, 0x0f, 0x51, 0x4b, 0x3c, 0x3f, 0x8c, 0xda, 0xe1, 0x70, 0x74, 0xd8, 0xc2 +.byte 0x68, 0xa1, 0xf9, 0xc1, 0x0c, 0xe9, 0xa1, 0xe2, 0x7f, 0xbb, 0x55, 0x3c, 0x76, 0x06, 0xee, 0x6a +.byte 0x4e, 0xcc, 0x92, 0x88, 0x30, 0x4d, 0x9a, 0xbd, 0x4f, 0x0b, 0x48, 0x9a, 0x84, 0xb5, 0x98, 0xa3 +.byte 0xd5, 0xfb, 0x73, 0xc1, 0x57, 0x61, 0xdd, 0x28, 0x56, 0x75, 0x13, 0xae, 0x87, 0x8e, 0xe7, 0x0c +.byte 0x51, 0x09, 0x10, 0x75, 0x88, 0x4c, 0xbc, 0x8d, 0xf9, 0x7b, 0x3c, 0xd4, 0x22, 0x48, 0x1f, 0x2a +.byte 0xdc, 0xeb, 0x6b, 0xbb, 0x44, 0xb1, 0xcb, 0x33, 0x71, 0x32, 0x46, 0xaf, 0xad, 0x4a, 0xf1, 0x8c +.byte 0xe8, 0x74, 0x3a, 0xac, 0xe7, 0x1a, 0x22, 0x73, 0x80, 0xd2, 0x30, 0xf7, 0x25, 0x42, 0xc7, 0x22 +.byte 0x3b, 0x3b, 0x12, 0xad, 0x96, 0x2e, 0xc6, 0xc3, 0x76, 0x07, 0xaa, 0x20, 0xb7, 0x35, 0x49, 0x57 +.byte 0xe9, 0x92, 0x49, 0xe8, 0x76, 0x16, 0x72, 0x31, 0x67, 0x2b, 0x96, 0x7e, 0x8a, 0xa3, 0xc7, 0x94 +.byte 0x56, 0x22, 0xbf, 0x6a, 0x4b, 0x7e, 0x01, 0x21, 0xb2, 0x23, 0x32, 0xdf, 0xe4, 0x9a, 0x44, 0x6d +.byte 0x59, 0x5b, 0x5d, 0xf5, 0x00, 0xa0, 0x1c, 0x9b, 0xc6, 0x78, 0x97, 0x8d, 0x90, 0xff, 0x9b, 0xc8 +.byte 0xaa, 0xb4, 0xaf, 0x11, 0x51, 0x39, 0x5e, 0xd9, 0xfb, 0x67, 0xad, 0xd5, 0x5b, 0x11, 0x9d, 0x32 +.byte 0x9a, 0x1b, 0xbd, 0xd5, 0xba, 0x5b, 0xa5, 0xc9, 0xcb, 0x25, 0x69, 0x53, 0x55, 0x27, 0x5c, 0xe0 +.byte 0xca, 0x36, 0xcb, 0x88, 0x61, 0xfb, 0x1e, 0xb7, 0xd0, 0xcb, 0xee, 0x16, 0xfb, 0xd3, 0xa6, 0x4c +.byte 0xde, 0x92, 0xa5, 0xd4, 0xe2, 0xdf, 0xf5, 0x06, 0x54, 0xde, 0x2e, 0x9d, 0x4b, 0xb4, 0x93, 0x30 +.byte 0xaa, 0x81, 0xce, 0xdd, 0x1a, 0xdc, 0x51, 0x73, 0x0d, 0x4f, 0x70, 0xe9, 0xe5, 0xb6, 0x16, 0x21 +.byte 0x19, 0x79, 0xb2, 0xe6, 0x89, 0x0b, 0x75, 0x64, 0xca, 0xd5, 0xab, 0xbc, 0x09, 0xc1, 0x18, 0xa1 +.byte 0xff, 0xd4, 0x54, 0xa1, 0x85, 0x3c, 0xfd, 0x14, 0x24, 0x03, 0xb2, 0x87, 0xd3, 0xa4, 0xb7, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53 +.byte 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52 +.byte 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05 +.byte 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x1f, 0x4f, 0x33, 0x87, 0x33, 0x29, 0x8a +.byte 0xa1, 0x84, 0xde, 0xcb, 0xc7, 0x21, 0x58, 0x41, 0x89, 0xea, 0x56, 0x9d, 0x2b, 0x4b, 0x85, 0xc6 +.byte 0x1d, 0x4c, 0x27, 0xbc, 0x7f, 0x26, 0x51, 0x72, 0x6f, 0xe2, 0x9f, 0xd6, 0xa3, 0xca, 0xcc, 0x45 +.byte 0x14, 0x46, 0x8b, 0xad, 0xef, 0x7e, 0x86, 0x8c, 0xec, 0xb1, 0x7e, 0x2f, 0xff, 0xa9, 0x71, 0x9d +.byte 0x18, 0x84, 0x45, 0x04, 0x41, 0x55, 0x6e, 0x2b, 0xea, 0x26, 0x7f, 0xbb, 0x90, 0x01, 0xe3, 0x4b +.byte 0x19, 0xba, 0xe4, 0x54, 0x96, 0x45, 0x09, 0xb1, 0xd5, 0x6c, 0x91, 0x44, 0xad, 0x84, 0x13, 0x8e +.byte 0x9a, 0x8c, 0x0d, 0x80, 0x0c, 0x32, 0xf6, 0xe0, 0x27, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43 +.byte 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf3, 0x74 +.byte 0x73, 0xa7, 0x68, 0x8b, 0x60, 0xae, 0x43, 0xb8, 0x35, 0xc5, 0x81, 0x30, 0x7b, 0x4b, 0x49, 0x9d +.byte 0xfb, 0xc1, 0x61, 0xce, 0xe6, 0xde, 0x46, 0xbd, 0x6b, 0xd5, 0x61, 0x18, 0x35, 0xae, 0x40, 0xdd +.byte 0x73, 0xf7, 0x89, 0x91, 0x30, 0x5a, 0xeb, 0x3c, 0xee, 0x85, 0x7c, 0xa2, 0x40, 0x76, 0x3b, 0xa9 +.byte 0xc6, 0xb8, 0x47, 0xd8, 0x2a, 0xe7, 0x92, 0x91, 0x6a, 0x73, 0xe9, 0xb1, 0x72, 0x39, 0x9f, 0x29 +.byte 0x9f, 0xa2, 0x98, 0xd3, 0x5f, 0x5e, 0x58, 0x86, 0x65, 0x0f, 0xa1, 0x84, 0x65, 0x06, 0xd1, 0xdc +.byte 0x8b, 0xc9, 0xc7, 0x73, 0xc8, 0x8c, 0x6a, 0x2f, 0xe5, 0xc4, 0xab, 0xd1, 0x1d, 0x8a, 0x4a, 0x00 +.byte 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42 +.byte 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56 +.byte 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa0, 0xbe, 0x50 +.byte 0x10, 0x8e, 0xe9, 0xf2, 0x6c, 0x40, 0xb4, 0x04, 0x9c, 0x85, 0xb9, 0x31, 0xca, 0xdc, 0x2d, 0xe4 +.byte 0x11, 0xa9, 0x04, 0x3c, 0x1b, 0x55, 0xc1, 0xe7, 0x58, 0x30, 0x1d, 0x24, 0xb4, 0xc3, 0xef, 0x85 +.byte 0xde, 0x8c, 0x2c, 0xe1, 0xc1, 0x3d, 0xdf, 0x82, 0xe6, 0x4f, 0xad, 0x47, 0x87, 0x6c, 0xec, 0x5b +.byte 0x49, 0xc1, 0x4a, 0xd5, 0xbb, 0x8f, 0xec, 0x87, 0xac, 0x7f, 0x82, 0x9a, 0x86, 0xec, 0x3d, 0x03 +.byte 0x99, 0x52, 0x01, 0xd2, 0x35, 0x9e, 0xac, 0xda, 0xf0, 0x53, 0xc9, 0x66, 0x3c, 0xd4, 0xac, 0x02 +.byte 0x01, 0xda, 0x24, 0xd3, 0x3b, 0xa8, 0x02, 0x46, 0xaf, 0xa4, 0x1c, 0xe3, 0xf8, 0x73, 0x58, 0x76 +.byte 0xb7, 0xf6, 0x0e, 0x90, 0x0d, 0xb5, 0xf0, 0xcf, 0xcc, 0xfa, 0xf9, 0xc6, 0x4c, 0xe5, 0xc3, 0x86 +.byte 0x30, 0x0a, 0x8d, 0x17, 0x7e, 0x35, 0xeb, 0xc5, 0xdf, 0xbb, 0x0e, 0x9c, 0xc0, 0x8d, 0x87, 0xe3 +.byte 0x88, 0x38, 0x85, 0x67, 0xfa, 0x3e, 0xc7, 0xab, 0xe0, 0x13, 0x9c, 0x05, 0x18, 0x98, 0xcf, 0x93 +.byte 0xf5, 0xb1, 0x92, 0xb4, 0xfc, 0x23, 0xd3, 0xcf, 0xd5, 0xc4, 0x27, 0x49, 0xe0, 0x9e, 0x3c, 0x9b +.byte 0x08, 0xa3, 0x8b, 0x5d, 0x2a, 0x21, 0xe0, 0xfc, 0x39, 0xaa, 0x53, 0xda, 0x7d, 0x7e, 0xcf, 0x1a +.byte 0x09, 0x53, 0xbc, 0x5d, 0x05, 0x04, 0xcf, 0xa1, 0x4a, 0x8f, 0x8b, 0x76, 0x82, 0x0d, 0xa1, 0xf8 +.byte 0xd2, 0xc7, 0x14, 0x77, 0x5b, 0x90, 0x36, 0x07, 0x81, 0x9b, 0x3e, 0x06, 0xfa, 0x52, 0x5e, 0x63 +.byte 0xc5, 0xa6, 0x00, 0xfe, 0xa5, 0xe9, 0x52, 0x1b, 0x52, 0xb5, 0x92, 0x39, 0x72, 0x03, 0x09, 0x62 +.byte 0xbd, 0xb0, 0x60, 0x16, 0x6e, 0xa6, 0xdd, 0x25, 0xc2, 0x03, 0x66, 0xdd, 0xf3, 0x04, 0xd1, 0x40 +.byte 0xe2, 0x4e, 0x8b, 0x86, 0xf4, 0x6f, 0xe5, 0x83, 0xa0, 0x27, 0x84, 0x5e, 0x04, 0xc1, 0xf5, 0x90 +.byte 0xbd, 0x30, 0x3d, 0xc4, 0xef, 0xa8, 0x69, 0xbc, 0x38, 0x9b, 0xa4, 0xa4, 0x96, 0xd1, 0x62, 0xda +.byte 0x69, 0xc0, 0x01, 0x96, 0xae, 0xcb, 0xc4, 0x51, 0x34, 0xea, 0x0c, 0xaa, 0xff, 0x21, 0x8e, 0x59 +.byte 0x8f, 0x4a, 0x5c, 0xe4, 0x61, 0x9a, 0xa7, 0xd2, 0xe9, 0x2a, 0x78, 0x8d, 0x51, 0x3d, 0x3a, 0x15 +.byte 0xee, 0xa2, 0x59, 0x8e, 0xa9, 0x5c, 0xde, 0xc5, 0xf9, 0x90, 0x22, 0xe5, 0x88, 0x45, 0x71, 0xdd +.byte 0x91, 0x99, 0x6c, 0x7a, 0x9f, 0x3d, 0x3d, 0x98, 0x7c, 0x5e, 0xf6, 0xbe, 0x16, 0x68, 0xa0, 0x5e +.byte 0xae, 0x0b, 0x23, 0xfc, 0x5a, 0x0f, 0xaa, 0x22, 0x76, 0x2d, 0xc9, 0xa1, 0x10, 0x1d, 0xe4, 0xd3 +.byte 0x44, 0x23, 0x90, 0x88, 0x9f, 0xc6, 0x2a, 0xe6, 0xd7, 0xf5, 0x9a, 0xb3, 0x58, 0x1e, 0x2f, 0x30 +.byte 0x89, 0x08, 0x1b, 0x54, 0xa2, 0xb5, 0x98, 0x23, 0xec, 0x08, 0x77, 0x1c, 0x95, 0x5d, 0x61, 0xd1 +.byte 0xcb, 0x89, 0x9c, 0x5f, 0xa2, 0x4a, 0x91, 0x9a, 0xef, 0x21, 0xaa, 0x49, 0x16, 0x08, 0xa8, 0xbd +.byte 0x61, 0x28, 0x31, 0xc9, 0x74, 0xad, 0x85, 0xf6, 0xd9, 0xc5, 0xb1, 0x8b, 0xd1, 0xe5, 0x10, 0x32 +.byte 0x4d, 0x5f, 0x8b, 0x20, 0x3a, 0x3c, 0x49, 0x1f, 0x33, 0x85, 0x59, 0x0d, 0xdb, 0xcb, 0x09, 0x75 +.byte 0x43, 0x69, 0x73, 0xfb, 0x6b, 0x71, 0x7d, 0xf0, 0xdf, 0xc4, 0x4c, 0x7d, 0xc6, 0xa3, 0x2e, 0xc8 +.byte 0x95, 0x79, 0xcb, 0x73, 0xa2, 0x8e, 0x4e, 0x4d, 0x24, 0xfb, 0x5e, 0xe4, 0x04, 0xbe, 0x72, 0x1b +.byte 0xa6, 0x27, 0x2d, 0x49, 0x5a, 0x99, 0x7a, 0xd7, 0x5c, 0x09, 0x20, 0xb7, 0x7f, 0x94, 0xb9, 0x4f +.byte 0xf1, 0x0d, 0x1c, 0x5e, 0x88, 0x42, 0x1b, 0x11, 0xb7, 0xe7, 0x91, 0xdb, 0x9e, 0x6c, 0xf4, 0x6a +.byte 0xdf, 0x8c, 0x06, 0x98, 0x03, 0xad, 0xcc, 0x28, 0xef, 0xa5, 0x47, 0xf3, 0x53, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x4a, 0x00, 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10 +.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64 +.byte 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61 +.byte 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x47, 0x33 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xa1, 0xae, 0x25, 0xb2, 0x01, 0x18, 0xdc, 0x57, 0x88, 0x3f, 0x46, 0xeb, 0xf9, 0xaf, 0xe2 +.byte 0xeb, 0x23, 0x71, 0xe2, 0x9a, 0xd1, 0x61, 0x66, 0x21, 0x5f, 0xaa, 0xaf, 0x27, 0x51, 0xe5, 0x6e +.byte 0x1b, 0x16, 0xd4, 0x2d, 0x7d, 0x50, 0xb0, 0x53, 0x77, 0xbd, 0x78, 0x3a, 0x60, 0xe2, 0x64, 0x02 +.byte 0x9b, 0x7c, 0x86, 0x9b, 0xd6, 0x1a, 0x8e, 0xad, 0xff, 0x1f, 0x15, 0x7f, 0xd5, 0x95, 0x1e, 0x12 +.byte 0xcb, 0xe6, 0x14, 0x84, 0x04, 0xc1, 0xdf, 0x36, 0xb3, 0x16, 0x9f, 0x8a, 0xe3, 0xc9, 0xdb, 0x98 +.byte 0x34, 0xce, 0xd8, 0x33, 0x17, 0x28, 0x46, 0xfc, 0xa7, 0xc9, 0xf0, 0xd2, 0xb4, 0xd5, 0x4d, 0x09 +.byte 0x72, 0x49, 0xf9, 0xf2, 0x87, 0xe3, 0xa9, 0xda, 0x7d, 0xa1, 0x7d, 0x6b, 0xb2, 0x3a, 0x25, 0xa9 +.byte 0x6d, 0x52, 0x44, 0xac, 0xf8, 0xbe, 0x6e, 0xfb, 0xdc, 0xa6, 0x73, 0x91, 0x90, 0x61, 0xa6, 0x03 +.byte 0x14, 0x20, 0xf2, 0xe7, 0x87, 0xa3, 0x88, 0xad, 0xad, 0xa0, 0x8c, 0xff, 0xa6, 0x0b, 0x25, 0x52 +.byte 0x25, 0xe7, 0x16, 0x01, 0xd5, 0xcb, 0xb8, 0x35, 0x81, 0x0c, 0xa3, 0x3b, 0xf0, 0xe1, 0xe1, 0xfc +.byte 0x5a, 0x5d, 0xce, 0x80, 0x71, 0x6d, 0xf8, 0x49, 0xab, 0x3e, 0x3b, 0xba, 0xb8, 0xd7, 0x80, 0x01 +.byte 0xfb, 0xa5, 0xeb, 0x5b, 0xb3, 0xc5, 0x5e, 0x60, 0x2a, 0x31, 0xa0, 0xaf, 0x37, 0xe8, 0x20, 0x3a +.byte 0x9f, 0xa8, 0x32, 0x2c, 0x0c, 0xcc, 0x09, 0x1d, 0xd3, 0x9e, 0x8e, 0x5d, 0xbc, 0x4c, 0x98, 0xee +.byte 0xc5, 0x1a, 0x68, 0x7b, 0xec, 0x53, 0xa6, 0xe9, 0x14, 0x35, 0xa3, 0xdf, 0xcd, 0x80, 0x9f, 0x0c +.byte 0x48, 0xfb, 0x1c, 0xf4, 0xf1, 0xbf, 0x4a, 0xb8, 0xfa, 0xd5, 0x8c, 0x71, 0x4a, 0xc7, 0x1f, 0xad +.byte 0xfe, 0x41, 0x9a, 0xb3, 0x83, 0x5d, 0xf2, 0x84, 0x56, 0xef, 0xa5, 0x57, 0x43, 0xce, 0x29, 0xad +.byte 0x8c, 0xab, 0x55, 0xbf, 0xc4, 0xfb, 0x5b, 0x01, 0xdd, 0x23, 0x21, 0xa1, 0x58, 0x00, 0x8e, 0xc3 +.byte 0xd0, 0x6a, 0x13, 0xed, 0x13, 0xe3, 0x12, 0x2b, 0x80, 0xdc, 0x67, 0xe6, 0x95, 0xb2, 0xcd, 0x1e +.byte 0x22, 0x6e, 0x2a, 0xf8, 0x41, 0xd4, 0xf2, 0xca, 0x14, 0x07, 0x8d, 0x8a, 0x55, 0x12, 0xc6, 0x69 +.byte 0xf5, 0xb8, 0x86, 0x68, 0x2f, 0x53, 0x5e, 0xb0, 0xd2, 0xaa, 0x21, 0xc1, 0x98, 0xe6, 0x30, 0xe3 +.byte 0x67, 0x55, 0xc7, 0x9b, 0x6e, 0xac, 0x19, 0xa8, 0x55, 0xa6, 0x45, 0x06, 0xd0, 0x23, 0x3a, 0xdb +.byte 0xeb, 0x65, 0x5d, 0x2a, 0x11, 0x11, 0xf0, 0x3b, 0x4f, 0xca, 0x6d, 0xf4, 0x34, 0xc4, 0x71, 0xe4 +.byte 0xff, 0x00, 0x5a, 0xf6, 0x5c, 0xae, 0x23, 0x60, 0x85, 0x73, 0xf1, 0xe4, 0x10, 0xb1, 0x25, 0xae +.byte 0xd5, 0x92, 0xbb, 0x13, 0xc1, 0x0c, 0xe0, 0x39, 0xda, 0xb4, 0x39, 0x57, 0xb5, 0xab, 0x35, 0xaa +.byte 0x72, 0x21, 0x3b, 0x83, 0x35, 0xe7, 0x31, 0xdf, 0x7a, 0x21, 0x6e, 0xb8, 0x32, 0x08, 0x7d, 0x1d +.byte 0x32, 0x91, 0x15, 0x4a, 0x62, 0x72, 0xcf, 0xe3, 0x77, 0xa1, 0xbc, 0xd5, 0x11, 0x1b, 0x76, 0x01 +.byte 0x67, 0x08, 0xe0, 0x41, 0x0b, 0xc3, 0xeb, 0x15, 0x6e, 0xf8, 0xa4, 0x19, 0xd9, 0xa2, 0xab, 0xaf +.byte 0xe2, 0x27, 0x52, 0x56, 0x2b, 0x02, 0x8a, 0x2c, 0x14, 0x24, 0xf9, 0xbf, 0x42, 0x02, 0xbf, 0x26 +.byte 0xc8, 0xc6, 0x8f, 0xe0, 0x6e, 0x38, 0x7d, 0x53, 0x2d, 0xe5, 0xed, 0x98, 0xb3, 0x95, 0x63, 0x68 +.byte 0x7f, 0xf9, 0x35, 0xf4, 0xdf, 0x88, 0xc5, 0x60, 0x35, 0x92, 0xc0, 0x7c, 0x69, 0x1c, 0x61, 0x95 +.byte 0x16, 0xd0, 0xeb, 0xde, 0x0b, 0xaf, 0x3e, 0x04, 0x10, 0x45, 0x65, 0x58, 0x50, 0x38, 0xaf, 0x48 +.byte 0xf2, 0x59, 0xb6, 0x16, 0xf2, 0x3c, 0x0d, 0x90, 0x02, 0xc6, 0x70, 0x2e, 0x01, 0xad, 0x3c, 0x15 +.byte 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4a, 0x00, 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d +.byte 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51 +.byte 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x33, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xcb, 0x0e, 0x10, 0x67, 0x8e, 0xea, 0x14, 0x97, 0xa7, 0x32 +.byte 0x2a, 0x0a, 0x56, 0x36, 0x7f, 0x68, 0x4c, 0xc7, 0xb3, 0x6f, 0x3a, 0x23, 0x14, 0x91, 0xff, 0x19 +.byte 0x7f, 0xa5, 0xca, 0xac, 0xee, 0xb3, 0x76, 0x9d, 0x7a, 0xe9, 0x8b, 0x1b, 0xab, 0x6b, 0x31, 0xdb +.byte 0xfa, 0x0b, 0x53, 0x4c, 0xaf, 0xc5, 0xa5, 0x1a, 0x79, 0x3c, 0x8a, 0x4c, 0xff, 0xac, 0xdf, 0x25 +.byte 0xde, 0x4e, 0xd9, 0x82, 0x32, 0x0b, 0x44, 0xde, 0xca, 0xdb, 0x8c, 0xac, 0xa3, 0x6e, 0x16, 0x83 +.byte 0x3b, 0xa6, 0x64, 0x4b, 0x32, 0x89, 0xfb, 0x16, 0x16, 0x38, 0x7e, 0xeb, 0x43, 0xe2, 0xd3, 0x74 +.byte 0x4a, 0xc2, 0x62, 0x0a, 0x73, 0x0a, 0xdd, 0x49, 0xb3, 0x57, 0xd2, 0xb0, 0x0a, 0x85, 0x9d, 0x71 +.byte 0x3c, 0xde, 0xa3, 0xcb, 0xc0, 0x32, 0xf3, 0x01, 0x39, 0x20, 0x43, 0x1b, 0x35, 0xd1, 0x53, 0xb3 +.byte 0xb1, 0xee, 0xc5, 0x93, 0x69, 0x82, 0x3e, 0x16, 0xb5, 0x28, 0x46, 0xa1, 0xde, 0xea, 0x89, 0x09 +.byte 0xed, 0x43, 0xb8, 0x05, 0x46, 0x8a, 0x86, 0xf5, 0x59, 0x47, 0xbe, 0x1b, 0x6f, 0x01, 0x21, 0x10 +.byte 0xb9, 0xfd, 0xa9, 0xd2, 0x28, 0xca, 0x10, 0x39, 0x09, 0xca, 0x13, 0x36, 0xcf, 0x9c, 0xad, 0xad +.byte 0x40, 0x74, 0x79, 0x2b, 0x02, 0x3f, 0x34, 0xff, 0xfa, 0x20, 0x69, 0x7d, 0xd3, 0xee, 0x61, 0xf5 +.byte 0xba, 0xb3, 0xe7, 0x30, 0xd0, 0x37, 0x23, 0x86, 0x72, 0x61, 0x45, 0x29, 0x48, 0x59, 0x68, 0x6f +.byte 0x77, 0xa6, 0x2e, 0x81, 0xbe, 0x07, 0x4d, 0x6f, 0xaf, 0xce, 0xc4, 0x45, 0x13, 0x91, 0x14, 0x70 +.byte 0x06, 0x8f, 0x1f, 0x9f, 0xf8, 0x87, 0x69, 0xb1, 0x0e, 0xef, 0xc3, 0x89, 0x19, 0xeb, 0xea, 0x1c +.byte 0x61, 0xfc, 0x7a, 0x6c, 0x8a, 0xdc, 0xd6, 0x03, 0x0b, 0x9e, 0x26, 0xba, 0x12, 0xdd, 0xd4, 0x54 +.byte 0x39, 0xab, 0x26, 0xa3, 0x33, 0xea, 0x75, 0x81, 0xda, 0x2d, 0xcd, 0x0f, 0x4f, 0xe4, 0x03, 0xd1 +.byte 0xef, 0x15, 0x97, 0x1b, 0x6b, 0x90, 0xc5, 0x02, 0x90, 0x93, 0x66, 0x02, 0x21, 0xb1, 0x47, 0xde +.byte 0x8b, 0x9a, 0x4a, 0x80, 0xb9, 0x55, 0x8f, 0xb5, 0xa2, 0x2f, 0xc0, 0xd6, 0x33, 0x67, 0xda, 0x7e +.byte 0xc4, 0xa7, 0xb4, 0x04, 0x44, 0xeb, 0x47, 0xfb, 0xe6, 0x58, 0xb9, 0xf7, 0x0c, 0xf0, 0x7b, 0x2b +.byte 0xb1, 0xc0, 0x70, 0x29, 0xc3, 0x40, 0x62, 0x2d, 0x3b, 0x48, 0x69, 0xdc, 0x23, 0x3c, 0x48, 0xeb +.byte 0x7b, 0x09, 0x79, 0xa9, 0x6d, 0xda, 0xa8, 0x30, 0x98, 0xcf, 0x80, 0x72, 0x03, 0x88, 0xa6, 0x5b +.byte 0x46, 0xae, 0x72, 0x79, 0x7c, 0x08, 0x03, 0x21, 0x65, 0xae, 0xb7, 0xe1, 0x1c, 0xa5, 0xb1, 0x2a +.byte 0xa2, 0x31, 0xde, 0x66, 0x04, 0xf7, 0xc0, 0x74, 0xe8, 0x71, 0xde, 0xff, 0x3d, 0x59, 0xcc, 0x96 +.byte 0x26, 0x12, 0x8b, 0x85, 0x95, 0x57, 0x1a, 0xab, 0x6b, 0x75, 0x0b, 0x44, 0x3d, 0x11, 0x28, 0x3c +.byte 0x7b, 0x61, 0xb7, 0xe2, 0x8f, 0x67, 0x4f, 0xe5, 0xec, 0x3c, 0x4c, 0x60, 0x80, 0x69, 0x57, 0x38 +.byte 0x1e, 0x01, 0x5b, 0x8d, 0x55, 0xe8, 0xc7, 0xdf, 0xc0, 0xcc, 0x77, 0x23, 0x34, 0x49, 0x75, 0x7c +.byte 0xf6, 0x98, 0x11, 0xeb, 0x2d, 0xde, 0xed, 0x41, 0x2e, 0x14, 0x05, 0x02, 0x7f, 0xe0, 0xfe, 0x20 +.byte 0xeb, 0x35, 0xe7, 0x11, 0xac, 0x22, 0xce, 0x57, 0x3d, 0xde, 0xc9, 0x30, 0x6d, 0x10, 0x03, 0x85 +.byte 0xcd, 0xf1, 0xff, 0x8c, 0x16, 0xb5, 0xc1, 0xb2, 0x3e, 0x88, 0x6c, 0x60, 0x7f, 0x90, 0x4f, 0x95 +.byte 0xf7, 0xf6, 0x2d, 0xad, 0x01, 0x39, 0x07, 0x04, 0xfa, 0x75, 0x80, 0x7d, 0xbf, 0x49, 0x50, 0xed +.byte 0xef, 0xc9, 0xc4, 0x7c, 0x1c, 0xeb, 0x80, 0x7e, 0xdb, 0xb6, 0xd0, 0xdd, 0x13, 0xfe, 0xc9, 0xd3 +.byte 0x9c, 0xd7, 0xb2, 0x97, 0xa9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4a, 0x00, 0x78, 0x00, 0x30, 0x48 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x44 +.byte 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x42, 0x52, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0xc6, 0xcb, 0xc7, 0x28, 0xd1, 0xfb, 0x84, 0xf5, 0x9a, 0xef, 0x42, 0x14, 0x20, 0xe1, 0x43, 0x6b +.byte 0x6e, 0x75, 0xad, 0xfc, 0x2b, 0x03, 0x84, 0xd4, 0x76, 0x93, 0x25, 0xd7, 0x59, 0x3b, 0x41, 0x65 +.byte 0x6b, 0x1e, 0xe6, 0x34, 0x2a, 0xbb, 0x74, 0xf6, 0x12, 0xce, 0xe8, 0x6d, 0xe7, 0xab, 0xe4, 0x3c +.byte 0x4e, 0x3f, 0x44, 0x08, 0x8b, 0xcd, 0x16, 0x71, 0xcb, 0xbf, 0x92, 0x99, 0xf4, 0xa4, 0xd7, 0x3c +.byte 0x50, 0x54, 0x52, 0x90, 0x85, 0x83, 0x78, 0x94, 0x67, 0x67, 0xa3, 0x1c, 0x09, 0x19, 0x3d, 0x75 +.byte 0x34, 0x85, 0xde, 0xed, 0x60, 0x7d, 0xc7, 0x0c, 0xb4, 0x41, 0x52, 0xb9, 0x6e, 0xe5, 0xee, 0x42 +.byte 0x4a, 0x00, 0x78, 0x00, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x45, 0x56, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0x0b, 0xdd, 0x86, 0x43, 0x20, 0x19, 0xdf, 0x97, 0x85 +.byte 0xe8, 0x22, 0x4a, 0x9b, 0xcf, 0x9d, 0x98, 0xbf, 0xb4, 0x05, 0x26, 0xc9, 0xcb, 0xe3, 0xa6, 0xd2 +.byte 0x8f, 0xc5, 0x9e, 0x78, 0x7b, 0x31, 0x89, 0xa9, 0x89, 0xad, 0x27, 0x3c, 0x65, 0x10, 0x82, 0xfc +.byte 0xdf, 0xc3, 0x9d, 0x4e, 0xf0, 0x33, 0x23, 0xc4, 0xd2, 0x32, 0xf5, 0x1c, 0xb0, 0xdf, 0x33, 0x17 +.byte 0x5d, 0xc5, 0xf0, 0xb1, 0x8a, 0xf9, 0xef, 0xb9, 0xb7, 0x14, 0xca, 0x29, 0x4a, 0xc2, 0x0f, 0xa9 +.byte 0x7f, 0x75, 0x65, 0x49, 0x2a, 0x30, 0x67, 0xf4, 0x64, 0xf7, 0xd6, 0x1a, 0x77, 0xda, 0xc3, 0xc2 +.byte 0x97, 0x61, 0x42, 0x7b, 0x49, 0xad, 0x4a, 0x00, 0x26, 0x01, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x17, 0x30, 0x15, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xab, 0xa4, 0x81, 0xe5, 0x95, 0xcd, 0xf5, 0xf6, 0x14, 0x8e, 0xc2 +.byte 0x4f, 0xca, 0xd4, 0xe2, 0x78, 0x95, 0x58, 0x9c, 0x41, 0xe1, 0x0d, 0x99, 0x40, 0x24, 0x17, 0x39 +.byte 0x91, 0x33, 0x66, 0xe9, 0xbe, 0xe1, 0x83, 0xaf, 0x62, 0x5c, 0x89, 0xd1, 0xfc, 0x24, 0x5b, 0x61 +.byte 0xb3, 0xe0, 0x11, 0x11, 0x41, 0x1c, 0x1d, 0x6e, 0xf0, 0xb8, 0xbb, 0xf8, 0xde, 0xa7, 0x81, 0xba +.byte 0xa6, 0x48, 0xc6, 0x9f, 0x1d, 0xbd, 0xbe, 0x8e, 0xa9, 0x41, 0x3e, 0xb8, 0x94, 0xed, 0x29, 0x1a +.byte 0xd4, 0x8e, 0xd2, 0x03, 0x1d, 0x03, 0xef, 0x6d, 0x0d, 0x67, 0x1c, 0x57, 0xd7, 0x06, 0xad, 0xca +.byte 0xc8, 0xf5, 0xfe, 0x0e, 0xaf, 0x66, 0x25, 0x48, 0x04, 0x96, 0x0b, 0x5d, 0xa3, 0xba, 0x16, 0xc3 +.byte 0x08, 0x4f, 0xd1, 0x46, 0xf8, 0x14, 0x5c, 0xf2, 0xc8, 0x5e, 0x01, 0x99, 0x6d, 0xfd, 0x88, 0xcc +.byte 0x86, 0xa8, 0xc1, 0x6f, 0x31, 0x42, 0x6c, 0x52, 0x3e, 0x68, 0xcb, 0xf3, 0x19, 0x34, 0xdf, 0xbb +.byte 0x87, 0x18, 0x56, 0x80, 0x26, 0xc4, 0xd0, 0xdc, 0xc0, 0x6f, 0xdf, 0xde, 0xa0, 0xc2, 0x91, 0x16 +.byte 0xa0, 0x64, 0x11, 0x4b, 0x44, 0xbc, 0x1e, 0xf6, 0xe7, 0xfa, 0x63, 0xde, 0x66, 0xac, 0x76, 0xa4 +.byte 0x71, 0xa3, 0xec, 0x36, 0x94, 0x68, 0x7a, 0x77, 0xa4, 0xb1, 0xe7, 0x0e, 0x2f, 0x81, 0x7a, 0xe2 +.byte 0xb5, 0x72, 0x86, 0xef, 0xa2, 0x6b, 0x8b, 0xf0, 0x0f, 0xdb, 0xd3, 0x59, 0x3f, 0xba, 0x72, 0xbc +.byte 0x44, 0x24, 0x9c, 0xe3, 0x73, 0xb3, 0xf7, 0xaf, 0x57, 0x2f, 0x42, 0x26, 0x9d, 0xa9, 0x74, 0xba +.byte 0x00, 0x52, 0xf2, 0x4b, 0xcd, 0x53, 0x7c, 0x47, 0x0b, 0x36, 0x85, 0x0e, 0x66, 0xa9, 0x08, 0x97 +.byte 0x16, 0x34, 0x57, 0xc1, 0x66, 0xf7, 0x80, 0xe3, 0xed, 0x70, 0x54, 0xc7, 0x93, 0xe0, 0x2e, 0x28 +.byte 0x15, 0x59, 0x87, 0xba, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4c, 0x00, 0x26, 0x02, 0x30, 0x4a +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30 +.byte 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x49, 0x64, 0x65, 0x6e +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0x50, 0x19, 0xde, 0x3f +.byte 0x99, 0x3d, 0xd4, 0x33, 0x46, 0xf1, 0x6f, 0x51, 0x61, 0x82, 0xb2, 0xa9, 0x4f, 0x8f, 0x67, 0x89 +.byte 0x5d, 0x84, 0xd9, 0x53, 0xdd, 0x0c, 0x28, 0xd9, 0xd7, 0xf0, 0xff, 0xae, 0x95, 0x43, 0x72, 0x99 +.byte 0xf9, 0xb5, 0x5d, 0x7c, 0x8a, 0xc1, 0x42, 0xe1, 0x31, 0x50, 0x74, 0xd1, 0x81, 0x0d, 0x7c, 0xcd +.byte 0x9b, 0x21, 0xab, 0x43, 0xe2, 0xac, 0xad, 0x5e, 0x86, 0x6e, 0xf3, 0x09, 0x8a, 0x1f, 0x5a, 0x32 +.byte 0xbd, 0xa2, 0xeb, 0x94, 0xf9, 0xe8, 0x5c, 0x0a, 0xec, 0xff, 0x98, 0xd2, 0xaf, 0x71, 0xb3, 0xb4 +.byte 0x53, 0x9f, 0x4e, 0x87, 0xef, 0x92, 0xbc, 0xbd, 0xec, 0x4f, 0x32, 0x30, 0x88, 0x4b, 0x17, 0x5e +.byte 0x57, 0xc4, 0x53, 0xc2, 0xf6, 0x02, 0x97, 0x8d, 0xd9, 0x62, 0x2b, 0xbf, 0x24, 0x1f, 0x62, 0x8d +.byte 0xdf, 0xc3, 0xb8, 0x29, 0x4b, 0x49, 0x78, 0x3c, 0x93, 0x60, 0x88, 0x22, 0xfc, 0x99, 0xda, 0x36 +.byte 0xc8, 0xc2, 0xa2, 0xd4, 0x2c, 0x54, 0x00, 0x67, 0x35, 0x6e, 0x73, 0xbf, 0x02, 0x58, 0xf0, 0xa4 +.byte 0xdd, 0xe5, 0xb0, 0xa2, 0x26, 0x7a, 0xca, 0xe0, 0x36, 0xa5, 0x19, 0x16, 0xf5, 0xfd, 0xb7, 0xef +.byte 0xae, 0x3f, 0x40, 0xf5, 0x6d, 0x5a, 0x04, 0xfd, 0xce, 0x34, 0xca, 0x24, 0xdc, 0x74, 0x23, 0x1b +.byte 0x5d, 0x33, 0x13, 0x12, 0x5d, 0xc4, 0x01, 0x25, 0xf6, 0x30, 0xdd, 0x02, 0x5d, 0x9f, 0xe0, 0xd5 +.byte 0x47, 0xbd, 0xb4, 0xeb, 0x1b, 0xa1, 0xbb, 0x49, 0x49, 0xd8, 0x9f, 0x5b, 0x02, 0xf3, 0x8a, 0xe4 +.byte 0x24, 0x90, 0xe4, 0x62, 0x4f, 0x4f, 0xc1, 0xaf, 0x8b, 0x0e, 0x74, 0x17, 0xa8, 0xd1, 0x72, 0x88 +.byte 0x6a, 0x7a, 0x01, 0x49, 0xcc, 0xb4, 0x46, 0x79, 0xc6, 0x17, 0xb1, 0xda, 0x98, 0x1e, 0x07, 0x59 +.byte 0xfa, 0x75, 0x21, 0x85, 0x65, 0xdd, 0x90, 0x56, 0xce, 0xfb, 0xab, 0xa5, 0x60, 0x9d, 0xc4, 0x9d +.byte 0xf9, 0x52, 0xb0, 0x8b, 0xbd, 0x87, 0xf9, 0x8f, 0x2b, 0x23, 0x0a, 0x23, 0x76, 0x3b, 0xf7, 0x33 +.byte 0xe1, 0xc9, 0x00, 0xf3, 0x69, 0xf9, 0x4b, 0xa2, 0xe0, 0x4e, 0xbc, 0x7e, 0x93, 0x39, 0x84, 0x07 +.byte 0xf7, 0x44, 0x70, 0x7e, 0xfe, 0x07, 0x5a, 0xe5, 0xb1, 0xac, 0xd1, 0x18, 0xcc, 0xf2, 0x35, 0xe5 +.byte 0x49, 0x49, 0x08, 0xca, 0x56, 0xc9, 0x3d, 0xfb, 0x0f, 0x18, 0x7d, 0x8b, 0x3b, 0xc1, 0x13, 0xc2 +.byte 0x4d, 0x8f, 0xc9, 0x4f, 0x0e, 0x37, 0xe9, 0x1f, 0xa1, 0x0e, 0x6a, 0xdf, 0x62, 0x2e, 0xcb, 0x35 +.byte 0x06, 0x51, 0x79, 0x2c, 0xc8, 0x25, 0x38, 0xf4, 0xfa, 0x4b, 0xa7, 0x89, 0x5c, 0x9c, 0xd2, 0xe3 +.byte 0x0d, 0x39, 0x86, 0x4a, 0x74, 0x7c, 0xd5, 0x59, 0x87, 0xc2, 0x3f, 0x4e, 0x0c, 0x5c, 0x52, 0xf4 +.byte 0x3d, 0xf7, 0x52, 0x82, 0xf1, 0xea, 0xa3, 0xac, 0xfd, 0x49, 0x34, 0x1a, 0x28, 0xf3, 0x41, 0x88 +.byte 0x3a, 0x13, 0xee, 0xe8, 0xde, 0xff, 0x99, 0x1d, 0x5f, 0xba, 0xcb, 0xe8, 0x1e, 0xf2, 0xb9, 0x50 +.byte 0x60, 0xc0, 0x31, 0xd3, 0x73, 0xe5, 0xef, 0xbe, 0xa0, 0xed, 0x33, 0x0b, 0x74, 0xbe, 0x20, 0x20 +.byte 0xc4, 0x67, 0x6c, 0xf0, 0x08, 0x03, 0x7a, 0x55, 0x80, 0x7f, 0x46, 0x4e, 0x96, 0xa7, 0xf4, 0x1e +.byte 0x3e, 0xe1, 0xf6, 0xd8, 0x09, 0xe1, 0x33, 0x64, 0x2b, 0x63, 0xd7, 0x32, 0x5e, 0x9f, 0xf9, 0xc0 +.byte 0x7b, 0x0f, 0x78, 0x6f, 0x97, 0xbc, 0x93, 0x9a, 0xf9, 0x9c, 0x12, 0x90, 0x78, 0x7a, 0x80, 0x87 +.byte 0x15, 0xd7, 0x72, 0x74, 0x9c, 0x55, 0x74, 0x78, 0xb1, 0xba, 0xe1, 0x6e, 0x70, 0x04, 0xba, 0x4f +.byte 0xa0, 0xba, 0x68, 0xc3, 0x7b, 0xff, 0x31, 0xf0, 0x73, 0x3d, 0x3d, 0x94, 0x2a, 0xb1, 0x0b, 0x41 +.byte 0x0e, 0xa0, 0xfe, 0x4d, 0x88, 0x65, 0x6b, 0x79, 0x33, 0xb4, 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x4c, 0x00, 0x26, 0x01, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65 +.byte 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10 +.byte 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x41 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xaf, 0x35, 0x2e, 0xd8, 0xac, 0x6c, 0x55, 0x69, 0x06, 0x71, 0xe5, 0x13, 0x68, 0x24, 0xb3 +.byte 0x4f, 0xd8, 0xcc, 0x21, 0x47, 0xf8, 0xf1, 0x60, 0x38, 0x89, 0x89, 0x03, 0xe9, 0xbd, 0xea, 0x5e +.byte 0x46, 0x53, 0x09, 0xdc, 0x5c, 0xf5, 0x5a, 0xe8, 0xf7, 0x45, 0x2a, 0x02, 0xeb, 0x31, 0x61, 0xd7 +.byte 0x29, 0x33, 0x4c, 0xce, 0xc7, 0x7c, 0x0a, 0x37, 0x7e, 0x0f, 0xba, 0x32, 0x98, 0xe1, 0x1d, 0x97 +.byte 0xaf, 0x8f, 0xc7, 0xdc, 0xc9, 0x38, 0x96, 0xf3, 0xdb, 0x1a, 0xfc, 0x51, 0xed, 0x68, 0xc6, 0xd0 +.byte 0x6e, 0xa4, 0x7c, 0x24, 0xd1, 0xae, 0x42, 0xc8, 0x96, 0x50, 0x63, 0x2e, 0xe0, 0xfe, 0x75, 0xfe +.byte 0x98, 0xa7, 0x5f, 0x49, 0x2e, 0x95, 0xe3, 0x39, 0x33, 0x64, 0x8e, 0x1e, 0xa4, 0x5f, 0x90, 0xd2 +.byte 0x67, 0x3c, 0xb2, 0xd9, 0xfe, 0x41, 0xb9, 0x55, 0xa7, 0x09, 0x8e, 0x72, 0x05, 0x1e, 0x8b, 0xdd +.byte 0x44, 0x85, 0x82, 0x42, 0xd0, 0x49, 0xc0, 0x1d, 0x60, 0xf0, 0xd1, 0x17, 0x2c, 0x95, 0xeb, 0xf6 +.byte 0xa5, 0xc1, 0x92, 0xa3, 0xc5, 0xc2, 0xa7, 0x08, 0x60, 0x0d, 0x60, 0x04, 0x10, 0x96, 0x79, 0x9e +.byte 0x16, 0x34, 0xe6, 0xa9, 0xb6, 0xfa, 0x25, 0x45, 0x39, 0xc8, 0x1e, 0x65, 0xf9, 0x93, 0xf5, 0xaa +.byte 0xf1, 0x52, 0xdc, 0x99, 0x98, 0x3d, 0xa5, 0x86, 0x1a, 0x0c, 0x35, 0x33, 0xfa, 0x4b, 0xa5, 0x04 +.byte 0x06, 0x15, 0x1c, 0x31, 0x80, 0xef, 0xaa, 0x18, 0x6b, 0xc2, 0x7b, 0xd7, 0xda, 0xce, 0xf9, 0x33 +.byte 0x20, 0xd5, 0xf5, 0xbd, 0x6a, 0x33, 0x2d, 0x81, 0x04, 0xfb, 0xb0, 0x5c, 0xd4, 0x9c, 0xa3, 0xe2 +.byte 0x5c, 0x1d, 0xe3, 0xa9, 0x42, 0x75, 0x5e, 0x7b, 0xd4, 0x77, 0xef, 0x39, 0x54, 0xba, 0xc9, 0x0a +.byte 0x18, 0x1b, 0x12, 0x99, 0x49, 0x2f, 0x88, 0x4b, 0xfd, 0x50, 0x62, 0xd1, 0x73, 0xe7, 0x8f, 0x7a +.byte 0x43, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00, 0x26, 0x01, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 +.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x33, 0x31, 0x13 +.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53 +.byte 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c +.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcc, 0x25, 0x76, 0x90, 0x79, 0x06, 0x78 +.byte 0x22, 0x16, 0xf5, 0xc0, 0x83, 0xb6, 0x84, 0xca, 0x28, 0x9e, 0xfd, 0x05, 0x76, 0x11, 0xc5, 0xad +.byte 0x88, 0x72, 0xfc, 0x46, 0x02, 0x43, 0xc7, 0xb2, 0x8a, 0x9d, 0x04, 0x5f, 0x24, 0xcb, 0x2e, 0x4b +.byte 0xe1, 0x60, 0x82, 0x46, 0xe1, 0x52, 0xab, 0x0c, 0x81, 0x47, 0x70, 0x6c, 0xdd, 0x64, 0xd1, 0xeb +.byte 0xf5, 0x2c, 0xa3, 0x0f, 0x82, 0x3d, 0x0c, 0x2b, 0xae, 0x97, 0xd7, 0xb6, 0x14, 0x86, 0x10, 0x79 +.byte 0xbb, 0x3b, 0x13, 0x80, 0x77, 0x8c, 0x08, 0xe1, 0x49, 0xd2, 0x6a, 0x62, 0x2f, 0x1f, 0x5e, 0xfa +.byte 0x96, 0x68, 0xdf, 0x89, 0x27, 0x95, 0x38, 0x9f, 0x06, 0xd7, 0x3e, 0xc9, 0xcb, 0x26, 0x59, 0x0d +.byte 0x73, 0xde, 0xb0, 0xc8, 0xe9, 0x26, 0x0e, 0x83, 0x15, 0xc6, 0xef, 0x5b, 0x8b, 0xd2, 0x04, 0x60 +.byte 0xca, 0x49, 0xa6, 0x28, 0xf6, 0x69, 0x3b, 0xf6, 0xcb, 0xc8, 0x28, 0x91, 0xe5, 0x9d, 0x8a, 0x61 +.byte 0x57, 0x37, 0xac, 0x74, 0x14, 0xdc, 0x74, 0xe0, 0x3a, 0xee, 0x72, 0x2f, 0x2e, 0x9c, 0xfb, 0xd0 +.byte 0xbb, 0xbf, 0xf5, 0x3d, 0x00, 0xe1, 0x06, 0x33, 0xe8, 0x82, 0x2b, 0xae, 0x53, 0xa6, 0x3a, 0x16 +.byte 0x73, 0x8c, 0xdd, 0x41, 0x0e, 0x20, 0x3a, 0xc0, 0xb4, 0xa7, 0xa1, 0xe9, 0xb2, 0x4f, 0x90, 0x2e +.byte 0x32, 0x60, 0xe9, 0x57, 0xcb, 0xb9, 0x04, 0x92, 0x68, 0x68, 0xe5, 0x38, 0x26, 0x60, 0x75, 0xb2 +.byte 0x9f, 0x77, 0xff, 0x91, 0x14, 0xef, 0xae, 0x20, 0x49, 0xfc, 0xad, 0x40, 0x15, 0x48, 0xd1, 0x02 +.byte 0x31, 0x61, 0x19, 0x5e, 0xb8, 0x97, 0xef, 0xad, 0x77, 0xb7, 0x64, 0x9a, 0x7a, 0xbf, 0x5f, 0xc1 +.byte 0x13, 0xef, 0x9b, 0x62, 0xfb, 0x0d, 0x6c, 0xe0, 0x54, 0x69, 0x16, 0xa9, 0x03, 0xda, 0x6e, 0xe9 +.byte 0x83, 0x93, 0x71, 0x76, 0xc6, 0x69, 0x85, 0x82, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00 +.byte 0x26, 0x02, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x2d, 0x20, 0x52, 0x36, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0x95, 0x07, 0xe8, 0x73, 0xca, 0x66, 0xf9, 0xec, 0x14, 0xca, 0x7b, 0x3c, 0xf7, 0x0d, 0x08 +.byte 0xf1, 0xb4, 0x45, 0x0b, 0x2c, 0x82, 0xb4, 0x48, 0xc6, 0xeb, 0x5b, 0x3c, 0xae, 0x83, 0xb8, 0x41 +.byte 0x92, 0x33, 0x14, 0xa4, 0x6f, 0x7f, 0xe9, 0x2a, 0xcc, 0xc6, 0xb0, 0x88, 0x6b, 0xc5, 0xb6, 0x89 +.byte 0xd1, 0xc6, 0xb2, 0xff, 0x14, 0xce, 0x51, 0x14, 0x21, 0xec, 0x4a, 0xdd, 0x1b, 0x5a, 0xc6, 0xd6 +.byte 0x87, 0xee, 0x4d, 0x3a, 0x15, 0x06, 0xed, 0x64, 0x66, 0x0b, 0x92, 0x80, 0xca, 0x44, 0xde, 0x73 +.byte 0x94, 0x4e, 0xf3, 0xa7, 0x89, 0x7f, 0x4f, 0x78, 0x63, 0x08, 0xc8, 0x12, 0x50, 0x6d, 0x42, 0x66 +.byte 0x2f, 0x4d, 0xb9, 0x79, 0x28, 0x4d, 0x52, 0x1a, 0x8a, 0x1a, 0x80, 0xb7, 0x19, 0x81, 0x0e, 0x7e +.byte 0xc4, 0x8a, 0xbc, 0x64, 0x4c, 0x21, 0x1c, 0x43, 0x68, 0xd7, 0x3d, 0x3c, 0x8a, 0xc5, 0xb2, 0x66 +.byte 0xd5, 0x90, 0x9a, 0xb7, 0x31, 0x06, 0xc5, 0xbe, 0xe2, 0x6d, 0x32, 0x06, 0xa6, 0x1e, 0xf9, 0xb9 +.byte 0xeb, 0xaa, 0xa3, 0xb8, 0xbf, 0xbe, 0x82, 0x63, 0x50, 0xd0, 0xf0, 0x18, 0x89, 0xdf, 0xe4, 0x0f +.byte 0x79, 0xf5, 0xea, 0xa2, 0x1f, 0x2a, 0xd2, 0x70, 0x2e, 0x7b, 0xe7, 0xbc, 0x93, 0xbb, 0x6d, 0x53 +.byte 0xe2, 0x48, 0x7c, 0x8c, 0x10, 0x07, 0x38, 0xff, 0x66, 0xb2, 0x77, 0x61, 0x7e, 0xe0, 0xea, 0x8c +.byte 0x3c, 0xaa, 0xb4, 0xa4, 0xf6, 0xf3, 0x95, 0x4a, 0x12, 0x07, 0x6d, 0xfd, 0x8c, 0xb2, 0x89, 0xcf +.byte 0xd0, 0xa0, 0x61, 0x77, 0xc8, 0x58, 0x74, 0xb0, 0xd4, 0x23, 0x3a, 0xf7, 0x5d, 0x3a, 0xca, 0xa2 +.byte 0xdb, 0x9d, 0x09, 0xde, 0x5d, 0x44, 0x2d, 0x90, 0xf1, 0x81, 0xcd, 0x57, 0x92, 0xfa, 0x7e, 0xbc +.byte 0x50, 0x04, 0x63, 0x34, 0xdf, 0x6b, 0x93, 0x18, 0xbe, 0x6b, 0x36, 0xb2, 0x39, 0xe4, 0xac, 0x24 +.byte 0x36, 0xb7, 0xf0, 0xef, 0xb6, 0x1c, 0x13, 0x57, 0x93, 0xb6, 0xde, 0xb2, 0xf8, 0xe2, 0x85, 0xb7 +.byte 0x73, 0xa2, 0xb8, 0x35, 0xaa, 0x45, 0xf2, 0xe0, 0x9d, 0x36, 0xa1, 0x6f, 0x54, 0x8a, 0xf1, 0x72 +.byte 0x56, 0x6e, 0x2e, 0x88, 0xc5, 0x51, 0x42, 0x44, 0x15, 0x94, 0xee, 0xa3, 0xc5, 0x38, 0x96, 0x9b +.byte 0x4e, 0x4e, 0x5a, 0x0b, 0x47, 0xf3, 0x06, 0x36, 0x49, 0x77, 0x30, 0xbc, 0x71, 0x37, 0xe5, 0xa6 +.byte 0xec, 0x21, 0x08, 0x75, 0xfc, 0xe6, 0x61, 0x16, 0x3f, 0x77, 0xd5, 0xd9, 0x91, 0x97, 0x84, 0x0a +.byte 0x6c, 0xd4, 0x02, 0x4d, 0x74, 0xc0, 0x14, 0xed, 0xfd, 0x39, 0xfb, 0x83, 0xf2, 0x5e, 0x14, 0xa1 +.byte 0x04, 0xb0, 0x0b, 0xe9, 0xfe, 0xee, 0x8f, 0xe1, 0x6e, 0x0b, 0xb2, 0x08, 0xb3, 0x61, 0x66, 0x09 +.byte 0x6a, 0xb1, 0x06, 0x3a, 0x65, 0x96, 0x59, 0xc0, 0xf0, 0x35, 0xfd, 0xc9, 0xda, 0x28, 0x8d, 0x1a +.byte 0x11, 0x87, 0x70, 0x81, 0x0a, 0xa8, 0x9a, 0x75, 0x1d, 0x9e, 0x3a, 0x86, 0x05, 0x00, 0x9e, 0xdb +.byte 0x80, 0xd6, 0x25, 0xf9, 0xdc, 0x05, 0x9e, 0x27, 0x59, 0x4c, 0x76, 0x39, 0x5b, 0xea, 0xf9, 0xa5 +.byte 0xa1, 0xd8, 0x83, 0x0f, 0xd1, 0xff, 0xdf, 0x30, 0x11, 0xf9, 0x85, 0xcf, 0x33, 0x48, 0xf5, 0xca +.byte 0x6d, 0x64, 0x14, 0x2c, 0x7a, 0x58, 0x4f, 0xd3, 0x4b, 0x08, 0x49, 0xc5, 0x95, 0x64, 0x1a, 0x63 +.byte 0x0e, 0x79, 0x3d, 0xf5, 0xb3, 0x8c, 0xca, 0x58, 0xad, 0x9c, 0x42, 0x45, 0x79, 0x6e, 0x0e, 0x87 +.byte 0x19, 0x5c, 0x54, 0xb1, 0x65, 0xb6, 0xbf, 0x8c, 0x9b, 0xdc, 0x13, 0xe9, 0x0d, 0x6f, 0xb8, 0x2e +.byte 0xdc, 0x67, 0x6e, 0xc9, 0x8b, 0x11, 0xb5, 0x84, 0x14, 0x8a, 0x00, 0x19, 0x70, 0x83, 0x79, 0x91 +.byte 0x97, 0x91, 0xd4, 0x1a, 0x27, 0xbf, 0x37, 0x1e, 0x32, 0x07, 0xd8, 0x14, 0x63, 0x3c, 0x28, 0x4c +.byte 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00, 0x78, 0x00, 0x30, 0x4c, 0x31, 0x2e, 0x30, 0x2c +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x25, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x45, 0x43, 0x43, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x32, 0x30, 0x32, 0x31, 0x31, 0x0d, 0x30, 0x0b +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0x96, 0x86, 0x58, 0x28, 0x37, 0x0a, 0x67, 0xd0, 0xa0, 0xde, 0x24, 0x19, 0x19, 0xe1, 0xe4, 0x05 +.byte 0x07, 0x1f, 0x97, 0xed, 0xe8, 0x64, 0x82, 0xb9, 0xf6, 0xc4, 0x71, 0x50, 0xce, 0x8a, 0x0c, 0xff +.byte 0xd7, 0xb5, 0x76, 0xbb, 0xa1, 0x6c, 0x93, 0x6c, 0x83, 0xa2, 0x68, 0x6e, 0xa5, 0xd9, 0xbe, 0x2c +.byte 0x88, 0x95, 0x41, 0xcd, 0x5d, 0xdd, 0xb1, 0xca, 0x83, 0x63, 0x83, 0xcc, 0xc0, 0xbe, 0x74, 0xd9 +.byte 0xe0, 0x9d, 0xa4, 0xee, 0x4a, 0x4e, 0x56, 0xe0, 0x98, 0x29, 0x41, 0x93, 0x52, 0x10, 0xd5, 0x24 +.byte 0x38, 0x02, 0x32, 0x67, 0xf1, 0x94, 0x12, 0x6f, 0xef, 0xd7, 0xc5, 0xde, 0x2e, 0xfd, 0x19, 0x80 +.byte 0x4e, 0x00, 0x26, 0x02, 0x30, 0x4c, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x25, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x52, 0x53, 0x41, 0x20, 0x54, 0x4c +.byte 0x53, 0x20, 0x32, 0x30, 0x32, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x44, 0x45, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xb6, 0x80, 0x0e, 0xc4, 0x79, 0xbd, 0x05, 0x8c, 0x7d, 0xb0, 0xa3, 0x9d, 0x4d +.byte 0x22, 0x4d, 0xcb, 0xf0, 0x41, 0x97, 0x4d, 0x59, 0xe0, 0xd1, 0xfe, 0x56, 0x8c, 0x97, 0xf2, 0xd7 +.byte 0xbd, 0x8f, 0x6c, 0xb7, 0x23, 0x8f, 0x5f, 0xd5, 0xc4, 0xd8, 0x41, 0xcb, 0xf2, 0x02, 0x1e, 0x71 +.byte 0xe5, 0xe9, 0xf6, 0x5e, 0xcb, 0x08, 0x2a, 0x5e, 0x30, 0xf2, 0x2d, 0x66, 0xc7, 0x84, 0x1b, 0x64 +.byte 0x57, 0x38, 0x9d, 0x75, 0x2d, 0x56, 0xc6, 0x2f, 0x61, 0xef, 0x96, 0xfc, 0x20, 0x46, 0xbd, 0xeb +.byte 0xd4, 0x7b, 0x3f, 0x3f, 0x7c, 0x47, 0x38, 0x04, 0xa9, 0x1b, 0xaa, 0x52, 0xdf, 0x13, 0x37, 0xd3 +.byte 0x15, 0x15, 0x4e, 0xbd, 0x5f, 0x7c, 0xaf, 0xad, 0x63, 0xc7, 0x79, 0xdc, 0x08, 0x7b, 0xd5, 0xa0 +.byte 0xe5, 0xf7, 0x5b, 0x75, 0xac, 0x80, 0x55, 0x99, 0x92, 0x61, 0x9b, 0xcd, 0x2a, 0x17, 0x7d, 0xdb +.byte 0x8f, 0xf4, 0xb5, 0x6a, 0xea, 0x17, 0x4a, 0x64, 0x28, 0x66, 0x15, 0x29, 0x6c, 0x02, 0xf1, 0x6b +.byte 0xd5, 0xba, 0xa3, 0x33, 0xdc, 0x5a, 0x67, 0xa7, 0x05, 0xe2, 0xbf, 0x65, 0xb6, 0x16, 0xb0, 0x10 +.byte 0xed, 0xcd, 0x50, 0x33, 0xc9, 0x70, 0x50, 0xec, 0x19, 0x8e, 0xb0, 0xc7, 0xf2, 0x74, 0x5b, 0x6b +.byte 0x44, 0xc6, 0x7d, 0x96, 0xb9, 0x98, 0x08, 0x59, 0x66, 0xde, 0x29, 0x01, 0x9b, 0xf4, 0x2a, 0x6d +.byte 0xd3, 0x15, 0x3a, 0x90, 0x6a, 0x67, 0xf1, 0xb4, 0x6b, 0x66, 0xd9, 0x21, 0xeb, 0xca, 0xd9, 0x62 +.byte 0x7c, 0x46, 0x10, 0x5c, 0xde, 0x75, 0x49, 0x67, 0x9e, 0x42, 0xf9, 0xfe, 0x75, 0xa9, 0xa3, 0xad +.byte 0xff, 0x76, 0x0a, 0x67, 0x40, 0xe3, 0xc5, 0xf7, 0x8d, 0xc7, 0x85, 0x9a, 0x59, 0x9e, 0x62, 0x9a +.byte 0x6a, 0xed, 0x45, 0x87, 0x98, 0x67, 0xb2, 0xd5, 0x4a, 0x3c, 0xd7, 0xb4, 0x3b, 0x00, 0x0d, 0xc0 +.byte 0x8f, 0x1f, 0xe1, 0x40, 0xc4, 0xae, 0x6c, 0x21, 0xdc, 0x49, 0x7e, 0x7e, 0xca, 0xb2, 0x8d, 0x6d +.byte 0xb6, 0xbf, 0x93, 0x2f, 0xa1, 0x5c, 0x3e, 0x8f, 0xca, 0xed, 0x80, 0x8e, 0x58, 0xe1, 0xdb, 0x57 +.byte 0xcf, 0x85, 0x36, 0x38, 0xb2, 0x71, 0xa4, 0x09, 0x8c, 0x92, 0x89, 0x08, 0x88, 0x48, 0xf1, 0x40 +.byte 0x63, 0x18, 0xb2, 0x5b, 0x8c, 0x5a, 0xe3, 0xc3, 0xd3, 0x17, 0xaa, 0xab, 0x19, 0xa3, 0x2c, 0x1b +.byte 0xe4, 0xd5, 0xc6, 0xe2, 0x66, 0x7a, 0xd7, 0x82, 0x19, 0xa6, 0x3b, 0x16, 0x2c, 0x2f, 0x71, 0x87 +.byte 0x5f, 0x45, 0x9e, 0x95, 0x73, 0x93, 0xc2, 0x42, 0x81, 0x21, 0x13, 0x96, 0xd7, 0x9d, 0xbb, 0x93 +.byte 0x68, 0x15, 0xfa, 0x9d, 0xa4, 0x1d, 0x8c, 0xf2, 0x81, 0xe0, 0x58, 0x06, 0xbd, 0xc9, 0xb6, 0xe3 +.byte 0xf6, 0x89, 0x5d, 0x89, 0xf9, 0xac, 0x44, 0xa1, 0xcb, 0x6b, 0xfa, 0x16, 0xf1, 0xc7, 0x50, 0x3d +.byte 0x24, 0xda, 0xf7, 0xc3, 0xe4, 0x87, 0xd5, 0x56, 0xf1, 0x4f, 0x90, 0x30, 0xfa, 0x45, 0x09, 0x59 +.byte 0xda, 0x34, 0xce, 0xe0, 0x13, 0x1c, 0x04, 0x7c, 0x00, 0xd4, 0x9b, 0x86, 0xa4, 0x40, 0xbc, 0xd9 +.byte 0xdc, 0x4c, 0x57, 0x7e, 0xae, 0xb7, 0x33, 0xb6, 0x5e, 0x76, 0xe1, 0x65, 0x8b, 0x66, 0xdf, 0x8d +.byte 0xca, 0xd7, 0x98, 0xaf, 0xce, 0x36, 0x98, 0x8c, 0x9c, 0x83, 0x99, 0x03, 0x70, 0xf3, 0xaf, 0x74 +.byte 0xed, 0xc6, 0x0e, 0x36, 0xe7, 0xbd, 0xec, 0xc1, 0x73, 0xa7, 0x94, 0x5a, 0xcb, 0x92, 0x64, 0x82 +.byte 0xa6, 0x00, 0xc1, 0x70, 0xa1, 0x6e, 0x2c, 0x29, 0xe1, 0x58, 0x57, 0xec, 0x5a, 0x7c, 0x99, 0x6b +.byte 0x25, 0xa4, 0x90, 0x3a, 0x80, 0xf4, 0x20, 0x9d, 0x9a, 0xce, 0xc7, 0x2d, 0xf9, 0xb2, 0x4b, 0x29 +.byte 0x95, 0x83, 0xe9, 0x35, 0x8d, 0xa7, 0x49, 0x48, 0xa7, 0x0f, 0x4c, 0x19, 0x91, 0xd0, 0xf5, 0xbf +.byte 0x10, 0xe0, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4f, 0x00, 0x26, 0x01, 0x30, 0x4d, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d +.byte 0x62, 0x48, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x44, 0x2d, 0x54 +.byte 0x52, 0x55, 0x53, 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 +.byte 0x33, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd3, 0xb2, 0x4a, 0xcf +.byte 0x7a, 0x47, 0xef, 0x75, 0x9b, 0x23, 0xfa, 0x3a, 0x2f, 0xd6, 0x50, 0x45, 0x89, 0x35, 0x3a, 0xc6 +.byte 0x6b, 0xdb, 0xfe, 0xdb, 0x00, 0x68, 0xa8, 0xe0, 0x03, 0x11, 0x1d, 0x37, 0x50, 0x08, 0x9f, 0x4d +.byte 0x4a, 0x68, 0x94, 0x35, 0xb3, 0x53, 0xd1, 0x94, 0x63, 0xa7, 0x20, 0x56, 0xaf, 0xde, 0x51, 0x78 +.byte 0xec, 0x2a, 0x3d, 0xf3, 0x48, 0x48, 0x50, 0x3e, 0x0a, 0xdf, 0x46, 0x55, 0x8b, 0x27, 0x6d, 0xc3 +.byte 0x10, 0x4d, 0x0d, 0x91, 0x52, 0x43, 0xd8, 0x87, 0xe0, 0x5d, 0x4e, 0x36, 0xb5, 0x21, 0xca, 0x5f +.byte 0x39, 0x40, 0x04, 0x5f, 0x5b, 0x7e, 0xcc, 0xa3, 0xc6, 0x2b, 0xa9, 0x40, 0x1e, 0xd9, 0x36, 0x84 +.byte 0xd6, 0x48, 0xf3, 0x92, 0x1e, 0x34, 0x46, 0x20, 0x24, 0xc1, 0xa4, 0x51, 0x8e, 0x4a, 0x1a, 0xef +.byte 0x50, 0x3f, 0x69, 0x5d, 0x19, 0x7f, 0x45, 0xc3, 0xc7, 0x01, 0x8f, 0x51, 0xc9, 0x23, 0xe8, 0x72 +.byte 0xae, 0xb4, 0xbc, 0x56, 0x09, 0x7f, 0x12, 0xcb, 0x1c, 0xb1, 0xaf, 0x29, 0x90, 0x0a, 0xc9, 0x55 +.byte 0xcc, 0x0f, 0xd3, 0xb4, 0x1a, 0xed, 0x47, 0x35, 0x5a, 0x4a, 0xed, 0x9c, 0x73, 0x04, 0x21, 0xd0 +.byte 0xaa, 0xbd, 0x0c, 0x13, 0xb5, 0x00, 0xca, 0x26, 0x6c, 0xc4, 0x6b, 0x0c, 0x94, 0x5a, 0x95, 0x94 +.byte 0xda, 0x50, 0x9a, 0xf1, 0xff, 0xa5, 0x2b, 0x66, 0x31, 0xa4, 0xc9, 0x38, 0xa0, 0xdf, 0x1d, 0x1f +.byte 0xb8, 0x09, 0x2e, 0xf3, 0xa7, 0xe8, 0x67, 0x52, 0xab, 0x95, 0x1f, 0xe0, 0x46, 0x3e, 0xd8, 0xa4 +.byte 0xc3, 0xca, 0x5a, 0xc5, 0x31, 0x80, 0xe8, 0x48, 0x9a, 0x9f, 0x94, 0x69, 0xfe, 0x19, 0xdd, 0xd8 +.byte 0x73, 0x7c, 0x81, 0xca, 0x96, 0xde, 0x8e, 0xed, 0xb3, 0x32, 0x05, 0x65, 0x84, 0x34, 0xe6, 0xe6 +.byte 0xfd, 0x57, 0x10, 0xb5, 0x5f, 0x76, 0xbf, 0x2f, 0xb0, 0x10, 0x0d, 0xc5, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x4f, 0x00, 0x26, 0x02, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49 +.byte 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x21, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x75, 0x62 +.byte 0x6c, 0x69, 0x63, 0x20, 0x53, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0x22, 0x94, 0xfc, 0xa4, 0x48, 0xaf, 0xe8, 0x47, 0x6b, 0x0a +.byte 0xfb, 0x27, 0x76, 0xe4, 0xf2, 0x3f, 0x8a, 0x3b, 0x7a, 0x4a, 0x2c, 0x31, 0x2a, 0x8c, 0x8d, 0xb0 +.byte 0xa9, 0xc3, 0x31, 0x6b, 0xa8, 0x77, 0x76, 0x84, 0x26, 0xb6, 0xac, 0x81, 0x42, 0x0d, 0x08, 0xeb +.byte 0x55, 0x58, 0xbb, 0x7a, 0xf8, 0xbc, 0x65, 0x7d, 0xf2, 0xa0, 0x6d, 0x8b, 0xa8, 0x47, 0xe9, 0x62 +.byte 0x76, 0x1e, 0x11, 0xee, 0x08, 0x14, 0xd1, 0xb2, 0x44, 0x16, 0xf4, 0xea, 0xd0, 0xfa, 0x1e, 0x2f +.byte 0x5e, 0xdb, 0xcb, 0x73, 0x41, 0xae, 0xbc, 0x00, 0xb0, 0x4a, 0x2b, 0x40, 0xb2, 0xac, 0xe1, 0x3b +.byte 0x4b, 0xc2, 0x2d, 0x9d, 0xe4, 0xa1, 0x9b, 0xec, 0x1a, 0x3a, 0x1e, 0xf0, 0x08, 0xb3, 0xd0, 0xe4 +.byte 0x24, 0x35, 0x07, 0x9f, 0x9c, 0xb4, 0xc9, 0x52, 0x6d, 0xdb, 0x07, 0xca, 0x8f, 0xb5, 0x5b, 0xf0 +.byte 0x83, 0xf3, 0x4f, 0xc7, 0x2d, 0xa5, 0xc8, 0xad, 0xcb, 0x95, 0x20, 0xa4, 0x31, 0x28, 0x57, 0x58 +.byte 0x5a, 0xe4, 0x8d, 0x1b, 0x9a, 0xab, 0x9e, 0x0d, 0x0c, 0xf2, 0x0a, 0x33, 0x39, 0x22, 0x39, 0x0a +.byte 0x97, 0x2e, 0xf3, 0x53, 0x77, 0xb9, 0x44, 0x45, 0xfd, 0x84, 0xcb, 0x36, 0x20, 0x81, 0x59, 0x2d +.byte 0x9a, 0x6f, 0x6d, 0x48, 0x48, 0x61, 0xca, 0x4c, 0xdf, 0x53, 0xd1, 0xaf, 0x52, 0xbc, 0x44, 0x9f +.byte 0xab, 0x2f, 0x6b, 0x83, 0x72, 0xef, 0x75, 0x80, 0xda, 0x06, 0x33, 0x1b, 0x5d, 0xc8, 0xda, 0x63 +.byte 0xc6, 0x4d, 0xcd, 0xac, 0x66, 0x31, 0xcd, 0xd1, 0xde, 0x3e, 0x87, 0x10, 0x36, 0xe1, 0xb9, 0xa4 +.byte 0x7a, 0xef, 0x60, 0x50, 0xb2, 0xcb, 0xca, 0xa6, 0x56, 0xe0, 0x37, 0xaf, 0xab, 0x34, 0x13, 0x39 +.byte 0x25, 0xe8, 0x39, 0x66, 0xe4, 0x98, 0x7a, 0xaa, 0x12, 0x98, 0x9c, 0x59, 0x66, 0x86, 0x3e, 0xad +.byte 0xf1, 0xb0, 0xca, 0x3e, 0x06, 0x0f, 0x7b, 0xf0, 0x11, 0x4b, 0x37, 0xa0, 0x44, 0x6d, 0x7b, 0xcb +.byte 0xa8, 0x8c, 0x71, 0xf4, 0xd5, 0xb5, 0x91, 0x36, 0xcc, 0xf0, 0x15, 0xc6, 0x2b, 0xde, 0x51, 0x17 +.byte 0xb1, 0x97, 0x4c, 0x50, 0x3d, 0xb1, 0x95, 0x59, 0x7c, 0x05, 0x7d, 0x2d, 0x21, 0xd5, 0x00, 0xbf +.byte 0x01, 0x67, 0xa2, 0x5e, 0x7b, 0xa6, 0x5c, 0xf2, 0xf7, 0x22, 0xf1, 0x90, 0x0d, 0x93, 0xdb, 0xaa +.byte 0x44, 0x51, 0x66, 0xcc, 0x7d, 0x76, 0x03, 0xeb, 0x6a, 0xa8, 0x2a, 0x38, 0x19, 0x97, 0x76, 0x0d +.byte 0x6b, 0x8a, 0x61, 0xf9, 0xbc, 0xf6, 0xee, 0x76, 0xfd, 0x70, 0x2b, 0xdd, 0x29, 0x3c, 0xf8, 0x0a +.byte 0x1e, 0x5b, 0x42, 0x1c, 0x8b, 0x56, 0x2f, 0x55, 0x1b, 0x1c, 0xa1, 0x2e, 0xb5, 0xc7, 0x16, 0xe6 +.byte 0xf8, 0xaa, 0x3c, 0x92, 0x8e, 0x69, 0xb6, 0x01, 0xc1, 0xb5, 0x86, 0x9d, 0x89, 0x0f, 0x0b, 0x38 +.byte 0x94, 0x54, 0xe8, 0xea, 0xdc, 0x9e, 0x3d, 0x25, 0xbc, 0x53, 0x26, 0xed, 0xd5, 0xab, 0x39, 0xaa +.byte 0xc5, 0x40, 0x4c, 0x54, 0xab, 0xb2, 0xb4, 0xd9, 0xd9, 0xf8, 0xd7, 0x72, 0xdb, 0x1c, 0xbc, 0x6d +.byte 0xbd, 0x65, 0x5f, 0xef, 0x88, 0x35, 0x2a, 0x66, 0x2f, 0xee, 0xf6, 0xb3, 0x65, 0xf0, 0x33, 0x8d +.byte 0x7c, 0x98, 0x41, 0x69, 0x46, 0x0f, 0x43, 0x1c, 0x69, 0xfa, 0x9b, 0xb5, 0xd0, 0x61, 0x6a, 0xcd +.byte 0xca, 0x4b, 0xd9, 0x4c, 0x90, 0x46, 0xab, 0x15, 0x59, 0xa1, 0x47, 0x54, 0x29, 0x2e, 0x83, 0x28 +.byte 0x5f, 0x1c, 0xc2, 0xa2, 0xab, 0x72, 0x17, 0x00, 0x06, 0x8e, 0x45, 0xec, 0x8b, 0xe2, 0x33, 0x3d +.byte 0x7f, 0xda, 0x19, 0x44, 0xe4, 0x62, 0x72, 0xc3, 0xdf, 0x22, 0xc6, 0xf2, 0x56, 0xd4, 0xdd, 0x5f +.byte 0x95, 0x72, 0xed, 0x6d, 0x5f, 0xf7, 0x48, 0x03, 0x5b, 0xfd, 0xc5, 0x2a, 0xa0, 0xf6, 0x73, 0x23 +.byte 0x84, 0x10, 0x1b, 0x01, 0xe7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4f, 0x00, 0x26, 0x02, 0x30, 0x4d +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30 +.byte 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 +.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53 +.byte 0x41, 0x34, 0x30, 0x39, 0x36, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xd0 +.byte 0xf4, 0xc9, 0x79, 0x11, 0x9d, 0xfd, 0xfc, 0x66, 0x81, 0xe7, 0xcc, 0xd5, 0xe4, 0xbc, 0xec, 0x81 +.byte 0x3e, 0x6a, 0x35, 0x8e, 0x2e, 0xb7, 0xe7, 0xde, 0xaf, 0xf9, 0x07, 0x4d, 0xcf, 0x30, 0x9d, 0xea +.byte 0x09, 0x0b, 0x99, 0xbd, 0x6c, 0x57, 0xda, 0x18, 0x4a, 0xb8, 0x78, 0xac, 0x3a, 0x39, 0xa8, 0xa6 +.byte 0x48, 0xac, 0x2e, 0x72, 0xe5, 0xbd, 0xeb, 0xf1, 0x1a, 0xcd, 0xe7, 0xa4, 0x03, 0xa9, 0x3f, 0x11 +.byte 0xb4, 0xd8, 0x2f, 0x89, 0x16, 0xfb, 0x94, 0x01, 0x3d, 0xbb, 0x2f, 0xf8, 0x13, 0x05, 0xa1, 0x78 +.byte 0x1c, 0x8e, 0x28, 0xe0, 0x45, 0xe0, 0x83, 0xf4, 0x59, 0x1b, 0x95, 0xb3, 0xae, 0x7e, 0x03, 0x45 +.byte 0xe5, 0xbe, 0xc2, 0x42, 0xfe, 0xee, 0xf2, 0x3c, 0xb6, 0x85, 0x13, 0x98, 0x32, 0x9d, 0x16, 0xa8 +.byte 0x29, 0xc2, 0x0b, 0x1c, 0x38, 0xdc, 0x9f, 0x31, 0x77, 0x5c, 0xbf, 0x27, 0xa3, 0xfc, 0x27, 0xac +.byte 0xb7, 0x2b, 0xbd, 0x74, 0x9b, 0x17, 0x2d, 0xf2, 0x81, 0xda, 0x5d, 0xb0, 0xe1, 0x23, 0x17, 0x3e +.byte 0x88, 0x4a, 0x12, 0x23, 0xd0, 0xea, 0xcf, 0x9d, 0xde, 0x03, 0x17, 0xb1, 0x42, 0x4a, 0xa0, 0x16 +.byte 0x4c, 0xa4, 0x6d, 0x93, 0xe9, 0x3f, 0x3a, 0xee, 0x3a, 0x7c, 0x9d, 0x58, 0x9d, 0xf4, 0x4e, 0x8f +.byte 0xfc, 0x3b, 0x23, 0xc8, 0x6d, 0xb8, 0xe2, 0x05, 0xda, 0xcc, 0xeb, 0xec, 0xc3, 0x31, 0xf4, 0xd7 +.byte 0xa7, 0x29, 0x54, 0x80, 0xcf, 0x44, 0x5b, 0x4c, 0x6f, 0x30, 0x9e, 0xf3, 0xcc, 0xdd, 0x1f, 0x94 +.byte 0x43, 0x9d, 0x4d, 0x7f, 0x70, 0x70, 0x0d, 0xd4, 0x3a, 0xd1, 0x37, 0xf0, 0x6c, 0x9d, 0x9b, 0xc0 +.byte 0x14, 0x93, 0x58, 0xef, 0xcd, 0x41, 0x38, 0x75, 0xbc, 0x13, 0x03, 0x95, 0x7c, 0x7f, 0xe3, 0x5c +.byte 0xe9, 0xd5, 0x0d, 0xd5, 0xe2, 0x7c, 0x10, 0x62, 0xaa, 0x6b, 0xf0, 0x3d, 0x76, 0xf3, 0x3f, 0xa3 +.byte 0xe8, 0xb0, 0xc1, 0xfd, 0xef, 0xaa, 0x57, 0x4d, 0xac, 0x86, 0xa7, 0x18, 0xb4, 0x29, 0xc1, 0x2c +.byte 0x0e, 0xbf, 0x64, 0xbe, 0x29, 0x8c, 0xd8, 0x02, 0x2d, 0xcd, 0x5c, 0x2f, 0xf2, 0x7f, 0xef, 0x15 +.byte 0xf4, 0x0c, 0x15, 0xac, 0x0a, 0xb0, 0xf1, 0xd3, 0x0d, 0x4f, 0x6a, 0x4d, 0x77, 0x97, 0x01, 0xa0 +.byte 0xf1, 0x66, 0xb7, 0xb7, 0xce, 0xef, 0xce, 0xec, 0xec, 0xa5, 0x75, 0xca, 0xac, 0xe3, 0xe1, 0x63 +.byte 0xf7, 0xb8, 0xa1, 0x04, 0xc8, 0xbc, 0x7b, 0x3f, 0x5d, 0x2d, 0x16, 0x22, 0x56, 0xed, 0x48, 0x49 +.byte 0xfe, 0xa7, 0x2f, 0x79, 0x30, 0x25, 0x9b, 0xba, 0x6b, 0x2d, 0x3f, 0x9d, 0x3b, 0xc4, 0x17, 0xe7 +.byte 0x1d, 0x2e, 0xfb, 0xf2, 0xcf, 0xa6, 0xfc, 0xe3, 0x14, 0x2c, 0x96, 0x98, 0x21, 0x8c, 0xb4, 0x91 +.byte 0xe9, 0x19, 0x60, 0x83, 0xf2, 0x30, 0x2b, 0x06, 0x73, 0x50, 0xd5, 0x98, 0x3b, 0x06, 0xe9, 0xc7 +.byte 0x8a, 0x0c, 0x60, 0x8c, 0x28, 0xf8, 0x52, 0x9b, 0x6e, 0xe1, 0xf6, 0x4d, 0xbb, 0x06, 0x24, 0x9b +.byte 0xd7, 0x2b, 0x26, 0x3f, 0xfd, 0x2a, 0x2f, 0x71, 0xf5, 0xd6, 0x24, 0xbe, 0x7f, 0x31, 0x9e, 0x0f +.byte 0x6d, 0xe8, 0x8f, 0x4f, 0x4d, 0xa3, 0x3f, 0xff, 0x35, 0xea, 0xdf, 0x49, 0x5e, 0x41, 0x8f, 0x86 +.byte 0xf9, 0xf1, 0x77, 0x79, 0x4b, 0x1b, 0xb4, 0xa3, 0x5e, 0x2f, 0xfb, 0x46, 0x02, 0xd0, 0x66, 0x13 +.byte 0x5e, 0x5e, 0x85, 0x4f, 0xce, 0xd8, 0x70, 0x88, 0x7b, 0xce, 0x01, 0xb5, 0x96, 0x97, 0xd7, 0xcd +.byte 0x7d, 0xfd, 0x82, 0xf8, 0xc2, 0x24, 0xc1, 0xca, 0x01, 0x39, 0x4f, 0x8d, 0xa2, 0xc1, 0x14, 0x40 +.byte 0x1f, 0x9c, 0x66, 0xd5, 0x0c, 0x09, 0x46, 0xd6, 0xf2, 0xd0, 0xd1, 0x48, 0x76, 0x56, 0x3a, 0x43 +.byte 0xcb, 0xb6, 0x0a, 0x11, 0x39, 0xba, 0x8c, 0x13, 0x6c, 0x06, 0xb5, 0x9e, 0xcf, 0xeb, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x50, 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x14, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31 +.byte 0x36, 0x33, 0x33, 0x32, 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17 +.byte 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0xc7, 0x5e, 0xf7, 0xc1, 0x07, 0xd4, 0x77 +.byte 0xfb, 0x43, 0x21, 0xf4, 0xf4, 0xf5, 0x69, 0xe4, 0xee, 0x32, 0x01, 0xdb, 0xa3, 0x86, 0x1f, 0xe4 +.byte 0x59, 0x0d, 0xba, 0xe7, 0x75, 0x83, 0x52, 0xeb, 0xea, 0x1c, 0x61, 0x15, 0x48, 0xbb, 0x1d, 0x07 +.byte 0xca, 0x8c, 0xae, 0xb0, 0xdc, 0x96, 0x9d, 0xea, 0xc3, 0x60, 0x92, 0x86, 0x82, 0x28, 0x73, 0x9c +.byte 0x56, 0x06, 0xff, 0x4b, 0x64, 0xf0, 0x0c, 0x2a, 0x37, 0x49, 0xb5, 0xe5, 0xcf, 0x0c, 0x7c, 0xee +.byte 0xf1, 0x4a, 0xbb, 0x73, 0x30, 0x65, 0xf3, 0xd5, 0x2f, 0x83, 0xb6, 0x7e, 0xe3, 0xe7, 0xf5, 0x9e +.byte 0xab, 0x60, 0xf9, 0xd3, 0xf1, 0x9d, 0x92, 0x74, 0x8a, 0xe4, 0x1c, 0x96, 0xac, 0x5b, 0x80, 0xe9 +.byte 0xb5, 0xf4, 0x31, 0x87, 0xa3, 0x51, 0xfc, 0xc7, 0x7e, 0xa1, 0x6f, 0x8e, 0x53, 0x77, 0xd4, 0x97 +.byte 0xc1, 0x55, 0x33, 0x92, 0x3e, 0x18, 0x2f, 0x75, 0xd4, 0xad, 0x86, 0x49, 0xcb, 0x95, 0xaf, 0x54 +.byte 0x06, 0x6c, 0xd8, 0x06, 0x13, 0x8d, 0x5b, 0xff, 0xe1, 0x26, 0x19, 0x59, 0xc0, 0x24, 0xba, 0x81 +.byte 0x71, 0x79, 0x90, 0x44, 0x50, 0x68, 0x24, 0x94, 0x5f, 0xb8, 0xb3, 0x11, 0xf1, 0x29, 0x41, 0x61 +.byte 0xa3, 0x41, 0xcb, 0x23, 0x36, 0xd5, 0xc1, 0xf1, 0x32, 0x50, 0x10, 0x4e, 0x7f, 0xf4, 0x86, 0x93 +.byte 0xec, 0x84, 0xd3, 0x8e, 0xbc, 0x4b, 0xbf, 0x5c, 0x01, 0x4e, 0x07, 0x3d, 0xdc, 0x14, 0x8a, 0x94 +.byte 0x0a, 0xa4, 0xea, 0x73, 0xfb, 0x0b, 0x51, 0xe8, 0x13, 0x07, 0x18, 0xfa, 0x0e, 0xf1, 0x2b, 0xd1 +.byte 0x54, 0x15, 0x7d, 0x3c, 0xe1, 0xf7, 0xb4, 0x19, 0x42, 0x67, 0x62, 0x5e, 0x77, 0xe0, 0xa2, 0x55 +.byte 0xec, 0xb6, 0xd9, 0x69, 0x17, 0xd5, 0x3a, 0xaf, 0x44, 0xed, 0x4a, 0xc5, 0x9e, 0xe4, 0x7a, 0x27 +.byte 0x7c, 0xe5, 0x75, 0xd7, 0xaa, 0xcb, 0x25, 0xe7, 0xdf, 0x6b, 0x0a, 0xdb, 0x0f, 0x4d, 0x93, 0x4e +.byte 0xa8, 0xa0, 0xcd, 0x7b, 0x2e, 0xf2, 0x59, 0x01, 0x6a, 0xb7, 0x0d, 0xb8, 0x07, 0x81, 0x7e, 0x8b +.byte 0x38, 0x1b, 0x38, 0xe6, 0x0a, 0x57, 0x99, 0x3d, 0xee, 0x21, 0xe8, 0xa3, 0xf5, 0x0c, 0x16, 0xdd +.byte 0x8b, 0xec, 0x34, 0x8e, 0x9c, 0x2a, 0x1c, 0x00, 0x15, 0x17, 0x8d, 0x68, 0x83, 0xd2, 0x70, 0x9f +.byte 0x18, 0x08, 0xcd, 0x11, 0x68, 0xd5, 0xc9, 0x6b, 0x52, 0xcd, 0xc4, 0x46, 0x8f, 0xdc, 0xb5, 0xf3 +.byte 0xd8, 0x57, 0x73, 0x1e, 0xe9, 0x94, 0x39, 0x04, 0xbf, 0xd3, 0xde, 0x38, 0xde, 0xb4, 0x53, 0xec +.byte 0x69, 0x1c, 0xa2, 0x7e, 0xc4, 0x8f, 0xe4, 0x1b, 0x70, 0xad, 0xf2, 0xa2, 0xf9, 0xfb, 0xf7, 0x16 +.byte 0x64, 0x66, 0x69, 0x9f, 0x49, 0x51, 0xa2, 0xe2, 0x15, 0x18, 0x67, 0x06, 0x4a, 0x7f, 0xd5, 0x6c +.byte 0xb5, 0x4d, 0xb3, 0x33, 0xe0, 0x61, 0xeb, 0x5d, 0xbe, 0xe9, 0x98, 0x0f, 0x32, 0xd7, 0x1d, 0x4b +.byte 0x3c, 0x2e, 0x5a, 0x01, 0x52, 0x91, 0x09, 0xf2, 0xdf, 0xea, 0x8d, 0xd8, 0x06, 0x40, 0x63, 0xaa +.byte 0x11, 0xe4, 0xfe, 0xc3, 0x37, 0x9e, 0x14, 0x52, 0x3f, 0xf4, 0xe2, 0xcc, 0xf2, 0x61, 0x93, 0xd1 +.byte 0xfd, 0x67, 0x6b, 0xd7, 0x52, 0xae, 0xbf, 0x68, 0xab, 0x40, 0x43, 0xa0, 0x57, 0x35, 0x53, 0x78 +.byte 0xf0, 0x53, 0xf8, 0x61, 0x42, 0x07, 0x64, 0xc6, 0xd7, 0x6f, 0x9b, 0x4c, 0x38, 0x0d, 0x63, 0xac +.byte 0x62, 0xaf, 0x36, 0x8b, 0xa2, 0x73, 0x0a, 0x0d, 0xf5, 0x21, 0xbd, 0x74, 0xaa, 0x4d, 0xea, 0x72 +.byte 0x03, 0x49, 0xdb, 0xc7, 0x5f, 0x1d, 0x62, 0x63, 0xc7, 0xfd, 0xdd, 0x91, 0xec, 0x33, 0xee, 0xf5 +.byte 0x6d, 0xb4, 0x6e, 0x30, 0x68, 0xde, 0xc8, 0xd6, 0x26, 0xb0, 0x75, 0x5e, 0x7b, 0xb4, 0x07, 0x20 +.byte 0x98, 0xa1, 0x76, 0x32, 0xb8, 0x4d, 0x6c, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x26 +.byte 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f +.byte 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79, 0x70, 0x61 +.byte 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32, 0x37, 0x31 +.byte 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73 +.byte 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xa5, 0xda, 0x0a, 0x95, 0x16, 0x50, 0xe3, 0x95, 0xf2, 0x5e, 0x9d, 0x76, 0x31, 0x06 +.byte 0x32, 0x7a, 0x9b, 0xf1, 0x10, 0x76, 0xb8, 0x00, 0x9a, 0xb5, 0x52, 0x36, 0xcd, 0x24, 0x47, 0xb0 +.byte 0x9f, 0x18, 0x64, 0xbc, 0x9a, 0xf6, 0xfa, 0xd5, 0x79, 0xd8, 0x90, 0x62, 0x4c, 0x22, 0x2f, 0xde +.byte 0x38, 0x3d, 0xd6, 0xe0, 0xa8, 0xe9, 0x1c, 0x2c, 0xdb, 0x78, 0x11, 0xe9, 0x8e, 0x68, 0x51, 0x15 +.byte 0x72, 0xc7, 0xf3, 0x33, 0x87, 0xe4, 0xa0, 0x5d, 0x0b, 0x5c, 0xe0, 0x57, 0x07, 0x2a, 0x30, 0xf5 +.byte 0xcd, 0xc4, 0x37, 0x77, 0x28, 0x4d, 0x18, 0x91, 0xe6, 0xbf, 0xd5, 0x52, 0xfd, 0x71, 0x2d, 0x70 +.byte 0x3e, 0xe7, 0xc6, 0xc4, 0x8a, 0xe3, 0xf0, 0x28, 0x0b, 0xf4, 0x76, 0x98, 0xa1, 0x8b, 0x87, 0x55 +.byte 0xb2, 0x3a, 0x13, 0xfc, 0xb7, 0x3e, 0x27, 0x37, 0x8e, 0x22, 0xe3, 0xa8, 0x4f, 0x2a, 0xef, 0x60 +.byte 0xbb, 0x3d, 0xb7, 0x39, 0xc3, 0x0e, 0x01, 0x47, 0x99, 0x5d, 0x12, 0x4f, 0xdb, 0x43, 0xfa, 0x57 +.byte 0xa1, 0xed, 0xf9, 0x9d, 0xbe, 0x11, 0x47, 0x26, 0x5b, 0x13, 0x98, 0xab, 0x5d, 0x16, 0x8a, 0xb0 +.byte 0x37, 0x1c, 0x57, 0x9d, 0x45, 0xff, 0x88, 0x96, 0x36, 0xbf, 0xbb, 0xca, 0x07, 0x7b, 0x6f, 0x87 +.byte 0x63, 0xd7, 0xd0, 0x32, 0x6a, 0xd6, 0x5d, 0x6c, 0x0c, 0xf1, 0xb3, 0x6e, 0x39, 0xe2, 0x6b, 0x31 +.byte 0x2e, 0x39, 0x00, 0x27, 0x14, 0xde, 0x38, 0xc0, 0xec, 0x19, 0x66, 0x86, 0x12, 0xe8, 0x9d, 0x72 +.byte 0x16, 0x13, 0x64, 0x52, 0xc7, 0xa9, 0x37, 0x1c, 0xfd, 0x82, 0x30, 0xed, 0x84, 0x18, 0x1d, 0xf4 +.byte 0xae, 0x5c, 0xff, 0x70, 0x13, 0x00, 0xeb, 0xb1, 0xf5, 0x33, 0x7a, 0x4b, 0xd6, 0x55, 0xf8, 0x05 +.byte 0x8d, 0x4b, 0x69, 0xb0, 0xf5, 0xb3, 0x28, 0x36, 0x5c, 0x14, 0xc4, 0x51, 0x73, 0x4d, 0x6b, 0x0b +.byte 0xf1, 0x34, 0x07, 0xdb, 0x17, 0x39, 0xd7, 0xdc, 0x28, 0x7b, 0x6b, 0xf5, 0x9f, 0xf3, 0x2e, 0xc1 +.byte 0x4f, 0x17, 0x2a, 0x10, 0xf3, 0xcc, 0xca, 0xe8, 0xeb, 0xfd, 0x6b, 0xab, 0x2e, 0x9a, 0x9f, 0x2d +.byte 0x82, 0x6e, 0x04, 0xd4, 0x52, 0x01, 0x93, 0x2d, 0x3d, 0x86, 0xfc, 0x7e, 0xfc, 0xdf, 0xef, 0x42 +.byte 0x1d, 0xa6, 0x6b, 0xef, 0xb9, 0x20, 0xc6, 0xf7, 0xbd, 0xa0, 0xa7, 0x95, 0xfd, 0xa7, 0xe6, 0x89 +.byte 0x24, 0xd8, 0xcc, 0x8c, 0x34, 0x6c, 0xe2, 0x23, 0x2f, 0xd9, 0x12, 0x1a, 0x21, 0xb9, 0x55, 0x91 +.byte 0x6f, 0x0b, 0x91, 0x79, 0x19, 0x0c, 0xad, 0x40, 0x88, 0x0b, 0x70, 0xe2, 0x7a, 0xd2, 0x0e, 0xd8 +.byte 0x68, 0x48, 0xbb, 0x82, 0x13, 0x39, 0x10, 0x58, 0xe9, 0xd8, 0x2a, 0x07, 0xc6, 0x12, 0xdb, 0x58 +.byte 0xdb, 0xd2, 0x3b, 0x55, 0x10, 0x47, 0x05, 0x15, 0x67, 0x62, 0x7e, 0x18, 0x63, 0xa6, 0x46, 0x3f +.byte 0x09, 0x0e, 0x54, 0x32, 0x5e, 0xbf, 0x0d, 0x62, 0x7a, 0x27, 0xef, 0x80, 0xe8, 0xdb, 0xd9, 0x4b +.byte 0x06, 0x5a, 0x37, 0x5a, 0x25, 0xd0, 0x08, 0x12, 0x77, 0xd4, 0x6f, 0x09, 0x50, 0x97, 0x3d, 0xc8 +.byte 0x1d, 0xc3, 0xdf, 0x8c, 0x45, 0x30, 0x56, 0xc6, 0xd3, 0x64, 0xab, 0x66, 0xf3, 0xc0, 0x5e, 0x96 +.byte 0x9c, 0xc3, 0xc4, 0xef, 0xc3, 0x7c, 0x6b, 0x8b, 0x3a, 0x79, 0x7f, 0xb3, 0x49, 0xcf, 0x3d, 0xe2 +.byte 0x89, 0x9f, 0xa0, 0x30, 0x4b, 0x85, 0xb9, 0x9c, 0x94, 0x24, 0x79, 0x8f, 0x7d, 0x6b, 0xa9, 0x45 +.byte 0x68, 0x0f, 0x2b, 0xd0, 0xf1, 0xda, 0x1c, 0xcb, 0x69, 0xb8, 0xca, 0x49, 0x62, 0x6d, 0xc8, 0xd0 +.byte 0x63, 0x62, 0xdd, 0x60, 0x0f, 0x58, 0xaa, 0x8f, 0xa1, 0xbc, 0x05, 0xa5, 0x66, 0xa2, 0xcf, 0x1b +.byte 0x76, 0xb2, 0x84, 0x64, 0xb1, 0x4c, 0x39, 0x52, 0xc0, 0x30, 0xba, 0xf0, 0x8c, 0x4b, 0x02, 0xb0 +.byte 0xb6, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b +.byte 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f +.byte 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06 +.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 +.byte 0x62, 0x00, 0x04, 0x4b, 0x36, 0xe9, 0xae, 0x57, 0x5e, 0xa8, 0x70, 0xd7, 0xd0, 0x8f, 0x74, 0x62 +.byte 0x77, 0xc3, 0x5e, 0x7a, 0xaa, 0xe5, 0xb6, 0xa2, 0xf1, 0x78, 0xfd, 0x02, 0x7e, 0x57, 0xdd, 0x91 +.byte 0x79, 0x9c, 0x6c, 0xb9, 0x52, 0x88, 0x54, 0xbc, 0x2f, 0x04, 0xbe, 0xb8, 0xcd, 0xf6, 0x10, 0xd1 +.byte 0x29, 0xec, 0xb5, 0xd0, 0xa0, 0xc3, 0xf0, 0x89, 0x70, 0x19, 0xbb, 0x51, 0x65, 0xc5, 0x43, 0x9c +.byte 0xc3, 0x9b, 0x63, 0x9d, 0x20, 0x83, 0x3e, 0x06, 0x0b, 0xa6, 0x42, 0x44, 0x85, 0x11, 0xa7, 0x4a +.byte 0x3a, 0x2d, 0xe9, 0xd6, 0x68, 0x2f, 0x48, 0x4e, 0x53, 0x2b, 0x07, 0x3f, 0x4d, 0xbd, 0xb9, 0xac +.byte 0x77, 0x39, 0x57, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50 +.byte 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x78 +.byte 0x30, 0x81, 0xe8, 0x63, 0x1e, 0xe5, 0xeb, 0x71, 0x51, 0x0f, 0xf7, 0x07, 0x07, 0xca, 0x39, 0x99 +.byte 0x7c, 0x4e, 0xd5, 0x0f, 0xcc, 0x30, 0x30, 0x0b, 0x8f, 0x66, 0x93, 0x3e, 0xcf, 0xbd, 0xc5, 0x86 +.byte 0xbd, 0xf9, 0xb1, 0xb7, 0xb4, 0x3e, 0xb4, 0x07, 0xc8, 0xf3, 0x96, 0x31, 0xf3, 0xed, 0xa4, 0x4f +.byte 0xf8, 0xa3, 0x4e, 0x8d, 0x29, 0x15, 0x58, 0xb8, 0xd5, 0x6f, 0x7f, 0xee, 0x6c, 0x22, 0xb5, 0xb0 +.byte 0xaf, 0x48, 0x45, 0x0a, 0xbd, 0xa8, 0x49, 0x94, 0xbf, 0x84, 0x43, 0xb0, 0xdb, 0x84, 0x4a, 0x03 +.byte 0x23, 0x19, 0x67, 0x6a, 0x6f, 0xc1, 0x6e, 0xbc, 0x06, 0x39, 0x37, 0xd1, 0x88, 0x22, 0xf7, 0x50 +.byte 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d +.byte 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69 +.byte 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x2d, 0x30, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xb0, 0x48, 0x65, 0xa3, 0x0d, 0x1d, 0x42, 0xe3, 0x91, 0x6d, 0x9d, 0x84 +.byte 0xa4, 0x61, 0x96, 0x12, 0xc2, 0xed, 0xc3, 0xda, 0x23, 0x34, 0x19, 0x76, 0xf6, 0xea, 0xfd, 0x55 +.byte 0x5a, 0xf6, 0x55, 0x01, 0x53, 0x0f, 0xf2, 0xcc, 0x8c, 0x97, 0x4f, 0xb9, 0x50, 0xcb, 0xb3, 0x01 +.byte 0x44, 0x56, 0x96, 0xfd, 0x9b, 0x28, 0xec, 0x7b, 0x74, 0x0b, 0xe7, 0x42, 0x6b, 0x55, 0xce, 0xc9 +.byte 0x61, 0xb2, 0xe8, 0xad, 0x40, 0x3c, 0xba, 0xb9, 0x41, 0x0a, 0x05, 0x4f, 0x1b, 0x26, 0x85, 0x8f +.byte 0x43, 0xb5, 0x40, 0xb5, 0x85, 0xd1, 0xd4, 0x71, 0xdc, 0x83, 0x41, 0xf3, 0xf6, 0x45, 0xc7, 0x80 +.byte 0xa2, 0x84, 0x50, 0x97, 0x46, 0xce, 0xa0, 0x0c, 0xc4, 0x60, 0x56, 0x04, 0x1d, 0x07, 0x5b, 0x46 +.byte 0xa5, 0x0e, 0xb2, 0x4b, 0xa4, 0x0e, 0xa5, 0x7c, 0xee, 0xf8, 0xd4, 0x62, 0x03, 0xb9, 0x93, 0x6a +.byte 0x8a, 0x14, 0xb8, 0x70, 0xf8, 0x2e, 0x82, 0x46, 0x38, 0x23, 0x0e, 0x74, 0xc7, 0x6b, 0x41, 0xb7 +.byte 0xd0, 0x29, 0xa3, 0x9d, 0x80, 0xb0, 0x7e, 0x77, 0x93, 0x63, 0x42, 0xfb, 0x34, 0x83, 0x3b, 0x73 +.byte 0xa3, 0x5a, 0x21, 0x36, 0xeb, 0x47, 0xfa, 0x18, 0x17, 0xd9, 0xba, 0x66, 0xc2, 0x93, 0xa4, 0x8f +.byte 0xfc, 0x5d, 0xa4, 0xad, 0xfc, 0x50, 0x6a, 0x95, 0xac, 0xbc, 0x24, 0x33, 0xd1, 0xbd, 0x88, 0x7f +.byte 0x86, 0xf5, 0xf5, 0xb2, 0x73, 0x2a, 0x8f, 0x7c, 0xaf, 0x08, 0xf2, 0x1a, 0x98, 0x3f, 0xa9, 0x81 +.byte 0x65, 0x3f, 0xc1, 0x8c, 0x89, 0xc5, 0x96, 0x30, 0x9a, 0x0a, 0xcf, 0xf4, 0xd4, 0xc8, 0x34, 0xed +.byte 0x9d, 0x2f, 0xbc, 0x8d, 0x38, 0x86, 0x53, 0xee, 0x97, 0x9f, 0xa9, 0xb2, 0x63, 0x94, 0x17, 0x8d +.byte 0x0f, 0xdc, 0x66, 0x2a, 0x7c, 0x52, 0x51, 0x75, 0xcb, 0x99, 0x8e, 0xe8, 0x3d, 0x5c, 0xbf, 0x9e +.byte 0x3b, 0x28, 0x8d, 0x83, 0x02, 0x0f, 0xa9, 0x9f, 0x72, 0xe2, 0x2c, 0x2b, 0xb3, 0xdc, 0x66, 0x97 +.byte 0x00, 0x40, 0xd0, 0xa4, 0x54, 0x8e, 0x9b, 0x5d, 0x7b, 0x45, 0x36, 0x26, 0xd6, 0x72, 0x43, 0xeb +.byte 0xcf, 0xc0, 0xea, 0x0d, 0xdc, 0xce, 0x12, 0xe6, 0x7d, 0x38, 0x9f, 0x05, 0x27, 0xa8, 0x97, 0x3e +.byte 0xe9, 0x51, 0xc6, 0x6c, 0x05, 0x28, 0xc1, 0x02, 0x0f, 0xe9, 0x18, 0x6d, 0xec, 0xbd, 0x9c, 0x06 +.byte 0xd4, 0xa7, 0x49, 0xf4, 0x54, 0x05, 0x6b, 0x6c, 0x30, 0xf1, 0xeb, 0x03, 0xd5, 0xea, 0x3d, 0x6a +.byte 0x76, 0xc2, 0xcb, 0x1a, 0x28, 0x49, 0x4d, 0x7f, 0x64, 0xe0, 0xfa, 0x2b, 0xda, 0x73, 0x83, 0x81 +.byte 0xff, 0x91, 0x03, 0xbd, 0x94, 0xbb, 0xe4, 0xb8, 0x8e, 0x9c, 0x32, 0x63, 0xcd, 0x9f, 0xbb, 0x68 +.byte 0x81, 0xb1, 0x84, 0x5b, 0xaf, 0x36, 0xbf, 0x77, 0xee, 0x1d, 0x7f, 0xf7, 0x49, 0x9b, 0x52, 0xec +.byte 0xd2, 0x77, 0x5a, 0x7d, 0x91, 0x9d, 0x4d, 0xc2, 0x39, 0x2d, 0xe4, 0xba, 0x82, 0xf8, 0x6f, 0xf2 +.byte 0x4e, 0x1e, 0x0f, 0x4e, 0xe6, 0x3f, 0x59, 0xa5, 0x23, 0xdc, 0x3d, 0x87, 0xa8, 0x28, 0x58, 0x28 +.byte 0xd1, 0xf1, 0x1b, 0x36, 0xdb, 0x4f, 0xc4, 0xff, 0xe1, 0x8c, 0x5b, 0x72, 0x8c, 0xc7, 0x26, 0x03 +.byte 0x27, 0xa3, 0x39, 0x0a, 0x01, 0xaa, 0xc0, 0xb2, 0x31, 0x60, 0x83, 0x22, 0xa1, 0x4f, 0x12, 0x09 +.byte 0x01, 0x11, 0xaf, 0x34, 0xd4, 0xcf, 0xd7, 0xae, 0x62, 0xd3, 0x05, 0x07, 0xb4, 0x31, 0x75, 0xe0 +.byte 0x0d, 0x6d, 0x57, 0x4f, 0x69, 0x87, 0xf9, 0x57, 0xa9, 0xba, 0x15, 0xf6, 0xc8, 0x52, 0x6d, 0xa1 +.byte 0xcb, 0x9c, 0x1f, 0xe5, 0xfc, 0x78, 0xa8, 0x35, 0x9a, 0x9f, 0x41, 0x14, 0xce, 0xa5, 0xb4, 0xce +.byte 0x94, 0x08, 0x1c, 0x09, 0xad, 0x56, 0xe5, 0xda, 0xb6, 0x49, 0x9a, 0x4a, 0xea, 0x63, 0x18, 0x53 +.byte 0x9c, 0x2c, 0x2e, 0xc3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65 +.byte 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53 +.byte 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x32, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xe1, 0xfa +.byte 0x0e, 0xfb, 0x68, 0x00, 0x12, 0xc8, 0x4d, 0xd5, 0xac, 0x22, 0xc4, 0x35, 0x01, 0x3b, 0xc5, 0x54 +.byte 0xe5, 0x59, 0x76, 0x63, 0xa5, 0x7f, 0xeb, 0xc1, 0xc4, 0x6a, 0x98, 0xbd, 0x32, 0x8d, 0x17, 0x80 +.byte 0xeb, 0x5d, 0xba, 0xd1, 0x62, 0x3d, 0x25, 0x23, 0x19, 0x35, 0x14, 0xe9, 0x7f, 0x89, 0xa7, 0x1b +.byte 0x62, 0x3c, 0xd6, 0x50, 0xe7, 0x34, 0x95, 0x03, 0x32, 0xb1, 0xb4, 0x93, 0x22, 0x3d, 0xa7, 0xe2 +.byte 0xb1, 0xed, 0xe6, 0x7b, 0x4e, 0x2e, 0x87, 0x9b, 0x0d, 0x33, 0x75, 0x0a, 0xde, 0xaa, 0x35, 0xe7 +.byte 0x7e, 0xe5, 0x36, 0x98, 0xa2, 0xae, 0x25, 0x9e, 0x95, 0xb3, 0x32, 0x96, 0xa4, 0x2b, 0x58, 0x1e +.byte 0xef, 0x3f, 0xfe, 0x62, 0x34, 0x48, 0x51, 0xd1, 0xb4, 0x8d, 0x42, 0xad, 0x60, 0xda, 0x49, 0x6a +.byte 0x95, 0x70, 0xdd, 0xd2, 0x00, 0xe2, 0xcc, 0x57, 0x63, 0x02, 0x7b, 0x96, 0xdd, 0x49, 0x97, 0x5b +.byte 0x92, 0x4e, 0x95, 0xd3, 0xf9, 0xcb, 0x29, 0x1f, 0x18, 0x4a, 0xf8, 0x01, 0x2a, 0xd2, 0x63, 0x09 +.byte 0x6e, 0x24, 0xe9, 0x89, 0xd2, 0xe5, 0xc7, 0x22, 0x4c, 0xdc, 0x73, 0x86, 0x47, 0x00, 0xaa, 0x0d +.byte 0x88, 0x8e, 0xae, 0x85, 0x7d, 0x4a, 0xe9, 0xbb, 0x33, 0x4f, 0x0e, 0x52, 0x70, 0x9d, 0x95, 0xe3 +.byte 0x7c, 0x6d, 0x96, 0x5b, 0x2d, 0x3d, 0x5f, 0xa1, 0x83, 0x46, 0x5d, 0xb6, 0xe3, 0x25, 0xb8, 0x7c +.byte 0xa7, 0x19, 0x80, 0x1c, 0xea, 0x65, 0x43, 0xdc, 0x91, 0x79, 0x36, 0x2c, 0x74, 0x7c, 0xf2, 0x67 +.byte 0x06, 0xc9, 0x89, 0xc9, 0xdb, 0xbf, 0xda, 0x68, 0xbf, 0x23, 0xed, 0xdc, 0x6b, 0xad, 0x28, 0x83 +.byte 0x79, 0x2f, 0xec, 0x38, 0xa5, 0x0d, 0x37, 0x01, 0x67, 0x27, 0x9a, 0xe9, 0x33, 0xd9, 0x33, 0x5f +.byte 0x37, 0xa1, 0xc5, 0xf0, 0xab, 0x3d, 0xfa, 0x78, 0xb0, 0xe7, 0x2c, 0x9f, 0xf6, 0x3e, 0x9f, 0x60 +.byte 0xe0, 0xef, 0x48, 0xe9, 0x90, 0x45, 0x1e, 0x05, 0x51, 0x78, 0x1a, 0x2c, 0x12, 0x2c, 0x5c, 0x28 +.byte 0xac, 0x0d, 0xa2, 0x23, 0x9e, 0x34, 0x8f, 0x05, 0xe6, 0xa2, 0x33, 0xce, 0x11, 0x77, 0x13, 0xd4 +.byte 0x0e, 0xa4, 0x1e, 0x42, 0x1f, 0x86, 0xcd, 0x70, 0xfe, 0xd9, 0x2e, 0x15, 0x3d, 0x1d, 0xbb, 0xb8 +.byte 0xf2, 0x53, 0x57, 0xdb, 0xcc, 0xc6, 0x74, 0x29, 0x9c, 0x18, 0xb3, 0x36, 0x75, 0x38, 0x2e, 0x0f +.byte 0x54, 0xa1, 0xf8, 0x92, 0x1f, 0x89, 0x96, 0x4f, 0xbb, 0xd4, 0xee, 0x9d, 0xe9, 0x3b, 0x36, 0x42 +.byte 0xb5, 0x0a, 0x3b, 0x2a, 0xd4, 0x64, 0x79, 0x36, 0x10, 0xe1, 0xf9, 0x91, 0x03, 0x2b, 0x7b, 0x20 +.byte 0x54, 0xcd, 0x0d, 0x19, 0x1a, 0xc8, 0x41, 0x32, 0x34, 0xd1, 0xb0, 0x99, 0xe1, 0x90, 0x1e, 0x01 +.byte 0x40, 0x36, 0xb5, 0xb7, 0xfa, 0xa9, 0xe5, 0x77, 0x75, 0xa4, 0x22, 0x81, 0x5d, 0xb0, 0x8b, 0xe4 +.byte 0x27, 0x12, 0x0f, 0x54, 0x88, 0xc6, 0xdb, 0x85, 0x74, 0xe6, 0xb7, 0xc0, 0xd7, 0xa6, 0x29, 0xfa +.byte 0xdb, 0xde, 0xf3, 0x93, 0x97, 0x27, 0x04, 0x55, 0x2f, 0x0a, 0x6f, 0x37, 0xc5, 0x3d, 0x13, 0xaf +.byte 0x0a, 0x00, 0xa9, 0x2c, 0x8b, 0x1c, 0x81, 0x28, 0xd7, 0xef, 0x86, 0x31, 0xa9, 0xae, 0xf2, 0x6e +.byte 0xb8, 0xca, 0x6a, 0x2c, 0x54, 0x47, 0xd8, 0x2a, 0x88, 0x2e, 0xaf, 0xc1, 0x07, 0x10, 0x78, 0xac +.byte 0x11, 0xa2, 0x2f, 0x42, 0xf0, 0x37, 0xc5, 0xf2, 0xb8, 0x56, 0xdd, 0x0e, 0x62, 0x2d, 0xce, 0x2d +.byte 0x56, 0x7e, 0x55, 0xf2, 0xa7, 0x44, 0xf6, 0x2b, 0x32, 0xf4, 0x23, 0xa8, 0x47, 0xe8, 0xd4, 0x2a +.byte 0x01, 0x78, 0xcf, 0x6a, 0xc3, 0x37, 0xa8, 0x9e, 0x65, 0xd2, 0x2c, 0xe5, 0xfa, 0xba, 0x33, 0xc1 +.byte 0x06, 0x44, 0xf6, 0xe6, 0xcf, 0xa5, 0x0d, 0xa7, 0x66, 0x08, 0x34, 0x8a, 0x2c, 0xf3, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 +.byte 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1d, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 +.byte 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x33, 0x38, 0x34, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xc1 +.byte 0x44, 0xa1, 0xcf, 0x11, 0x97, 0x50, 0x9a, 0xde, 0x23, 0x82, 0x35, 0x07, 0xcd, 0xd0, 0xcb, 0x18 +.byte 0x9d, 0xd2, 0xf1, 0x7f, 0x77, 0x35, 0x4f, 0x3b, 0xdd, 0x94, 0x72, 0x52, 0xed, 0xc2, 0x3b, 0xf8 +.byte 0xec, 0xfa, 0x7b, 0x6b, 0x58, 0x20, 0xec, 0x99, 0xae, 0xc9, 0xfc, 0x68, 0xb3, 0x75, 0xb9, 0xdb +.byte 0x09, 0xec, 0xc8, 0x13, 0xf5, 0x4e, 0xc6, 0x0a, 0x1d, 0x66, 0x30, 0x4c, 0xbb, 0x1f, 0x47, 0x0a +.byte 0x3c, 0x61, 0x10, 0x42, 0x29, 0x7c, 0xa5, 0x08, 0x0e, 0xe0, 0x22, 0xe9, 0xd3, 0x35, 0x68, 0xce +.byte 0x9b, 0x63, 0x9f, 0x84, 0xb5, 0x99, 0x4d, 0x58, 0xa0, 0x8e, 0xf5, 0x54, 0xe7, 0x95, 0xc9, 0x50 +.byte 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c +.byte 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x25, 0x30, 0x23 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x54 +.byte 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32 +.byte 0x30, 0x32, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x45, 0x29, 0x35, 0x73, 0xfa +.byte 0xc2, 0xb8, 0x23, 0xce, 0x14, 0x7d, 0xa8, 0xb1, 0x4d, 0xa0, 0x5b, 0x36, 0xee, 0x2a, 0x2c, 0x53 +.byte 0xc3, 0x60, 0x09, 0x35, 0xb2, 0x24, 0x66, 0x26, 0x69, 0xc0, 0xb3, 0x95, 0xd6, 0x5d, 0x92, 0x40 +.byte 0x19, 0x0e, 0xc6, 0xa5, 0x13, 0x70, 0xf4, 0xef, 0x12, 0x51, 0x28, 0x5d, 0xe7, 0xcc, 0xbd, 0xf9 +.byte 0x3c, 0x85, 0xc1, 0xcf, 0x94, 0x90, 0xc9, 0x2b, 0xce, 0x92, 0x42, 0x58, 0x59, 0x67, 0xfd, 0x94 +.byte 0x27, 0x10, 0x64, 0x8c, 0x4f, 0x04, 0xb1, 0x4d, 0x49, 0xe4, 0x7b, 0x4f, 0x9b, 0xf5, 0xe7, 0x08 +.byte 0xf8, 0x03, 0x88, 0xf7, 0xa7, 0xc3, 0x92, 0x4b, 0x19, 0x54, 0x81, 0x50, 0x00, 0x26, 0x02, 0x30 +.byte 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x18 +.byte 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72 +.byte 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x1c, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52 +.byte 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x32, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xd0, 0xa4, 0x09, 0x72, 0x4f, 0x40, 0x88, 0x12, 0x61, 0x3e, 0x35, 0x23, 0x9e, 0xee, 0xf6, 0x74 +.byte 0xcf, 0x2f, 0x7b, 0x58, 0x3d, 0xce, 0x3c, 0x0d, 0x10, 0x28, 0x90, 0x2f, 0x97, 0xf7, 0x8c, 0x48 +.byte 0xd8, 0xa0, 0xd8, 0x25, 0xb1, 0x4c, 0xb0, 0x11, 0x4c, 0x17, 0x73, 0x50, 0xd0, 0x22, 0x4a, 0x63 +.byte 0xbb, 0x81, 0xd3, 0x29, 0x6e, 0xd5, 0xb5, 0x09, 0x3e, 0x26, 0x18, 0x7f, 0xb2, 0x12, 0x7f, 0x93 +.byte 0x98, 0xb7, 0xaf, 0xf0, 0x36, 0xbf, 0xf2, 0xee, 0x18, 0x9e, 0x9c, 0x3b, 0x52, 0xc5, 0x47, 0x19 +.byte 0x5d, 0x74, 0xf3, 0x64, 0x66, 0xd5, 0x5d, 0xc7, 0x68, 0xb4, 0xbf, 0x1b, 0x1c, 0x06, 0xa3, 0xbc +.byte 0x8f, 0x40, 0x23, 0xb6, 0x1e, 0xc6, 0x84, 0xbd, 0x51, 0xc4, 0x1b, 0x39, 0xc1, 0x95, 0xd2, 0x29 +.byte 0xec, 0x4b, 0xae, 0x7b, 0x2d, 0xbf, 0x39, 0xfd, 0xb4, 0x62, 0xde, 0x96, 0x7b, 0x41, 0xc6, 0x9c +.byte 0xa0, 0xe0, 0x06, 0x72, 0xfb, 0xf0, 0x07, 0x97, 0x09, 0x39, 0x81, 0x74, 0xaf, 0xf7, 0x34, 0x59 +.byte 0x11, 0x57, 0x0a, 0xc2, 0x5b, 0xc1, 0x24, 0xf4, 0x31, 0x73, 0x30, 0x82, 0xc6, 0x9d, 0xba, 0x02 +.byte 0xf7, 0x3e, 0x7c, 0x44, 0x5f, 0x83, 0x0d, 0xf3, 0xf1, 0xdd, 0x20, 0x69, 0x16, 0x09, 0x50, 0xe2 +.byte 0xd4, 0x55, 0xb6, 0xe0, 0x80, 0x72, 0x76, 0x6e, 0x4c, 0x47, 0xb7, 0x75, 0x55, 0x59, 0xb4, 0x53 +.byte 0x74, 0xd9, 0x94, 0xc6, 0x41, 0xad, 0x58, 0x8a, 0x31, 0x66, 0x0f, 0x1e, 0xa2, 0x1b, 0x29, 0x40 +.byte 0x4e, 0x2f, 0xdf, 0x7b, 0xe6, 0x16, 0x2c, 0x2d, 0xfc, 0xbf, 0xec, 0xf3, 0xb4, 0xfa, 0xbe, 0x18 +.byte 0xf6, 0x9b, 0x49, 0xd4, 0xee, 0x05, 0x6e, 0xd9, 0x34, 0xf3, 0x9c, 0xf1, 0xec, 0x01, 0x8b, 0xd1 +.byte 0x20, 0xc6, 0x0f, 0xa0, 0xb5, 0xbc, 0x17, 0x4e, 0x48, 0x7b, 0x51, 0xc2, 0xfc, 0xe9, 0x5c, 0x69 +.byte 0x37, 0x47, 0x66, 0xb3, 0x68, 0xf8, 0x15, 0x28, 0xf0, 0xb9, 0xd3, 0xa4, 0x15, 0xcc, 0x5a, 0x4f +.byte 0xba, 0x52, 0x70, 0xa3, 0x12, 0x45, 0xdd, 0xc6, 0xba, 0x4e, 0xfb, 0xc2, 0xd0, 0xf7, 0xa8, 0x52 +.byte 0x27, 0x6d, 0x6e, 0x79, 0xb5, 0x8c, 0xfc, 0x7b, 0x8c, 0xc1, 0x16, 0x4c, 0xee, 0x80, 0x7f, 0xbe +.byte 0xf0, 0x76, 0xbe, 0x41, 0x53, 0x12, 0x33, 0xae, 0x5a, 0x38, 0x42, 0xab, 0xd7, 0x0f, 0x3e, 0x41 +.byte 0x8d, 0x76, 0x07, 0x32, 0xd5, 0xab, 0x89, 0xf6, 0x4e, 0x67, 0xd9, 0xb1, 0x42, 0x75, 0x23, 0x6e +.byte 0xf3, 0xcd, 0x42, 0xb2, 0xfc, 0x55, 0xf5, 0x53, 0x87, 0x17, 0x3b, 0xc0, 0x33, 0x58, 0xf1, 0x52 +.byte 0xd2, 0xf9, 0x80, 0xa4, 0xf0, 0xe8, 0xf0, 0x3b, 0x8b, 0x38, 0xcc, 0xa4, 0xc6, 0x90, 0x7f, 0x0f +.byte 0x9c, 0xfd, 0x8b, 0xd1, 0xa3, 0xcf, 0xda, 0x83, 0xa7, 0x69, 0xc9, 0x50, 0x36, 0xd5, 0x5c, 0x05 +.byte 0xd2, 0x0a, 0x41, 0x74, 0xdb, 0x63, 0x11, 0x37, 0xc1, 0xa5, 0xa0, 0x96, 0x4b, 0x1e, 0x8c, 0x16 +.byte 0x12, 0x77, 0xae, 0x94, 0x34, 0x7b, 0x1e, 0x7f, 0xc2, 0x66, 0x00, 0xe4, 0xaa, 0x83, 0xea, 0x8a +.byte 0x90, 0xad, 0xce, 0x36, 0x44, 0x4d, 0xd1, 0x51, 0xe9, 0xbc, 0x1f, 0xf3, 0x6a, 0x05, 0xfd, 0xc0 +.byte 0x74, 0x1f, 0x25, 0x19, 0x40, 0x51, 0x6e, 0xea, 0x82, 0x51, 0x40, 0xdf, 0x9b, 0xb9, 0x08, 0x2a +.byte 0x06, 0x02, 0xd5, 0x23, 0x1c, 0x13, 0xd6, 0xe9, 0xdb, 0xdb, 0xc6, 0xb0, 0x7a, 0xcb, 0x7b, 0x27 +.byte 0x9b, 0xfb, 0xe0, 0xd5, 0x46, 0x24, 0xed, 0x10, 0x4b, 0x63, 0x4b, 0xa5, 0x05, 0x8f, 0xba, 0xb8 +.byte 0x1d, 0x2b, 0xa6, 0xfa, 0x91, 0xe2, 0x92, 0x52, 0xbd, 0xec, 0xeb, 0x67, 0x97, 0x6d, 0x9a, 0x2d +.byte 0x9f, 0x81, 0x32, 0x05, 0x67, 0x32, 0xfb, 0x48, 0x08, 0x3f, 0xd9, 0x25, 0xb8, 0x04, 0x25, 0x2f +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x51, 0x00, 0x26, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e, 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65 +.byte 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1b, 0x30 +.byte 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x48, 0x69, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf4, 0x1e, 0x7f, 0x52, 0x73 +.byte 0x32, 0x0c, 0x73, 0xe4, 0xbd, 0x13, 0x74, 0xa3, 0xd4, 0x30, 0xa8, 0xd0, 0xae, 0x4b, 0xd8, 0xb6 +.byte 0xdf, 0x75, 0x47, 0x66, 0xf4, 0x7c, 0xe7, 0x39, 0x04, 0x1e, 0x6a, 0x70, 0x20, 0xd2, 0x5a, 0x47 +.byte 0x72, 0x67, 0x55, 0xf4, 0xa5, 0xe8, 0x9d, 0xd5, 0x1e, 0x21, 0xa1, 0xf0, 0x67, 0xba, 0xcc, 0x21 +.byte 0x68, 0xbe, 0x44, 0x53, 0xbf, 0x8d, 0xf9, 0xe2, 0xdc, 0x2f, 0x55, 0xc8, 0x37, 0x3f, 0x1f, 0xa4 +.byte 0xc0, 0x9c, 0xb3, 0xe4, 0x77, 0x5c, 0xa0, 0x46, 0xfe, 0x77, 0xfa, 0x1a, 0xa0, 0x38, 0xea, 0xed +.byte 0x9a, 0x72, 0xde, 0x2b, 0xbd, 0x94, 0x57, 0x3a, 0xba, 0xec, 0x79, 0xe7, 0x5f, 0x7d, 0x42, 0x64 +.byte 0x39, 0x7a, 0x26, 0x36, 0xf7, 0x24, 0xf0, 0xd5, 0x2f, 0xba, 0x95, 0x98, 0x11, 0x66, 0xad, 0x97 +.byte 0x35, 0xd6, 0x75, 0x01, 0x80, 0xe0, 0xaf, 0xf4, 0x84, 0x61, 0x8c, 0x0d, 0x1e, 0x5f, 0x7c, 0x87 +.byte 0x96, 0x5e, 0x41, 0xaf, 0xeb, 0x87, 0xea, 0xf8, 0x5d, 0xf1, 0x2e, 0x88, 0x05, 0x3e, 0x4c, 0x22 +.byte 0xbb, 0xda, 0x1f, 0x2a, 0xdd, 0x52, 0x46, 0x64, 0x39, 0xf3, 0x42, 0xce, 0xd9, 0x9e, 0x0c, 0xb3 +.byte 0xb0, 0x77, 0x97, 0x64, 0x9c, 0xc0, 0xf4, 0xa3, 0x2e, 0x1f, 0x95, 0x07, 0xb0, 0x17, 0xdf, 0x30 +.byte 0xdb, 0x00, 0x18, 0x96, 0x4c, 0xa1, 0x81, 0x4b, 0xdd, 0x04, 0x6d, 0x53, 0xa3, 0x3d, 0xfc, 0x07 +.byte 0xac, 0xd4, 0xc5, 0x37, 0x82, 0xeb, 0xe4, 0x95, 0x08, 0x19, 0x28, 0x82, 0xd2, 0x42, 0x3a, 0xa3 +.byte 0xd8, 0x53, 0xec, 0x79, 0x89, 0x60, 0x48, 0x60, 0xc8, 0x72, 0x92, 0x50, 0xdc, 0x03, 0x8f, 0x83 +.byte 0x3f, 0xb2, 0x42, 0x57, 0x5a, 0xdb, 0x6a, 0xe9, 0x11, 0x97, 0xdd, 0x85, 0x28, 0xbc, 0x30, 0x4c +.byte 0xab, 0xe3, 0xc2, 0xb1, 0x45, 0x44, 0x47, 0x1f, 0xe0, 0x8a, 0x16, 0x07, 0x96, 0xd2, 0x21, 0x0f +.byte 0x53, 0xc0, 0xed, 0xa9, 0x7e, 0xd4, 0x4e, 0xec, 0x9b, 0x09, 0xec, 0xaf, 0x42, 0xac, 0x30, 0xd6 +.byte 0xbf, 0xd1, 0x10, 0x45, 0xe0, 0xa6, 0x16, 0xb2, 0xa5, 0xc5, 0xd3, 0x4f, 0x73, 0x94, 0x33, 0x71 +.byte 0x02, 0xa1, 0x6a, 0xa3, 0xd6, 0x33, 0x97, 0x4f, 0x21, 0x63, 0x1e, 0x5b, 0x8f, 0xd9, 0xc1, 0x5e +.byte 0x45, 0x71, 0x77, 0x0f, 0x81, 0x5d, 0x5f, 0x21, 0x9a, 0xad, 0x83, 0xcc, 0xfa, 0x5e, 0xd6, 0x8d +.byte 0x23, 0x5f, 0x1b, 0x3d, 0x41, 0xaf, 0x20, 0x75, 0x66, 0x5a, 0x4a, 0xf6, 0x9f, 0xfb, 0xab, 0x18 +.byte 0xf7, 0x71, 0xc0, 0xb6, 0x1d, 0x31, 0xec, 0x3b, 0x20, 0xeb, 0xcb, 0xe2, 0xb8, 0xf5, 0xae, 0x92 +.byte 0xb2, 0xf7, 0xe1, 0x84, 0x4b, 0xf2, 0xa2, 0xf2, 0x93, 0x9a, 0x22, 0x9e, 0xd3, 0x14, 0x6f, 0x36 +.byte 0x54, 0xbd, 0x1f, 0x5e, 0x59, 0x15, 0xb9, 0x73, 0xa8, 0xc1, 0x7c, 0x6f, 0x7b, 0x62, 0xe9, 0x16 +.byte 0x6c, 0x47, 0x5a, 0x65, 0xf3, 0x0e, 0x11, 0x9b, 0x46, 0xd9, 0xfd, 0x6d, 0xdc, 0xd6, 0x9c, 0xc0 +.byte 0xb4, 0x7d, 0xa5, 0xb0, 0xdd, 0x3f, 0x56, 0x6f, 0xa1, 0xf9, 0xf6, 0xe4, 0x12, 0x48, 0xfd, 0x06 +.byte 0x7f, 0x12, 0x57, 0xb6, 0xa9, 0x23, 0x4f, 0x5b, 0x03, 0xc3, 0xe0, 0x71, 0x2a, 0x23, 0xb7, 0xf7 +.byte 0xb0, 0xb1, 0x3b, 0xbc, 0x98, 0xbd, 0xd6, 0x98, 0xa8, 0x0c, 0x6b, 0xf6, 0x8e, 0x12, 0x67, 0xa6 +.byte 0xf2, 0xb2, 0x58, 0xe4, 0x02, 0x09, 0x13, 0x3c, 0xa9, 0xbb, 0x10, 0xb4, 0xd2, 0x30, 0x45, 0xf1 +.byte 0xec, 0xf7, 0x00, 0x11, 0xdf, 0x65, 0xf8, 0xdc, 0x2b, 0x43, 0x55, 0xbf, 0x16, 0x97, 0xc4, 0x0f +.byte 0xd5, 0x2c, 0x61, 0x84, 0xaa, 0x72, 0x86, 0xfe, 0xe6, 0x3a, 0x7e, 0xc2, 0x3f, 0x7d, 0xee, 0xfc +.byte 0x2f, 0x14, 0x3e, 0xe6, 0x85, 0xdd, 0x50, 0x6f, 0xb7, 0x49, 0xed, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x51, 0x00, 0x26, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e +.byte 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20 +.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15 +.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x58, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0xe8, 0x24, 0x73, 0xf4, 0x14, 0x37, 0xf3, 0x9b, 0x9e +.byte 0x2b, 0x57, 0x28, 0x1c, 0x87, 0xbe, 0xdc, 0xb7, 0xdf, 0x38, 0x90, 0x8c, 0x6e, 0x3c, 0xe6, 0x57 +.byte 0xa0, 0x78, 0xf7, 0x75, 0xc2, 0xa2, 0xfe, 0xf5, 0x6a, 0x6e, 0xf6, 0x00, 0x4f, 0x28, 0xdb, 0xde +.byte 0x68, 0x86, 0x6c, 0x44, 0x93, 0xb6, 0xb1, 0x63, 0xfd, 0x14, 0x12, 0x6b, 0xbf, 0x1f, 0xd2, 0xea +.byte 0x31, 0x9b, 0x21, 0x7e, 0xd1, 0x33, 0x3c, 0xba, 0x48, 0xf5, 0xdd, 0x79, 0xdf, 0xb3, 0xb8, 0xff +.byte 0x12, 0xf1, 0x21, 0x9a, 0x4b, 0xc1, 0x8a, 0x86, 0x71, 0x69, 0x4a, 0x66, 0x66, 0x6c, 0x8f, 0x7e +.byte 0x3c, 0x70, 0xbf, 0xad, 0x29, 0x22, 0x06, 0xf3, 0xe4, 0xc0, 0xe6, 0x80, 0xae, 0xe2, 0x4b, 0x8f +.byte 0xb7, 0x99, 0x7e, 0x94, 0x03, 0x9f, 0xd3, 0x47, 0x97, 0x7c, 0x99, 0x48, 0x23, 0x53, 0xe8, 0x38 +.byte 0xae, 0x4f, 0x0a, 0x6f, 0x83, 0x2e, 0xd1, 0x49, 0x57, 0x8c, 0x80, 0x74, 0xb6, 0xda, 0x2f, 0xd0 +.byte 0x38, 0x8d, 0x7b, 0x03, 0x70, 0x21, 0x1b, 0x75, 0xf2, 0x30, 0x3c, 0xfa, 0x8f, 0xae, 0xdd, 0xda +.byte 0x63, 0xab, 0xeb, 0x16, 0x4f, 0xc2, 0x8e, 0x11, 0x4b, 0x7e, 0xcf, 0x0b, 0xe8, 0xff, 0xb5, 0x77 +.byte 0x2e, 0xf4, 0xb2, 0x7b, 0x4a, 0xe0, 0x4c, 0x12, 0x25, 0x0c, 0x70, 0x8d, 0x03, 0x29, 0xa0, 0xe1 +.byte 0x53, 0x24, 0xec, 0x13, 0xd9, 0xee, 0x19, 0xbf, 0x10, 0xb3, 0x4a, 0x8c, 0x3f, 0x89, 0xa3, 0x61 +.byte 0x51, 0xde, 0xac, 0x87, 0x07, 0x94, 0xf4, 0x63, 0x71, 0xec, 0x2e, 0xe2, 0x6f, 0x5b, 0x98, 0x81 +.byte 0xe1, 0x89, 0x5c, 0x34, 0x79, 0x6c, 0x76, 0xef, 0x3b, 0x90, 0x62, 0x79, 0xe6, 0xdb, 0xa4, 0x9a +.byte 0x2f, 0x26, 0xc5, 0xd0, 0x10, 0xe1, 0x0e, 0xde, 0xd9, 0x10, 0x8e, 0x16, 0xfb, 0xb7, 0xf7, 0xa8 +.byte 0xf7, 0xc7, 0xe5, 0x02, 0x07, 0x98, 0x8f, 0x36, 0x08, 0x95, 0xe7, 0xe2, 0x37, 0x96, 0x0d, 0x36 +.byte 0x75, 0x9e, 0xfb, 0x0e, 0x72, 0xb1, 0x1d, 0x9b, 0xbc, 0x03, 0xf9, 0x49, 0x05, 0xd8, 0x81, 0xdd +.byte 0x05, 0xb4, 0x2a, 0xd6, 0x41, 0xe9, 0xac, 0x01, 0x76, 0x95, 0x0a, 0x0f, 0xd8, 0xdf, 0xd5, 0xbd +.byte 0x12, 0x1f, 0x35, 0x2f, 0x28, 0x17, 0x6c, 0xd2, 0x98, 0xc1, 0xa8, 0x09, 0x64, 0x77, 0x6e, 0x47 +.byte 0x37, 0xba, 0xce, 0xac, 0x59, 0x5e, 0x68, 0x9d, 0x7f, 0x72, 0xd6, 0x89, 0xc5, 0x06, 0x41, 0x29 +.byte 0x3e, 0x59, 0x3e, 0xdd, 0x26, 0xf5, 0x24, 0xc9, 0x11, 0xa7, 0x5a, 0xa3, 0x4c, 0x40, 0x1f, 0x46 +.byte 0xa1, 0x99, 0xb5, 0xa7, 0x3a, 0x51, 0x6e, 0x86, 0x3b, 0x9e, 0x7d, 0x72, 0xa7, 0x12, 0x05, 0x78 +.byte 0x59, 0xed, 0x3e, 0x51, 0x78, 0x15, 0x0b, 0x03, 0x8f, 0x8d, 0xd0, 0x2f, 0x05, 0xb2, 0x3e, 0x7b +.byte 0x4a, 0x1c, 0x4b, 0x73, 0x05, 0x12, 0xfc, 0xc6, 0xea, 0xe0, 0x50, 0x13, 0x7c, 0x43, 0x93, 0x74 +.byte 0xb3, 0xca, 0x74, 0xe7, 0x8e, 0x1f, 0x01, 0x08, 0xd0, 0x30, 0xd4, 0x5b, 0x71, 0x36, 0xb4, 0x07 +.byte 0xba, 0xc1, 0x30, 0x30, 0x5c, 0x48, 0xb7, 0x82, 0x3b, 0x98, 0xa6, 0x7d, 0x60, 0x8a, 0xa2, 0xa3 +.byte 0x29, 0x82, 0xcc, 0xba, 0xbd, 0x83, 0x04, 0x1b, 0xa2, 0x83, 0x03, 0x41, 0xa1, 0xd6, 0x05, 0xf1 +.byte 0x1b, 0xc2, 0xb6, 0xf0, 0xa8, 0x7c, 0x86, 0x3b, 0x46, 0xa8, 0x48, 0x2a, 0x88, 0xdc, 0x76, 0x9a +.byte 0x76, 0xbf, 0x1f, 0x6a, 0xa5, 0x3d, 0x19, 0x8f, 0xeb, 0x38, 0xf3, 0x64, 0xde, 0xc8, 0x2b, 0x0d +.byte 0x0a, 0x28, 0xff, 0xf7, 0xdb, 0xe2, 0x15, 0x42, 0xd4, 0x22, 0xd0, 0x27, 0x5d, 0xe1, 0x79, 0xfe +.byte 0x18, 0xe7, 0x70, 0x88, 0xad, 0x4e, 0xe6, 0xd9, 0x8b, 0x3a, 0xc6, 0xdd, 0x27, 0x51, 0x6e, 0xff +.byte 0xbc, 0x64, 0xf5, 0x33, 0x43, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x51, 0x00, 0x78, 0x00, 0x30 +.byte 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29 +.byte 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65 +.byte 0x74, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61 +.byte 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x32 +.byte 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b +.byte 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xcd, 0x9b, 0xd5, 0x9f, 0x80, 0x83, 0x0a, 0xec +.byte 0x09, 0x4a, 0xf3, 0x16, 0x4a, 0x3e, 0x5c, 0xcf, 0x77, 0xac, 0xde, 0x67, 0x05, 0x0d, 0x1d, 0x07 +.byte 0xb6, 0xdc, 0x16, 0xfb, 0x5a, 0x8b, 0x14, 0xdb, 0xe2, 0x71, 0x60, 0xc4, 0xba, 0x45, 0x95, 0x11 +.byte 0x89, 0x8e, 0xea, 0x06, 0xdf, 0xf7, 0x2a, 0x16, 0x1c, 0xa4, 0xb9, 0xc5, 0xc5, 0x32, 0xe0, 0x03 +.byte 0xe0, 0x1e, 0x82, 0x18, 0x38, 0x8b, 0xd7, 0x45, 0xd8, 0x0a, 0x6a, 0x6e, 0xe6, 0x00, 0x77, 0xfb +.byte 0x02, 0x51, 0x7d, 0x22, 0xd8, 0x0a, 0x6e, 0x9a, 0x5b, 0x77, 0xdf, 0xf0, 0xfa, 0x41, 0xec, 0x39 +.byte 0xdc, 0x75, 0xca, 0x68, 0x07, 0x0c, 0x1f, 0xea, 0x52, 0x00, 0x26, 0x01, 0x30, 0x50, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d +.byte 0x62, 0x48, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x44, 0x2d, 0x54 +.byte 0x52, 0x55, 0x53, 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 +.byte 0x33, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x45, 0x56, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x99 +.byte 0xf1, 0x84, 0x34, 0x70, 0xba, 0x2f, 0xb7, 0x30, 0xa0, 0x8e, 0xbd, 0x7c, 0x04, 0xcf, 0xbe, 0x62 +.byte 0xbc, 0x99, 0xfd, 0x82, 0x97, 0xd2, 0x7a, 0x0a, 0x67, 0x96, 0x38, 0x09, 0xf6, 0x10, 0x4e, 0x95 +.byte 0x22, 0x73, 0x99, 0x8d, 0xda, 0x15, 0x2d, 0xe7, 0x05, 0xfc, 0x19, 0x73, 0x22, 0xb7, 0x8e, 0x98 +.byte 0x00, 0xbc, 0x3c, 0x3d, 0xac, 0xa1, 0x6c, 0xfb, 0xd6, 0x79, 0x25, 0x4b, 0xad, 0xf0, 0xcc, 0x64 +.byte 0xda, 0x88, 0x3e, 0x29, 0xb8, 0x0f, 0x09, 0xd3, 0x34, 0xdd, 0x33, 0xf5, 0x62, 0xd1, 0xe1, 0xcd +.byte 0x19, 0xe9, 0xee, 0x18, 0x4f, 0x4c, 0x58, 0xae, 0xe2, 0x1e, 0xd6, 0x0c, 0x5b, 0x15, 0x5a, 0xd8 +.byte 0x3a, 0xb8, 0xc4, 0x18, 0x64, 0x1e, 0xe3, 0x33, 0xb2, 0xb5, 0x89, 0x77, 0x4e, 0x0c, 0xbf, 0xd9 +.byte 0x94, 0x6b, 0x13, 0x97, 0x6f, 0x12, 0xa3, 0xfe, 0x99, 0xa9, 0x04, 0xcc, 0x15, 0xec, 0x60, 0x68 +.byte 0x36, 0xed, 0x08, 0x7b, 0xb7, 0xf5, 0xbf, 0x93, 0xed, 0x66, 0x31, 0x83, 0x8c, 0xc6, 0x71, 0x34 +.byte 0x87, 0x4e, 0x17, 0xea, 0xaf, 0x8b, 0x91, 0x8d, 0x1c, 0x56, 0x41, 0xae, 0x22, 0x37, 0x5e, 0x37 +.byte 0xf2, 0x1d, 0xd9, 0xd1, 0x2d, 0x0d, 0x2f, 0x69, 0x51, 0xa7, 0xbe, 0x66, 0xa6, 0x8a, 0x3a, 0x2a +.byte 0xbd, 0xc7, 0x1a, 0xb1, 0xe1, 0x14, 0xf0, 0xbe, 0x3a, 0x1d, 0xb9, 0xcf, 0x5b, 0xb1, 0x6a, 0xfe +.byte 0xb4, 0xb1, 0x46, 0x20, 0xa2, 0xfb, 0x1e, 0x3b, 0x70, 0xef, 0x93, 0x98, 0x7d, 0x8c, 0x73, 0x96 +.byte 0xf2, 0xc5, 0xef, 0x85, 0x70, 0xad, 0x29, 0x26, 0xfc, 0x1e, 0x04, 0x3e, 0x1c, 0xa0, 0xd8, 0x0f +.byte 0xcb, 0x52, 0x83, 0x62, 0x7c, 0xee, 0x8b, 0x53, 0x95, 0x90, 0xa9, 0x57, 0xa2, 0xea, 0x61, 0x05 +.byte 0xd8, 0xf9, 0x4d, 0xc4, 0x27, 0xfa, 0x6e, 0xad, 0xed, 0xf9, 0xd7, 0x51, 0xf7, 0x6b, 0xa5, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x52, 0x00, 0x26, 0x02, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x09, 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1b, 0x30 +.byte 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x54, 0x57, 0x43, 0x41, 0x20, 0x43, 0x59, 0x42 +.byte 0x45, 0x52, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc6, 0xf8, 0xca, 0x1e, 0xd9 +.byte 0x09, 0x20, 0x7e, 0x1d, 0x6c, 0x4e, 0xce, 0x8f, 0xe3, 0x47, 0x33, 0x44, 0x9c, 0xc7, 0xc9, 0x69 +.byte 0xaa, 0x3a, 0x5b, 0x78, 0xee, 0x70, 0xd2, 0x92, 0xf8, 0x04, 0xb3, 0x52, 0x52, 0x1d, 0x67, 0x72 +.byte 0x28, 0xa1, 0xdf, 0x8b, 0x5d, 0x95, 0x0a, 0xfe, 0xea, 0xcd, 0xed, 0xf7, 0x29, 0xce, 0xf0, 0x6f +.byte 0x7f, 0xac, 0xcd, 0x3d, 0xef, 0xb3, 0x1c, 0x45, 0x6a, 0xf7, 0x28, 0x90, 0xf1, 0x61, 0x57, 0xc5 +.byte 0x0c, 0xc4, 0xa3, 0x50, 0x5d, 0xde, 0xd4, 0xb5, 0xcb, 0x19, 0xca, 0x80, 0xb9, 0x75, 0xce, 0x29 +.byte 0xce, 0xd2, 0x85, 0x22, 0xec, 0x02, 0x63, 0xcc, 0x44, 0x30, 0x20, 0xda, 0xea, 0x91, 0x5b, 0x56 +.byte 0xe6, 0x1d, 0x1c, 0xd5, 0x9d, 0x66, 0xc7, 0x3f, 0xdf, 0x86, 0xca, 0x4b, 0x53, 0xc4, 0xd9, 0x8d +.byte 0xb2, 0x1d, 0xea, 0xf8, 0xdc, 0x27, 0x53, 0xa3, 0x47, 0xe1, 0x61, 0xcc, 0x7d, 0xb5, 0xb0, 0xf8 +.byte 0xee, 0x73, 0x91, 0xc5, 0xce, 0x73, 0x6f, 0xce, 0xee, 0x10, 0x1f, 0x1a, 0x06, 0xcf, 0xe9, 0x27 +.byte 0x60, 0xc5, 0x4f, 0x19, 0xe4, 0xeb, 0xce, 0x22, 0x26, 0x45, 0xd7, 0x60, 0x99, 0xdd, 0xce, 0x4f +.byte 0x37, 0xe0, 0x7f, 0xe7, 0x63, 0xad, 0xb0, 0xb8, 0x59, 0xb8, 0xd0, 0x06, 0x68, 0x35, 0x60, 0xd3 +.byte 0x36, 0xae, 0x71, 0x43, 0x04, 0xf1, 0x69, 0x65, 0x78, 0x7c, 0xf3, 0x1f, 0xf3, 0xca, 0x28, 0x9f +.byte 0x5a, 0x20, 0x95, 0x66, 0xb4, 0xcd, 0xb7, 0xee, 0x8f, 0x78, 0xa4, 0x45, 0x18, 0xe9, 0x26, 0x2f +.byte 0x8d, 0x9b, 0x29, 0x28, 0xb1, 0xa4, 0xb7, 0x3a, 0x6d, 0xb9, 0xd4, 0x1c, 0x38, 0x72, 0x45, 0x58 +.byte 0xb1, 0x5e, 0xeb, 0xf0, 0x28, 0x9b, 0xb7, 0x82, 0xca, 0xfd, 0xcf, 0xd6, 0x33, 0x0f, 0x9f, 0xfb +.byte 0x97, 0x9e, 0xb1, 0x1c, 0x9c, 0x9e, 0xea, 0x5f, 0x5e, 0xdb, 0xaa, 0xdd, 0x54, 0xe9, 0x30, 0x21 +.byte 0x28, 0x6d, 0x8e, 0x79, 0xf3, 0x75, 0x92, 0x8c, 0x26, 0xfe, 0xdc, 0xc5, 0xf6, 0xc3, 0xb0, 0xdf +.byte 0x44, 0x59, 0x43, 0xa3, 0xb6, 0x03, 0x28, 0xf6, 0x08, 0x30, 0xaa, 0x0d, 0x33, 0xe1, 0xef, 0x9c +.byte 0xa9, 0x07, 0x22, 0xe3, 0x59, 0x5b, 0x40, 0x8f, 0xda, 0x88, 0xb7, 0x69, 0x08, 0xa8, 0xb7, 0x23 +.byte 0x2e, 0x44, 0x09, 0x59, 0x37, 0x5b, 0xc7, 0xe3, 0x17, 0xf2, 0x22, 0xeb, 0x6e, 0x39, 0x52, 0xc5 +.byte 0xde, 0x54, 0xa7, 0x98, 0xc9, 0x4b, 0x20, 0x95, 0xdc, 0x46, 0x89, 0x5f, 0xb4, 0x12, 0xf9, 0x85 +.byte 0x29, 0x8e, 0xeb, 0xc8, 0x27, 0x15, 0x20, 0xc0, 0x4b, 0xd4, 0xcc, 0x7c, 0x0c, 0x6c, 0x34, 0x0c +.byte 0x26, 0x9b, 0x26, 0x31, 0xa6, 0x3c, 0xa7, 0xf6, 0xd9, 0xd0, 0x4b, 0xa2, 0x64, 0xff, 0x3b, 0x99 +.byte 0x41, 0x72, 0xc1, 0xe0, 0x70, 0x97, 0xf1, 0x24, 0xbb, 0x2b, 0xc4, 0x74, 0x22, 0xb1, 0xac, 0x6b +.byte 0x22, 0x32, 0x24, 0xd3, 0x78, 0x2a, 0xc0, 0xc0, 0xa1, 0x2f, 0xf1, 0x52, 0x05, 0xc9, 0x3f, 0xef +.byte 0x76, 0x66, 0xe2, 0x45, 0xd8, 0x0d, 0x3d, 0xad, 0x95, 0xc8, 0xc7, 0x89, 0x26, 0xc8, 0x0f, 0xae +.byte 0xa7, 0x03, 0x2e, 0xfb, 0xc1, 0x5f, 0xfa, 0x20, 0xe1, 0x70, 0xad, 0xb0, 0x65, 0x20, 0x37, 0x33 +.byte 0x60, 0xb0, 0xd5, 0xaf, 0xd7, 0x0c, 0x1c, 0xc2, 0x90, 0x70, 0xd7, 0x4a, 0x18, 0xbc, 0x7e, 0x01 +.byte 0xb0, 0xb0, 0xeb, 0x15, 0x1e, 0x44, 0x06, 0xcd, 0xa4, 0x4f, 0xe8, 0x0c, 0xd1, 0xc3, 0x20, 0x10 +.byte 0xe1, 0x54, 0x65, 0x9e, 0xb6, 0x51, 0xd0, 0x1a, 0x76, 0x6b, 0x42, 0x5a, 0x58, 0x76, 0x34, 0xea +.byte 0xb7, 0x37, 0x19, 0xae, 0x2e, 0x75, 0xf9, 0x96, 0xe5, 0xc1, 0x59, 0xf7, 0x94, 0x57, 0x29, 0x25 +.byte 0x8d, 0x3a, 0x4c, 0xab, 0x4d, 0x9a, 0x41, 0xd0, 0x5f, 0x26, 0x03, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x52, 0x00, 0x5b, 0x00, 0x30, 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13 +.byte 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x34, 0x31, 0x13, 0x30, 0x11 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 +.byte 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00 +.byte 0x04, 0xb8, 0xc6, 0x79, 0xd3, 0x8f, 0x6c, 0x25, 0x0e, 0x9f, 0x2e, 0x39, 0x19, 0x1c, 0x03, 0xa4 +.byte 0xae, 0x9a, 0xe5, 0x39, 0x07, 0x09, 0x16, 0xca, 0x63, 0xb1, 0xb9, 0x86, 0xf8, 0x8a, 0x57, 0xc1 +.byte 0x57, 0xce, 0x42, 0xfa, 0x73, 0xa1, 0xf7, 0x65, 0x42, 0xff, 0x1e, 0xc1, 0x00, 0xb2, 0x6e, 0x73 +.byte 0x0e, 0xff, 0xc7, 0x21, 0xe5, 0x18, 0xa4, 0xaa, 0xd9, 0x71, 0x3f, 0xa8, 0xd4, 0xb9, 0xce, 0x8c +.byte 0x1d, 0x52, 0x00, 0x78, 0x00, 0x30, 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x35, 0x31, 0x13, 0x30 +.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69 +.byte 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x47 +.byte 0x45, 0x0e, 0x96, 0xfb, 0x7d, 0x5d, 0xbf, 0xe9, 0x39, 0xd1, 0x21, 0xf8, 0x9f, 0x0b, 0xb6, 0xd5 +.byte 0x7b, 0x1e, 0x92, 0x3a, 0x48, 0x59, 0x1c, 0xf0, 0x62, 0x31, 0x2d, 0xc0, 0x7a, 0x28, 0xfe, 0x1a +.byte 0xa7, 0x5c, 0xb3, 0xb6, 0xcc, 0x97, 0xe7, 0x45, 0xd4, 0x58, 0xfa, 0xd1, 0x77, 0x6d, 0x43, 0xa2 +.byte 0xc0, 0x87, 0x65, 0x34, 0x0a, 0x1f, 0x7a, 0xdd, 0xeb, 0x3c, 0x33, 0xa1, 0xc5, 0x9d, 0x4d, 0xa4 +.byte 0x6f, 0x41, 0x95, 0x38, 0x7f, 0xc9, 0x1e, 0x84, 0xeb, 0xd1, 0x9e, 0x49, 0x92, 0x87, 0x94, 0x87 +.byte 0x0c, 0x3a, 0x85, 0x4a, 0x66, 0x9f, 0x9d, 0x59, 0x93, 0x4d, 0x97, 0x61, 0x06, 0x86, 0x4a, 0x53 +.byte 0x00, 0x26, 0x02, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x45, 0x53, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74 +.byte 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x20, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f +.byte 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20, 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32 +.byte 0x36, 0x33, 0x34, 0x30, 0x36, 0x38, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xca, 0x96, 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2 +.byte 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0, 0xc3, 0x52, 0xd7, 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3 +.byte 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2, 0xca, 0x1c, 0x5d, 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59 +.byte 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4, 0x8b, 0x0f, 0xe6, 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5 +.byte 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71, 0x38, 0xd9, 0x04, 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f +.byte 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9, 0xbf, 0x94, 0x6f, 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51 +.byte 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37, 0x4a, 0x5c, 0xca, 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf +.byte 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50, 0xf4, 0xb1, 0xe7, 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a +.byte 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02, 0xaa, 0x36, 0x98, 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37 +.byte 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7, 0x81, 0x2d, 0xe5, 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67 +.byte 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4, 0x40, 0xcf, 0x5e, 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20 +.byte 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b, 0x25, 0x6c, 0x93, 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e +.byte 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f, 0x20, 0x05, 0x19, 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca +.byte 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92, 0x3c, 0x20, 0xcf, 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76 +.byte 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86, 0x61, 0x33, 0x3e, 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e +.byte 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87, 0x26, 0x6f, 0x41, 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63 +.byte 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19, 0x8f, 0xb2, 0xed, 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c +.byte 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38, 0x23, 0xc9, 0x2f, 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55 +.byte 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf, 0x4f, 0xa4, 0xf3, 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79 +.byte 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4, 0x9c, 0xc8, 0x90, 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a +.byte 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96, 0x31, 0x1f, 0xba, 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63 +.byte 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8, 0xdf, 0xfd, 0xab, 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6 +.byte 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3, 0xe7, 0x8a, 0xb8, 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d +.byte 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2, 0xd8, 0x9f, 0x8e, 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2 +.byte 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24, 0x10, 0xad, 0x2f, 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71 +.byte 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01, 0xdb, 0xf4, 0x7f, 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3 +.byte 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca, 0x6e, 0x97, 0xfb, 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4 +.byte 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d, 0xd5, 0x45, 0xf3, 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f +.byte 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64, 0xae, 0x7b, 0x0b, 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a +.byte 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b, 0x87, 0x0c, 0x6e, 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf +.byte 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6, 0x8f, 0x96, 0x1d, 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78 +.byte 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b, 0x80, 0x89, 0x45, 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3 +.byte 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x26, 0x01 +.byte 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31 +.byte 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20 +.byte 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53 +.byte 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x31, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xba, 0x39, 0xc1, 0x37, 0x7a, 0x68, 0x45, 0x2b, 0x14, 0xb4, 0xeb, 0xe4 +.byte 0x13, 0xeb, 0x57, 0x75, 0x23, 0x4d, 0x8f, 0x24, 0x2d, 0x16, 0xe8, 0xae, 0x8e, 0xc9, 0x7d, 0xa4 +.byte 0x57, 0x3b, 0x2a, 0x76, 0x25, 0x33, 0x83, 0x6c, 0xea, 0x32, 0x8a, 0x94, 0x9b, 0x4e, 0x3c, 0x96 +.byte 0xe4, 0xfd, 0x51, 0xbf, 0x99, 0xc9, 0x93, 0x7e, 0xbf, 0xf9, 0xad, 0xa7, 0xb2, 0x48, 0x2b, 0x07 +.byte 0x1c, 0x27, 0xf5, 0x4c, 0xbc, 0x70, 0x12, 0x77, 0xa4, 0x85, 0x54, 0xb5, 0xfd, 0x90, 0x7a, 0xe4 +.byte 0xa3, 0xe4, 0x51, 0x58, 0x03, 0xcd, 0x10, 0x79, 0x79, 0xee, 0x6b, 0x93, 0x1f, 0x64, 0x8e, 0x6b +.byte 0x64, 0xab, 0xa3, 0x13, 0xe3, 0x71, 0xfe, 0x7d, 0xab, 0x9c, 0xdd, 0x27, 0x53, 0x37, 0xb3, 0xaa +.byte 0x18, 0xc2, 0x59, 0x26, 0xec, 0x5b, 0x1f, 0xd2, 0xe6, 0x65, 0x7c, 0xef, 0x93, 0xbd, 0xd8, 0x58 +.byte 0x5c, 0x0b, 0xc0, 0xe3, 0x65, 0x6f, 0x3c, 0xc7, 0xca, 0x59, 0xe3, 0xfe, 0x6e, 0x5f, 0xac, 0x83 +.byte 0xbe, 0xfd, 0x5d, 0x25, 0x4e, 0x2a, 0x29, 0x3b, 0xd6, 0x0b, 0xab, 0x17, 0x32, 0x78, 0xa4, 0xe1 +.byte 0x3e, 0x94, 0x46, 0xbe, 0x62, 0x6e, 0x9b, 0xde, 0x46, 0xa8, 0xb1, 0x16, 0xe7, 0x85, 0x6e, 0xf4 +.byte 0x08, 0x40, 0x45, 0x11, 0xa0, 0x9e, 0x54, 0x44, 0x84, 0xf7, 0xd8, 0x36, 0xce, 0xf5, 0x50, 0x47 +.byte 0xdc, 0x2c, 0x30, 0x9b, 0xee, 0xc0, 0xf5, 0x96, 0xd2, 0xfe, 0x09, 0x86, 0xc7, 0x06, 0x59, 0xae +.byte 0x4f, 0xae, 0x8e, 0x11, 0x98, 0x7b, 0xf3, 0x0b, 0x52, 0xaa, 0x62, 0x26, 0xaa, 0x21, 0xdf, 0x8e +.byte 0x25, 0x33, 0x79, 0x97, 0x16, 0x49, 0x8d, 0xf5, 0x3e, 0xd5, 0x47, 0x9f, 0x37, 0x31, 0x49, 0x33 +.byte 0x72, 0x05, 0x4d, 0x0c, 0xb6, 0x55, 0x8c, 0xf1, 0x57, 0x8f, 0x8a, 0x87, 0xd1, 0xad, 0xc5, 0x11 +.byte 0x12, 0x39, 0xa0, 0xad, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x26, 0x02, 0x30, 0x51, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x23, 0x30, 0x21 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73 +.byte 0x74, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64 +.byte 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x34 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xc5, 0xd2, 0x7a, 0xa1, 0xd6, 0x8a, 0xbf, 0x16, 0x31, 0xd0, 0x98, 0xd1, 0x3a, 0x94, 0xfc +.byte 0x5a, 0xb8, 0x6e, 0x22, 0xc1, 0x62, 0xf7, 0xa7, 0x0a, 0x27, 0xef, 0x50, 0xf6, 0x2e, 0xb1, 0x9e +.byte 0x68, 0x12, 0xf0, 0x6c, 0x24, 0x63, 0x39, 0xf1, 0xf0, 0xdf, 0x10, 0xc6, 0xde, 0xb7, 0x52, 0x20 +.byte 0xd5, 0x52, 0x5b, 0x42, 0x99, 0x9e, 0xf3, 0xa0, 0xbe, 0x52, 0x1f, 0x5f, 0xcc, 0x67, 0x6d, 0xa7 +.byte 0x2e, 0x50, 0xa2, 0xc1, 0x97, 0x8d, 0xb6, 0xf8, 0x95, 0xf5, 0xb0, 0xba, 0xdc, 0x9d, 0xe0, 0xbe +.byte 0xcb, 0xdf, 0xf7, 0x38, 0xf2, 0x47, 0xf5, 0xa6, 0x9a, 0x92, 0x95, 0x2a, 0x62, 0x59, 0x50, 0x0b +.byte 0xa2, 0xb1, 0x35, 0xe7, 0x65, 0xb2, 0x61, 0xb2, 0xea, 0x92, 0x71, 0x69, 0xe4, 0x29, 0xf0, 0x4f +.byte 0x81, 0x81, 0x04, 0x3c, 0xb2, 0xa5, 0x5b, 0xd4, 0xc5, 0xa8, 0x59, 0x67, 0x7b, 0x55, 0x1c, 0x49 +.byte 0xab, 0x7a, 0x9d, 0xc2, 0xe7, 0x73, 0x4d, 0xef, 0xcd, 0x09, 0xc2, 0xc4, 0x57, 0x12, 0xdb, 0x01 +.byte 0x0e, 0x23, 0x79, 0x09, 0x07, 0x3b, 0xa2, 0xe8, 0xfc, 0x8a, 0xcf, 0x8f, 0xc0, 0x46, 0x24, 0x9c +.byte 0x38, 0x27, 0xe0, 0x83, 0x9d, 0x1b, 0xa0, 0xbf, 0x78, 0x15, 0x10, 0xeb, 0x86, 0x4e, 0x0a, 0x5a +.byte 0xfd, 0xdf, 0xda, 0x2c, 0x82, 0x7e, 0xee, 0xca, 0xf6, 0x29, 0xe1, 0xfa, 0x71, 0xa1, 0xf7, 0x88 +.byte 0x68, 0x9c, 0x9c, 0xf0, 0x8d, 0xbe, 0x0f, 0x49, 0x91, 0xd8, 0xea, 0x3a, 0xf9, 0xfd, 0xd0, 0x68 +.byte 0x71, 0xdb, 0xe9, 0xb5, 0x2b, 0x4e, 0x82, 0x92, 0x6f, 0x66, 0x1f, 0xe0, 0xf0, 0xdc, 0x4c, 0xec +.byte 0xca, 0xd1, 0xea, 0xba, 0x74, 0x06, 0xf9, 0xb3, 0x84, 0x90, 0x94, 0xd1, 0x5f, 0x8e, 0x73, 0x19 +.byte 0x10, 0x5d, 0x02, 0xe5, 0x70, 0xa5, 0xc0, 0x10, 0xd0, 0x10, 0x7c, 0x6f, 0xc5, 0x58, 0x49, 0xb4 +.byte 0xb0, 0x6e, 0x9a, 0xda, 0x7d, 0x95, 0xf5, 0xcc, 0xda, 0x02, 0xaf, 0xb8, 0x2c, 0x7d, 0x79, 0x8f +.byte 0xbe, 0x43, 0xf1, 0xf9, 0x28, 0x28, 0x8d, 0x09, 0x43, 0xf8, 0x08, 0xdd, 0x6b, 0xc8, 0x8b, 0x2c +.byte 0x24, 0xb1, 0x8d, 0x52, 0x07, 0xbd, 0x78, 0x9b, 0xcb, 0xca, 0x68, 0xb2, 0xa4, 0xdd, 0x0c, 0x4c +.byte 0x79, 0x60, 0xc6, 0x99, 0xd1, 0x93, 0xf1, 0x30, 0x1a, 0x07, 0xd3, 0xae, 0x22, 0xc2, 0xea, 0xce +.byte 0xf1, 0x84, 0x09, 0xcc, 0xe0, 0x14, 0x6e, 0x7f, 0x3f, 0x7e, 0xd2, 0x82, 0x85, 0xac, 0xdc, 0xa9 +.byte 0x16, 0x4e, 0x85, 0xa0, 0x60, 0xcb, 0xf6, 0x9c, 0xd7, 0xc8, 0xb3, 0x8e, 0xed, 0xc6, 0x9b, 0x98 +.byte 0x75, 0x0d, 0x55, 0xe8, 0x5f, 0xe5, 0x95, 0x8b, 0x02, 0xa4, 0xae, 0x43, 0x29, 0x28, 0x11, 0xa4 +.byte 0xe6, 0x12, 0x30, 0x01, 0x4b, 0x75, 0x6b, 0x1e, 0x66, 0x9d, 0x79, 0x2f, 0xa5, 0x76, 0x2f, 0x1d +.byte 0x40, 0xb4, 0x6d, 0xc9, 0x7d, 0x79, 0x08, 0xec, 0xd1, 0x6a, 0xb6, 0x5d, 0x2a, 0xb2, 0xa5, 0x66 +.byte 0xbd, 0x6b, 0x85, 0xf4, 0x74, 0x56, 0xc3, 0xf5, 0xe7, 0x75, 0x52, 0x28, 0x2c, 0xa5, 0xff, 0x66 +.byte 0x47, 0xa5, 0xd4, 0xfe, 0xfe, 0x9e, 0x54, 0xbf, 0x65, 0x7e, 0x01, 0xd6, 0x30, 0x8f, 0xa5, 0x36 +.byte 0x9c, 0xa2, 0x50, 0x1c, 0xee, 0x38, 0x80, 0x01, 0x48, 0xc6, 0xc7, 0x74, 0xf4, 0xc6, 0xac, 0xc3 +.byte 0x40, 0x49, 0x16, 0x61, 0x74, 0x2c, 0xaf, 0x8c, 0x6f, 0x35, 0xed, 0x7b, 0x18, 0x00, 0x5b, 0x36 +.byte 0x3c, 0x9c, 0x50, 0x0d, 0xca, 0x92, 0x33, 0x10, 0xf1, 0x26, 0x49, 0x6d, 0xdf, 0x75, 0x24, 0x37 +.byte 0x82, 0x22, 0xd7, 0xe8, 0x96, 0xfd, 0x15, 0x4b, 0x02, 0x96, 0x3e, 0x07, 0x72, 0x95, 0x7e, 0xab +.byte 0x3d, 0x4c, 0x2e, 0xd7, 0xca, 0xf0, 0xdf, 0xe0, 0x58, 0x3f, 0x2d, 0x2f, 0x04, 0x9a, 0x38, 0xa3 +.byte 0x01, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x78, 0x00, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4a +.byte 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1d +.byte 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53 +.byte 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x35, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x0b, 0x50, 0x74, 0x8d, 0x64, 0x32, 0x99, 0x99, 0xb3, 0xd2, 0x60 +.byte 0x08, 0xb8, 0x22, 0x8e, 0x46, 0x74, 0x2c, 0x78, 0xc0, 0x2b, 0x44, 0x2d, 0x6d, 0x5f, 0x1d, 0xc9 +.byte 0xae, 0x4b, 0x52, 0x20, 0x83, 0x3d, 0xb8, 0x14, 0x6d, 0x53, 0x87, 0x60, 0x9e, 0x5f, 0x6c, 0x85 +.byte 0xdb, 0x06, 0x14, 0x95, 0xe0, 0xc7, 0x28, 0xff, 0x9d, 0x5f, 0xe4, 0xaa, 0xf1, 0xb3, 0x8b, 0x6d +.byte 0xed, 0x4f, 0x2f, 0x4b, 0xc9, 0x4a, 0x94, 0x91, 0x64, 0x75, 0xfe, 0x01, 0xec, 0xc1, 0xd8, 0xeb +.byte 0x7a, 0x94, 0x78, 0x56, 0x18, 0x43, 0x5f, 0x6b, 0x81, 0xcb, 0xf6, 0xbc, 0xda, 0xb4, 0x0c, 0xb6 +.byte 0x29, 0x93, 0x08, 0x69, 0x8f, 0x53, 0x00, 0x26, 0x01, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x1f, 0x4b, 0x72, 0x61, 0x6a, 0x6f, 0x77, 0x61, 0x20, 0x49, 0x7a, 0x62, 0x61, 0x20 +.byte 0x52, 0x6f, 0x7a, 0x6c, 0x69, 0x63, 0x7a, 0x65, 0x6e, 0x69, 0x6f, 0x77, 0x61, 0x20, 0x53, 0x2e +.byte 0x41, 0x2e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x53, 0x5a, 0x41 +.byte 0x46, 0x49, 0x52, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0xbc, 0x3e +.byte 0x50, 0xa8, 0x4b, 0xcd, 0x40, 0xb5, 0xce, 0x61, 0xe7, 0x96, 0xca, 0xb4, 0xa1, 0xda, 0x0c, 0x22 +.byte 0xb0, 0xfa, 0xb5, 0x7b, 0x76, 0x00, 0x77, 0x8c, 0x0b, 0xcf, 0x7d, 0xa8, 0x86, 0xcc, 0x26, 0x51 +.byte 0xe4, 0x20, 0x3d, 0x85, 0x0c, 0xd6, 0x58, 0xe3, 0xe7, 0xf4, 0x2a, 0x18, 0x9d, 0xda, 0xd1, 0xae +.byte 0x26, 0xee, 0xeb, 0x53, 0xdc, 0xf4, 0x90, 0xd6, 0x13, 0x4a, 0x0c, 0x90, 0x3c, 0xc3, 0xf4, 0xda +.byte 0xd2, 0x8e, 0x0d, 0x92, 0x3a, 0xdc, 0xb1, 0xb1, 0xff, 0x38, 0xde, 0xc3, 0xba, 0x2d, 0x5f, 0x80 +.byte 0xb9, 0x02, 0xbd, 0x4a, 0x9d, 0x1b, 0x0f, 0xb4, 0xc3, 0xc2, 0xc1, 0x67, 0x03, 0xdd, 0xdc, 0x1b +.byte 0x9c, 0x3d, 0xb3, 0xb0, 0xde, 0x00, 0x1e, 0xa8, 0x34, 0x47, 0xbb, 0x9a, 0xeb, 0xfe, 0x0b, 0x14 +.byte 0xbd, 0x36, 0x84, 0xda, 0x0d, 0x20, 0xbf, 0xfa, 0x5b, 0xcb, 0xa9, 0x16, 0x20, 0xad, 0x39, 0x60 +.byte 0xee, 0x2f, 0x75, 0xb6, 0xe7, 0x97, 0x9c, 0xf9, 0x3e, 0xfd, 0x7e, 0x4d, 0x6f, 0x4d, 0x2f, 0xef +.byte 0x88, 0x0d, 0x6a, 0xfa, 0xdd, 0xf1, 0x3d, 0x6e, 0x20, 0xa5, 0xa0, 0x12, 0xb4, 0x4d, 0x70, 0xb9 +.byte 0xce, 0xd7, 0x72, 0x3b, 0x89, 0x93, 0xa7, 0x80, 0x84, 0x1c, 0x27, 0x49, 0x72, 0x49, 0xb5, 0xff +.byte 0x3b, 0x95, 0x9e, 0xc1, 0xcc, 0xc8, 0x01, 0xec, 0xe8, 0x0e, 0x8a, 0x0a, 0x96, 0xe7, 0xb3, 0xa6 +.byte 0x87, 0xe5, 0xd6, 0xf9, 0x05, 0x2b, 0x0d, 0x97, 0x40, 0x70, 0x3c, 0xba, 0xac, 0x75, 0x5a, 0x9c +.byte 0xd5, 0x4d, 0x9d, 0x02, 0x0a, 0xd2, 0x4b, 0x9b, 0x66, 0x4b, 0x46, 0x07, 0x17, 0x65, 0xad, 0x9f +.byte 0x6c, 0x88, 0x00, 0xdc, 0x22, 0x89, 0xe0, 0xe1, 0x64, 0xd4, 0x67, 0xbc, 0x31, 0x79, 0x61, 0x3c +.byte 0xbb, 0xca, 0x41, 0xcd, 0x5c, 0x6a, 0x00, 0xc8, 0x3c, 0x38, 0x8e, 0x58, 0xaf, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x53, 0x00, 0x26, 0x02, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09 +.byte 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x54, 0x57, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61 +.byte 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb0, 0x05, 0xdb, 0xc8, 0xeb, 0x8c +.byte 0xc4, 0x6e, 0x8a, 0x21, 0xef, 0x8e, 0x4d, 0x9c, 0x71, 0x0a, 0x1f, 0x52, 0x70, 0xed, 0x6d, 0x82 +.byte 0x9c, 0x97, 0xc5, 0xd7, 0x4c, 0x4e, 0x45, 0x49, 0xcb, 0x40, 0x42, 0xb5, 0x12, 0x34, 0x6c, 0x19 +.byte 0xc2, 0x74, 0xa4, 0x31, 0x5f, 0x85, 0x02, 0x97, 0xec, 0x43, 0x33, 0x0a, 0x53, 0xd2, 0x9c, 0x8c +.byte 0x8e, 0xb7, 0xb8, 0x79, 0xdb, 0x2b, 0xd5, 0x6a, 0xf2, 0x8e, 0x66, 0xc4, 0xee, 0x2b, 0x01, 0x07 +.byte 0x92, 0xd4, 0xb3, 0xd0, 0x02, 0xdf, 0x50, 0xf6, 0x55, 0xaf, 0x66, 0x0e, 0xcb, 0xe0, 0x47, 0x60 +.byte 0x2f, 0x2b, 0x32, 0x39, 0x35, 0x52, 0x3a, 0x28, 0x83, 0xf8, 0x7b, 0x16, 0xc6, 0x18, 0xb8, 0x62 +.byte 0xd6, 0x47, 0x25, 0x91, 0xce, 0xf0, 0x19, 0x12, 0x4d, 0xad, 0x63, 0xf5, 0xd3, 0x3f, 0x75, 0x5f +.byte 0x29, 0xf0, 0xa1, 0x30, 0x1c, 0x2a, 0xa0, 0x98, 0xa6, 0x15, 0xbd, 0xee, 0xfd, 0x19, 0x36, 0xf0 +.byte 0xe2, 0x91, 0x43, 0x8f, 0xfa, 0xca, 0xd6, 0x10, 0x27, 0x49, 0x4c, 0xef, 0xdd, 0xc1, 0xf1, 0x85 +.byte 0x70, 0x9b, 0xca, 0xea, 0xa8, 0x5a, 0x43, 0xfc, 0x6d, 0x86, 0x6f, 0x73, 0xe9, 0x37, 0x45, 0xa9 +.byte 0xf0, 0x36, 0xc7, 0xcc, 0x88, 0x75, 0x1e, 0xbb, 0x6c, 0x06, 0xff, 0x9b, 0x6b, 0x3e, 0x17, 0xec +.byte 0x61, 0xaa, 0x71, 0x7c, 0xc6, 0x1d, 0xa2, 0xf7, 0x49, 0xe9, 0x15, 0xb5, 0x3c, 0xd6, 0xa1, 0x61 +.byte 0xf5, 0x11, 0xf7, 0x05, 0x6f, 0x1d, 0xfd, 0x11, 0xbe, 0xd0, 0x30, 0x07, 0xc2, 0x29, 0xb0, 0x09 +.byte 0x4e, 0x26, 0xdc, 0xe3, 0xa2, 0xa8, 0x91, 0x6a, 0x1f, 0xc2, 0x91, 0x45, 0x88, 0x5c, 0xe5, 0x98 +.byte 0xb8, 0x71, 0xa5, 0x15, 0x19, 0xc9, 0x7c, 0x75, 0x11, 0xcc, 0x70, 0x74, 0x4f, 0x2d, 0x9b, 0x1d +.byte 0x91, 0x44, 0xfd, 0x56, 0x28, 0xa0, 0xfe, 0xbb, 0x86, 0x6a, 0xc8, 0xfa, 0x5c, 0x0b, 0x58, 0xdc +.byte 0xc6, 0x4b, 0x76, 0xc8, 0xab, 0x22, 0xd9, 0x73, 0x0f, 0xa5, 0xf4, 0x5a, 0x02, 0x89, 0x3f, 0x4f +.byte 0x9e, 0x22, 0x82, 0xee, 0xa2, 0x74, 0x53, 0x2a, 0x3d, 0x53, 0x27, 0x69, 0x1d, 0x6c, 0x8e, 0x32 +.byte 0x2c, 0x64, 0x00, 0x26, 0x63, 0x61, 0x36, 0x4e, 0xa3, 0x46, 0xb7, 0x3f, 0x7d, 0xb3, 0x2d, 0xac +.byte 0x6d, 0x90, 0xa2, 0x95, 0xa2, 0xce, 0xcf, 0xda, 0x82, 0xe7, 0x07, 0x34, 0x19, 0x96, 0xe9, 0xb8 +.byte 0x21, 0xaa, 0x29, 0x7e, 0xa6, 0x38, 0xbe, 0x8e, 0x29, 0x4a, 0x21, 0x66, 0x79, 0x1f, 0xb3, 0xc3 +.byte 0xb5, 0x09, 0x67, 0xde, 0xd6, 0xd4, 0x07, 0x46, 0xf3, 0x2a, 0xda, 0xe6, 0x22, 0x37, 0x60, 0xcb +.byte 0x81, 0xb6, 0x0f, 0xa0, 0x0f, 0xe9, 0xc8, 0x95, 0x7f, 0xbf, 0x55, 0x91, 0x05, 0x7a, 0xcf, 0x3d +.byte 0x15, 0xc0, 0x6f, 0xde, 0x09, 0x94, 0x01, 0x83, 0xd7, 0x34, 0x1b, 0xcc, 0x40, 0xa5, 0xf0, 0xb8 +.byte 0x9b, 0x67, 0xd5, 0x98, 0x91, 0x3b, 0xa7, 0x84, 0x78, 0x95, 0x26, 0xa4, 0x5a, 0x08, 0xf8, 0x2b +.byte 0x74, 0xb4, 0x00, 0x04, 0x3c, 0xdf, 0xb8, 0x14, 0x8e, 0xe8, 0xdf, 0xa9, 0x8d, 0x6c, 0x67, 0x92 +.byte 0x33, 0x1d, 0xc0, 0xb7, 0xd2, 0xec, 0x92, 0xc8, 0xbe, 0x09, 0xbf, 0x2c, 0x29, 0x05, 0x6f, 0x02 +.byte 0x6b, 0x9e, 0xef, 0xbc, 0xbf, 0x2a, 0xbc, 0x5b, 0xc0, 0x50, 0x8f, 0x41, 0x70, 0x71, 0x87, 0xb2 +.byte 0x4d, 0xb7, 0x04, 0xa9, 0x84, 0xa3, 0x32, 0xaf, 0xae, 0xee, 0x6b, 0x17, 0x8b, 0xb2, 0xb1, 0xfe +.byte 0x6c, 0xe1, 0x90, 0x8c, 0x88, 0xa8, 0x97, 0x48, 0xce, 0xc8, 0x4d, 0xcb, 0xf3, 0x06, 0xcf, 0x5f +.byte 0x6a, 0x0a, 0x42, 0xb1, 0x1e, 0x1e, 0x77, 0x2f, 0x8e, 0xa0, 0xe6, 0x92, 0x0e, 0x06, 0xfc, 0x05 +.byte 0x22, 0xd2, 0x26, 0xe1, 0x31, 0x51, 0x7d, 0x32, 0xdc, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x54 +.byte 0x00, 0x26, 0x02, 0x30, 0x52, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x53, 0x4b, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x42, 0x72, 0x61 +.byte 0x74, 0x69, 0x73, 0x6c, 0x61, 0x76, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0a, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x61, 0x2e, 0x73, 0x2e, 0x31, 0x19, 0x30, 0x17 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x41, 0x20, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa2, 0xa3, 0xc4, 0x00, 0x09, 0xd6, 0x85, 0x5d +.byte 0x2d, 0x6d, 0x14, 0xf6, 0xc2, 0xc3, 0x73, 0x9e, 0x35, 0xc2, 0x71, 0x55, 0x7e, 0x81, 0xfb, 0xab +.byte 0x46, 0x50, 0xe0, 0xc1, 0x7c, 0x49, 0x78, 0xe6, 0xab, 0x79, 0x58, 0x3c, 0xda, 0xff, 0x7c, 0x1c +.byte 0x9f, 0xd8, 0x97, 0x02, 0x78, 0x3e, 0x6b, 0x41, 0x04, 0xe9, 0x41, 0xbd, 0xbe, 0x03, 0x2c, 0x45 +.byte 0xf6, 0x2f, 0x64, 0xd4, 0xab, 0x5d, 0xa3, 0x47, 0x3d, 0x64, 0x9b, 0xe9, 0x68, 0x9a, 0xc6, 0xcc +.byte 0x1b, 0x3f, 0xba, 0xbe, 0xb2, 0x8b, 0x34, 0x02, 0x2e, 0x98, 0x55, 0x19, 0xfc, 0x8c, 0x6f, 0xaa +.byte 0x5f, 0xda, 0x4c, 0xce, 0x4d, 0x03, 0x21, 0xa3, 0xd8, 0xd2, 0x34, 0x93, 0x56, 0x96, 0xcb, 0x4c +.byte 0x0c, 0x00, 0x16, 0x3c, 0x5f, 0x1a, 0xcd, 0xc8, 0xc7, 0x6c, 0xa6, 0xad, 0xd3, 0x31, 0xa7, 0xbc +.byte 0xe8, 0xe5, 0xe1, 0x66, 0xd6, 0xd2, 0xfb, 0x03, 0xb4, 0x41, 0x65, 0xc9, 0x10, 0xae, 0x0e, 0x05 +.byte 0x63, 0xc6, 0x80, 0x6a, 0x69, 0x30, 0xfd, 0xd2, 0xee, 0x90, 0xef, 0x0d, 0x27, 0xdf, 0x9f, 0x95 +.byte 0x73, 0xf4, 0xe1, 0x25, 0xda, 0x6c, 0x16, 0xde, 0x41, 0x38, 0x34, 0xea, 0x8b, 0xfc, 0xd1, 0xe8 +.byte 0x04, 0x14, 0x61, 0x2d, 0x41, 0x7e, 0xac, 0xc7, 0x77, 0x4e, 0xcb, 0x51, 0x54, 0xfb, 0x5e, 0x92 +.byte 0x18, 0x1b, 0x04, 0x5a, 0x68, 0xc6, 0xc9, 0xc4, 0xfa, 0xb7, 0x13, 0xa0, 0x98, 0xb7, 0x11, 0x2b +.byte 0xb7, 0xd6, 0x57, 0xcc, 0x7c, 0x9e, 0x17, 0xd1, 0xcb, 0x25, 0xfe, 0x86, 0x4e, 0x24, 0x2e, 0x56 +.byte 0x0c, 0x78, 0x4d, 0x9e, 0x01, 0x12, 0xa6, 0x2b, 0xa7, 0x01, 0x65, 0x6e, 0x7c, 0x62, 0x1d, 0x84 +.byte 0x84, 0xdf, 0xea, 0xc0, 0x6b, 0xb5, 0xa5, 0x2a, 0x95, 0x83, 0xc3, 0x53, 0x11, 0x0c, 0x73, 0x1d +.byte 0x0b, 0xb2, 0x46, 0x90, 0xd1, 0x42, 0x3a, 0xce, 0x40, 0x6e, 0x95, 0xad, 0xff, 0xc6, 0x94, 0xad +.byte 0x6e, 0x97, 0x84, 0x8e, 0x7d, 0x6f, 0x9e, 0x8a, 0x80, 0x0d, 0x49, 0x6d, 0x73, 0xe2, 0x7b, 0x92 +.byte 0x1e, 0xc3, 0xf3, 0xc1, 0xf3, 0xeb, 0x2e, 0x05, 0x6f, 0xd9, 0x1b, 0xcf, 0x37, 0x76, 0x04, 0xc8 +.byte 0xb4, 0x5a, 0xe4, 0x17, 0xa7, 0xcb, 0xdd, 0x76, 0x1f, 0xd0, 0x19, 0x76, 0xe8, 0x2c, 0x05, 0xb3 +.byte 0xd6, 0x9c, 0x34, 0xd8, 0x96, 0xdc, 0x61, 0x87, 0x91, 0x05, 0xe4, 0x44, 0x08, 0x33, 0xc1, 0xda +.byte 0xb9, 0x08, 0x65, 0xd4, 0xae, 0xb2, 0x36, 0x0d, 0xeb, 0xba, 0x38, 0xba, 0x0c, 0xe5, 0x9b, 0x9e +.byte 0xeb, 0x8d, 0x66, 0xdd, 0x99, 0xcf, 0xd6, 0x89, 0x41, 0xf6, 0x04, 0x92, 0x8a, 0x29, 0x29, 0x6d +.byte 0x6b, 0x3a, 0x1c, 0xe7, 0x75, 0x7d, 0x02, 0x71, 0x0e, 0xf3, 0xc0, 0xe7, 0xbd, 0xcb, 0x19, 0xdd +.byte 0x9d, 0x60, 0xb2, 0xc2, 0x66, 0x60, 0xb6, 0xb1, 0x04, 0xee, 0xc9, 0xe6, 0x86, 0xb9, 0x9a, 0x66 +.byte 0x40, 0xa8, 0xe7, 0x11, 0xed, 0x81, 0x45, 0x03, 0x8b, 0xf6, 0x67, 0x59, 0xe8, 0xc1, 0x06, 0x11 +.byte 0xbd, 0xdd, 0xcf, 0x80, 0x02, 0x4f, 0x65, 0x40, 0x78, 0x5c, 0x47, 0x50, 0xc8, 0x9b, 0xe6, 0x1f +.byte 0x81, 0x7b, 0xe4, 0x44, 0xa8, 0x5b, 0x85, 0x9a, 0xe2, 0xde, 0x5a, 0xd5, 0xc7, 0xf9, 0x3a, 0x44 +.byte 0x66, 0x4b, 0xe4, 0x32, 0x54, 0x7c, 0xe4, 0x6c, 0x9c, 0xb3, 0x0e, 0x3d, 0x17, 0xa2, 0xb2, 0x34 +.byte 0x12, 0xd6, 0x7e, 0xb2, 0xa8, 0x49, 0xbb, 0xd1, 0x7a, 0x28, 0x40, 0xbe, 0xa2, 0x16, 0x1f, 0xdf +.byte 0xe4, 0x37, 0x1f, 0x11, 0x73, 0xfb, 0x90, 0x0a, 0x65, 0x43, 0xa2, 0x0d, 0x7c, 0xf8, 0x06, 0x01 +.byte 0x55, 0x33, 0x7d, 0xb0, 0x0d, 0xb8, 0xf4, 0xf5, 0xae, 0xa5, 0x42, 0x57, 0x7c, 0x36, 0x11, 0x8c +.byte 0x7b, 0x5e, 0xc4, 0x03, 0x9d, 0x8c, 0x79, 0x9d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x56, 0x00, 0x26 +.byte 0x02, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e +.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x42, 0x45, 0x49, 0x4a, 0x49 +.byte 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41 +.byte 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x14, 0x42, 0x4a, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf1, 0x66, 0x08, 0xbd, 0xd9, 0xc5, 0x15, 0x61 +.byte 0xcb, 0x84, 0x04, 0x41, 0xa5, 0x69, 0x37, 0x77, 0x1d, 0xc1, 0xb0, 0x7b, 0xfa, 0xc3, 0x77, 0x48 +.byte 0x90, 0x13, 0x72, 0x64, 0xd1, 0xb8, 0x7c, 0x90, 0x35, 0x9d, 0x18, 0x79, 0x88, 0xe3, 0x97, 0x01 +.byte 0x3c, 0x47, 0x81, 0xf2, 0x0e, 0xa2, 0x98, 0x0d, 0x9e, 0x3f, 0x37, 0xe0, 0x19, 0xb2, 0x90, 0xf2 +.byte 0x46, 0x1c, 0x92, 0xb1, 0x3a, 0x61, 0xce, 0xfa, 0xb7, 0x46, 0x9e, 0x03, 0x86, 0xd7, 0x33, 0x6e +.byte 0xed, 0xf7, 0x45, 0x8c, 0x76, 0x37, 0xde, 0x6e, 0x96, 0x91, 0xf7, 0xd7, 0x7e, 0x2b, 0x87, 0x17 +.byte 0xd5, 0x8b, 0x35, 0xee, 0x84, 0x91, 0x72, 0x57, 0xdc, 0x60, 0xc3, 0xc3, 0xb9, 0xe7, 0xc7, 0x67 +.byte 0x24, 0x23, 0x4f, 0x63, 0x0a, 0x63, 0xf6, 0x66, 0x7d, 0x4b, 0x55, 0xa7, 0x3f, 0x78, 0x64, 0x49 +.byte 0x69, 0x12, 0x97, 0xe0, 0x4c, 0x0d, 0xd3, 0x09, 0xa0, 0x32, 0x30, 0x3a, 0xfa, 0x9f, 0xc0, 0xf2 +.byte 0x9c, 0xc5, 0x12, 0x2a, 0x2e, 0x1c, 0xb5, 0x04, 0x33, 0xda, 0xa4, 0x38, 0x11, 0x6a, 0xde, 0xc6 +.byte 0x18, 0xf6, 0x47, 0x3a, 0x22, 0x41, 0x87, 0x22, 0xfc, 0xc4, 0x89, 0x28, 0x54, 0xd8, 0x8c, 0xa5 +.byte 0x30, 0x0a, 0xf8, 0x17, 0x16, 0xca, 0xac, 0x37, 0xfd, 0x79, 0xa7, 0x91, 0x17, 0x78, 0x38, 0x99 +.byte 0xad, 0x58, 0xed, 0xb2, 0xde, 0xcc, 0x89, 0x7d, 0x03, 0x9c, 0xb3, 0x89, 0x65, 0xe7, 0xe3, 0x3b +.byte 0xb1, 0x22, 0x86, 0x8f, 0x06, 0x6d, 0x78, 0x07, 0xfd, 0x91, 0x12, 0x7f, 0xb0, 0x6b, 0x1c, 0x89 +.byte 0x0d, 0xf9, 0xb8, 0xcb, 0x74, 0x5b, 0x07, 0xc2, 0xc8, 0xf4, 0x35, 0xd1, 0x64, 0x63, 0x7a, 0xe9 +.byte 0x6e, 0x9a, 0x28, 0xd6, 0x30, 0xbd, 0xe6, 0x1b, 0xdd, 0x15, 0xaf, 0x84, 0xea, 0x9c, 0xc7, 0xca +.byte 0xf5, 0x0e, 0xea, 0xf2, 0x5d, 0x29, 0x87, 0x8f, 0x69, 0x73, 0x39, 0xbe, 0x2e, 0x24, 0x6f, 0x45 +.byte 0x21, 0xac, 0xc5, 0xd4, 0x69, 0x25, 0x06, 0x83, 0xad, 0x7a, 0x48, 0x85, 0x13, 0x2c, 0x0d, 0x06 +.byte 0xb8, 0x6c, 0x79, 0x56, 0xfc, 0xa3, 0x67, 0x32, 0x81, 0xf5, 0x57, 0xa5, 0xca, 0x57, 0x42, 0x69 +.byte 0xe9, 0x5c, 0x24, 0x61, 0xef, 0xe2, 0x30, 0x18, 0x4e, 0x44, 0x98, 0x55, 0x6f, 0x7a, 0xc2, 0x93 +.byte 0xd8, 0x19, 0xb6, 0xde, 0x7c, 0x47, 0x8a, 0x11, 0x4e, 0x49, 0x47, 0xdb, 0x28, 0x94, 0x02, 0x0b +.byte 0x94, 0x4a, 0x2c, 0xf9, 0x12, 0xd0, 0x4f, 0xe8, 0x31, 0x7e, 0x6c, 0x7a, 0xbf, 0xa6, 0x3f, 0x9b +.byte 0x39, 0x3d, 0x02, 0x16, 0xa3, 0x18, 0xb3, 0x67, 0xac, 0x5b, 0x3f, 0x2c, 0x83, 0x2b, 0x67, 0x39 +.byte 0x81, 0x5c, 0xb9, 0x7e, 0x94, 0xd5, 0x64, 0xdd, 0x9e, 0x8f, 0x6e, 0xae, 0xe8, 0x7c, 0x5b, 0xb4 +.byte 0xd7, 0x6a, 0x47, 0x48, 0xd7, 0x7e, 0xb3, 0xd4, 0x2d, 0x8e, 0x56, 0x76, 0x4e, 0xcf, 0x69, 0xf1 +.byte 0x6e, 0x44, 0x6c, 0xd4, 0x24, 0xea, 0x8d, 0x24, 0xa1, 0x18, 0xbf, 0xbd, 0x57, 0xfe, 0xa9, 0x99 +.byte 0x35, 0xb5, 0xdb, 0x10, 0x77, 0xb8, 0x3d, 0x48, 0xba, 0xd6, 0xc1, 0xe7, 0xf1, 0x23, 0x3e, 0xd7 +.byte 0xdf, 0x85, 0x9d, 0x27, 0x3c, 0xd4, 0x40, 0xbd, 0x0a, 0x0c, 0xbd, 0xf5, 0xe7, 0x8d, 0x25, 0xd6 +.byte 0x81, 0x74, 0x87, 0x46, 0xd4, 0x29, 0x75, 0xa2, 0x42, 0x6c, 0xf7, 0x73, 0x89, 0xe7, 0x7d, 0xbf +.byte 0x7a, 0x4a, 0x1f, 0xd3, 0x22, 0xc9, 0x15, 0x55, 0xcf, 0xdf, 0x6f, 0x7c, 0x55, 0xd0, 0xa4, 0x8b +.byte 0x07, 0x11, 0x37, 0x5f, 0x83, 0xa6, 0x26, 0x57, 0xa6, 0x01, 0x5b, 0x7e, 0xfe, 0x58, 0x68, 0x07 +.byte 0xa9, 0xe9, 0x7a, 0xd9, 0xb9, 0xe8, 0xff, 0x50, 0x1f, 0xab, 0xc2, 0xb4, 0xc0, 0xce, 0xe8, 0xea +.byte 0xfd, 0x0f, 0xbd, 0x8d, 0x4d, 0xb8, 0xbc, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0x56, 0x00, 0x78 +.byte 0x00, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e +.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x42, 0x45, 0x49, 0x4a, 0x49 +.byte 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41 +.byte 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x14, 0x42, 0x4a, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x9d +.byte 0xcb, 0x80, 0x91, 0x8d, 0x53, 0x67, 0xb5, 0xb9, 0x50, 0xb1, 0x03, 0xf8, 0xe5, 0x49, 0x1f, 0x41 +.byte 0x22, 0x09, 0xb0, 0x51, 0x52, 0x58, 0xd6, 0x2b, 0x34, 0x8f, 0xc5, 0x12, 0x46, 0x14, 0xc5, 0x8b +.byte 0x2f, 0x2c, 0x84, 0xff, 0x2c, 0x6e, 0xa8, 0xd5, 0xf1, 0x09, 0xe3, 0x03, 0x21, 0x14, 0xc4, 0x43 +.byte 0x3d, 0x7c, 0xc1, 0x2c, 0xc4, 0x4b, 0x6a, 0x4a, 0xcd, 0xe9, 0x87, 0xe0, 0x7d, 0xf6, 0x22, 0xbe +.byte 0xfa, 0x4a, 0x51, 0xb8, 0x30, 0x8a, 0xfd, 0xe1, 0xde, 0x18, 0x12, 0x0a, 0xf6, 0x47, 0xb7, 0xe7 +.byte 0x17, 0xbf, 0x27, 0x8a, 0xd4, 0x41, 0x4c, 0x96, 0x3c, 0x60, 0x96, 0xc1, 0xfd, 0x15, 0x1c, 0x58 +.byte 0x00, 0x26, 0x02, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x43, 0x4e, 0x31, 0x30, 0x30, 0x2e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x27, 0x43, 0x68, 0x69 +.byte 0x6e, 0x61, 0x20, 0x46, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0c, 0x43 +.byte 0x46, 0x43, 0x41, 0x20, 0x45, 0x56, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0x5d, 0x6b, 0xcd +.byte 0x10, 0x3f, 0x1f, 0x05, 0x59, 0xd5, 0x05, 0x4d, 0x37, 0xb1, 0x0e, 0xec, 0x98, 0x2b, 0x8e, 0x15 +.byte 0x1d, 0xfa, 0x93, 0x4b, 0x17, 0x82, 0x21, 0x71, 0x10, 0x52, 0xd7, 0x51, 0x64, 0x70, 0x16, 0xc2 +.byte 0x55, 0x69, 0x4d, 0x8e, 0x15, 0x6d, 0x9f, 0xbf, 0x0c, 0x1b, 0xc2, 0xe0, 0xa3, 0x67, 0xd6, 0x0c +.byte 0xac, 0xcf, 0x22, 0xae, 0xaf, 0x77, 0x54, 0x2a, 0x4b, 0x4c, 0x8a, 0x53, 0x52, 0x7a, 0xc3, 0xee +.byte 0x2e, 0xde, 0xb3, 0x71, 0x25, 0xc1, 0xe9, 0x5d, 0x3d, 0xee, 0xa1, 0x2f, 0xa3, 0xf7, 0x2a, 0x3c +.byte 0xc9, 0x23, 0x1d, 0x6a, 0xab, 0x1d, 0xa1, 0xa7, 0xf1, 0xf3, 0xec, 0xa0, 0xd5, 0x44, 0xcf, 0x15 +.byte 0xcf, 0x72, 0x2f, 0x1d, 0x63, 0x97, 0xe8, 0x99, 0xf9, 0xfd, 0x93, 0xa4, 0x54, 0x80, 0x4c, 0x52 +.byte 0xd4, 0x52, 0xab, 0x2e, 0x49, 0xdf, 0x90, 0xcd, 0xb8, 0x5f, 0xbe, 0x3f, 0xde, 0xa1, 0xca, 0x4d +.byte 0x20, 0xd4, 0x25, 0xe8, 0x84, 0x29, 0x53, 0xb7, 0xb1, 0x88, 0x1f, 0xff, 0xfa, 0xda, 0x90, 0x9f +.byte 0x0a, 0xa9, 0x2d, 0x41, 0x3f, 0xb1, 0xf1, 0x18, 0x29, 0xee, 0x16, 0x59, 0x2c, 0x34, 0x49, 0x1a +.byte 0xa8, 0x06, 0xd7, 0xa8, 0x88, 0xd2, 0x03, 0x72, 0x7a, 0x32, 0xe2, 0xea, 0x68, 0x4d, 0x6e, 0x2c +.byte 0x96, 0x65, 0x7b, 0xca, 0x59, 0xfa, 0xf2, 0xe2, 0xdd, 0xee, 0x30, 0x2c, 0xfb, 0xcc, 0x46, 0xac +.byte 0xc4, 0x63, 0xeb, 0x6f, 0x7f, 0x36, 0x2b, 0x34, 0x73, 0x12, 0x94, 0x7f, 0xdf, 0xcc, 0x26, 0x9e +.byte 0xf1, 0x72, 0x5d, 0x50, 0x65, 0x59, 0x8f, 0x69, 0xb3, 0x87, 0x5e, 0x32, 0x6f, 0xc3, 0x18, 0x8a +.byte 0xb5, 0x95, 0x8f, 0xb0, 0x7a, 0x37, 0xde, 0x5a, 0x45, 0x3b, 0xc7, 0x36, 0xe1, 0xef, 0x67, 0xd1 +.byte 0x39, 0xd3, 0x97, 0x5b, 0x73, 0x62, 0x19, 0x48, 0x2d, 0x87, 0x1c, 0x06, 0xfb, 0x74, 0x98, 0x20 +.byte 0x49, 0x73, 0xf0, 0x05, 0xd2, 0x1b, 0xb1, 0xa0, 0xa3, 0xb7, 0x1b, 0x70, 0xd3, 0x88, 0x69, 0xb9 +.byte 0x5a, 0xd6, 0x38, 0xf4, 0x62, 0xdc, 0x25, 0x8b, 0x78, 0xbf, 0xf8, 0xe8, 0x7e, 0xb8, 0x5c, 0xc9 +.byte 0x95, 0x4f, 0x5f, 0xa7, 0x2d, 0xb9, 0x20, 0x6b, 0xcf, 0x6b, 0xdd, 0xf5, 0x0d, 0xf4, 0x82, 0xb7 +.byte 0xf4, 0xb2, 0x66, 0x2e, 0x10, 0x28, 0xf6, 0x97, 0x5a, 0x7b, 0x96, 0x16, 0x8f, 0x01, 0x19, 0x2d +.byte 0x6c, 0x6e, 0x7f, 0x39, 0x58, 0x06, 0x64, 0x83, 0x01, 0x83, 0x83, 0xc3, 0x4d, 0x92, 0xdd, 0x32 +.byte 0xc6, 0x87, 0xa4, 0x37, 0xe9, 0x16, 0xce, 0xaa, 0x2d, 0x68, 0xaf, 0x0a, 0x81, 0x65, 0x3a, 0x70 +.byte 0xc1, 0x9b, 0xad, 0x4d, 0x6d, 0x54, 0xca, 0x2a, 0x2d, 0x4b, 0x85, 0x1b, 0xb3, 0x80, 0xe6, 0x70 +.byte 0x45, 0x0d, 0x6b, 0x5e, 0x35, 0xf0, 0x7f, 0x3b, 0xb8, 0x9c, 0xe4, 0x04, 0x70, 0x89, 0x12, 0x25 +.byte 0x93, 0xda, 0x0a, 0x99, 0x22, 0x60, 0x6a, 0x63, 0x60, 0x4e, 0x76, 0x06, 0x98, 0x4e, 0xbd, 0x83 +.byte 0xad, 0x1d, 0x58, 0x8a, 0x25, 0x85, 0xd2, 0xc7, 0x65, 0x1e, 0x2d, 0x8e, 0xc6, 0xdf, 0xb6, 0xc6 +.byte 0xe1, 0x7f, 0x8a, 0x04, 0x21, 0x15, 0x29, 0x74, 0xf0, 0x3e, 0x9c, 0x90, 0x9d, 0x0c, 0x2e, 0xf1 +.byte 0x8a, 0x3e, 0x5a, 0xaa, 0x0c, 0x09, 0x1e, 0xc7, 0xd5, 0x3c, 0xa3, 0xed, 0x97, 0xc3, 0x1e, 0x34 +.byte 0xfa, 0x38, 0xf9, 0x08, 0x0e, 0xe3, 0xc0, 0x5d, 0x2b, 0x83, 0xd1, 0x56, 0x6a, 0xc9, 0xb6, 0xa8 +.byte 0x54, 0x53, 0x2e, 0x78, 0x32, 0x67, 0x3d, 0x82, 0x7f, 0x74, 0xd0, 0xfb, 0xe1, 0xb6, 0x05, 0x60 +.byte 0xb9, 0x70, 0xdb, 0x8e, 0x0b, 0xf9, 0x13, 0x58, 0x6f, 0x71, 0x60, 0x10, 0x52, 0x10, 0xb9, 0xc1 +.byte 0x41, 0x09, 0xef, 0x72, 0x1f, 0x67, 0x31, 0x78, 0xff, 0x96, 0x05, 0x8d, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x58, 0x00, 0x26, 0x01, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65 +.byte 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63, 0x31 +.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x43, 0x31, 0x30, 0x82, 0x01 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcf, 0xeb +.byte 0xa9, 0xb9, 0xf1, 0x99, 0x05, 0xcc, 0xd8, 0x28, 0x21, 0x4a, 0xf3, 0x73, 0x34, 0x51, 0x84, 0x56 +.byte 0x10, 0xf5, 0xa0, 0x4f, 0x2c, 0x12, 0xe3, 0xfa, 0x13, 0x9a, 0x27, 0xd0, 0xcf, 0xf9, 0x79, 0x1a +.byte 0x74, 0x5f, 0x1d, 0x79, 0x39, 0xfc, 0x5b, 0xf8, 0x70, 0x8e, 0xe0, 0x92, 0x52, 0xf7, 0xe4, 0x25 +.byte 0xf9, 0x54, 0x83, 0xd9, 0x1d, 0xd3, 0xc8, 0x5a, 0x85, 0x3f, 0x5e, 0xc7, 0xb6, 0x07, 0xee, 0x3e +.byte 0xc0, 0xce, 0x9a, 0xaf, 0xac, 0x56, 0x42, 0x2a, 0x39, 0x25, 0x70, 0xd6, 0xbf, 0xb5, 0x7b, 0x36 +.byte 0xad, 0xac, 0xf6, 0x73, 0xdc, 0xcd, 0xd7, 0x1d, 0x8a, 0x83, 0xa5, 0xfb, 0x2b, 0x90, 0x15, 0x37 +.byte 0x6b, 0x1c, 0x26, 0x47, 0xdc, 0x3b, 0x29, 0x56, 0x93, 0x6a, 0xb3, 0xc1, 0x6a, 0x3a, 0x9d, 0x3d +.byte 0xf5, 0xc1, 0x97, 0x38, 0x58, 0x05, 0x8b, 0x1c, 0x11, 0xe3, 0xe4, 0xb4, 0xb8, 0x5d, 0x85, 0x1d +.byte 0x83, 0xfe, 0x78, 0x5f, 0x0b, 0x45, 0x68, 0x18, 0x48, 0xa5, 0x46, 0x73, 0x34, 0x3b, 0xfe, 0x0f +.byte 0xc8, 0x76, 0xbb, 0xc7, 0x18, 0xf3, 0x05, 0xd1, 0x86, 0xf3, 0x85, 0xed, 0xe7, 0xb9, 0xd9, 0x32 +.byte 0xad, 0x55, 0x88, 0xce, 0xa6, 0xb6, 0x91, 0xb0, 0x4f, 0xac, 0x7e, 0x15, 0x23, 0x96, 0xf6, 0x3f +.byte 0xf0, 0x20, 0x34, 0x16, 0xde, 0x0a, 0xc6, 0xc4, 0x04, 0x45, 0x79, 0x7f, 0xa7, 0xfd, 0xbe, 0xd2 +.byte 0xa9, 0xa5, 0xaf, 0x9c, 0xc5, 0x23, 0x2a, 0xf7, 0x3c, 0x21, 0x6c, 0xbd, 0xaf, 0x8f, 0x4e, 0xc5 +.byte 0x3a, 0xb2, 0xf3, 0x34, 0x12, 0xfc, 0xdf, 0x80, 0x1a, 0x49, 0xa4, 0xd4, 0xa9, 0x95, 0xf7, 0x9e +.byte 0x89, 0x5e, 0xa2, 0x89, 0xac, 0x94, 0xcb, 0xa8, 0x68, 0x9b, 0xaf, 0x8a, 0x65, 0x27, 0xcd, 0x89 +.byte 0xee, 0xdd, 0x8c, 0xb5, 0x6b, 0x29, 0x70, 0x43, 0xa0, 0x69, 0x0b, 0xe4, 0xb9, 0x0f, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x59, 0x00, 0x26, 0x01, 0x30, 0x57, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73 +.byte 0x61, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x47, 0x6c +.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xda, 0x0e, 0xe6, 0x99, 0x8d, 0xce, 0xa3, 0xe3, 0x4f, 0x8a, 0x7e, 0xfb, 0xf1, 0x8b, 0x83 +.byte 0x25, 0x6b, 0xea, 0x48, 0x1f, 0xf1, 0x2a, 0xb0, 0xb9, 0x95, 0x11, 0x04, 0xbd, 0xf0, 0x63, 0xd1 +.byte 0xe2, 0x67, 0x66, 0xcf, 0x1c, 0xdd, 0xcf, 0x1b, 0x48, 0x2b, 0xee, 0x8d, 0x89, 0x8e, 0x9a, 0xaf +.byte 0x29, 0x80, 0x65, 0xab, 0xe9, 0xc7, 0x2d, 0x12, 0xcb, 0xab, 0x1c, 0x4c, 0x70, 0x07, 0xa1, 0x3d +.byte 0x0a, 0x30, 0xcd, 0x15, 0x8d, 0x4f, 0xf8, 0xdd, 0xd4, 0x8c, 0x50, 0x15, 0x1c, 0xef, 0x50, 0xee +.byte 0xc4, 0x2e, 0xf7, 0xfc, 0xe9, 0x52, 0xf2, 0x91, 0x7d, 0xe0, 0x6d, 0xd5, 0x35, 0x30, 0x8e, 0x5e +.byte 0x43, 0x73, 0xf2, 0x41, 0xe9, 0xd5, 0x6a, 0xe3, 0xb2, 0x89, 0x3a, 0x56, 0x39, 0x38, 0x6f, 0x06 +.byte 0x3c, 0x88, 0x69, 0x5b, 0x2a, 0x4d, 0xc5, 0xa7, 0x54, 0xb8, 0x6c, 0x89, 0xcc, 0x9b, 0xf9, 0x3c +.byte 0xca, 0xe5, 0xfd, 0x89, 0xf5, 0x12, 0x3c, 0x92, 0x78, 0x96, 0xd6, 0xdc, 0x74, 0x6e, 0x93, 0x44 +.byte 0x61, 0xd1, 0x8d, 0xc7, 0x46, 0xb2, 0x75, 0x0e, 0x86, 0xe8, 0x19, 0x8a, 0xd5, 0x6d, 0x6c, 0xd5 +.byte 0x78, 0x16, 0x95, 0xa2, 0xe9, 0xc8, 0x0a, 0x38, 0xeb, 0xf2, 0x24, 0x13, 0x4f, 0x73, 0x54, 0x93 +.byte 0x13, 0x85, 0x3a, 0x1b, 0xbc, 0x1e, 0x34, 0xb5, 0x8b, 0x05, 0x8c, 0xb9, 0x77, 0x8b, 0xb1, 0xdb +.byte 0x1f, 0x20, 0x91, 0xab, 0x09, 0x53, 0x6e, 0x90, 0xce, 0x7b, 0x37, 0x74, 0xb9, 0x70, 0x47, 0x91 +.byte 0x22, 0x51, 0x63, 0x16, 0x79, 0xae, 0xb1, 0xae, 0x41, 0x26, 0x08, 0xc8, 0x19, 0x2b, 0xd1, 0x46 +.byte 0xaa, 0x48, 0xd6, 0x64, 0x2a, 0xd7, 0x83, 0x34, 0xff, 0x2c, 0x2a, 0xc1, 0x6c, 0x19, 0x43, 0x4a +.byte 0x07, 0x85, 0xe7, 0xd3, 0x7c, 0xf6, 0x21, 0x68, 0xef, 0xea, 0xf2, 0x52, 0x9f, 0x7f, 0x93, 0x90 +.byte 0xcf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5a, 0x00, 0x26, 0x01, 0x30, 0x58, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x22, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73 +.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x13, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x43, 0x41, 0x31, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xfd, 0x77, 0xaa, 0xa5, 0x1c, 0x90, 0x05, 0x3b, 0xcb, 0x4c, 0x9b +.byte 0x33, 0x8b, 0x5a, 0x14, 0x45, 0xa4, 0xe7, 0x90, 0x16, 0xd1, 0xdf, 0x57, 0xd2, 0x21, 0x10, 0xa4 +.byte 0x17, 0xfd, 0xdf, 0xac, 0xd6, 0x1f, 0xa7, 0xe4, 0xdb, 0x7c, 0xf7, 0xec, 0xdf, 0xb8, 0x03, 0xda +.byte 0x94, 0x58, 0xfd, 0x5d, 0x72, 0x7c, 0x8c, 0x3f, 0x5f, 0x01, 0x67, 0x74, 0x15, 0x96, 0xe3, 0x02 +.byte 0x3c, 0x87, 0xdb, 0xae, 0xcb, 0x01, 0x8e, 0xc2, 0xf3, 0x66, 0xc6, 0x85, 0x45, 0xf4, 0x02, 0xc6 +.byte 0x3a, 0xb5, 0x62, 0xb2, 0xaf, 0xfa, 0x9c, 0xbf, 0xa4, 0xe6, 0xd4, 0x80, 0x30, 0x98, 0xf3, 0x0d +.byte 0xb6, 0x93, 0x8f, 0xa9, 0xd4, 0xd8, 0x36, 0xf2, 0xb0, 0xfc, 0x8a, 0xca, 0x2c, 0xa1, 0x15, 0x33 +.byte 0x95, 0x31, 0xda, 0xc0, 0x1b, 0xf2, 0xee, 0x62, 0x99, 0x86, 0x63, 0x3f, 0xbf, 0xdd, 0x93, 0x2a +.byte 0x83, 0xa8, 0x76, 0xb9, 0x13, 0x1f, 0xb7, 0xce, 0x4e, 0x42, 0x85, 0x8f, 0x22, 0xe7, 0x2e, 0x1a +.byte 0xf2, 0x95, 0x09, 0xb2, 0x05, 0xb5, 0x44, 0x4e, 0x77, 0xa1, 0x20, 0xbd, 0xa9, 0xf2, 0x4e, 0x0a +.byte 0x7d, 0x50, 0xad, 0xf5, 0x05, 0x0d, 0x45, 0x4f, 0x46, 0x71, 0xfd, 0x28, 0x3e, 0x53, 0xfb, 0x04 +.byte 0xd8, 0x2d, 0xd7, 0x65, 0x1d, 0x4a, 0x1b, 0xfa, 0xcf, 0x3b, 0xb0, 0x31, 0x9a, 0x35, 0x6e, 0xc8 +.byte 0x8b, 0x06, 0xd3, 0x00, 0x91, 0xf2, 0x94, 0x08, 0x65, 0x4c, 0xb1, 0x34, 0x06, 0x00, 0x7a, 0x89 +.byte 0xe2, 0xf0, 0xc7, 0x03, 0x59, 0xcf, 0xd5, 0xd6, 0xe8, 0xa7, 0x32, 0xb3, 0xe6, 0x98, 0x40, 0x86 +.byte 0xc5, 0xcd, 0x27, 0x12, 0x8b, 0xcc, 0x7b, 0xce, 0xb7, 0x11, 0x3c, 0x62, 0x60, 0x07, 0x23, 0x3e +.byte 0x2b, 0x40, 0x6e, 0x94, 0x80, 0x09, 0x6d, 0xb6, 0xb3, 0x6f, 0x77, 0x6f, 0x35, 0x08, 0x50, 0xfb +.byte 0x02, 0x87, 0xc5, 0x3e, 0x89, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00, 0x26, 0x02, 0x30, 0x5a +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x25, 0x30 +.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1c, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69 +.byte 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20 +.byte 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0x31, 0x82, 0x61, 0x92 +.byte 0xe4, 0x94, 0x1b, 0x0a, 0x2a, 0x65, 0xd0, 0xbe, 0x06, 0xa9, 0x87, 0x3b, 0x51, 0x12, 0xea, 0x70 +.byte 0x41, 0xae, 0xe2, 0xfb, 0x74, 0xea, 0x0a, 0x8d, 0xb9, 0xb3, 0x4c, 0xdc, 0x8f, 0xb7, 0x13, 0x52 +.byte 0x4f, 0x54, 0x18, 0xe1, 0x2c, 0x73, 0x95, 0x91, 0xc5, 0x66, 0x3b, 0x6a, 0xcf, 0xac, 0x63, 0x6d +.byte 0x87, 0x53, 0xf0, 0xf7, 0xf1, 0x39, 0xb7, 0xa0, 0x43, 0x63, 0xb0, 0xc4, 0x03, 0x5d, 0x57, 0xa9 +.byte 0xe7, 0x44, 0xce, 0xc4, 0xa1, 0x83, 0x65, 0xf6, 0x50, 0x3e, 0xb1, 0x7e, 0x16, 0xb8, 0x3a, 0x8a +.byte 0x02, 0xd0, 0x96, 0x1f, 0x00, 0xcd, 0x05, 0x21, 0xef, 0x06, 0x6d, 0xdd, 0x21, 0x9c, 0x19, 0x43 +.byte 0x45, 0xa1, 0xc5, 0xe8, 0x80, 0xca, 0xc2, 0xad, 0x40, 0x62, 0x17, 0x06, 0xc6, 0xaa, 0xbc, 0xf3 +.byte 0xd6, 0xe6, 0xfc, 0x50, 0x7e, 0x66, 0x42, 0x1f, 0x3c, 0x8b, 0xa6, 0x79, 0x79, 0x86, 0x40, 0x35 +.byte 0x9f, 0x20, 0xef, 0x3f, 0xeb, 0x8b, 0x47, 0x1f, 0x8f, 0x8e, 0xc5, 0xd4, 0x8e, 0xb6, 0x2c, 0xc9 +.byte 0x44, 0x04, 0xe3, 0xd4, 0x43, 0x75, 0x3f, 0xd5, 0x3f, 0xaf, 0x1c, 0xcc, 0x7e, 0x46, 0x5f, 0xac +.byte 0xdf, 0x64, 0x10, 0x8a, 0xef, 0x46, 0xf0, 0x90, 0xf0, 0x0f, 0x2d, 0xf4, 0x88, 0x0b, 0xb1, 0x29 +.byte 0xaa, 0xaf, 0x85, 0xaa, 0x49, 0x58, 0xa8, 0xbf, 0x63, 0xa0, 0x38, 0x91, 0xe6, 0xb3, 0xe6, 0x77 +.byte 0x68, 0xc4, 0xf9, 0x2a, 0x19, 0x84, 0xbb, 0x0e, 0xe1, 0xf5, 0xaf, 0x89, 0xec, 0xa5, 0x2f, 0x50 +.byte 0x20, 0x74, 0x1e, 0x12, 0x41, 0x73, 0x1e, 0x24, 0xd9, 0xca, 0xce, 0x2c, 0xa1, 0x59, 0x35, 0xc0 +.byte 0xc8, 0x1d, 0x46, 0x27, 0x61, 0x5a, 0x8f, 0xf9, 0x4d, 0xd3, 0x72, 0x79, 0x66, 0x1e, 0x9f, 0x15 +.byte 0x90, 0x21, 0x2d, 0xfd, 0xed, 0x8b, 0x56, 0x70, 0x03, 0x4a, 0x49, 0x3e, 0x7f, 0x69, 0x31, 0x12 +.byte 0x69, 0xc7, 0x1e, 0x5c, 0xca, 0x7a, 0x13, 0x8b, 0xe8, 0xe6, 0xf5, 0x60, 0x0f, 0xcc, 0x93, 0x2c +.byte 0x84, 0x7f, 0xf1, 0xfc, 0x6a, 0xfc, 0x9b, 0x47, 0x9d, 0xdb, 0xad, 0x88, 0x3d, 0xf3, 0x76, 0x75 +.byte 0x33, 0xd7, 0x4b, 0xa4, 0xc8, 0x8b, 0xf9, 0xf5, 0x43, 0x58, 0x4f, 0xcb, 0xc8, 0x03, 0x54, 0x8f +.byte 0xa5, 0x85, 0x78, 0x04, 0x1a, 0xf3, 0x73, 0xf2, 0xd7, 0x87, 0x1d, 0x41, 0x9f, 0xe7, 0xd8, 0x17 +.byte 0xce, 0x1a, 0x9c, 0x0f, 0x4a, 0xfc, 0xdc, 0x44, 0x68, 0x54, 0x68, 0xe2, 0x41, 0x3c, 0xfe, 0x2c +.byte 0x84, 0x86, 0x37, 0x3c, 0xcd, 0x3f, 0x2f, 0xa2, 0xdb, 0xe7, 0xf7, 0x54, 0x03, 0x5f, 0x59, 0xd3 +.byte 0xf7, 0x91, 0x78, 0xc7, 0x8b, 0x77, 0x6a, 0x16, 0xe5, 0x49, 0x85, 0x90, 0x45, 0x72, 0x70, 0x2f +.byte 0x91, 0x5d, 0xf8, 0x3e, 0x65, 0x40, 0x0b, 0x19, 0x99, 0xc9, 0x26, 0x20, 0x5a, 0x68, 0xc1, 0x35 +.byte 0xbf, 0x4f, 0xa7, 0x51, 0xf1, 0xd8, 0x11, 0x2b, 0x5b, 0xe0, 0x9a, 0x9e, 0x28, 0x3b, 0x0a, 0x3a +.byte 0x0a, 0x1f, 0xc1, 0x81, 0xe5, 0x2e, 0xf0, 0xa6, 0xb9, 0x69, 0xa5, 0x88, 0x94, 0xe6, 0x6b, 0x13 +.byte 0x7f, 0xd1, 0x64, 0x3f, 0x3d, 0x9c, 0x70, 0x46, 0xe5, 0xa2, 0x85, 0x7b, 0x58, 0x84, 0x27, 0xdc +.byte 0xc4, 0x80, 0x3e, 0x67, 0x9a, 0x9a, 0xc7, 0x9a, 0x31, 0x0e, 0x30, 0xec, 0xe6, 0x17, 0x40, 0x95 +.byte 0xd9, 0x45, 0xed, 0x01, 0x96, 0xaa, 0xbf, 0x0c, 0xf3, 0x4b, 0xd1, 0x63, 0xf7, 0x13, 0x58, 0xc0 +.byte 0xb8, 0xf3, 0xfa, 0x67, 0xdd, 0x9b, 0x7d, 0x6d, 0x4a, 0xff, 0x32, 0x4c, 0xb5, 0x25, 0x3b, 0xff +.byte 0x1c, 0x67, 0x0f, 0x85, 0x22, 0x59, 0x05, 0x91, 0x91, 0x41, 0x77, 0x81, 0xd0, 0x85, 0x4c, 0x87 +.byte 0x10, 0x71, 0xff, 0x9e, 0x43, 0x1b, 0xae, 0x95, 0x75, 0x2d, 0x81, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x5c, 0x00, 0x78, 0x00, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x43, 0x4e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1c, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f +.byte 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x47, 0x34 +.byte 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b +.byte 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0xb3, 0xcd, 0x38, 0xe4, 0x25, 0x43, 0xe5 +.byte 0xde, 0x19, 0x09, 0xbb, 0x81, 0x79, 0xa2, 0x15, 0x5f, 0x15, 0x63, 0x01, 0xde, 0xc2, 0xab, 0xdd +.byte 0xb3, 0xa6, 0x1b, 0x67, 0x4b, 0x80, 0x83, 0xaf, 0x99, 0xcb, 0xac, 0x17, 0xdb, 0x2b, 0x96, 0xca +.byte 0x7c, 0x52, 0x55, 0xe2, 0x1a, 0xe1, 0x3d, 0x56, 0xf0, 0x2f, 0x16, 0x08, 0xfa, 0x15, 0xbc, 0x9b +.byte 0xbb, 0x47, 0xe6, 0x3f, 0xee, 0xa8, 0xe1, 0x4c, 0x8c, 0xf5, 0xd3, 0x36, 0xf9, 0x38, 0x5d, 0xab +.byte 0x70, 0x9a, 0x47, 0x0d, 0xe2, 0x81, 0x41, 0x06, 0xeb, 0x49, 0xf9, 0xb0, 0x29, 0xdd, 0x33, 0xec +.byte 0x50, 0xa5, 0x7f, 0x79, 0x29, 0xb8, 0x20, 0x98, 0x5c, 0x00, 0x26, 0x02, 0x30, 0x5a, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31 +.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x13, 0x30, 0x30, 0x30, 0x32, 0x20, 0x34 +.byte 0x38, 0x31, 0x34, 0x36, 0x33, 0x30, 0x38, 0x31, 0x30, 0x30, 0x30, 0x33, 0x36, 0x31, 0x19, 0x30 +.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xcd, 0x18, 0x39, 0x65, 0x1a, 0x59, 0xb1 +.byte 0xea, 0x64, 0x16, 0x0e, 0x8c, 0x94, 0x24, 0x95, 0x7c, 0x83, 0xd3, 0xc5, 0x39, 0x26, 0xdc, 0x0c +.byte 0xef, 0x16, 0x57, 0x8d, 0xd7, 0xd8, 0xac, 0xa3, 0x42, 0x7f, 0x82, 0xca, 0xed, 0xcd, 0x5b, 0xdb +.byte 0x0e, 0xb7, 0x2d, 0xed, 0x45, 0x08, 0x17, 0xb2, 0xd9, 0xb3, 0xcb, 0xd6, 0x17, 0x52, 0x72, 0x28 +.byte 0xdb, 0x8e, 0x4e, 0x9e, 0x8a, 0xb6, 0x0b, 0xf9, 0x9e, 0x84, 0x9a, 0x4d, 0x76, 0xde, 0x22, 0x29 +.byte 0x5c, 0xd2, 0xb3, 0xd2, 0x06, 0x3e, 0x30, 0x39, 0xa9, 0x74, 0xa3, 0x92, 0x56, 0x1c, 0xa1, 0x6f +.byte 0x4c, 0x0a, 0x20, 0x6d, 0x9f, 0x23, 0x7a, 0xb4, 0xc6, 0xda, 0x2c, 0xe4, 0x1d, 0x2c, 0xdc, 0xb3 +.byte 0x28, 0xd0, 0x13, 0xf2, 0x4c, 0x4e, 0x02, 0x49, 0xa1, 0x54, 0x40, 0x9e, 0xe6, 0xe5, 0x05, 0xa0 +.byte 0x2d, 0x84, 0xc8, 0xff, 0x98, 0x6c, 0xd0, 0xeb, 0x8a, 0x1a, 0x84, 0x08, 0x1e, 0xb7, 0x68, 0x23 +.byte 0xee, 0x23, 0xd5, 0x70, 0xce, 0x6d, 0x51, 0x69, 0x10, 0xee, 0xa1, 0x7a, 0xc2, 0xd1, 0x22, 0x31 +.byte 0xc2, 0x82, 0x85, 0xd2, 0xf2, 0x55, 0x76, 0x50, 0x7c, 0x25, 0x7a, 0xc9, 0x84, 0x5c, 0x0b, 0xac +.byte 0xdd, 0x42, 0x4e, 0x2b, 0xe7, 0x82, 0xa2, 0x24, 0x89, 0xcb, 0x90, 0xb2, 0xd0, 0xee, 0x23, 0xba +.byte 0x66, 0x4c, 0xbb, 0x62, 0xa4, 0xf9, 0x53, 0x5a, 0x64, 0x7b, 0x7c, 0x98, 0xfa, 0xa3, 0x48, 0x9e +.byte 0x0f, 0x95, 0xae, 0xa7, 0x18, 0xf4, 0x6a, 0xec, 0x2e, 0x03, 0x45, 0xaf, 0xf0, 0x74, 0xf8, 0x2a +.byte 0xcd, 0x7a, 0x5d, 0xd1, 0xbe, 0x44, 0x26, 0x32, 0x29, 0xf1, 0xf1, 0xf5, 0x6c, 0xcc, 0x7e, 0x02 +.byte 0x21, 0x0b, 0x9f, 0x6f, 0xa4, 0x3f, 0xbe, 0x9d, 0x53, 0xe2, 0xcf, 0x7d, 0xa9, 0x2c, 0x7c, 0x58 +.byte 0x1a, 0x97, 0xe1, 0x3d, 0x37, 0x37, 0x18, 0x66, 0x28, 0xd2, 0x40, 0xc5, 0x51, 0x8a, 0x8c, 0xc3 +.byte 0x2d, 0xce, 0x53, 0x88, 0x24, 0x58, 0x64, 0x30, 0x16, 0xc5, 0xaa, 0xe0, 0xd6, 0x0a, 0xa6, 0x40 +.byte 0xdf, 0x78, 0xf6, 0xf5, 0x04, 0x7c, 0x69, 0x13, 0x84, 0xbc, 0xd1, 0xd1, 0xa7, 0x06, 0xcf, 0x01 +.byte 0xf7, 0x68, 0xc0, 0xa8, 0x57, 0xbb, 0x3a, 0x61, 0xad, 0x04, 0x8c, 0x93, 0xe3, 0xad, 0xfc, 0xf0 +.byte 0xdb, 0x44, 0x6d, 0x59, 0xdc, 0x49, 0x59, 0xae, 0xac, 0x9a, 0x99, 0x36, 0x30, 0x41, 0x7b, 0x76 +.byte 0x33, 0x22, 0x87, 0xa3, 0xc2, 0x92, 0x86, 0x6e, 0xf9, 0x70, 0xee, 0xae, 0x87, 0x87, 0x95, 0x1b +.byte 0xc4, 0x7a, 0xbd, 0x31, 0xf3, 0xd4, 0xd2, 0xe5, 0x99, 0xff, 0xbe, 0x48, 0xec, 0x75, 0xf5, 0x78 +.byte 0x16, 0x1d, 0xa6, 0x70, 0xc1, 0x7f, 0x3c, 0x1b, 0xa1, 0x92, 0xfb, 0xcf, 0xc8, 0x3c, 0xd6, 0xc5 +.byte 0x93, 0x0a, 0x8f, 0xf5, 0x55, 0x3a, 0x76, 0x95, 0xce, 0x59, 0x98, 0x8a, 0x09, 0x95, 0x77, 0x32 +.byte 0x9a, 0x83, 0xba, 0x2c, 0x04, 0x3a, 0x97, 0xbd, 0xd4, 0x2f, 0xbe, 0xd7, 0x6c, 0x9b, 0xa2, 0xca +.byte 0x7d, 0x6d, 0x26, 0xc9, 0x55, 0xd5, 0xcf, 0xc3, 0x79, 0x52, 0x08, 0x09, 0x99, 0x07, 0x24, 0x2d +.byte 0x64, 0x25, 0x6b, 0xa6, 0x21, 0x69, 0x9b, 0x6a, 0xdd, 0x74, 0x4d, 0x6b, 0x97, 0x7a, 0x41, 0xbd +.byte 0xab, 0x17, 0xf9, 0x90, 0x17, 0x48, 0x8f, 0x36, 0xf9, 0x2d, 0xd5, 0xc5, 0xdb, 0xee, 0xaa, 0x85 +.byte 0x45, 0x41, 0xfa, 0xcd, 0x3a, 0x45, 0xb1, 0x68, 0xe6, 0x36, 0x4c, 0x9b, 0x90, 0x57, 0xec, 0x23 +.byte 0xb9, 0x87, 0x08, 0xc2, 0xc4, 0x09, 0xf1, 0x97, 0x86, 0x2a, 0x28, 0x4d, 0xe2, 0x74, 0xc0, 0xda +.byte 0xc4, 0x8c, 0xdb, 0xdf, 0xe2, 0xa1, 0x17, 0x59, 0xce, 0x24, 0x59, 0x74, 0x31, 0xda, 0x7f, 0xfd +.byte 0x30, 0x6d, 0xd9, 0xdc, 0xe1, 0x6a, 0xe1, 0xfc, 0x5f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00 +.byte 0x26, 0x01, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49 +.byte 0x45, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x42, 0x61, 0x6c, 0x74 +.byte 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a +.byte 0x43, 0x79, 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x20, 0x43 +.byte 0x79, 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xa3 +.byte 0x04, 0xbb, 0x22, 0xab, 0x98, 0x3d, 0x57, 0xe8, 0x26, 0x72, 0x9a, 0xb5, 0x79, 0xd4, 0x29, 0xe2 +.byte 0xe1, 0xe8, 0x95, 0x80, 0xb1, 0xb0, 0xe3, 0x5b, 0x8e, 0x2b, 0x29, 0x9a, 0x64, 0xdf, 0xa1, 0x5d +.byte 0xed, 0xb0, 0x09, 0x05, 0x6d, 0xdb, 0x28, 0x2e, 0xce, 0x62, 0xa2, 0x62, 0xfe, 0xb4, 0x88, 0xda +.byte 0x12, 0xeb, 0x38, 0xeb, 0x21, 0x9d, 0xc0, 0x41, 0x2b, 0x01, 0x52, 0x7b, 0x88, 0x77, 0xd3, 0x1c +.byte 0x8f, 0xc7, 0xba, 0xb9, 0x88, 0xb5, 0x6a, 0x09, 0xe7, 0x73, 0xe8, 0x11, 0x40, 0xa7, 0xd1, 0xcc +.byte 0xca, 0x62, 0x8d, 0x2d, 0xe5, 0x8f, 0x0b, 0xa6, 0x50, 0xd2, 0xa8, 0x50, 0xc3, 0x28, 0xea, 0xf5 +.byte 0xab, 0x25, 0x87, 0x8a, 0x9a, 0x96, 0x1c, 0xa9, 0x67, 0xb8, 0x3f, 0x0c, 0xd5, 0xf7, 0xf9, 0x52 +.byte 0x13, 0x2f, 0xc2, 0x1b, 0xd5, 0x70, 0x70, 0xf0, 0x8f, 0xc0, 0x12, 0xca, 0x06, 0xcb, 0x9a, 0xe1 +.byte 0xd9, 0xca, 0x33, 0x7a, 0x77, 0xd6, 0xf8, 0xec, 0xb9, 0xf1, 0x68, 0x44, 0x42, 0x48, 0x13, 0xd2 +.byte 0xc0, 0xc2, 0xa4, 0xae, 0x5e, 0x60, 0xfe, 0xb6, 0xa6, 0x05, 0xfc, 0xb4, 0xdd, 0x07, 0x59, 0x02 +.byte 0xd4, 0x59, 0x18, 0x98, 0x63, 0xf5, 0xa5, 0x63, 0xe0, 0x90, 0x0c, 0x7d, 0x5d, 0xb2, 0x06, 0x7a +.byte 0xf3, 0x85, 0xea, 0xeb, 0xd4, 0x03, 0xae, 0x5e, 0x84, 0x3e, 0x5f, 0xff, 0x15, 0xed, 0x69, 0xbc +.byte 0xf9, 0x39, 0x36, 0x72, 0x75, 0xcf, 0x77, 0x52, 0x4d, 0xf3, 0xc9, 0x90, 0x2c, 0xb9, 0x3d, 0xe5 +.byte 0xc9, 0x23, 0x53, 0x3f, 0x1f, 0x24, 0x98, 0x21, 0x5c, 0x07, 0x99, 0x29, 0xbd, 0xc6, 0x3a, 0xec +.byte 0xe7, 0x6e, 0x86, 0x3a, 0x6b, 0x97, 0x74, 0x63, 0x33, 0xbd, 0x68, 0x18, 0x31, 0xf0, 0x78, 0x8d +.byte 0x76, 0xbf, 0xfc, 0x9e, 0x8e, 0x5d, 0x2a, 0x86, 0xa7, 0x4d, 0x90, 0xdc, 0x27, 0x1a, 0x39, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00, 0x78, 0x00, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49 +.byte 0x6e, 0x63, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53 +.byte 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x2d, 0x20, 0x43, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xfd, 0xa5, 0x61, 0xae +.byte 0x7b, 0x26, 0x10, 0x1d, 0xe9, 0xb7, 0x22, 0x30, 0xae, 0x06, 0xf4, 0x81, 0xb3, 0xb1, 0x42, 0x71 +.byte 0x95, 0x39, 0xbc, 0xd3, 0x52, 0xe3, 0xaf, 0xaf, 0xf9, 0xf2, 0x97, 0x35, 0x92, 0x36, 0x46, 0x0e +.byte 0x87, 0x95, 0x8d, 0xb9, 0x39, 0x5a, 0xe9, 0xbb, 0xdf, 0xd0, 0xfe, 0xc8, 0x07, 0x41, 0x3c, 0xbb +.byte 0x55, 0x6f, 0x83, 0xa3, 0x6a, 0xfb, 0x62, 0xb0, 0x81, 0x89, 0x02, 0x70, 0x7d, 0x48, 0xc5, 0x4a +.byte 0xe3, 0xe9, 0x22, 0x54, 0x22, 0x4d, 0x93, 0xbb, 0x42, 0x0c, 0xaf, 0x77, 0x9c, 0x23, 0xa6, 0x7d +.byte 0xd7, 0x61, 0x11, 0xce, 0x65, 0xc7, 0xf8, 0x7f, 0xfe, 0xf5, 0xf2, 0xa9, 0x5f, 0x00, 0x26, 0x02 +.byte 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31 +.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20 +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f +.byte 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x33, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xe3, 0xc9, 0x72, 0x49, 0xf7, 0x30, 0xde, 0x09, 0x7c, 0xa9, 0x40, 0x81, 0x58, 0xd3, 0xb4, 0x3a +.byte 0xdd, 0xba, 0x61, 0x0f, 0x93, 0x50, 0x6e, 0x69, 0x3c, 0x35, 0xc2, 0xee, 0x5b, 0x73, 0x90, 0x1b +.byte 0x67, 0x4c, 0x21, 0xec, 0x5f, 0x35, 0xbb, 0x39, 0x3e, 0x2b, 0x0a, 0x60, 0xef, 0xbb, 0x6d, 0x2b +.byte 0x86, 0xfb, 0x71, 0xa2, 0xc8, 0xac, 0xe4, 0x56, 0x94, 0xf9, 0xc9, 0xaf, 0xb1, 0x72, 0xd4, 0x20 +.byte 0xac, 0x74, 0xd2, 0xb8, 0x15, 0xad, 0x51, 0xfe, 0x85, 0x74, 0xa1, 0xb9, 0x10, 0xfe, 0x05, 0x80 +.byte 0xf9, 0x52, 0x93, 0xb3, 0x40, 0x3d, 0x75, 0x10, 0xac, 0xc0, 0x96, 0xb7, 0xa7, 0x7e, 0x76, 0xbc +.byte 0xe3, 0x1b, 0x52, 0x19, 0xce, 0x11, 0x1f, 0x0b, 0x04, 0x34, 0xf5, 0xd8, 0xf5, 0x69, 0x3c, 0x77 +.byte 0xf3, 0x64, 0xf4, 0x0d, 0xaa, 0x85, 0xde, 0xe0, 0x09, 0x50, 0x04, 0x17, 0x96, 0x84, 0xb7, 0xc8 +.byte 0x8a, 0xbc, 0x4d, 0x72, 0xfc, 0x1c, 0xbb, 0xcf, 0xf3, 0x06, 0x4d, 0xf9, 0x9f, 0x64, 0xf7, 0x7e +.byte 0xa6, 0x66, 0x86, 0x35, 0x71, 0xc8, 0x11, 0x80, 0x4c, 0xc1, 0x71, 0x40, 0x58, 0x1e, 0xbe, 0xa0 +.byte 0x73, 0xf6, 0xfc, 0x3e, 0x50, 0xe1, 0xe0, 0x2f, 0x26, 0x3d, 0x7e, 0x5c, 0x23, 0xb5, 0x79, 0x70 +.byte 0xde, 0xfa, 0xe0, 0xd1, 0xa5, 0xd6, 0x0c, 0x41, 0x71, 0x7b, 0xf7, 0xea, 0x8c, 0x1c, 0x88, 0xc7 +.byte 0xec, 0x8b, 0xf5, 0xd1, 0x2f, 0x55, 0x96, 0x46, 0x7c, 0x5a, 0x3b, 0x58, 0x3b, 0xfb, 0xba, 0xd8 +.byte 0x2d, 0xb5, 0x25, 0xda, 0x7a, 0x4e, 0xcf, 0x44, 0xae, 0x21, 0xa6, 0x9e, 0x98, 0xca, 0x20, 0x6e +.byte 0x7c, 0xbb, 0x88, 0x85, 0x5b, 0xfb, 0xc0, 0x10, 0x62, 0xbb, 0xf2, 0xf9, 0x27, 0x47, 0xef, 0xd1 +.byte 0x89, 0x39, 0x43, 0xc4, 0xdf, 0xde, 0xe1, 0x41, 0xbf, 0x54, 0x73, 0x20, 0x97, 0x2d, 0x6c, 0xda +.byte 0xf3, 0xd4, 0x07, 0xa3, 0xe6, 0xb9, 0xd8, 0x6f, 0xae, 0xfc, 0x8c, 0x19, 0x2e, 0xd3, 0x67, 0x67 +.byte 0x2b, 0x95, 0xdb, 0x58, 0x5c, 0xb5, 0x6a, 0x02, 0xf3, 0xb8, 0x83, 0x5e, 0xb4, 0x6b, 0xbe, 0x41 +.byte 0x7e, 0x57, 0x09, 0x75, 0x44, 0x50, 0x55, 0xcd, 0x5a, 0x11, 0x61, 0x21, 0x0a, 0x61, 0xc2, 0xa9 +.byte 0x88, 0xfd, 0x13, 0xbc, 0x2d, 0x89, 0x2f, 0xcd, 0x61, 0xe0, 0x95, 0xbe, 0xca, 0xb5, 0x7b, 0xe1 +.byte 0x7b, 0x34, 0x67, 0x0b, 0x1f, 0xb6, 0x0c, 0xc7, 0x7c, 0x1e, 0x19, 0x53, 0xca, 0xa7, 0xb1, 0x4a +.byte 0x15, 0x20, 0x56, 0x14, 0x70, 0x3d, 0x2b, 0x82, 0x2c, 0x0f, 0x9d, 0x15, 0x1d, 0x47, 0x80, 0x47 +.byte 0xff, 0x78, 0x99, 0x0e, 0x31, 0xaf, 0x6f, 0x3e, 0x8f, 0xed, 0x86, 0x69, 0x1e, 0x7b, 0x18, 0x88 +.byte 0x14, 0xb2, 0xc2, 0xfc, 0x82, 0x33, 0x2e, 0x9c, 0x4b, 0x2d, 0xfb, 0x70, 0x3b, 0x71, 0xaa, 0x2b +.byte 0x7b, 0x26, 0x27, 0xf3, 0x1a, 0xc2, 0xdc, 0xfb, 0x17, 0xb8, 0xa1, 0xea, 0xcb, 0xa0, 0xb4, 0xae +.byte 0xd3, 0x94, 0x7e, 0x7a, 0xd0, 0xab, 0xc3, 0xec, 0x38, 0x2d, 0x11, 0x2e, 0x88, 0xbf, 0xd4, 0x3f +.byte 0xad, 0x12, 0x3b, 0x42, 0xac, 0x8f, 0x02, 0x6e, 0x7d, 0xcc, 0xd1, 0x5f, 0x61, 0xbe, 0xa1, 0xbc +.byte 0x3a, 0x6a, 0x48, 0xea, 0x26, 0x55, 0x22, 0x16, 0x5d, 0x5f, 0x0d, 0xff, 0x27, 0x33, 0x9f, 0x18 +.byte 0x03, 0x74, 0x8a, 0x5b, 0x52, 0x20, 0x47, 0x6b, 0x45, 0x4d, 0x22, 0x77, 0x8c, 0x55, 0x27, 0xf0 +.byte 0xaf, 0x1e, 0x8c, 0xc9, 0x83, 0x22, 0x54, 0xb7, 0x9a, 0xd0, 0x4f, 0xd9, 0xce, 0xfc, 0xd9, 0x2e +.byte 0x1c, 0x96, 0x28, 0xb1, 0x02, 0xd3, 0x03, 0xbd, 0x25, 0x52, 0x1c, 0x34, 0x66, 0x4f, 0x23, 0xab +.byte 0xf4, 0x77, 0x82, 0x96, 0x1d, 0xd1, 0x57, 0x30, 0x08, 0x11, 0x05, 0xfd, 0x57, 0xd1, 0xd9, 0xc7 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x5f, 0x00, 0x26, 0x01, 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53 +.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69 +.byte 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x15, 0x39, 0x52, 0xb1, 0x52, 0xb3 +.byte 0xba, 0xc5, 0x59, 0x82, 0xc4, 0x5d, 0x52, 0xae, 0x3a, 0x43, 0x65, 0x80, 0x4b, 0xc7, 0xf2, 0x96 +.byte 0xbc, 0xdb, 0x36, 0x97, 0xd6, 0xa6, 0x64, 0x8c, 0xa8, 0x5e, 0xf0, 0xe3, 0x0a, 0x1c, 0xf7, 0xdf +.byte 0x97, 0x3d, 0x4b, 0xae, 0xf6, 0x5d, 0xec, 0x21, 0xb5, 0x41, 0xab, 0xcd, 0xb9, 0x7e, 0x76, 0x9f +.byte 0xbe, 0xf9, 0x3e, 0x36, 0x34, 0xa0, 0x3b, 0xc1, 0xf6, 0x31, 0x11, 0x45, 0x74, 0x93, 0x3d, 0x57 +.byte 0x80, 0xc5, 0xf9, 0x89, 0x99, 0xca, 0xe5, 0xab, 0x6a, 0xd4, 0xb5, 0xda, 0x41, 0x90, 0x10, 0xc1 +.byte 0xd6, 0xd6, 0x42, 0x89, 0xc2, 0xbf, 0xf4, 0x38, 0x12, 0x95, 0x4c, 0x54, 0x05, 0xf7, 0x36, 0xe4 +.byte 0x45, 0x83, 0x7b, 0x14, 0x65, 0xd6, 0xdc, 0x0c, 0x4d, 0xd1, 0xde, 0x7e, 0x0c, 0xab, 0x3b, 0xc4 +.byte 0x15, 0xbe, 0x3a, 0x56, 0xa6, 0x5a, 0x6f, 0x76, 0x69, 0x52, 0xa9, 0x7a, 0xb9, 0xc8, 0xeb, 0x6a +.byte 0x9a, 0x5d, 0x52, 0xd0, 0x2d, 0x0a, 0x6b, 0x35, 0x16, 0x09, 0x10, 0x84, 0xd0, 0x6a, 0xca, 0x3a +.byte 0x06, 0x00, 0x37, 0x47, 0xe4, 0x7e, 0x57, 0x4f, 0x3f, 0x8b, 0xeb, 0x67, 0xb8, 0x88, 0xaa, 0xc5 +.byte 0xbe, 0x53, 0x55, 0xb2, 0x91, 0xc4, 0x7d, 0xb9, 0xb0, 0x85, 0x19, 0x06, 0x78, 0x2e, 0xdb, 0x61 +.byte 0x1a, 0xfa, 0x85, 0xf5, 0x4a, 0x91, 0xa1, 0xe7, 0x16, 0xd5, 0x8e, 0xa2, 0x39, 0xdf, 0x94, 0xb8 +.byte 0x70, 0x1f, 0x28, 0x3f, 0x8b, 0xfc, 0x40, 0x5e, 0x63, 0x83, 0x3c, 0x83, 0x2a, 0x1a, 0x99, 0x6b +.byte 0xcf, 0xde, 0x59, 0x6a, 0x3b, 0xfc, 0x6f, 0x16, 0xd7, 0x1f, 0xfd, 0x4a, 0x10, 0xeb, 0x4e, 0x82 +.byte 0x16, 0x3a, 0xac, 0x27, 0x0c, 0x53, 0xf1, 0xad, 0xd5, 0x24, 0xb0, 0x6b, 0x03, 0x50, 0xc1, 0x2d +.byte 0x3c, 0x16, 0xdd, 0x44, 0x34, 0x27, 0x1a, 0x75, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x60, 0x00 +.byte 0x26, 0x02, 0x30, 0x5e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54 +.byte 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e +.byte 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e +.byte 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c +.byte 0x21, 0x65, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xe1, 0x25, 0x0f, 0xee, 0x8d, 0xdb, 0x88, 0x33, 0x75, 0x67, 0xcd, 0xad, 0x1f +.byte 0x7d, 0x3a, 0x4e, 0x6d, 0x9d, 0xd3, 0x2f, 0x14, 0xf3, 0x63, 0x74, 0xcb, 0x01, 0x21, 0x6a, 0x37 +.byte 0xea, 0x84, 0x50, 0x07, 0x4b, 0x26, 0x5b, 0x09, 0x43, 0x6c, 0x21, 0x9e, 0x6a, 0xc8, 0xd5, 0x03 +.byte 0xf5, 0x60, 0x69, 0x8f, 0xcc, 0xf0, 0x22, 0xe4, 0x1f, 0xe7, 0xf7, 0x6a, 0x22, 0x31, 0xb7, 0x2c +.byte 0x15, 0xf2, 0xe0, 0xfe, 0x00, 0x6a, 0x43, 0xff, 0x87, 0x65, 0xc6, 0xb5, 0x1a, 0xc1, 0xa7, 0x4c +.byte 0x6d, 0x22, 0x70, 0x21, 0x8a, 0x31, 0xf2, 0x97, 0x74, 0x89, 0x09, 0x12, 0x26, 0x1c, 0x9e, 0xca +.byte 0xd9, 0x12, 0xa2, 0x95, 0x3c, 0xda, 0xe9, 0x67, 0xbf, 0x08, 0xa0, 0x64, 0xe3, 0xd6, 0x42, 0xb7 +.byte 0x45, 0xef, 0x97, 0xf4, 0xf6, 0xf5, 0xd7, 0xb5, 0x4a, 0x15, 0x02, 0x58, 0x7d, 0x98, 0x58, 0x4b +.byte 0x60, 0xbc, 0xcd, 0xd7, 0x0d, 0x9a, 0x13, 0x33, 0x53, 0xd1, 0x61, 0xf9, 0x7a, 0xd5, 0xd7, 0x78 +.byte 0xb3, 0x9a, 0x33, 0xf7, 0x00, 0x86, 0xce, 0x1d, 0x4d, 0x94, 0x38, 0xaf, 0xa8, 0xec, 0x78, 0x51 +.byte 0x70, 0x8a, 0x5c, 0x10, 0x83, 0x51, 0x21, 0xf7, 0x11, 0x3d, 0x34, 0x86, 0x5e, 0xe5, 0x48, 0xcd +.byte 0x97, 0x81, 0x82, 0x35, 0x4c, 0x19, 0xec, 0x65, 0xf6, 0x6b, 0xc5, 0x05, 0xa1, 0xee, 0x47, 0x13 +.byte 0xd6, 0xb3, 0x21, 0x27, 0x94, 0x10, 0x0a, 0xd9, 0x24, 0x3b, 0xba, 0xbe, 0x44, 0x13, 0x46, 0x30 +.byte 0x3f, 0x97, 0x3c, 0xd8, 0xd7, 0xd7, 0x6a, 0xee, 0x3b, 0x38, 0xe3, 0x2b, 0xd4, 0x97, 0x0e, 0xb9 +.byte 0x1b, 0xe7, 0x07, 0x49, 0x7f, 0x37, 0x2a, 0xf9, 0x77, 0x78, 0xcf, 0x54, 0xed, 0x5b, 0x46, 0x9d +.byte 0xa3, 0x80, 0x0e, 0x91, 0x43, 0xc1, 0xd6, 0x5b, 0x5f, 0x14, 0xba, 0x9f, 0xa6, 0x8d, 0x24, 0x47 +.byte 0x40, 0x59, 0xbf, 0x72, 0x38, 0xb2, 0x36, 0x6c, 0x37, 0xff, 0x99, 0xd1, 0x5d, 0x0e, 0x59, 0x0a +.byte 0xab, 0x69, 0xf7, 0xc0, 0xb2, 0x04, 0x45, 0x7a, 0x54, 0x00, 0xae, 0xbe, 0x53, 0xf6, 0xb5, 0xe7 +.byte 0xe1, 0xf8, 0x3c, 0xa3, 0x31, 0xd2, 0xa9, 0xfe, 0x21, 0x52, 0x64, 0xc5, 0xa6, 0x67, 0xf0, 0x75 +.byte 0x07, 0x06, 0x94, 0x14, 0x81, 0x55, 0xc6, 0x27, 0xe4, 0x01, 0x8f, 0x17, 0xc1, 0x6a, 0x71, 0xd7 +.byte 0xbe, 0x4b, 0xfb, 0x94, 0x58, 0x7d, 0x7e, 0x11, 0x33, 0xb1, 0x42, 0xf7, 0x62, 0x6c, 0x18, 0xd6 +.byte 0xcf, 0x09, 0x68, 0x3e, 0x7f, 0x6c, 0xf6, 0x1e, 0x8f, 0x62, 0xad, 0xa5, 0x63, 0xdb, 0x09, 0xa7 +.byte 0x1f, 0x22, 0x42, 0x41, 0x1e, 0x6f, 0x99, 0x8a, 0x3e, 0xd7, 0xf9, 0x3f, 0x40, 0x7a, 0x79, 0xb0 +.byte 0xa5, 0x01, 0x92, 0xd2, 0x9d, 0x3d, 0x08, 0x15, 0xa5, 0x10, 0x01, 0x2d, 0xb3, 0x32, 0x76, 0xa8 +.byte 0x95, 0x0d, 0xb3, 0x7a, 0x9a, 0xfb, 0x07, 0x10, 0x78, 0x11, 0x6f, 0xe1, 0x8f, 0xc7, 0xba, 0x0f +.byte 0x25, 0x1a, 0x74, 0x2a, 0xe5, 0x1c, 0x98, 0x41, 0x99, 0xdf, 0x21, 0x87, 0xe8, 0x95, 0x06, 0x6a +.byte 0x0a, 0xb3, 0x6a, 0x47, 0x76, 0x65, 0xf6, 0x3a, 0xcf, 0x8f, 0x62, 0x17, 0x19, 0x7b, 0x0a, 0x28 +.byte 0xcd, 0x1a, 0xd2, 0x83, 0x1e, 0x21, 0xc7, 0x2c, 0xbf, 0xbe, 0xff, 0x61, 0x68, 0xb7, 0x67, 0x1b +.byte 0xbb, 0x78, 0x4d, 0x8d, 0xce, 0x67, 0xe5, 0xe4, 0xc1, 0x8e, 0xb7, 0x23, 0x66, 0xe2, 0x9d, 0x90 +.byte 0x75, 0x34, 0x98, 0xa9, 0x36, 0x2b, 0x8a, 0x9a, 0x94, 0xb9, 0x9d, 0xec, 0xcc, 0x8a, 0xb1, 0xf8 +.byte 0x25, 0x89, 0x5c, 0x5a, 0xb6, 0x2f, 0x8c, 0x1f, 0x6d, 0x79, 0x24, 0xa7, 0x52, 0x68, 0xc3, 0x84 +.byte 0x35, 0xe2, 0x66, 0x8d, 0x63, 0x0e, 0x25, 0x4d, 0xd5, 0x19, 0xb2, 0xe6, 0x79, 0x37, 0xa7, 0x22 +.byte 0x9d, 0x54, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x61, 0x00, 0x78, 0x00, 0x30, 0x5f, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x18, 0x30, 0x16, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0f, 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x4c, 0x69 +.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d +.byte 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x53 +.byte 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x76, 0xfa, 0x99, 0xa9, 0x6e, 0x20, 0xed, 0xf9, 0xd7, 0x77, 0xe3 +.byte 0x07, 0x3b, 0xa8, 0xdb, 0x3d, 0x5f, 0x38, 0xe8, 0xab, 0x55, 0xa6, 0x56, 0x4f, 0xd6, 0x48, 0xea +.byte 0xec, 0x7f, 0x2d, 0xaa, 0xc3, 0xb2, 0xc5, 0x79, 0xec, 0x99, 0x61, 0x7f, 0x10, 0x79, 0xc7, 0x02 +.byte 0x5a, 0xf9, 0x04, 0x37, 0xf5, 0x34, 0x35, 0x2b, 0x77, 0xce, 0x7f, 0x20, 0x8f, 0x52, 0xa3, 0x00 +.byte 0x89, 0xec, 0xd5, 0xa7, 0xa2, 0x6d, 0x5b, 0xe3, 0x4b, 0x92, 0x93, 0xa0, 0x80, 0xf5, 0x01, 0x94 +.byte 0xdc, 0xf0, 0x68, 0x07, 0x1e, 0xcd, 0xee, 0xfe, 0x25, 0x52, 0xb5, 0x20, 0x43, 0x1c, 0x1b, 0xfe +.byte 0xeb, 0x19, 0xce, 0x43, 0xa3, 0x61, 0x00, 0x26, 0x02, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x0f, 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74 +.byte 0x65, 0x64, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x53, 0x65, 0x63 +.byte 0x74, 0x69, 0x67, 0x6f, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x53, 0x65, 0x72, 0x76 +.byte 0x65, 0x72, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x93, 0xbe, 0xd5, 0x36, 0x52 +.byte 0x75, 0xd8, 0x01, 0x23, 0xa0, 0x1c, 0x47, 0x42, 0x49, 0xee, 0x63, 0xb6, 0xb7, 0x21, 0xfd, 0xc4 +.byte 0x95, 0xd5, 0x48, 0x2b, 0x26, 0x7c, 0x14, 0x53, 0x10, 0xda, 0x79, 0xfd, 0x2b, 0xb7, 0x2d, 0xa4 +.byte 0xd4, 0x2c, 0xfa, 0xea, 0x32, 0xdd, 0x49, 0xc2, 0xb9, 0xbd, 0x0f, 0x48, 0x3d, 0x7b, 0x5a, 0x98 +.byte 0x54, 0xaf, 0x9e, 0x5d, 0x31, 0x74, 0x4f, 0x07, 0xfc, 0x50, 0x21, 0xdd, 0xa4, 0xcf, 0x68, 0x4f +.byte 0x1b, 0x12, 0x63, 0x6d, 0x25, 0x99, 0x4c, 0x2a, 0x99, 0xf3, 0x48, 0x30, 0x61, 0xfa, 0x81, 0x7c +.byte 0x1e, 0xa7, 0x08, 0x4a, 0xdc, 0x3e, 0x2b, 0x1c, 0x1f, 0x18, 0x4c, 0x71, 0xaa, 0x35, 0x8c, 0xad +.byte 0xf8, 0x6e, 0xe8, 0x3b, 0x4a, 0xd9, 0xe5, 0x94, 0x02, 0xd6, 0x89, 0x84, 0x13, 0xaa, 0x6d, 0xc8 +.byte 0x4f, 0x33, 0xcc, 0x50, 0x96, 0x37, 0x92, 0x33, 0xdc, 0x5f, 0x88, 0xe7, 0x9f, 0x54, 0xd9, 0x48 +.byte 0xf0, 0x98, 0x43, 0xd6, 0x66, 0xfd, 0x9f, 0x17, 0x38, 0x43, 0xc5, 0x01, 0x51, 0x0b, 0xd7, 0xe3 +.byte 0x23, 0x0f, 0x14, 0x5d, 0x5b, 0x14, 0xe7, 0x4b, 0xbe, 0xdd, 0xf4, 0xc8, 0xda, 0x03, 0x37, 0xd1 +.byte 0xd6, 0x39, 0xa1, 0x21, 0x51, 0x30, 0x83, 0xb0, 0x6d, 0xd7, 0x30, 0x4e, 0x96, 0x5b, 0x91, 0xf0 +.byte 0x70, 0x24, 0xab, 0xbf, 0x45, 0x81, 0x64, 0x43, 0x0d, 0xbd, 0x21, 0x3a, 0x2f, 0x3c, 0xe9, 0x9e +.byte 0x0d, 0xcb, 0x20, 0xb5, 0x42, 0x27, 0xcc, 0xda, 0x6f, 0x9b, 0xee, 0x64, 0x30, 0x90, 0x39, 0xcd +.byte 0x93, 0x65, 0x81, 0x21, 0x31, 0xb5, 0x23, 0x50, 0x33, 0x37, 0x22, 0xe3, 0x38, 0xed, 0xf8, 0x31 +.byte 0x30, 0xcc, 0x45, 0xfe, 0x62, 0xf9, 0xd1, 0x5d, 0x32, 0x79, 0x42, 0x87, 0xdf, 0x6a, 0xcc, 0x56 +.byte 0x19, 0x40, 0x4d, 0xce, 0xaa, 0xbb, 0xf9, 0xb5, 0x76, 0x49, 0x94, 0xf1, 0x27, 0xf8, 0x91, 0xa5 +.byte 0x83, 0xe5, 0x06, 0xb3, 0x63, 0x0e, 0x80, 0xdc, 0xe0, 0x12, 0x55, 0x80, 0xa6, 0x3b, 0x66, 0xb4 +.byte 0x39, 0x87, 0x2d, 0xc8, 0xf0, 0xd0, 0xd1, 0x14, 0xe9, 0xe4, 0x0d, 0x4d, 0x0e, 0xf6, 0x5d, 0x57 +.byte 0x72, 0xc5, 0x3b, 0x1c, 0x47, 0x56, 0x9d, 0xe2, 0xd5, 0xfb, 0x81, 0x61, 0x8c, 0xcc, 0x4d, 0x80 +.byte 0x90, 0x34, 0x5b, 0xb7, 0xd7, 0x14, 0x75, 0xdc, 0xd8, 0x04, 0x48, 0x9f, 0xc0, 0xc1, 0x28, 0x88 +.byte 0xb4, 0xe9, 0x1c, 0xca, 0xa7, 0xb1, 0xf1, 0x56, 0xb7, 0x7b, 0x49, 0x4c, 0x59, 0xe5, 0x20, 0x15 +.byte 0xa8, 0x84, 0x02, 0x29, 0xfa, 0x38, 0x94, 0x69, 0x9a, 0x49, 0x06, 0x8f, 0xcd, 0x1f, 0x79, 0x14 +.byte 0x17, 0x12, 0x0c, 0x83, 0x7a, 0xde, 0x1f, 0xb1, 0x97, 0xee, 0xf9, 0x97, 0x78, 0x28, 0xa4, 0xc8 +.byte 0x44, 0x92, 0xe9, 0x7d, 0x26, 0x05, 0xa6, 0x58, 0x72, 0x9b, 0x79, 0x13, 0xd8, 0x11, 0x5f, 0xae +.byte 0xc5, 0x38, 0x62, 0x34, 0x68, 0xb2, 0x86, 0x30, 0x8e, 0xf8, 0x90, 0x61, 0x9e, 0x32, 0x6c, 0xf5 +.byte 0x07, 0x36, 0xcd, 0xa2, 0x4c, 0x6e, 0xec, 0x8a, 0x36, 0xed, 0xf2, 0xe6, 0x99, 0x15, 0x44, 0x70 +.byte 0xc3, 0x7c, 0xbc, 0x9c, 0x39, 0xc0, 0xb4, 0xe1, 0x6b, 0xf7, 0x83, 0x25, 0x23, 0x57, 0xd9, 0x12 +.byte 0x80, 0xe5, 0x49, 0xf0, 0x75, 0x0f, 0xef, 0x8d, 0xeb, 0x1c, 0x9b, 0x54, 0x28, 0xb4, 0x21, 0x3c +.byte 0xfc, 0x7c, 0x0a, 0xff, 0xef, 0x7b, 0x6b, 0x75, 0xff, 0x8b, 0x1d, 0xa0, 0x19, 0x05, 0xab, 0xfa +.byte 0xf8, 0x2b, 0x81, 0x42, 0xe8, 0x38, 0xba, 0xbb, 0xfb, 0xaa, 0xfd, 0x3d, 0xe0, 0xf3, 0xca, 0xdf +.byte 0x4e, 0x97, 0x97, 0x29, 0xed, 0xf3, 0x18, 0x56, 0xe9, 0xa5, 0x96, 0xac, 0xbd, 0xc3, 0x90, 0x98 +.byte 0xb2, 0xe0, 0xf9, 0xa2, 0xd4, 0xa6, 0x47, 0x43, 0x7c, 0x6d, 0xcf, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x61, 0x00, 0x26, 0x01, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x54, 0x41 +.byte 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x0c, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x21, 0x54, 0x57, 0x43, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb0, 0x7e, 0x72, 0xb8, 0xa4, 0x03, 0x94, 0xe6, 0xa7, 0xde +.byte 0x09, 0x38, 0x91, 0x4a, 0x11, 0x40, 0x87, 0xa7, 0x7c, 0x59, 0x64, 0x14, 0x7b, 0xb5, 0x11, 0x10 +.byte 0xdd, 0xfe, 0xbf, 0xd5, 0xc0, 0xbb, 0x56, 0xe2, 0x85, 0x25, 0xf4, 0x35, 0x72, 0x0f, 0xf8, 0x53 +.byte 0xd0, 0x41, 0xe1, 0x44, 0x01, 0xc2, 0xb4, 0x1c, 0xc3, 0x31, 0x42, 0x16, 0x47, 0x85, 0x33, 0x22 +.byte 0x76, 0xb2, 0x0a, 0x6f, 0x0f, 0xe5, 0x25, 0x50, 0x4f, 0x85, 0x86, 0xbe, 0xbf, 0x98, 0x2e, 0x10 +.byte 0x67, 0x1e, 0xbe, 0x11, 0x05, 0x86, 0x05, 0x90, 0xc4, 0x59, 0xd0, 0x7c, 0x78, 0x10, 0xb0, 0x80 +.byte 0x5c, 0xb7, 0xe1, 0xc7, 0x2b, 0x75, 0xcb, 0x7c, 0x9f, 0xae, 0xb5, 0xd1, 0x9d, 0x23, 0x37, 0x63 +.byte 0xa7, 0xdc, 0x42, 0xa2, 0x2d, 0x92, 0x04, 0x1b, 0x50, 0xc1, 0x7b, 0xb8, 0x3e, 0x1b, 0xc9, 0x56 +.byte 0x04, 0x8b, 0x2f, 0x52, 0x9b, 0xad, 0xa9, 0x56, 0xe9, 0xc1, 0xff, 0xad, 0xa9, 0x58, 0x87, 0x30 +.byte 0xb6, 0x81, 0xf7, 0x97, 0x45, 0xfc, 0x19, 0x57, 0x3b, 0x2b, 0x6f, 0xe4, 0x47, 0xf4, 0x99, 0x45 +.byte 0xfe, 0x1d, 0xf1, 0xf8, 0x97, 0xa3, 0x88, 0x1d, 0x37, 0x1c, 0x5c, 0x8f, 0xe0, 0x76, 0x25, 0x9a +.byte 0x50, 0xf8, 0xa0, 0x54, 0xff, 0x44, 0x90, 0x76, 0x23, 0xd2, 0x32, 0xc6, 0xc3, 0xab, 0x06, 0xbf +.byte 0xfc, 0xfb, 0xbf, 0xf3, 0xad, 0x7d, 0x92, 0x62, 0x02, 0x5b, 0x29, 0xd3, 0x35, 0xa3, 0x93, 0x9a +.byte 0x43, 0x64, 0x60, 0x5d, 0xb2, 0xfa, 0x32, 0xff, 0x3b, 0x04, 0xaf, 0x4d, 0x40, 0x6a, 0xf9, 0xc7 +.byte 0xe3, 0xef, 0x23, 0xfd, 0x6b, 0xcb, 0xe5, 0x0f, 0x8b, 0x38, 0x0d, 0xee, 0x0a, 0xfc, 0xfe, 0x0f +.byte 0x98, 0x9f, 0x30, 0x31, 0xdd, 0x6c, 0x52, 0x65, 0xf9, 0x8b, 0x81, 0xbe, 0x22, 0xe1, 0x1c, 0x58 +.byte 0x03, 0xba, 0x91, 0x1b, 0x89, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x78, 0x00, 0x30 +.byte 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25 +.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e +.byte 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22 +.byte 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43 +.byte 0x41, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xa4, 0xa5, 0x6f, 0x60, 0x03, 0x03 +.byte 0xc3, 0xbd, 0x31, 0xf4, 0xd3, 0x17, 0x9c, 0x2b, 0x84, 0x75, 0xac, 0xe5, 0xfd, 0x3d, 0x57, 0x6e +.byte 0xd7, 0x63, 0xbf, 0xe6, 0x04, 0x89, 0x92, 0x8e, 0x81, 0x9c, 0xe3, 0xe9, 0x47, 0x6e, 0xca, 0x90 +.byte 0x12, 0xc8, 0x13, 0xe0, 0xa7, 0x9d, 0xf7, 0x65, 0x74, 0x1f, 0x6c, 0x10, 0xb2, 0xe8, 0xe4, 0xe9 +.byte 0xef, 0x6d, 0x85, 0x32, 0x99, 0x44, 0xb1, 0x5e, 0xfd, 0xcc, 0x76, 0x10, 0xd8, 0x5b, 0xbd, 0xa2 +.byte 0xc6, 0xf9, 0xd6, 0x42, 0xe4, 0x57, 0x76, 0xdc, 0x90, 0xc2, 0x35, 0xa9, 0x4b, 0x88, 0x3c, 0x12 +.byte 0x47, 0x6d, 0x5c, 0xff, 0x49, 0x4f, 0x1a, 0x4a, 0x50, 0xb1, 0x63, 0x00, 0x26, 0x02, 0x30, 0x61 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x4e, 0x31, 0x37, 0x30 +.byte 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x4e +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x65, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72 +.byte 0x6f, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x10, 0x54, 0x75, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xc3, 0xcd, 0xd3, 0xfc, 0xbd, 0x04, 0x53, 0xdd, 0x0c, 0x20, 0x3a, 0xd5, 0x88, 0x2e +.byte 0x05, 0x4b, 0x41, 0xf5, 0x83, 0x82, 0x7e, 0xf7, 0x59, 0x9f, 0x9e, 0x9e, 0x63, 0xe8, 0x73, 0xda +.byte 0xf6, 0x06, 0xa9, 0x4f, 0x1f, 0xb4, 0xf9, 0x0b, 0x1f, 0x39, 0x8c, 0x9a, 0x20, 0xd0, 0x7e, 0x06 +.byte 0xd4, 0xec, 0x34, 0xd9, 0x86, 0xbc, 0x75, 0x5b, 0x87, 0x88, 0xf0, 0xd2, 0xd9, 0xd4, 0xa3, 0x0a +.byte 0xb2, 0x6c, 0x1b, 0xeb, 0x49, 0x2c, 0x3e, 0xac, 0x5d, 0xd8, 0x94, 0x03, 0xa0, 0xec, 0x34, 0xe5 +.byte 0x30, 0xc4, 0x35, 0x7d, 0xfb, 0x26, 0x4d, 0x1b, 0x6e, 0x30, 0x54, 0xd8, 0xf5, 0x80, 0x45, 0x9c +.byte 0x39, 0xad, 0x9c, 0xc9, 0x25, 0x04, 0x4d, 0x9a, 0x90, 0x3e, 0x4e, 0x40, 0x6e, 0x8a, 0x6b, 0xcd +.byte 0x29, 0x67, 0xc6, 0xcc, 0x2d, 0xe0, 0x74, 0xe8, 0x05, 0x57, 0x0a, 0x48, 0x50, 0xfa, 0x7a, 0x43 +.byte 0xda, 0x7e, 0xec, 0x5b, 0x9a, 0x0e, 0x62, 0x76, 0xfe, 0xea, 0x9d, 0x1d, 0x85, 0x72, 0xec, 0x11 +.byte 0xbb, 0x35, 0xe8, 0x1f, 0x27, 0xbf, 0xc1, 0xa1, 0xc7, 0xbb, 0x48, 0x16, 0xdd, 0x56, 0xd7, 0xcc +.byte 0x4e, 0xa0, 0xe1, 0xb9, 0xac, 0xdb, 0xd5, 0x83, 0x19, 0x1a, 0x85, 0xd1, 0x94, 0x97, 0xd7, 0xca +.byte 0xa3, 0x65, 0x0b, 0xf3, 0x38, 0xf9, 0x02, 0xae, 0xdd, 0xf6, 0x67, 0xcf, 0xc9, 0x3f, 0xf5, 0x8a +.byte 0x2c, 0x47, 0x1a, 0x99, 0x6f, 0x05, 0x0d, 0xfd, 0xd0, 0x1d, 0x82, 0x31, 0xfc, 0x29, 0xcc, 0x00 +.byte 0x58, 0x97, 0x91, 0x4c, 0x80, 0x00, 0x1c, 0x33, 0x85, 0x96, 0x2f, 0xcb, 0x41, 0xc2, 0x8b, 0x10 +.byte 0x84, 0xc3, 0x09, 0x24, 0x89, 0x1f, 0xb5, 0x0f, 0xd9, 0xd9, 0x77, 0x47, 0x18, 0x92, 0x94, 0x60 +.byte 0x5c, 0xc7, 0x99, 0x03, 0x3c, 0xfe, 0xf7, 0x95, 0xa7, 0x7d, 0x50, 0xa1, 0x80, 0xc2, 0xa9, 0x83 +.byte 0xad, 0x58, 0x96, 0x55, 0x21, 0xdb, 0x86, 0x59, 0xd4, 0xaf, 0xc6, 0xbc, 0xdd, 0x81, 0x6e, 0x07 +.byte 0xdb, 0x60, 0x62, 0xfe, 0xec, 0x10, 0x6e, 0xda, 0x68, 0x01, 0xf4, 0x83, 0x1b, 0xa9, 0x3e, 0xa2 +.byte 0x5b, 0x23, 0xd7, 0x64, 0xc6, 0xdf, 0xdc, 0xa2, 0x7d, 0xd8, 0x4b, 0xba, 0x82, 0xd2, 0x51, 0xf8 +.byte 0x66, 0xbf, 0x06, 0x46, 0xe4, 0x79, 0x2a, 0x26, 0x36, 0x79, 0x8f, 0x1f, 0x4e, 0x99, 0x1d, 0xb2 +.byte 0x8f, 0x0c, 0x0e, 0x1c, 0xff, 0xc9, 0x5d, 0xc0, 0xfd, 0x90, 0x10, 0xa6, 0xb1, 0x37, 0xf3, 0xcd +.byte 0x3a, 0x24, 0x6e, 0xb4, 0x85, 0x90, 0xbf, 0x80, 0xb9, 0x0c, 0x8c, 0xd5, 0x9b, 0xd6, 0xc8, 0xf1 +.byte 0x56, 0x3f, 0x1a, 0x80, 0x89, 0x7a, 0xa9, 0xe2, 0x1b, 0x32, 0x51, 0x2c, 0x3e, 0xf2, 0xdf, 0x7b +.byte 0xf6, 0x5d, 0x7a, 0x29, 0x19, 0x8e, 0xe5, 0xc8, 0xbd, 0x36, 0x71, 0x8b, 0x5d, 0x4c, 0xc2, 0x1d +.byte 0x3f, 0xad, 0x58, 0xa2, 0xcf, 0x3d, 0x70, 0x4d, 0xa6, 0x50, 0x98, 0x25, 0xdc, 0x23, 0xf9, 0xb8 +.byte 0x58, 0x41, 0x08, 0x71, 0xbf, 0x4f, 0xb8, 0x84, 0xa0, 0x8f, 0x00, 0x54, 0x15, 0xfc, 0x91, 0x6d +.byte 0x58, 0xa7, 0x96, 0x3b, 0xeb, 0x4b, 0x96, 0x27, 0xcd, 0x6b, 0xa2, 0xa1, 0x86, 0xac, 0x0d, 0x7c +.byte 0x54, 0xe6, 0x66, 0x4c, 0x66, 0x5f, 0x90, 0xbe, 0x21, 0x9a, 0x02, 0x46, 0x2d, 0xe4, 0x83, 0xc2 +.byte 0x80, 0xb9, 0xcf, 0x4b, 0x3e, 0xe8, 0x7f, 0x3c, 0x01, 0xec, 0x8f, 0x5e, 0xcd, 0x7f, 0xd2, 0x28 +.byte 0x42, 0x01, 0x95, 0x8a, 0xe2, 0x97, 0x3d, 0x10, 0x21, 0x7d, 0xf6, 0x9d, 0x1c, 0xc5, 0x34, 0xa1 +.byte 0xec, 0x2c, 0x0e, 0x0a, 0x52, 0x2c, 0x12, 0x55, 0x70, 0x24, 0x3d, 0xcb, 0xc2, 0x14, 0x35, 0x43 +.byte 0x5d, 0x27, 0x4e, 0xbe, 0xc0, 0xbd, 0xaa, 0x7c, 0x96, 0xe7, 0xfc, 0x9e, 0x61, 0xad, 0x44, 0xd3 +.byte 0x00, 0x97, 0x02, 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x26, 0x01, 0x30, 0x61, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e +.byte 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e +.byte 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20 +.byte 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe2 +.byte 0x3b, 0xe1, 0x11, 0x72, 0xde, 0xa8, 0xa4, 0xd3, 0xa3, 0x57, 0xaa, 0x50, 0xa2, 0x8f, 0x0b, 0x77 +.byte 0x90, 0xc9, 0xa2, 0xa5, 0xee, 0x12, 0xce, 0x96, 0x5b, 0x01, 0x09, 0x20, 0xcc, 0x01, 0x93, 0xa7 +.byte 0x4e, 0x30, 0xb7, 0x53, 0xf7, 0x43, 0xc4, 0x69, 0x00, 0x57, 0x9d, 0xe2, 0x8d, 0x22, 0xdd, 0x87 +.byte 0x06, 0x40, 0x00, 0x81, 0x09, 0xce, 0xce, 0x1b, 0x83, 0xbf, 0xdf, 0xcd, 0x3b, 0x71, 0x46, 0xe2 +.byte 0xd6, 0x66, 0xc7, 0x05, 0xb3, 0x76, 0x27, 0x16, 0x8f, 0x7b, 0x9e, 0x1e, 0x95, 0x7d, 0xee, 0xb7 +.byte 0x48, 0xa3, 0x08, 0xda, 0xd6, 0xaf, 0x7a, 0x0c, 0x39, 0x06, 0x65, 0x7f, 0x4a, 0x5d, 0x1f, 0xbc +.byte 0x17, 0xf8, 0xab, 0xbe, 0xee, 0x28, 0xd7, 0x74, 0x7f, 0x7a, 0x78, 0x99, 0x59, 0x85, 0x68, 0x6e +.byte 0x5c, 0x23, 0x32, 0x4b, 0xbf, 0x4e, 0xc0, 0xe8, 0x5a, 0x6d, 0xe3, 0x70, 0xbf, 0x77, 0x10, 0xbf +.byte 0xfc, 0x01, 0xf6, 0x85, 0xd9, 0xa8, 0x44, 0x10, 0x58, 0x32, 0xa9, 0x75, 0x18, 0xd5, 0xd1, 0xa2 +.byte 0xbe, 0x47, 0xe2, 0x27, 0x6a, 0xf4, 0x9a, 0x33, 0xf8, 0x49, 0x08, 0x60, 0x8b, 0xd4, 0x5f, 0xb4 +.byte 0x3a, 0x84, 0xbf, 0xa1, 0xaa, 0x4a, 0x4c, 0x7d, 0x3e, 0xcf, 0x4f, 0x5f, 0x6c, 0x76, 0x5e, 0xa0 +.byte 0x4b, 0x37, 0x91, 0x9e, 0xdc, 0x22, 0xe6, 0x6d, 0xce, 0x14, 0x1a, 0x8e, 0x6a, 0xcb, 0xfe, 0xcd +.byte 0xb3, 0x14, 0x64, 0x17, 0xc7, 0x5b, 0x29, 0x9e, 0x32, 0xbf, 0xf2, 0xee, 0xfa, 0xd3, 0x0b, 0x42 +.byte 0xd4, 0xab, 0xb7, 0x41, 0x32, 0xda, 0x0c, 0xd4, 0xef, 0xf8, 0x81, 0xd5, 0xbb, 0x8d, 0x58, 0x3f +.byte 0xb5, 0x1b, 0xe8, 0x49, 0x28, 0xa2, 0x70, 0xda, 0x31, 0x04, 0xdd, 0xf7, 0xb2, 0x16, 0xf2, 0x4c +.byte 0x0a, 0x4e, 0x07, 0xa8, 0xed, 0x4a, 0x3d, 0x5e, 0xb5, 0x7f, 0xa3, 0x90, 0xc3, 0xaf, 0x27, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x26, 0x01, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19 +.byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67 +.byte 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbb, 0x37, 0xcd, 0x34 +.byte 0xdc, 0x7b, 0x6b, 0xc9, 0xb2, 0x68, 0x90, 0xad, 0x4a, 0x75, 0xff, 0x46, 0xba, 0x21, 0x0a, 0x08 +.byte 0x8d, 0xf5, 0x19, 0x54, 0xc9, 0xfb, 0x88, 0xdb, 0xf3, 0xae, 0xf2, 0x3a, 0x89, 0x91, 0x3c, 0x7a +.byte 0xe6, 0xab, 0x06, 0x1a, 0x6b, 0xcf, 0xac, 0x2d, 0xe8, 0x5e, 0x09, 0x24, 0x44, 0xba, 0x62, 0x9a +.byte 0x7e, 0xd6, 0xa3, 0xa8, 0x7e, 0xe0, 0x54, 0x75, 0x20, 0x05, 0xac, 0x50, 0xb7, 0x9c, 0x63, 0x1a +.byte 0x6c, 0x30, 0xdc, 0xda, 0x1f, 0x19, 0xb1, 0xd7, 0x1e, 0xde, 0xfd, 0xd7, 0xe0, 0xcb, 0x94, 0x83 +.byte 0x37, 0xae, 0xec, 0x1f, 0x43, 0x4e, 0xdd, 0x7b, 0x2c, 0xd2, 0xbd, 0x2e, 0xa5, 0x2f, 0xe4, 0xa9 +.byte 0xb8, 0xad, 0x3a, 0xd4, 0x99, 0xa4, 0xb6, 0x25, 0xe9, 0x9b, 0x6b, 0x00, 0x60, 0x92, 0x60, 0xff +.byte 0x4f, 0x21, 0x49, 0x18, 0xf7, 0x67, 0x90, 0xab, 0x61, 0x06, 0x9c, 0x8f, 0xf2, 0xba, 0xe9, 0xb4 +.byte 0xe9, 0x92, 0x32, 0x6b, 0xb5, 0xf3, 0x57, 0xe8, 0x5d, 0x1b, 0xcd, 0x8c, 0x1d, 0xab, 0x95, 0x04 +.byte 0x95, 0x49, 0xf3, 0x35, 0x2d, 0x96, 0xe3, 0x49, 0x6d, 0xdd, 0x77, 0xe3, 0xfb, 0x49, 0x4b, 0xb4 +.byte 0xac, 0x55, 0x07, 0xa9, 0x8f, 0x95, 0xb3, 0xb4, 0x23, 0xbb, 0x4c, 0x6d, 0x45, 0xf0, 0xf6, 0xa9 +.byte 0xb2, 0x95, 0x30, 0xb4, 0xfd, 0x4c, 0x55, 0x8c, 0x27, 0x4a, 0x57, 0x14, 0x7c, 0x82, 0x9d, 0xcd +.byte 0x73, 0x92, 0xd3, 0x16, 0x4a, 0x06, 0x0c, 0x8c, 0x50, 0xd1, 0x8f, 0x1e, 0x09, 0xbe, 0x17, 0xa1 +.byte 0xe6, 0x21, 0xca, 0xfd, 0x83, 0xe5, 0x10, 0xbc, 0x83, 0xa5, 0x0a, 0xc4, 0x67, 0x28, 0xf6, 0x73 +.byte 0x14, 0x14, 0x3d, 0x46, 0x76, 0xc3, 0x87, 0x14, 0x89, 0x21, 0x34, 0x4d, 0xaf, 0x0f, 0x45, 0x0c +.byte 0xa6, 0x49, 0xa1, 0xba, 0xbb, 0x9c, 0xc5, 0xb1, 0x33, 0x83, 0x29, 0x85, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x63, 0x00, 0x78, 0x00, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44 +.byte 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65 +.byte 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0xdd, 0xa7, 0xd9, 0xbb, 0x8a, 0xb8, 0x0b, 0xfb, 0x0b, 0x7f, 0x21, 0xd2, 0xf0, 0xbe, 0xbe, 0x73 +.byte 0xf3, 0x33, 0x5d, 0x1a, 0xbc, 0x34, 0xea, 0xde, 0xc6, 0x9b, 0xbc, 0xd0, 0x95, 0xf6, 0xf0, 0xcc +.byte 0xd0, 0x0b, 0xba, 0x61, 0x5b, 0x51, 0x46, 0x7e, 0x9e, 0x2d, 0x9f, 0xee, 0x8e, 0x63, 0x0c, 0x17 +.byte 0xec, 0x07, 0x70, 0xf5, 0xcf, 0x84, 0x2e, 0x40, 0x83, 0x9c, 0xe8, 0x3f, 0x41, 0x6d, 0x3b, 0xad +.byte 0xd3, 0xa4, 0x14, 0x59, 0x36, 0x78, 0x9d, 0x03, 0x43, 0xee, 0x10, 0x13, 0x6c, 0x72, 0xde, 0xae +.byte 0x88, 0xa7, 0xa1, 0x6b, 0xb5, 0x43, 0xce, 0x67, 0xdc, 0x23, 0xff, 0x03, 0x1c, 0xa3, 0xe2, 0x3e +.byte 0x64, 0x00, 0x26, 0x02, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x43, 0x4e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x29, 0x47, 0x55 +.byte 0x41, 0x4e, 0x47, 0x20, 0x44, 0x4f, 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49 +.byte 0x43, 0x41, 0x54, 0x45, 0x20, 0x41, 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x20, 0x43 +.byte 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x16, 0x47, 0x44, 0x43, 0x41, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x55, 0x54, 0x48 +.byte 0x20, 0x52, 0x35, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd9, 0xa3, 0x16, 0xf0, 0xc8, 0x74, 0x74 +.byte 0x77, 0x9b, 0xef, 0x33, 0x0d, 0x3b, 0x06, 0x7e, 0x55, 0xfc, 0xb5, 0x60, 0x8f, 0x76, 0x86, 0x12 +.byte 0x42, 0x7d, 0x56, 0x66, 0x3e, 0x88, 0x82, 0xed, 0x72, 0x63, 0x0e, 0x9e, 0x8b, 0xdd, 0x34, 0x2c +.byte 0x02, 0x51, 0x51, 0xc3, 0x19, 0xfd, 0x59, 0x54, 0x84, 0xc9, 0xf1, 0x6b, 0xb3, 0x4c, 0xb0, 0xe9 +.byte 0xe8, 0x46, 0x5d, 0x38, 0xc6, 0xa2, 0xa7, 0x2e, 0x11, 0x57, 0xba, 0x82, 0x15, 0xa2, 0x9c, 0x8f +.byte 0x6d, 0xb0, 0x99, 0x4a, 0x0a, 0xf2, 0xeb, 0x89, 0x70, 0x63, 0x4e, 0x79, 0xc4, 0xb7, 0x5b, 0xbd +.byte 0xa2, 0x5d, 0xb1, 0xf2, 0x41, 0x02, 0x2b, 0xad, 0xa9, 0x3a, 0xa3, 0xec, 0x79, 0x0a, 0xec, 0x5f +.byte 0x3a, 0xe3, 0xfd, 0xef, 0x80, 0x3c, 0xad, 0x34, 0x9b, 0x1a, 0xab, 0x88, 0x26, 0x7b, 0x56, 0xa2 +.byte 0x82, 0x86, 0x1f, 0xeb, 0x35, 0x89, 0x83, 0x7f, 0x5f, 0xae, 0x29, 0x4e, 0x3d, 0xb6, 0x6e, 0xec +.byte 0xae, 0xc1, 0xf0, 0x27, 0x9b, 0xae, 0xe3, 0xf4, 0xec, 0xef, 0xae, 0x7f, 0xf7, 0x86, 0x3d, 0x72 +.byte 0x7a, 0xeb, 0xa5, 0xfb, 0x59, 0x4e, 0xa7, 0xeb, 0x95, 0x8c, 0x22, 0x39, 0x79, 0xe1, 0x2d, 0x08 +.byte 0x8f, 0xcc, 0xbc, 0x91, 0xb8, 0x41, 0xf7, 0x14, 0xc1, 0x23, 0xa9, 0xc3, 0xad, 0x9a, 0x45, 0x44 +.byte 0xb3, 0xb2, 0xd7, 0x2c, 0xcd, 0xc6, 0x29, 0xe2, 0x50, 0x10, 0xae, 0x5c, 0xcb, 0x82, 0x8e, 0x17 +.byte 0x18, 0x36, 0x7d, 0x97, 0xe6, 0x88, 0x9a, 0xb0, 0x4d, 0x34, 0x09, 0xf4, 0x2c, 0xb9, 0x5a, 0x66 +.byte 0x2a, 0xb0, 0x17, 0x9b, 0x9e, 0x1e, 0x76, 0x9d, 0x4a, 0x66, 0x31, 0x41, 0xdf, 0x3f, 0xfb, 0xc5 +.byte 0x06, 0xef, 0x1b, 0xb6, 0x7e, 0x1a, 0x46, 0x36, 0xf7, 0x64, 0x63, 0x3b, 0xe3, 0x39, 0x18, 0x23 +.byte 0xe7, 0x67, 0x75, 0x14, 0xd5, 0x75, 0x57, 0x92, 0x37, 0xbd, 0xbe, 0x6a, 0x1b, 0x26, 0x50, 0xf2 +.byte 0x36, 0x26, 0x06, 0x90, 0xc5, 0x70, 0x01, 0x64, 0x6d, 0x76, 0x66, 0xe1, 0x91, 0xdb, 0x6e, 0x07 +.byte 0xc0, 0x61, 0x80, 0x2e, 0xb2, 0x2e, 0x2f, 0x8c, 0x70, 0xa7, 0xd1, 0x3b, 0x3c, 0xb3, 0x91, 0xe4 +.byte 0x6e, 0xb6, 0xc4, 0x3b, 0x70, 0xf2, 0x6c, 0x92, 0x97, 0x09, 0xcd, 0x47, 0x7d, 0x18, 0xc0, 0xf3 +.byte 0xbb, 0x9e, 0x0f, 0xd6, 0x8b, 0xae, 0x07, 0xb6, 0x5a, 0x0f, 0xce, 0x0b, 0x0c, 0x47, 0xa7, 0xe5 +.byte 0x3e, 0xb8, 0xbd, 0x7d, 0xc7, 0x9b, 0x35, 0xa0, 0x61, 0x97, 0x3a, 0x41, 0x75, 0x17, 0xcc, 0x2b +.byte 0x96, 0x77, 0x2a, 0x92, 0x21, 0x1e, 0xd9, 0x95, 0x76, 0x20, 0x67, 0x68, 0xcf, 0x0d, 0xbd, 0xdf +.byte 0xd6, 0x1f, 0x09, 0x6a, 0x9a, 0xe2, 0xcc, 0x73, 0x71, 0xa4, 0x2f, 0x7d, 0x12, 0x80, 0xb7, 0x53 +.byte 0x30, 0x46, 0x5e, 0x4b, 0x54, 0x99, 0x0f, 0x67, 0xc9, 0xa5, 0xc8, 0xf2, 0x20, 0xc1, 0x82, 0xec +.byte 0x9d, 0x11, 0xdf, 0xc2, 0x02, 0xfb, 0x1a, 0x3b, 0xd1, 0xed, 0x20, 0x9a, 0xef, 0x65, 0x64, 0x92 +.byte 0x10, 0x0d, 0x2a, 0xe2, 0xde, 0x70, 0xf1, 0x18, 0x67, 0x82, 0x8c, 0x61, 0xde, 0xb8, 0xbc, 0xd1 +.byte 0x2f, 0x9c, 0xfb, 0x0f, 0xd0, 0x2b, 0xed, 0x1b, 0x76, 0xb9, 0xe4, 0x39, 0x55, 0xf8, 0xf8, 0xa1 +.byte 0x1d, 0xb8, 0xaa, 0x80, 0x00, 0x4c, 0x82, 0xe7, 0xb2, 0x7f, 0x09, 0xb8, 0xbc, 0x30, 0xa0, 0x2f +.byte 0x0d, 0xf5, 0x52, 0x9e, 0x8e, 0xf7, 0x92, 0xb3, 0x0a, 0x00, 0x1d, 0x00, 0x54, 0x97, 0x06, 0xe0 +.byte 0xb1, 0x07, 0xd9, 0xc7, 0x0f, 0x5c, 0x65, 0x7d, 0x3c, 0x6d, 0x59, 0x57, 0xe4, 0xed, 0xa5, 0x8d +.byte 0xe9, 0x40, 0x53, 0x9f, 0x15, 0x4b, 0xa0, 0x71, 0xf6, 0x1a, 0x21, 0xe3, 0xda, 0x70, 0x06, 0x21 +.byte 0x58, 0x14, 0x87, 0x85, 0x77, 0x79, 0xaa, 0x82, 0x79, 0x02, 0x03, 0x01, 0x00, 0x01, 0x64, 0x00 +.byte 0x26, 0x02, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69 +.byte 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x44, 0x69 +.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xbf, 0xe6, 0x90, 0x73, 0x68, 0xde, 0xbb, 0xe4, 0x5d +.byte 0x4a, 0x3c, 0x30, 0x22, 0x30, 0x69, 0x33, 0xec, 0xc2, 0xa7, 0x25, 0x2e, 0xc9, 0x21, 0x3d, 0xf2 +.byte 0x8a, 0xd8, 0x59, 0xc2, 0xe1, 0x29, 0xa7, 0x3d, 0x58, 0xab, 0x76, 0x9a, 0xcd, 0xae, 0x7b, 0x1b +.byte 0x84, 0x0d, 0xc4, 0x30, 0x1f, 0xf3, 0x1b, 0xa4, 0x38, 0x16, 0xeb, 0x56, 0xc6, 0x97, 0x6d, 0x1d +.byte 0xab, 0xb2, 0x79, 0xf2, 0xca, 0x11, 0xd2, 0xe4, 0x5f, 0xd6, 0x05, 0x3c, 0x52, 0x0f, 0x52, 0x1f +.byte 0xc6, 0x9e, 0x15, 0xa5, 0x7e, 0xbe, 0x9f, 0xa9, 0x57, 0x16, 0x59, 0x55, 0x72, 0xaf, 0x68, 0x93 +.byte 0x70, 0xc2, 0xb2, 0xba, 0x75, 0x99, 0x6a, 0x73, 0x32, 0x94, 0xd1, 0x10, 0x44, 0x10, 0x2e, 0xdf +.byte 0x82, 0xf3, 0x07, 0x84, 0xe6, 0x74, 0x3b, 0x6d, 0x71, 0xe2, 0x2d, 0x0c, 0x1b, 0xee, 0x20, 0xd5 +.byte 0xc9, 0x20, 0x1d, 0x63, 0x29, 0x2d, 0xce, 0xec, 0x5e, 0x4e, 0xc8, 0x93, 0xf8, 0x21, 0x61, 0x9b +.byte 0x34, 0xeb, 0x05, 0xc6, 0x5e, 0xec, 0x5b, 0x1a, 0xbc, 0xeb, 0xc9, 0xcf, 0xcd, 0xac, 0x34, 0x40 +.byte 0x5f, 0xb1, 0x7a, 0x66, 0xee, 0x77, 0xc8, 0x48, 0xa8, 0x66, 0x57, 0x57, 0x9f, 0x54, 0x58, 0x8e +.byte 0x0c, 0x2b, 0xb7, 0x4f, 0xa7, 0x30, 0xd9, 0x56, 0xee, 0xca, 0x7b, 0x5d, 0xe3, 0xad, 0xc9, 0x4f +.byte 0x5e, 0xe5, 0x35, 0xe7, 0x31, 0xcb, 0xda, 0x93, 0x5e, 0xdc, 0x8e, 0x8f, 0x80, 0xda, 0xb6, 0x91 +.byte 0x98, 0x40, 0x90, 0x79, 0xc3, 0x78, 0xc7, 0xb6, 0xb1, 0xc4, 0xb5, 0x6a, 0x18, 0x38, 0x03, 0x10 +.byte 0x8d, 0xd8, 0xd4, 0x37, 0xa4, 0x2e, 0x05, 0x7d, 0x88, 0xf5, 0x82, 0x3e, 0x10, 0x91, 0x70, 0xab +.byte 0x55, 0x82, 0x41, 0x32, 0xd7, 0xdb, 0x04, 0x73, 0x2a, 0x6e, 0x91, 0x01, 0x7c, 0x21, 0x4c, 0xd4 +.byte 0xbc, 0xae, 0x1b, 0x03, 0x75, 0x5d, 0x78, 0x66, 0xd9, 0x3a, 0x31, 0x44, 0x9a, 0x33, 0x40, 0xbf +.byte 0x08, 0xd7, 0x5a, 0x49, 0xa4, 0xc2, 0xe6, 0xa9, 0xa0, 0x67, 0xdd, 0xa4, 0x27, 0xbc, 0xa1, 0x4f +.byte 0x39, 0xb5, 0x11, 0x58, 0x17, 0xf7, 0x24, 0x5c, 0x46, 0x8f, 0x64, 0xf7, 0xc1, 0x69, 0x88, 0x76 +.byte 0x98, 0x76, 0x3d, 0x59, 0x5d, 0x42, 0x76, 0x87, 0x89, 0x97, 0x69, 0x7a, 0x48, 0xf0, 0xe0, 0xa2 +.byte 0x12, 0x1b, 0x66, 0x9a, 0x74, 0xca, 0xde, 0x4b, 0x1e, 0xe7, 0x0e, 0x63, 0xae, 0xe6, 0xd4, 0xef +.byte 0x92, 0x92, 0x3a, 0x9e, 0x3d, 0xdc, 0x00, 0xe4, 0x45, 0x25, 0x89, 0xb6, 0x9a, 0x44, 0x19, 0x2b +.byte 0x7e, 0xc0, 0x94, 0xb4, 0xd2, 0x61, 0x6d, 0xeb, 0x33, 0xd9, 0xc5, 0xdf, 0x4b, 0x04, 0x00, 0xcc +.byte 0x7d, 0x1c, 0x95, 0xc3, 0x8f, 0xf7, 0x21, 0xb2, 0xb2, 0x11, 0xb7, 0xbb, 0x7f, 0xf2, 0xd5, 0x8c +.byte 0x70, 0x2c, 0x41, 0x60, 0xaa, 0xb1, 0x63, 0x18, 0x44, 0x95, 0x1a, 0x76, 0x62, 0x7e, 0xf6, 0x80 +.byte 0xb0, 0xfb, 0xe8, 0x64, 0xa6, 0x33, 0xd1, 0x89, 0x07, 0xe1, 0xbd, 0xb7, 0xe6, 0x43, 0xa4, 0x18 +.byte 0xb8, 0xa6, 0x77, 0x01, 0xe1, 0x0f, 0x94, 0x0c, 0x21, 0x1d, 0xb2, 0x54, 0x29, 0x25, 0x89, 0x6c +.byte 0xe5, 0x0e, 0x52, 0x51, 0x47, 0x74, 0xbe, 0x26, 0xac, 0xb6, 0x41, 0x75, 0xde, 0x7a, 0xac, 0x5f +.byte 0x8d, 0x3f, 0xc9, 0xbc, 0xd3, 0x41, 0x11, 0x12, 0x5b, 0xe5, 0x10, 0x50, 0xeb, 0x31, 0xc5, 0xca +.byte 0x72, 0x16, 0x22, 0x09, 0xdf, 0x7c, 0x4c, 0x75, 0x3f, 0x63, 0xec, 0x21, 0x5f, 0xc4, 0x20, 0x51 +.byte 0x6b, 0x6f, 0xb1, 0xab, 0x86, 0x8b, 0x4f, 0xc2, 0xd6, 0x45, 0x5f, 0x9d, 0x20, 0xfc, 0xa1, 0x1e +.byte 0xc5, 0xc0, 0x8f, 0xa2, 0xb1, 0x7e, 0x0a, 0x26, 0x99, 0xf5, 0xe4, 0x69, 0x2f, 0x98, 0x1d, 0x2d +.byte 0xf5, 0xd9, 0xa9, 0xb2, 0x1d, 0xe5, 0x1b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x65, 0x00, 0x78, 0x00 +.byte 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1e, 0x44, 0x65, 0x75, 0x74, 0x73, 0x63 +.byte 0x68, 0x65, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72 +.byte 0x69, 0x74, 0x79, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x22, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72 +.byte 0x69, 0x74, 0x79, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d +.byte 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xce, 0xbf, 0xfe +.byte 0x57, 0xa8, 0xbf, 0xd5, 0xaa, 0xf7, 0x10, 0x9a, 0xcd, 0xbc, 0xd1, 0x11, 0xa2, 0xbd, 0x67, 0x42 +.byte 0xcc, 0x90, 0xeb, 0x15, 0x18, 0x90, 0xd9, 0xa2, 0xcd, 0x0c, 0x2a, 0x25, 0xeb, 0x3e, 0x4f, 0xce +.byte 0xb5, 0xd2, 0x8f, 0x0f, 0xf3, 0x35, 0xda, 0x43, 0x8b, 0x02, 0x80, 0xbe, 0x6f, 0x51, 0x24, 0x1d +.byte 0x0f, 0x6b, 0x2b, 0xca, 0x9f, 0xc2, 0x6f, 0x50, 0x32, 0xe5, 0x37, 0x20, 0xb6, 0x20, 0xff, 0x88 +.byte 0x0d, 0x0f, 0x6d, 0x49, 0xbb, 0xdb, 0x06, 0xa4, 0x87, 0x90, 0x92, 0x94, 0xf4, 0x09, 0xd0, 0xcf +.byte 0x7f, 0xc8, 0x80, 0x0b, 0xc1, 0x97, 0xb3, 0xbb, 0x35, 0x27, 0xc9, 0xc2, 0x1b, 0x65, 0x00, 0x26 +.byte 0x02, 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45 +.byte 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1e, 0x44, 0x65, 0x75, 0x74, 0x73 +.byte 0x63, 0x68, 0x65, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x22, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x32, 0x30, 0x32, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xed, 0x35, 0xa1, 0x81, 0x80, 0xf3, 0xcb, 0x4a, 0x69 +.byte 0x5b, 0xc2, 0xfb, 0x51, 0x83, 0xae, 0x26, 0xfd, 0xe1, 0x6e, 0xf3, 0x81, 0x12, 0x7d, 0x71, 0x40 +.byte 0xff, 0x87, 0x75, 0x42, 0x29, 0x21, 0xed, 0x81, 0x52, 0x2c, 0xdf, 0x12, 0xc1, 0x19, 0x84, 0x89 +.byte 0xc1, 0xbd, 0xc5, 0x28, 0xd5, 0xd5, 0x4b, 0x6c, 0x44, 0xd6, 0x4c, 0xdb, 0x07, 0x96, 0x4a, 0x55 +.byte 0x7a, 0xca, 0x36, 0x82, 0x04, 0x36, 0xa8, 0xa5, 0xfc, 0x27, 0xf6, 0x49, 0xf1, 0xd5, 0x72, 0x9e +.byte 0x91, 0xf9, 0x23, 0xd6, 0x70, 0x7b, 0xbb, 0xf5, 0x9b, 0xc1, 0xec, 0x93, 0xcf, 0x19, 0xea, 0x65 +.byte 0x7e, 0x88, 0x70, 0xa0, 0x73, 0xfc, 0xf6, 0xff, 0xb5, 0x56, 0x62, 0xe1, 0x73, 0x6a, 0x34, 0x98 +.byte 0x3e, 0x82, 0xb8, 0xac, 0x95, 0x53, 0xf4, 0x01, 0xa0, 0x27, 0x07, 0x72, 0xa3, 0x00, 0x53, 0xa0 +.byte 0xe4, 0xb2, 0xab, 0x83, 0x38, 0x57, 0x33, 0x25, 0x94, 0x9f, 0xbe, 0x48, 0x1d, 0x98, 0xe1, 0xa3 +.byte 0xba, 0x9e, 0x5c, 0xcd, 0x04, 0x71, 0x51, 0x7d, 0x75, 0x78, 0xab, 0xf3, 0x59, 0xaa, 0xc4, 0xe0 +.byte 0x60, 0xbe, 0x8f, 0x83, 0x52, 0xb8, 0x75, 0x1a, 0x41, 0x35, 0xed, 0xbc, 0xf3, 0x3a, 0x63, 0xe9 +.byte 0xa9, 0x14, 0x45, 0xd7, 0xe6, 0x52, 0xd1, 0x6e, 0xd2, 0xde, 0xbc, 0xe3, 0xf5, 0x0b, 0x3b, 0xe6 +.byte 0xe0, 0xc4, 0xbd, 0x43, 0x64, 0x13, 0xa6, 0xce, 0xf4, 0x98, 0x37, 0x6c, 0x8a, 0x95, 0xa8, 0x97 +.byte 0xc8, 0x47, 0x0f, 0xf0, 0x5e, 0x10, 0x8b, 0xe7, 0x1d, 0x1c, 0xfe, 0xb1, 0x3b, 0xa0, 0x05, 0x33 +.byte 0x68, 0x05, 0x41, 0x82, 0xc1, 0x03, 0x2b, 0x01, 0xc8, 0xe7, 0x8f, 0x4d, 0xab, 0xe8, 0xb5, 0xf6 +.byte 0xcd, 0x6b, 0x44, 0xb5, 0xe7, 0xdd, 0x8b, 0xec, 0xea, 0x25, 0xb4, 0x00, 0x22, 0x57, 0x4d, 0xb0 +.byte 0xb1, 0xb2, 0x31, 0xc1, 0x16, 0xce, 0xff, 0xfd, 0x14, 0x84, 0xb7, 0x47, 0xfa, 0xb2, 0xf1, 0x70 +.byte 0xde, 0xdb, 0x8b, 0x6c, 0x36, 0x58, 0xa4, 0x7c, 0xb3, 0x11, 0xd1, 0xc3, 0x77, 0x7f, 0x5f, 0xb6 +.byte 0x25, 0xe0, 0x0d, 0xc5, 0xd2, 0xb3, 0xf9, 0xb8, 0xb8, 0x77, 0xdb, 0x37, 0x71, 0x71, 0x47, 0xe3 +.byte 0x60, 0x18, 0x4f, 0x24, 0xb6, 0x75, 0x37, 0x78, 0xb9, 0xa3, 0x62, 0xaf, 0xbd, 0xc9, 0x72, 0x8e +.byte 0x2f, 0xcc, 0xbb, 0xae, 0xdb, 0xe4, 0x15, 0x52, 0x19, 0x07, 0x33, 0xfb, 0x6a, 0xb7, 0x2d, 0x4b +.byte 0x90, 0x28, 0x82, 0x73, 0xfe, 0x18, 0x8b, 0x35, 0x8d, 0xdb, 0xa7, 0x04, 0x6a, 0xbe, 0xea, 0xc1 +.byte 0x4d, 0x36, 0x3b, 0x16, 0x36, 0x91, 0x32, 0xef, 0xb6, 0x40, 0x89, 0x91, 0x43, 0xe0, 0xf2, 0xa2 +.byte 0xab, 0x04, 0x2e, 0xe6, 0xf2, 0x4c, 0x0e, 0x16, 0x34, 0x20, 0xac, 0x87, 0xc1, 0x2d, 0x7e, 0xc9 +.byte 0x66, 0x47, 0x17, 0x14, 0x11, 0xa4, 0xf3, 0xf7, 0xa1, 0x24, 0x89, 0xab, 0xd8, 0x1a, 0xc8, 0xa1 +.byte 0x5c, 0xb1, 0xa3, 0xf7, 0x8c, 0x6d, 0xc8, 0x01, 0xc9, 0x4f, 0xc9, 0xec, 0xc4, 0xfc, 0xac, 0x51 +.byte 0x33, 0xd1, 0xc8, 0x83, 0xd1, 0xc9, 0x9f, 0x1d, 0xd4, 0x47, 0x34, 0x29, 0x3e, 0xcb, 0xb0, 0x0e +.byte 0xfa, 0x83, 0x0b, 0x28, 0x58, 0xe5, 0x29, 0xdc, 0x3f, 0x7c, 0xa8, 0x9f, 0xc9, 0xb6, 0x0a, 0xbb +.byte 0xa6, 0xe8, 0x46, 0x16, 0x0f, 0x96, 0xe5, 0x7b, 0xe4, 0x6a, 0x7a, 0x48, 0x6d, 0x76, 0x98, 0x05 +.byte 0xa5, 0xdc, 0x6d, 0x1e, 0x42, 0x1e, 0x42, 0xda, 0x1a, 0xe0, 0x52, 0xf7, 0xb5, 0x83, 0xc0, 0x1a +.byte 0x7b, 0x78, 0x35, 0x2c, 0x38, 0xf5, 0x1f, 0xfd, 0x49, 0xa3, 0x2e, 0xd2, 0x59, 0x63, 0xbf, 0x80 +.byte 0xb0, 0x8c, 0x93, 0x73, 0xcb, 0x35, 0xa6, 0x99, 0x95, 0x22, 0x61, 0x65, 0x03, 0x60, 0xfb, 0x2f +.byte 0x93, 0x4b, 0xfa, 0x9a, 0x9c, 0x80, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x65, 0x00, 0x24, 0x01 +.byte 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x68, 0x65, 0x20, 0x47, 0x6f +.byte 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x2c, 0x20, 0x49, 0x6e +.byte 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x28, 0x47, 0x6f, 0x20 +.byte 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01 +.byte 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xde, 0x9d, 0xd7, 0xea, 0x57, 0x18, 0x49, 0xa1, 0x5b, 0xeb +.byte 0xd7, 0x5f, 0x48, 0x86, 0xea, 0xbe, 0xdd, 0xff, 0xe4, 0xef, 0x67, 0x1c, 0xf4, 0x65, 0x68, 0xb3 +.byte 0x57, 0x71, 0xa0, 0x5e, 0x77, 0xbb, 0xed, 0x9b, 0x49, 0xe9, 0x70, 0x80, 0x3d, 0x56, 0x18, 0x63 +.byte 0x08, 0x6f, 0xda, 0xf2, 0xcc, 0xd0, 0x3f, 0x7f, 0x02, 0x54, 0x22, 0x54, 0x10, 0xd8, 0xb2, 0x81 +.byte 0xd4, 0xc0, 0x75, 0x3d, 0x4b, 0x7f, 0xc7, 0x77, 0xc3, 0x3e, 0x78, 0xab, 0x1a, 0x03, 0xb5, 0x20 +.byte 0x6b, 0x2f, 0x6a, 0x2b, 0xb1, 0xc5, 0x88, 0x7e, 0xc4, 0xbb, 0x1e, 0xb0, 0xc1, 0xd8, 0x45, 0x27 +.byte 0x6f, 0xaa, 0x37, 0x58, 0xf7, 0x87, 0x26, 0xd7, 0xd8, 0x2d, 0xf6, 0xa9, 0x17, 0xb7, 0x1f, 0x72 +.byte 0x36, 0x4e, 0xa6, 0x17, 0x3f, 0x65, 0x98, 0x92, 0xdb, 0x2a, 0x6e, 0x5d, 0xa2, 0xfe, 0x88, 0xe0 +.byte 0x0b, 0xde, 0x7f, 0xe5, 0x8d, 0x15, 0xe1, 0xeb, 0xcb, 0x3a, 0xd5, 0xe2, 0x12, 0xa2, 0x13, 0x2d +.byte 0xd8, 0x8e, 0xaf, 0x5f, 0x12, 0x3d, 0xa0, 0x08, 0x05, 0x08, 0xb6, 0x5c, 0xa5, 0x65, 0x38, 0x04 +.byte 0x45, 0x99, 0x1e, 0xa3, 0x60, 0x60, 0x74, 0xc5, 0x41, 0xa5, 0x72, 0x62, 0x1b, 0x62, 0xc5, 0x1f +.byte 0x6f, 0x5f, 0x1a, 0x42, 0xbe, 0x02, 0x51, 0x65, 0xa8, 0xae, 0x23, 0x18, 0x6a, 0xfc, 0x78, 0x03 +.byte 0xa9, 0x4d, 0x7f, 0x80, 0xc3, 0xfa, 0xab, 0x5a, 0xfc, 0xa1, 0x40, 0xa4, 0xca, 0x19, 0x16, 0xfe +.byte 0xb2, 0xc8, 0xef, 0x5e, 0x73, 0x0d, 0xee, 0x77, 0xbd, 0x9a, 0xf6, 0x79, 0x98, 0xbc, 0xb1, 0x07 +.byte 0x67, 0xa2, 0x15, 0x0d, 0xdd, 0xa0, 0x58, 0xc6, 0x44, 0x7b, 0x0a, 0x3e, 0x62, 0x28, 0x5f, 0xba +.byte 0x41, 0x07, 0x53, 0x58, 0xcf, 0x11, 0x7e, 0x38, 0x74, 0xc5, 0xf8, 0xff, 0xb5, 0x69, 0x90, 0x8f +.byte 0x84, 0x74, 0xea, 0x97, 0x1b, 0xaf, 0x02, 0x01, 0x03, 0x67, 0x00, 0x26, 0x01, 0x30, 0x65, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20 +.byte 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77 +.byte 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24 +.byte 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72 +.byte 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xad, 0x0e, 0x15, 0xce, 0xe4, 0x43, 0x80, 0x5c, 0xb1, 0x87, 0xf3 +.byte 0xb7, 0x60, 0xf9, 0x71, 0x12, 0xa5, 0xae, 0xdc, 0x26, 0x94, 0x88, 0xaa, 0xf4, 0xce, 0xf5, 0x20 +.byte 0x39, 0x28, 0x58, 0x60, 0x0c, 0xf8, 0x80, 0xda, 0xa9, 0x15, 0x95, 0x32, 0x61, 0x3c, 0xb5, 0xb1 +.byte 0x28, 0x84, 0x8a, 0x8a, 0xdc, 0x9f, 0x0a, 0x0c, 0x83, 0x17, 0x7a, 0x8f, 0x90, 0xac, 0x8a, 0xe7 +.byte 0x79, 0x53, 0x5c, 0x31, 0x84, 0x2a, 0xf6, 0x0f, 0x98, 0x32, 0x36, 0x76, 0xcc, 0xde, 0xdd, 0x3c +.byte 0xa8, 0xa2, 0xef, 0x6a, 0xfb, 0x21, 0xf2, 0x52, 0x61, 0xdf, 0x9f, 0x20, 0xd7, 0x1f, 0xe2, 0xb1 +.byte 0xd9, 0xfe, 0x18, 0x64, 0xd2, 0x12, 0x5b, 0x5f, 0xf9, 0x58, 0x18, 0x35, 0xbc, 0x47, 0xcd, 0xa1 +.byte 0x36, 0xf9, 0x6b, 0x7f, 0xd4, 0xb0, 0x38, 0x3e, 0xc1, 0x1b, 0xc3, 0x8c, 0x33, 0xd9, 0xd8, 0x2f +.byte 0x18, 0xfe, 0x28, 0x0f, 0xb3, 0xa7, 0x83, 0xd6, 0xc3, 0x6e, 0x44, 0xc0, 0x61, 0x35, 0x96, 0x16 +.byte 0xfe, 0x59, 0x9c, 0x8b, 0x76, 0x6d, 0xd7, 0xf1, 0xa2, 0x4b, 0x0d, 0x2b, 0xff, 0x0b, 0x72, 0xda +.byte 0x9e, 0x60, 0xd0, 0x8e, 0x90, 0x35, 0xc6, 0x78, 0x55, 0x87, 0x20, 0xa1, 0xcf, 0xe5, 0x6d, 0x0a +.byte 0xc8, 0x49, 0x7c, 0x31, 0x98, 0x33, 0x6c, 0x22, 0xe9, 0x87, 0xd0, 0x32, 0x5a, 0xa2, 0xba, 0x13 +.byte 0x82, 0x11, 0xed, 0x39, 0x17, 0x9d, 0x99, 0x3a, 0x72, 0xa1, 0xe6, 0xfa, 0xa4, 0xd9, 0xd5, 0x17 +.byte 0x31, 0x75, 0xae, 0x85, 0x7d, 0x22, 0xae, 0x3f, 0x01, 0x46, 0x86, 0xf6, 0x28, 0x79, 0xc8, 0xb1 +.byte 0xda, 0xe4, 0x57, 0x17, 0xc4, 0x7e, 0x1c, 0x0e, 0xb0, 0xb4, 0x92, 0xa6, 0x56, 0xb3, 0xbd, 0xb2 +.byte 0x97, 0xed, 0xaa, 0xa7, 0xf0, 0xb7, 0xc5, 0xa8, 0x3f, 0x95, 0x16, 0xd0, 0xff, 0xa1, 0x96, 0xeb +.byte 0x08, 0x5f, 0x18, 0x77, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x67, 0x00, 0x26, 0x01, 0x30, 0x65 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 +.byte 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77 +.byte 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31 +.byte 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 +.byte 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd9, 0xe7, 0x28, 0x2f, 0x52, 0x3f, 0x36, 0x72, 0x49, 0x88 +.byte 0x93, 0x34, 0xf3, 0xf8, 0x6a, 0x1e, 0x31, 0x54, 0x80, 0x9f, 0xad, 0x54, 0x41, 0xb5, 0x47, 0xdf +.byte 0x96, 0xa8, 0xd4, 0xaf, 0x80, 0x2d, 0xb9, 0x0a, 0xcf, 0x75, 0xfd, 0x89, 0xa5, 0x7d, 0x24, 0xfa +.byte 0xe3, 0x22, 0x0c, 0x2b, 0xbc, 0x95, 0x17, 0x0b, 0x33, 0xbf, 0x19, 0x4d, 0x41, 0x06, 0x90, 0x00 +.byte 0xbd, 0x0c, 0x4d, 0x10, 0xfe, 0x07, 0xb5, 0xe7, 0x1c, 0x6e, 0x22, 0x55, 0x31, 0x65, 0x97, 0xbd +.byte 0xd3, 0x17, 0xd2, 0x1e, 0x62, 0xf3, 0xdb, 0xea, 0x6c, 0x50, 0x8c, 0x3f, 0x84, 0x0c, 0x96, 0xcf +.byte 0xb7, 0xcb, 0x03, 0xe0, 0xca, 0x6d, 0xa1, 0x14, 0x4c, 0x1b, 0x89, 0xdd, 0xed, 0x00, 0xb0, 0x52 +.byte 0x7c, 0xaf, 0x91, 0x6c, 0xb1, 0x38, 0x13, 0xd1, 0xe9, 0x12, 0x08, 0xc0, 0x00, 0xb0, 0x1c, 0x2b +.byte 0x11, 0xda, 0x77, 0x70, 0x36, 0x9b, 0xae, 0xce, 0x79, 0x87, 0xdc, 0x82, 0x70, 0xe6, 0x09, 0x74 +.byte 0x70, 0x55, 0x69, 0xaf, 0xa3, 0x68, 0x9f, 0xbf, 0xdd, 0xb6, 0x79, 0xb3, 0xf2, 0x9d, 0x70, 0x29 +.byte 0x55, 0xf4, 0xab, 0xff, 0x95, 0x61, 0xf3, 0xc9, 0x40, 0x6f, 0x1d, 0xd1, 0xbe, 0x93, 0xbb, 0xd3 +.byte 0x88, 0x2a, 0xbb, 0x9d, 0xbf, 0x72, 0x5a, 0x56, 0x71, 0x3b, 0x3f, 0xd4, 0xf3, 0xd1, 0x0a, 0xfe +.byte 0x28, 0xef, 0xa3, 0xee, 0xd9, 0x99, 0xaf, 0x03, 0xd3, 0x8f, 0x60, 0xb7, 0xf2, 0x92, 0xa1, 0xb1 +.byte 0xbd, 0x89, 0x89, 0x1f, 0x30, 0xcd, 0xc3, 0xa6, 0x2e, 0x62, 0x33, 0xae, 0x16, 0x02, 0x77, 0x44 +.byte 0x5a, 0xe7, 0x81, 0x0a, 0x3c, 0xa7, 0x44, 0x2e, 0x79, 0xb8, 0x3f, 0x04, 0xbc, 0x5c, 0xa0, 0x87 +.byte 0xe1, 0x1b, 0xaf, 0x51, 0x8e, 0xcd, 0xec, 0x2c, 0xfa, 0xf8, 0xfe, 0x6d, 0xf0, 0x3a, 0x7c, 0xaa +.byte 0x8b, 0xe4, 0x67, 0x95, 0x31, 0x8d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x67, 0x00, 0x78, 0x00, 0x30 +.byte 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15 +.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72 +.byte 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10 +.byte 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d +.byte 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43 +.byte 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x19, 0xe7 +.byte 0xbc, 0xac, 0x44, 0x65, 0xed, 0xcd, 0xb8, 0x3f, 0x58, 0xfb, 0x8d, 0xb1, 0x57, 0xa9, 0x44, 0x2d +.byte 0x05, 0x15, 0xf2, 0xef, 0x0b, 0xff, 0x10, 0x74, 0x9f, 0xb5, 0x62, 0x52, 0x5f, 0x66, 0x7e, 0x1f +.byte 0xe5, 0xdc, 0x1b, 0x45, 0x79, 0x0b, 0xcc, 0xc6, 0x53, 0x0a, 0x9d, 0x8d, 0x5d, 0x02, 0xd9, 0xa9 +.byte 0x59, 0xde, 0x02, 0x5a, 0xf6, 0x95, 0x2a, 0x0e, 0x8d, 0x38, 0x4a, 0x8a, 0x49, 0xc6, 0xbc, 0xc6 +.byte 0x03, 0x38, 0x07, 0x5f, 0x55, 0xda, 0x7e, 0x09, 0x6e, 0xe2, 0x7f, 0x5e, 0xd0, 0x45, 0x20, 0x0f +.byte 0x59, 0x76, 0x10, 0xd6, 0xa0, 0x24, 0xf0, 0x2d, 0xde, 0x36, 0xf2, 0x6c, 0x29, 0x39, 0x67, 0x00 +.byte 0x78, 0x00, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 +.byte 0x04, 0xd4, 0xbc, 0x3d, 0x02, 0x42, 0x75, 0x41, 0x13, 0x23, 0xcd, 0x80, 0x04, 0x86, 0x02, 0x51 +.byte 0x2f, 0x6a, 0xa8, 0x81, 0x62, 0x0b, 0x65, 0xcc, 0xf6, 0xca, 0x9d, 0x1e, 0x6f, 0x4a, 0x66, 0x51 +.byte 0xa2, 0x03, 0xd9, 0x9d, 0x91, 0xfa, 0xb6, 0x16, 0xb1, 0x8c, 0x6e, 0xde, 0x7c, 0xcd, 0xdb, 0x79 +.byte 0xa6, 0x2f, 0xce, 0xbb, 0xce, 0x71, 0x2f, 0xe5, 0xa5, 0xab, 0x28, 0xec, 0x63, 0x04, 0x66, 0x99 +.byte 0xf8, 0xfa, 0xf2, 0x93, 0x10, 0x05, 0xe1, 0x81, 0x28, 0x42, 0xe3, 0xc6, 0x68, 0xf4, 0xe6, 0x1b +.byte 0x84, 0x60, 0x4a, 0x89, 0xaf, 0xed, 0x79, 0x0f, 0x3b, 0xce, 0xf1, 0xf6, 0x44, 0xf5, 0x01, 0x78 +.byte 0xc0, 0x67, 0x00, 0x26, 0x02, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d +.byte 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d +.byte 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75 +.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x82, 0x02, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xca, 0x5b, 0xbe +.byte 0x94, 0x33, 0x8c, 0x29, 0x95, 0x91, 0x16, 0x0a, 0x95, 0xbd, 0x47, 0x62, 0xc1, 0x89, 0xf3, 0x99 +.byte 0x36, 0xdf, 0x46, 0x90, 0xc9, 0xa5, 0xed, 0x78, 0x6a, 0x6f, 0x47, 0x91, 0x68, 0xf8, 0x27, 0x67 +.byte 0x50, 0x33, 0x1d, 0xa1, 0xa6, 0xfb, 0xe0, 0xe5, 0x43, 0xa3, 0x84, 0x02, 0x57, 0x01, 0x5d, 0x9c +.byte 0x48, 0x40, 0x82, 0x53, 0x10, 0xbc, 0xbf, 0xc7, 0x3b, 0x68, 0x90, 0xb6, 0x82, 0x2d, 0xe5, 0xf4 +.byte 0x65, 0xd0, 0xcc, 0x6d, 0x19, 0xcc, 0x95, 0xf9, 0x7b, 0xac, 0x4a, 0x94, 0xad, 0x0e, 0xde, 0x4b +.byte 0x43, 0x1d, 0x87, 0x07, 0x92, 0x13, 0x90, 0x80, 0x83, 0x64, 0x35, 0x39, 0x04, 0xfc, 0xe5, 0xe9 +.byte 0x6c, 0xb3, 0xb6, 0x1f, 0x50, 0x94, 0x38, 0x65, 0x50, 0x5c, 0x17, 0x46, 0xb9, 0xb6, 0x85, 0xb5 +.byte 0x1c, 0xb5, 0x17, 0xe8, 0xd6, 0x45, 0x9d, 0xd8, 0xb2, 0x26, 0xb0, 0xca, 0xc4, 0x70, 0x4a, 0xae +.byte 0x60, 0xa4, 0xdd, 0xb3, 0xd9, 0xec, 0xfc, 0x3b, 0xd5, 0x57, 0x72, 0xbc, 0x3f, 0xc8, 0xc9, 0xb2 +.byte 0xde, 0x4b, 0x6b, 0xf8, 0x23, 0x6c, 0x03, 0xc0, 0x05, 0xbd, 0x95, 0xc7, 0xcd, 0x73, 0x3b, 0x66 +.byte 0x80, 0x64, 0xe3, 0x1a, 0xac, 0x2e, 0xf9, 0x47, 0x05, 0xf2, 0x06, 0xb6, 0x9b, 0x73, 0xf5, 0x78 +.byte 0x33, 0x5b, 0xc7, 0xa1, 0xfb, 0x27, 0x2a, 0xa1, 0xb4, 0x9a, 0x91, 0x8c, 0x91, 0xd3, 0x3a, 0x82 +.byte 0x3e, 0x76, 0x40, 0xb4, 0xcd, 0x52, 0x61, 0x51, 0x70, 0x28, 0x3f, 0xc5, 0xc5, 0x5a, 0xf2, 0xc9 +.byte 0x8c, 0x49, 0xbb, 0x14, 0x5b, 0x4d, 0xc8, 0xff, 0x67, 0x4d, 0x4c, 0x12, 0x96, 0xad, 0xf5, 0xfe +.byte 0x78, 0xa8, 0x97, 0x87, 0xd7, 0xfd, 0x5e, 0x20, 0x80, 0xdc, 0xa1, 0x4b, 0x22, 0xfb, 0xd4, 0x89 +.byte 0xad, 0xba, 0xce, 0x47, 0x97, 0x47, 0x55, 0x7b, 0x8f, 0x45, 0xc8, 0x67, 0x28, 0x84, 0x95, 0x1c +.byte 0x68, 0x30, 0xef, 0xef, 0x49, 0xe0, 0x35, 0x7b, 0x64, 0xe7, 0x98, 0xb0, 0x94, 0xda, 0x4d, 0x85 +.byte 0x3b, 0x3e, 0x55, 0xc4, 0x28, 0xaf, 0x57, 0xf3, 0x9e, 0x13, 0xdb, 0x46, 0x27, 0x9f, 0x1e, 0xa2 +.byte 0x5e, 0x44, 0x83, 0xa4, 0xa5, 0xca, 0xd5, 0x13, 0xb3, 0x4b, 0x3f, 0xc4, 0xe3, 0xc2, 0xe6, 0x86 +.byte 0x61, 0xa4, 0x52, 0x30, 0xb9, 0x7a, 0x20, 0x4f, 0x6f, 0x0f, 0x38, 0x53, 0xcb, 0x33, 0x0c, 0x13 +.byte 0x2b, 0x8f, 0xd6, 0x9a, 0xbd, 0x2a, 0xc8, 0x2d, 0xb1, 0x1c, 0x7d, 0x4b, 0x51, 0xca, 0x47, 0xd1 +.byte 0x48, 0x27, 0x72, 0x5d, 0x87, 0xeb, 0xd5, 0x45, 0xe6, 0x48, 0x65, 0x9d, 0xaf, 0x52, 0x90, 0xba +.byte 0x5b, 0xa2, 0x18, 0x65, 0x57, 0x12, 0x9f, 0x68, 0xb9, 0xd4, 0x15, 0x6b, 0x94, 0xc4, 0x69, 0x22 +.byte 0x98, 0xf4, 0x33, 0xe0, 0xed, 0xf9, 0x51, 0x8e, 0x41, 0x50, 0xc9, 0x34, 0x4f, 0x76, 0x90, 0xac +.byte 0xfc, 0x38, 0xc1, 0xd8, 0xe1, 0x7b, 0xb9, 0xe3, 0xe3, 0x94, 0xe1, 0x46, 0x69, 0xcb, 0x0e, 0x0a +.byte 0x50, 0x6b, 0x13, 0xba, 0xac, 0x0f, 0x37, 0x5a, 0xb7, 0x12, 0xb5, 0x90, 0x81, 0x1e, 0x56, 0xae +.byte 0x57, 0x22, 0x86, 0xd9, 0xc9, 0xd2, 0xd1, 0xd7, 0x51, 0xe3, 0xab, 0x3b, 0xc6, 0x55, 0xfd, 0x1e +.byte 0x0e, 0xd3, 0x74, 0x0a, 0xd1, 0xda, 0xaa, 0xea, 0x69, 0xb8, 0x97, 0x28, 0x8f, 0x48, 0xc4, 0x07 +.byte 0xf8, 0x52, 0x43, 0x3a, 0xf4, 0xca, 0x55, 0x35, 0x2c, 0xb0, 0xa6, 0x6a, 0xc0, 0x9c, 0xf9, 0xf2 +.byte 0x81, 0xe1, 0x12, 0x6a, 0xc0, 0x45, 0xd9, 0x67, 0xb3, 0xce, 0xff, 0x23, 0xa2, 0x89, 0x0a, 0x54 +.byte 0xd4, 0x14, 0xb9, 0x2a, 0xa8, 0xd7, 0xec, 0xf9, 0xab, 0xcd, 0x25, 0x58, 0x32, 0x79, 0x8f, 0x90 +.byte 0x5b, 0x98, 0x39, 0xc4, 0x08, 0x06, 0xc1, 0xac, 0x7f, 0x0e, 0x3d, 0x00, 0xa5, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x69, 0x00, 0x26, 0x01, 0x30, 0x67, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a +.byte 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x54, 0x65, 0x63 +.byte 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 +.byte 0x64, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69 +.byte 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30 +.byte 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00 +.byte 0x93, 0x4b, 0xbb, 0xe9, 0x66, 0x8a, 0xee, 0x9d, 0x5b, 0xd5, 0x34, 0x93, 0xd0, 0x1b, 0x1e, 0xc3 +.byte 0xe7, 0x9e, 0xb8, 0x64, 0x33, 0x7f, 0x63, 0x78, 0x68, 0xb4, 0xcd, 0x2e, 0x71, 0x75, 0xd7, 0x9b +.byte 0x20, 0xc6, 0x4d, 0x29, 0xbc, 0xb6, 0x68, 0x60, 0x8a, 0xf7, 0x21, 0x9a, 0x56, 0x35, 0x5a, 0xf3 +.byte 0x76, 0xbd, 0xd8, 0xcd, 0x9a, 0xff, 0x93, 0x56, 0x4b, 0xa5, 0x59, 0x06, 0xa1, 0x93, 0x34, 0x29 +.byte 0xdd, 0x16, 0x34, 0x75, 0x4e, 0xf2, 0x81, 0xb4, 0xc7, 0x96, 0x4e, 0xad, 0x19, 0x15, 0x52, 0x4a +.byte 0xfe, 0x3c, 0x70, 0x75, 0x70, 0xcd, 0xaf, 0x2b, 0xab, 0x15, 0x9a, 0x33, 0x3c, 0xaa, 0xb3, 0x8b +.byte 0xaa, 0xcd, 0x43, 0xfd, 0xf5, 0xea, 0x70, 0xff, 0xed, 0xcf, 0x11, 0x3b, 0x94, 0xce, 0x4e, 0x32 +.byte 0x16, 0xd3, 0x23, 0x40, 0x2a, 0x77, 0xb3, 0xaf, 0x3c, 0x01, 0x2c, 0x6c, 0xed, 0x99, 0x2c, 0x8b +.byte 0xd9, 0x4e, 0x69, 0x98, 0xb2, 0xf7, 0x8f, 0x41, 0xb0, 0x32, 0x78, 0x61, 0xd6, 0x0d, 0x5f, 0xc3 +.byte 0xfa, 0xa2, 0x40, 0x92, 0x1d, 0x5c, 0x17, 0xe6, 0x70, 0x3e, 0x35, 0xe7, 0xa2, 0xb7, 0xc2, 0x62 +.byte 0xe2, 0xab, 0xa4, 0x38, 0x4c, 0xb5, 0x39, 0x35, 0x6f, 0xea, 0x03, 0x69, 0xfa, 0x3a, 0x54, 0x68 +.byte 0x85, 0x6d, 0xd6, 0xf2, 0x2f, 0x43, 0x55, 0x1e, 0x91, 0x0d, 0x0e, 0xd8, 0xd5, 0x6a, 0xa4, 0x96 +.byte 0xd1, 0x13, 0x3c, 0x2c, 0x78, 0x50, 0xe8, 0x3a, 0x92, 0xd2, 0x17, 0x56, 0xe5, 0x35, 0x1a, 0x40 +.byte 0x1c, 0x3e, 0x8d, 0x2c, 0xed, 0x39, 0xdf, 0x42, 0xe0, 0x83, 0x41, 0x74, 0xdf, 0xa3, 0xcd, 0xc2 +.byte 0x86, 0x60, 0x48, 0x68, 0xe3, 0x69, 0x0b, 0x54, 0x00, 0x8b, 0xe4, 0x76, 0x69, 0x21, 0x0d, 0x79 +.byte 0x4e, 0x34, 0x08, 0x5e, 0x14, 0xc2, 0xcc, 0xb1, 0xb7, 0xad, 0xd7, 0x7c, 0x70, 0x8a, 0xc7, 0x85 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x6a, 0x00, 0x24, 0x01, 0x30, 0x68, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63 +.byte 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 +.byte 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x29, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69 +.byte 0x65, 0x6c, 0x64, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01, 0x08, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xb7, 0x32, 0xc8, 0xfe, 0xe9, 0x71, 0xa6, 0x04, 0x85, 0xad, 0x0c, 0x11 +.byte 0x64, 0xdf, 0xce, 0x4d, 0xef, 0xc8, 0x03, 0x18, 0x87, 0x3f, 0xa1, 0xab, 0xfb, 0x3c, 0xa6, 0x9f +.byte 0xf0, 0xc3, 0xa1, 0xda, 0xd4, 0xd8, 0x6e, 0x2b, 0x53, 0x90, 0xfb, 0x24, 0xa4, 0x3e, 0x84, 0xf0 +.byte 0x9e, 0xe8, 0x5f, 0xec, 0xe5, 0x27, 0x44, 0xf5, 0x28, 0xa6, 0x3f, 0x7b, 0xde, 0xe0, 0x2a, 0xf0 +.byte 0xc8, 0xaf, 0x53, 0x2f, 0x9e, 0xca, 0x05, 0x01, 0x93, 0x1e, 0x8f, 0x66, 0x1c, 0x39, 0xa7, 0x4d +.byte 0xfa, 0x5a, 0xb6, 0x73, 0x04, 0x25, 0x66, 0xeb, 0x77, 0x7f, 0xe7, 0x59, 0xc6, 0x4a, 0x99, 0x25 +.byte 0x14, 0x54, 0xeb, 0x26, 0xc7, 0xf3, 0x7f, 0x19, 0xd5, 0x30, 0x70, 0x8f, 0xaf, 0xb0, 0x46, 0x2a +.byte 0xff, 0xad, 0xeb, 0x29, 0xed, 0xd7, 0x9f, 0xaa, 0x04, 0x87, 0xa3, 0xd4, 0xf9, 0x89, 0xa5, 0x34 +.byte 0x5f, 0xdb, 0x43, 0x91, 0x82, 0x36, 0xd9, 0x66, 0x3c, 0xb1, 0xb8, 0xb9, 0x82, 0xfd, 0x9c, 0x3a +.byte 0x3e, 0x10, 0xc8, 0x3b, 0xef, 0x06, 0x65, 0x66, 0x7a, 0x9b, 0x19, 0x18, 0x3d, 0xff, 0x71, 0x51 +.byte 0x3c, 0x30, 0x2e, 0x5f, 0xbe, 0x3d, 0x77, 0x73, 0xb2, 0x5d, 0x06, 0x6c, 0xc3, 0x23, 0x56, 0x9a +.byte 0x2b, 0x85, 0x26, 0x92, 0x1c, 0xa7, 0x02, 0xb3, 0xe4, 0x3f, 0x0d, 0xaf, 0x08, 0x79, 0x82, 0xb8 +.byte 0x36, 0x3d, 0xea, 0x9c, 0xd3, 0x35, 0xb3, 0xbc, 0x69, 0xca, 0xf5, 0xcc, 0x9d, 0xe8, 0xfd, 0x64 +.byte 0x8d, 0x17, 0x80, 0x33, 0x6e, 0x5e, 0x4a, 0x5d, 0x99, 0xc9, 0x1e, 0x87, 0xb4, 0x9d, 0x1a, 0xc0 +.byte 0xd5, 0x6e, 0x13, 0x35, 0x23, 0x5e, 0xdf, 0x9b, 0x5f, 0x3d, 0xef, 0xd6, 0xf7, 0x76, 0xc2, 0xea +.byte 0x3e, 0xbb, 0x78, 0x0d, 0x1c, 0x42, 0x67, 0x6b, 0x04, 0xd8, 0xf8, 0xd6, 0xda, 0x6f, 0x8b, 0xf2 +.byte 0x44, 0xa0, 0x01, 0xab, 0x02, 0x01, 0x03, 0x6b, 0x00, 0x26, 0x02, 0x30, 0x69, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4b, 0x52, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x4e, 0x41, 0x56, 0x45, 0x52, 0x20, 0x42, 0x55, 0x53, 0x49, 0x4e +.byte 0x45, 0x53, 0x53, 0x20, 0x50, 0x4c, 0x41, 0x54, 0x46, 0x4f, 0x52, 0x4d, 0x20, 0x43, 0x6f, 0x72 +.byte 0x70, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x29, 0x4e, 0x41, 0x56 +.byte 0x45, 0x52, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0xd4, 0xf1, 0x93, 0x5c, 0xb5, 0x40, 0x89, 0x0a +.byte 0xab, 0x0d, 0x90, 0x5b, 0x50, 0x63, 0xae, 0x90, 0x94, 0x74, 0x17, 0x45, 0x72, 0xd6, 0x7b, 0x65 +.byte 0x5a, 0x29, 0x4b, 0xa7, 0x56, 0xa0, 0x4b, 0xb8, 0x2f, 0x42, 0x75, 0xe9, 0xd9, 0x7b, 0x24, 0x5a +.byte 0x31, 0x65, 0xab, 0x17, 0x17, 0xd1, 0x33, 0x3a, 0xd9, 0x11, 0xdc, 0x40, 0x36, 0x87, 0xdf, 0xc7 +.byte 0x6a, 0xe9, 0x26, 0x5e, 0x59, 0x8a, 0x77, 0xe3, 0xe8, 0x48, 0x9c, 0x31, 0x16, 0xfa, 0x3e, 0x91 +.byte 0xb1, 0xca, 0xc9, 0xa3, 0xe2, 0x9f, 0xce, 0x21, 0x53, 0xa3, 0x02, 0x36, 0x30, 0xcb, 0x52, 0x02 +.byte 0xe5, 0xda, 0x32, 0x5d, 0xc3, 0xc5, 0xe6, 0xf9, 0xee, 0x11, 0xc7, 0x8b, 0xc9, 0x44, 0x1e, 0x84 +.byte 0x93, 0x18, 0x4a, 0xb4, 0x9f, 0xe5, 0x12, 0x64, 0x69, 0xd0, 0x26, 0x85, 0x62, 0x01, 0xb6, 0xc9 +.byte 0x02, 0x1d, 0xbe, 0x83, 0x51, 0xbb, 0x5c, 0xda, 0xf8, 0xad, 0x15, 0x6a, 0x99, 0xf7, 0x92, 0x54 +.byte 0xf7, 0x34, 0x5b, 0xe9, 0xbf, 0xea, 0x29, 0x81, 0x12, 0xd4, 0x53, 0x91, 0x96, 0xb3, 0x91, 0x5a +.byte 0xdd, 0xfe, 0x90, 0x73, 0x28, 0xfb, 0x30, 0x46, 0xb5, 0xca, 0x08, 0x07, 0xc7, 0x71, 0x72, 0xc9 +.byte 0x66, 0xd3, 0x34, 0x97, 0xf6, 0x8c, 0xf4, 0x18, 0x4a, 0xe1, 0xd0, 0x3d, 0x5a, 0x45, 0xb6, 0x69 +.byte 0xa7, 0x29, 0xfb, 0x23, 0xce, 0x88, 0xd8, 0x12, 0x9c, 0x00, 0x48, 0xa8, 0xa6, 0x0f, 0xb3, 0x3b +.byte 0x92, 0x8d, 0x71, 0x0e, 0x74, 0xc5, 0x8b, 0xc8, 0x4c, 0xf9, 0xf4, 0x9b, 0x8e, 0xb8, 0x3c, 0x69 +.byte 0xed, 0x6f, 0x3b, 0x50, 0x2f, 0x58, 0xed, 0xc4, 0xb0, 0xd0, 0x1c, 0x1b, 0x6a, 0x0c, 0xe2, 0xbc +.byte 0x44, 0xaa, 0xd8, 0xcd, 0x14, 0x5d, 0x94, 0x78, 0x61, 0xbf, 0x0e, 0x6e, 0xda, 0x2a, 0xbc, 0x2f +.byte 0x0c, 0x0b, 0x71, 0xa6, 0xb3, 0x16, 0x3f, 0x9c, 0xe6, 0xf9, 0xcc, 0x9f, 0x53, 0x35, 0xe2, 0x03 +.byte 0xa0, 0xa0, 0x18, 0xbf, 0xbb, 0xf1, 0xbe, 0xf4, 0xd6, 0x8c, 0x87, 0x0d, 0x42, 0xf7, 0x06, 0xb9 +.byte 0xf1, 0x6d, 0xed, 0x04, 0x94, 0xa8, 0xfe, 0xb6, 0xd3, 0x06, 0xc6, 0x40, 0x61, 0xdf, 0x9d, 0x9d +.byte 0xf3, 0x54, 0x76, 0xce, 0x53, 0x3a, 0x01, 0xa6, 0x92, 0x41, 0xec, 0x04, 0xa3, 0x8f, 0x0d, 0xa2 +.byte 0xd5, 0x09, 0xca, 0xd6, 0xcb, 0x9a, 0xf1, 0xef, 0x43, 0x5d, 0xc0, 0xab, 0xa5, 0x41, 0xcf, 0x5c +.byte 0x53, 0x70, 0x70, 0xc9, 0x88, 0xa6, 0x2d, 0xd4, 0x6b, 0x61, 0x73, 0x50, 0x26, 0x86, 0x61, 0x0e +.byte 0x5f, 0x1b, 0xc2, 0x2b, 0xe2, 0x8c, 0xd5, 0xbb, 0x9d, 0xc1, 0x03, 0x42, 0xba, 0x94, 0xda, 0x5f +.byte 0xa9, 0xb0, 0xca, 0xcc, 0x4d, 0x0a, 0xef, 0x47, 0x69, 0x03, 0x2f, 0x22, 0xfb, 0xf1, 0x28, 0xce +.byte 0xbf, 0x5d, 0x50, 0x65, 0xa8, 0x90, 0x6d, 0xb3, 0x74, 0xb0, 0x08, 0xc7, 0xac, 0xa8, 0xd1, 0xeb +.byte 0x3e, 0x9c, 0xfc, 0x5d, 0x1a, 0x83, 0x2e, 0x2b, 0xcb, 0xb5, 0xf3, 0x44, 0x9d, 0x3a, 0xa7, 0x17 +.byte 0x61, 0x96, 0xa2, 0x71, 0xd3, 0x70, 0x96, 0x15, 0x4d, 0xb7, 0x4c, 0x73, 0xee, 0x19, 0x5c, 0xc5 +.byte 0x5b, 0x3e, 0x41, 0xfe, 0xac, 0x75, 0x60, 0x3b, 0x1b, 0x63, 0xce, 0x00, 0xdd, 0xda, 0x08, 0x90 +.byte 0x62, 0xb4, 0xe5, 0x2d, 0xee, 0x48, 0xa7, 0x6b, 0x17, 0x99, 0x54, 0xbe, 0x87, 0x4a, 0xe3, 0xa9 +.byte 0x5e, 0x04, 0x4c, 0xeb, 0x10, 0x6d, 0x54, 0xd6, 0xef, 0xf1, 0xe8, 0xf2, 0x62, 0x16, 0xcb, 0x80 +.byte 0x6b, 0xed, 0x3d, 0xed, 0xf5, 0x1f, 0x30, 0xa5, 0xae, 0x4b, 0xc9, 0x13, 0xed, 0x8a, 0x01, 0x01 +.byte 0xc9, 0xb8, 0x51, 0x58, 0xc0, 0x66, 0x3a, 0xb1, 0x66, 0x4b, 0xc4, 0xd5, 0x31, 0x02, 0x62, 0xe9 +.byte 0x74, 0x84, 0x0c, 0xdb, 0x4d, 0x46, 0x2d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6d, 0x00, 0x78, 0x00 +.byte 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31 +.byte 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x50, 0x4b, 0x49, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65 +.byte 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67 +.byte 0x69, 0x65, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x20, 0x30, 0x1e, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x23, 0xa5, 0x0c, 0xb8, 0x2d, 0x12, 0xf5, 0x28, 0xf3, 0xb1, 0xb2 +.byte 0xdd, 0xe2, 0x02, 0x12, 0x80, 0x9e, 0x39, 0x5f, 0x49, 0x4d, 0x9f, 0xc9, 0x25, 0x34, 0x59, 0x74 +.byte 0xec, 0xbb, 0x06, 0x1c, 0xe7, 0xc0, 0x72, 0xaf, 0xe8, 0xae, 0x2f, 0xe1, 0x41, 0x54, 0x87, 0x14 +.byte 0xa8, 0x4a, 0xb2, 0xe8, 0x7c, 0x82, 0xe6, 0x5b, 0x6a, 0xb5, 0xdc, 0xb3, 0x75, 0xce, 0x8b, 0x06 +.byte 0xd0, 0x86, 0x23, 0xbf, 0x46, 0xd5, 0x8e, 0x0f, 0x3f, 0x04, 0xf4, 0xd7, 0x1c, 0x92, 0x7e, 0xf6 +.byte 0xa5, 0x63, 0xc2, 0xf5, 0x5f, 0x8e, 0x2e, 0x4f, 0xa1, 0x18, 0x19, 0x02, 0x2b, 0x32, 0x0a, 0x82 +.byte 0x64, 0x7d, 0x16, 0x93, 0xd1, 0x6d, 0x00, 0x26, 0x02, 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x54, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04 +.byte 0x07, 0x0c, 0x05, 0x4d, 0x69, 0x6c, 0x61, 0x6e, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x1a, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20, 0x53, 0x2e, 0x70, 0x2e, 0x41 +.byte 0x2e, 0x2f, 0x30, 0x33, 0x33, 0x35, 0x38, 0x35, 0x32, 0x30, 0x39, 0x36, 0x37, 0x31, 0x27, 0x30 +.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0xc6, 0xc4, 0xa5, 0x29, 0xa4, 0x2c, 0xef, 0xe5 +.byte 0x18, 0xc5, 0xb0, 0x50, 0xa3, 0x6f, 0x51, 0x3b, 0x9f, 0x0a, 0x5a, 0xc9, 0xc2, 0x48, 0x38, 0x0a +.byte 0xc2, 0x1c, 0xa0, 0x18, 0x7f, 0x91, 0xb5, 0x87, 0xb9, 0x40, 0x3f, 0xdd, 0x1d, 0x68, 0x1f, 0x08 +.byte 0x83, 0xd5, 0x2d, 0x1e, 0x88, 0xa0, 0xf8, 0x8f, 0x56, 0x8f, 0x6d, 0x99, 0x02, 0x92, 0x90, 0x16 +.byte 0xd5, 0x5f, 0x08, 0x6c, 0x89, 0xd7, 0xe1, 0xac, 0xbc, 0x20, 0xc2, 0xb1, 0xe0, 0x83, 0x51, 0x8a +.byte 0x69, 0x4d, 0x00, 0x96, 0x5a, 0x6f, 0x2f, 0xc0, 0x44, 0x7e, 0xa3, 0x0e, 0xe4, 0x91, 0xcd, 0x58 +.byte 0xee, 0xdc, 0xfb, 0xc7, 0x1e, 0x45, 0x47, 0xdd, 0x27, 0xb9, 0x08, 0x01, 0x9f, 0xa6, 0x21, 0x1d +.byte 0xf5, 0x41, 0x2d, 0x2f, 0x4c, 0xfd, 0x28, 0xad, 0xe0, 0x8a, 0xad, 0x22, 0xb4, 0x56, 0x65, 0x8e +.byte 0x86, 0x54, 0x8f, 0x93, 0x43, 0x29, 0xde, 0x39, 0x46, 0x78, 0xa3, 0x30, 0x23, 0xba, 0xcd, 0xf0 +.byte 0x7d, 0x13, 0x57, 0xc0, 0x5d, 0xd2, 0x83, 0x6b, 0x48, 0x4c, 0xc4, 0xab, 0x9f, 0x80, 0x5a, 0x5b +.byte 0x3a, 0xbd, 0xc9, 0xa7, 0x22, 0x3f, 0x80, 0x27, 0x33, 0x5b, 0x0e, 0xb7, 0x8a, 0x0c, 0x5d, 0x07 +.byte 0x37, 0x08, 0xcb, 0x6c, 0xd2, 0x7a, 0x47, 0x22, 0x44, 0x35, 0xc5, 0xcc, 0xcc, 0x2e, 0x8e, 0xdd +.byte 0x2a, 0xed, 0xb7, 0x7d, 0x66, 0x0d, 0x5f, 0x61, 0x51, 0x22, 0x55, 0x1b, 0xe3, 0x46, 0xe3, 0xe3 +.byte 0x3d, 0xd0, 0x35, 0x62, 0x9a, 0xdb, 0xaf, 0x14, 0xc8, 0x5b, 0xa1, 0xcc, 0x89, 0x1b, 0xe1, 0x30 +.byte 0x26, 0xfc, 0xa0, 0x9b, 0x1f, 0x81, 0xa7, 0x47, 0x1f, 0x04, 0xeb, 0xa3, 0x39, 0x92, 0x06, 0x9f +.byte 0x99, 0xd3, 0xbf, 0xd3, 0xea, 0x4f, 0x50, 0x9c, 0x19, 0xfe, 0x96, 0x87, 0x1e, 0x3c, 0x65, 0xf6 +.byte 0xa3, 0x18, 0x24, 0x83, 0x86, 0x10, 0xe7, 0x54, 0x3e, 0xa8, 0x3a, 0x76, 0x24, 0x4f, 0x81, 0x21 +.byte 0xc5, 0xe3, 0x0f, 0x02, 0xf8, 0x93, 0x94, 0x47, 0x20, 0xbb, 0xfe, 0xd4, 0x0e, 0xd3, 0x68, 0xb9 +.byte 0xdd, 0xc4, 0x7a, 0x84, 0x82, 0xe3, 0x53, 0x54, 0x79, 0xdd, 0xdb, 0x9c, 0xd2, 0xf2, 0x07, 0x9b +.byte 0x2e, 0xb6, 0xbc, 0x3e, 0xed, 0x85, 0x6d, 0xef, 0x25, 0x11, 0xf2, 0x97, 0x1a, 0x42, 0x61, 0xf7 +.byte 0x4a, 0x97, 0xe8, 0x8b, 0xb1, 0x10, 0x07, 0xfa, 0x65, 0x81, 0xb2, 0xa2, 0x39, 0xcf, 0xf7, 0x3c +.byte 0xff, 0x18, 0xfb, 0xc6, 0xf1, 0x5a, 0x8b, 0x59, 0xe2, 0x02, 0xac, 0x7b, 0x92, 0xd0, 0x4e, 0x14 +.byte 0x4f, 0x59, 0x45, 0xf6, 0x0c, 0x5e, 0x28, 0x5f, 0xb0, 0xe8, 0x3f, 0x45, 0xcf, 0xcf, 0xaf, 0x9b +.byte 0x6f, 0xfb, 0x84, 0xd3, 0x77, 0x5a, 0x95, 0x6f, 0xac, 0x94, 0x84, 0x9e, 0xee, 0xbc, 0xc0, 0x4a +.byte 0x8f, 0x4a, 0x93, 0xf8, 0x44, 0x21, 0xe2, 0x31, 0x45, 0x61, 0x50, 0x4e, 0x10, 0xd8, 0xe3, 0x35 +.byte 0x7c, 0x4c, 0x19, 0xb4, 0xde, 0x05, 0xbf, 0xa3, 0x06, 0x9f, 0xc8, 0xb5, 0xcd, 0xe4, 0x1f, 0xd7 +.byte 0x17, 0x06, 0x0d, 0x7a, 0x95, 0x74, 0x55, 0x0d, 0x68, 0x1a, 0xfc, 0x10, 0x1b, 0x62, 0x64, 0x9d +.byte 0x6d, 0xe0, 0x95, 0xa0, 0xc3, 0x94, 0x07, 0x57, 0x0d, 0x14, 0xe6, 0xbd, 0x05, 0xfb, 0xb8, 0x9f +.byte 0xe6, 0xdf, 0x8b, 0xe2, 0xc6, 0xe7, 0x7e, 0x96, 0xf6, 0x53, 0xc5, 0x80, 0x34, 0x50, 0x28, 0x58 +.byte 0xf0, 0x12, 0x50, 0x71, 0x17, 0x30, 0xba, 0xe6, 0x78, 0x63, 0xbc, 0xf4, 0xb2, 0xad, 0x9b, 0x2b +.byte 0xb2, 0xfe, 0xe1, 0x39, 0x8c, 0x5e, 0xba, 0x0b, 0x20, 0x94, 0xde, 0x7b, 0x83, 0xb8, 0xff, 0xe3 +.byte 0x56, 0x8d, 0xb7, 0x11, 0xe9, 0x3b, 0x8c, 0xf2, 0xb1, 0xc1, 0x5d, 0x9d, 0xa4, 0x0b, 0x4c, 0x2b +.byte 0xd9, 0xb2, 0x18, 0xf5, 0xb5, 0x9f, 0x4b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6e, 0x00, 0x78, 0x00 +.byte 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31 +.byte 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e +.byte 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20 +.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x41, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52, 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43 +.byte 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x38, 0x08, 0xfe, 0xb1, 0xa0, 0x96, 0xd2, 0x7a, 0xac, 0xaf +.byte 0x49, 0x3a, 0xd0, 0xc0, 0xe0, 0xc3, 0x3b, 0x28, 0xaa, 0xf1, 0x72, 0x6d, 0x65, 0x00, 0x47, 0x88 +.byte 0x84, 0xfc, 0x9a, 0x26, 0x6b, 0xaa, 0x4b, 0xba, 0x6c, 0x04, 0x0a, 0x88, 0x5e, 0x17, 0xf2, 0x55 +.byte 0x87, 0xfc, 0x30, 0xb0, 0x34, 0xe2, 0x34, 0x58, 0x57, 0x1a, 0x84, 0x53, 0xe9, 0x30, 0xd9, 0xa9 +.byte 0xf2, 0x96, 0x74, 0xc3, 0x51, 0x1f, 0x58, 0x49, 0x31, 0xcc, 0x98, 0x4e, 0x60, 0x11, 0x87, 0x75 +.byte 0xd3, 0x72, 0x94, 0x90, 0x4f, 0x9b, 0x10, 0x25, 0x2a, 0xa8, 0x78, 0x2d, 0xbe, 0x90, 0x41, 0x58 +.byte 0x90, 0x15, 0x72, 0xa7, 0xa1, 0xb7, 0x6e, 0x00, 0x26, 0x02, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61 +.byte 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72 +.byte 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20 +.byte 0x43, 0x41, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52 +.byte 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x8b, 0xc2, 0xe7, 0xaf, 0x65, 0x9b, 0x05 +.byte 0x67, 0x96, 0xc9, 0x0d, 0x24, 0xb9, 0xd0, 0x0e, 0x64, 0xfc, 0xce, 0xe2, 0x24, 0x18, 0x2c, 0x84 +.byte 0x7f, 0x77, 0x51, 0xcb, 0x04, 0x11, 0x36, 0xb8, 0x5e, 0xed, 0x69, 0x71, 0xa7, 0x9e, 0xe4, 0x25 +.byte 0x09, 0x97, 0x67, 0xc1, 0x47, 0xc2, 0xcf, 0x91, 0x16, 0x36, 0x62, 0x3d, 0x38, 0x04, 0xe1, 0x51 +.byte 0x82, 0xff, 0xac, 0xd2, 0xb4, 0x69, 0xdd, 0x2e, 0xec, 0x11, 0xa3, 0x45, 0xee, 0x6b, 0x6b, 0x3b +.byte 0x4c, 0xbf, 0x8c, 0x8d, 0xa4, 0x1e, 0x9d, 0x11, 0xb9, 0xe9, 0x38, 0xf9, 0x7a, 0x0e, 0x0c, 0x98 +.byte 0xe2, 0x23, 0x1d, 0xd1, 0x4e, 0x63, 0xd4, 0xe7, 0xb8, 0x41, 0x44, 0xfb, 0x6b, 0xaf, 0x6b, 0xda +.byte 0x1f, 0xd3, 0xc5, 0x91, 0x88, 0x5b, 0xa4, 0x89, 0x92, 0xd1, 0x81, 0xe6, 0x8c, 0x39, 0x58, 0xa0 +.byte 0xd6, 0x69, 0x43, 0xa9, 0xad, 0x98, 0x52, 0x58, 0x6e, 0xdb, 0x0a, 0xfb, 0x6b, 0xcf, 0x68, 0xfa +.byte 0xe3, 0xa4, 0x5e, 0x3a, 0x45, 0x73, 0x98, 0x07, 0xea, 0x5f, 0x02, 0x72, 0xde, 0x0c, 0xa5, 0xb3 +.byte 0x9f, 0xae, 0xa9, 0x1d, 0xb7, 0x1d, 0xb3, 0xfc, 0x8a, 0x59, 0xe7, 0x6e, 0x72, 0x65, 0xad, 0xf5 +.byte 0x30, 0x94, 0x23, 0x07, 0xf3, 0x82, 0x16, 0x4b, 0x35, 0x98, 0x9c, 0x53, 0xbb, 0x2f, 0xca, 0xe4 +.byte 0x5a, 0xd9, 0xc7, 0x8d, 0x1d, 0xfc, 0x98, 0x99, 0xfb, 0x2c, 0xa4, 0x82, 0x6b, 0xf0, 0x2a, 0x1f +.byte 0x8e, 0x0b, 0x5f, 0x71, 0x5c, 0x5c, 0xae, 0x42, 0x7b, 0x29, 0x89, 0x81, 0xcb, 0x03, 0xa3, 0x99 +.byte 0xca, 0x88, 0x9e, 0x0b, 0x40, 0x09, 0x41, 0x33, 0xdb, 0xe6, 0x58, 0x7a, 0xfd, 0xae, 0x99, 0x70 +.byte 0xc0, 0x5a, 0x0f, 0xd6, 0x13, 0x86, 0x71, 0x2f, 0x76, 0x69, 0xfc, 0x90, 0xdd, 0xdb, 0x2d, 0x6e +.byte 0xd1, 0xf2, 0x9b, 0xf5, 0x1a, 0x6b, 0x9e, 0x6f, 0x15, 0x8c, 0x7a, 0xf0, 0x4b, 0x28, 0xa0, 0x22 +.byte 0x38, 0x80, 0x24, 0x6c, 0x36, 0xa4, 0x3b, 0xf2, 0x30, 0x91, 0xf3, 0x78, 0x13, 0xcf, 0xc1, 0x3f +.byte 0x35, 0xab, 0xf1, 0x1d, 0x11, 0x23, 0xb5, 0x43, 0x22, 0x9e, 0x01, 0x92, 0xb7, 0x18, 0x02, 0xe5 +.byte 0x11, 0xd1, 0x82, 0xdb, 0x15, 0x00, 0xcc, 0x61, 0x37, 0xc1, 0x2a, 0x7c, 0x9a, 0xe1, 0xd0, 0xba +.byte 0xb3, 0x50, 0x46, 0xee, 0x82, 0xac, 0x9d, 0x31, 0xf8, 0xfb, 0x23, 0xe2, 0x03, 0x00, 0x48, 0x70 +.byte 0xa3, 0x09, 0x26, 0x79, 0x15, 0x53, 0x60, 0xf3, 0x38, 0x5c, 0xad, 0x38, 0xea, 0x81, 0x00, 0x63 +.byte 0x14, 0xb9, 0x33, 0x5e, 0xdd, 0x0b, 0xdb, 0xa0, 0x45, 0x07, 0x1a, 0x33, 0x09, 0xf8, 0x4d, 0xb4 +.byte 0xa7, 0x02, 0xa6, 0x69, 0xf4, 0xc2, 0x59, 0x05, 0x88, 0x65, 0x85, 0x56, 0xae, 0x4b, 0xcb, 0xe0 +.byte 0xde, 0x3c, 0x7d, 0x2d, 0x1a, 0xc8, 0xe9, 0xfb, 0x1f, 0xa3, 0x61, 0x4a, 0xd6, 0x2a, 0x13, 0xad +.byte 0x77, 0x4c, 0x1a, 0x18, 0x9b, 0x91, 0x0f, 0x58, 0xd8, 0x06, 0x54, 0xc5, 0x97, 0xf8, 0xaa, 0x3f +.byte 0x20, 0x8a, 0xa6, 0x85, 0xa6, 0x77, 0xf6, 0xa6, 0xfc, 0x1c, 0xe2, 0xee, 0x6e, 0x94, 0x33, 0x2a +.byte 0x83, 0x50, 0x84, 0x0a, 0xe5, 0x4f, 0x86, 0xf8, 0x50, 0x45, 0x78, 0x00, 0x81, 0xeb, 0x5b, 0x68 +.byte 0xe3, 0x26, 0x8d, 0xcc, 0x7b, 0x5c, 0x51, 0xf4, 0x14, 0x2c, 0x40, 0xbe, 0x1a, 0x60, 0x1d, 0x7a +.byte 0x72, 0x61, 0x1d, 0x1f, 0x63, 0x2d, 0x88, 0xaa, 0xce, 0xa2, 0x45, 0x90, 0x08, 0xfc, 0x6b, 0xbe +.byte 0xb3, 0x50, 0x2a, 0x5a, 0xfd, 0xa8, 0x48, 0x18, 0x46, 0xd6, 0x90, 0x40, 0x92, 0x90, 0x0a, 0x84 +.byte 0x5e, 0x68, 0x31, 0xf8, 0xeb, 0xed, 0x0d, 0xd3, 0x1d, 0xc6, 0x7d, 0x99, 0x18, 0x55, 0x56, 0x27 +.byte 0x65, 0x2e, 0x8d, 0x45, 0xc5, 0x24, 0xec, 0xce, 0xe3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6e, 0x00 +.byte 0x26, 0x01, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69 +.byte 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69 +.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67, 0x68, 0x20, 0x41, 0x73, 0x73, 0x75 +.byte 0x72, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xc6, 0xcc, 0xe5, 0x73, 0xe6, 0xfb, 0xd4, 0xbb, 0xe5, 0x2d, 0x2d, 0x32, 0xa6, 0xdf, 0xe5 +.byte 0x81, 0x3f, 0xc9, 0xcd, 0x25, 0x49, 0xb6, 0x71, 0x2a, 0xc3, 0xd5, 0x94, 0x34, 0x67, 0xa2, 0x0a +.byte 0x1c, 0xb0, 0x5f, 0x69, 0xa6, 0x40, 0xb1, 0xc4, 0xb7, 0xb2, 0x8f, 0xd0, 0x98, 0xa4, 0xa9, 0x41 +.byte 0x59, 0x3a, 0xd3, 0xdc, 0x94, 0xd6, 0x3c, 0xdb, 0x74, 0x38, 0xa4, 0x4a, 0xcc, 0x4d, 0x25, 0x82 +.byte 0xf7, 0x4a, 0xa5, 0x53, 0x12, 0x38, 0xee, 0xf3, 0x49, 0x6d, 0x71, 0x91, 0x7e, 0x63, 0xb6, 0xab +.byte 0xa6, 0x5f, 0xc3, 0xa4, 0x84, 0xf8, 0x4f, 0x62, 0x51, 0xbe, 0xf8, 0xc5, 0xec, 0xdb, 0x38, 0x92 +.byte 0xe3, 0x06, 0xe5, 0x08, 0x91, 0x0c, 0xc4, 0x28, 0x41, 0x55, 0xfb, 0xcb, 0x5a, 0x89, 0x15, 0x7e +.byte 0x71, 0xe8, 0x35, 0xbf, 0x4d, 0x72, 0x09, 0x3d, 0xbe, 0x3a, 0x38, 0x50, 0x5b, 0x77, 0x31, 0x1b +.byte 0x8d, 0xb3, 0xc7, 0x24, 0x45, 0x9a, 0xa7, 0xac, 0x6d, 0x00, 0x14, 0x5a, 0x04, 0xb7, 0xba, 0x13 +.byte 0xeb, 0x51, 0x0a, 0x98, 0x41, 0x41, 0x22, 0x4e, 0x65, 0x61, 0x87, 0x81, 0x41, 0x50, 0xa6, 0x79 +.byte 0x5c, 0x89, 0xde, 0x19, 0x4a, 0x57, 0xd5, 0x2e, 0xe6, 0x5d, 0x1c, 0x53, 0x2c, 0x7e, 0x98, 0xcd +.byte 0x1a, 0x06, 0x16, 0xa4, 0x68, 0x73, 0xd0, 0x34, 0x04, 0x13, 0x5c, 0xa1, 0x71, 0xd3, 0x5a, 0x7c +.byte 0x55, 0xdb, 0x5e, 0x64, 0xe1, 0x37, 0x87, 0x30, 0x56, 0x04, 0xe5, 0x11, 0xb4, 0x29, 0x80, 0x12 +.byte 0xf1, 0x79, 0x39, 0x88, 0xa2, 0x02, 0x11, 0x7c, 0x27, 0x66, 0xb7, 0x88, 0xb7, 0x78, 0xf2, 0xca +.byte 0x0a, 0xa8, 0x38, 0xab, 0x0a, 0x64, 0xc2, 0xbf, 0x66, 0x5d, 0x95, 0x84, 0xc1, 0xa1, 0x25, 0x1e +.byte 0x87, 0x5d, 0x1a, 0x50, 0x0b, 0x20, 0x12, 0xcc, 0x41, 0xbb, 0x6e, 0x0b, 0x51, 0x38, 0xb8, 0x4b +.byte 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6f, 0x00, 0x26, 0x01, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e +.byte 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31 +.byte 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20 +.byte 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x42, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f +.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd8, 0x17, 0xb7, 0x1c, 0x4a, 0x24 +.byte 0x2a, 0xd6, 0x97, 0xb1, 0xca, 0xe2, 0x1e, 0xfb, 0x7d, 0x38, 0xef, 0x98, 0xf5, 0xb2, 0x39, 0x98 +.byte 0x4e, 0x27, 0xb8, 0x11, 0x5d, 0x7b, 0xd2, 0x25, 0x94, 0x88, 0x82, 0x15, 0x26, 0x6a, 0x1b, 0x31 +.byte 0xbb, 0xa8, 0x5b, 0x21, 0x21, 0x2b, 0xd8, 0x0f, 0x4e, 0x9f, 0x5a, 0xf1, 0xb1, 0x5a, 0xe4, 0x79 +.byte 0xd6, 0x32, 0x23, 0x2b, 0xe1, 0x53, 0xcc, 0x99, 0x45, 0x5c, 0x7b, 0x4f, 0xad, 0xbc, 0xbf, 0x87 +.byte 0x4a, 0x0b, 0x4b, 0x97, 0x5a, 0xa8, 0xf6, 0x48, 0xec, 0x7d, 0x7b, 0x0d, 0xcd, 0x21, 0x06, 0xdf +.byte 0x9e, 0x15, 0xfd, 0x41, 0x8a, 0x48, 0xb7, 0x20, 0xf4, 0xa1, 0x7a, 0x1b, 0x57, 0xd4, 0x5d, 0x50 +.byte 0xff, 0xba, 0x67, 0xd8, 0x23, 0x99, 0x1f, 0xc8, 0x3f, 0xe3, 0xde, 0xff, 0x6f, 0x5b, 0x77, 0xb1 +.byte 0x6b, 0x6e, 0xb8, 0xc9, 0x64, 0xf7, 0xe1, 0xca, 0x41, 0x46, 0x0e, 0x29, 0x71, 0xd0, 0xb9, 0x23 +.byte 0xfc, 0xc9, 0x81, 0x5f, 0x4e, 0xf7, 0x6f, 0xdf, 0xbf, 0x84, 0xad, 0x73, 0x64, 0xbb, 0xb7, 0x42 +.byte 0x8e, 0x69, 0xf6, 0xd4, 0x76, 0x1d, 0x7e, 0x9d, 0xa7, 0xb8, 0x57, 0x8a, 0x51, 0x67, 0x72, 0xd7 +.byte 0xd4, 0xa8, 0xb8, 0x95, 0x54, 0x40, 0x73, 0x03, 0xf6, 0xea, 0xf4, 0xeb, 0xfe, 0x28, 0x42, 0x77 +.byte 0x3f, 0x9d, 0x23, 0x1b, 0xb2, 0xb6, 0x3d, 0x80, 0x14, 0x07, 0x4c, 0x2e, 0x4f, 0xf7, 0xd5, 0x0a +.byte 0x16, 0x0d, 0xbd, 0x66, 0x43, 0x37, 0x7e, 0x23, 0x43, 0x79, 0xc3, 0x40, 0x86, 0xf5, 0x4c, 0x29 +.byte 0xda, 0x8e, 0x9a, 0xad, 0x0d, 0xa5, 0x04, 0x87, 0x88, 0x1e, 0x85, 0xe3, 0xe9, 0x53, 0xd5, 0x9b +.byte 0xc8, 0x8b, 0x03, 0x63, 0x78, 0xeb, 0xe0, 0x19, 0x4a, 0x6e, 0xbb, 0x2f, 0x6b, 0x33, 0x64, 0x58 +.byte 0x93, 0xad, 0x69, 0xbf, 0x8f, 0x1b, 0xef, 0x82, 0x48, 0xc7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6f +.byte 0x00, 0x78, 0x00, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53 +.byte 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f +.byte 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79 +.byte 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x43, 0x20 +.byte 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x4c, 0xe9, 0x50, 0xc0, 0xc6, 0x0f +.byte 0x72, 0x18, 0xbc, 0xd8, 0xf1, 0xba, 0xb3, 0x89, 0xe2, 0x79, 0x4a, 0xa3, 0x16, 0xa7, 0x6b, 0x54 +.byte 0x24, 0xdb, 0x51, 0xff, 0xea, 0xf4, 0x09, 0x24, 0xc3, 0x0b, 0x22, 0x9f, 0xcb, 0x6a, 0x27, 0x82 +.byte 0x81, 0x0d, 0xd2, 0xc0, 0xaf, 0x31, 0xe4, 0x74, 0x82, 0x6e, 0xca, 0x25, 0xd9, 0x8c, 0x75, 0x9d +.byte 0xf1, 0xdb, 0xd0, 0x9a, 0xa2, 0x4b, 0x21, 0x7e, 0x16, 0xa7, 0x63, 0x90, 0xd2, 0x39, 0xd4, 0xb1 +.byte 0x87, 0x78, 0x5f, 0x18, 0x96, 0x0f, 0x50, 0x1b, 0x35, 0x37, 0x0f, 0x6a, 0xc6, 0xdc, 0xd9, 0x13 +.byte 0x4d, 0xa4, 0x8e, 0x90, 0x37, 0xe6, 0xbd, 0x5b, 0x31, 0x91, 0x70, 0x00, 0x78, 0x00, 0x30, 0x6e +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x1c, 0x30 +.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x13, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f +.byte 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20, 0x53, 0x41, 0x31, 0x18, 0x30, 0x16, 0x06 +.byte 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f, 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x41, 0x36, 0x32, 0x36 +.byte 0x33, 0x34, 0x30, 0x36, 0x38, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e +.byte 0x46, 0x49, 0x52, 0x4d, 0x41, 0x50, 0x52, 0x4f, 0x46, 0x45, 0x53, 0x49, 0x4f, 0x4e, 0x41, 0x4c +.byte 0x20, 0x43, 0x41, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x2d, 0x41, 0x20, 0x57, 0x45, 0x42, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x47, 0x53, 0xea, 0x2c, 0x11, 0xa4, 0x77, 0xc7, 0x2a, 0xea +.byte 0xf3, 0xd6, 0x5f, 0x7b, 0xd3, 0x04, 0x91, 0x5c, 0xfa, 0x88, 0xc6, 0x22, 0xb9, 0x83, 0x10, 0x62 +.byte 0x77, 0x84, 0x33, 0x2d, 0xe9, 0x03, 0x88, 0xd4, 0xe0, 0x33, 0xf7, 0xed, 0x77, 0x2c, 0x4a, 0x60 +.byte 0xea, 0xe4, 0x6f, 0xad, 0x6d, 0xb4, 0xf8, 0x4c, 0x8a, 0xa4, 0xe4, 0x1f, 0xca, 0xea, 0x4f, 0x38 +.byte 0x4a, 0x2e, 0x82, 0x73, 0x2b, 0xc7, 0x66, 0x9b, 0x0a, 0x8c, 0x40, 0x9c, 0x7c, 0x8a, 0xf6, 0xf2 +.byte 0x39, 0x60, 0xb2, 0xde, 0xcb, 0xec, 0xb8, 0xe4, 0x6f, 0xea, 0x9b, 0x5d, 0xb7, 0x53, 0x90, 0x18 +.byte 0x32, 0x55, 0xc5, 0x20, 0xb7, 0x94, 0x71, 0x00, 0x26, 0x02, 0x30, 0x6f, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x4b, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 +.byte 0x04, 0x08, 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x12, 0x30 +.byte 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e +.byte 0x67, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f, 0x6e, 0x67 +.byte 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73 +.byte 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0x88, 0xd7, 0xea +.byte 0xce, 0x0f, 0x20, 0x4e, 0xbe, 0xe6, 0xd6, 0x03, 0x6d, 0xee, 0x59, 0xfc, 0xc2, 0x57, 0xdf, 0x29 +.byte 0x68, 0xa1, 0x83, 0x0e, 0x3e, 0x68, 0xc7, 0x68, 0x58, 0x9c, 0x1c, 0x60, 0x4b, 0x89, 0x43, 0x0c +.byte 0xb9, 0xd4, 0x15, 0xb2, 0xee, 0xc1, 0x4e, 0x75, 0xe9, 0xb5, 0xa7, 0xef, 0xe5, 0xe9, 0x35, 0x99 +.byte 0xe4, 0xcc, 0x1c, 0xe7, 0x4b, 0x5f, 0x8d, 0x33, 0x30, 0x20, 0x33, 0x53, 0xd9, 0xa6, 0xbb, 0xd5 +.byte 0x3e, 0x13, 0x8e, 0xe9, 0x1f, 0x87, 0x49, 0xad, 0x50, 0x2d, 0x50, 0xca, 0x18, 0xbe, 0x01, 0x58 +.byte 0xa2, 0x13, 0x70, 0x96, 0xbb, 0x89, 0x88, 0x56, 0x80, 0x5c, 0xf8, 0xbd, 0x2c, 0x3c, 0xe1, 0x4c +.byte 0x57, 0x88, 0xbb, 0xd3, 0xb9, 0x95, 0xef, 0xcb, 0xc7, 0xf6, 0xda, 0x31, 0x74, 0x28, 0xa6, 0xe6 +.byte 0x54, 0x89, 0xf5, 0x41, 0x31, 0xca, 0xe5, 0x26, 0x1a, 0xcd, 0x82, 0xe0, 0x70, 0xda, 0x3b, 0x29 +.byte 0xbb, 0xd5, 0x03, 0xf5, 0x99, 0xba, 0x55, 0xf5, 0x64, 0xd1, 0x60, 0x0e, 0xb3, 0x89, 0x49, 0xb8 +.byte 0x8a, 0x2f, 0x05, 0xd2, 0x84, 0x45, 0x28, 0x7c, 0x8f, 0x68, 0x50, 0x12, 0x78, 0xfc, 0x0b, 0xb5 +.byte 0x53, 0xcb, 0xc2, 0x98, 0x1c, 0x84, 0xa3, 0x9e, 0xb0, 0xbe, 0x23, 0xa4, 0xda, 0xdc, 0xc8, 0x2b +.byte 0x1e, 0xda, 0x6e, 0x45, 0x1e, 0x89, 0x98, 0xda, 0xf9, 0x00, 0x2e, 0x06, 0xe9, 0x0c, 0x3b, 0x70 +.byte 0xd5, 0x50, 0x25, 0x88, 0x99, 0xcb, 0xcd, 0x73, 0x60, 0xf7, 0xd5, 0xff, 0x35, 0x67, 0xc5, 0xa1 +.byte 0xbc, 0x5e, 0xab, 0xcd, 0x4a, 0xb8, 0x45, 0xeb, 0xc8, 0x68, 0x1e, 0x0d, 0x0d, 0x14, 0x46, 0x12 +.byte 0xe3, 0xd2, 0x64, 0x62, 0x8a, 0x42, 0x98, 0xbc, 0xb4, 0xc6, 0x08, 0x08, 0xf8, 0xfd, 0xa8, 0x4c +.byte 0x64, 0x9c, 0x76, 0x01, 0xbd, 0x2f, 0xa9, 0x6c, 0x33, 0x0f, 0xd8, 0x3f, 0x28, 0xb8, 0x3c, 0x69 +.byte 0x01, 0x42, 0x86, 0x7e, 0x69, 0xc1, 0xc9, 0x06, 0xca, 0xe5, 0x7a, 0x46, 0x65, 0xe9, 0xc2, 0xd6 +.byte 0x50, 0x41, 0x2e, 0x3f, 0xb7, 0xe4, 0xed, 0x6c, 0xd7, 0xbf, 0x26, 0x01, 0x11, 0xa2, 0x16, 0x29 +.byte 0x4a, 0x6b, 0x34, 0x06, 0x90, 0xec, 0x13, 0xd2, 0xb6, 0xfb, 0x6a, 0x76, 0xd2, 0x3c, 0xed, 0xf0 +.byte 0xd6, 0x2d, 0xdd, 0xe1, 0x15, 0xec, 0xa3, 0x9b, 0x2f, 0x2c, 0xc9, 0x3e, 0x2b, 0xe4, 0x69, 0x3b +.byte 0xff, 0x72, 0x25, 0xb1, 0x36, 0x86, 0x5b, 0xc7, 0x7f, 0x6b, 0x8b, 0x55, 0x1b, 0x4a, 0xc5, 0x20 +.byte 0x61, 0x3d, 0xae, 0xcb, 0x50, 0xe1, 0x08, 0x3a, 0xbe, 0xb0, 0x8f, 0x63, 0x41, 0x53, 0x30, 0x08 +.byte 0x59, 0x3c, 0x98, 0x1d, 0x77, 0xba, 0x63, 0x91, 0x7a, 0xca, 0x10, 0x50, 0x60, 0xbf, 0xf0, 0xd7 +.byte 0xbc, 0x95, 0x87, 0x8f, 0x97, 0xc5, 0xfe, 0x97, 0x6a, 0x01, 0x94, 0xa3, 0x7c, 0x5b, 0x85, 0x1d +.byte 0x2a, 0x39, 0x3a, 0xd0, 0x54, 0xa1, 0xd1, 0x39, 0x71, 0x9d, 0xfd, 0x21, 0xf9, 0xb5, 0x7b, 0xf0 +.byte 0xe2, 0xe0, 0x02, 0x8f, 0x6e, 0x96, 0x24, 0x25, 0x2c, 0xa0, 0x1e, 0x2c, 0xa8, 0xc4, 0x89, 0xa7 +.byte 0xef, 0xed, 0x99, 0x06, 0x2f, 0xb6, 0x0a, 0x4c, 0x4f, 0xdb, 0xa2, 0xcc, 0x37, 0x1a, 0xaf, 0x47 +.byte 0x85, 0x2d, 0x8a, 0x5f, 0xc4, 0x34, 0x34, 0x4c, 0x00, 0xfd, 0x18, 0x93, 0x67, 0x13, 0xd1, 0x37 +.byte 0xe6, 0x48, 0xb4, 0x8b, 0x06, 0xc5, 0x57, 0x7b, 0x19, 0x86, 0x0a, 0x79, 0xcb, 0x00, 0xc9, 0x52 +.byte 0xaf, 0x42, 0xff, 0x37, 0x8f, 0xe1, 0xa3, 0x1e, 0x7a, 0x3d, 0x50, 0xab, 0x63, 0x06, 0xe7, 0x15 +.byte 0xb5, 0x3f, 0xb6, 0x45, 0x37, 0x94, 0x37, 0xb1, 0x7e, 0xf2, 0x48, 0xc3, 0x7f, 0xc5, 0x75, 0xfe +.byte 0x97, 0x8d, 0x45, 0x8f, 0x1a, 0xa7, 0x1a, 0x72, 0x28, 0x1a, 0x40, 0x0f, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x73, 0x00, 0x5b, 0x00, 0x30, 0x71, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42 +.byte 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31 +.byte 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0e, 0x56, 0x41, 0x54, 0x48, 0x55, 0x2d +.byte 0x32, 0x33, 0x35, 0x38, 0x34, 0x34, 0x39, 0x37, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x15, 0x65, 0x2d, 0x53, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03 +.byte 0x42, 0x00, 0x04, 0x96, 0xdc, 0x3d, 0x8a, 0xd8, 0xb0, 0x7b, 0x6f, 0xc6, 0x27, 0xbe, 0x44, 0x90 +.byte 0xb1, 0xb3, 0x56, 0x15, 0x7b, 0x8e, 0x43, 0x24, 0x7d, 0x1a, 0x84, 0x59, 0xee, 0x63, 0x68, 0xb2 +.byte 0xc6, 0x5e, 0x87, 0xd0, 0x15, 0x48, 0x1e, 0xa8, 0x90, 0xad, 0xbd, 0x53, 0xa2, 0xda, 0xde, 0x3a +.byte 0x90, 0xa6, 0x60, 0x5f, 0x68, 0x32, 0xb5, 0x86, 0x41, 0xdf, 0x87, 0x5b, 0x2c, 0x7b, 0xc5, 0xfe +.byte 0x7c, 0x7a, 0xda, 0x76, 0x00, 0x78, 0x00, 0x30, 0x74, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73 +.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x65, 0x72 +.byte 0x74, 0x75, 0x6d, 0x20, 0x45, 0x43, 0x2d, 0x33, 0x38, 0x34, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0xc4, 0x28, 0x8e, 0xab, 0x18, 0x5b, 0x6a, 0xbe, 0x6e, 0x64, 0x37 +.byte 0x63, 0xe4, 0xcd, 0xec, 0xab, 0x3a, 0xf7, 0xcc, 0xa1, 0xb8, 0x0e, 0x82, 0x49, 0xd7, 0x86, 0x29 +.byte 0x9f, 0xa1, 0x94, 0xf2, 0xe3, 0x60, 0x78, 0x98, 0x81, 0x78, 0x06, 0x4d, 0xf2, 0xec, 0x9a, 0x0e +.byte 0x57, 0x60, 0x83, 0x9f, 0xb4, 0xe6, 0x17, 0x2f, 0x1a, 0xb3, 0x5d, 0x02, 0x5b, 0x89, 0x23, 0x3c +.byte 0xc2, 0x11, 0x05, 0x2a, 0xa7, 0x88, 0x13, 0x18, 0xf3, 0x50, 0x84, 0xd7, 0xbd, 0x34, 0x2c, 0x27 +.byte 0x89, 0x55, 0xff, 0xce, 0x4c, 0xe7, 0xdf, 0xa6, 0x1f, 0x28, 0xc4, 0xf0, 0x54, 0xc3, 0xb9, 0x7c +.byte 0xb7, 0x53, 0xad, 0xeb, 0xc2, 0x7a, 0x00, 0x78, 0x00, 0x30, 0x78, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x08, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x0e, 0x30, 0x0c, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x05, 0x43, 0x65, 0x72, 0x65, 0x73, 0x31, 0x18, 0x30, 0x16, 0x06 +.byte 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f, 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x51, 0x32, 0x38, 0x32 +.byte 0x36, 0x30, 0x30, 0x34, 0x4a, 0x31, 0x2c, 0x30, 0x2a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x23 +.byte 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d +.byte 0x20, 0x53, 0x45, 0x52, 0x56, 0x49, 0x44, 0x4f, 0x52, 0x45, 0x53, 0x20, 0x53, 0x45, 0x47, 0x55 +.byte 0x52, 0x4f, 0x53, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf6, 0xba, 0x57, 0x53, 0xc8 +.byte 0xca, 0xab, 0xdf, 0x36, 0x4a, 0x52, 0x21, 0xe4, 0x97, 0xd2, 0x83, 0x67, 0x9e, 0xf0, 0x65, 0x51 +.byte 0xd0, 0x5e, 0x87, 0xc7, 0x47, 0xb1, 0x59, 0xf2, 0x57, 0x47, 0x9b, 0x00, 0x02, 0x93, 0x44, 0x17 +.byte 0x69, 0xdb, 0x42, 0xc7, 0xb1, 0xb2, 0x3a, 0x18, 0x0e, 0xb4, 0x5d, 0x8c, 0xb3, 0x66, 0x5d, 0xa1 +.byte 0x34, 0xf9, 0x36, 0x2c, 0x49, 0xdb, 0xf3, 0x46, 0xfc, 0xb3, 0x44, 0x69, 0x44, 0x13, 0x66, 0xfd +.byte 0xd7, 0xc5, 0xfd, 0xaf, 0x36, 0x4d, 0xce, 0x03, 0x4d, 0x07, 0x71, 0xcf, 0xaf, 0x6a, 0x05, 0xd2 +.byte 0xa2, 0x43, 0x5a, 0x0a, 0x52, 0x6f, 0x01, 0x03, 0x4e, 0x8e, 0x8b, 0x7c, 0x00, 0x26, 0x02, 0x30 +.byte 0x7a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21 +.byte 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20 +.byte 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41 +.byte 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74 +.byte 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x16, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd1, 0x2d, 0x8e, 0xbb +.byte 0xb7, 0x36, 0xea, 0x6d, 0x37, 0x91, 0x9f, 0x4e, 0x93, 0xa7, 0x05, 0xe4, 0x29, 0x03, 0x25, 0xce +.byte 0x1c, 0x82, 0xf7, 0x7c, 0x99, 0x9f, 0x41, 0x06, 0xcd, 0xed, 0xa3, 0xba, 0xc0, 0xdb, 0x09, 0x2c +.byte 0xc1, 0x7c, 0xdf, 0x29, 0x7e, 0x4b, 0x65, 0x2f, 0x93, 0xa7, 0xd4, 0x01, 0x6b, 0x03, 0x28, 0x18 +.byte 0xa3, 0xd8, 0x9d, 0x05, 0xc1, 0x2a, 0xd8, 0x45, 0xf1, 0x91, 0xde, 0xdf, 0x3b, 0xd0, 0x80, 0x02 +.byte 0x8c, 0xcf, 0x38, 0x0f, 0xea, 0xa7, 0x5c, 0x78, 0x11, 0xa4, 0xc1, 0xc8, 0x85, 0x5c, 0x25, 0xd3 +.byte 0xd3, 0xb2, 0xe7, 0x25, 0xcf, 0x11, 0x54, 0x97, 0xab, 0x35, 0xc0, 0x1e, 0x76, 0x1c, 0xef, 0x00 +.byte 0x53, 0x9f, 0x39, 0xdc, 0x14, 0xa5, 0x2c, 0x22, 0x25, 0xb3, 0x72, 0x72, 0xfc, 0x8d, 0xb3, 0xe5 +.byte 0x3e, 0x08, 0x1e, 0x14, 0x2a, 0x37, 0x0b, 0x88, 0x3c, 0xca, 0xb0, 0xf4, 0xc8, 0xc2, 0xa1, 0xae +.byte 0xbc, 0xc1, 0xbe, 0x29, 0x67, 0x55, 0xe2, 0xfc, 0xad, 0x59, 0x5c, 0xfe, 0xbd, 0x57, 0x2c, 0xb0 +.byte 0x90, 0x8d, 0xc2, 0xed, 0x37, 0xb6, 0x7c, 0x99, 0x88, 0xb5, 0xd5, 0x03, 0x9a, 0x3d, 0x15, 0x0d +.byte 0x3d, 0x3a, 0xa8, 0xa8, 0x45, 0xf0, 0x95, 0x4e, 0x25, 0x59, 0x1d, 0xcd, 0x98, 0x69, 0xbb, 0xd3 +.byte 0xcc, 0x32, 0xc9, 0x8d, 0xef, 0x81, 0xfe, 0xad, 0x7d, 0x89, 0xbb, 0xba, 0x60, 0x13, 0xca, 0x65 +.byte 0x95, 0x67, 0xa0, 0xf3, 0x19, 0xf6, 0x03, 0x56, 0xd4, 0x6a, 0xd3, 0x27, 0xe2, 0xa1, 0xad, 0x83 +.byte 0xf0, 0x4a, 0x12, 0x22, 0x77, 0x1c, 0x05, 0x73, 0xe2, 0x19, 0x71, 0x42, 0xc0, 0xec, 0x75, 0x46 +.byte 0x9a, 0x90, 0x58, 0xe0, 0x6a, 0x8e, 0x2b, 0xa5, 0x46, 0x30, 0x04, 0x8e, 0x19, 0xb2, 0x17, 0xe3 +.byte 0xbe, 0xa9, 0xba, 0x7f, 0x56, 0xf1, 0x24, 0x03, 0xd7, 0xb2, 0x21, 0x28, 0x76, 0x0e, 0x36, 0x30 +.byte 0x4c, 0x79, 0xd5, 0x41, 0x9a, 0x9a, 0xa8, 0xb8, 0x35, 0xba, 0x0c, 0x3a, 0xf2, 0x44, 0x1b, 0x20 +.byte 0x88, 0xf7, 0xc5, 0x25, 0xd7, 0x3d, 0xc6, 0xe3, 0x3e, 0x43, 0xdd, 0x87, 0xfe, 0xc4, 0xea, 0xf5 +.byte 0x53, 0x3e, 0x4c, 0x65, 0xff, 0x3b, 0x4a, 0xcb, 0x78, 0x5a, 0x6b, 0x17, 0x5f, 0x0d, 0xc7, 0xc3 +.byte 0x4f, 0x4e, 0x9a, 0x2a, 0xa2, 0xed, 0x57, 0x4d, 0x22, 0xe2, 0x46, 0x9a, 0x3f, 0x0f, 0x91, 0x34 +.byte 0x24, 0x7d, 0x55, 0xe3, 0x8c, 0x95, 0x37, 0xd3, 0x1a, 0xf0, 0x09, 0x2b, 0x2c, 0xd2, 0xc9, 0x8d +.byte 0xb4, 0x0d, 0x00, 0xab, 0x67, 0x29, 0x28, 0xd8, 0x01, 0xf5, 0x19, 0x04, 0xb6, 0x1d, 0xbe, 0x76 +.byte 0xfe, 0x72, 0x5c, 0xc4, 0x85, 0xca, 0xd2, 0x80, 0x41, 0xdf, 0x05, 0xa8, 0xa3, 0xd5, 0x84, 0x90 +.byte 0x4f, 0x0b, 0xf3, 0xe0, 0x3f, 0x9b, 0x19, 0xd2, 0x37, 0x89, 0x3f, 0xf2, 0x7b, 0x52, 0x1c, 0x8c +.byte 0xf6, 0xe1, 0xf7, 0x3c, 0x07, 0x97, 0x8c, 0x0e, 0xa2, 0x59, 0x81, 0x0c, 0xb2, 0x90, 0x3d, 0xd3 +.byte 0xe3, 0x59, 0x46, 0xed, 0x0f, 0xa9, 0xa7, 0xde, 0x80, 0x6b, 0x5a, 0xaa, 0x07, 0xb6, 0x19, 0xcb +.byte 0xbc, 0x57, 0xf3, 0x97, 0x21, 0x7a, 0x0c, 0xb1, 0x2b, 0x74, 0x3e, 0xeb, 0xda, 0xa7, 0x67, 0x2d +.byte 0x4c, 0xc4, 0x98, 0x9e, 0x36, 0x09, 0x76, 0x66, 0x66, 0xfc, 0x1a, 0x3f, 0xea, 0x48, 0x54, 0x1c +.byte 0xbe, 0x30, 0xbd, 0x80, 0x50, 0xbf, 0x7c, 0xb5, 0xce, 0x00, 0xf6, 0x0c, 0x61, 0xd9, 0xe7, 0x24 +.byte 0x03, 0xe0, 0xe3, 0x01, 0x81, 0x0e, 0xbd, 0xd8, 0x85, 0x34, 0x88, 0xbd, 0xb2, 0x36, 0xa8, 0x7b +.byte 0x5c, 0x08, 0xe5, 0x44, 0x80, 0x8c, 0x6f, 0xf8, 0x2f, 0xd5, 0x21, 0xca, 0x1d, 0x1c, 0xd0, 0xfb +.byte 0xc4, 0xb5, 0x87, 0xd1, 0x3a, 0x4e, 0xc7, 0x76, 0xb5, 0x35, 0x48, 0xb5, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x7d, 0x00, 0x26, 0x01, 0x30, 0x7b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x12, 0x47 +.byte 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65 +.byte 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x53, 0x61, 0x6c, 0x66 +.byte 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x43, 0x6f +.byte 0x6d, 0x6f, 0x64, 0x6f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31 +.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x18, 0x41, 0x41, 0x41, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63 +.byte 0x65, 0x73, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82 +.byte 0x01, 0x01, 0x00, 0xbe, 0x40, 0x9d, 0xf4, 0x6e, 0xe1, 0xea, 0x76, 0x87, 0x1c, 0x4d, 0x45, 0x44 +.byte 0x8e, 0xbe, 0x46, 0xc8, 0x83, 0x06, 0x9d, 0xc1, 0x2a, 0xfe, 0x18, 0x1f, 0x8e, 0xe4, 0x02, 0xfa +.byte 0xf3, 0xab, 0x5d, 0x50, 0x8a, 0x16, 0x31, 0x0b, 0x9a, 0x06, 0xd0, 0xc5, 0x70, 0x22, 0xcd, 0x49 +.byte 0x2d, 0x54, 0x63, 0xcc, 0xb6, 0x6e, 0x68, 0x46, 0x0b, 0x53, 0xea, 0xcb, 0x4c, 0x24, 0xc0, 0xbc +.byte 0x72, 0x4e, 0xea, 0xf1, 0x15, 0xae, 0xf4, 0x54, 0x9a, 0x12, 0x0a, 0xc3, 0x7a, 0xb2, 0x33, 0x60 +.byte 0xe2, 0xda, 0x89, 0x55, 0xf3, 0x22, 0x58, 0xf3, 0xde, 0xdc, 0xcf, 0xef, 0x83, 0x86, 0xa2, 0x8c +.byte 0x94, 0x4f, 0x9f, 0x68, 0xf2, 0x98, 0x90, 0x46, 0x84, 0x27, 0xc7, 0x76, 0xbf, 0xe3, 0xcc, 0x35 +.byte 0x2c, 0x8b, 0x5e, 0x07, 0x64, 0x65, 0x82, 0xc0, 0x48, 0xb0, 0xa8, 0x91, 0xf9, 0x61, 0x9f, 0x76 +.byte 0x20, 0x50, 0xa8, 0x91, 0xc7, 0x66, 0xb5, 0xeb, 0x78, 0x62, 0x03, 0x56, 0xf0, 0x8a, 0x1a, 0x13 +.byte 0xea, 0x31, 0xa3, 0x1e, 0xa0, 0x99, 0xfd, 0x38, 0xf6, 0xf6, 0x27, 0x32, 0x58, 0x6f, 0x07, 0xf5 +.byte 0x6b, 0xb8, 0xfb, 0x14, 0x2b, 0xaf, 0xb7, 0xaa, 0xcc, 0xd6, 0x63, 0x5f, 0x73, 0x8c, 0xda, 0x05 +.byte 0x99, 0xa8, 0x38, 0xa8, 0xcb, 0x17, 0x78, 0x36, 0x51, 0xac, 0xe9, 0x9e, 0xf4, 0x78, 0x3a, 0x8d +.byte 0xcf, 0x0f, 0xd9, 0x42, 0xe2, 0x98, 0x0c, 0xab, 0x2f, 0x9f, 0x0e, 0x01, 0xde, 0xef, 0x9f, 0x99 +.byte 0x49, 0xf1, 0x2d, 0xdf, 0xac, 0x74, 0x4d, 0x1b, 0x98, 0xb5, 0x47, 0xc5, 0xe5, 0x29, 0xd1, 0xf9 +.byte 0x90, 0x18, 0xc7, 0x62, 0x9c, 0xbe, 0x83, 0xc7, 0x26, 0x7b, 0x3e, 0x8a, 0x25, 0xc7, 0xc0, 0xdd +.byte 0x9d, 0xe6, 0x35, 0x68, 0x10, 0x20, 0x9d, 0x8f, 0xd8, 0xde, 0xd2, 0xc3, 0x84, 0x9c, 0x0d, 0x5e +.byte 0xe8, 0x2f, 0xc9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x7e, 0x00, 0x78, 0x00, 0x30, 0x7c, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06 +.byte 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30 +.byte 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70 +.byte 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 +.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 +.byte 0x00, 0x04, 0x45, 0x6e, 0xa9, 0x50, 0xc4, 0xa6, 0x23, 0x36, 0x9e, 0x5f, 0x28, 0x8d, 0x17, 0xcb +.byte 0x96, 0x22, 0x64, 0x3f, 0xdc, 0x7a, 0x8e, 0x1d, 0xcc, 0x08, 0xb3, 0xa2, 0x71, 0x24, 0xba, 0x8e +.byte 0x49, 0xb9, 0x04, 0x1b, 0x47, 0x96, 0x58, 0xab, 0x2d, 0x95, 0xc8, 0xed, 0x9e, 0x08, 0x35, 0xc8 +.byte 0x27, 0xeb, 0x89, 0x8c, 0x53, 0x58, 0xeb, 0x62, 0x8a, 0xfe, 0xf0, 0x5b, 0x0f, 0x6b, 0x31, 0x52 +.byte 0x63, 0x41, 0x3b, 0x89, 0xcd, 0xec, 0xec, 0xb6, 0x8d, 0x19, 0xd3, 0x34, 0x07, 0xdc, 0xbb, 0xc6 +.byte 0x06, 0x7f, 0xc2, 0x45, 0x95, 0xec, 0xcb, 0x7f, 0xa8, 0x23, 0xe0, 0x09, 0xe9, 0x81, 0xfa, 0xf3 +.byte 0x47, 0xd3, 0x7e, 0x00, 0x26, 0x02, 0x30, 0x7c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05 +.byte 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07 +.byte 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x20, 0x52, 0x53, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xf9, 0x0f, 0xdd, 0xa3, 0x2b, 0x7d, 0xcb, 0xd0, 0x2a, 0xfe, 0xec +.byte 0x67, 0x85, 0xa6, 0xe7, 0x2e, 0x1b, 0xba, 0x77, 0xe1, 0xe3, 0xf5, 0xaf, 0xa4, 0xec, 0xfa, 0x4a +.byte 0x5d, 0x91, 0xc4, 0x57, 0x47, 0x6b, 0x18, 0x77, 0x6b, 0x76, 0xf2, 0xfd, 0x93, 0xe4, 0x3d, 0x0f +.byte 0xc2, 0x16, 0x9e, 0x0b, 0x66, 0xc3, 0x56, 0x94, 0x9e, 0x17, 0x83, 0x85, 0xce, 0x56, 0xef, 0xf2 +.byte 0x16, 0xfd, 0x00, 0x62, 0xf5, 0x22, 0x09, 0x54, 0xe8, 0x65, 0x17, 0x4e, 0x41, 0xb9, 0xe0, 0x4f +.byte 0x46, 0x97, 0xaa, 0x1b, 0xc8, 0xb8, 0x6e, 0x62, 0x5e, 0x69, 0xb1, 0x5f, 0xdb, 0x2a, 0x02, 0x7e +.byte 0xfc, 0x6c, 0xca, 0xf3, 0x41, 0xd8, 0xed, 0xd0, 0xe8, 0xfc, 0x3f, 0x61, 0x48, 0xed, 0xb0, 0x03 +.byte 0x14, 0x1d, 0x10, 0x0e, 0x4b, 0x19, 0xe0, 0xbb, 0x4e, 0xec, 0x86, 0x65, 0xff, 0x36, 0xf3, 0x5e +.byte 0x67, 0x02, 0x0b, 0x9d, 0x86, 0x55, 0x61, 0xfd, 0x7a, 0x38, 0xed, 0xfe, 0xe2, 0x19, 0x00, 0xb7 +.byte 0x6f, 0xa1, 0x50, 0x62, 0x75, 0x74, 0x3c, 0xa0, 0xfa, 0xc8, 0x25, 0x92, 0xb4, 0x6e, 0x7a, 0x22 +.byte 0xc7, 0xf8, 0x1e, 0xa1, 0xe3, 0xb2, 0xdd, 0x91, 0x31, 0xab, 0x2b, 0x1d, 0x04, 0xff, 0xa5, 0x4a +.byte 0x04, 0x37, 0xe9, 0x85, 0xa4, 0x33, 0x2b, 0xfd, 0xe2, 0xd6, 0x55, 0x34, 0x7c, 0x19, 0xa4, 0x4a +.byte 0x68, 0xc7, 0xb2, 0xa8, 0xd3, 0xb7, 0xca, 0xa1, 0x93, 0x88, 0xeb, 0xc1, 0x97, 0xbc, 0x8c, 0xf9 +.byte 0x1d, 0xd9, 0x22, 0x84, 0x24, 0x74, 0xc7, 0x04, 0x3d, 0x6a, 0xa9, 0x29, 0x93, 0xcc, 0xeb, 0xb8 +.byte 0x5b, 0xe1, 0xfe, 0x5f, 0x25, 0xaa, 0x34, 0x58, 0xc8, 0xc1, 0x23, 0x54, 0x9d, 0x1b, 0x98, 0x11 +.byte 0xc3, 0x38, 0x9c, 0x7e, 0x3d, 0x86, 0x6c, 0xa5, 0x0f, 0x40, 0x86, 0x7c, 0x02, 0xf4, 0x5c, 0x02 +.byte 0x4f, 0x28, 0xcb, 0xae, 0x71, 0x9f, 0x0f, 0x3a, 0xc8, 0x33, 0xfe, 0x11, 0x25, 0x35, 0xea, 0xfc +.byte 0xba, 0xc5, 0x60, 0x3d, 0xd9, 0x7c, 0x18, 0xd5, 0xb2, 0xa9, 0xd3, 0x75, 0x78, 0x03, 0x72, 0x22 +.byte 0xca, 0x3a, 0xc3, 0x1f, 0xef, 0x2c, 0xe5, 0x2e, 0xa9, 0xfa, 0x9e, 0x2c, 0xb6, 0x51, 0x46, 0xfd +.byte 0xaf, 0x03, 0xd6, 0xea, 0x60, 0x68, 0xea, 0x85, 0x16, 0x36, 0x6b, 0x85, 0xe9, 0x1e, 0xc0, 0xb3 +.byte 0xdd, 0xc4, 0x24, 0xdc, 0x80, 0x2a, 0x81, 0x41, 0x6d, 0x94, 0x3e, 0xc8, 0xe0, 0xc9, 0x81, 0x41 +.byte 0x00, 0x9e, 0x5e, 0xbf, 0x7f, 0xc5, 0x08, 0x98, 0xa2, 0x18, 0x2c, 0x42, 0x40, 0xb3, 0xf9, 0x6f +.byte 0x38, 0x27, 0x4b, 0x4e, 0x80, 0xf4, 0x3d, 0x81, 0x47, 0xe0, 0x88, 0x7c, 0xea, 0x1c, 0xce, 0xb5 +.byte 0x75, 0x5c, 0x51, 0x2e, 0x1c, 0x2b, 0x7f, 0x1a, 0x72, 0x28, 0xe7, 0x00, 0xb5, 0xd1, 0x74, 0xc6 +.byte 0xd7, 0xe4, 0x9f, 0xad, 0x07, 0x93, 0xb6, 0x53, 0x35, 0x35, 0xfc, 0x37, 0xe4, 0xc3, 0xf6, 0x5d +.byte 0x16, 0xbe, 0x21, 0x73, 0xde, 0x92, 0x0a, 0xf8, 0xa0, 0x63, 0x6a, 0xbc, 0x96, 0x92, 0x6a, 0x3e +.byte 0xf8, 0xbc, 0x65, 0x55, 0x9b, 0xde, 0xf5, 0x0d, 0x89, 0x26, 0x04, 0xfc, 0x25, 0x1a, 0xa6, 0x25 +.byte 0x69, 0xcb, 0xc2, 0x6d, 0xca, 0x7c, 0xe2, 0x59, 0x5f, 0x97, 0xac, 0xeb, 0xef, 0x2e, 0xc8, 0xbc +.byte 0xd7, 0x1b, 0x59, 0x3c, 0x2b, 0xcc, 0xf2, 0x19, 0xc8, 0x93, 0x6b, 0x27, 0x63, 0x19, 0xcf, 0xfc +.byte 0xe9, 0x26, 0xf8, 0xca, 0x71, 0x9b, 0x7f, 0x93, 0xfe, 0x34, 0x67, 0x84, 0x4e, 0x99, 0xeb, 0xfc +.byte 0xb3, 0x78, 0x09, 0x33, 0x70, 0xba, 0x66, 0xa6, 0x76, 0xed, 0x1b, 0x73, 0xeb, 0x1a, 0xa5, 0x0d +.byte 0xc4, 0x22, 0x13, 0x20, 0x94, 0x56, 0x0a, 0x4e, 0x2c, 0x6c, 0x4e, 0xb1, 0xfd, 0xcf, 0x9c, 0x09 +.byte 0xba, 0xa2, 0x33, 0xed, 0x87, 0x02, 0x03, 0x01, 0x00, 0x01, 0x80, 0x00, 0x26, 0x01, 0x30, 0x7e +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30 +.byte 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20 +.byte 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41 +.byte 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74 +.byte 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe3 +.byte 0xfb, 0x7d, 0xa3, 0x72, 0xba, 0xc2, 0xf0, 0xc9, 0x14, 0x87, 0xf5, 0x6b, 0x01, 0x4e, 0xe1, 0x6e +.byte 0x40, 0x07, 0xba, 0x6d, 0x27, 0x5d, 0x7f, 0xf7, 0x5b, 0x2d, 0xb3, 0x5a, 0xc7, 0x51, 0x5f, 0xab +.byte 0xa4, 0x32, 0xa6, 0x61, 0x87, 0xb6, 0x6e, 0x0f, 0x86, 0xd2, 0x30, 0x02, 0x97, 0xf8, 0xd7, 0x69 +.byte 0x57, 0xa1, 0x18, 0x39, 0x5d, 0x6a, 0x64, 0x79, 0xc6, 0x01, 0x59, 0xac, 0x3c, 0x31, 0x4a, 0x38 +.byte 0x7c, 0xd2, 0x04, 0xd2, 0x4b, 0x28, 0xe8, 0x20, 0x5f, 0x3b, 0x07, 0xa2, 0xcc, 0x4d, 0x73, 0xdb +.byte 0xf3, 0xae, 0x4f, 0xc7, 0x56, 0xd5, 0x5a, 0xa7, 0x96, 0x89, 0xfa, 0xf3, 0xab, 0x68, 0xd4, 0x23 +.byte 0x86, 0x59, 0x27, 0xcf, 0x09, 0x27, 0xbc, 0xac, 0x6e, 0x72, 0x83, 0x1c, 0x30, 0x72, 0xdf, 0xe0 +.byte 0xa2, 0xe9, 0xd2, 0xe1, 0x74, 0x75, 0x19, 0xbd, 0x2a, 0x9e, 0x7b, 0x15, 0x54, 0x04, 0x1b, 0xd7 +.byte 0x43, 0x39, 0xad, 0x55, 0x28, 0xc5, 0xe2, 0x1a, 0xbb, 0xf4, 0xc0, 0xe4, 0xae, 0x38, 0x49, 0x33 +.byte 0xcc, 0x76, 0x85, 0x9f, 0x39, 0x45, 0xd2, 0xa4, 0x9e, 0xf2, 0x12, 0x8c, 0x51, 0xf8, 0x7c, 0xe4 +.byte 0x2d, 0x7f, 0xf5, 0xac, 0x5f, 0xeb, 0x16, 0x9f, 0xb1, 0x2d, 0xd1, 0xba, 0xcc, 0x91, 0x42, 0x77 +.byte 0x4c, 0x25, 0xc9, 0x90, 0x38, 0x6f, 0xdb, 0xf0, 0xcc, 0xfb, 0x8e, 0x1e, 0x97, 0x59, 0x3e, 0xd5 +.byte 0x60, 0x4e, 0xe6, 0x05, 0x28, 0xed, 0x49, 0x79, 0x13, 0x4b, 0xba, 0x48, 0xdb, 0x2f, 0xf9, 0x72 +.byte 0xd3, 0x39, 0xca, 0xfe, 0x1f, 0xd8, 0x34, 0x72, 0xf5, 0xb4, 0x40, 0xcf, 0x31, 0x01, 0xc3, 0xec +.byte 0xde, 0x11, 0x2d, 0x17, 0x5d, 0x1f, 0xb8, 0x50, 0xd1, 0x5e, 0x19, 0xa7, 0x69, 0xde, 0x07, 0x33 +.byte 0x28, 0xca, 0x50, 0x95, 0xf9, 0xa7, 0x54, 0xcb, 0x54, 0x86, 0x50, 0x45, 0xa9, 0xf9, 0x49, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x81, 0x00, 0x78, 0x00, 0x30, 0x7f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08 +.byte 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07 +.byte 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x31, 0x34, 0x30, 0x32, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2b, 0x53, 0x53 +.byte 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 +.byte 0x04, 0xaa, 0x12, 0x47, 0x90, 0x98, 0x1b, 0xfb, 0xef, 0xc3, 0x40, 0x07, 0x83, 0x20, 0x4e, 0xf1 +.byte 0x30, 0x82, 0xa2, 0x06, 0xd1, 0xf2, 0x92, 0x86, 0x61, 0xf2, 0xf6, 0x21, 0x68, 0xca, 0x00, 0xc4 +.byte 0xc7, 0xea, 0x43, 0x00, 0x54, 0x86, 0xdc, 0xfd, 0x1f, 0xdf, 0x00, 0xb8, 0x41, 0x62, 0x5c, 0xdc +.byte 0x70, 0x16, 0x32, 0xde, 0x1f, 0x99, 0xd4, 0xcc, 0xc5, 0x07, 0xc8, 0x08, 0x1f, 0x61, 0x16, 0x07 +.byte 0x51, 0x3d, 0x7d, 0x5c, 0x07, 0x53, 0xe3, 0x35, 0x38, 0x8c, 0xdf, 0xcd, 0x9f, 0xd9, 0x2e, 0x0d +.byte 0x4a, 0xb6, 0x19, 0x2e, 0x5a, 0x70, 0x5a, 0x06, 0xed, 0xbe, 0xf0, 0xa1, 0xb0, 0xca, 0xd0, 0x09 +.byte 0x29, 0x83, 0x00, 0x26, 0x02, 0x30, 0x81, 0x80, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19 +.byte 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f +.byte 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x43, 0x65, 0x72 +.byte 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77 +.byte 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xbd, 0xf9, 0x78, 0xf8, 0xe6, 0xd5, 0x80 +.byte 0x0c, 0x64, 0x9d, 0x86, 0x1b, 0x96, 0x64, 0x67, 0x3f, 0x22, 0x3a, 0x1e, 0x75, 0x01, 0x7d, 0xef +.byte 0xfb, 0x5c, 0x67, 0x8c, 0xc9, 0xcc, 0x5c, 0x6b, 0xa9, 0x91, 0xe6, 0xb9, 0x42, 0xe5, 0x20, 0x4b +.byte 0x9b, 0xda, 0x9b, 0x7b, 0xb9, 0x99, 0x5d, 0xd9, 0x9b, 0x80, 0x4b, 0xd7, 0x84, 0x40, 0x2b, 0x27 +.byte 0xd3, 0xe8, 0xba, 0x30, 0xbb, 0x3e, 0x09, 0x1a, 0xa7, 0x49, 0x95, 0xef, 0x2b, 0x40, 0x24, 0xc2 +.byte 0x97, 0xc7, 0xa7, 0xee, 0x9b, 0x25, 0xef, 0xa8, 0x0a, 0x00, 0x97, 0x85, 0x5a, 0xaa, 0x9d, 0xdc +.byte 0x29, 0xc9, 0xe2, 0x35, 0x07, 0xeb, 0x70, 0x4d, 0x4a, 0xd6, 0xc1, 0xb3, 0x56, 0xb8, 0xa1, 0x41 +.byte 0x38, 0x9b, 0xd1, 0xfb, 0x31, 0x7f, 0x8f, 0xe0, 0x5f, 0xe1, 0xb1, 0x3f, 0x0f, 0x8e, 0x16, 0x49 +.byte 0x60, 0xd7, 0x06, 0x8d, 0x18, 0xf9, 0xaa, 0x26, 0x10, 0xab, 0x2a, 0xd3, 0xd0, 0xd1, 0x67, 0x8d +.byte 0x1b, 0x46, 0xbe, 0x47, 0x30, 0xd5, 0x2e, 0x72, 0xd1, 0xc5, 0x63, 0xda, 0xe7, 0x63, 0x79, 0x44 +.byte 0x7e, 0x4b, 0x63, 0x24, 0x89, 0x86, 0x2e, 0x34, 0x3f, 0x29, 0x4c, 0x52, 0x8b, 0x2a, 0xa7, 0xc0 +.byte 0xe2, 0x91, 0x28, 0x89, 0xb9, 0xc0, 0x5b, 0xf9, 0x1d, 0xd9, 0xe7, 0x27, 0xad, 0xff, 0x9a, 0x02 +.byte 0x97, 0xc1, 0xc6, 0x50, 0x92, 0x9b, 0x02, 0x2c, 0xbd, 0xa9, 0xb9, 0x34, 0x59, 0x0a, 0xbf, 0x84 +.byte 0x4a, 0xff, 0xdf, 0xfe, 0xb3, 0x9f, 0xeb, 0xd9, 0x9e, 0xe0, 0x98, 0x23, 0xec, 0xa6, 0x6b, 0x77 +.byte 0x16, 0x2a, 0xdb, 0xcc, 0xad, 0x3b, 0x1c, 0xa4, 0x87, 0xdc, 0x46, 0x73, 0x5e, 0x19, 0x62, 0x68 +.byte 0x45, 0x57, 0xe4, 0x90, 0x82, 0x42, 0xbb, 0x42, 0xd6, 0xf0, 0x61, 0xe0, 0xc1, 0xa3, 0x3d, 0x66 +.byte 0xa3, 0x5d, 0xf4, 0x18, 0xee, 0x88, 0xc9, 0x8d, 0x17, 0x45, 0x29, 0x99, 0x32, 0x75, 0x02, 0x31 +.byte 0xee, 0x29, 0x26, 0xc8, 0x6b, 0x02, 0xe6, 0xb5, 0x62, 0x45, 0x7f, 0x37, 0x15, 0x5a, 0x23, 0x68 +.byte 0x89, 0xd4, 0x3e, 0xde, 0x4e, 0x27, 0xb0, 0xf0, 0x40, 0x0c, 0xbc, 0x4d, 0x17, 0xcb, 0x4d, 0xa2 +.byte 0xb3, 0x1e, 0xd0, 0x06, 0x5a, 0xdd, 0xf6, 0x93, 0xcf, 0x57, 0x75, 0x99, 0xf5, 0xfa, 0x86, 0x1a +.byte 0x67, 0x78, 0xb3, 0xbf, 0x96, 0xfe, 0x34, 0xdc, 0xbd, 0xe7, 0x52, 0x56, 0xe5, 0xb3, 0xe5, 0x75 +.byte 0x7b, 0xd7, 0x41, 0x91, 0x05, 0xdc, 0x5d, 0x69, 0xe3, 0x95, 0x0d, 0x43, 0xb9, 0xfc, 0x83, 0x96 +.byte 0x39, 0x95, 0x7b, 0x6c, 0x80, 0x5a, 0x4f, 0x13, 0x72, 0xc6, 0xd7, 0x7d, 0x29, 0x7a, 0x44, 0xba +.byte 0x52, 0xa4, 0x2a, 0xd5, 0x41, 0x46, 0x09, 0x20, 0xfe, 0x22, 0xa0, 0xb6, 0x5b, 0x30, 0x8d, 0xbc +.byte 0x89, 0x0c, 0xd5, 0xd7, 0x70, 0xf8, 0x87, 0x52, 0xfd, 0xda, 0xef, 0xac, 0x51, 0x2e, 0x07, 0xb3 +.byte 0x4e, 0xfe, 0xd0, 0x09, 0xda, 0x70, 0xef, 0x98, 0xfa, 0x56, 0xe6, 0x6d, 0xdb, 0xb5, 0x57, 0x4b +.byte 0xdc, 0xe5, 0x2c, 0x25, 0x15, 0xc8, 0x9e, 0x2e, 0x78, 0x4e, 0xf8, 0xda, 0x9c, 0x9e, 0x86, 0x2c +.byte 0xca, 0x57, 0xf3, 0x1a, 0xe5, 0xc8, 0x92, 0x8b, 0x1a, 0x82, 0x96, 0x7a, 0xc3, 0xbc, 0x50, 0x12 +.byte 0x69, 0xd8, 0x0e, 0x5a, 0x46, 0x8b, 0x3a, 0xeb, 0x26, 0xfa, 0x23, 0xc9, 0xb6, 0xb0, 0x81, 0xbe +.byte 0x42, 0x00, 0xa4, 0xf8, 0xd6, 0xfe, 0x30, 0x2e, 0xc7, 0xd2, 0x46, 0xf6, 0xe5, 0x8e, 0x75, 0xfd +.byte 0xf2, 0xcc, 0xb9, 0xd0, 0x87, 0x5b, 0xcc, 0x06, 0x10, 0x60, 0xbb, 0x83, 0x35, 0xb7, 0x5e, 0x67 +.byte 0xde, 0x47, 0xec, 0x99, 0x48, 0xf1, 0xa4, 0xa1, 0x15, 0xfe, 0xad, 0x8c, 0x62, 0x8e, 0x39, 0x55 +.byte 0x4f, 0x39, 0x16, 0xb9, 0xb1, 0x63, 0x9d, 0xff, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x84, 0x00 +.byte 0x26, 0x01, 0x30, 0x81, 0x81, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65 +.byte 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31 +.byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72 +.byte 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f +.byte 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x27, 0x30 +.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x40, 0x8b, 0x8b, 0x72, 0xe3, 0x91, 0x1b, 0xf7 +.byte 0x51, 0xc1, 0x1b, 0x54, 0x04, 0x98, 0xd3, 0xa9, 0xbf, 0xc1, 0xe6, 0x8a, 0x5d, 0x3b, 0x87, 0xfb +.byte 0xbb, 0x88, 0xce, 0x0d, 0xe3, 0x2f, 0x3f, 0x06, 0x96, 0xf0, 0xa2, 0x29, 0x50, 0x99, 0xae, 0xdb +.byte 0x3b, 0xa1, 0x57, 0xb0, 0x74, 0x51, 0x71, 0xcd, 0xed, 0x42, 0x91, 0x4d, 0x41, 0xfe, 0xa9, 0xc8 +.byte 0xd8, 0x6a, 0x86, 0x77, 0x44, 0xbb, 0x59, 0x66, 0x97, 0x50, 0x5e, 0xb4, 0xd4, 0x2c, 0x70, 0x44 +.byte 0xcf, 0xda, 0x37, 0x95, 0x42, 0x69, 0x3c, 0x30, 0xc4, 0x71, 0xb3, 0x52, 0xf0, 0x21, 0x4d, 0xa1 +.byte 0xd8, 0xba, 0x39, 0x7c, 0x1c, 0x9e, 0xa3, 0x24, 0x9d, 0xf2, 0x83, 0x16, 0x98, 0xaa, 0x16, 0x7c +.byte 0x43, 0x9b, 0x15, 0x5b, 0xb7, 0xae, 0x34, 0x91, 0xfe, 0xd4, 0x62, 0x26, 0x18, 0x46, 0x9a, 0x3f +.byte 0xeb, 0xc1, 0xf9, 0xf1, 0x90, 0x57, 0xeb, 0xac, 0x7a, 0x0d, 0x8b, 0xdb, 0x72, 0x30, 0x6a, 0x66 +.byte 0xd5, 0xe0, 0x46, 0xa3, 0x70, 0xdc, 0x68, 0xd9, 0xff, 0x04, 0x48, 0x89, 0x77, 0xde, 0xb5, 0xe9 +.byte 0xfb, 0x67, 0x6d, 0x41, 0xe9, 0xbc, 0x39, 0xbd, 0x32, 0xd9, 0x62, 0x02, 0xf1, 0xb1, 0xa8, 0x3d +.byte 0x6e, 0x37, 0x9c, 0xe2, 0x2f, 0xe2, 0xd3, 0xa2, 0x26, 0x8b, 0xc6, 0xb8, 0x55, 0x43, 0x88, 0xe1 +.byte 0x23, 0x3e, 0xa5, 0xd2, 0x24, 0x39, 0x6a, 0x47, 0xab, 0x00, 0xd4, 0xa1, 0xb3, 0xa9, 0x25, 0xfe +.byte 0x0d, 0x3f, 0xa7, 0x1d, 0xba, 0xd3, 0x51, 0xc1, 0x0b, 0xa4, 0xda, 0xac, 0x38, 0xef, 0x55, 0x50 +.byte 0x24, 0x05, 0x65, 0x46, 0x93, 0x34, 0x4f, 0x2d, 0x8d, 0xad, 0xc6, 0xd4, 0x21, 0x19, 0xd2, 0x8e +.byte 0xca, 0x05, 0x61, 0x71, 0x07, 0x73, 0x47, 0xe5, 0x8a, 0x19, 0x12, 0xbd, 0x04, 0x4d, 0xce, 0x4e +.byte 0x9c, 0xa5, 0x48, 0xac, 0xbb, 0x26, 0xf7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01 +.byte 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45 +.byte 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73 +.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x20 +.byte 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30 +.byte 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d +.byte 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25 +.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53 +.byte 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c +.byte 0x61, 0x73, 0x73, 0x20, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaa, 0x5f, 0xda, 0x1b, 0x5f, 0xe8, 0x73, 0x91, 0xe5, 0xda +.byte 0x5c, 0xf4, 0xa2, 0xe6, 0x47, 0xe5, 0xf3, 0x68, 0x55, 0x60, 0x05, 0x1d, 0x02, 0xa4, 0xb3, 0x9b +.byte 0x59, 0xf3, 0x1e, 0x8a, 0xaf, 0x34, 0xad, 0xfc, 0x0d, 0xc2, 0xd9, 0x48, 0x19, 0xee, 0x69, 0x8f +.byte 0xc9, 0x20, 0xfc, 0x21, 0xaa, 0x07, 0x19, 0xed, 0xb0, 0x5c, 0xac, 0x65, 0xc7, 0x5f, 0xed, 0x02 +.byte 0x7c, 0x7b, 0x7c, 0x2d, 0x1b, 0xd6, 0xba, 0xb9, 0x80, 0xc2, 0x18, 0x82, 0x16, 0x84, 0xfa, 0x66 +.byte 0xb0, 0x08, 0xc6, 0x54, 0x23, 0x81, 0xe4, 0xcd, 0xb9, 0x49, 0x3f, 0xf6, 0x4f, 0x6e, 0x37, 0x48 +.byte 0x28, 0x38, 0x0f, 0xc5, 0xbe, 0xe7, 0x68, 0x70, 0xfd, 0x39, 0x97, 0x4d, 0xd2, 0xc7, 0x98, 0x91 +.byte 0x50, 0xaa, 0xc4, 0x44, 0xb3, 0x23, 0x7d, 0x39, 0x47, 0xe9, 0x52, 0x62, 0xd6, 0x12, 0x93, 0x5e +.byte 0xb7, 0x31, 0x96, 0x42, 0x05, 0xfb, 0x76, 0xa7, 0x1e, 0xa3, 0xf5, 0xc2, 0xfc, 0xe9, 0x7a, 0xc5 +.byte 0x6c, 0xa9, 0x71, 0x4f, 0xea, 0xcb, 0x78, 0xbc, 0x60, 0xaf, 0xc7, 0xde, 0xf4, 0xd9, 0xcb, 0xbe +.byte 0x7e, 0x33, 0xa5, 0x6e, 0x94, 0x83, 0xf0, 0x34, 0xfa, 0x21, 0xab, 0xea, 0x8e, 0x72, 0xa0, 0x3f +.byte 0xa4, 0xde, 0x30, 0x5b, 0xef, 0x86, 0x4d, 0x6a, 0x95, 0x5b, 0x43, 0x44, 0xa8, 0x10, 0x15, 0x1c +.byte 0xe5, 0x01, 0x57, 0xc5, 0x98, 0xf1, 0xe6, 0x06, 0x28, 0x91, 0xaa, 0x20, 0xc5, 0xb7, 0x53, 0x26 +.byte 0x51, 0x43, 0xb2, 0x0b, 0x11, 0x95, 0x58, 0xe1, 0xc0, 0x0f, 0x76, 0xd9, 0xc0, 0x8d, 0x7c, 0x81 +.byte 0xf3, 0x72, 0x70, 0x9e, 0x6f, 0xfe, 0x1a, 0x8e, 0xd9, 0x5f, 0x35, 0xc6, 0xb2, 0x6f, 0x34, 0x7c +.byte 0xbe, 0x48, 0x4f, 0xe2, 0x5a, 0x39, 0xd7, 0xd8, 0x9d, 0x78, 0x9e, 0x9f, 0x86, 0x3e, 0x03, 0x5e +.byte 0x19, 0x8b, 0x44, 0xa2, 0xd5, 0xc7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30 +.byte 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31 +.byte 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74 +.byte 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x20, 0x53 +.byte 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73 +.byte 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25, 0x30 +.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65 +.byte 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61 +.byte 0x73, 0x73, 0x20, 0x33, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0x75, 0x93, 0xf0, 0x62, 0x22, 0x6f, 0x24, 0xae, 0xe0, 0x7a +.byte 0x76, 0xac, 0x7d, 0xbd, 0xd9, 0x24, 0xd5, 0xb8, 0xb7, 0xfc, 0xcd, 0xf0, 0x42, 0xe0, 0xeb, 0x78 +.byte 0x88, 0x56, 0x5e, 0x9b, 0x9a, 0x54, 0x1d, 0x4d, 0x0c, 0x8a, 0xf6, 0xd3, 0xcf, 0x70, 0xf4, 0x52 +.byte 0xb5, 0xd8, 0x93, 0x04, 0xe3, 0x46, 0x86, 0x71, 0x41, 0x4a, 0x2b, 0xf0, 0x2a, 0x2c, 0x55, 0x03 +.byte 0xd6, 0x48, 0xc3, 0xe0, 0x39, 0x38, 0xed, 0xf2, 0x5c, 0x3c, 0x3f, 0x44, 0xbc, 0x93, 0x3d, 0x61 +.byte 0xab, 0x4e, 0xcd, 0x0d, 0xbe, 0xf0, 0x20, 0x27, 0x58, 0x0e, 0x44, 0x7f, 0x04, 0x1a, 0x87, 0xa5 +.byte 0xd7, 0x96, 0x14, 0x36, 0x90, 0xd0, 0x49, 0x7b, 0xa1, 0x75, 0xfb, 0x1a, 0x6b, 0x73, 0xb1, 0xf8 +.byte 0xce, 0xa9, 0x09, 0x2c, 0xf2, 0x53, 0xd5, 0xc3, 0x14, 0x44, 0xb8, 0x86, 0xa5, 0xf6, 0x8b, 0x2b +.byte 0x39, 0xda, 0xa3, 0x33, 0x54, 0xd9, 0xfa, 0x72, 0x1a, 0xf7, 0x22, 0x15, 0x1c, 0x88, 0x91, 0x6b +.byte 0x7f, 0x66, 0xe5, 0xc3, 0x6a, 0x80, 0xb0, 0x24, 0xf3, 0xdf, 0x86, 0x45, 0x88, 0xfd, 0x19, 0x7f +.byte 0x75, 0x87, 0x1f, 0x1f, 0xb1, 0x1b, 0x0a, 0x73, 0x24, 0x5b, 0xb9, 0x65, 0xe0, 0x2c, 0x54, 0xc8 +.byte 0x60, 0xd3, 0x66, 0x17, 0x3f, 0xe1, 0xcc, 0x54, 0x33, 0x73, 0x91, 0x02, 0x3a, 0xa6, 0x7f, 0x7b +.byte 0x76, 0x39, 0xa2, 0x1f, 0x96, 0xb6, 0x38, 0xae, 0xb5, 0xc8, 0x93, 0x74, 0x1d, 0x9e, 0xb9, 0xb4 +.byte 0xe5, 0x60, 0x9d, 0x2f, 0x56, 0xd1, 0xe0, 0xeb, 0x5e, 0x5b, 0x4c, 0x12, 0x70, 0x0c, 0x6c, 0x44 +.byte 0x20, 0xab, 0x11, 0xd8, 0xf4, 0x19, 0xf6, 0xd2, 0x9c, 0x52, 0x37, 0xe7, 0xfa, 0xb6, 0xc2, 0x31 +.byte 0x3b, 0x4a, 0xd4, 0x14, 0x99, 0xad, 0xc7, 0x1a, 0xf5, 0x5d, 0x5f, 0xfa, 0x07, 0xb8, 0x7c, 0x0d +.byte 0x1f, 0xd6, 0x83, 0x1e, 0xb3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30, 0x81 +.byte 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11 +.byte 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73 +.byte 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x1e, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x65, 0x2d, 0x53 +.byte 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30 +.byte 0x30, 0x39, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09 +.byte 0x01, 0x16, 0x10, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x65, 0x2d, 0x73, 0x7a, 0x69, 0x67, 0x6e, 0x6f +.byte 0x2e, 0x68, 0x75, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xe9, 0xf8, 0x8f, 0xf3, 0x63, 0xad, 0xda, 0x86, 0xd8, 0xa7, 0xe0, 0x42 +.byte 0xfb, 0xcf, 0x91, 0xde, 0xa6, 0x26, 0xf8, 0x99, 0xa5, 0x63, 0x70, 0xad, 0x9b, 0xae, 0xca, 0x33 +.byte 0x40, 0x7d, 0x6d, 0x96, 0x6e, 0xa1, 0x0e, 0x44, 0xee, 0xe1, 0x13, 0x9d, 0x94, 0x42, 0x52, 0x9a +.byte 0xbd, 0x75, 0x85, 0x74, 0x2c, 0xa8, 0x0e, 0x1d, 0x93, 0xb6, 0x18, 0xb7, 0x8c, 0x2c, 0xa8, 0xcf +.byte 0xfb, 0x5c, 0x71, 0xb9, 0xda, 0xec, 0xfe, 0xe8, 0x7e, 0x8f, 0xe4, 0x2f, 0x1d, 0xb2, 0xa8, 0x75 +.byte 0x87, 0xd8, 0xb7, 0xa1, 0xe5, 0x3b, 0xcf, 0x99, 0x4a, 0x46, 0xd0, 0x83, 0x19, 0x7d, 0xc0, 0xa1 +.byte 0x12, 0x1c, 0x95, 0x6d, 0x4a, 0xf4, 0xd8, 0xc7, 0xa5, 0x4d, 0x33, 0x2e, 0x85, 0x39, 0x40, 0x75 +.byte 0x7e, 0x14, 0x7c, 0x80, 0x12, 0x98, 0x50, 0xc7, 0x41, 0x67, 0xb8, 0xa0, 0x80, 0x61, 0x54, 0xa6 +.byte 0x6c, 0x4e, 0x1f, 0xe0, 0x9d, 0x0e, 0x07, 0xe9, 0xc9, 0xba, 0x33, 0xe7, 0xfe, 0xc0, 0x55, 0x28 +.byte 0x2c, 0x02, 0x80, 0xa7, 0x19, 0xf5, 0x9e, 0xdc, 0x55, 0x53, 0x03, 0x97, 0x7b, 0x07, 0x48, 0xff +.byte 0x99, 0xfb, 0x37, 0x8a, 0x24, 0xc4, 0x59, 0xcc, 0x50, 0x10, 0x63, 0x8e, 0xaa, 0xa9, 0x1a, 0xb0 +.byte 0x84, 0x1a, 0x86, 0xf9, 0x5f, 0xbb, 0xb1, 0x50, 0x6e, 0xa4, 0xd1, 0x0a, 0xcc, 0xd5, 0x71, 0x7e +.byte 0x1f, 0xa7, 0x1b, 0x7c, 0xf5, 0x53, 0x6e, 0x22, 0x5f, 0xcb, 0x2b, 0xe6, 0xd4, 0x7c, 0x5d, 0xae +.byte 0xd6, 0xc2, 0xc6, 0x4c, 0xe5, 0x05, 0x01, 0xd9, 0xed, 0x57, 0xfc, 0xc1, 0x23, 0x79, 0xfc, 0xfa +.byte 0xc8, 0x24, 0x83, 0x95, 0xf3, 0xb5, 0x6a, 0x51, 0x01, 0xd0, 0x77, 0xd6, 0xe9, 0x12, 0xa1, 0xf9 +.byte 0x1a, 0x83, 0xfb, 0x82, 0x1b, 0xb9, 0xb0, 0x97, 0xf4, 0x76, 0x06, 0x33, 0x43, 0x49, 0xa0, 0xff +.byte 0x0b, 0xb5, 0xfa, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x02, 0x30, 0x81, 0x82 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30 +.byte 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30 +.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31 +.byte 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f +.byte 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x2e, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x53, 0x41, 0x20 +.byte 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0x8f, 0x36, 0x65, 0x40, 0xe1, 0xd6, 0x4d, 0xc0, 0xd7, 0xb4, 0xe9, 0x46, 0xda +.byte 0x6b, 0xea, 0x33, 0x47, 0xcd, 0x4c, 0xf9, 0x7d, 0x7d, 0xbe, 0xbd, 0x2d, 0x3d, 0xf0, 0xdb, 0x78 +.byte 0xe1, 0x86, 0xa5, 0xd9, 0xba, 0x09, 0x57, 0x68, 0xed, 0x57, 0x3e, 0xa0, 0xd0, 0x08, 0x41, 0x83 +.byte 0xe7, 0x28, 0x41, 0x24, 0x1f, 0xe3, 0x72, 0x15, 0xd0, 0x01, 0x1a, 0xfb, 0x5e, 0x70, 0x23, 0xb2 +.byte 0xcb, 0x9f, 0x39, 0xe3, 0xcf, 0xc5, 0x4e, 0xc6, 0x92, 0x6d, 0x26, 0xc6, 0x7b, 0xbb, 0xb3, 0xda +.byte 0x27, 0x9d, 0x0a, 0x86, 0xe9, 0x81, 0x37, 0x05, 0xfe, 0xf0, 0x71, 0x71, 0xec, 0xc3, 0x1c, 0xe9 +.byte 0x63, 0xa2, 0x17, 0x14, 0x9d, 0xef, 0x1b, 0x67, 0xd3, 0x85, 0x55, 0x02, 0x02, 0xd6, 0x49, 0xc9 +.byte 0xcc, 0x5a, 0xe1, 0xb1, 0xf7, 0x6f, 0x32, 0x9f, 0xc9, 0xd4, 0x3b, 0x88, 0x41, 0xa8, 0x9c, 0xbd +.byte 0xcb, 0xab, 0xdb, 0x6d, 0x7b, 0x09, 0x1f, 0xa2, 0x4c, 0x72, 0x90, 0xda, 0x2b, 0x08, 0xfc, 0xcf +.byte 0x3c, 0x54, 0xce, 0x67, 0x0f, 0xa8, 0xcf, 0x5d, 0x96, 0x19, 0x0b, 0xc4, 0xe3, 0x72, 0xeb, 0xad +.byte 0xd1, 0x7d, 0x1d, 0x27, 0xef, 0x92, 0xeb, 0x10, 0xbf, 0x5b, 0xeb, 0x3b, 0xaf, 0xcf, 0x80, 0xdd +.byte 0xc1, 0xd2, 0x96, 0x04, 0x5b, 0x7a, 0x7e, 0xa4, 0xa9, 0x3c, 0x38, 0x76, 0xa4, 0x62, 0x8e, 0xa0 +.byte 0x39, 0x5e, 0xea, 0x77, 0xcf, 0x5d, 0x00, 0x59, 0x8f, 0x66, 0x2c, 0x3e, 0x07, 0xa2, 0xa3, 0x05 +.byte 0x26, 0x11, 0x69, 0x97, 0xea, 0x85, 0xb7, 0x0f, 0x96, 0x0b, 0x4b, 0xc8, 0x40, 0xe1, 0x50, 0xba +.byte 0x2e, 0x8a, 0xcb, 0xf7, 0x0f, 0x9a, 0x22, 0xe7, 0x7f, 0x9a, 0x37, 0x13, 0xcd, 0xf2, 0x4d, 0x13 +.byte 0x6b, 0x21, 0xd1, 0xc0, 0xcc, 0x22, 0xf2, 0xa1, 0x46, 0xf6, 0x44, 0x69, 0x9c, 0xca, 0x61, 0x35 +.byte 0x07, 0x00, 0x6f, 0xd6, 0x61, 0x08, 0x11, 0xea, 0xba, 0xb8, 0xf6, 0xe9, 0xb3, 0x60, 0xe5, 0x4d +.byte 0xb9, 0xec, 0x9f, 0x14, 0x66, 0xc9, 0x57, 0x58, 0xdb, 0xcd, 0x87, 0x69, 0xf8, 0x8a, 0x86, 0x12 +.byte 0x03, 0x47, 0xbf, 0x66, 0x13, 0x76, 0xac, 0x77, 0x7d, 0x34, 0x24, 0x85, 0x83, 0xcd, 0xd7, 0xaa +.byte 0x9c, 0x90, 0x1a, 0x9f, 0x21, 0x2c, 0x7f, 0x78, 0xb7, 0x64, 0xb8, 0xd8, 0xe8, 0xa6, 0xf4, 0x78 +.byte 0xb3, 0x55, 0xcb, 0x84, 0xd2, 0x32, 0xc4, 0x78, 0xae, 0xa3, 0x8f, 0x61, 0xdd, 0xce, 0x08, 0x53 +.byte 0xad, 0xec, 0x88, 0xfc, 0x15, 0xe4, 0x9a, 0x0d, 0xe6, 0x9f, 0x1a, 0x77, 0xce, 0x4c, 0x8f, 0xb8 +.byte 0x14, 0x15, 0x3d, 0x62, 0x9c, 0x86, 0x38, 0x06, 0x00, 0x66, 0x12, 0xe4, 0x59, 0x76, 0x5a, 0x53 +.byte 0xc0, 0x02, 0x98, 0xa2, 0x10, 0x2b, 0x68, 0x44, 0x7b, 0x8e, 0x79, 0xce, 0x33, 0x4a, 0x76, 0xaa +.byte 0x5b, 0x81, 0x16, 0x1b, 0xb5, 0x8a, 0xd8, 0xd0, 0x00, 0x7b, 0x5e, 0x62, 0xb4, 0x09, 0xd6, 0x86 +.byte 0x63, 0x0e, 0xa6, 0x05, 0x95, 0x49, 0xba, 0x28, 0x8b, 0x88, 0x93, 0xb2, 0x34, 0x1c, 0xd8, 0xa4 +.byte 0x55, 0x6e, 0xb7, 0x1c, 0xd0, 0xde, 0x99, 0x55, 0x3b, 0x23, 0xf4, 0x22, 0xe0, 0xf9, 0x29, 0x66 +.byte 0x26, 0xec, 0x20, 0x50, 0x77, 0xdb, 0x4a, 0x0b, 0x8f, 0xbe, 0xe5, 0x02, 0x60, 0x70, 0x41, 0x5e +.byte 0xd4, 0xae, 0x50, 0x39, 0x22, 0x14, 0x26, 0xcb, 0xb2, 0x3b, 0x73, 0x74, 0x55, 0x47, 0x07, 0x79 +.byte 0x81, 0x39, 0xa8, 0x30, 0x13, 0x44, 0xe5, 0x04, 0x8a, 0xae, 0x96, 0x13, 0x25, 0x42, 0x0f, 0xb9 +.byte 0x53, 0xc4, 0x9b, 0xfc, 0xcd, 0xe4, 0x1c, 0xde, 0x3c, 0xfa, 0xab, 0xd6, 0x06, 0x4a, 0x1f, 0x67 +.byte 0xa6, 0x98, 0x30, 0x1c, 0xdd, 0x2c, 0xdb, 0xdc, 0x18, 0x95, 0x57, 0x66, 0xc6, 0xff, 0x5c, 0x8b +.byte 0x56, 0xf5, 0x77, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30, 0x81, 0x82, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x15, 0x77, 0x77, 0x77, 0x2e, 0x78, 0x72, 0x61, 0x6d, 0x70 +.byte 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x58, 0x52, 0x61, 0x6d, 0x70, 0x20, 0x53, 0x65, 0x63 +.byte 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x49 +.byte 0x6e, 0x63, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x58, 0x52, 0x61 +.byte 0x6d, 0x70, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 +.byte 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0x98, 0x24, 0x1e, 0xbd, 0x15, 0xb4, 0xba, 0xdf, 0xc7, 0x8c, 0xa5, 0x27, 0xb6, 0x38 +.byte 0x0b, 0x69, 0xf3, 0xb6, 0x4e, 0xa8, 0x2c, 0x2e, 0x21, 0x1d, 0x5c, 0x44, 0xdf, 0x21, 0x5d, 0x7e +.byte 0x23, 0x74, 0xfe, 0x5e, 0x7e, 0xb4, 0x4a, 0xb7, 0xa6, 0xad, 0x1f, 0xae, 0xe0, 0x06, 0x16, 0xe2 +.byte 0x9b, 0x5b, 0xd9, 0x67, 0x74, 0x6b, 0x5d, 0x80, 0x8f, 0x29, 0x9d, 0x86, 0x1b, 0xd9, 0x9c, 0x0d +.byte 0x98, 0x6d, 0x76, 0x10, 0x28, 0x58, 0xe4, 0x65, 0xb0, 0x7f, 0x4a, 0x98, 0x79, 0x9f, 0xe0, 0xc3 +.byte 0x31, 0x7e, 0x80, 0x2b, 0xb5, 0x8c, 0xc0, 0x40, 0x3b, 0x11, 0x86, 0xd0, 0xcb, 0xa2, 0x86, 0x36 +.byte 0x60, 0xa4, 0xd5, 0x30, 0x82, 0x6d, 0xd9, 0x6e, 0xd0, 0x0f, 0x12, 0x04, 0x33, 0x97, 0x5f, 0x4f +.byte 0x61, 0x5a, 0xf0, 0xe4, 0xf9, 0x91, 0xab, 0xe7, 0x1d, 0x3b, 0xbc, 0xe8, 0xcf, 0xf4, 0x6b, 0x2d +.byte 0x34, 0x7c, 0xe2, 0x48, 0x61, 0x1c, 0x8e, 0xf3, 0x61, 0x44, 0xcc, 0x6f, 0xa0, 0x4a, 0xa9, 0x94 +.byte 0xb0, 0x4d, 0xda, 0xe7, 0xa9, 0x34, 0x7a, 0x72, 0x38, 0xa8, 0x41, 0xcc, 0x3c, 0x94, 0x11, 0x7d +.byte 0xeb, 0xc8, 0xa6, 0x8c, 0xb7, 0x86, 0xcb, 0xca, 0x33, 0x3b, 0xd9, 0x3d, 0x37, 0x8b, 0xfb, 0x7a +.byte 0x3e, 0x86, 0x2c, 0xe7, 0x73, 0xd7, 0x0a, 0x57, 0xac, 0x64, 0x9b, 0x19, 0xeb, 0xf4, 0x0f, 0x04 +.byte 0x08, 0x8a, 0xac, 0x03, 0x17, 0x19, 0x64, 0xf4, 0x5a, 0x25, 0x22, 0x8d, 0x34, 0x2c, 0xb2, 0xf6 +.byte 0x68, 0x1d, 0x12, 0x6d, 0xd3, 0x8a, 0x1e, 0x14, 0xda, 0xc4, 0x8f, 0xa6, 0xe2, 0x23, 0x85, 0xd5 +.byte 0x7a, 0x0d, 0xbd, 0x6a, 0xe0, 0xe9, 0xec, 0xec, 0x17, 0xbb, 0x42, 0x1b, 0x67, 0xaa, 0x25, 0xed +.byte 0x45, 0x83, 0x21, 0xfc, 0xc1, 0xc9, 0x7c, 0xd5, 0x62, 0x3e, 0xfa, 0xf2, 0xc5, 0x2d, 0xd3, 0xfd +.byte 0xd4, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x86, 0x00, 0x26, 0x01, 0x30, 0x81, 0x83, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30 +.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61 +.byte 0x6c, 0x65, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x47, 0x6f, 0x44 +.byte 0x61, 0x64, 0x64, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31 +.byte 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x28, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64 +.byte 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61 +.byte 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47 +.byte 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xbf, 0x71, 0x62, 0x08, 0xf1, 0xfa, 0x59, 0x34, 0xf7, 0x1b, 0xc9, 0x18, 0xa3, 0xf7 +.byte 0x80, 0x49, 0x58, 0xe9, 0x22, 0x83, 0x13, 0xa6, 0xc5, 0x20, 0x43, 0x01, 0x3b, 0x84, 0xf1, 0xe6 +.byte 0x85, 0x49, 0x9f, 0x27, 0xea, 0xf6, 0x84, 0x1b, 0x4e, 0xa0, 0xb4, 0xdb, 0x70, 0x98, 0xc7, 0x32 +.byte 0x01, 0xb1, 0x05, 0x3e, 0x07, 0x4e, 0xee, 0xf4, 0xfa, 0x4f, 0x2f, 0x59, 0x30, 0x22, 0xe7, 0xab +.byte 0x19, 0x56, 0x6b, 0xe2, 0x80, 0x07, 0xfc, 0xf3, 0x16, 0x75, 0x80, 0x39, 0x51, 0x7b, 0xe5, 0xf9 +.byte 0x35, 0xb6, 0x74, 0x4e, 0xa9, 0x8d, 0x82, 0x13, 0xe4, 0xb6, 0x3f, 0xa9, 0x03, 0x83, 0xfa, 0xa2 +.byte 0xbe, 0x8a, 0x15, 0x6a, 0x7f, 0xde, 0x0b, 0xc3, 0xb6, 0x19, 0x14, 0x05, 0xca, 0xea, 0xc3, 0xa8 +.byte 0x04, 0x94, 0x3b, 0x46, 0x7c, 0x32, 0x0d, 0xf3, 0x00, 0x66, 0x22, 0xc8, 0x8d, 0x69, 0x6d, 0x36 +.byte 0x8c, 0x11, 0x18, 0xb7, 0xd3, 0xb2, 0x1c, 0x60, 0xb4, 0x38, 0xfa, 0x02, 0x8c, 0xce, 0xd3, 0xdd +.byte 0x46, 0x07, 0xde, 0x0a, 0x3e, 0xeb, 0x5d, 0x7c, 0xc8, 0x7c, 0xfb, 0xb0, 0x2b, 0x53, 0xa4, 0x92 +.byte 0x62, 0x69, 0x51, 0x25, 0x05, 0x61, 0x1a, 0x44, 0x81, 0x8c, 0x2c, 0xa9, 0x43, 0x96, 0x23, 0xdf +.byte 0xac, 0x3a, 0x81, 0x9a, 0x0e, 0x29, 0xc5, 0x1c, 0xa9, 0xe9, 0x5d, 0x1e, 0xb6, 0x9e, 0x9e, 0x30 +.byte 0x0a, 0x39, 0xce, 0xf1, 0x88, 0x80, 0xfb, 0x4b, 0x5d, 0xcc, 0x32, 0xec, 0x85, 0x62, 0x43, 0x25 +.byte 0x34, 0x02, 0x56, 0x27, 0x01, 0x91, 0xb4, 0x3b, 0x70, 0x2a, 0x3f, 0x6e, 0xb1, 0xe8, 0x9c, 0x88 +.byte 0x01, 0x7d, 0x9f, 0xd4, 0xf9, 0xdb, 0x53, 0x6d, 0x60, 0x9d, 0xbf, 0x2c, 0xe7, 0x58, 0xab, 0xb8 +.byte 0x5f, 0x46, 0xfc, 0xce, 0xc4, 0x1b, 0x03, 0x3c, 0x09, 0xeb, 0x49, 0x31, 0x5c, 0x69, 0x46, 0xb3 +.byte 0xe0, 0x47, 0x02, 0x03, 0x01, 0x00, 0x01, 0x87, 0x00, 0x26, 0x02, 0x30, 0x81, 0x84, 0x31, 0x12 +.byte 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x09, 0x47, 0x36, 0x33, 0x32, 0x38, 0x37, 0x35 +.byte 0x31, 0x30, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1e, 0x41, 0x4e, 0x46, 0x20, 0x41, 0x75 +.byte 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x0b, 0x41, 0x4e, 0x46, 0x20, 0x43, 0x41, 0x20, 0x52, 0x61, 0x69, 0x7a, 0x31, 0x22 +.byte 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x41, 0x4e, 0x46, 0x20, 0x53, 0x65, 0x63 +.byte 0x75, 0x72, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xdb, 0xeb, 0x6b, 0x2b, 0xe6, 0x64, 0x54, 0x95, 0x82, 0x90, 0xa3, 0x72, 0xa4 +.byte 0x19, 0x01, 0x9d, 0x9c, 0x0b, 0x81, 0x5f, 0x73, 0x49, 0xba, 0xa7, 0xac, 0xf3, 0x04, 0x4e, 0x7b +.byte 0x96, 0x0b, 0xec, 0x11, 0xe0, 0x5b, 0xa6, 0x1c, 0xce, 0x1b, 0xd2, 0x0d, 0x83, 0x1c, 0x2b, 0xb8 +.byte 0x9e, 0x1d, 0x7e, 0x45, 0x32, 0x60, 0x0f, 0x07, 0xe9, 0x77, 0x58, 0x7e, 0x9f, 0x6a, 0xc8, 0x61 +.byte 0x4e, 0xb6, 0x26, 0xc1, 0x4c, 0x8d, 0xff, 0x4c, 0xef, 0x34, 0xb2, 0x1f, 0x65, 0xd8, 0xb9, 0x78 +.byte 0xf5, 0xad, 0xa9, 0x71, 0xb9, 0xef, 0x4f, 0x58, 0x1d, 0xa5, 0xde, 0x74, 0x20, 0x97, 0xa1, 0xed +.byte 0x68, 0x4c, 0xde, 0x92, 0x17, 0x4b, 0xbc, 0xab, 0xff, 0x65, 0x9a, 0x9e, 0xfb, 0x47, 0xd9, 0x57 +.byte 0x72, 0xf3, 0x09, 0xa1, 0xae, 0x76, 0x44, 0x13, 0x6e, 0x9c, 0x2d, 0x44, 0x39, 0xbc, 0xf9, 0xc7 +.byte 0x3b, 0xa4, 0x58, 0x3d, 0x41, 0xbd, 0xb4, 0xc2, 0x49, 0xa3, 0xc8, 0x0d, 0xd2, 0x97, 0x2f, 0x07 +.byte 0x65, 0x52, 0x00, 0xa7, 0x6e, 0xc8, 0xaf, 0x68, 0xec, 0xf4, 0x14, 0x96, 0xb6, 0x57, 0x1f, 0x56 +.byte 0xc3, 0x39, 0x9f, 0x2b, 0x6d, 0xe4, 0xf3, 0x3e, 0xf6, 0x35, 0x64, 0xda, 0x0c, 0x1c, 0xa1, 0x84 +.byte 0x4b, 0x2f, 0x4b, 0x4b, 0xe2, 0x2c, 0x24, 0x9d, 0x6d, 0x93, 0x40, 0xeb, 0xb5, 0x23, 0x8e, 0x32 +.byte 0xca, 0x6f, 0x45, 0xd3, 0xa8, 0x89, 0x7b, 0x1e, 0xcf, 0x1e, 0xfa, 0x5b, 0x43, 0x8b, 0xcd, 0xcd +.byte 0xa8, 0x0f, 0x6a, 0xca, 0x0c, 0x5e, 0xb9, 0x9e, 0x47, 0x8f, 0xf0, 0xd9, 0xb6, 0x0a, 0x0b, 0x58 +.byte 0x65, 0x17, 0x33, 0xb9, 0x23, 0xe4, 0x77, 0x19, 0x7d, 0xcb, 0x4a, 0x2e, 0x92, 0x7b, 0x4f, 0x2f +.byte 0x10, 0x77, 0xb1, 0x8d, 0x2f, 0x68, 0x9c, 0x62, 0xcc, 0xe0, 0x50, 0xf8, 0xec, 0x91, 0xa7, 0x54 +.byte 0x4c, 0x57, 0x09, 0xd5, 0x76, 0x63, 0xc5, 0xe8, 0x65, 0x1e, 0xee, 0x6d, 0x6a, 0xcf, 0x09, 0x9d +.byte 0xfa, 0x7c, 0x4f, 0xad, 0x60, 0x08, 0xfd, 0x56, 0x99, 0x0f, 0x15, 0x2c, 0x7b, 0xa9, 0x80, 0xab +.byte 0x8c, 0x61, 0x8f, 0x4a, 0x07, 0x76, 0x42, 0xde, 0x3d, 0xf4, 0xdd, 0xb2, 0x24, 0x33, 0x5b, 0xb8 +.byte 0xb5, 0xa3, 0x44, 0xc9, 0xac, 0x7f, 0x77, 0x3c, 0x1d, 0x23, 0xec, 0x82, 0xa9, 0xa6, 0xe2, 0xc8 +.byte 0x06, 0x4c, 0x02, 0xfe, 0xac, 0x5c, 0x99, 0x99, 0x0b, 0x2f, 0x10, 0x8a, 0xa6, 0xf4, 0x7f, 0xd5 +.byte 0x87, 0x74, 0x0d, 0x59, 0x49, 0x45, 0xf6, 0xf0, 0x71, 0x5c, 0x39, 0x29, 0xd6, 0xbf, 0x4a, 0x23 +.byte 0x8b, 0xf5, 0x5f, 0x01, 0x63, 0xd2, 0x87, 0x73, 0x28, 0xb5, 0x4b, 0x0a, 0xf5, 0xf8, 0xab, 0x82 +.byte 0x2c, 0x7e, 0x73, 0x25, 0x32, 0x1d, 0x0b, 0x63, 0x0a, 0x17, 0x81, 0x00, 0xff, 0xb6, 0x76, 0x5e +.byte 0xe7, 0xb4, 0xb1, 0x40, 0xca, 0x21, 0xbb, 0xd5, 0x80, 0x51, 0xe5, 0x48, 0x52, 0x67, 0x2c, 0xd2 +.byte 0x61, 0x89, 0x07, 0x0d, 0x0f, 0xce, 0x42, 0x77, 0xc0, 0x44, 0x73, 0x9c, 0x44, 0x50, 0xa0, 0xdb +.byte 0x10, 0x0a, 0x2d, 0x95, 0x1c, 0x81, 0xaf, 0xe4, 0x1c, 0xe5, 0x14, 0x1e, 0xf1, 0x36, 0x41, 0x01 +.byte 0x02, 0x2f, 0x7d, 0x73, 0xa7, 0xde, 0x42, 0xcc, 0x4c, 0xe9, 0x89, 0x0d, 0x56, 0xf7, 0x9f, 0x91 +.byte 0xd4, 0x03, 0xc6, 0x6c, 0xc9, 0x8f, 0xdb, 0xd8, 0x1c, 0xe0, 0x40, 0x98, 0x5d, 0x66, 0x99, 0x98 +.byte 0x80, 0x6e, 0x2d, 0xff, 0x01, 0xc5, 0xce, 0xcb, 0x46, 0x1f, 0xac, 0x02, 0xc6, 0x43, 0xe6, 0xae +.byte 0xa2, 0x84, 0x3c, 0xc5, 0x4e, 0x1e, 0x3d, 0x6d, 0xc9, 0x14, 0x4c, 0xe3, 0x2e, 0x41, 0xbb, 0xca +.byte 0x39, 0xbf, 0x36, 0x3c, 0x2a, 0x19, 0xaa, 0x41, 0x87, 0x4e, 0xa5, 0xce, 0x4b, 0x32, 0x79, 0xdd +.byte 0x90, 0x49, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x88, 0x00, 0x78, 0x00, 0x30, 0x81, 0x85, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19 +.byte 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d +.byte 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20 +.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x45, 0x43, 0x43, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x03, 0x47, 0x7b, 0x2f +.byte 0x75, 0xc9, 0x82, 0x15, 0x85, 0xfb, 0x75, 0xe4, 0x91, 0x16, 0xd4, 0xab, 0x62, 0x99, 0xf5, 0x3e +.byte 0x52, 0x0b, 0x06, 0xce, 0x41, 0x00, 0x7f, 0x97, 0xe1, 0x0a, 0x24, 0x3c, 0x1d, 0x01, 0x04, 0xee +.byte 0x3d, 0xd2, 0x8d, 0x09, 0x97, 0x0c, 0xe0, 0x75, 0xe4, 0xfa, 0xfb, 0x77, 0x8a, 0x2a, 0xf5, 0x03 +.byte 0x60, 0x4b, 0x36, 0x8b, 0x16, 0x23, 0x16, 0xad, 0x09, 0x71, 0xf4, 0x4a, 0xf4, 0x28, 0x50, 0xb4 +.byte 0xfe, 0x88, 0x1c, 0x6e, 0x3f, 0x6c, 0x2f, 0x2f, 0x09, 0x59, 0x5b, 0xa5, 0x5b, 0x0b, 0x33, 0x99 +.byte 0xe2, 0xc3, 0x3d, 0x89, 0xf9, 0x6a, 0x2c, 0xef, 0xb2, 0xd3, 0x06, 0xe9, 0x88, 0x00, 0x26, 0x02 +.byte 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42 +.byte 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74 +.byte 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30 +.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31 +.byte 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f +.byte 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x52, 0x53, 0x41 +.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x91, 0xe8, 0x54, 0x92, 0xd2, 0x0a, 0x56 +.byte 0xb1, 0xac, 0x0d, 0x24, 0xdd, 0xc5, 0xcf, 0x44, 0x67, 0x74, 0x99, 0x2b, 0x37, 0xa3, 0x7d, 0x23 +.byte 0x70, 0x00, 0x71, 0xbc, 0x53, 0xdf, 0xc4, 0xfa, 0x2a, 0x12, 0x8f, 0x4b, 0x7f, 0x10, 0x56, 0xbd +.byte 0x9f, 0x70, 0x72, 0xb7, 0x61, 0x7f, 0xc9, 0x4b, 0x0f, 0x17, 0xa7, 0x3d, 0xe3, 0xb0, 0x04, 0x61 +.byte 0xee, 0xff, 0x11, 0x97, 0xc7, 0xf4, 0x86, 0x3e, 0x0a, 0xfa, 0x3e, 0x5c, 0xf9, 0x93, 0xe6, 0x34 +.byte 0x7a, 0xd9, 0x14, 0x6b, 0xe7, 0x9c, 0xb3, 0x85, 0xa0, 0x82, 0x7a, 0x76, 0xaf, 0x71, 0x90, 0xd7 +.byte 0xec, 0xfd, 0x0d, 0xfa, 0x9c, 0x6c, 0xfa, 0xdf, 0xb0, 0x82, 0xf4, 0x14, 0x7e, 0xf9, 0xbe, 0xc4 +.byte 0xa6, 0x2f, 0x4f, 0x7f, 0x99, 0x7f, 0xb5, 0xfc, 0x67, 0x43, 0x72, 0xbd, 0x0c, 0x00, 0xd6, 0x89 +.byte 0xeb, 0x6b, 0x2c, 0xd3, 0xed, 0x8f, 0x98, 0x1c, 0x14, 0xab, 0x7e, 0xe5, 0xe3, 0x6e, 0xfc, 0xd8 +.byte 0xa8, 0xe4, 0x92, 0x24, 0xda, 0x43, 0x6b, 0x62, 0xb8, 0x55, 0xfd, 0xea, 0xc1, 0xbc, 0x6c, 0xb6 +.byte 0x8b, 0xf3, 0x0e, 0x8d, 0x9a, 0xe4, 0x9b, 0x6c, 0x69, 0x99, 0xf8, 0x78, 0x48, 0x30, 0x45, 0xd5 +.byte 0xad, 0xe1, 0x0d, 0x3c, 0x45, 0x60, 0xfc, 0x32, 0x96, 0x51, 0x27, 0xbc, 0x67, 0xc3, 0xca, 0x2e +.byte 0xb6, 0x6b, 0xea, 0x46, 0xc7, 0xc7, 0x20, 0xa0, 0xb1, 0x1f, 0x65, 0xde, 0x48, 0x08, 0xba, 0xa4 +.byte 0x4e, 0xa9, 0xf2, 0x83, 0x46, 0x37, 0x84, 0xeb, 0xe8, 0xcc, 0x81, 0x48, 0x43, 0x67, 0x4e, 0x72 +.byte 0x2a, 0x9b, 0x5c, 0xbd, 0x4c, 0x1b, 0x28, 0x8a, 0x5c, 0x22, 0x7b, 0xb4, 0xab, 0x98, 0xd9, 0xee +.byte 0xe0, 0x51, 0x83, 0xc3, 0x09, 0x46, 0x4e, 0x6d, 0x3e, 0x99, 0xfa, 0x95, 0x17, 0xda, 0x7c, 0x33 +.byte 0x57, 0x41, 0x3c, 0x8d, 0x51, 0xed, 0x0b, 0xb6, 0x5c, 0xaf, 0x2c, 0x63, 0x1a, 0xdf, 0x57, 0xc8 +.byte 0x3f, 0xbc, 0xe9, 0x5d, 0xc4, 0x9b, 0xaf, 0x45, 0x99, 0xe2, 0xa3, 0x5a, 0x24, 0xb4, 0xba, 0xa9 +.byte 0x56, 0x3d, 0xcf, 0x6f, 0xaa, 0xff, 0x49, 0x58, 0xbe, 0xf0, 0xa8, 0xff, 0xf4, 0xb8, 0xad, 0xe9 +.byte 0x37, 0xfb, 0xba, 0xb8, 0xf4, 0x0b, 0x3a, 0xf9, 0xe8, 0x43, 0x42, 0x1e, 0x89, 0xd8, 0x84, 0xcb +.byte 0x13, 0xf1, 0xd9, 0xbb, 0xe1, 0x89, 0x60, 0xb8, 0x8c, 0x28, 0x56, 0xac, 0x14, 0x1d, 0x9c, 0x0a +.byte 0xe7, 0x71, 0xeb, 0xcf, 0x0e, 0xdd, 0x3d, 0xa9, 0x96, 0xa1, 0x48, 0xbd, 0x3c, 0xf7, 0xaf, 0xb5 +.byte 0x0d, 0x22, 0x4c, 0xc0, 0x11, 0x81, 0xec, 0x56, 0x3b, 0xf6, 0xd3, 0xa2, 0xe2, 0x5b, 0xb7, 0xb2 +.byte 0x04, 0x22, 0x52, 0x95, 0x80, 0x93, 0x69, 0xe8, 0x8e, 0x4c, 0x65, 0xf1, 0x91, 0x03, 0x2d, 0x70 +.byte 0x74, 0x02, 0xea, 0x8b, 0x67, 0x15, 0x29, 0x69, 0x52, 0x02, 0xbb, 0xd7, 0xdf, 0x50, 0x6a, 0x55 +.byte 0x46, 0xbf, 0xa0, 0xa3, 0x28, 0x61, 0x7f, 0x70, 0xd0, 0xc3, 0xa2, 0xaa, 0x2c, 0x21, 0xaa, 0x47 +.byte 0xce, 0x28, 0x9c, 0x06, 0x45, 0x76, 0xbf, 0x82, 0x18, 0x27, 0xb4, 0xd5, 0xae, 0xb4, 0xcb, 0x50 +.byte 0xe6, 0x6b, 0xf4, 0x4c, 0x86, 0x71, 0x30, 0xe9, 0xa6, 0xdf, 0x16, 0x86, 0xe0, 0xd8, 0xff, 0x40 +.byte 0xdd, 0xfb, 0xd0, 0x42, 0x88, 0x7f, 0xa3, 0x33, 0x3a, 0x2e, 0x5c, 0x1e, 0x41, 0x11, 0x81, 0x63 +.byte 0xce, 0x18, 0x71, 0x6b, 0x2b, 0xec, 0xa6, 0x8a, 0xb7, 0x31, 0x5c, 0x3a, 0x6a, 0x47, 0xe0, 0xc3 +.byte 0x79, 0x59, 0xd6, 0x20, 0x1a, 0xaf, 0xf2, 0x6a, 0x98, 0xaa, 0x72, 0xbc, 0x57, 0x4a, 0xd2, 0x4b +.byte 0x9d, 0xbb, 0x10, 0xfc, 0xb0, 0x4c, 0x41, 0xe5, 0xed, 0x1d, 0x3d, 0x5e, 0x28, 0x9d, 0x9c, 0xcc +.byte 0xbf, 0xb3, 0x51, 0xda, 0xa7, 0x47, 0xe5, 0x84, 0x53, 0x02, 0x03, 0x01, 0x00, 0x01, 0x8b, 0x00 +.byte 0x26, 0x02, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x08, 0x49, 0x6c, 0x6c +.byte 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07 +.byte 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64 +.byte 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x0c, 0x28, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb9, 0x5d +.byte 0x51, 0x28, 0x4b, 0x3c, 0x37, 0x92, 0xd1, 0x82, 0xce, 0xbd, 0x1d, 0xbd, 0xcd, 0xdd, 0xb8, 0xab +.byte 0xcf, 0x0a, 0x3e, 0xe1, 0x5d, 0xe5, 0xdc, 0xaa, 0x09, 0xb9, 0x57, 0x02, 0x3e, 0xe6, 0x63, 0x61 +.byte 0xdf, 0xf2, 0x0f, 0x82, 0x63, 0xae, 0xa3, 0xf7, 0xac, 0x73, 0xd1, 0x7c, 0xe7, 0xb3, 0x0b, 0xaf +.byte 0x08, 0x00, 0x09, 0x59, 0x7f, 0xcd, 0x29, 0x2a, 0x88, 0x93, 0x87, 0x17, 0x18, 0x80, 0xed, 0x88 +.byte 0xb2, 0xb4, 0xb6, 0x10, 0x1f, 0x2d, 0xd6, 0x5f, 0x55, 0xa2, 0x13, 0x5d, 0xd1, 0xc6, 0xeb, 0x06 +.byte 0x56, 0x89, 0x88, 0xfe, 0xac, 0x32, 0x9d, 0xfd, 0x5c, 0xc3, 0x05, 0xc7, 0x6e, 0xee, 0x86, 0x89 +.byte 0xba, 0x88, 0x03, 0x9d, 0x72, 0x21, 0x86, 0x90, 0xae, 0x8f, 0x03, 0xa5, 0xdc, 0x9f, 0x88, 0x28 +.byte 0xcb, 0xa3, 0x92, 0x49, 0x0f, 0xec, 0xd0, 0x0f, 0xe2, 0x6d, 0x44, 0x4f, 0x80, 0x6a, 0xb2, 0xd4 +.byte 0xe7, 0xa0, 0x0a, 0x53, 0x01, 0xba, 0x8e, 0x97, 0x91, 0x76, 0x6e, 0xbc, 0xfc, 0xd5, 0x6b, 0x36 +.byte 0xe6, 0x40, 0x88, 0xd6, 0x7b, 0x2f, 0x5f, 0x05, 0xe8, 0x2c, 0x6d, 0x11, 0xf3, 0xe7, 0xb2, 0xbe +.byte 0x92, 0x44, 0x4c, 0xd2, 0x97, 0xa4, 0xfe, 0xd2, 0x72, 0x81, 0x43, 0x07, 0x9c, 0xe9, 0x11, 0x3e +.byte 0xf5, 0x8b, 0x1a, 0x59, 0x7d, 0x1f, 0x68, 0x58, 0xdd, 0x04, 0x00, 0x2c, 0x96, 0xf3, 0x43, 0xb3 +.byte 0x7e, 0x98, 0x19, 0x74, 0xd9, 0x9c, 0x73, 0xd9, 0x18, 0xbe, 0x41, 0xc7, 0x34, 0x79, 0xd9, 0xf4 +.byte 0x62, 0xc2, 0x43, 0xb9, 0xb3, 0x27, 0xb0, 0x22, 0xcb, 0xf9, 0x3d, 0x52, 0xc7, 0x30, 0x47, 0xb3 +.byte 0xc9, 0x3e, 0xb8, 0x6a, 0xe2, 0xe7, 0xe8, 0x81, 0x70, 0x5e, 0x42, 0x8b, 0x4f, 0x26, 0xa5, 0xfe +.byte 0x3a, 0xc2, 0x20, 0x6e, 0xbb, 0xf8, 0x16, 0x8e, 0xcd, 0x0c, 0xa9, 0xb4, 0x1b, 0x6c, 0x76, 0x10 +.byte 0xe1, 0x58, 0x79, 0x46, 0x3e, 0x54, 0xce, 0x80, 0xa8, 0x57, 0x09, 0x37, 0x29, 0x1b, 0x99, 0x13 +.byte 0x8f, 0x0c, 0xc8, 0xd6, 0x2c, 0x1c, 0xfb, 0x05, 0xe8, 0x08, 0x95, 0x3d, 0x65, 0x46, 0xdc, 0xee +.byte 0xcd, 0x69, 0xe2, 0x4d, 0x8f, 0x87, 0x28, 0x4e, 0x34, 0x0b, 0x3e, 0xcf, 0x14, 0xd9, 0xbb, 0xdd +.byte 0xb6, 0x50, 0x9a, 0xad, 0x77, 0xd4, 0x19, 0xd6, 0xda, 0x1a, 0x88, 0xc8, 0x4e, 0x1b, 0x27, 0x75 +.byte 0xd8, 0xb2, 0x08, 0xf1, 0xae, 0x83, 0x30, 0xb9, 0x11, 0x0e, 0xcd, 0x87, 0xf0, 0x84, 0x8d, 0x15 +.byte 0x72, 0x7c, 0xa1, 0xef, 0xcc, 0xf2, 0x88, 0x61, 0xba, 0xf4, 0x69, 0xbb, 0x0c, 0x8c, 0x0b, 0x75 +.byte 0x57, 0x04, 0xb8, 0x4e, 0x2a, 0x14, 0x2e, 0x3d, 0x0f, 0x1c, 0x1e, 0x32, 0xa6, 0x62, 0x36, 0xee +.byte 0x66, 0xe2, 0x22, 0xb8, 0x05, 0x40, 0x63, 0x10, 0x22, 0xf3, 0x33, 0x1d, 0x74, 0x72, 0x8a, 0x2c +.byte 0xf5, 0x39, 0x29, 0xa0, 0xd3, 0xe7, 0x1b, 0x80, 0x84, 0x2d, 0xc5, 0x3d, 0xe3, 0x4d, 0xb1, 0xfd +.byte 0x1a, 0x6f, 0xba, 0x65, 0x07, 0x3b, 0x58, 0xec, 0x42, 0x45, 0x26, 0xfb, 0xd8, 0xda, 0x25, 0x72 +.byte 0xc4, 0xf6, 0x00, 0xb1, 0x22, 0x79, 0xbd, 0xe3, 0x7c, 0x59, 0x62, 0x4a, 0x9c, 0x05, 0x6f, 0x3d +.byte 0xce, 0xe6, 0xd6, 0x47, 0x63, 0x99, 0xc6, 0x24, 0x6f, 0x72, 0x12, 0xc8, 0xac, 0x7f, 0x90, 0xb4 +.byte 0x0b, 0x91, 0x70, 0xe8, 0xb7, 0xe6, 0x16, 0x10, 0x71, 0x17, 0xce, 0xde, 0x06, 0x4f, 0x48, 0x41 +.byte 0x7d, 0x35, 0x4a, 0xa3, 0x89, 0xf2, 0xc9, 0x4b, 0x7b, 0x41, 0x11, 0x6d, 0x67, 0xb7, 0x08, 0x98 +.byte 0x4c, 0xe5, 0x11, 0x19, 0xae, 0x42, 0x80, 0xdc, 0xfb, 0x90, 0x05, 0xd4, 0xf8, 0x50, 0xca, 0xbe +.byte 0xe4, 0xad, 0xc7, 0xc2, 0x94, 0xd7, 0x16, 0x9d, 0xe6, 0x17, 0x8f, 0xaf, 0x36, 0xfb, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x8b, 0x00, 0x78, 0x00, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08 +.byte 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69 +.byte 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65 +.byte 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f +.byte 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45 +.byte 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x1a, 0xac, 0x54, 0x5a, 0xa9, 0xf9 +.byte 0x68, 0x23, 0xe7, 0x7a, 0xd5, 0x24, 0x6f, 0x53, 0xc6, 0x5a, 0xd8, 0x4b, 0xab, 0xc6, 0xd5, 0xb6 +.byte 0xd1, 0xe6, 0x73, 0x71, 0xae, 0xdd, 0x9c, 0xd6, 0x0c, 0x61, 0xfd, 0xdb, 0xa0, 0x89, 0x03, 0xb8 +.byte 0x05, 0x14, 0xec, 0x57, 0xce, 0xee, 0x5d, 0x3f, 0xe2, 0x21, 0xb3, 0xce, 0xf7, 0xd4, 0x8a, 0x79 +.byte 0xe0, 0xa3, 0x83, 0x7e, 0x2d, 0x97, 0xd0, 0x61, 0xc4, 0xf1, 0x99, 0xdc, 0x25, 0x91, 0x63, 0xab +.byte 0x7f, 0x30, 0xa3, 0xb4, 0x70, 0xe2, 0xc7, 0xa1, 0x33, 0x9c, 0xf3, 0xbf, 0x2e, 0x5c, 0x53, 0xb1 +.byte 0x5f, 0xb3, 0x7d, 0x32, 0x7f, 0x8a, 0x34, 0xe3, 0x79, 0x79, 0x8b, 0x00, 0x26, 0x02, 0x30, 0x81 +.byte 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13 +.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72 +.byte 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65 +.byte 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53 +.byte 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x53 +.byte 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x80, 0x12, 0x65, 0x17, 0x36, 0x0e +.byte 0xc3, 0xdb, 0x08, 0xb3, 0xd0, 0xac, 0x57, 0x0d, 0x76, 0xed, 0xcd, 0x27, 0xd3, 0x4c, 0xad, 0x50 +.byte 0x83, 0x61, 0xe2, 0xaa, 0x20, 0x4d, 0x09, 0x2d, 0x64, 0x09, 0xdc, 0xce, 0x89, 0x9f, 0xcc, 0x3d +.byte 0xa9, 0xec, 0xf6, 0xcf, 0xc1, 0xdc, 0xf1, 0xd3, 0xb1, 0xd6, 0x7b, 0x37, 0x28, 0x11, 0x2b, 0x47 +.byte 0xda, 0x39, 0xc6, 0xbc, 0x3a, 0x19, 0xb4, 0x5f, 0xa6, 0xbd, 0x7d, 0x9d, 0xa3, 0x63, 0x42, 0xb6 +.byte 0x76, 0xf2, 0xa9, 0x3b, 0x2b, 0x91, 0xf8, 0xe2, 0x6f, 0xd0, 0xec, 0x16, 0x20, 0x90, 0x09, 0x3e +.byte 0xe2, 0xe8, 0x74, 0xc9, 0x18, 0xb4, 0x91, 0xd4, 0x62, 0x64, 0xdb, 0x7f, 0xa3, 0x06, 0xf1, 0x88 +.byte 0x18, 0x6a, 0x90, 0x22, 0x3c, 0xbc, 0xfe, 0x13, 0xf0, 0x87, 0x14, 0x7b, 0xf6, 0xe4, 0x1f, 0x8e +.byte 0xd4, 0xe4, 0x51, 0xc6, 0x11, 0x67, 0x46, 0x08, 0x51, 0xcb, 0x86, 0x14, 0x54, 0x3f, 0xbc, 0x33 +.byte 0xfe, 0x7e, 0x6c, 0x9c, 0xff, 0x16, 0x9d, 0x18, 0xbd, 0x51, 0x8e, 0x35, 0xa6, 0xa7, 0x66, 0xc8 +.byte 0x72, 0x67, 0xdb, 0x21, 0x66, 0xb1, 0xd4, 0x9b, 0x78, 0x03, 0xc0, 0x50, 0x3a, 0xe8, 0xcc, 0xf0 +.byte 0xdc, 0xbc, 0x9e, 0x4c, 0xfe, 0xaf, 0x05, 0x96, 0x35, 0x1f, 0x57, 0x5a, 0xb7, 0xff, 0xce, 0xf9 +.byte 0x3d, 0xb7, 0x2c, 0xb6, 0xf6, 0x54, 0xdd, 0xc8, 0xe7, 0x12, 0x3a, 0x4d, 0xae, 0x4c, 0x8a, 0xb7 +.byte 0x5c, 0x9a, 0xb4, 0xb7, 0x20, 0x3d, 0xca, 0x7f, 0x22, 0x34, 0xae, 0x7e, 0x3b, 0x68, 0x66, 0x01 +.byte 0x44, 0xe7, 0x01, 0x4e, 0x46, 0x53, 0x9b, 0x33, 0x60, 0xf7, 0x94, 0xbe, 0x53, 0x37, 0x90, 0x73 +.byte 0x43, 0xf3, 0x32, 0xc3, 0x53, 0xef, 0xdb, 0xaa, 0xfe, 0x74, 0x4e, 0x69, 0xc7, 0x6b, 0x8c, 0x60 +.byte 0x93, 0xde, 0xc4, 0xc7, 0x0c, 0xdf, 0xe1, 0x32, 0xae, 0xcc, 0x93, 0x3b, 0x51, 0x78, 0x95, 0x67 +.byte 0x8b, 0xee, 0x3d, 0x56, 0xfe, 0x0c, 0xd0, 0x69, 0x0f, 0x1b, 0x0f, 0xf3, 0x25, 0x26, 0x6b, 0x33 +.byte 0x6d, 0xf7, 0x6e, 0x47, 0xfa, 0x73, 0x43, 0xe5, 0x7e, 0x0e, 0xa5, 0x66, 0xb1, 0x29, 0x7c, 0x32 +.byte 0x84, 0x63, 0x55, 0x89, 0xc4, 0x0d, 0xc1, 0x93, 0x54, 0x30, 0x19, 0x13, 0xac, 0xd3, 0x7d, 0x37 +.byte 0xa7, 0xeb, 0x5d, 0x3a, 0x6c, 0x35, 0x5c, 0xdb, 0x41, 0xd7, 0x12, 0xda, 0xa9, 0x49, 0x0b, 0xdf +.byte 0xd8, 0x80, 0x8a, 0x09, 0x93, 0x62, 0x8e, 0xb5, 0x66, 0xcf, 0x25, 0x88, 0xcd, 0x84, 0xb8, 0xb1 +.byte 0x3f, 0xa4, 0x39, 0x0f, 0xd9, 0x02, 0x9e, 0xeb, 0x12, 0x4c, 0x95, 0x7c, 0xf3, 0x6b, 0x05, 0xa9 +.byte 0x5e, 0x16, 0x83, 0xcc, 0xb8, 0x67, 0xe2, 0xe8, 0x13, 0x9d, 0xcc, 0x5b, 0x82, 0xd3, 0x4c, 0xb3 +.byte 0xed, 0x5b, 0xff, 0xde, 0xe5, 0x73, 0xac, 0x23, 0x3b, 0x2d, 0x00, 0xbf, 0x35, 0x55, 0x74, 0x09 +.byte 0x49, 0xd8, 0x49, 0x58, 0x1a, 0x7f, 0x92, 0x36, 0xe6, 0x51, 0x92, 0x0e, 0xf3, 0x26, 0x7d, 0x1c +.byte 0x4d, 0x17, 0xbc, 0xc9, 0xec, 0x43, 0x26, 0xd0, 0xbf, 0x41, 0x5f, 0x40, 0xa9, 0x44, 0x44, 0xf4 +.byte 0x99, 0xe7, 0x57, 0x87, 0x9e, 0x50, 0x1f, 0x57, 0x54, 0xa8, 0x3e, 0xfd, 0x74, 0x63, 0x2f, 0xb1 +.byte 0x50, 0x65, 0x09, 0xe6, 0x58, 0x42, 0x2e, 0x43, 0x1a, 0x4c, 0xb4, 0xf0, 0x25, 0x47, 0x59, 0xfa +.byte 0x04, 0x1e, 0x93, 0xd4, 0x26, 0x46, 0x4a, 0x50, 0x81, 0xb2, 0xde, 0xbe, 0x78, 0xb7, 0xfc, 0x67 +.byte 0x15, 0xe1, 0xc9, 0x57, 0x84, 0x1e, 0x0f, 0x63, 0xd6, 0xe9, 0x62, 0xba, 0xd6, 0x5f, 0x55, 0x2e +.byte 0xea, 0x5c, 0xc6, 0x28, 0x08, 0x04, 0x25, 0x39, 0xb8, 0x0e, 0x2b, 0xa9, 0xf2, 0x4c, 0x97, 0x1c +.byte 0x07, 0x3f, 0x0d, 0x52, 0xf5, 0xed, 0xef, 0x2f, 0x82, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x92 +.byte 0x00, 0x26, 0x01, 0x30, 0x81, 0x8f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72 +.byte 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a +.byte 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54 +.byte 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63 +.byte 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x53, 0x74, 0x61, 0x72 +.byte 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0xed, 0xc1, 0x03, 0xfc, 0xf6, 0x8f, 0xfc, 0x02, 0xb1 +.byte 0x6f, 0x5b, 0x9f, 0x48, 0xd9, 0x9d, 0x79, 0xe2, 0xa2, 0xb7, 0x03, 0x61, 0x56, 0x18, 0xc3, 0x47 +.byte 0xb6, 0xd7, 0xca, 0x3d, 0x35, 0x2e, 0x89, 0x43, 0xf7, 0xa1, 0x69, 0x9b, 0xde, 0x8a, 0x1a, 0xfd +.byte 0x13, 0x20, 0x9c, 0xb4, 0x49, 0x77, 0x32, 0x29, 0x56, 0xfd, 0xb9, 0xec, 0x8c, 0xdd, 0x22, 0xfa +.byte 0x72, 0xdc, 0x27, 0x61, 0x97, 0xee, 0xf6, 0x5a, 0x84, 0xec, 0x6e, 0x19, 0xb9, 0x89, 0x2c, 0xdc +.byte 0x84, 0x5b, 0xd5, 0x74, 0xfb, 0x6b, 0x5f, 0xc5, 0x89, 0xa5, 0x10, 0x52, 0x89, 0x46, 0x55, 0xf4 +.byte 0xb8, 0x75, 0x1c, 0xe6, 0x7f, 0xe4, 0x54, 0xae, 0x4b, 0xf8, 0x55, 0x72, 0x57, 0x02, 0x19, 0xf8 +.byte 0x17, 0x71, 0x59, 0xeb, 0x1e, 0x28, 0x07, 0x74, 0xc5, 0x9d, 0x48, 0xbe, 0x6c, 0xb4, 0xf4, 0xa4 +.byte 0xb0, 0xf3, 0x64, 0x37, 0x79, 0x92, 0xc0, 0xec, 0x46, 0x5e, 0x7f, 0xe1, 0x6d, 0x53, 0x4c, 0x62 +.byte 0xaf, 0xcd, 0x1f, 0x0b, 0x63, 0xbb, 0x3a, 0x9d, 0xfb, 0xfc, 0x79, 0x00, 0x98, 0x61, 0x74, 0xcf +.byte 0x26, 0x82, 0x40, 0x63, 0xf3, 0xb2, 0x72, 0x6a, 0x19, 0x0d, 0x99, 0xca, 0xd4, 0x0e, 0x75, 0xcc +.byte 0x37, 0xfb, 0x8b, 0x89, 0xc1, 0x59, 0xf1, 0x62, 0x7f, 0x5f, 0xb3, 0x5f, 0x65, 0x30, 0xf8, 0xa7 +.byte 0xb7, 0x4d, 0x76, 0x5a, 0x1e, 0x76, 0x5e, 0x34, 0xc0, 0xe8, 0x96, 0x56, 0x99, 0x8a, 0xb3, 0xf0 +.byte 0x7f, 0xa4, 0xcd, 0xbd, 0xdc, 0x32, 0x31, 0x7c, 0x91, 0xcf, 0xe0, 0x5f, 0x11, 0xf8, 0x6b, 0xaa +.byte 0x49, 0x5c, 0xd1, 0x99, 0x94, 0xd1, 0xa2, 0xe3, 0x63, 0x5b, 0x09, 0x76, 0xb5, 0x56, 0x62, 0xe1 +.byte 0x4b, 0x74, 0x1d, 0x96, 0xd4, 0x26, 0xd4, 0x08, 0x04, 0x59, 0xd0, 0x98, 0x0e, 0x0e, 0xe6, 0xde +.byte 0xfc, 0xc3, 0xec, 0x1f, 0x90, 0xf1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x94, 0x00, 0x5b, 0x00, 0x30 +.byte 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f +.byte 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x43, 0x68, 0x69 +.byte 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67 +.byte 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x32, 0x35, 0x36, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x74, 0x79, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x7e, 0xfb +.byte 0x6c, 0xe6, 0x23, 0xe3, 0x73, 0x32, 0x08, 0xca, 0x60, 0xe6, 0x53, 0x9c, 0xba, 0x74, 0x8d, 0x18 +.byte 0xb0, 0x78, 0x90, 0x52, 0x80, 0xdd, 0x38, 0xc0, 0x4a, 0x1d, 0xd1, 0xa8, 0xcc, 0x93, 0xa4, 0x97 +.byte 0x06, 0x38, 0xca, 0x0d, 0x15, 0x62, 0xc6, 0x8e, 0x01, 0x2a, 0x65, 0x9d, 0xaa, 0xdf, 0x34, 0x91 +.byte 0x2e, 0x81, 0xc1, 0xe4, 0x33, 0x92, 0x31, 0xc4, 0xfd, 0x09, 0x3a, 0xa6, 0x3f, 0xad, 0x94, 0x00 +.byte 0x78, 0x00, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c +.byte 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07 +.byte 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64 +.byte 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x33, 0x38, 0x34, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x6b, 0xda +.byte 0x0d, 0x75, 0x35, 0x08, 0x31, 0x47, 0x05, 0xae, 0x45, 0x99, 0x55, 0xf1, 0x11, 0x13, 0x2e, 0x4a +.byte 0xf8, 0x10, 0x31, 0x23, 0xa3, 0x7e, 0x83, 0xd3, 0x7f, 0x28, 0x08, 0x3a, 0x26, 0x1a, 0x3a, 0xcf +.byte 0x97, 0x82, 0x1f, 0x80, 0xb7, 0x27, 0x09, 0x8f, 0xd1, 0x8e, 0x30, 0xc4, 0x0a, 0x9b, 0x0e, 0xac +.byte 0x58, 0x04, 0xab, 0xf7, 0x36, 0x7d, 0x94, 0x23, 0xa4, 0x9b, 0x0a, 0x8a, 0x8b, 0xab, 0xeb, 0xfd +.byte 0x39, 0x25, 0x66, 0xf1, 0x5e, 0xfe, 0x8c, 0xae, 0x8d, 0x41, 0x79, 0x9d, 0x09, 0x60, 0xce, 0x28 +.byte 0xa9, 0xd3, 0x8a, 0x6d, 0xf3, 0xd6, 0x45, 0xd4, 0xf2, 0x98, 0x84, 0x38, 0x65, 0xa0, 0x9b, 0x00 +.byte 0x26, 0x01, 0x30, 0x81, 0x98, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69 +.byte 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53 +.byte 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65 +.byte 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e +.byte 0x31, 0x3b, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x32, 0x53, 0x74, 0x61, 0x72, 0x66 +.byte 0x69, 0x65, 0x6c, 0x64, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd5, 0x0c +.byte 0x3a, 0xc4, 0x2a, 0xf9, 0x4e, 0xe2, 0xf5, 0xbe, 0x19, 0x97, 0x5f, 0x8e, 0x88, 0x53, 0xb1, 0x1f +.byte 0x3f, 0xcb, 0xcf, 0x9f, 0x20, 0x13, 0x6d, 0x29, 0x3a, 0xc8, 0x0f, 0x7d, 0x3c, 0xf7, 0x6b, 0x76 +.byte 0x38, 0x63, 0xd9, 0x36, 0x60, 0xa8, 0x9b, 0x5e, 0x5c, 0x00, 0x80, 0xb2, 0x2f, 0x59, 0x7f, 0xf6 +.byte 0x87, 0xf9, 0x25, 0x43, 0x86, 0xe7, 0x69, 0x1b, 0x52, 0x9a, 0x90, 0xe1, 0x71, 0xe3, 0xd8, 0x2d +.byte 0x0d, 0x4e, 0x6f, 0xf6, 0xc8, 0x49, 0xd9, 0xb6, 0xf3, 0x1a, 0x56, 0xae, 0x2b, 0xb6, 0x74, 0x14 +.byte 0xeb, 0xcf, 0xfb, 0x26, 0xe3, 0x1a, 0xba, 0x1d, 0x96, 0x2e, 0x6a, 0x3b, 0x58, 0x94, 0x89, 0x47 +.byte 0x56, 0xff, 0x25, 0xa0, 0x93, 0x70, 0x53, 0x83, 0xda, 0x84, 0x74, 0x14, 0xc3, 0x67, 0x9e, 0x04 +.byte 0x68, 0x3a, 0xdf, 0x8e, 0x40, 0x5a, 0x1d, 0x4a, 0x4e, 0xcf, 0x43, 0x91, 0x3b, 0xe7, 0x56, 0xd6 +.byte 0x00, 0x70, 0xcb, 0x52, 0xee, 0x7b, 0x7d, 0xae, 0x3a, 0xe7, 0xbc, 0x31, 0xf9, 0x45, 0xf6, 0xc2 +.byte 0x60, 0xcf, 0x13, 0x59, 0x02, 0x2b, 0x80, 0xcc, 0x34, 0x47, 0xdf, 0xb9, 0xde, 0x90, 0x65, 0x6d +.byte 0x02, 0xcf, 0x2c, 0x91, 0xa6, 0xa6, 0xe7, 0xde, 0x85, 0x18, 0x49, 0x7c, 0x66, 0x4e, 0xa3, 0x3a +.byte 0x6d, 0xa9, 0xb5, 0xee, 0x34, 0x2e, 0xba, 0x0d, 0x03, 0xb8, 0x33, 0xdf, 0x47, 0xeb, 0xb1, 0x6b +.byte 0x8d, 0x25, 0xd9, 0x9b, 0xce, 0x81, 0xd1, 0x45, 0x46, 0x32, 0x96, 0x70, 0x87, 0xde, 0x02, 0x0e +.byte 0x49, 0x43, 0x85, 0xb6, 0x6c, 0x73, 0xbb, 0x64, 0xea, 0x61, 0x41, 0xac, 0xc9, 0xd4, 0x54, 0xdf +.byte 0x87, 0x2f, 0xc7, 0x22, 0xb2, 0x26, 0xcc, 0x9f, 0x59, 0x54, 0x68, 0x9f, 0xfc, 0xbe, 0x2a, 0x2f +.byte 0xc4, 0x55, 0x1c, 0x75, 0x40, 0x60, 0x17, 0x85, 0x02, 0x55, 0x39, 0x8b, 0x7f, 0x05, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0xa9, 0x00, 0x26, 0x02, 0x30, 0x81, 0xa6, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07 +.byte 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64 +.byte 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63 +.byte 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x40 +.byte 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x37, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69 +.byte 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52 +.byte 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x35 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xc2, 0xf8, 0xa9, 0x3f, 0x1b, 0x89, 0xfc, 0x3c, 0x3c, 0x04, 0x5d, 0x3d, 0x90, 0x36, 0xb0 +.byte 0x91, 0x3a, 0x79, 0x3c, 0x66, 0x5a, 0xef, 0x6d, 0x39, 0x01, 0x49, 0x1a, 0xb4, 0xb7, 0xcf, 0x7f +.byte 0x4d, 0x23, 0x53, 0xb7, 0x90, 0x00, 0xe3, 0x13, 0x2a, 0x28, 0xa6, 0x31, 0xf1, 0x91, 0x00, 0xe3 +.byte 0x28, 0xec, 0xae, 0x21, 0x41, 0xce, 0x1f, 0xda, 0xfd, 0x7d, 0x12, 0x5b, 0x01, 0x83, 0x0f, 0xb9 +.byte 0xb0, 0x5f, 0x99, 0xe1, 0xf2, 0x12, 0x83, 0x80, 0x4d, 0x06, 0x3e, 0xdf, 0xac, 0xaf, 0xe7, 0xa1 +.byte 0x88, 0x6b, 0x31, 0xaf, 0xf0, 0x8b, 0xd0, 0x18, 0x33, 0xb8, 0xdb, 0x45, 0x6a, 0x34, 0xf4, 0x02 +.byte 0x80, 0x24, 0x28, 0x0a, 0x02, 0x15, 0x95, 0x5e, 0x76, 0x2a, 0x0d, 0x99, 0x3a, 0x14, 0x5b, 0xf6 +.byte 0xcb, 0xcb, 0x53, 0xbc, 0x13, 0x4d, 0x01, 0x88, 0x37, 0x94, 0x25, 0x1b, 0x42, 0xbc, 0x22, 0xd8 +.byte 0x8e, 0xa3, 0x96, 0x5e, 0x3a, 0xd9, 0x32, 0xdb, 0x3e, 0xe8, 0xf0, 0x10, 0x65, 0xed, 0x74, 0xe1 +.byte 0x2f, 0xa7, 0x7c, 0xaf, 0x27, 0x34, 0xbb, 0x29, 0x7d, 0x9b, 0xb6, 0xcf, 0x09, 0xc8, 0xe5, 0xd3 +.byte 0x0a, 0xfc, 0x88, 0x65, 0x65, 0x74, 0x0a, 0xdc, 0x73, 0x1c, 0x5c, 0xcd, 0x40, 0xb1, 0x1c, 0xd4 +.byte 0xb6, 0x84, 0x8c, 0x4c, 0x50, 0xcf, 0x68, 0x8e, 0xa8, 0x59, 0xae, 0xc2, 0x27, 0x4e, 0x82, 0xa2 +.byte 0x35, 0xdd, 0x14, 0xf4, 0x1f, 0xff, 0xb2, 0x77, 0xd5, 0x87, 0x2f, 0xaa, 0x6e, 0x7d, 0x24, 0x27 +.byte 0xe7, 0xc6, 0xcb, 0x26, 0xe6, 0xe5, 0xfe, 0x67, 0x07, 0x63, 0xd8, 0x45, 0x0d, 0xdd, 0x3a, 0x59 +.byte 0x65, 0x39, 0x58, 0x7a, 0x92, 0x99, 0x72, 0x3d, 0x9c, 0x84, 0x5e, 0x88, 0x21, 0xb8, 0xd5, 0xf4 +.byte 0x2c, 0xfc, 0xd9, 0x70, 0x52, 0x4f, 0x78, 0xb8, 0xbd, 0x3c, 0x2b, 0x8b, 0x95, 0x98, 0xf5, 0xb3 +.byte 0xd1, 0x68, 0xcf, 0x20, 0x14, 0x7e, 0x4c, 0x5c, 0x5f, 0xe7, 0x8b, 0xe5, 0xf5, 0x35, 0x81, 0x19 +.byte 0x37, 0xd7, 0x11, 0x08, 0xb7, 0x66, 0xbe, 0xd3, 0x4a, 0xce, 0x83, 0x57, 0x00, 0x3a, 0xc3, 0x81 +.byte 0xf8, 0x17, 0xcb, 0x92, 0x36, 0x5d, 0xd1, 0xa3, 0xd8, 0x75, 0x1b, 0xe1, 0x8b, 0x27, 0xea, 0x7a +.byte 0x48, 0x41, 0xfd, 0x45, 0x19, 0x06, 0xad, 0x27, 0x99, 0x4e, 0xc1, 0x70, 0x47, 0xdd, 0xb5, 0x9f +.byte 0x81, 0x53, 0x12, 0xe5, 0xb1, 0x8c, 0x48, 0x5d, 0x31, 0x43, 0x17, 0xe3, 0x8c, 0xc6, 0x7a, 0x63 +.byte 0x96, 0x4b, 0x29, 0x30, 0x4e, 0x84, 0x4e, 0x62, 0x19, 0x5e, 0x3c, 0xce, 0x97, 0x90, 0xa5, 0x7f +.byte 0x01, 0xeb, 0x9d, 0xe0, 0xf8, 0x8b, 0x89, 0xdd, 0x25, 0x98, 0x3d, 0x92, 0xb6, 0x7e, 0xef, 0xd9 +.byte 0xf1, 0x51, 0x51, 0x7d, 0x2d, 0x26, 0xc8, 0x69, 0x59, 0x61, 0xe0, 0xac, 0x6a, 0xb8, 0x2a, 0x36 +.byte 0x11, 0x04, 0x7a, 0x50, 0xbd, 0x32, 0x84, 0xbe, 0x2f, 0xdc, 0x72, 0xd5, 0xd7, 0x1d, 0x16, 0x47 +.byte 0xe4, 0x47, 0x66, 0x20, 0x3f, 0xf4, 0x96, 0xc5, 0xaf, 0x8e, 0x01, 0x7a, 0xa5, 0x0f, 0x7a, 0x64 +.byte 0xf5, 0x0d, 0x18, 0x87, 0xd9, 0xae, 0x88, 0xd5, 0xfa, 0x84, 0xc1, 0x3a, 0xc0, 0x69, 0x28, 0x2d +.byte 0xf2, 0x0d, 0x68, 0x51, 0xaa, 0xe3, 0xa5, 0x77, 0xc6, 0xa4, 0x90, 0x0e, 0xa1, 0x37, 0x8b, 0x31 +.byte 0x23, 0x47, 0xc1, 0x09, 0x08, 0xeb, 0x6e, 0xf7, 0x78, 0x9b, 0xd7, 0x82, 0xfc, 0x84, 0x20, 0x99 +.byte 0x49, 0x19, 0xb6, 0x12, 0x46, 0xb1, 0xfb, 0x45, 0x55, 0x16, 0xa9, 0xa3, 0x65, 0xac, 0x9c, 0x07 +.byte 0x0f, 0xea, 0x6b, 0xdc, 0x1f, 0x2e, 0x06, 0x72, 0xec, 0x86, 0x88, 0x12, 0xe4, 0x2d, 0xdb, 0x5f +.byte 0x05, 0x2f, 0xe4, 0xf0, 0x03, 0xd3, 0x26, 0x33, 0xe7, 0x80, 0xc2, 0xcd, 0x42, 0xa1, 0x17, 0x34 +.byte 0x0b, 0x02, 0x03, 0x01, 0x00, 0x01, 0xaa, 0x00, 0x26, 0x01, 0x30, 0x81, 0xa7, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03 +.byte 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x4e, 0x65, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20 +.byte 0x4b, 0x66, 0x74, 0x2e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x2e, 0x54 +.byte 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3, 0xa1, 0x6e, 0x79, 0x6b, 0x69, 0x61 +.byte 0x64, 0xc3, 0xb3, 0x6b, 0x20, 0x28, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x29, 0x31, 0x35, 0x30 +.byte 0x33, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2c, 0x4e, 0x65, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20 +.byte 0x41, 0x72, 0x61, 0x6e, 0x79, 0x20, 0x28, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x47, 0x6f, 0x6c +.byte 0x64, 0x29, 0x20, 0x46, 0xc5, 0x91, 0x74, 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76 +.byte 0xc3, 0xa1, 0x6e, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xc4, 0x24, 0x5e, 0x73, 0xbe, 0x4b, 0x6d, 0x14, 0xc3, 0xa1, 0xf4 +.byte 0xe3, 0x97, 0x90, 0x6e, 0xd2, 0x30, 0x45, 0x1e, 0x3c, 0xee, 0x67, 0xd9, 0x64, 0xe0, 0x1a, 0x8a +.byte 0x7f, 0xca, 0x30, 0xca, 0x83, 0xe3, 0x20, 0xc1, 0xe3, 0xf4, 0x3a, 0xd3, 0x94, 0x5f, 0x1a, 0x7c +.byte 0x5b, 0x6d, 0xbf, 0x30, 0x4f, 0x84, 0x27, 0xf6, 0x9f, 0x1f, 0x49, 0xbc, 0xc6, 0x99, 0x0a, 0x90 +.byte 0xf2, 0x0f, 0xf5, 0x7f, 0x43, 0x84, 0x37, 0x63, 0x51, 0x8b, 0x7a, 0xa5, 0x70, 0xfc, 0x7a, 0x58 +.byte 0xcd, 0x8e, 0x9b, 0xed, 0xc3, 0x46, 0x6c, 0x84, 0x70, 0x5d, 0xda, 0xf3, 0x01, 0x90, 0x23, 0xfc +.byte 0x4e, 0x30, 0xa9, 0x7e, 0xe1, 0x27, 0x63, 0xe7, 0xed, 0x64, 0x3c, 0xa0, 0xb8, 0xc9, 0x33, 0x63 +.byte 0xfe, 0x16, 0x90, 0xff, 0xb0, 0xb8, 0xfd, 0xd7, 0xa8, 0xc0, 0xc0, 0x94, 0x43, 0x0b, 0xb6, 0xd5 +.byte 0x59, 0xa6, 0x9e, 0x56, 0xd0, 0x24, 0x1f, 0x70, 0x79, 0xaf, 0xdb, 0x39, 0x54, 0x0d, 0x65, 0x75 +.byte 0xd9, 0x15, 0x41, 0x94, 0x01, 0xaf, 0x5e, 0xec, 0xf6, 0x8d, 0xf1, 0xff, 0xad, 0x64, 0xfe, 0x20 +.byte 0x9a, 0xd7, 0x5c, 0xeb, 0xfe, 0xa6, 0x1f, 0x08, 0x64, 0xa3, 0x8b, 0x76, 0x55, 0xad, 0x1e, 0x3b +.byte 0x28, 0x60, 0x2e, 0x87, 0x25, 0xe8, 0xaa, 0xaf, 0x1f, 0xc6, 0x64, 0x46, 0x20, 0xb7, 0x70, 0x7f +.byte 0x3c, 0xde, 0x48, 0xdb, 0x96, 0x53, 0xb7, 0x39, 0x77, 0xe4, 0x1a, 0xe2, 0xc7, 0x16, 0x84, 0x76 +.byte 0x97, 0x5b, 0x2f, 0xbb, 0x19, 0x15, 0x85, 0xf8, 0x69, 0x85, 0xf5, 0x99, 0xa7, 0xa9, 0xf2, 0x34 +.byte 0xa7, 0xa9, 0xb6, 0xa6, 0x03, 0xfc, 0x6f, 0x86, 0x3d, 0x54, 0x7c, 0x76, 0x04, 0x9b, 0x6b, 0xf9 +.byte 0x40, 0x5d, 0x00, 0x34, 0xc7, 0x2e, 0x99, 0x75, 0x9d, 0xe5, 0x88, 0x03, 0xaa, 0x4d, 0xf8, 0x03 +.byte 0xd2, 0x42, 0x76, 0xc0, 0x1b, 0x02, 0x03, 0x00, 0xa8, 0x8b, 0xad, 0x00, 0x78, 0x00, 0x30, 0x81 +.byte 0xaa, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f +.byte 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31 +.byte 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e +.byte 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20 +.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x3b +.byte 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69 +.byte 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49 +.byte 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x35, 0x30, 0x76, 0x30, 0x10, 0x06 +.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 +.byte 0x62, 0x00, 0x04, 0x92, 0xa0, 0x41, 0xe8, 0x4b, 0x82, 0x84, 0x5c, 0xe2, 0xf8, 0x31, 0x11, 0x99 +.byte 0x86, 0x64, 0x4e, 0x09, 0x25, 0x2f, 0x9d, 0x41, 0x2f, 0x0a, 0xae, 0x35, 0x4f, 0x74, 0x95, 0xb2 +.byte 0x51, 0x64, 0x6b, 0x8d, 0x6b, 0xe6, 0x3f, 0x70, 0x95, 0xf0, 0x05, 0x44, 0x47, 0xa6, 0x72, 0x38 +.byte 0x50, 0x76, 0x95, 0x02, 0x5a, 0x8e, 0xae, 0x28, 0x9e, 0xf9, 0x2d, 0x4e, 0x99, 0xef, 0x2c, 0x48 +.byte 0x6f, 0x4c, 0x25, 0x29, 0xe8, 0xd1, 0x71, 0x5b, 0xdf, 0x1d, 0xc1, 0x75, 0x37, 0xb4, 0xd7, 0xfa +.byte 0x7b, 0x7a, 0x42, 0x9c, 0x6a, 0x0a, 0x56, 0x5a, 0x7c, 0x69, 0x0b, 0xaa, 0x80, 0x09, 0x24, 0x6c +.byte 0x7e, 0xc1, 0x46, 0xb3, 0x00, 0x26, 0x01, 0x30, 0x81, 0xb0, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 +.byte 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e +.byte 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x20, 0x69, 0x73 +.byte 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79 +.byte 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03 +.byte 0x55, 0x04, 0x0b, 0x13, 0x16, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x36, 0x20, 0x45, 0x6e +.byte 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x2d, 0x30, 0x2b, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb6, 0x95, 0xb6, 0x43, 0x42 +.byte 0xfa, 0xc6, 0x6d, 0x2a, 0x6f, 0x48, 0xdf, 0x94, 0x4c, 0x39, 0x57, 0x05, 0xee, 0xc3, 0x79, 0x11 +.byte 0x41, 0x68, 0x36, 0xed, 0xec, 0xfe, 0x9a, 0x01, 0x8f, 0xa1, 0x38, 0x28, 0xfc, 0xf7, 0x10, 0x46 +.byte 0x66, 0x2e, 0x4d, 0x1e, 0x1a, 0xb1, 0x1a, 0x4e, 0xc6, 0xd1, 0xc0, 0x95, 0x88, 0xb0, 0xc9, 0xff +.byte 0x31, 0x8b, 0x33, 0x03, 0xdb, 0xb7, 0x83, 0x7b, 0x3e, 0x20, 0x84, 0x5e, 0xed, 0xb2, 0x56, 0x28 +.byte 0xa7, 0xf8, 0xe0, 0xb9, 0x40, 0x71, 0x37, 0xc5, 0xcb, 0x47, 0x0e, 0x97, 0x2a, 0x68, 0xc0, 0x22 +.byte 0x95, 0x62, 0x15, 0xdb, 0x47, 0xd9, 0xf5, 0xd0, 0x2b, 0xff, 0x82, 0x4b, 0xc9, 0xad, 0x3e, 0xde +.byte 0x4c, 0xdb, 0x90, 0x80, 0x50, 0x3f, 0x09, 0x8a, 0x84, 0x00, 0xec, 0x30, 0x0a, 0x3d, 0x18, 0xcd +.byte 0xfb, 0xfd, 0x2a, 0x59, 0x9a, 0x23, 0x95, 0x17, 0x2c, 0x45, 0x9e, 0x1f, 0x6e, 0x43, 0x79, 0x6d +.byte 0x0c, 0x5c, 0x98, 0xfe, 0x48, 0xa7, 0xc5, 0x23, 0x47, 0x5c, 0x5e, 0xfd, 0x6e, 0xe7, 0x1e, 0xb4 +.byte 0xf6, 0x68, 0x45, 0xd1, 0x86, 0x83, 0x5b, 0xa2, 0x8a, 0x8d, 0xb1, 0xe3, 0x29, 0x80, 0xfe, 0x25 +.byte 0x71, 0x88, 0xad, 0xbe, 0xbc, 0x8f, 0xac, 0x52, 0x96, 0x4b, 0xaa, 0x51, 0x8d, 0xe4, 0x13, 0x31 +.byte 0x19, 0xe8, 0x4e, 0x4d, 0x9f, 0xdb, 0xac, 0xb3, 0x6a, 0xd5, 0xbc, 0x39, 0x54, 0x71, 0xca, 0x7a +.byte 0x7a, 0x7f, 0x90, 0xdd, 0x7d, 0x1d, 0x80, 0xd9, 0x81, 0xbb, 0x59, 0x26, 0xc2, 0x11, 0xfe, 0xe6 +.byte 0x93, 0xe2, 0xf7, 0x80, 0xe4, 0x65, 0xfb, 0x34, 0x37, 0x0e, 0x29, 0x80, 0x70, 0x4d, 0xaf, 0x38 +.byte 0x86, 0x2e, 0x9e, 0x7f, 0x57, 0xaf, 0x9e, 0x17, 0xae, 0xeb, 0x1c, 0xcb, 0x28, 0x21, 0x5f, 0xb6 +.byte 0x1c, 0xd8, 0xe7, 0xa2, 0x04, 0x22, 0xf9, 0xd3, 0xda, 0xd8, 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0xb7, 0x00, 0x26, 0x01, 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x31, 0x40, 0x30 +.byte 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72 +.byte 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x5f, 0x32, 0x30, 0x34, 0x38 +.byte 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79, 0x20, 0x72, 0x65, 0x66, 0x2e +.byte 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x20, 0x6c, 0x69, 0x61, 0x62, 0x2e, 0x29, 0x31 +.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28, 0x63, 0x29, 0x20, 0x31, 0x39 +.byte 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x4c +.byte 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x28, 0x32, 0x30, 0x34, 0x38, 0x29, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xad, 0x4d, 0x4b, 0xa9 +.byte 0x12, 0x86, 0xb2, 0xea, 0xa3, 0x20, 0x07, 0x15, 0x16, 0x64, 0x2a, 0x2b, 0x4b, 0xd1, 0xbf, 0x0b +.byte 0x4a, 0x4d, 0x8e, 0xed, 0x80, 0x76, 0xa5, 0x67, 0xb7, 0x78, 0x40, 0xc0, 0x73, 0x42, 0xc8, 0x68 +.byte 0xc0, 0xdb, 0x53, 0x2b, 0xdd, 0x5e, 0xb8, 0x76, 0x98, 0x35, 0x93, 0x8b, 0x1a, 0x9d, 0x7c, 0x13 +.byte 0x3a, 0x0e, 0x1f, 0x5b, 0xb7, 0x1e, 0xcf, 0xe5, 0x24, 0x14, 0x1e, 0xb1, 0x81, 0xa9, 0x8d, 0x7d +.byte 0xb8, 0xcc, 0x6b, 0x4b, 0x03, 0xf1, 0x02, 0x0c, 0xdc, 0xab, 0xa5, 0x40, 0x24, 0x00, 0x7f, 0x74 +.byte 0x94, 0xa1, 0x9d, 0x08, 0x29, 0xb3, 0x88, 0x0b, 0xf5, 0x87, 0x77, 0x9d, 0x55, 0xcd, 0xe4, 0xc3 +.byte 0x7e, 0xd7, 0x6a, 0x64, 0xab, 0x85, 0x14, 0x86, 0x95, 0x5b, 0x97, 0x32, 0x50, 0x6f, 0x3d, 0xc8 +.byte 0xba, 0x66, 0x0c, 0xe3, 0xfc, 0xbd, 0xb8, 0x49, 0xc1, 0x76, 0x89, 0x49, 0x19, 0xfd, 0xc0, 0xa8 +.byte 0xbd, 0x89, 0xa3, 0x67, 0x2f, 0xc6, 0x9f, 0xbc, 0x71, 0x19, 0x60, 0xb8, 0x2d, 0xe9, 0x2c, 0xc9 +.byte 0x90, 0x76, 0x66, 0x7b, 0x94, 0xe2, 0xaf, 0x78, 0xd6, 0x65, 0x53, 0x5d, 0x3c, 0xd6, 0x9c, 0xb2 +.byte 0xcf, 0x29, 0x03, 0xf9, 0x2f, 0xa4, 0x50, 0xb2, 0xd4, 0x48, 0xce, 0x05, 0x32, 0x55, 0x8a, 0xfd +.byte 0xb2, 0x64, 0x4c, 0x0e, 0xe4, 0x98, 0x07, 0x75, 0xdb, 0x7f, 0xdf, 0xb9, 0x08, 0x55, 0x60, 0x85 +.byte 0x30, 0x29, 0xf9, 0x7b, 0x48, 0xa4, 0x69, 0x86, 0xe3, 0x35, 0x3f, 0x1e, 0x86, 0x5d, 0x7a, 0x7a +.byte 0x15, 0xbd, 0xef, 0x00, 0x8e, 0x15, 0x22, 0x54, 0x17, 0x00, 0x90, 0x26, 0x93, 0xbc, 0x0e, 0x49 +.byte 0x68, 0x91, 0xbf, 0xf8, 0x47, 0xd3, 0x9d, 0x95, 0x42, 0xc1, 0x0e, 0x4d, 0xdf, 0x6f, 0x26, 0xcf +.byte 0xc3, 0x18, 0x21, 0x62, 0x66, 0x43, 0x70, 0xd6, 0xd5, 0xc0, 0x07, 0xe1, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0xc1, 0x00, 0x26, 0x01, 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d +.byte 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30 +.byte 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e +.byte 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61 +.byte 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75 +.byte 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e +.byte 0x6c, 0x79, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x45, 0x6e, 0x74 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 +.byte 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xba, 0x84, 0xb6, 0x72, 0xdb, 0x9e, 0x0c, 0x6b, 0xe2 +.byte 0x99, 0xe9, 0x30, 0x01, 0xa7, 0x76, 0xea, 0x32, 0xb8, 0x95, 0x41, 0x1a, 0xc9, 0xda, 0x61, 0x4e +.byte 0x58, 0x72, 0xcf, 0xfe, 0xf6, 0x82, 0x79, 0xbf, 0x73, 0x61, 0x06, 0x0a, 0xa5, 0x27, 0xd8, 0xb3 +.byte 0x5f, 0xd3, 0x45, 0x4e, 0x1c, 0x72, 0xd6, 0x4e, 0x32, 0xf2, 0x72, 0x8a, 0x0f, 0xf7, 0x83, 0x19 +.byte 0xd0, 0x6a, 0x80, 0x80, 0x00, 0x45, 0x1e, 0xb0, 0xc7, 0xe7, 0x9a, 0xbf, 0x12, 0x57, 0x27, 0x1c +.byte 0xa3, 0x68, 0x2f, 0x0a, 0x87, 0xbd, 0x6a, 0x6b, 0x0e, 0x5e, 0x65, 0xf3, 0x1c, 0x77, 0xd5, 0xd4 +.byte 0x85, 0x8d, 0x70, 0x21, 0xb4, 0xb3, 0x32, 0xe7, 0x8b, 0xa2, 0xd5, 0x86, 0x39, 0x02, 0xb1, 0xb8 +.byte 0xd2, 0x47, 0xce, 0xe4, 0xc9, 0x49, 0xc4, 0x3b, 0xa7, 0xde, 0xfb, 0x54, 0x7d, 0x57, 0xbe, 0xf0 +.byte 0xe8, 0x6e, 0xc2, 0x79, 0xb2, 0x3a, 0x0b, 0x55, 0xe2, 0x50, 0x98, 0x16, 0x32, 0x13, 0x5c, 0x2f +.byte 0x78, 0x56, 0xc1, 0xc2, 0x94, 0xb3, 0xf2, 0x5a, 0xe4, 0x27, 0x9a, 0x9f, 0x24, 0xd7, 0xc6, 0xec +.byte 0xd0, 0x9b, 0x25, 0x82, 0xe3, 0xcc, 0xc2, 0xc4, 0x45, 0xc5, 0x8c, 0x97, 0x7a, 0x06, 0x6b, 0x2a +.byte 0x11, 0x9f, 0xa9, 0x0a, 0x6e, 0x48, 0x3b, 0x6f, 0xdb, 0xd4, 0x11, 0x19, 0x42, 0xf7, 0x8f, 0x07 +.byte 0xbf, 0xf5, 0x53, 0x5f, 0x9c, 0x3e, 0xf4, 0x17, 0x2c, 0xe6, 0x69, 0xac, 0x4e, 0x32, 0x4c, 0x62 +.byte 0x77, 0xea, 0xb7, 0xe8, 0xe5, 0xbb, 0x34, 0xbc, 0x19, 0x8b, 0xae, 0x9c, 0x51, 0xe7, 0xb7, 0x7e +.byte 0xb5, 0x53, 0xb1, 0x33, 0x22, 0xe5, 0x6d, 0xcf, 0x70, 0x3c, 0x1a, 0xfa, 0xe2, 0x9b, 0x67, 0xb6 +.byte 0x83, 0xf4, 0x8d, 0xa5, 0xaf, 0x62, 0x4c, 0x4d, 0xe0, 0x58, 0xac, 0x64, 0x34, 0x12, 0x03, 0xf8 +.byte 0xb6, 0x8d, 0x94, 0x63, 0x24, 0xa4, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0xc1, 0x00, 0x26, 0x02 +.byte 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75 +.byte 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75 +.byte 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72 +.byte 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29 +.byte 0x20, 0x32, 0x30, 0x31, 0x35, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 +.byte 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x32, 0x30 +.byte 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47 +.byte 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xb1, 0xec, 0x2c, 0x42, 0xee, 0xe2, 0xd1, 0x30, 0xff, 0xa5, 0x92, 0x47, 0xe2, 0x2d +.byte 0xc3, 0xba, 0x64, 0x97, 0x6d, 0xca, 0xf7, 0x0d, 0xb5, 0x59, 0xc1, 0xb3, 0xcb, 0xa8, 0x68, 0x19 +.byte 0xd8, 0xaf, 0x84, 0x6d, 0x30, 0x70, 0x5d, 0x7e, 0xf3, 0x2e, 0xd2, 0x53, 0x99, 0xe1, 0xfe, 0x1f +.byte 0x5e, 0xd9, 0x48, 0xaf, 0x5d, 0x13, 0x8d, 0xdb, 0xff, 0x63, 0x33, 0x4d, 0xd3, 0x00, 0x02, 0xbc +.byte 0xc4, 0xf8, 0xd1, 0x06, 0x08, 0x94, 0x79, 0x58, 0x8a, 0x15, 0xde, 0x29, 0xb3, 0xfd, 0xfd, 0xc4 +.byte 0x4f, 0xe8, 0xaa, 0xe2, 0xa0, 0x3b, 0x79, 0xcd, 0xbf, 0x6b, 0x43, 0x32, 0xdd, 0xd9, 0x74, 0x10 +.byte 0xb9, 0xf7, 0xf4, 0x68, 0xd4, 0xbb, 0xd0, 0x87, 0xd5, 0xaa, 0x4b, 0x8a, 0x2a, 0x6f, 0x2a, 0x04 +.byte 0xb5, 0xb2, 0xa6, 0xc7, 0xa0, 0x7a, 0xe6, 0x48, 0xab, 0xd2, 0xd1, 0x59, 0xcc, 0xd6, 0x7e, 0x23 +.byte 0xe6, 0x97, 0x6c, 0xf0, 0x42, 0xe5, 0xdc, 0x51, 0x4b, 0x15, 0x41, 0xed, 0x49, 0x4a, 0xc9, 0xde +.byte 0x10, 0x97, 0xd6, 0x76, 0xc1, 0xef, 0xa5, 0xb5, 0x36, 0x14, 0x97, 0x35, 0xd8, 0x78, 0x22, 0x35 +.byte 0x52, 0xef, 0x43, 0xbd, 0xdb, 0x27, 0xdb, 0x61, 0x56, 0x82, 0x34, 0xdc, 0xcb, 0x88, 0x60, 0x0c +.byte 0x0b, 0x5a, 0xe5, 0x2c, 0x01, 0xc6, 0x54, 0xaf, 0xd7, 0xaa, 0xc1, 0x10, 0x7b, 0xd2, 0x05, 0x5a +.byte 0xb8, 0x40, 0x9e, 0x86, 0xa7, 0xc3, 0x90, 0x86, 0x02, 0x56, 0x52, 0x09, 0x7a, 0x9c, 0xd2, 0x27 +.byte 0x82, 0x53, 0x4a, 0x65, 0x52, 0x6a, 0xf5, 0x3c, 0xe7, 0xa8, 0xf2, 0x9c, 0xaf, 0x8b, 0xbd, 0xd3 +.byte 0x0e, 0xd4, 0xd4, 0x5e, 0x6e, 0x87, 0x9e, 0x6a, 0x3d, 0x45, 0x1d, 0xd1, 0x5d, 0x1b, 0xf4, 0xe9 +.byte 0x0a, 0xac, 0x60, 0x99, 0xfb, 0x89, 0xb4, 0xff, 0x98, 0x2c, 0xcf, 0x7c, 0x1d, 0xe9, 0x02, 0xaa +.byte 0x04, 0x9a, 0x1e, 0xb8, 0xdc, 0x88, 0x6e, 0x25, 0xb3, 0x6c, 0x66, 0xf7, 0x3c, 0x90, 0xf3, 0x57 +.byte 0xc1, 0xb3, 0x2f, 0xf5, 0x6d, 0xf2, 0xfb, 0xca, 0xa1, 0xf8, 0x29, 0x9d, 0x46, 0x8b, 0xb3, 0x6a +.byte 0xf6, 0xe6, 0x67, 0x07, 0xbe, 0x2c, 0x67, 0x0a, 0x2a, 0x1f, 0x5a, 0xb2, 0x3e, 0x57, 0xc4, 0xd3 +.byte 0x21, 0x21, 0x63, 0x65, 0x52, 0x91, 0x1b, 0xb1, 0x99, 0x8e, 0x79, 0x7e, 0xe6, 0xeb, 0x8d, 0x00 +.byte 0xd9, 0x5a, 0xaa, 0xea, 0x73, 0xe8, 0xa4, 0x82, 0x02, 0x47, 0x96, 0xfe, 0x5b, 0x8e, 0x54, 0x61 +.byte 0xa3, 0xeb, 0x2f, 0x4b, 0x30, 0xb0, 0x8b, 0x23, 0x75, 0x72, 0x7c, 0x21, 0x3c, 0xc8, 0xf6, 0xf1 +.byte 0x74, 0xd4, 0x1c, 0x7b, 0xa3, 0x05, 0x55, 0xee, 0xbb, 0x4d, 0x3b, 0x32, 0xbe, 0x9a, 0x77, 0x66 +.byte 0x9e, 0xac, 0x69, 0x90, 0x22, 0x07, 0x1f, 0x61, 0x3a, 0x96, 0xbe, 0xe5, 0x9a, 0x4f, 0xcc, 0x05 +.byte 0x3c, 0x28, 0x59, 0xd3, 0xc1, 0x0c, 0x54, 0xa8, 0x59, 0x61, 0xbd, 0xc8, 0x72, 0x4c, 0xe8, 0xdc +.byte 0x9f, 0x87, 0x7f, 0xbd, 0x9c, 0x48, 0x36, 0x5e, 0x95, 0xa3, 0x0e, 0xb9, 0x38, 0x24, 0x55, 0xfc +.byte 0x75, 0x66, 0xeb, 0x02, 0xe3, 0x08, 0x34, 0x29, 0x4a, 0xc6, 0xe3, 0x2b, 0x2f, 0x33, 0xa0, 0xda +.byte 0xa3, 0x86, 0xa5, 0x12, 0x97, 0xfd, 0x80, 0x2b, 0xda, 0x14, 0x42, 0xe3, 0x92, 0xbd, 0x3e, 0xf2 +.byte 0x5d, 0x5e, 0x67, 0x74, 0x2e, 0x1c, 0x88, 0x47, 0x29, 0x34, 0x5f, 0xe2, 0x32, 0xa8, 0x9c, 0x25 +.byte 0x37, 0x8c, 0xba, 0x98, 0x00, 0x97, 0x8b, 0x49, 0x96, 0x1e, 0xfd, 0x25, 0x8a, 0xac, 0xdc, 0xda +.byte 0xd8, 0x5d, 0x74, 0x6e, 0x66, 0xb0, 0xff, 0x44, 0xdf, 0xa1, 0x18, 0xc6, 0xbe, 0x48, 0x2f, 0x37 +.byte 0x94, 0x78, 0xf8, 0x95, 0x4a, 0x3f, 0x7f, 0x13, 0x5e, 0x5d, 0x59, 0xfd, 0x74, 0x86, 0x43, 0x63 +.byte 0x73, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0xc2, 0x00, 0x78, 0x00, 0x30, 0x81, 0xbf, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 +.byte 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65 +.byte 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65 +.byte 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30 +.byte 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x32 +.byte 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d +.byte 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20 +.byte 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75 +.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x45, 0x43, 0x31, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x84, 0x13, 0xc9, 0xd0, 0xba, 0x6d, 0x41, 0x7b, 0xe2, 0x6c, 0xd0 +.byte 0xeb, 0x55, 0x5f, 0x66, 0x02, 0x1a, 0x24, 0xf4, 0x5b, 0x89, 0x69, 0x47, 0xe3, 0xb8, 0xc2, 0x7d +.byte 0xf1, 0xf2, 0x02, 0xc5, 0x9f, 0xa0, 0xf6, 0x5b, 0xd5, 0x8b, 0x06, 0x19, 0x86, 0x4f, 0x53, 0x10 +.byte 0x6d, 0x07, 0x24, 0x27, 0xa1, 0xa0, 0xf8, 0xd5, 0x47, 0x19, 0x61, 0x4c, 0x7d, 0xca, 0x93, 0x27 +.byte 0xea, 0x74, 0x0c, 0xef, 0x6f, 0x96, 0x09, 0xfe, 0x63, 0xec, 0x70, 0x5d, 0x36, 0xad, 0x67, 0x77 +.byte 0xae, 0xc9, 0x9d, 0x7c, 0x55, 0x44, 0x3a, 0xa2, 0x63, 0x51, 0x1f, 0xf5, 0xe3, 0x62, 0xd4, 0xa9 +.byte 0x47, 0x07, 0x3e, 0xcc, 0x20, 0xd5, 0x00, 0x26, 0x01, 0x30, 0x81, 0xd2, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55 +.byte 0x04, 0x07, 0x13, 0x0f, 0x47, 0x65, 0x62, 0x7a, 0x65, 0x20, 0x2d, 0x20, 0x4b, 0x6f, 0x63, 0x61 +.byte 0x65, 0x6c, 0x69, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x39, 0x54, 0x75 +.byte 0x72, 0x6b, 0x69, 0x79, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69, 0x6d, 0x73, 0x65, 0x6c, 0x20, 0x76 +.byte 0x65, 0x20, 0x54, 0x65, 0x6b, 0x6e, 0x6f, 0x6c, 0x6f, 0x6a, 0x69, 0x6b, 0x20, 0x41, 0x72, 0x61 +.byte 0x73, 0x74, 0x69, 0x72, 0x6d, 0x61, 0x20, 0x4b, 0x75, 0x72, 0x75, 0x6d, 0x75, 0x20, 0x2d, 0x20 +.byte 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x24, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61 +.byte 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65, 0x72, 0x6b, 0x65, 0x7a, 0x69, 0x20, 0x2d, 0x20, 0x4b +.byte 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x2d, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x20, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d +.byte 0x20, 0x53, 0x53, 0x4c, 0x20, 0x4b, 0x6f, 0x6b, 0x20, 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x6b, 0x61, 0x73, 0x69, 0x20, 0x2d, 0x20, 0x53, 0x75, 0x72, 0x75, 0x6d, 0x20, 0x31, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaf +.byte 0x75, 0x30, 0x33, 0xaa, 0xbb, 0x6b, 0xd3, 0x99, 0x2c, 0x12, 0x37, 0x84, 0xd9, 0x8d, 0x7b, 0x97 +.byte 0x80, 0xd3, 0x6e, 0xe7, 0xff, 0x9b, 0x50, 0x95, 0x3e, 0x90, 0x95, 0x56, 0x42, 0xd7, 0x19, 0x7c +.byte 0x26, 0x84, 0x8d, 0x92, 0xfa, 0x01, 0x1d, 0x3a, 0x0f, 0xe2, 0x64, 0x38, 0xb7, 0x8c, 0xbc, 0xe8 +.byte 0x88, 0xf9, 0x8b, 0x24, 0xab, 0x2e, 0xa3, 0xf5, 0x37, 0xe4, 0x40, 0x8e, 0x18, 0x25, 0x79, 0x83 +.byte 0x75, 0x1f, 0x3b, 0xff, 0x6c, 0xa8, 0xc5, 0xc6, 0x56, 0xf8, 0xb4, 0xed, 0x8a, 0x44, 0xa3, 0xab +.byte 0x6c, 0x4c, 0xfc, 0x1d, 0xd0, 0xdc, 0xef, 0x68, 0xbd, 0xcf, 0xe4, 0xaa, 0xce, 0xf0, 0x55, 0xf7 +.byte 0xa2, 0x34, 0xd4, 0x83, 0x6b, 0x37, 0x7c, 0x1c, 0xc2, 0xfe, 0xb5, 0x03, 0xec, 0x57, 0xce, 0xbc +.byte 0xb4, 0xb5, 0xc5, 0xed, 0x00, 0x0f, 0x53, 0x37, 0x2a, 0x4d, 0xf4, 0x4f, 0x0c, 0x83, 0xfb, 0x86 +.byte 0xcf, 0xcb, 0xfe, 0x8c, 0x4e, 0xbd, 0x87, 0xf9, 0xa7, 0x8b, 0x21, 0x57, 0x9c, 0x7a, 0xdf, 0x03 +.byte 0x67, 0x89, 0x2c, 0x9d, 0x97, 0x61, 0xa7, 0x10, 0xb8, 0x55, 0x90, 0x7f, 0x0e, 0x2d, 0x27, 0x38 +.byte 0x74, 0xdf, 0xe7, 0xfd, 0xda, 0x4e, 0x12, 0xe3, 0x4d, 0x15, 0x22, 0x02, 0xc8, 0xe0, 0xe0, 0xfc +.byte 0x0f, 0xad, 0x8a, 0xd7, 0xc9, 0x54, 0x50, 0xcc, 0x3b, 0x0f, 0xca, 0x16, 0x80, 0x84, 0xd0, 0x51 +.byte 0x56, 0xc3, 0x8e, 0x56, 0x7f, 0x89, 0x22, 0x33, 0x2f, 0xe6, 0x85, 0x0a, 0xbd, 0xa5, 0xa8, 0x1b +.byte 0x36, 0xde, 0xd3, 0xdc, 0x2c, 0x6d, 0x3b, 0xc7, 0x13, 0xbd, 0x59, 0x23, 0x2c, 0xe6, 0xe5, 0xa4 +.byte 0xf7, 0xd8, 0x0b, 0xed, 0xea, 0x90, 0x40, 0x44, 0xa8, 0x95, 0xbb, 0x93, 0xd5, 0xd0, 0x80, 0x34 +.byte 0xb6, 0x46, 0x78, 0x0e, 0x1f, 0x00, 0x93, 0x46, 0xe1, 0xee, 0xe9, 0xf9, 0xec, 0x4f, 0x17, 0x02 +.byte 0x03, 0x01, 0x00, 0x01 + +.global _binary_x509_crt_bundle_end +_binary_x509_crt_bundle_end: /* for objcopy compatibility */ + + +.global x509_crt_bundle_length +x509_crt_bundle_length: +.long 69876 diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..30e774e --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "uart_async_rxtxtasks_main.c" + INCLUDE_DIRS ".") diff --git a/main/uart_async_rxtxtasks_main.c b/main/uart_async_rxtxtasks_main.c new file mode 100644 index 0000000..7621eed --- /dev/null +++ b/main/uart_async_rxtxtasks_main.c @@ -0,0 +1,489 @@ +/* UART asynchronous example, that uses separate RX and TX tasks + + This example code is in the Public Domain (or CC0 licensed, at your option.) + + Unless required by applicable law or agreed to in writing, this + software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. +*/ +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "esp_system.h" +#include "esp_log.h" +#include "driver/uart.h" +#include "string.h" +#include "driver/gpio.h" +#include "soc/uart_struct.h" + +#include +#include +#include + +static const int RX_BUF_SIZE = 256; + +#define TXD_PIN (GPIO_NUM_16) +#define RXD_PIN (GPIO_NUM_17) + +typedef uint8_t u8; // 8-bit unsigned +typedef uint16_t u16; // 16-bit unsigned + +/* IrDA CRC-16 table (polynomial 0x1021, LSB-first) */ +static const u16 fcstab[256] = { + 0x0000, 0x1189, 0x2312, 0x329B, 0x4624, 0x57AD, 0x6536, 0x74BF, + 0x8C48, 0x9DC1, 0xAF5A, 0xBED3, 0xCA6C, 0xDBE5, 0xE97E, 0xF8F7, + 0x1081, 0x0108, 0x3393, 0x221A, 0x56A5, 0x472C, 0x75B7, 0x643E, + 0x9CC9, 0x8D40, 0xBFDB, 0xAE52, 0xDAED, 0xCB64, 0xF9FF, 0xE876, + 0x2102, 0x308B, 0x0210, 0x1299, 0x6726, 0x76AF, 0x4434, 0x55BD, + 0xAD4A, 0xBCC3, 0x8E58, 0x9FD1, 0xEB6E, 0xFAE7, 0xC87C, 0xD9F5, + 0x3183, 0x200A, 0x1291, 0x0318, 0x77A7, 0x662E, 0x54B5, 0x453C, + 0xBDCB, 0xAC42, 0x9ED9, 0x8F50, 0xFBEF, 0xEA66, 0xD8FD, 0xC974, + 0x4204, 0x538D, 0x6116, 0x709F, 0x0420, 0x15A9, 0x2732, 0x36BB, + 0xCE4C, 0xDFC5, 0xED5E, 0xFCD7, 0x8868, 0x99E1, 0xAB7A, 0xBAF3, + 0x5285, 0x430C, 0x7197, 0x601E, 0x14A1, 0x0528, 0x37B3, 0x263A, + 0xDEcd, 0xCF44, 0xFDDF, 0xEC56, 0x98E9, 0x8960, 0xBBFB, 0xAA72, + 0x6306, 0x728F, 0x4014, 0x519D, 0x2522, 0x34AB, 0x0630, 0x17B9, + 0xEF4E, 0xFEC7, 0xCC5C, 0xDDD5, 0xA96A, 0xB8E3, 0x8A78, 0x9BF1, + 0x7387, 0x620E, 0x5095, 0x411C, 0x35A3, 0x242A, 0x16B1, 0x0738, + 0xFFCF, 0xEE46, 0xDCDD, 0xCD54, 0xB9EB, 0xA862, 0x9AF9, 0x8B70, + 0x8408, 0x9581, 0xA71A, 0xB693, 0xC22C, 0xD3A5, 0xE13E, 0xF0B7, + 0x0840, 0x19C9, 0x2B52, 0x3ADB, 0x4E64, 0x5FED, 0x6D76, 0x7CFF, + 0x9489, 0x8500, 0xB79B, 0xA612, 0xD2AD, 0xC324, 0xF1BF, 0xE036, + 0x18C1, 0x0948, 0x3BD3, 0x2A5A, 0x5EE5, 0x4F6C, 0x7DF7, 0x6C7E, + 0xA50A, 0xB483, 0x8618, 0x9791, 0xE32E, 0xF2A7, 0xC03C, 0xD1B5, + 0x2942, 0x38CB, 0x0A50, 0x1BD9, 0x6F66, 0x7EEF, 0x4C74, 0x5DFD, + 0xB58B, 0xA402, 0x9699, 0x8710, 0xF3AF, 0xE226, 0xD0BD, 0xC134, + 0x39C3, 0x284A, 0x1AD1, 0x0B58, 0x7FE7, 0x6E6E, 0x5CF5, 0x4D7C, + 0xC60C, 0xD785, 0xE51E, 0xF497, 0x8028, 0x91A1, 0xA33A, 0xB2B3, + 0x4A44, 0x5BCD, 0x6956, 0x78DF, 0x0C60, 0x1DE9, 0x2F72, 0x3EFB, + 0xD68D, 0xC704, 0xF59F, 0xE416, 0x90A9, 0x8120, 0xB3BB, 0xA232, + 0x5AC5, 0x4B4C, 0x79D7, 0x685E, 0x1CE1, 0x0D68, 0x3FF3, 0x2E7A, + 0xE70E, 0xF687, 0xC41C, 0xD595, 0xA12A, 0xB0A3, 0x8238, 0x93B1, + 0x6B46, 0x7ACF, 0x4854, 0x59DD, 0x2D62, 0x3CEB, 0x0E70, 0x1FF9, + 0xF78F, 0xE606, 0xD49D, 0xC514, 0xB1AB, 0xA022, 0x92B9, 0x8330, + 0x7BC7, 0x6A4E, 0x58D5, 0x495C, 0x3DE3, 0x2C6A, 0x1EF1, 0x0F78 +}; + +#define PPPINITFCS 0xFFFF +#define PPPGOODFCS 0xF0B8 + +u16 irda_crc(u16 fcs, unsigned char *cp, int len) { + printf("irda_crc - FCS len: %d\n", len); + + printf("irda_crc - FCS_Payload: "); + for (size_t j = 0; j < len; j++) { + uint8_t byte = cp[j]; + printf("%02X ", byte); + } + printf("\n"); + + while (len--) { + fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff]; + } + ESP_LOGI("irda_crc1", "CRC: 0x%04X", fcs); + + return fcs; +} + +int sendData(const char* logName, const char* data, int data_length) +{ + for (size_t j = 0; j < data_length; j++) { + uint8_t byte = data[j]; + printf("%02X ", byte); + } + printf("\n"); + + const int txBytes = uart_write_bytes(UART_NUM_1, data, data_length); + ESP_LOGI(logName, "Wrote %d bytes", txBytes); + return txBytes; +} + + +uint32_t read_address(const uint8_t* buffer) { + return (uint32_t)( + (buffer[0] << 24) | + (buffer[1] << 16) | + (buffer[2] << 8) | + buffer[3] + ); +} + +uint32_t parse_pxid_packets(const uint8_t *data, size_t len) { + static const char *TASK_TAG = "PXID_TASK"; + esp_log_level_set(TASK_TAG, ESP_LOG_INFO); + + uint32_t destination_address = 0; + uint32_t source_address = 0; + + ESP_LOGI(TASK_TAG, "Parsing P-XID Packet: %d bytes", len); + // Print payload in hex + for (size_t j = 0; j < len; j++) { + uint8_t byte = data[j]; + printf("%02X ", byte); + + // Start new line every 16 bytes + if ((j + 1) % 16 == 0) { + printf("\n"); + } + } + printf("\n"); + + size_t i = 0; + int packet_count = 0; + + while (i < len) { + // Find beginning of P-XID Payload + if (data[i] != 0x01) { + i++; + continue; + } + + // Extract address fields + + uint8_t source_address_arr[4]; + source_address_arr[0] = data[i+1]; + source_address_arr[1] = data[i+2]; + source_address_arr[2] = data[i+3]; + source_address_arr[3] = data[i+4]; + + source_address = read_address(source_address_arr); + + ESP_LOGI(TASK_TAG, "Source Address: 0x%04lX", source_address); + + uint8_t destination_address_arr[4]; + destination_address_arr[0] = data[i+5]; + destination_address_arr[1] = data[i+6]; + destination_address_arr[2] = data[i+7]; + destination_address_arr[3] = data[i+8]; + destination_address = read_address(destination_address_arr); + + ESP_LOGI(TASK_TAG, "Destination Address: 0x%04lX", destination_address); + + uint8_t discovery_flag = data[i+9]; + uint8_t slot_num = data[i+10]; + uint8_t version_num = data[i+11]; + + ESP_LOGI(TASK_TAG, "Discovery Flag: 0x%02X", discovery_flag); + ESP_LOGI(TASK_TAG, "Slot Number: 0x%02X", slot_num); + ESP_LOGI(TASK_TAG, "Version Number: 0x%02X", version_num); + + // Move up i + i = i + 12; + // Print payload in hex and ASCII + for (size_t j = 0; j < (len - i); j++) { + uint8_t byte = data[i + j]; + printf("%02X ", byte); + + // Start new line every 16 bytes + if ((j + 1) % 16 == 0) { + printf("\n"); + } + } + printf("\n"); + + // Print ASCII representation + for (size_t j = 0; j < (len - i); j++) { + uint8_t byte = data[i + j]; + putchar((byte >= 0x20 && byte <= 0x7E) ? byte : '.'); + } + printf("\n\n"); + + break; + } + return source_address; +} + +uint8_t reply_to_pxid(const uint32_t destination_address) { + static const char *TASK_TAG = "PXID REPLY"; + esp_log_level_set(TASK_TAG, ESP_LOG_INFO); + + ESP_LOGI(TASK_TAG, "Construct reply packet"); + uint8_t reply_packet[36]; + + //XBOF + reply_packet[0] = 0xFF; + reply_packet[1] = 0xFF; + reply_packet[2] = 0xFF; + reply_packet[3] = 0xFF; + reply_packet[4] = 0xFF; + reply_packet[5] = 0xFF; + reply_packet[6] = 0xFF; + reply_packet[7] = 0xFF; + reply_packet[8] = 0xFF; + reply_packet[9] = 0xFF; + + //BOF + reply_packet[10] = 0xC0; + //A + reply_packet[11] = 0xfe; + //C + reply_packet[12] = 0xbf; + //I + reply_packet[13] = 0x01; + reply_packet[14] = 0xfe; + reply_packet[15] = 0x42; + reply_packet[16] = 0x28; + reply_packet[17] = 0x66; + reply_packet[18] = 0x06; + reply_packet[19] = (destination_address >> 24) & 0xFF; + reply_packet[20] = (destination_address >> 16) & 0xFF; + reply_packet[21] = (destination_address >> 8) & 0xFF; + reply_packet[22] = (destination_address) & 0xFF; + reply_packet[23] = 0x01; + reply_packet[24] = 0x00; + reply_packet[25] = 0x00; + //IrDA Link Manager + //Service Hint + reply_packet[26] = 0x90; + reply_packet[27] = 0x24; + //Char Set + reply_packet[28] = 0x00; + //Device Nickname + reply_packet[29] = 0x54; + reply_packet[30] = 0x45; + reply_packet[31] = 0x53; + reply_packet[32] = 0x54; + + // CRC + reply_packet[33] = 0x00; + reply_packet[34] = 0x00; + //EOF + reply_packet[35] = 0xC1; + + //FCS = A + C + I (not FCS + EOF) + uint8_t fcs_payload[22]; + memcpy(fcs_payload, &reply_packet[11], 22 * sizeof(uint8_t)); + + printf("FCS_Payload: "); + for (size_t j = 0; j < sizeof(fcs_payload); j++) { + uint8_t byte = fcs_payload[j]; + printf("%02X ", byte); + } + printf("\n"); + + // Calculate CRC over Address + Control + Payload + CRC bytes + uint16_t calculated = irda_crc(PPPINITFCS, fcs_payload, 22); + + calculated = ~calculated; + + reply_packet[33] = (calculated) & 0xFF; + reply_packet[34] = (calculated >> 8) & 0xFF; + + // Calculate CRC over Address + Control + Payload + CRC bytes + + uint16_t calculated_crc = irda_crc(PPPINITFCS, &reply_packet[11], 24 * sizeof(uint8_t)); // Total length including CRC + + ESP_LOGI(TASK_TAG, "CRC Check: %s\n", (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + + for (size_t j = 0; j < sizeof(reply_packet); j++) { + uint8_t byte = reply_packet[j]; + printf("%02X ", byte); + } + + printf("\n"); + + ESP_LOGI(TASK_TAG, "Send reply packet"); + + char char_array[sizeof(reply_packet)]; + memcpy(char_array, reply_packet, sizeof(char_array)); + + sendData(TASK_TAG, char_array, sizeof(char_array)); + + ESP_LOGI(TASK_TAG, "Sent reply packet"); + return 1; +} + +void parse_irda_packets(const uint8_t *data, size_t len) { + static const char *RX_TASK_TAG = "RX_TASK"; + esp_log_level_set(RX_TASK_TAG, ESP_LOG_INFO); + + size_t i = 0; + int packet_count = 0; + ESP_LOGI(RX_TASK_TAG, "Starting to Parse: %d", len); + + while (i < len) { + // Find beginning of frame (BOF) + if (data[i] != 0xC0) { + i++; + continue; + } + + // Basic packet validation + if (i + 5 > len) { // Minimum valid packet size: C0 FF 3F [CRC] C1 + ESP_LOGI(RX_TASK_TAG, "Truncated packet at offset %zu\n", i); + break; + } + + // Extract header fields + uint8_t address = data[i+1]; + uint8_t control = data[i+2]; + + // Find end of frame (EOF) + size_t eof_pos = i; + while (eof_pos < len && data[eof_pos] != 0xC1) eof_pos++; + + if (eof_pos >= len) { + ESP_LOGI(RX_TASK_TAG, "Unterminated packet at offset %zu\n", i); + break; + } + + // Calculate packet length + size_t packet_len = eof_pos - i + 1; + + // Verify packet structure + if (address != 0xFF || control != 0x3F) { + ESP_LOGI(RX_TASK_TAG, "Invalid header in packet %d at offset %zu\n", packet_count+1, i); + i = eof_pos + 1; + continue; + } + + // Extract payload and CRC + size_t payload_start = i + 3; + size_t payload_len = packet_len - 6; // Subtract header, CRC, and EOF + uint16_t crc = (data[eof_pos-2] << 8) | data[eof_pos-1]; + + ESP_LOGI(RX_TASK_TAG, "\n=== Packet %d (offset %zu, length %zu) ===\n", + ++packet_count, i, packet_len); + + ESP_LOGI(RX_TASK_TAG, "Address: 0x%02X", address); + + // Check if the command bit (7th bit) is set + if (address & 0x80) { + // Bit is 1 (command frame) + ESP_LOGI(RX_TASK_TAG, "Command bit: 1"); + } else { + // Bit is 0 (response frame) + ESP_LOGI(RX_TASK_TAG, "Command bit: 0"); + } + + ESP_LOGI(RX_TASK_TAG, "Control: 0x%02X", control); + + if (control == 0x3F){ + ESP_LOGI(RX_TASK_TAG, "Control: P-XID"); + } + else if (control == 0xBF){ + ESP_LOGI(RX_TASK_TAG, "Control: F-XID"); + } + else if (control == 0x93){ + ESP_LOGI(RX_TASK_TAG, "Control: P-NRM"); + } + else if (control == 0x73){ + ESP_LOGI(RX_TASK_TAG, "Control: F-UA"); + } + else if (control == 0x11){ + ESP_LOGI(RX_TASK_TAG, "Control: P-RR"); + } + else if (control == 0x54){ + ESP_LOGI(RX_TASK_TAG, "Control: P-DISC"); + } + + ESP_LOGI(RX_TASK_TAG, "CRC: 0x%04X", crc); + + // Calculate CRC over Address + Control + Payload + CRC bytes + uint16_t calculated_crc = irda_crc(PPPINITFCS, + &data[i+1], // Address byte + (eof_pos - i - 1)); // Total length including CRC + + ESP_LOGI(RX_TASK_TAG, "CRC Check: %s\n", + (calculated_crc == PPPGOODFCS) ? "VALID" : "INVALID"); + + ESP_LOGI(RX_TASK_TAG, "Payload (%zu bytes):", payload_len); + + uint8_t payload[payload_len + 1]; + + // Print payload in hex and ASCII + for (size_t j = 0; j < payload_len; j++) { + uint8_t byte = data[payload_start + j]; + printf("%02X ", byte); + payload[j] = data[payload_start + j]; + + // Start new line every 16 bytes + if ((j + 1) % 16 == 0) { + printf("\n"); + } + } + printf("\n"); + + // Print ASCII representation + ESP_LOGI(RX_TASK_TAG, "\nASCII: "); + for (size_t j = 0; j < payload_len; j++) { + uint8_t byte = data[payload_start + j]; + putchar((byte >= 0x20 && byte <= 0x7E) ? byte : '.'); + } + printf("\n\n"); + + + //Now process the payload + // This is a P-XID + if (control == 0x3F){ + + uint32_t destination_address = parse_pxid_packets(payload, payload_len); + uint8_t result = reply_to_pxid(destination_address); + + if (result == 1){ + ESP_LOGI(RX_TASK_TAG, "Send Success"); + } + else { + ESP_LOGI(RX_TASK_TAG, "Send Failed"); + } + } + + // Move to next potential packet + i = eof_pos + 1; + } +} + +void init(void) +{ + const uart_config_t uart_config = { + .baud_rate = 9600, + .data_bits = UART_DATA_8_BITS, + .parity = UART_PARITY_DISABLE, + .stop_bits = UART_STOP_BITS_1, + .flow_ctrl = UART_HW_FLOWCTRL_DISABLE, + .source_clk = UART_SCLK_DEFAULT, + }; + // We won't use a buffer for sending data. + uart_driver_install(UART_NUM_1, RX_BUF_SIZE * 2, 0, 0, NULL, 0); + uart_param_config(UART_NUM_1, &uart_config); + uart_set_pin(UART_NUM_1, TXD_PIN, RXD_PIN, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE); + uart_set_mode(UART_NUM_1, UART_MODE_IRDA); + uart_set_line_inverse(UART_NUM_1, UART_SIGNAL_IRDA_RX_INV); + //ESP_LOGI("INIT", "%d", outcome); +} + +static void tx_task(void *arg) +{ + static const char *TX_TASK_TAG = "TX_TASK"; + esp_log_level_set(TX_TASK_TAG, ESP_LOG_INFO); + while (1) { + sendData(TX_TASK_TAG, "Hello world", 10); + vTaskDelay(10000 / portTICK_PERIOD_MS); + } +} + +static void rx_task(void *arg) +{ + static const char *RX_TASK_TAG = "RX_TASK"; + esp_log_level_set(RX_TASK_TAG, ESP_LOG_INFO); + uint8_t* data = (uint8_t*) malloc(RX_BUF_SIZE + 1); + while (1) { + const int rxBytes = uart_read_bytes(UART_NUM_1, data, RX_BUF_SIZE, 1000 / portTICK_PERIOD_MS); + if (rxBytes > 0) { + data[rxBytes] = 0; + ESP_LOGI(RX_TASK_TAG, "Read %d bytes: '%s'", rxBytes, data); + ESP_LOG_BUFFER_HEXDUMP(RX_TASK_TAG, data, rxBytes, ESP_LOG_INFO); + + parse_irda_packets(data, rxBytes); + + } + } + free(data); +} + +void app_main(void) +{ + init(); + + xTaskCreate(rx_task, "uart_rx_task", 1024 * 2, NULL, configMAX_PRIORITIES - 1, NULL); +// xTaskCreate(tx_task, "uart_tx_task", 1024 * 2, NULL, configMAX_PRIORITIES - 2, NULL); +} diff --git a/sdkconfig b/sdkconfig new file mode 100644 index 0000000..530cf2d --- /dev/null +++ b/sdkconfig @@ -0,0 +1,2203 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Configuration +# +CONFIG_SOC_ADC_SUPPORTED=y +CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y +CONFIG_SOC_UART_SUPPORTED=y +CONFIG_SOC_GDMA_SUPPORTED=y +CONFIG_SOC_AHB_GDMA_SUPPORTED=y +CONFIG_SOC_GPTIMER_SUPPORTED=y +CONFIG_SOC_PCNT_SUPPORTED=y +CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_TWAI_SUPPORTED=y +CONFIG_SOC_ETM_SUPPORTED=y +CONFIG_SOC_PARLIO_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_IEEE802154_SUPPORTED=y +CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED=y +CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED=y +CONFIG_SOC_TEMP_SENSOR_SUPPORTED=y +CONFIG_SOC_PHY_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SUPPORTS_SECURE_DL_MODE=y +CONFIG_SOC_ULP_SUPPORTED=y +CONFIG_SOC_LP_CORE_SUPPORTED=y +CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD=y +CONFIG_SOC_EFUSE_SUPPORTED=y +CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y +CONFIG_SOC_RTC_MEM_SUPPORTED=y +CONFIG_SOC_I2S_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORTED=y +CONFIG_SOC_SDM_SUPPORTED=y +CONFIG_SOC_GPSPI_SUPPORTED=y +CONFIG_SOC_LEDC_SUPPORTED=y +CONFIG_SOC_I2C_SUPPORTED=y +CONFIG_SOC_SYSTIMER_SUPPORTED=y +CONFIG_SOC_SUPPORT_COEXISTENCE=y +CONFIG_SOC_AES_SUPPORTED=y +CONFIG_SOC_MPI_SUPPORTED=y +CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_HMAC_SUPPORTED=y +CONFIG_SOC_DIG_SIGN_SUPPORTED=y +CONFIG_SOC_ECC_SUPPORTED=y +CONFIG_SOC_FLASH_ENC_SUPPORTED=y +CONFIG_SOC_SECURE_BOOT_SUPPORTED=y +CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y +CONFIG_SOC_BOD_SUPPORTED=y +CONFIG_SOC_APM_SUPPORTED=y +CONFIG_SOC_PMU_SUPPORTED=y +CONFIG_SOC_PAU_SUPPORTED=y +CONFIG_SOC_LP_TIMER_SUPPORTED=y +CONFIG_SOC_LP_AON_SUPPORTED=y +CONFIG_SOC_LP_PERIPHERALS_SUPPORTED=y +CONFIG_SOC_LP_I2C_SUPPORTED=y +CONFIG_SOC_ULP_LP_UART_SUPPORTED=y +CONFIG_SOC_CLK_TREE_SUPPORTED=y +CONFIG_SOC_ASSIST_DEBUG_SUPPORTED=y +CONFIG_SOC_WDT_SUPPORTED=y +CONFIG_SOC_SPI_FLASH_SUPPORTED=y +CONFIG_SOC_RNG_SUPPORTED=y +CONFIG_SOC_LIGHT_SLEEP_SUPPORTED=y +CONFIG_SOC_DEEP_SLEEP_SUPPORTED=y +CONFIG_SOC_MODEM_CLOCK_SUPPORTED=y +CONFIG_SOC_PM_SUPPORTED=y +CONFIG_SOC_XTAL_SUPPORT_40M=y +CONFIG_SOC_AES_SUPPORT_DMA=y +CONFIG_SOC_AES_GDMA=y +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_256=y +CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED=y +CONFIG_SOC_ADC_MONITOR_SUPPORTED=y +CONFIG_SOC_ADC_DMA_SUPPORTED=y +CONFIG_SOC_ADC_PERIPH_NUM=1 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=7 +CONFIG_SOC_ADC_ATTEN_NUM=4 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=1 +CONFIG_SOC_ADC_PATT_LEN_MAX=8 +CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM=2 +CONFIG_SOC_ADC_DIGI_MONITOR_NUM=2 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=4 +CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=83333 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=611 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=12 +CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED=y +CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED=y +CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED=y +CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR=y +CONFIG_SOC_ADC_SHARED_POWER=y +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED=y +CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y +CONFIG_SOC_CACHE_FREEZE_SUPPORTED=y +CONFIG_SOC_CPU_CORES_NUM=1 +CONFIG_SOC_CPU_INTR_NUM=32 +CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC=y +CONFIG_SOC_INT_PLIC_SUPPORTED=y +CONFIG_SOC_CPU_HAS_CSR_PC=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=4 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=4 +CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=0x80000000 +CONFIG_SOC_CPU_HAS_PMA=y +CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP=y +CONFIG_SOC_CPU_PMP_REGION_GRANULARITY=4 +CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN=3072 +CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH=16 +CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US=1100 +CONFIG_SOC_AHB_GDMA_VERSION=1 +CONFIG_SOC_GDMA_NUM_GROUPS_MAX=1 +CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX=3 +CONFIG_SOC_GDMA_SUPPORT_ETM=y +CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_ETM_GROUPS=1 +CONFIG_SOC_ETM_CHANNELS_PER_GROUP=50 +CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_GPIO_PORT=1 +CONFIG_SOC_GPIO_PIN_COUNT=31 +CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER=y +CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM=8 +CONFIG_SOC_GPIO_SUPPORT_ETM=y +CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT=y +CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP=y +CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT=y +CONFIG_SOC_GPIO_IN_RANGE_MAX=30 +CONFIG_SOC_GPIO_OUT_RANGE_MAX=30 +CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK=0 +CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT=8 +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0x000000007FFFFF00 +CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD=y +CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP=y +CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP=y +CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX=y +CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE=y +CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM=3 +CONFIG_SOC_RTCIO_PIN_COUNT=8 +CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y +CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y +CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM=8 +CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM=8 +CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE=y +CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_HP_I2C_NUM=1 +CONFIG_SOC_I2C_FIFO_LEN=32 +CONFIG_SOC_I2C_CMD_REG_NUM=8 +CONFIG_SOC_I2C_SUPPORT_SLAVE=y +CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST=y +CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS=y +CONFIG_SOC_I2C_SUPPORT_XTAL=y +CONFIG_SOC_I2C_SUPPORT_RTC=y +CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST=y +CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH=y +CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_LP_I2C_NUM=1 +CONFIG_SOC_LP_I2C_FIFO_LEN=16 +CONFIG_SOC_I2S_NUM=1 +CONFIG_SOC_I2S_HW_VERSION_2=y +CONFIG_SOC_I2S_SUPPORTS_ETM=y +CONFIG_SOC_I2S_SUPPORTS_XTAL=y +CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y +CONFIG_SOC_I2S_SUPPORTS_PCM=y +CONFIG_SOC_I2S_SUPPORTS_PDM=y +CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y +CONFIG_SOC_I2S_PDM_MAX_TX_LINES=2 +CONFIG_SOC_I2S_SUPPORTS_TDM=y +CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK=y +CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK=y +CONFIG_SOC_LEDC_TIMER_NUM=4 +CONFIG_SOC_LEDC_CHANNEL_NUM=6 +CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=20 +CONFIG_SOC_LEDC_SUPPORT_FADE_STOP=y +CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED=y +CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX=16 +CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH=10 +CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE=y +CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED=y +CONFIG_SOC_MMU_PERIPH_NUM=1 +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=1 +CONFIG_SOC_MMU_DI_VADDR_SHARED=y +CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 +CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 +CONFIG_SOC_PCNT_GROUPS=1 +CONFIG_SOC_PCNT_UNITS_PER_GROUP=4 +CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 +CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 +CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE=y +CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_RMT_GROUPS=1 +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=2 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=2 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=4 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=48 +CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG=y +CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION=y +CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP=y +CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT=y +CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP=y +CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO=y +CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY=y +CONFIG_SOC_RMT_SUPPORT_XTAL=y +CONFIG_SOC_RMT_SUPPORT_RC_FAST=y +CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MCPWM_GROUPS=1 +CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 +CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 +CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 +CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y +CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 +CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 +CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE=y +CONFIG_SOC_MCPWM_SUPPORT_ETM=y +CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP=y +CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_PARLIO_GROUPS=1 +CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP=1 +CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP=1 +CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH=16 +CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH=16 +CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT=y +CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MPI_MEM_BLOCKS_NUM=4 +CONFIG_SOC_MPI_OPERATIONS_NUM=3 +CONFIG_SOC_RSA_MAX_BIT_LEN=3072 +CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE=3968 +CONFIG_SOC_SHA_SUPPORT_DMA=y +CONFIG_SOC_SHA_SUPPORT_RESUME=y +CONFIG_SOC_SHA_GDMA=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA224=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y +CONFIG_SOC_SDM_GROUPS=1 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=4 +CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M=y +CONFIG_SOC_SDM_CLK_SUPPORT_XTAL=y +CONFIG_SOC_SPI_PERIPH_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=6 +CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 +CONFIG_SOC_SPI_SUPPORT_DDRCLK=y +CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS=y +CONFIG_SOC_SPI_SUPPORT_CD_SIG=y +CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS=y +CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2=y +CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_SPI_SUPPORT_CLK_XTAL=y +CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M=y +CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST=y +CONFIG_SOC_SPI_SCT_SUPPORTED=y +CONFIG_SOC_SPI_SCT_REG_NUM=14 +CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX=y +CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX=0x3FFFA +CONFIG_SOC_MEMSPI_IS_INDEPENDENT=y +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=16 +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE=y +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND=y +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME=y +CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR=y +CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND=y +CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS=y +CONFIG_SOC_SPI_MEM_SUPPORT_WRAP=y +CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_SYSTIMER_COUNTER_NUM=2 +CONFIG_SOC_SYSTIMER_ALARM_NUM=3 +CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO=32 +CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI=20 +CONFIG_SOC_SYSTIMER_FIXED_DIVIDER=y +CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST=y +CONFIG_SOC_SYSTIMER_INT_LEVEL=y +CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE=y +CONFIG_SOC_SYSTIMER_SUPPORT_ETM=y +CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO=32 +CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI=16 +CONFIG_SOC_TIMER_GROUPS=2 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=1 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=54 +CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL=y +CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST=y +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=2 +CONFIG_SOC_TIMER_SUPPORT_ETM=y +CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MWDT_SUPPORT_XTAL=y +CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_TWAI_CONTROLLER_NUM=2 +CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL=y +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_BRP_MAX=32768 +CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS=y +CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE=y +CONFIG_SOC_EFUSE_DIS_PAD_JTAG=y +CONFIG_SOC_EFUSE_DIS_USB_JTAG=y +CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT=y +CONFIG_SOC_EFUSE_SOFT_DIS_JTAG=y +CONFIG_SOC_EFUSE_DIS_ICACHE=y +CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK=y +CONFIG_SOC_SECURE_BOOT_V2_RSA=y +CONFIG_SOC_SECURE_BOOT_V2_ECC=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=3 +CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=64 +CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES=y +CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128=y +CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED=y +CONFIG_SOC_APM_LP_APM0_SUPPORTED=y +CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED=y +CONFIG_SOC_UART_NUM=3 +CONFIG_SOC_UART_HP_NUM=2 +CONFIG_SOC_UART_LP_NUM=1 +CONFIG_SOC_UART_FIFO_LEN=128 +CONFIG_SOC_LP_UART_FIFO_LEN=16 +CONFIG_SOC_UART_BITRATE_MAX=5000000 +CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK=y +CONFIG_SOC_UART_SUPPORT_RTC_CLK=y +CONFIG_SOC_UART_SUPPORT_XTAL_CLK=y +CONFIG_SOC_UART_SUPPORT_WAKEUP_INT=y +CONFIG_SOC_UART_HAS_LP_UART=y +CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND=y +CONFIG_SOC_COEX_HW_PTI=y +CONFIG_SOC_EXTERNAL_COEX_ADVANCE=y +CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 +CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH=12 +CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_BT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN=y +CONFIG_SOC_PM_SUPPORT_CPU_PD=y +CONFIG_SOC_PM_SUPPORT_MODEM_PD=y +CONFIG_SOC_PM_SUPPORT_XTAL32K_PD=y +CONFIG_SOC_PM_SUPPORT_RC32K_PD=y +CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y +CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y +CONFIG_SOC_PM_SUPPORT_TOP_PD=y +CONFIG_SOC_PM_SUPPORT_HP_AON_PD=y +CONFIG_SOC_PM_SUPPORT_MAC_BB_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y +CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE=y +CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY=y +CONFIG_SOC_PM_CPU_RETENTION_BY_SW=y +CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA=y +CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG=y +CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN=y +CONFIG_SOC_PM_PAU_LINK_NUM=4 +CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR=y +CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC=y +CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE=y +CONFIG_SOC_PM_RETENTION_MODULE_NUM=32 +CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION=y +CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT=y +CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y +CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED=y +CONFIG_SOC_CLK_RC32K_SUPPORTED=y +CONFIG_SOC_RCC_IS_INDEPENDENT=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL=y +CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN=y +CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT=y +CONFIG_SOC_WIFI_HW_TSF=y +CONFIG_SOC_WIFI_FTM_SUPPORT=y +CONFIG_SOC_WIFI_GCMP_SUPPORT=y +CONFIG_SOC_WIFI_WAPI_SUPPORT=y +CONFIG_SOC_WIFI_CSI_SUPPORT=y +CONFIG_SOC_WIFI_MESH_SUPPORT=y +CONFIG_SOC_WIFI_HE_SUPPORT=y +CONFIG_SOC_WIFI_MAC_VERSION_NUM=2 +CONFIG_SOC_BLE_SUPPORTED=y +CONFIG_SOC_BLE_MESH_SUPPORTED=y +CONFIG_SOC_ESP_NIMBLE_CONTROLLER=y +CONFIG_SOC_BLE_50_SUPPORTED=y +CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED=y +CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED=y +CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED=y +CONFIG_SOC_BLUFI_SUPPORTED=y +CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION=y +CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND=y +CONFIG_SOC_PHY_COMBO_MODULE=y +CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD=y +CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR=y +CONFIG_SOC_LP_CORE_SUPPORT_ETM=y +CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS=y +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TOOLCHAIN="gcc" +CONFIG_IDF_TOOLCHAIN_GCC=y +CONFIG_IDF_TARGET_ARCH_RISCV=y +CONFIG_IDF_TARGET_ARCH="riscv" +CONFIG_IDF_TARGET="esp32c6" +CONFIG_IDF_INIT_VERSION="5.4.0" +CONFIG_IDF_TARGET_ESP32C6=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x000D + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# CONFIG_APP_REPRODUCIBLE_BUILD is not set +# CONFIG_APP_NO_BLOBS is not set +# end of Build type + +# +# Bootloader config +# + +# +# Bootloader manager +# +CONFIG_BOOTLOADER_COMPILE_TIME_DATE=y +CONFIG_BOOTLOADER_PROJECT_VER=1 +# end of Bootloader manager + +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x0 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set + +# +# Log +# +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 + +# +# Format +# +# CONFIG_BOOTLOADER_LOG_COLORS is not set +CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y +# end of Format +# end of Log + +# +# Serial Flash Configurations +# +# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Serial Flash Configurations + +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +# end of Bootloader config + +# +# Security features +# +CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y +CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED=y +CONFIG_SECURE_BOOT_V2_PREFERRED=y +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +CONFIG_SECURE_ROM_DL_MODE_ENABLED=y +# end of Security features + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +# CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=9 +# end of Application manager + +CONFIG_ESP_ROM_HAS_CRC_LE=y +CONFIG_ESP_ROM_HAS_CRC_BE=y +CONFIG_ESP_ROM_HAS_JPEG_DECODE=y +CONFIG_ESP_ROM_UART_CLK_IS_XTAL=y +CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM=3 +CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING=y +CONFIG_ESP_ROM_GET_CLK_FREQ=y +CONFIG_ESP_ROM_HAS_RVFPLIB=y +CONFIG_ESP_ROM_HAS_HAL_WDT=y +CONFIG_ESP_ROM_HAS_HAL_SYSTIMER=y +CONFIG_ESP_ROM_HAS_HEAP_TLSF=y +CONFIG_ESP_ROM_TLSF_CHECK_PATCH=y +CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH=y +CONFIG_ESP_ROM_HAS_LAYOUT_TABLE=y +CONFIG_ESP_ROM_HAS_SPI_FLASH=y +CONFIG_ESP_ROM_HAS_REGI2C_BUG=y +CONFIG_ESP_ROM_HAS_NEWLIB=y +CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT=y +CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE=y +CONFIG_ESP_ROM_WDT_INIT_PATCH=y +CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE=y +CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT=y +CONFIG_ESP_ROM_HAS_SW_FLOAT=y +CONFIG_ESP_ROM_USB_OTG_NUM=-1 +CONFIG_ESP_ROM_HAS_VERSION=y +CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB=y +CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC=y + +# +# Boot ROM Behavior +# +CONFIG_BOOT_ROM_LOG_ALWAYS_ON=y +# CONFIG_BOOT_ROM_LOG_ALWAYS_OFF is not set +# CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH is not set +# CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW is not set +# end of Boot ROM Behavior + +# +# Serial flasher config +# +# CONFIG_ESPTOOLPY_NO_STUB is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE_DIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y +CONFIG_ESPTOOLPY_FLASHMODE="dio" +CONFIG_ESPTOOLPY_FLASHFREQ_80M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="80m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="4MB" +# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +CONFIG_PARTITION_TABLE_SINGLE_APP=y +# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +# CONFIG_PARTITION_TABLE_TWO_OTA_LARGE is not set +# CONFIG_PARTITION_TABLE_CUSTOM is not set +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +CONFIG_PARTITION_TABLE_MD5=y +# end of Partition Table + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEBUG=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE=y +# CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB is not set +CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y +CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set +CONFIG_COMPILER_HIDE_PATHS_MACROS=y +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_NO_MERGE_CONSTANTS is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set +CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS=y +# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set +# CONFIG_COMPILER_DISABLE_GCC13_WARNINGS is not set +# CONFIG_COMPILER_DISABLE_GCC14_WARNINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +CONFIG_COMPILER_RT_LIB_GCCLIB=y +CONFIG_COMPILER_RT_LIB_NAME="gcc" +CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y +# CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE is not set +# CONFIG_COMPILER_STATIC_ANALYZER is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_JTAG is not set +CONFIG_APPTRACE_DEST_NONE=y +# CONFIG_APPTRACE_DEST_UART1 is not set +# CONFIG_APPTRACE_DEST_UART2 is not set +CONFIG_APPTRACE_DEST_UART_NONE=y +CONFIG_APPTRACE_UART_TASK_PRIO=1 +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# Bluetooth +# +# CONFIG_BT_ENABLED is not set +CONFIG_BT_ALARM_MAX_NUM=50 +# end of Bluetooth + +# +# Console Library +# +# CONFIG_CONSOLE_SORTED_HELP is not set +# end of Console Library + +# +# Driver Configurations +# + +# +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +# end of TWAI Configuration + +# +# Legacy ADC Driver Configuration +# +# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set + +# +# Legacy ADC Calibration Configuration +# +# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy ADC Calibration Configuration +# end of Legacy ADC Driver Configuration + +# +# Legacy MCPWM Driver Configurations +# +# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy MCPWM Driver Configurations + +# +# Legacy Timer Group Driver Configurations +# +# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy Timer Group Driver Configurations + +# +# Legacy RMT Driver Configurations +# +# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy RMT Driver Configurations + +# +# Legacy I2S Driver Configurations +# +# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy I2S Driver Configurations + +# +# Legacy PCNT Driver Configurations +# +# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy PCNT Driver Configurations + +# +# Legacy SDM Driver Configurations +# +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy SDM Driver Configurations + +# +# Legacy Temperature Sensor Driver Configurations +# +# CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy Temperature Sensor Driver Configurations +# end of Driver Configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +CONFIG_EFUSE_MAX_BLK_LEN=256 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +CONFIG_ESP_TLS_USE_DS_PERIPHERAL=y +# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK is not set +# CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL is not set +# CONFIG_ESP_TLS_PSK_VERIFICATION is not set +# CONFIG_ESP_TLS_INSECURE is not set +# end of ESP-TLS + +# +# ADC and ADC Calibration +# +# CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set +# CONFIG_ADC_ENABLE_DEBUG_LOG is not set +# end of ADC and ADC Calibration + +# +# Wireless Coexistence +# +CONFIG_ESP_COEX_ENABLED=y +CONFIG_ESP_COEX_SW_COEXIST_ENABLE=y +# CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE is not set +# CONFIG_ESP_COEX_POWER_MANAGEMENT is not set +# CONFIG_ESP_COEX_GPIO_DEBUG is not set +# end of Wireless Coexistence + +# +# Common ESP-related +# +CONFIG_ESP_ERR_TO_NAME_LOOKUP=y +# end of Common ESP-related + +# +# ESP-Driver:GPIO Configurations +# +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of ESP-Driver:GPIO Configurations + +# +# ESP-Driver:GPTimer Configurations +# +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:GPTimer Configurations + +# +# ESP-Driver:I2C Configurations +# +# CONFIG_I2C_ISR_IRAM_SAFE is not set +# CONFIG_I2C_ENABLE_DEBUG_LOG is not set +# CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 is not set +# end of ESP-Driver:I2C Configurations + +# +# ESP-Driver:I2S Configurations +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:I2S Configurations + +# +# ESP-Driver:LEDC Configurations +# +# CONFIG_LEDC_CTRL_FUNC_IN_IRAM is not set +# end of ESP-Driver:LEDC Configurations + +# +# ESP-Driver:MCPWM Configurations +# +# CONFIG_MCPWM_ISR_IRAM_SAFE is not set +# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:MCPWM Configurations + +# +# ESP-Driver:Parallel IO Configurations +# +# CONFIG_PARLIO_ENABLE_DEBUG_LOG is not set +# CONFIG_PARLIO_ISR_IRAM_SAFE is not set +# end of ESP-Driver:Parallel IO Configurations + +# +# ESP-Driver:PCNT Configurations +# +# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_PCNT_ISR_IRAM_SAFE is not set +# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:PCNT Configurations + +# +# ESP-Driver:RMT Configurations +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:RMT Configurations + +# +# ESP-Driver:Sigma Delta Modulator Configurations +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:Sigma Delta Modulator Configurations + +# +# ESP-Driver:SPI Configurations +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of ESP-Driver:SPI Configurations + +# +# ESP-Driver:Temperature Sensor Configurations +# +# CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG is not set +# CONFIG_TEMP_SENSOR_ISR_IRAM_SAFE is not set +# end of ESP-Driver:Temperature Sensor Configurations + +# +# ESP-Driver:UART Configurations +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of ESP-Driver:UART Configurations + +# +# ESP-Driver:USB Serial/JTAG Configuration +# +CONFIG_USJ_ENABLE_USB_SERIAL_JTAG=y +# end of ESP-Driver:USB Serial/JTAG Configuration + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set +# CONFIG_ETH_USE_OPENETH is not set +# CONFIG_ETH_TRANSMIT_MUTEX is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +CONFIG_ESP_GDBSTUB_ENABLED=y +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set +CONFIG_ESP_GDBSTUB_SUPPORT_TASKS=y +CONFIG_ESP_GDBSTUB_MAX_TASKS=32 +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT is not set +CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT=2000 +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=512 +CONFIG_HTTPD_MAX_URI_LEN=512 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT=2000 +# end of HTTP Server + +# +# ESP HTTPS OTA +# +# CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set +# CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT=2000 +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT=2000 +# end of ESP HTTPS server + +# +# Hardware Settings +# + +# +# Chip revision +# +CONFIG_ESP32C6_REV_MIN_0=y +# CONFIG_ESP32C6_REV_MIN_1 is not set +CONFIG_ESP32C6_REV_MIN_FULL=0 +CONFIG_ESP_REV_MIN_FULL=0 + +# +# Maximum Supported ESP32-C6 Revision (Rev v0.99) +# +CONFIG_ESP32C6_REV_MAX_FULL=99 +CONFIG_ESP_REV_MAX_FULL=99 +CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL=0 +CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL=99 + +# +# Maximum Supported ESP32-C6 eFuse Block Revision (eFuse Block Rev v0.99) +# +# end of Chip revision + +# +# MAC Config +# +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC is not set +# end of MAC Config + +# +# Sleep Config +# +# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set +CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y +# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set +CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y +CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=0 +# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set +# CONFIG_ESP_SLEEP_DEBUG is not set +CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y +# end of Sleep Config + +# +# RTC Clock Config +# +CONFIG_RTC_CLK_SRC_INT_RC=y +# CONFIG_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED is not set +CONFIG_RTC_CLK_CAL_CYCLES=1024 +# end of RTC Clock Config + +# +# Peripheral Control +# +CONFIG_PERIPH_CTRL_FUNC_IN_IRAM=y +# end of Peripheral Control + +# +# ETM Configuration +# +# CONFIG_ETM_ENABLE_DEBUG_LOG is not set +# end of ETM Configuration + +# +# GDMA Configurations +# +CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y +# CONFIG_GDMA_ISR_IRAM_SAFE is not set +# CONFIG_GDMA_ENABLE_DEBUG_LOG is not set +# end of GDMA Configurations + +# +# Main XTAL Config +# +CONFIG_XTAL_FREQ_40=y +CONFIG_XTAL_FREQ=40 +# end of Main XTAL Config + +CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM=y +# end of Hardware Settings + +# +# ESP-Driver:LCD Controller Configurations +# +# CONFIG_LCD_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:LCD Controller Configurations + +# +# ESP-MM: Memory Management Configurations +# +# end of ESP-MM: Memory Management Configurations + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +# CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION is not set +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y +CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC=y +# CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS is not set +# CONFIG_ESP_NETIF_L2_TAP is not set +# CONFIG_ESP_NETIF_BRIDGE_EN is not set +# CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF is not set +# end of ESP NETIF Adapter + +# +# Partition API Configuration +# +# end of Partition API Configuration + +# +# PHY +# +CONFIG_ESP_PHY_ENABLED=y +CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP_PHY_MAX_TX_POWER=20 +# CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +# CONFIG_ESP_PHY_ENABLE_CERT_TEST is not set +CONFIG_ESP_PHY_RF_CAL_PARTIAL=y +# CONFIG_ESP_PHY_RF_CAL_NONE is not set +# CONFIG_ESP_PHY_RF_CAL_FULL is not set +CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# CONFIG_ESP_PHY_PLL_TRACK_DEBUG is not set +# CONFIG_ESP_PHY_RECORD_USED_TIME is not set +# end of PHY + +# +# Power Management +# +# CONFIG_PM_ENABLE is not set +# CONFIG_PM_SLP_IRAM_OPT is not set +CONFIG_PM_SLP_DEFAULT_PARAMS_OPT=y +CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y +# CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP is not set +# end of Power Management + +# +# ESP PSRAM +# + +# +# ESP Ringbuf +# +# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set +# end of ESP Ringbuf + +# +# ESP Security Specific +# + +# +# Crypto DPA Protection +# +CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP=y +CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW=y +# CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM is not set +# CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH is not set +CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL=1 +# end of Crypto DPA Protection +# end of ESP Security Specific + +# +# ESP System Settings +# +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_120 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS=0 +CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y +CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y +CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y +# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set + +# +# Memory protection +# +CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y +# CONFIG_ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE is not set +# end of Memory protection + +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y +# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG is not set +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +# CONFIG_ESP_CONSOLE_SECONDARY_NONE is not set +CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=y +CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=y +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y +# CONFIG_ESP_TASK_WDT_PANIC is not set +CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set +# CONFIG_ESP_DEBUG_INCLUDE_OCD_STUB_BINS is not set +CONFIG_ESP_DEBUG_OCDAWARE=y +CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y + +# +# Brownout Detector +# +CONFIG_ESP_BROWNOUT_DET=y +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7=y +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=7 +# end of Brownout Detector + +CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +CONFIG_ESP_SYSTEM_HW_STACK_GUARD=y +CONFIG_ESP_SYSTEM_BBPLL_RECALIB=y +CONFIG_ESP_SYSTEM_HW_PC_RECORD=y +# end of ESP System Settings + +# +# IPC (Inter-Processor Call) +# +CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 +# end of IPC (Inter-Processor Call) + +# +# ESP Timer (High Resolution Timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 +# CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL is not set +CONFIG_ESP_TIMER_TASK_AFFINITY=0x0 +CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0=y +CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0=y +# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set +CONFIG_ESP_TIMER_IMPL_SYSTIMER=y +# end of ESP Timer (High Resolution Timer) + +# +# Wi-Fi +# +CONFIG_ESP_WIFI_ENABLED=y +CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER=y +# CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF=0 +CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF=5 +# CONFIG_ESP_WIFI_CSI_ENABLED is not set +CONFIG_ESP_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP_WIFI_TX_BA_WIN=6 +CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP_WIFI_RX_BA_WIN=6 +CONFIG_ESP_WIFI_NVS_ENABLED=y +CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP_WIFI_IRAM_OPT=y +CONFIG_ESP_WIFI_EXTRA_IRAM_OPT=y +CONFIG_ESP_WIFI_RX_IRAM_OPT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP_WIFI_ENABLE_SAE_PK=y +CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y +CONFIG_ESP_WIFI_SLP_IRAM_OPT=y +CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME=50 +CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME=10 +CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME=15 +# CONFIG_ESP_WIFI_FTM_ENABLE is not set +CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y +# CONFIG_ESP_WIFI_GCMP_SUPPORT is not set +CONFIG_ESP_WIFI_GMAC_SUPPORT=y +CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y +# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set +CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 +CONFIG_ESP_WIFI_MBEDTLS_CRYPTO=y +CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y +# CONFIG_ESP_WIFI_WAPI_PSK is not set +# CONFIG_ESP_WIFI_SUITE_B_192 is not set +# CONFIG_ESP_WIFI_11KV_SUPPORT is not set +# CONFIG_ESP_WIFI_MBO_SUPPORT is not set +# CONFIG_ESP_WIFI_DPP_SUPPORT is not set +# CONFIG_ESP_WIFI_11R_SUPPORT is not set +# CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR is not set +# CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS is not set +# CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS is not set +CONFIG_ESP_WIFI_TX_HETB_QUEUE_NUM=3 + +# +# WPS Configuration Options +# +# CONFIG_ESP_WIFI_WPS_STRICT is not set +# CONFIG_ESP_WIFI_WPS_PASSPHRASE is not set +# end of WPS Configuration Options + +# CONFIG_ESP_WIFI_DEBUG_PRINT is not set +# CONFIG_ESP_WIFI_TESTING_OPTIONS is not set +CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y +# CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER is not set +# end of Wi-Fi + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +CONFIG_FATFS_VOLUME_COUNT=2 +CONFIG_FATFS_LFN_NONE=y +# CONFIG_FATFS_LFN_HEAP is not set +# CONFIG_FATFS_LFN_STACK is not set +# CONFIG_FATFS_SECTOR_512 is not set +CONFIG_FATFS_SECTOR_4096=y +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +CONFIG_FATFS_USE_STRFUNC_NONE=y +# CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV is not set +# CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV is not set +CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 +# CONFIG_FATFS_IMMEDIATE_FSYNC is not set +# CONFIG_FATFS_USE_LABEL is not set +CONFIG_FATFS_LINK_LOCK=y +# end of FAT Filesystem support + +# +# FreeRTOS +# + +# +# Kernel +# +# CONFIG_FREERTOS_SMP is not set +CONFIG_FREERTOS_UNICORE=y +CONFIG_FREERTOS_HZ=100 +CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 +# CONFIG_FREERTOS_USE_IDLE_HOOK is not set +# CONFIG_FREERTOS_USE_TICK_HOOK is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_USE_TIMERS=y +CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME="Tmr Svc" +# CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 is not set +CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY=y +CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 +# CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is not set +# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +# CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG is not set +# end of Kernel + +# +# Port +# +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS=y +# CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK is not set +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER=y +CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1=y +# CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 is not set +CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER=y +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +# end of Port + +# +# Extra +# +# end of Extra + +CONFIG_FREERTOS_PORT=y +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +CONFIG_FREERTOS_DEBUG_OCDAWARE=y +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y +CONFIG_FREERTOS_NUMBER_OF_CORES=1 +# end of FreeRTOS + +# +# Hardware Abstraction Layer (HAL) and Low Level (LL) +# +CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y +# CONFIG_HAL_ASSERTION_DISABLE is not set +# CONFIG_HAL_ASSERTION_SILENT is not set +# CONFIG_HAL_ASSERTION_ENABLE is not set +CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 +CONFIG_HAL_SYSTIMER_USE_ROM_IMPL=y +CONFIG_HAL_WDT_USE_ROM_IMPL=y +CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM=y +CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM=y +# CONFIG_HAL_ECDSA_GEN_SIG_CM is not set +# end of Hardware Abstraction Layer (HAL) and Low Level (LL) + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_USE_HOOKS is not set +# CONFIG_HEAP_TASK_TRACKING is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +CONFIG_HEAP_TLSF_USE_ROM_IMPL=y +# end of Heap memory debugging + +# +# IEEE 802.15.4 +# +CONFIG_IEEE802154_ENABLED=y +CONFIG_IEEE802154_RX_BUFFER_SIZE=20 +# CONFIG_IEEE802154_CCA_CARRIER is not set +CONFIG_IEEE802154_CCA_ED=y +# CONFIG_IEEE802154_CCA_CARRIER_OR_ED is not set +# CONFIG_IEEE802154_CCA_CARRIER_AND_ED is not set +CONFIG_IEEE802154_CCA_MODE=1 +CONFIG_IEEE802154_CCA_THRESHOLD=-60 +CONFIG_IEEE802154_PENDING_TABLE_SIZE=20 +# CONFIG_IEEE802154_MULTI_PAN_ENABLE is not set +# CONFIG_IEEE802154_TIMING_OPTIMIZATION is not set +# CONFIG_IEEE802154_DEBUG is not set +# end of IEEE 802.15.4 + +# +# Log +# + +# +# Log Level +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y +# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set +# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set +CONFIG_LOG_MAXIMUM_LEVEL=3 + +# +# Level Settings +# +# CONFIG_LOG_MASTER_LEVEL is not set +CONFIG_LOG_DYNAMIC_LEVEL_CONTROL=y +# CONFIG_LOG_TAG_LEVEL_IMPL_NONE is not set +# CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST is not set +CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST=y +# CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY is not set +CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP=y +CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE=31 +# end of Level Settings +# end of Log Level + +# +# Format +# +# CONFIG_LOG_COLORS is not set +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Format +# end of Log + +# +# LWIP +# +CONFIG_LWIP_ENABLE=y +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +# CONFIG_LWIP_NETIF_API is not set +CONFIG_LWIP_TCPIP_TASK_PRIO=18 +# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set +# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +# CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_ND6=y +# CONFIG_LWIP_FORCE_ROUTER_FORWARDING is not set +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +# CONFIG_LWIP_SO_LINGER is not set +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +# CONFIG_LWIP_SO_RCVBUF is not set +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP_DEFAULT_TTL=64 +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +CONFIG_LWIP_IP_REASS_MAX_PBUFS=10 +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_ESP_MLDV6_REPORT=y +CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DOES_ACD_CHECK is not set +# CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP is not set +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set +CONFIG_LWIP_DHCP_OPTIONS_LEN=68 +CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=0 +CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +CONFIG_LWIP_DHCPS_STATIC_ENTRIES=y +CONFIG_LWIP_DHCPS_ADD_DNS=y +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV4=y +CONFIG_LWIP_IPV6=y +# CONFIG_LWIP_IPV6_AUTOCONFIG is not set +CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 +# CONFIG_LWIP_IPV6_FORWARD is not set +# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=12 +CONFIG_LWIP_TCP_SYNMAXRTX=12 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760 +CONFIG_LWIP_TCP_WND_DEFAULT=5760 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +CONFIG_LWIP_TCP_OOSEQ_TIMEOUT=6 +CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS=4 +# CONFIG_LWIP_TCP_SACK_OUT is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES=5 +CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS=3 +CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS=10 +# CONFIG_LWIP_PPP_SUPPORT is not set +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_SNTP_MAX_SERVERS=1 +# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +CONFIG_LWIP_SNTP_STARTUP_DELAY=y +CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY=5000 +# end of SNTP + +# +# DNS +# +CONFIG_LWIP_DNS_MAX_HOST_IP=1 +CONFIG_LWIP_DNS_MAX_SERVERS=3 +# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set +# CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF is not set +# end of DNS + +CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y +# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set +# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE=y +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_NONE is not set +CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT=y +# CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v3.x related +# +# CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 is not set +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +CONFIG_MBEDTLS_PKCS7_C=y +# end of mbedTLS v3.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST is not set +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +CONFIG_MBEDTLS_CMAC_C=y +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_AES_USE_INTERRUPT=y +CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL=0 +CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER=y +CONFIG_MBEDTLS_HARDWARE_MPI=y +CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI=y +CONFIG_MBEDTLS_MPI_USE_INTERRUPT=y +CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL=0 +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_HARDWARE_ECC=y +CONFIG_MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +# CONFIG_MBEDTLS_PLATFORM_TIME_ALT is not set +# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +# CONFIG_MBEDTLS_SHA3_C is not set +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +# CONFIG_MBEDTLS_PSK_MODES is not set +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED=y +CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED=y +# CONFIG_MBEDTLS_DHM_C is not set +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +CONFIG_MBEDTLS_ERROR_STRINGS=y +CONFIG_MBEDTLS_FS_IO=y +# end of mbedTLS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +# CONFIG_MQTT_PROTOCOL_5 is not set +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +# CONFIG_NEWLIB_NANO_FORMAT is not set +CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y +# CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE is not set +# end of Newlib + +# +# NVS +# +# CONFIG_NVS_ENCRYPTION is not set +# CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY is not set +# end of NVS + +# +# OpenThread +# +# CONFIG_OPENTHREAD_ENABLED is not set + +# +# OpenThread Spinel +# +# CONFIG_OPENTHREAD_SPINEL_ONLY is not set +# end of OpenThread Spinel +# end of OpenThread + +# +# Protocomm +# +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y +# end of Protocomm + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# MMU Config +# +CONFIG_MMU_PAGE_SIZE_64KB=y +CONFIG_MMU_PAGE_MODE="64KB" +CONFIG_MMU_PAGE_SIZE=0x10000 +# end of MMU Config + +# +# Main Flash configuration +# + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Optional and Experimental Features (READ DOCS FIRST) +# + +# +# Features here require specific hardware (READ DOCS FIRST!) +# +# CONFIG_SPI_FLASH_AUTO_SUSPEND is not set +CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US=50 +# CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND is not set +# end of Optional and Experimental Features (READ DOCS FIRST) +# end of Main Flash configuration + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +# CONFIG_SPI_FLASH_ROM_IMPL is not set +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set +# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set +# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED=y +# CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_GD_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# CONFIG_WS_DYNAMIC_BUFFER is not set +# end of Websocket +# end of TCP Transport + +# +# Ultra Low Power (ULP) Co-processor +# +# CONFIG_ULP_COPROC_ENABLED is not set + +# +# ULP Debugging Options +# +# end of ULP Debugging Options +# end of Ultra Low Power (ULP) Co-processor + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_64BIT is not set +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_VFS_SELECT_IN_RAM is not set +CONFIG_VFS_SUPPORT_TERMIOS=y +CONFIG_VFS_MAX_COUNT=8 + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# end of Host File System I/O (Semihosting) + +CONFIG_VFS_INITIALIZE_DEV_NULL=y +# end of Virtual file system + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y +# CONFIG_WIFI_PROV_STA_FAST_SCAN is not set +# end of Wi-Fi Provisioning Manager +# end of Component config + +# CONFIG_IDF_EXPERIMENTAL_FEATURES is not set + +# Deprecated options for backward compatibility +# CONFIG_APP_BUILD_TYPE_ELF_RAM is not set +# CONFIG_NO_BLOBS is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set +CONFIG_LOG_BOOTLOADER_LEVEL=3 +# CONFIG_APP_ROLLBACK_ENABLE is not set +# CONFIG_FLASH_ENCRYPTION_ENABLED is not set +# CONFIG_FLASHMODE_QIO is not set +# CONFIG_FLASHMODE_QOUT is not set +CONFIG_FLASHMODE_DIO=y +# CONFIG_FLASHMODE_DOUT is not set +CONFIG_MONITOR_BAUD=115200 +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set +# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set +CONFIG_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_CXX_EXCEPTIONS is not set +CONFIG_STACK_CHECK_NONE=y +# CONFIG_STACK_CHECK_NORM is not set +# CONFIG_STACK_CHECK_STRONG is not set +# CONFIG_STACK_CHECK_ALL is not set +# CONFIG_WARN_WRITE_STRINGS is not set +# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y +CONFIG_SW_COEXIST_ENABLE=y +CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=y +CONFIG_ESP_WIFI_SW_COEXIST_ENABLE=y +# CONFIG_EXTERNAL_COEX_ENABLE is not set +# CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE is not set +# CONFIG_MCPWM_ISR_IN_IRAM is not set +# CONFIG_EVENT_LOOP_PROFILING is not set +CONFIG_POST_EVENTS_FROM_ISR=y +CONFIG_POST_EVENTS_FROM_IRAM_ISR=y +CONFIG_GDBSTUB_SUPPORT_TASKS=y +CONFIG_GDBSTUB_MAX_TASKS=32 +# CONFIG_OTA_ALLOW_HTTP is not set +# CONFIG_ESP_SYSTEM_PD_FLASH is not set +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 +# CONFIG_REDUCE_PHY_TX_POWER is not set +# CONFIG_ESP32_REDUCE_PHY_TX_POWER is not set +CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU=y +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_CONSOLE_UART_DEFAULT=y +# CONFIG_CONSOLE_UART_CUSTOM is not set +# CONFIG_CONSOLE_UART_NONE is not set +# CONFIG_ESP_CONSOLE_UART_NONE is not set +CONFIG_CONSOLE_UART=y +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_TASK_WDT=y +CONFIG_ESP_TASK_WDT=y +# CONFIG_TASK_WDT_PANIC is not set +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +# CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set +CONFIG_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_7=y +# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set +CONFIG_BROWNOUT_DET_LVL=7 +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP32_WIFI_ENABLED=y +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_CSI_ENABLED is not set +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y +CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP32_WIFI_IRAM_OPT=y +CONFIG_ESP32_WIFI_RX_IRAM_OPT=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA=y +CONFIG_WPA_MBEDTLS_CRYPTO=y +CONFIG_WPA_MBEDTLS_TLS_CLIENT=y +# CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_SUITE_B_192 is not set +# CONFIG_WPA_11KV_SUPPORT is not set +# CONFIG_WPA_MBO_SUPPORT is not set +# CONFIG_WPA_DPP_SUPPORT is not set +# CONFIG_WPA_11R_SUPPORT is not set +# CONFIG_WPA_WPS_SOFTAP_REGISTRAR is not set +# CONFIG_WPA_WPS_STRICT is not set +# CONFIG_WPA_DEBUG_PRINT is not set +# CONFIG_WPA_TESTING_OPTIONS is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_UART is not set +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set +# CONFIG_HAL_ASSERTION_SILIENT is not set +# CONFIG_L2_TO_L3_COPY is not set +CONFIG_ESP_GRATUITOUS_ARP=y +CONFIG_GARP_TMR_INTERVAL=60 +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_TCP_MAXRTX=12 +CONFIG_TCP_SYNMAXRTX=12 +CONFIG_TCP_MSS=1440 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5760 +CONFIG_TCP_WND_DEFAULT=5760 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_TCP_OVERSIZE_MSS=y +# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_TCP_OVERSIZE_DISABLE is not set +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set +CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_PPP_SUPPORT is not set +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_ESP32_PTHREAD_STACK_MIN=768 +CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set +CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y +CONFIG_SUPPORT_TERMIOS=y +CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# End of deprecated options diff --git a/sdkconfig.old b/sdkconfig.old new file mode 100644 index 0000000..ad2a206 --- /dev/null +++ b/sdkconfig.old @@ -0,0 +1,2045 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Configuration +# +CONFIG_SOC_ADC_SUPPORTED=y +CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y +CONFIG_SOC_UART_SUPPORTED=y +CONFIG_SOC_GDMA_SUPPORTED=y +CONFIG_SOC_AHB_GDMA_SUPPORTED=y +CONFIG_SOC_GPTIMER_SUPPORTED=y +CONFIG_SOC_PCNT_SUPPORTED=y +CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_TWAI_SUPPORTED=y +CONFIG_SOC_ETM_SUPPORTED=y +CONFIG_SOC_PARLIO_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_IEEE802154_SUPPORTED=y +CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED=y +CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED=y +CONFIG_SOC_TEMP_SENSOR_SUPPORTED=y +CONFIG_SOC_PHY_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SUPPORTS_SECURE_DL_MODE=y +CONFIG_SOC_ULP_SUPPORTED=y +CONFIG_SOC_LP_CORE_SUPPORTED=y +CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD=y +CONFIG_SOC_EFUSE_SUPPORTED=y +CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y +CONFIG_SOC_RTC_MEM_SUPPORTED=y +CONFIG_SOC_I2S_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORTED=y +CONFIG_SOC_SDM_SUPPORTED=y +CONFIG_SOC_GPSPI_SUPPORTED=y +CONFIG_SOC_LEDC_SUPPORTED=y +CONFIG_SOC_I2C_SUPPORTED=y +CONFIG_SOC_SYSTIMER_SUPPORTED=y +CONFIG_SOC_SUPPORT_COEXISTENCE=y +CONFIG_SOC_AES_SUPPORTED=y +CONFIG_SOC_MPI_SUPPORTED=y +CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_HMAC_SUPPORTED=y +CONFIG_SOC_DIG_SIGN_SUPPORTED=y +CONFIG_SOC_ECC_SUPPORTED=y +CONFIG_SOC_FLASH_ENC_SUPPORTED=y +CONFIG_SOC_SECURE_BOOT_SUPPORTED=y +CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y +CONFIG_SOC_BOD_SUPPORTED=y +CONFIG_SOC_APM_SUPPORTED=y +CONFIG_SOC_PMU_SUPPORTED=y +CONFIG_SOC_PAU_SUPPORTED=y +CONFIG_SOC_LP_TIMER_SUPPORTED=y +CONFIG_SOC_LP_AON_SUPPORTED=y +CONFIG_SOC_LP_PERIPHERALS_SUPPORTED=y +CONFIG_SOC_LP_I2C_SUPPORTED=y +CONFIG_SOC_ULP_LP_UART_SUPPORTED=y +CONFIG_SOC_CLK_TREE_SUPPORTED=y +CONFIG_SOC_ASSIST_DEBUG_SUPPORTED=y +CONFIG_SOC_WDT_SUPPORTED=y +CONFIG_SOC_SPI_FLASH_SUPPORTED=y +CONFIG_SOC_RNG_SUPPORTED=y +CONFIG_SOC_LIGHT_SLEEP_SUPPORTED=y +CONFIG_SOC_DEEP_SLEEP_SUPPORTED=y +CONFIG_SOC_MODEM_CLOCK_SUPPORTED=y +CONFIG_SOC_PM_SUPPORTED=y +CONFIG_SOC_XTAL_SUPPORT_40M=y +CONFIG_SOC_AES_SUPPORT_DMA=y +CONFIG_SOC_AES_GDMA=y +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_256=y +CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED=y +CONFIG_SOC_ADC_MONITOR_SUPPORTED=y +CONFIG_SOC_ADC_DMA_SUPPORTED=y +CONFIG_SOC_ADC_PERIPH_NUM=1 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=7 +CONFIG_SOC_ADC_ATTEN_NUM=4 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=1 +CONFIG_SOC_ADC_PATT_LEN_MAX=8 +CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM=2 +CONFIG_SOC_ADC_DIGI_MONITOR_NUM=2 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=4 +CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=83333 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=611 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=12 +CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED=y +CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED=y +CONFIG_SOC_ADC_CALIB_CHAN_COMPENS_SUPPORTED=y +CONFIG_SOC_ADC_TEMPERATURE_SHARE_INTR=y +CONFIG_SOC_ADC_SHARED_POWER=y +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED=y +CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y +CONFIG_SOC_CACHE_FREEZE_SUPPORTED=y +CONFIG_SOC_CPU_CORES_NUM=1 +CONFIG_SOC_CPU_INTR_NUM=32 +CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC=y +CONFIG_SOC_INT_PLIC_SUPPORTED=y +CONFIG_SOC_CPU_HAS_CSR_PC=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=4 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=4 +CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=0x80000000 +CONFIG_SOC_CPU_HAS_PMA=y +CONFIG_SOC_CPU_IDRAM_SPLIT_USING_PMP=y +CONFIG_SOC_CPU_PMP_REGION_GRANULARITY=4 +CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN=3072 +CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH=16 +CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US=1100 +CONFIG_SOC_AHB_GDMA_VERSION=1 +CONFIG_SOC_GDMA_NUM_GROUPS_MAX=1 +CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX=3 +CONFIG_SOC_GDMA_SUPPORT_ETM=y +CONFIG_SOC_GDMA_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_ETM_GROUPS=1 +CONFIG_SOC_ETM_CHANNELS_PER_GROUP=50 +CONFIG_SOC_ETM_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_GPIO_PORT=1 +CONFIG_SOC_GPIO_PIN_COUNT=31 +CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER=y +CONFIG_SOC_GPIO_FLEX_GLITCH_FILTER_NUM=8 +CONFIG_SOC_GPIO_SUPPORT_ETM=y +CONFIG_SOC_GPIO_SUPPORT_RTC_INDEPENDENT=y +CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP=y +CONFIG_SOC_LP_IO_CLOCK_IS_INDEPENDENT=y +CONFIG_SOC_GPIO_IN_RANGE_MAX=30 +CONFIG_SOC_GPIO_OUT_RANGE_MAX=30 +CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK=0 +CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT=8 +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0x000000007FFFFF00 +CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD=y +CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP=y +CONFIG_SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP=y +CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX=y +CONFIG_SOC_CLOCKOUT_HAS_SOURCE_GATE=y +CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM=3 +CONFIG_SOC_RTCIO_PIN_COUNT=8 +CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y +CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y +CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM=8 +CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM=8 +CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE=y +CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_HP_I2C_NUM=1 +CONFIG_SOC_I2C_FIFO_LEN=32 +CONFIG_SOC_I2C_CMD_REG_NUM=8 +CONFIG_SOC_I2C_SUPPORT_SLAVE=y +CONFIG_SOC_I2C_SUPPORT_HW_FSM_RST=y +CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS=y +CONFIG_SOC_I2C_SUPPORT_XTAL=y +CONFIG_SOC_I2C_SUPPORT_RTC=y +CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST=y +CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH=y +CONFIG_SOC_I2C_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_LP_I2C_NUM=1 +CONFIG_SOC_LP_I2C_FIFO_LEN=16 +CONFIG_SOC_I2S_NUM=1 +CONFIG_SOC_I2S_HW_VERSION_2=y +CONFIG_SOC_I2S_SUPPORTS_ETM=y +CONFIG_SOC_I2S_SUPPORTS_XTAL=y +CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y +CONFIG_SOC_I2S_SUPPORTS_PCM=y +CONFIG_SOC_I2S_SUPPORTS_PDM=y +CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y +CONFIG_SOC_I2S_PDM_MAX_TX_LINES=2 +CONFIG_SOC_I2S_SUPPORTS_TDM=y +CONFIG_SOC_I2S_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_LEDC_SUPPORT_PLL_DIV_CLOCK=y +CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK=y +CONFIG_SOC_LEDC_TIMER_NUM=4 +CONFIG_SOC_LEDC_CHANNEL_NUM=6 +CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=20 +CONFIG_SOC_LEDC_SUPPORT_FADE_STOP=y +CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_SUPPORTED=y +CONFIG_SOC_LEDC_GAMMA_CURVE_FADE_RANGE_MAX=16 +CONFIG_SOC_LEDC_FADE_PARAMS_BIT_WIDTH=10 +CONFIG_SOC_LEDC_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MMU_PAGE_SIZE_CONFIGURABLE=y +CONFIG_SOC_MMU_PAGE_SIZE_8KB_SUPPORTED=y +CONFIG_SOC_MMU_PERIPH_NUM=1 +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=1 +CONFIG_SOC_MMU_DI_VADDR_SHARED=y +CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 +CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 +CONFIG_SOC_PCNT_GROUPS=1 +CONFIG_SOC_PCNT_UNITS_PER_GROUP=4 +CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 +CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 +CONFIG_SOC_PCNT_SUPPORT_RUNTIME_THRES_UPDATE=y +CONFIG_SOC_PCNT_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_RMT_GROUPS=1 +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=2 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=2 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=4 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=48 +CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG=y +CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION=y +CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP=y +CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT=y +CONFIG_SOC_RMT_SUPPORT_TX_LOOP_AUTO_STOP=y +CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO=y +CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY=y +CONFIG_SOC_RMT_SUPPORT_XTAL=y +CONFIG_SOC_RMT_SUPPORT_RC_FAST=y +CONFIG_SOC_RMT_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MCPWM_GROUPS=1 +CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 +CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 +CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 +CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y +CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 +CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 +CONFIG_SOC_MCPWM_SWSYNC_CAN_PROPAGATE=y +CONFIG_SOC_MCPWM_SUPPORT_ETM=y +CONFIG_SOC_MCPWM_CAPTURE_CLK_FROM_GROUP=y +CONFIG_SOC_MCPWM_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_PARLIO_GROUPS=1 +CONFIG_SOC_PARLIO_TX_UNITS_PER_GROUP=1 +CONFIG_SOC_PARLIO_RX_UNITS_PER_GROUP=1 +CONFIG_SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH=16 +CONFIG_SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH=16 +CONFIG_SOC_PARLIO_TX_RX_SHARE_INTERRUPT=y +CONFIG_SOC_PARLIO_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MPI_MEM_BLOCKS_NUM=4 +CONFIG_SOC_MPI_OPERATIONS_NUM=3 +CONFIG_SOC_RSA_MAX_BIT_LEN=3072 +CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE=3968 +CONFIG_SOC_SHA_SUPPORT_DMA=y +CONFIG_SOC_SHA_SUPPORT_RESUME=y +CONFIG_SOC_SHA_GDMA=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA224=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y +CONFIG_SOC_SDM_GROUPS=1 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=4 +CONFIG_SOC_SDM_CLK_SUPPORT_PLL_F80M=y +CONFIG_SOC_SDM_CLK_SUPPORT_XTAL=y +CONFIG_SOC_SPI_PERIPH_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=6 +CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 +CONFIG_SOC_SPI_SUPPORT_DDRCLK=y +CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS=y +CONFIG_SOC_SPI_SUPPORT_CD_SIG=y +CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS=y +CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2=y +CONFIG_SOC_SPI_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_SPI_SUPPORT_CLK_XTAL=y +CONFIG_SOC_SPI_SUPPORT_CLK_PLL_F80M=y +CONFIG_SOC_SPI_SUPPORT_CLK_RC_FAST=y +CONFIG_SOC_SPI_SCT_SUPPORTED=y +CONFIG_SOC_SPI_SCT_REG_NUM=14 +CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX=y +CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX=0x3FFFA +CONFIG_SOC_MEMSPI_IS_INDEPENDENT=y +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=16 +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE=y +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND=y +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME=y +CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR=y +CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND=y +CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS=y +CONFIG_SOC_SPI_MEM_SUPPORT_WRAP=y +CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_SYSTIMER_COUNTER_NUM=2 +CONFIG_SOC_SYSTIMER_ALARM_NUM=3 +CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO=32 +CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI=20 +CONFIG_SOC_SYSTIMER_FIXED_DIVIDER=y +CONFIG_SOC_SYSTIMER_SUPPORT_RC_FAST=y +CONFIG_SOC_SYSTIMER_INT_LEVEL=y +CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE=y +CONFIG_SOC_SYSTIMER_SUPPORT_ETM=y +CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO=32 +CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI=16 +CONFIG_SOC_TIMER_GROUPS=2 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=1 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=54 +CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL=y +CONFIG_SOC_TIMER_GROUP_SUPPORT_RC_FAST=y +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=2 +CONFIG_SOC_TIMER_SUPPORT_ETM=y +CONFIG_SOC_TIMER_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_MWDT_SUPPORT_XTAL=y +CONFIG_SOC_MWDT_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_TWAI_CONTROLLER_NUM=2 +CONFIG_SOC_TWAI_CLK_SUPPORT_XTAL=y +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_BRP_MAX=32768 +CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS=y +CONFIG_SOC_TWAI_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE=y +CONFIG_SOC_EFUSE_DIS_PAD_JTAG=y +CONFIG_SOC_EFUSE_DIS_USB_JTAG=y +CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT=y +CONFIG_SOC_EFUSE_SOFT_DIS_JTAG=y +CONFIG_SOC_EFUSE_DIS_ICACHE=y +CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK=y +CONFIG_SOC_SECURE_BOOT_V2_RSA=y +CONFIG_SOC_SECURE_BOOT_V2_ECC=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=3 +CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=64 +CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES=y +CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128=y +CONFIG_SOC_APM_CTRL_FILTER_SUPPORTED=y +CONFIG_SOC_APM_LP_APM0_SUPPORTED=y +CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED=y +CONFIG_SOC_UART_NUM=3 +CONFIG_SOC_UART_HP_NUM=2 +CONFIG_SOC_UART_LP_NUM=1 +CONFIG_SOC_UART_FIFO_LEN=128 +CONFIG_SOC_LP_UART_FIFO_LEN=16 +CONFIG_SOC_UART_BITRATE_MAX=5000000 +CONFIG_SOC_UART_SUPPORT_PLL_F80M_CLK=y +CONFIG_SOC_UART_SUPPORT_RTC_CLK=y +CONFIG_SOC_UART_SUPPORT_XTAL_CLK=y +CONFIG_SOC_UART_SUPPORT_WAKEUP_INT=y +CONFIG_SOC_UART_HAS_LP_UART=y +CONFIG_SOC_UART_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND=y +CONFIG_SOC_COEX_HW_PTI=y +CONFIG_SOC_EXTERNAL_COEX_ADVANCE=y +CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 +CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH=12 +CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_BEACON_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_BT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP_MODE_PER_PIN=y +CONFIG_SOC_PM_SUPPORT_CPU_PD=y +CONFIG_SOC_PM_SUPPORT_MODEM_PD=y +CONFIG_SOC_PM_SUPPORT_XTAL32K_PD=y +CONFIG_SOC_PM_SUPPORT_RC32K_PD=y +CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y +CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y +CONFIG_SOC_PM_SUPPORT_TOP_PD=y +CONFIG_SOC_PM_SUPPORT_HP_AON_PD=y +CONFIG_SOC_PM_SUPPORT_MAC_BB_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y +CONFIG_SOC_PM_SUPPORT_PMU_MODEM_STATE=y +CONFIG_SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY=y +CONFIG_SOC_PM_CPU_RETENTION_BY_SW=y +CONFIG_SOC_PM_MODEM_RETENTION_BY_REGDMA=y +CONFIG_SOC_PM_RETENTION_HAS_CLOCK_BUG=y +CONFIG_SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN=y +CONFIG_SOC_PM_PAU_LINK_NUM=4 +CONFIG_SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR=y +CONFIG_SOC_PM_PAU_REGDMA_LINK_WIFIMAC=y +CONFIG_SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE=y +CONFIG_SOC_PM_RETENTION_MODULE_NUM=32 +CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION=y +CONFIG_SOC_MODEM_CLOCK_IS_INDEPENDENT=y +CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y +CONFIG_SOC_CLK_OSC_SLOW_SUPPORTED=y +CONFIG_SOC_CLK_RC32K_SUPPORTED=y +CONFIG_SOC_RCC_IS_INDEPENDENT=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL=y +CONFIG_SOC_TEMPERATURE_SENSOR_INTR_SUPPORT=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_ETM=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_SLEEP_RETENTION=y +CONFIG_SOC_TEMPERATURE_SENSOR_UNDER_PD_TOP_DOMAIN=y +CONFIG_SOC_RNG_CLOCK_IS_INDEPENDENT=y +CONFIG_SOC_WIFI_HW_TSF=y +CONFIG_SOC_WIFI_FTM_SUPPORT=y +CONFIG_SOC_WIFI_GCMP_SUPPORT=y +CONFIG_SOC_WIFI_WAPI_SUPPORT=y +CONFIG_SOC_WIFI_CSI_SUPPORT=y +CONFIG_SOC_WIFI_MESH_SUPPORT=y +CONFIG_SOC_WIFI_HE_SUPPORT=y +CONFIG_SOC_WIFI_MAC_VERSION_NUM=2 +CONFIG_SOC_BLE_SUPPORTED=y +CONFIG_SOC_BLE_MESH_SUPPORTED=y +CONFIG_SOC_ESP_NIMBLE_CONTROLLER=y +CONFIG_SOC_BLE_50_SUPPORTED=y +CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED=y +CONFIG_SOC_BLE_POWER_CONTROL_SUPPORTED=y +CONFIG_SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED=y +CONFIG_SOC_BLUFI_SUPPORTED=y +CONFIG_SOC_BLE_MULTI_CONN_OPTIMIZATION=y +CONFIG_SOC_BLE_USE_WIFI_PWR_CLK_WORKAROUND=y +CONFIG_SOC_PHY_COMBO_MODULE=y +CONFIG_SOC_CAPS_NO_RESET_BY_ANA_BOD=y +CONFIG_SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR=y +CONFIG_SOC_LP_CORE_SUPPORT_ETM=y +CONFIG_SOC_DEBUG_HAVE_OCD_STUB_BINS=y +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TOOLCHAIN="gcc" +CONFIG_IDF_TOOLCHAIN_GCC=y +CONFIG_IDF_TARGET_ARCH_RISCV=y +CONFIG_IDF_TARGET_ARCH="riscv" +CONFIG_IDF_TARGET="esp32c6" +CONFIG_IDF_INIT_VERSION="5.4.0" +CONFIG_IDF_TARGET_ESP32C6=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x000D + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# CONFIG_APP_REPRODUCIBLE_BUILD is not set +# CONFIG_APP_NO_BLOBS is not set +# end of Build type + +# +# Bootloader config +# + +# +# Bootloader manager +# +CONFIG_BOOTLOADER_COMPILE_TIME_DATE=y +CONFIG_BOOTLOADER_PROJECT_VER=1 +# end of Bootloader manager + +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x0 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set + +# +# Log +# +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 + +# +# Format +# +# CONFIG_BOOTLOADER_LOG_COLORS is not set +CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y +# end of Format +# end of Log + +# +# Serial Flash Configurations +# +# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Serial Flash Configurations + +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +# end of Bootloader config + +# +# Security features +# +CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y +CONFIG_SECURE_BOOT_V2_ECC_SUPPORTED=y +CONFIG_SECURE_BOOT_V2_PREFERRED=y +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +CONFIG_SECURE_ROM_DL_MODE_ENABLED=y +# end of Security features + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +# CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=9 +# end of Application manager + +CONFIG_ESP_ROM_HAS_CRC_LE=y +CONFIG_ESP_ROM_HAS_CRC_BE=y +CONFIG_ESP_ROM_HAS_JPEG_DECODE=y +CONFIG_ESP_ROM_UART_CLK_IS_XTAL=y +CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM=3 +CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING=y +CONFIG_ESP_ROM_GET_CLK_FREQ=y +CONFIG_ESP_ROM_HAS_RVFPLIB=y +CONFIG_ESP_ROM_HAS_HAL_WDT=y +CONFIG_ESP_ROM_HAS_HAL_SYSTIMER=y +CONFIG_ESP_ROM_HAS_HEAP_TLSF=y +CONFIG_ESP_ROM_TLSF_CHECK_PATCH=y +CONFIG_ESP_ROM_MULTI_HEAP_WALK_PATCH=y +CONFIG_ESP_ROM_HAS_LAYOUT_TABLE=y +CONFIG_ESP_ROM_HAS_SPI_FLASH=y +CONFIG_ESP_ROM_HAS_REGI2C_BUG=y +CONFIG_ESP_ROM_HAS_NEWLIB=y +CONFIG_ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT=y +CONFIG_ESP_ROM_REV0_HAS_NO_ECDSA_INTERFACE=y +CONFIG_ESP_ROM_WDT_INIT_PATCH=y +CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE=y +CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT=y +CONFIG_ESP_ROM_HAS_SW_FLOAT=y +CONFIG_ESP_ROM_USB_OTG_NUM=-1 +CONFIG_ESP_ROM_HAS_VERSION=y +CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB=y +CONFIG_ESP_ROM_HAS_OUTPUT_PUTC_FUNC=y + +# +# Boot ROM Behavior +# +CONFIG_BOOT_ROM_LOG_ALWAYS_ON=y +# CONFIG_BOOT_ROM_LOG_ALWAYS_OFF is not set +# CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH is not set +# CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW is not set +# end of Boot ROM Behavior + +# +# Serial flasher config +# +# CONFIG_ESPTOOLPY_NO_STUB is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE_DIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y +CONFIG_ESPTOOLPY_FLASHMODE="dio" +CONFIG_ESPTOOLPY_FLASHFREQ_80M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="80m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +CONFIG_PARTITION_TABLE_SINGLE_APP=y +# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +# CONFIG_PARTITION_TABLE_TWO_OTA_LARGE is not set +# CONFIG_PARTITION_TABLE_CUSTOM is not set +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +CONFIG_PARTITION_TABLE_MD5=y +# end of Partition Table + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEBUG=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE=y +# CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB is not set +CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y +CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set +CONFIG_COMPILER_HIDE_PATHS_MACROS=y +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_NO_MERGE_CONSTANTS is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set +CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS=y +# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set +# CONFIG_COMPILER_DISABLE_GCC13_WARNINGS is not set +# CONFIG_COMPILER_DISABLE_GCC14_WARNINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +CONFIG_COMPILER_RT_LIB_GCCLIB=y +CONFIG_COMPILER_RT_LIB_NAME="gcc" +CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y +# CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE is not set +# CONFIG_COMPILER_STATIC_ANALYZER is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_JTAG is not set +CONFIG_APPTRACE_DEST_NONE=y +# CONFIG_APPTRACE_DEST_UART1 is not set +# CONFIG_APPTRACE_DEST_UART2 is not set +CONFIG_APPTRACE_DEST_UART_NONE=y +CONFIG_APPTRACE_UART_TASK_PRIO=1 +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# Bluetooth +# +# CONFIG_BT_ENABLED is not set +CONFIG_BT_ALARM_MAX_NUM=50 +# end of Bluetooth + +# +# Console Library +# +# CONFIG_CONSOLE_SORTED_HELP is not set +# end of Console Library + +# +# Driver Configurations +# + +# +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +# end of TWAI Configuration + +# +# Legacy ADC Driver Configuration +# +# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set + +# +# Legacy ADC Calibration Configuration +# +# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy ADC Calibration Configuration +# end of Legacy ADC Driver Configuration + +# +# Legacy MCPWM Driver Configurations +# +# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy MCPWM Driver Configurations + +# +# Legacy Timer Group Driver Configurations +# +# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy Timer Group Driver Configurations + +# +# Legacy RMT Driver Configurations +# +# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy RMT Driver Configurations + +# +# Legacy I2S Driver Configurations +# +# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy I2S Driver Configurations + +# +# Legacy PCNT Driver Configurations +# +# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy PCNT Driver Configurations + +# +# Legacy SDM Driver Configurations +# +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy SDM Driver Configurations + +# +# Legacy Temperature Sensor Driver Configurations +# +# CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy Temperature Sensor Driver Configurations +# end of Driver Configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +CONFIG_EFUSE_MAX_BLK_LEN=256 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +CONFIG_ESP_TLS_USE_DS_PERIPHERAL=y +# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK is not set +# CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL is not set +# CONFIG_ESP_TLS_PSK_VERIFICATION is not set +# CONFIG_ESP_TLS_INSECURE is not set +# end of ESP-TLS + +# +# ADC and ADC Calibration +# +# CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set +# CONFIG_ADC_ENABLE_DEBUG_LOG is not set +# end of ADC and ADC Calibration + +# +# Wireless Coexistence +# +CONFIG_ESP_COEX_ENABLED=y +CONFIG_ESP_COEX_SW_COEXIST_ENABLE=y +# CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE is not set +# CONFIG_ESP_COEX_POWER_MANAGEMENT is not set +# CONFIG_ESP_COEX_GPIO_DEBUG is not set +# end of Wireless Coexistence + +# +# Common ESP-related +# +CONFIG_ESP_ERR_TO_NAME_LOOKUP=y +# end of Common ESP-related + +# +# ESP-Driver:GPIO Configurations +# +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of ESP-Driver:GPIO Configurations + +# +# ESP-Driver:GPTimer Configurations +# +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:GPTimer Configurations + +# +# ESP-Driver:I2C Configurations +# +# CONFIG_I2C_ISR_IRAM_SAFE is not set +# CONFIG_I2C_ENABLE_DEBUG_LOG is not set +# CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 is not set +# end of ESP-Driver:I2C Configurations + +# +# ESP-Driver:I2S Configurations +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:I2S Configurations + +# +# ESP-Driver:LEDC Configurations +# +# CONFIG_LEDC_CTRL_FUNC_IN_IRAM is not set +# end of ESP-Driver:LEDC Configurations + +# +# ESP-Driver:MCPWM Configurations +# +# CONFIG_MCPWM_ISR_IRAM_SAFE is not set +# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:MCPWM Configurations + +# +# ESP-Driver:Parallel IO Configurations +# +# CONFIG_PARLIO_ENABLE_DEBUG_LOG is not set +# CONFIG_PARLIO_ISR_IRAM_SAFE is not set +# end of ESP-Driver:Parallel IO Configurations + +# +# ESP-Driver:PCNT Configurations +# +# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_PCNT_ISR_IRAM_SAFE is not set +# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:PCNT Configurations + +# +# ESP-Driver:RMT Configurations +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:RMT Configurations + +# +# ESP-Driver:Sigma Delta Modulator Configurations +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:Sigma Delta Modulator Configurations + +# +# ESP-Driver:SPI Configurations +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of ESP-Driver:SPI Configurations + +# +# ESP-Driver:Temperature Sensor Configurations +# +# CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG is not set +# CONFIG_TEMP_SENSOR_ISR_IRAM_SAFE is not set +# end of ESP-Driver:Temperature Sensor Configurations + +# +# ESP-Driver:UART Configurations +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of ESP-Driver:UART Configurations + +# +# ESP-Driver:USB Serial/JTAG Configuration +# +CONFIG_USJ_ENABLE_USB_SERIAL_JTAG=y +# end of ESP-Driver:USB Serial/JTAG Configuration + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set +# CONFIG_ETH_USE_OPENETH is not set +# CONFIG_ETH_TRANSMIT_MUTEX is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +CONFIG_ESP_GDBSTUB_ENABLED=y +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set +CONFIG_ESP_GDBSTUB_SUPPORT_TASKS=y +CONFIG_ESP_GDBSTUB_MAX_TASKS=32 +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT is not set +CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT=2000 +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=512 +CONFIG_HTTPD_MAX_URI_LEN=512 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT=2000 +# end of HTTP Server + +# +# ESP HTTPS OTA +# +# CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set +# CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT=2000 +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT=2000 +# end of ESP HTTPS server + +# +# Hardware Settings +# + +# +# Chip revision +# +CONFIG_ESP32C6_REV_MIN_0=y +# CONFIG_ESP32C6_REV_MIN_1 is not set +CONFIG_ESP32C6_REV_MIN_FULL=0 +CONFIG_ESP_REV_MIN_FULL=0 + +# +# Maximum Supported ESP32-C6 Revision (Rev v0.99) +# +CONFIG_ESP32C6_REV_MAX_FULL=99 +CONFIG_ESP_REV_MAX_FULL=99 +CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL=0 +CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL=99 + +# +# Maximum Supported ESP32-C6 eFuse Block Revision (eFuse Block Rev v0.99) +# +# end of Chip revision + +# +# MAC Config +# +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_IEEE802154=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC is not set +# end of MAC Config + +# +# Sleep Config +# +# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set +CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y +# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set +CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y +CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=0 +# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set +# CONFIG_ESP_SLEEP_DEBUG is not set +CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y +# end of Sleep Config + +# +# RTC Clock Config +# +CONFIG_RTC_CLK_SRC_INT_RC=y +# CONFIG_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_RTC_CLK_SRC_USE_DANGEROUS_RC32K_ALLOWED is not set +CONFIG_RTC_CLK_CAL_CYCLES=1024 +# end of RTC Clock Config + +# +# Peripheral Control +# +CONFIG_PERIPH_CTRL_FUNC_IN_IRAM=y +# end of Peripheral Control + +# +# ETM Configuration +# +# CONFIG_ETM_ENABLE_DEBUG_LOG is not set +# end of ETM Configuration + +# +# GDMA Configurations +# +CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y +# CONFIG_GDMA_ISR_IRAM_SAFE is not set +# CONFIG_GDMA_ENABLE_DEBUG_LOG is not set +# end of GDMA Configurations + +# +# Main XTAL Config +# +CONFIG_XTAL_FREQ_40=y +CONFIG_XTAL_FREQ=40 +# end of Main XTAL Config + +CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM=y +# end of Hardware Settings + +# +# ESP-Driver:LCD Controller Configurations +# +# CONFIG_LCD_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:LCD Controller Configurations + +# +# ESP-MM: Memory Management Configurations +# +# end of ESP-MM: Memory Management Configurations + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +# CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION is not set +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y +CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC=y +# CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS is not set +# CONFIG_ESP_NETIF_L2_TAP is not set +# CONFIG_ESP_NETIF_BRIDGE_EN is not set +# CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF is not set +# end of ESP NETIF Adapter + +# +# Partition API Configuration +# +# end of Partition API Configuration + +# +# PHY +# +CONFIG_ESP_PHY_ENABLED=y +CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP_PHY_MAX_TX_POWER=20 +# CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +# CONFIG_ESP_PHY_ENABLE_CERT_TEST is not set +CONFIG_ESP_PHY_RF_CAL_PARTIAL=y +# CONFIG_ESP_PHY_RF_CAL_NONE is not set +# CONFIG_ESP_PHY_RF_CAL_FULL is not set +CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# CONFIG_ESP_PHY_PLL_TRACK_DEBUG is not set +# CONFIG_ESP_PHY_RECORD_USED_TIME is not set +# end of PHY + +# +# Power Management +# +# CONFIG_PM_ENABLE is not set +# CONFIG_PM_SLP_IRAM_OPT is not set +CONFIG_PM_SLP_DEFAULT_PARAMS_OPT=y +CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y +# CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP is not set +# end of Power Management + +# +# ESP PSRAM +# + +# +# ESP Ringbuf +# +# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set +# end of ESP Ringbuf + +# +# ESP Security Specific +# + +# +# Crypto DPA Protection +# +CONFIG_ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP=y +CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW=y +# CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM is not set +# CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH is not set +CONFIG_ESP_CRYPTO_DPA_PROTECTION_LEVEL=1 +# end of Crypto DPA Protection +# end of ESP Security Specific + +# +# ESP System Settings +# +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_120 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS=0 +CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y +CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y +CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y +# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set + +# +# Memory protection +# +CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=y +# CONFIG_ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE is not set +# end of Memory protection + +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y +# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG is not set +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +# CONFIG_ESP_CONSOLE_SECONDARY_NONE is not set +CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=y +CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=y +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y +# CONFIG_ESP_TASK_WDT_PANIC is not set +CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set +# CONFIG_ESP_DEBUG_INCLUDE_OCD_STUB_BINS is not set +CONFIG_ESP_DEBUG_OCDAWARE=y +CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y + +# +# Brownout Detector +# +CONFIG_ESP_BROWNOUT_DET=y +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7=y +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=7 +# end of Brownout Detector + +CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +CONFIG_ESP_SYSTEM_HW_STACK_GUARD=y +CONFIG_ESP_SYSTEM_BBPLL_RECALIB=y +CONFIG_ESP_SYSTEM_HW_PC_RECORD=y +# end of ESP System Settings + +# +# IPC (Inter-Processor Call) +# +CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 +# end of IPC (Inter-Processor Call) + +# +# ESP Timer (High Resolution Timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 +# CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL is not set +CONFIG_ESP_TIMER_TASK_AFFINITY=0x0 +CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0=y +CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0=y +# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set +CONFIG_ESP_TIMER_IMPL_SYSTIMER=y +# end of ESP Timer (High Resolution Timer) + +# +# Wi-Fi +# +CONFIG_ESP_WIFI_ENABLED=y +CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER=y +# CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF=0 +CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF=5 +# CONFIG_ESP_WIFI_CSI_ENABLED is not set +CONFIG_ESP_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP_WIFI_TX_BA_WIN=6 +CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP_WIFI_RX_BA_WIN=6 +CONFIG_ESP_WIFI_NVS_ENABLED=y +CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP_WIFI_IRAM_OPT=y +CONFIG_ESP_WIFI_EXTRA_IRAM_OPT=y +CONFIG_ESP_WIFI_RX_IRAM_OPT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP_WIFI_ENABLE_SAE_PK=y +CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y +CONFIG_ESP_WIFI_SLP_IRAM_OPT=y +CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME=50 +CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME=10 +CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME=15 +# CONFIG_ESP_WIFI_FTM_ENABLE is not set +CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y +# CONFIG_ESP_WIFI_GCMP_SUPPORT is not set +CONFIG_ESP_WIFI_GMAC_SUPPORT=y +CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y +# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set +CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 +CONFIG_ESP_WIFI_MBEDTLS_CRYPTO=y +CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y +# CONFIG_ESP_WIFI_WAPI_PSK is not set +# CONFIG_ESP_WIFI_SUITE_B_192 is not set +# CONFIG_ESP_WIFI_11KV_SUPPORT is not set +# CONFIG_ESP_WIFI_MBO_SUPPORT is not set +# CONFIG_ESP_WIFI_DPP_SUPPORT is not set +# CONFIG_ESP_WIFI_11R_SUPPORT is not set +# CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR is not set +# CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS is not set +# CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS is not set +CONFIG_ESP_WIFI_TX_HETB_QUEUE_NUM=3 + +# +# WPS Configuration Options +# +# CONFIG_ESP_WIFI_WPS_STRICT is not set +# CONFIG_ESP_WIFI_WPS_PASSPHRASE is not set +# end of WPS Configuration Options + +# CONFIG_ESP_WIFI_DEBUG_PRINT is not set +# CONFIG_ESP_WIFI_TESTING_OPTIONS is not set +CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y +# CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER is not set +# end of Wi-Fi + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +CONFIG_FATFS_VOLUME_COUNT=2 +CONFIG_FATFS_LFN_NONE=y +# CONFIG_FATFS_LFN_HEAP is not set +# CONFIG_FATFS_LFN_STACK is not set +# CONFIG_FATFS_SECTOR_512 is not set +CONFIG_FATFS_SECTOR_4096=y +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +CONFIG_FATFS_USE_STRFUNC_NONE=y +# CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV is not set +# CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV is not set +CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 +# CONFIG_FATFS_IMMEDIATE_FSYNC is not set +# CONFIG_FATFS_USE_LABEL is not set +CONFIG_FATFS_LINK_LOCK=y +# end of FAT Filesystem support + +# +# FreeRTOS +# + +# +# Kernel +# +# CONFIG_FREERTOS_SMP is not set +CONFIG_FREERTOS_UNICORE=y +CONFIG_FREERTOS_HZ=100 +CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 +# CONFIG_FREERTOS_USE_IDLE_HOOK is not set +# CONFIG_FREERTOS_USE_TICK_HOOK is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_USE_TIMERS=y +CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME="Tmr Svc" +# CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 is not set +CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY=y +CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 +# CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is not set +# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +# CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG is not set +# end of Kernel + +# +# Port +# +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS=y +# CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK is not set +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER=y +CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1=y +# CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 is not set +CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER=y +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +# end of Port + +# +# Extra +# +# end of Extra + +CONFIG_FREERTOS_PORT=y +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +CONFIG_FREERTOS_DEBUG_OCDAWARE=y +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y +CONFIG_FREERTOS_NUMBER_OF_CORES=1 +# end of FreeRTOS + +# +# Hardware Abstraction Layer (HAL) and Low Level (LL) +# +CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y +# CONFIG_HAL_ASSERTION_DISABLE is not set +# CONFIG_HAL_ASSERTION_SILENT is not set +# CONFIG_HAL_ASSERTION_ENABLE is not set +CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 +CONFIG_HAL_SYSTIMER_USE_ROM_IMPL=y +CONFIG_HAL_WDT_USE_ROM_IMPL=y +CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM=y +CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM=y +# CONFIG_HAL_ECDSA_GEN_SIG_CM is not set +# end of Hardware Abstraction Layer (HAL) and Low Level (LL) + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_USE_HOOKS is not set +# CONFIG_HEAP_TASK_TRACKING is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +CONFIG_HEAP_TLSF_USE_ROM_IMPL=y +# end of Heap memory debugging + +# +# IEEE 802.15.4 +# +CONFIG_IEEE802154_ENABLED=y +CONFIG_IEEE802154_RX_BUFFER_SIZE=20 +# CONFIG_IEEE802154_CCA_CARRIER is not set +CONFIG_IEEE802154_CCA_ED=y +# CONFIG_IEEE802154_CCA_CARRIER_OR_ED is not set +# CONFIG_IEEE802154_CCA_CARRIER_AND_ED is not set +CONFIG_IEEE802154_CCA_MODE=1 +CONFIG_IEEE802154_CCA_THRESHOLD=-60 +CONFIG_IEEE802154_PENDING_TABLE_SIZE=20 +# CONFIG_IEEE802154_MULTI_PAN_ENABLE is not set +# CONFIG_IEEE802154_TIMING_OPTIMIZATION is not set +# CONFIG_IEEE802154_DEBUG is not set +# end of IEEE 802.15.4 + +# +# Log +# + +# +# Log Level +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y +# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set +# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set +CONFIG_LOG_MAXIMUM_LEVEL=3 + +# +# Level Settings +# +# CONFIG_LOG_MASTER_LEVEL is not set +CONFIG_LOG_DYNAMIC_LEVEL_CONTROL=y +# CONFIG_LOG_TAG_LEVEL_IMPL_NONE is not set +# CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST is not set +CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST=y +# CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY is not set +CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP=y +CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE=31 +# end of Level Settings +# end of Log Level + +# +# Format +# +# CONFIG_LOG_COLORS is not set +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Format +# end of Log + +# +# LWIP +# +CONFIG_LWIP_ENABLE=y +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +# CONFIG_LWIP_NETIF_API is not set +CONFIG_LWIP_TCPIP_TASK_PRIO=18 +# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set +# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +# CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_ND6=y +# CONFIG_LWIP_FORCE_ROUTER_FORWARDING is not set +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +# CONFIG_LWIP_SO_LINGER is not set +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +# CONFIG_LWIP_SO_RCVBUF is not set +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP_DEFAULT_TTL=64 +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +CONFIG_LWIP_IP_REASS_MAX_PBUFS=10 +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_ESP_MLDV6_REPORT=y +CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DOES_ACD_CHECK is not set +# CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP is not set +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set +CONFIG_LWIP_DHCP_OPTIONS_LEN=68 +CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=0 +CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +CONFIG_LWIP_DHCPS_STATIC_ENTRIES=y +CONFIG_LWIP_DHCPS_ADD_DNS=y +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV4=y +CONFIG_LWIP_IPV6=y +# CONFIG_LWIP_IPV6_AUTOCONFIG is not set +CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 +# CONFIG_LWIP_IPV6_FORWARD is not set +# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=12 +CONFIG_LWIP_TCP_SYNMAXRTX=12 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760 +CONFIG_LWIP_TCP_WND_DEFAULT=5760 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +CONFIG_LWIP_TCP_OOSEQ_TIMEOUT=6 +CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS=4 +# CONFIG_LWIP_TCP_SACK_OUT is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES=5 +CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS=3 +CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS=10 +# CONFIG_LWIP_PPP_SUPPORT is not set +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_SNTP_MAX_SERVERS=1 +# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +CONFIG_LWIP_SNTP_STARTUP_DELAY=y +CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY=5000 +# end of SNTP + +# +# DNS +# +CONFIG_LWIP_DNS_MAX_HOST_IP=1 +CONFIG_LWIP_DNS_MAX_SERVERS=3 +# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set +# CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF is not set +# end of DNS + +CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y +# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set +# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE=y +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_NONE is not set +CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT=y +# CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v3.x related +# +# CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 is not set +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +CONFIG_MBEDTLS_PKCS7_C=y +# end of mbedTLS v3.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST is not set +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +CONFIG_MBEDTLS_CMAC_C=y +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_AES_USE_INTERRUPT=y +CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL=0 +CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER=y +CONFIG_MBEDTLS_HARDWARE_MPI=y +CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI=y +CONFIG_MBEDTLS_MPI_USE_INTERRUPT=y +CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL=0 +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_HARDWARE_ECC=y +CONFIG_MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +# CONFIG_MBEDTLS_PLATFORM_TIME_ALT is not set +# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +# CONFIG_MBEDTLS_SHA3_C is not set +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +# CONFIG_MBEDTLS_PSK_MODES is not set +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED=y +CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED=y +# CONFIG_MBEDTLS_DHM_C is not set +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +CONFIG_MBEDTLS_ERROR_STRINGS=y +CONFIG_MBEDTLS_FS_IO=y +# end of mbedTLS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +# CONFIG_MQTT_PROTOCOL_5 is not set +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +# CONFIG_NEWLIB_NANO_FORMAT is not set +CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y +# CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE is not set +# end of Newlib + +# +# NVS +# +# CONFIG_NVS_ENCRYPTION is not set +# CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY is not set +# end of NVS + +# +# OpenThread +# +# CONFIG_OPENTHREAD_ENABLED is not set + +# +# OpenThread Spinel +# +# CONFIG_OPENTHREAD_SPINEL_ONLY is not set +# end of OpenThread Spinel +# end of OpenThread + +# +# Protocomm +# +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y +# end of Protocomm + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# MMU Config +# +CONFIG_MMU_PAGE_SIZE_32KB=y +CONFIG_MMU_PAGE_MODE="32KB" +CONFIG_MMU_PAGE_SIZE=0x8000 +# end of MMU Config + +# +# Main Flash configuration +# + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Optional and Experimental Features (READ DOCS FIRST) +# + +# +# Features here require specific hardware (READ DOCS FIRST!) +# +# CONFIG_SPI_FLASH_AUTO_SUSPEND is not set +CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US=50 +# CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND is not set +# end of Optional and Experimental Features (READ DOCS FIRST) +# end of Main Flash configuration + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +# CONFIG_SPI_FLASH_ROM_IMPL is not set +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set +# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set +# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED=y +# CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_GD_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# CONFIG_WS_DYNAMIC_BUFFER is not set +# end of Websocket +# end of TCP Transport + +# +# Ultra Low Power (ULP) Co-processor +# +# CONFIG_ULP_COPROC_ENABLED is not set + +# +# ULP Debugging Options +# +# end of ULP Debugging Options +# end of Ultra Low Power (ULP) Co-processor + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_64BIT is not set +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_VFS_SELECT_IN_RAM is not set +CONFIG_VFS_SUPPORT_TERMIOS=y +CONFIG_VFS_MAX_COUNT=8 + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# end of Host File System I/O (Semihosting) + +CONFIG_VFS_INITIALIZE_DEV_NULL=y +# end of Virtual file system + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y +# CONFIG_WIFI_PROV_STA_FAST_SCAN is not set +# end of Wi-Fi Provisioning Manager +# end of Component config + +# CONFIG_IDF_EXPERIMENTAL_FEATURES is not set